class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::RoutingProfile::Bgp::AddressFamilyProfile::Entry::Ipv6::Unicast::AllowasIn
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 314443 def _section :'allowas-in' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 314440 def has_multiple_values? false end
occurrence()
click to toggle source
Number of occurrences of AS number
# File lib/palo_alto/config.rb, line 314467 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 314471 def occurrence=(val) prop_set('occurrence', val) end
origin()
click to toggle source
# File lib/palo_alto/config.rb, line 314455 def origin @subclasses['origin'] ||= Origin.new(parent_instance: self, create_children: @create_children) end