class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Interface::AggregateEthernet::Entry::Layer3

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 178811
def _section
        :'layer3'
end
adjust_tcp_mss() click to toggle source
# File lib/palo_alto/config.rb, line 178925
def adjust_tcp_mss
        @subclasses['adjust-tcp-mss'] ||= AdjustTcpMss.new(parent_instance: self, create_children: @create_children)
end
arp() click to toggle source
# File lib/palo_alto/config.rb, line 180064
def arp
        if @create_children
                @subclasses['arp'] ||= Arp.new(parent_instance: self, create_children: @create_children)
        else
                Arp.new(parent_instance: self)
        end
end
bonjour() click to toggle source
# File lib/palo_alto/config.rb, line 178868
def bonjour
        @subclasses['bonjour'] ||= Bonjour.new(parent_instance: self, create_children: @create_children)
end
ddns_config() click to toggle source
# File lib/palo_alto/config.rb, line 180433
def ddns_config
        @subclasses['ddns-config'] ||= DdnsConfig.new(parent_instance: self, create_children: @create_children)
end
decrypt_forward() click to toggle source
# File lib/palo_alto/config.rb, line 182046
def decrypt_forward
        prop_get('decrypt-forward')
end
decrypt_forward=(val) click to toggle source
# File lib/palo_alto/config.rb, line 182049
def decrypt_forward=(val)
        prop_set('decrypt-forward', val)
end
dhcp_client() click to toggle source
# File lib/palo_alto/config.rb, line 180248
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 178808
def has_multiple_values?
        false
end
interface_management_profile() click to toggle source

Interface management profile

# File lib/palo_alto/config.rb, line 182069
def interface_management_profile
        prop_get('interface-management-profile')
end
interface_management_profile=(val) click to toggle source

Interface management profile

# File lib/palo_alto/config.rb, line 182073
def interface_management_profile=(val)
        prop_set('interface-management-profile', val)
end
ip() click to toggle source
# File lib/palo_alto/config.rb, line 178967
def ip
        if @create_children
                @subclasses['ip'] ||= Ip.new(parent_instance: self, create_children: @create_children)
        else
                Ip.new(parent_instance: self)
        end
end
ipv6() click to toggle source
# File lib/palo_alto/config.rb, line 179845
def ipv6
        @subclasses['ipv6'] ||= Ipv6.new(parent_instance: self, create_children: @create_children)
end
lacp() click to toggle source
# File lib/palo_alto/config.rb, line 179959
def lacp
        @subclasses['lacp'] ||= Lacp.new(parent_instance: self, create_children: @create_children)
end
lldp() click to toggle source
# File lib/palo_alto/config.rb, line 180019
def lldp
        @subclasses['lldp'] ||= Lldp.new(parent_instance: self, create_children: @create_children)
end
mtu() click to toggle source

Maximum Transfer Unit, up to 9216 in Jumbo-Frame mode, up to 1500 otherwise

# File lib/palo_alto/config.rb, line 182053
def mtu
        prop_get('mtu')
end
mtu=(val) click to toggle source

Maximum Transfer Unit, up to 9216 in Jumbo-Frame mode, up to 1500 otherwise

# File lib/palo_alto/config.rb, line 182057
def mtu=(val)
        prop_set('mtu', val)
end
ndp_proxy() click to toggle source
# File lib/palo_alto/config.rb, line 180152
def ndp_proxy
        @subclasses['ndp-proxy'] ||= NdpProxy.new(parent_instance: self, create_children: @create_children)
end
netflow_profile() click to toggle source

Netflow Server Profile

# File lib/palo_alto/config.rb, line 182077
def netflow_profile
        prop_get('netflow-profile')
end
netflow_profile=(val) click to toggle source

Netflow Server Profile

# File lib/palo_alto/config.rb, line 182081
def netflow_profile=(val)
        prop_set('netflow-profile', val)
end
units() click to toggle source
# File lib/palo_alto/config.rb, line 182004
def units
        if @create_children
                @subclasses['units'] ||= Units.new(parent_instance: self, create_children: @create_children)
        else
                Units.new(parent_instance: self)
        end
end
untagged_sub_interface() click to toggle source

Enable untagged sub-interface

# File lib/palo_alto/config.rb, line 182061
def untagged_sub_interface
        prop_get('untagged-sub-interface')
end
untagged_sub_interface=(val) click to toggle source

Enable untagged sub-interface

# File lib/palo_alto/config.rb, line 182065
def untagged_sub_interface=(val)
        prop_set('untagged-sub-interface', val)
end