class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::RoutingProfile::Bgp::AddressFamilyProfile::Entry::Ipv4::Unicast::AllowasIn
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 207474 def _section :'allowas-in' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 207471 def has_multiple_values? false end
occurrence()
click to toggle source
Number of occurrences of AS number
# File lib/palo_alto/config.rb, line 207498 def occurrence prop_get('occurrence') end
occurrence=(val)
click to toggle source
Number of occurrences of AS number
# File lib/palo_alto/config.rb, line 207502 def occurrence=(val) prop_set('occurrence', val) end
origin()
click to toggle source
# File lib/palo_alto/config.rb, line 207486 def origin @subclasses['origin'] ||= Origin.new(parent_instance: self, create_children: @create_children) end