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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 93750
def _section
        :'criteria'
end
encrypted_locations() click to toggle source
# File lib/palo_alto/config.rb, line 93834
def encrypted_locations
        if @create_children
                @subclasses['encrypted-locations'] ||= EncryptedLocations.new(parent_instance: self, create_children: @create_children)
        else
                EncryptedLocations.new(parent_instance: self)
        end
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 93747
def has_multiple_values?
        false
end
is_installed() click to toggle source

Is Installed

# File lib/palo_alto/config.rb, line 93848
def is_installed
        prop_get('is-installed')
end
is_installed=(val) click to toggle source

Is Installed

# File lib/palo_alto/config.rb, line 93852
def is_installed=(val)
        prop_set('is-installed', val)
end