class PaloAlto::XML::Config::Devices::Entry::WildfireApplianceCluster::Entry::Deviceconfig::System::ManagementTunnel__19::Ikev2Gateway::Entry::Protocol

Public Instance Methods

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