class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Vsys::Entry::Zone::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 337370 def _section :'entry' end
device_acl()
click to toggle source
# File lib/palo_alto/config.rb, line 337738 def device_acl @subclasses['device-acl'] ||= DeviceAcl.new(parent_instance: self, create_children: @create_children) end
dos_log_setting()
click to toggle source
Log
setting for forwarding DoS logs
# File lib/palo_alto/config.rb, line 337798 def dos_log_setting prop_get('dos-log-setting') end
dos_log_setting=(val)
click to toggle source
Log
setting for forwarding DoS logs
# File lib/palo_alto/config.rb, line 337802 def dos_log_setting=(val) prop_set('dos-log-setting', val) end
dos_profile()
click to toggle source
Denial-of-Service profile
# File lib/palo_alto/config.rb, line 337790 def dos_profile prop_get('dos-profile') end
dos_profile=(val)
click to toggle source
Denial-of-Service profile
# File lib/palo_alto/config.rb, line 337794 def dos_profile=(val) prop_set('dos-profile', val) end
enable_device_identification()
click to toggle source
# File lib/palo_alto/config.rb, line 337783 def enable_device_identification prop_get('enable-device-identification') end
enable_device_identification=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 337786 def enable_device_identification=(val) prop_set('enable-device-identification', val) end
enable_user_identification()
click to toggle source
# File lib/palo_alto/config.rb, line 337777 def enable_user_identification prop_get('enable-user-identification') end
enable_user_identification=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 337780 def enable_user_identification=(val) prop_set('enable-user-identification', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 337367 def has_multiple_values? false end
name()
click to toggle source
alphanumeric string [ 0-9a-zA-Z._-]
# File lib/palo_alto/config.rb, line 337774 def name prop_get('@name') end
network()
click to toggle source
# File lib/palo_alto/config.rb, line 337590 def network @subclasses['network'] ||= Network.new(parent_instance: self, create_children: @create_children) end
user_acl()
click to toggle source
# File lib/palo_alto/config.rb, line 337664 def user_acl @subclasses['user-acl'] ||= UserAcl.new(parent_instance: self, create_children: @create_children) end