class PaloAlto::XML::Config::Devices::Entry::Deviceconfig::System::ManagementTunnel__32::Ikev2Gateway::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 74960 def _section :'entry' end
authentication()
click to toggle source
# File lib/palo_alto/config.rb, line 75269 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 75497 def disabled prop_get('disabled') end
disabled=(val)
click to toggle source
Disable the MP-IKEv2 gateway
# File lib/palo_alto/config.rb, line 75501 def disabled=(val) prop_set('disabled', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 74957 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 75505 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 75509 def ipv6=(val) prop_set('ipv6', val) end
local_id()
click to toggle source
# File lib/palo_alto/config.rb, line 75165 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 75521 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 75525 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 75493 def name prop_get('@name') end
peer_id()
click to toggle source
# File lib/palo_alto/config.rb, line 75126 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 75513 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 75517 def peer_ip_address=(val) prop_set('peer-ip-address', val) end
protocol()
click to toggle source
# File lib/palo_alto/config.rb, line 75381 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 75460 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 75083 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