class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::Profiles::HipObjects::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 92002
def _section
        :'entry'
end
anti_malware() click to toggle source
# File lib/palo_alto/config.rb, line 93508
def anti_malware
        @subclasses['anti-malware'] ||= AntiMalware.new(parent_instance: self, create_children: @create_children)
end
certificate() click to toggle source
# File lib/palo_alto/config.rb, line 94877
def certificate
        @subclasses['certificate'] ||= Certificate.new(parent_instance: self, create_children: @create_children)
end
custom_checks() click to toggle source
# File lib/palo_alto/config.rb, line 94274
def custom_checks
        @subclasses['custom-checks'] ||= CustomChecks.new(parent_instance: self, create_children: @create_children)
end
data_loss_prevention() click to toggle source
# File lib/palo_alto/config.rb, line 92911
def data_loss_prevention
        @subclasses['data-loss-prevention'] ||= DataLossPrevention.new(parent_instance: self, create_children: @create_children)
end
description() click to toggle source
# File lib/palo_alto/config.rb, line 94913
def description
        prop_get('description')
end
description=(val) click to toggle source
# File lib/palo_alto/config.rb, line 94916
def description=(val)
        prop_set('description', val)
end
disable_override() click to toggle source

disable object override in child device groups

# File lib/palo_alto/config.rb, line 94906
def disable_override
        prop_get('disable-override')
end
disable_override=(val) click to toggle source

disable object override in child device groups

# File lib/palo_alto/config.rb, line 94910
def disable_override=(val)
        prop_set('disable-override', val)
end
disk_backup() click to toggle source
# File lib/palo_alto/config.rb, line 93736
def disk_backup
        @subclasses['disk-backup'] ||= DiskBackup.new(parent_instance: self, create_children: @create_children)
end
disk_encryption() click to toggle source
# File lib/palo_alto/config.rb, line 93938
def disk_encryption
        @subclasses['disk-encryption'] ||= DiskEncryption.new(parent_instance: self, create_children: @create_children)
end
firewall() click to toggle source
# File lib/palo_alto/config.rb, line 93042
def firewall
        @subclasses['firewall'] ||= Firewall.new(parent_instance: self, create_children: @create_children)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 91999
def has_multiple_values?
        false
end
host_info() click to toggle source
# File lib/palo_alto/config.rb, line 92330
def host_info
        @subclasses['host-info'] ||= HostInfo.new(parent_instance: self, create_children: @create_children)
end
mobile_device() click to toggle source
# File lib/palo_alto/config.rb, line 94765
def mobile_device
        @subclasses['mobile-device'] ||= MobileDevice.new(parent_instance: self, create_children: @create_children)
end
name() click to toggle source

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

# File lib/palo_alto/config.rb, line 94902
def name
        prop_get('@name')
end
network_info() click to toggle source
# File lib/palo_alto/config.rb, line 92538
def network_info
        @subclasses['network-info'] ||= NetworkInfo.new(parent_instance: self, create_children: @create_children)
end
patch_management() click to toggle source
# File lib/palo_alto/config.rb, line 92780
def patch_management
        @subclasses['patch-management'] ||= PatchManagement.new(parent_instance: self, create_children: @create_children)
end