class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::RedistributionAgent::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 227945 def _section :'entry' end
disabled()
click to toggle source
# File lib/palo_alto/config.rb, line 228075 def disabled prop_get('disabled') end
disabled=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 228078 def disabled=(val) prop_set('disabled', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 227942 def has_multiple_values? false end
hip()
click to toggle source
# File lib/palo_alto/config.rb, line 228099 def hip prop_get('hip') end
hip=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 228102 def hip=(val) prop_set('hip', val) end
host_port()
click to toggle source
# File lib/palo_alto/config.rb, line 228032 def host_port @subclasses['host-port'] ||= HostPort.new(parent_instance: self, create_children: @create_children) end
ip_user_mappings()
click to toggle source
# File lib/palo_alto/config.rb, line 228081 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 228084 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 228064 def name prop_get('@name') end
quarantine_list()
click to toggle source
# File lib/palo_alto/config.rb, line 228105 def quarantine_list prop_get('quarantine-list') end
quarantine_list=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 228108 def quarantine_list=(val) prop_set('quarantine-list', val) end
serial_number()
click to toggle source
panorama or panorama2 or log collector serial number.
# File lib/palo_alto/config.rb, line 228068 def serial_number prop_get('serial-number') end
serial_number=(val)
click to toggle source
panorama or panorama2 or log collector serial number.
# File lib/palo_alto/config.rb, line 228072 def serial_number=(val) prop_set('serial-number', val) end