class PaloAlto::XML::Config::Panorama::RedistributionAgent::Entry

Public Instance Methods

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

collector name on peer panos

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

collector name on peer panos

# File lib/palo_alto/config.rb, line 15005
def collectorname=(val)
        prop_set('collectorname', val)
end
disabled() click to toggle source
# File lib/palo_alto/config.rb, line 15016
def disabled
        prop_get('disabled')
end
disabled=(val) click to toggle source
# File lib/palo_alto/config.rb, line 15019
def disabled=(val)
        prop_set('disabled', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 14925
def has_multiple_values?
        false
end
hip() click to toggle source
# File lib/palo_alto/config.rb, line 15040
def hip
        prop_get('hip')
end
hip=(val) click to toggle source
# File lib/palo_alto/config.rb, line 15043
def hip=(val)
        prop_set('hip', val)
end
host() click to toggle source

IP address or hostname for redistribution agent.

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

IP address or hostname for redistribution agent.

# File lib/palo_alto/config.rb, line 14989
def host=(val)
        prop_set('host', val)
end
ip_tags() click to toggle source
# File lib/palo_alto/config.rb, line 15028
def ip_tags
        prop_get('ip-tags')
end
ip_tags=(val) click to toggle source
# File lib/palo_alto/config.rb, line 15031
def ip_tags=(val)
        prop_set('ip-tags', val)
end
ip_user_mappings() click to toggle source
# File lib/palo_alto/config.rb, line 15022
def ip_user_mappings
        prop_get('ip-user-mappings')
end
ip_user_mappings=(val) click to toggle source
# File lib/palo_alto/config.rb, line 15025
def ip_user_mappings=(val)
        prop_set('ip-user-mappings', val)
end
name() click to toggle source

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

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

redistribution agent listening port

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

redistribution agent listening port

# File lib/palo_alto/config.rb, line 14997
def port=(val)
        prop_set('port', val)
end
quarantine_list() click to toggle source
# File lib/palo_alto/config.rb, line 15046
def quarantine_list
        prop_get('quarantine-list')
end
quarantine_list=(val) click to toggle source
# File lib/palo_alto/config.rb, line 15049
def quarantine_list=(val)
        prop_set('quarantine-list', val)
end
secret() click to toggle source

collector pre-shared key on peer panos

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

collector pre-shared key on peer panos

# File lib/palo_alto/config.rb, line 15013
def secret=(val)
        prop_set('secret', val)
end
user_tags() click to toggle source
# File lib/palo_alto/config.rb, line 15034
def user_tags
        prop_get('user-tags')
end
user_tags=(val) click to toggle source
# File lib/palo_alto/config.rb, line 15037
def user_tags=(val)
        prop_set('user-tags', val)
end