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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 360757
def _section
        :'entry'
end
authentication() click to toggle source
# File lib/palo_alto/config.rb, line 361066
def authentication
        if @create_children
                @subclasses['authentication'] ||= Authentication.new(parent_instance: self, create_children: @create_children)
        else
                Authentication.new(parent_instance: self)
        end
end
disabled() click to toggle source

Disable the MP-IKEv2 gateway

# File lib/palo_alto/config.rb, line 361294
def disabled
        prop_get('disabled')
end
disabled=(val) click to toggle source

Disable the MP-IKEv2 gateway

# File lib/palo_alto/config.rb, line 361298
def disabled=(val)
        prop_set('disabled', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 360754
def has_multiple_values?
        false
end
ipv6() click to toggle source

use IPv6 for the MP-IKEv2 gateway

# File lib/palo_alto/config.rb, line 361302
def ipv6
        prop_get('ipv6')
end
ipv6=(val) click to toggle source

use IPv6 for the MP-IKEv2 gateway

# File lib/palo_alto/config.rb, line 361306
def ipv6=(val)
        prop_set('ipv6', val)
end
local_id() click to toggle source
# File lib/palo_alto/config.rb, line 360962
def local_id
        @subclasses['local-id'] ||= LocalId.new(parent_instance: self, create_children: @create_children)
end
local_ip_address() click to toggle source

Local IP address from where the tunnel originates

# File lib/palo_alto/config.rb, line 361318
def local_ip_address
        prop_get('local-ip-address')
end
local_ip_address=(val) click to toggle source

Local IP address from where the tunnel originates

# File lib/palo_alto/config.rb, line 361322
def local_ip_address=(val)
        prop_set('local-ip-address', val)
end
name() click to toggle source

alphanumeric string begin with letter: [0-9a-zA-Z._-]

# File lib/palo_alto/config.rb, line 361290
def name
        prop_get('@name')
end
peer_id() click to toggle source
# File lib/palo_alto/config.rb, line 360923
def peer_id
        @subclasses['peer-id'] ||= PeerId.new(parent_instance: self, create_children: @create_children)
end
peer_ip_address() click to toggle source

Peer IP address where the tunnel ends

# File lib/palo_alto/config.rb, line 361310
def peer_ip_address
        prop_get('peer-ip-address')
end
peer_ip_address=(val) click to toggle source

Peer IP address where the tunnel ends

# File lib/palo_alto/config.rb, line 361314
def peer_ip_address=(val)
        prop_set('peer-ip-address', val)
end
protocol() click to toggle source
# File lib/palo_alto/config.rb, line 361178
def protocol
        @subclasses['protocol'] ||= Protocol.new(parent_instance: self, create_children: @create_children)
end
protocol_common() click to toggle source
# File lib/palo_alto/config.rb, line 361257
def protocol_common
        @subclasses['protocol-common'] ||= ProtocolCommon.new(parent_instance: self, create_children: @create_children)
end
tunnel_ips() click to toggle source
# File lib/palo_alto/config.rb, line 360880
def tunnel_ips
        if @create_children
                @subclasses['tunnel-ips'] ||= TunnelIps.new(parent_instance: self, create_children: @create_children)
        else
                TunnelIps.new(parent_instance: self)
        end
end