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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 227818
def _section
        :'entry'
end
disabled() click to toggle source
# File lib/palo_alto/config.rb, line 227912
def disabled
        prop_get('disabled')
end
disabled=(val) click to toggle source
# File lib/palo_alto/config.rb, line 227915
def disabled=(val)
        prop_set('disabled', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 227815
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 227897
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 227901
def host=(val)
        prop_set('host', val)
end
ip_list() click to toggle source
# File lib/palo_alto/config.rb, line 227854
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 227893
def name
        prop_get('@name')
end
port() click to toggle source

terminal server agent listening port

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

terminal server agent listening port

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