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

Public Instance Methods

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