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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 362597
def _section
        :'regenerate-hostkeys'
end
ha() click to toggle source
# File lib/palo_alto/config.rb, line 362681
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 362594
def has_multiple_values?
        false
end
mgmt() click to toggle source
# File lib/palo_alto/config.rb, line 362765
def mgmt
        @subclasses['mgmt'] ||= Mgmt.new(parent_instance: self, create_children: @create_children)
end