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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 230763
def _section
        :'entry'
end
device_acl() click to toggle source
# File lib/palo_alto/config.rb, line 231131
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 231191
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 231195
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 231183
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 231187
def dos_profile=(val)
        prop_set('dos-profile', val)
end
enable_device_identification() click to toggle source
# File lib/palo_alto/config.rb, line 231176
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 231179
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 231170
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 231173
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 230760
def has_multiple_values?
        false
end
name() click to toggle source

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

# File lib/palo_alto/config.rb, line 231167
def name
        prop_get('@name')
end
network() click to toggle source
# File lib/palo_alto/config.rb, line 230983
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 231057
def user_acl
        @subclasses['user-acl'] ||= UserAcl.new(parent_instance: self, create_children: @create_children)
end