class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::VirtualWire::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 192939 def _section :'entry' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 192936 def has_multiple_values? false end
interface1()
click to toggle source
# File lib/palo_alto/config.rb, line 193031 def interface1 prop_get('interface1') end
interface1=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 193035 def interface1=(val) prop_set('interface1', val) end
interface2()
click to toggle source
# File lib/palo_alto/config.rb, line 193039 def interface2 prop_get('interface2') end
interface2=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 193043 def interface2=(val) prop_set('interface2', val) end
link_state_pass_through()
click to toggle source
# File lib/palo_alto/config.rb, line 192989 def link_state_pass_through @subclasses['link-state-pass-through'] ||= LinkStatePassThrough.new(parent_instance: self, create_children: @create_children) end
multicast_firewalling()
click to toggle source
# File lib/palo_alto/config.rb, line 192964 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 193027 def name prop_get('@name') end
tag_allowed()
click to toggle source
Allowed 802.1q VLAN tags
# File lib/palo_alto/config.rb, line 193047 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 193051 def tag_allowed=(val) prop_set('tag-allowed', val) end