class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Shared::SslTlsServiceProfile::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 143397
def _section
        :'entry'
end
certificate() click to toggle source

SSL certificate file name

# File lib/palo_alto/config.rb, line 143631
def certificate
        prop_get('certificate')
end
certificate=(val) click to toggle source

SSL certificate file name

# File lib/palo_alto/config.rb, line 143635
def certificate=(val)
        prop_set('certificate', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 143394
def has_multiple_values?
        false
end
name() click to toggle source

Profile name

# File lib/palo_alto/config.rb, line 143627
def name
        prop_get('@name')
end
protocol_settings() click to toggle source
# File lib/palo_alto/config.rb, line 143609
def protocol_settings
        @subclasses['protocol-settings'] ||= ProtocolSettings.new(parent_instance: self, create_children: @create_children)
end