class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Deviceconfig::System::Type
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 259611 def _section :'type' end
dhcp_client()
click to toggle source
# File lib/palo_alto/config.rb, line 259664 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 259608 def has_multiple_values? false end
static()
click to toggle source
# File lib/palo_alto/config.rb, line 259623 def static @subclasses['static'] ||= Static.new(parent_instance: self, create_children: @create_children) end