class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Ike__4::Gateway::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 186849
def _section
        :'entry'
end
authentication() click to toggle source
# File lib/palo_alto/config.rb, line 187274
def authentication
        if @create_children
                @subclasses['authentication'] ||= Authentication.new(parent_instance: self, create_children: @create_children)
        else
                Authentication.new(parent_instance: self)
        end
end
comment() click to toggle source
# File lib/palo_alto/config.rb, line 187690
def comment
        prop_get('comment')
end
comment=(val) click to toggle source
# File lib/palo_alto/config.rb, line 187693
def comment=(val)
        prop_set('comment', val)
end
disabled() click to toggle source

Disable the IKE gateway

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

Disable the IKE gateway

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

use IPv6 for the IKE gateway

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

use IPv6 for the IKE gateway

# File lib/palo_alto/config.rb, line 187687
def ipv6=(val)
        prop_set('ipv6', val)
end
local_address() click to toggle source
# File lib/palo_alto/config.rb, line 186991
def local_address
        @subclasses['local-address'] ||= LocalAddress.new(parent_instance: self, create_children: @create_children)
end
local_id() click to toggle source
# File lib/palo_alto/config.rb, line 187097
def local_id
        @subclasses['local-id'] ||= LocalId.new(parent_instance: self, create_children: @create_children)
end
name() click to toggle source

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

# File lib/palo_alto/config.rb, line 187671
def name
        prop_get('@name')
end
peer_address() click to toggle source
# File lib/palo_alto/config.rb, line 186909
def peer_address
        if @create_children
                @subclasses['peer-address'] ||= PeerAddress.new(parent_instance: self, create_children: @create_children)
        else
                PeerAddress.new(parent_instance: self)
        end
end
peer_id() click to toggle source
# File lib/palo_alto/config.rb, line 187053
def peer_id
        @subclasses['peer-id'] ||= PeerId.new(parent_instance: self, create_children: @create_children)
end
protocol() click to toggle source
# File lib/palo_alto/config.rb, line 187539
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 187642
def protocol_common
        @subclasses['protocol-common'] ||= ProtocolCommon.new(parent_instance: self, create_children: @create_children)
end