class PaloAlto::XML::Config::Devices::Entry::Deviceconfig::System::HsmSettings::Provider::SafenetNetwork
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 74595 def _section :'safenet-network' end
ha()
click to toggle source
# File lib/palo_alto/config.rb, line 74690 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 74592 def has_multiple_values? false end
hsm_server()
click to toggle source
# File lib/palo_alto/config.rb, line 74644 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