class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Deviceconfig::System::HsmSettings::Provider::SafenetNetwork
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 260779 def _section :'safenet-network' end
ha()
click to toggle source
# File lib/palo_alto/config.rb, line 260878 def ha @subclasses['ha'] ||= Ha.new(parent_instance: self, create_children: @create_children) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 260776 def has_multiple_values? false end
hsm_server()
click to toggle source
# File lib/palo_alto/config.rb, line 260832 def hsm_server if @create_children @subclasses['hsm-server'] ||= HsmServer.new(parent_instance: self, create_children: @create_children) else HsmServer.new(parent_instance: self) end end