class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::VirtualWire::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 299487
def _section
        :'entry'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 299484
def has_multiple_values?
        false
end
interface1() click to toggle source

Interface 1

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

Interface 1

# File lib/palo_alto/config.rb, line 299583
def interface1=(val)
        prop_set('interface1', val)
end
interface2() click to toggle source

Interface 2

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

Interface 2

# File lib/palo_alto/config.rb, line 299591
def interface2=(val)
        prop_set('interface2', val)
end
multicast_firewalling() click to toggle source
# File lib/palo_alto/config.rb, line 299512
def multicast_firewalling
        @subclasses['multicast-firewalling'] ||= MulticastFirewalling.new(parent_instance: self, create_children: @create_children)
end
name() click to toggle source

alphanumeric string [ 0-9a-zA-Z._-]

# File lib/palo_alto/config.rb, line 299575
def name
        prop_get('@name')
end
tag_allowed() click to toggle source

Allowed 802.1q VLAN tags

# File lib/palo_alto/config.rb, line 299595
def tag_allowed
        prop_get('tag-allowed')
end
tag_allowed=(val) click to toggle source

Allowed 802.1q VLAN tags

# File lib/palo_alto/config.rb, line 299599
def tag_allowed=(val)
        prop_set('tag-allowed', val)
end