class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Deviceconfig::LogFwdCard::Interface::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 170742
def _section
        :'entry'
end
comment() click to toggle source
# File lib/palo_alto/config.rb, line 171039
def comment
        prop_get('comment')
end
comment=(val) click to toggle source
# File lib/palo_alto/config.rb, line 171042
def comment=(val)
        prop_set('comment', val)
end
default_gateway() click to toggle source

log forwarding card default gateway

# File lib/palo_alto/config.rb, line 171016
def default_gateway
        prop_get('default-gateway')
end
default_gateway=(val) click to toggle source

log forwarding card default gateway

# File lib/palo_alto/config.rb, line 171020
def default_gateway=(val)
        prop_set('default-gateway', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 170739
def has_multiple_values?
        false
end
ip_address() click to toggle source

IP address for the log card forwarding interface

# File lib/palo_alto/config.rb, line 171000
def ip_address
        prop_get('ip-address')
end
ip_address=(val) click to toggle source

IP address for the log card forwarding interface

# File lib/palo_alto/config.rb, line 171004
def ip_address=(val)
        prop_set('ip-address', val)
end
ipv6_address() click to toggle source

IPv6 address for the log card forwarding interface

# File lib/palo_alto/config.rb, line 171024
def ipv6_address
        prop_get('ipv6-address')
end
ipv6_address=(val) click to toggle source

IPv6 address for the log card forwarding interface

# File lib/palo_alto/config.rb, line 171028
def ipv6_address=(val)
        prop_set('ipv6-address', val)
end
ipv6_default_gateway() click to toggle source

log forwarding IPv6 card default gateway

# File lib/palo_alto/config.rb, line 171032
def ipv6_default_gateway
        prop_get('ipv6-default-gateway')
end
ipv6_default_gateway=(val) click to toggle source

log forwarding IPv6 card default gateway

# File lib/palo_alto/config.rb, line 171036
def ipv6_default_gateway=(val)
        prop_set('ipv6-default-gateway', val)
end
lacp() click to toggle source
# File lib/palo_alto/config.rb, line 170903
def lacp
        @subclasses['lacp'] ||= Lacp.new(parent_instance: self, create_children: @create_children)
end
name() click to toggle source
# File lib/palo_alto/config.rb, line 170972
def name
        prop_get('@name')
end
netmask() click to toggle source

IP netmask for the log card forwarding interface

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

IP netmask for the log card forwarding interface

# File lib/palo_alto/config.rb, line 171012
def netmask=(val)
        prop_set('netmask', val)
end
units() click to toggle source
# File lib/palo_alto/config.rb, line 170872
def units
        if @create_children
                @subclasses['units'] ||= Units.new(parent_instance: self, create_children: @create_children)
        else
                Units.new(parent_instance: self)
        end
end