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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 277275
def _section
        :'entry'
end
comment() click to toggle source
# File lib/palo_alto/config.rb, line 277572
def comment
        prop_get('comment')
end
comment=(val) click to toggle source
# File lib/palo_alto/config.rb, line 277575
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 277549
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 277553
def default_gateway=(val)
        prop_set('default-gateway', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 277272
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 277533
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 277537
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 277557
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 277561
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 277565
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 277569
def ipv6_default_gateway=(val)
        prop_set('ipv6-default-gateway', val)
end
lacp() click to toggle source
# File lib/palo_alto/config.rb, line 277436
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 277505
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 277541
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 277545
def netmask=(val)
        prop_set('netmask', val)
end
units() click to toggle source
# File lib/palo_alto/config.rb, line 277405
def units
        if @create_children
                @subclasses['units'] ||= Units.new(parent_instance: self, create_children: @create_children)
        else
                Units.new(parent_instance: self)
        end
end