class PaloAlto::XML::Config::Devices::Entry::LogCollector::Entry::Deviceconfig::System::Eth1::Type

Public Instance Methods

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