class PaloAlto::XML::Config::Devices::Entry::Deviceconfig::System::HsmSettings::Provider

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 74588
def _section
        :'provider'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 74585
def has_multiple_values?
        false
end
ncipher_nshield_connect() click to toggle source
# File lib/palo_alto/config.rb, line 74772
def ncipher_nshield_connect
        @subclasses['ncipher-nshield-connect'] ||= NcipherNshieldConnect.new(parent_instance: self, create_children: @create_children)
end
none() click to toggle source
# File lib/palo_alto/config.rb, line 74784
def none
        @subclasses['none'] ||= None.new(parent_instance: self, create_children: @create_children)
end
safenet_network() click to toggle source
# File lib/palo_alto/config.rb, line 74695
def safenet_network
        @subclasses['safenet-network'] ||= SafenetNetwork.new(parent_instance: self, create_children: @create_children)
end