class PaloAlto::XML::Config::Devices::Entry::Deviceconfig::Setting::Management::StoragePartition

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 85778
def _section
        :'storage-partition'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 85775
def has_multiple_values?
        true
end
internal() click to toggle source
# File lib/palo_alto/config.rb, line 85790
def internal
        @subclasses['internal'] ||= Internal.new(parent_instance: self, create_children: @create_children)
end
nfsv3() click to toggle source
# File lib/palo_alto/config.rb, line 85889
def nfsv3
        @subclasses['nfsv3'] ||= Nfsv3.new(parent_instance: self, create_children: @create_children)
end