class PaloAlto::XML::Config::Devices::Entry::Deviceconfig::System::Ssh::RegenerateHostkeys::Ha

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 76807
def _section
        :'ha'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 76804
def has_multiple_values?
        false
end
key_type() click to toggle source
# File lib/palo_alto/config.rb, line 76875
def key_type
        if @create_children
                @subclasses['key-type'] ||= KeyType.new(parent_instance: self, create_children: @create_children)
        else
                KeyType.new(parent_instance: self)
        end
end