class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 306758 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 307509 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 307513 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 307502 def enable prop_get('enable') end
enable=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 307505 def enable=(val) prop_set('enable', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 306755 def has_multiple_values? false end
name()
click to toggle source
# File lib/palo_alto/config.rb, line 307499 def name prop_get('@name') end
peer()
click to toggle source
# File lib/palo_alto/config.rb, line 307470 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 307517 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 307521 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 306902 def type if @create_children @subclasses['type'] ||= Type.new(parent_instance: self, create_children: @create_children) else Type.new(parent_instance: self) end end