class PaloAlto::XML::Config::Shared::Profiles::HipObjects::Entry::DiskEncryption::Criteria::EncryptedLocations::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 21074 def _section :'entry' end
encryption_state()
click to toggle source
# File lib/palo_alto/config.rb, line 21115 def encryption_state if @create_children @subclasses['encryption-state'] ||= EncryptionState.new(parent_instance: self, create_children: @create_children) else EncryptionState.new(parent_instance: self) end end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 21071 def has_multiple_values? false end
name()
click to toggle source
encryption location
# File lib/palo_alto/config.rb, line 21132 def name prop_get('@name') end