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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 366128
def _section
        :'entry'
end
authentication() click to toggle source
# File lib/palo_alto/config.rb, line 366437
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 366665
def disabled
        prop_get('disabled')
end
disabled=(val) click to toggle source

Disable the MP-IKEv2 gateway

# File lib/palo_alto/config.rb, line 366669
def disabled=(val)
        prop_set('disabled', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 366125
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 366673
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 366677
def ipv6=(val)
        prop_set('ipv6', val)
end
local_id() click to toggle source
# File lib/palo_alto/config.rb, line 366333
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 366689
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 366693
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 366661
def name
        prop_get('@name')
end
peer_id() click to toggle source
# File lib/palo_alto/config.rb, line 366294
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 366681
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 366685
def peer_ip_address=(val)
        prop_set('peer-ip-address', val)
end
protocol() click to toggle source
# File lib/palo_alto/config.rb, line 366549
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 366628
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 366251
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