class PaloAlto::XML::Config::Shared::Profiles::HipObjects::Entry::DiskEncryption::Criteria

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 21060
def _section
        :'criteria'
end
encrypted_locations() click to toggle source
# File lib/palo_alto/config.rb, line 21144
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 21057
def has_multiple_values?
        false
end
is_installed() click to toggle source

Is Installed

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

Is Installed

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