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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 293390
def _section
        :'peer-address'
end
dynamic() click to toggle source
# File lib/palo_alto/config.rb, line 293402
def dynamic
        @subclasses['dynamic'] ||= Dynamic.new(parent_instance: self, create_children: @create_children)
end
fqdn() click to toggle source

peer gateway FQDN name

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

peer gateway FQDN name

# File lib/palo_alto/config.rb, line 293439
def fqdn=(val)
        prop_set('fqdn', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 293387
def has_multiple_values?
        true
end
ip() click to toggle source

peer gateway has static IP address

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

peer gateway has static IP address

# File lib/palo_alto/config.rb, line 293431
def ip=(val)
        prop_set('ip', val)
end