class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Interface::AggregateEthernet::Entry::Layer2
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 285058 def _section :'layer2' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 285055 def has_multiple_values? false end
lacp()
click to toggle source
# File lib/palo_alto/config.rb, line 285255 def lacp @subclasses['lacp'] ||= Lacp.new(parent_instance: self, create_children: @create_children) end
lldp()
click to toggle source
# File lib/palo_alto/config.rb, line 285315 def lldp @subclasses['lldp'] ||= Lldp.new(parent_instance: self, create_children: @create_children) end
netflow_profile()
click to toggle source
Netflow Server Profile
# File lib/palo_alto/config.rb, line 285330 def netflow_profile prop_get('netflow-profile') end
netflow_profile=(val)
click to toggle source
Netflow Server Profile
# File lib/palo_alto/config.rb, line 285334 def netflow_profile=(val) prop_set('netflow-profile', val) end
units()
click to toggle source
# File lib/palo_alto/config.rb, line 285137 def units if @create_children @subclasses['units'] ||= Units.new(parent_instance: self, create_children: @create_children) else Units.new(parent_instance: self) end end