class PaloAlto::XML::Config::Shared::Profiles::HipObjects::Entry::DiskEncryption::Criteria::EncryptedLocations::Entry::EncryptionState
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 21081 def _section :'encryption-state' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 21078 def has_multiple_values? true end
is()
click to toggle source
# File lib/palo_alto/config.rb, line 21102 def is prop_get('is') end
is=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 21105 def is=(val) prop_set('is', val) end
is_not()
click to toggle source
# File lib/palo_alto/config.rb, line 21108 def is_not prop_get('is-not') end
is_not=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 21111 def is_not=(val) prop_set('is-not', val) end