class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Deviceconfig::System::Type

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 153119
def _section
        :'type'
end
dhcp_client() click to toggle source
# File lib/palo_alto/config.rb, line 153172
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 153116
def has_multiple_values?
        false
end
static() click to toggle source
# File lib/palo_alto/config.rb, line 153131
def static
        @subclasses['static'] ||= Static.new(parent_instance: self, create_children: @create_children)
end