class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Vsys::Entry::TsAgent::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 334421
def _section
        :'entry'
end
disabled() click to toggle source
# File lib/palo_alto/config.rb, line 334515
def disabled
        prop_get('disabled')
end
disabled=(val) click to toggle source
# File lib/palo_alto/config.rb, line 334518
def disabled=(val)
        prop_set('disabled', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 334418
def has_multiple_values?
        false
end
host() click to toggle source

IP address or hostname for pan agent.

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

IP address or hostname for pan agent.

# File lib/palo_alto/config.rb, line 334504
def host=(val)
        prop_set('host', val)
end
ip_list() click to toggle source
# File lib/palo_alto/config.rb, line 334457
def ip_list
        if @create_children
                @subclasses['ip-list'] ||= IpList.new(parent_instance: self, create_children: @create_children)
        else
                IpList.new(parent_instance: self)
        end
end
name() click to toggle source

alphanumeric string [ 0-9a-zA-Z._-]

# File lib/palo_alto/config.rb, line 334496
def name
        prop_get('@name')
end
port() click to toggle source

terminal server agent listening port

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

terminal server agent listening port

# File lib/palo_alto/config.rb, line 334512
def port=(val)
        prop_set('port', val)
end