class PaloAlto::XML::Config::Devices::Entry::LogCollector::Entry::DiskSettings
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 347782 def _section :'disk-settings' end
disk_pair()
click to toggle source
# File lib/palo_alto/config.rb, line 347817 def disk_pair if @create_children @subclasses['disk-pair'] ||= DiskPair.new(parent_instance: self, create_children: @create_children) else DiskPair.new(parent_instance: self) end end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 347779 def has_multiple_values? false end