class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Deviceconfig::System::Ssh::Mgmt

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 155170
def _section
        :'mgmt'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 155167
def has_multiple_values?
        false
end
server_profile() click to toggle source

Mgmt profile to be used by Mgmt SSH Server

# File lib/palo_alto/config.rb, line 155183
def server_profile
        prop_get('server-profile')
end
server_profile=(val) click to toggle source

Mgmt profile to be used by Mgmt SSH Server

# File lib/palo_alto/config.rb, line 155187
def server_profile=(val)
        prop_set('server-profile', val)
end