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

Public Instance Methods

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

SSL certificate file name

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

SSL certificate file name

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

Profile name

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