class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Interface::AggregateEthernet::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 284740
def _section
        :'entry'
end
comment() click to toggle source
# File lib/palo_alto/config.rb, line 288669
def comment
        prop_get('comment')
end
comment=(val) click to toggle source
# File lib/palo_alto/config.rb, line 288672
def comment=(val)
        prop_set('comment', val)
end
decrypt_mirror() click to toggle source
# File lib/palo_alto/config.rb, line 284853
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 284841
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 284737
def has_multiple_values?
        false
end
layer2() click to toggle source
# File lib/palo_alto/config.rb, line 285338
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 288619
def layer3
        @subclasses['layer3'] ||= Layer3.new(parent_instance: self, create_children: @create_children)
end
name() click to toggle source
# File lib/palo_alto/config.rb, line 288666
def name
        prop_get('@name')
end
virtual_wire() click to toggle source
# File lib/palo_alto/config.rb, line 285051
def virtual_wire
        @subclasses['virtual-wire'] ||= VirtualWire.new(parent_instance: self, create_children: @create_children)
end