class PaloAlto::XML::Config::Devices::Entry::WildfireAppliance::Entry::Deviceconfig::System::ManagementTunnel__28::Ikev2Gateway::Entry::Protocol

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 366448
def _section
        :'protocol'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 366445
def has_multiple_values?
        false
end
ikev2() click to toggle source
# File lib/palo_alto/config.rb, line 366544
def ikev2
        @subclasses['ikev2'] ||= Ikev2.new(parent_instance: self, create_children: @create_children)
end