class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Interface::Ethernet::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 279986 def _section :'entry' end
aggregate_group()
click to toggle source
Aggregate interface group
# File lib/palo_alto/config.rb, line 284700 def aggregate_group prop_get('aggregate-group') end
aggregate_group=(val)
click to toggle source
Aggregate interface group
# File lib/palo_alto/config.rb, line 284704 def aggregate_group=(val) prop_set('aggregate-group', val) end
comment()
click to toggle source
# File lib/palo_alto/config.rb, line 284707 def comment prop_get('comment') end
comment=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 284710 def comment=(val) prop_set('comment', val) end
decrypt_mirror()
click to toggle source
# File lib/palo_alto/config.rb, line 280256 def decrypt_mirror @subclasses['decrypt-mirror'] ||= DecryptMirror.new(parent_instance: self, create_children: @create_children) end
ha()
click to toggle source
# File lib/palo_alto/config.rb, line 280028 def ha @subclasses['ha'] ||= Ha.new(parent_instance: self, create_children: @create_children) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 279983 def has_multiple_values? false end
lacp()
click to toggle source
# File lib/palo_alto/config.rb, line 284253 def lacp @subclasses['lacp'] ||= Lacp.new(parent_instance: self, create_children: @create_children) end
layer2()
click to toggle source
# File lib/palo_alto/config.rb, line 280666 def layer2 @subclasses['layer2'] ||= Layer2.new(parent_instance: self, create_children: @create_children) end
layer3()
click to toggle source
# File lib/palo_alto/config.rb, line 284226 def layer3 @subclasses['layer3'] ||= Layer3.new(parent_instance: self, create_children: @create_children) end
link_duplex()
click to toggle source
Interface
link duplex
# File lib/palo_alto/config.rb, line 284684 def link_duplex prop_get('link-duplex') end
link_duplex=(val)
click to toggle source
Interface
link duplex
# File lib/palo_alto/config.rb, line 284688 def link_duplex=(val) prop_set('link-duplex', val) end
link_speed()
click to toggle source
Interface
link speed
# File lib/palo_alto/config.rb, line 284676 def link_speed prop_get('link-speed') end
link_speed=(val)
click to toggle source
Interface
link speed
# File lib/palo_alto/config.rb, line 284680 def link_speed=(val) prop_set('link-speed', val) end
link_state()
click to toggle source
Interface
link state
# File lib/palo_alto/config.rb, line 284692 def link_state prop_get('link-state') end
link_state=(val)
click to toggle source
Interface
link state
# File lib/palo_alto/config.rb, line 284696 def link_state=(val) prop_set('link-state', val) end
log_card()
click to toggle source
# File lib/palo_alto/config.rb, line 280244 def log_card @subclasses['log-card'] ||= LogCard.new(parent_instance: self, create_children: @create_children) end
name()
click to toggle source
# File lib/palo_alto/config.rb, line 284672 def name prop_get('@name') end
tap()
click to toggle source
# File lib/palo_alto/config.rb, line 280016 def tap @subclasses['tap'] ||= Tap.new(parent_instance: self, create_children: @create_children) end
virtual_wire()
click to toggle source
# File lib/palo_alto/config.rb, line 280493 def virtual_wire @subclasses['virtual-wire'] ||= VirtualWire.new(parent_instance: self, create_children: @create_children) end