class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 314061 def _section :'allowas-in' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 314058 def has_multiple_values? false end
occurrence()
click to toggle source
Number of occurrences of AS number
# File lib/palo_alto/config.rb, line 314085 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 314089 def occurrence=(val) prop_set('occurrence', val) end
origin()
click to toggle source
# File lib/palo_alto/config.rb, line 314073 def origin @subclasses['origin'] ||= Origin.new(parent_instance: self, create_children: @create_children) end