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