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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 293383
def _section
        :'entry'
end
authentication() click to toggle source
# File lib/palo_alto/config.rb, line 293808
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 294224
def comment
        prop_get('comment')
end
comment=(val) click to toggle source
# File lib/palo_alto/config.rb, line 294227
def comment=(val)
        prop_set('comment', val)
end
disabled() click to toggle source

Disable the IKE gateway

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

Disable the IKE gateway

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

use IPv6 for the IKE gateway

# File lib/palo_alto/config.rb, line 294217
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 294221
def ipv6=(val)
        prop_set('ipv6', val)
end
local_address() click to toggle source
# File lib/palo_alto/config.rb, line 293525
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 293631
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 294205
def name
        prop_get('@name')
end
peer_address() click to toggle source
# File lib/palo_alto/config.rb, line 293443
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 293587
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 294073
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 294176
def protocol_common
        @subclasses['protocol-common'] ||= ProtocolCommon.new(parent_instance: self, create_children: @create_children)
end