class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Bgp::PeerGroup::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 200193
def _section
        :'entry'
end
aggregated_confed_as_path() click to toggle source

the peers understand aggregated confederation AS path

# File lib/palo_alto/config.rb, line 200943
def aggregated_confed_as_path
        prop_get('aggregated-confed-as-path')
end
aggregated_confed_as_path=(val) click to toggle source

the peers understand aggregated confederation AS path

# File lib/palo_alto/config.rb, line 200947
def aggregated_confed_as_path=(val)
        prop_set('aggregated-confed-as-path', val)
end
enable() click to toggle source
# File lib/palo_alto/config.rb, line 200936
def enable
        prop_get('enable')
end
enable=(val) click to toggle source
# File lib/palo_alto/config.rb, line 200939
def enable=(val)
        prop_set('enable', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 200190
def has_multiple_values?
        false
end
name() click to toggle source
# File lib/palo_alto/config.rb, line 200933
def name
        prop_get('@name')
end
peer() click to toggle source
# File lib/palo_alto/config.rb, line 200904
def peer
        if @create_children
                @subclasses['peer'] ||= Peer.new(parent_instance: self, create_children: @create_children)
        else
                Peer.new(parent_instance: self)
        end
end
soft_reset_with_stored_info() click to toggle source

soft reset with stored info

# File lib/palo_alto/config.rb, line 200951
def soft_reset_with_stored_info
        prop_get('soft-reset-with-stored-info')
end
soft_reset_with_stored_info=(val) click to toggle source

soft reset with stored info

# File lib/palo_alto/config.rb, line 200955
def soft_reset_with_stored_info=(val)
        prop_set('soft-reset-with-stored-info', val)
end
type() click to toggle source
# File lib/palo_alto/config.rb, line 200337
def type
        if @create_children
                @subclasses['type'] ||= Type.new(parent_instance: self, create_children: @create_children)
        else
                Type.new(parent_instance: self)
        end
end