class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Deviceconfig::Setting::Management::Initcfg::Type
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 166512 def _section :'type' end
dhcp_client()
click to toggle source
# File lib/palo_alto/config.rb, line 166565 def dhcp_client @subclasses['dhcp-client'] ||= DhcpClient.new(parent_instance: self, create_children: @create_children) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 166509 def has_multiple_values? false end
static()
click to toggle source
# File lib/palo_alto/config.rb, line 166524 def static @subclasses['static'] ||= Static.new(parent_instance: self, create_children: @create_children) end