class PaloAlto::XML::Config::Devices::Entry::Template::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 186856
def _section
        :'peer-address'
end
dynamic() click to toggle source
# File lib/palo_alto/config.rb, line 186868
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 186901
def fqdn
        prop_get('fqdn')
end
fqdn=(val) click to toggle source

peer gateway FQDN name

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

peer gateway has static IP address

# File lib/palo_alto/config.rb, line 186893
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 186897
def ip=(val)
        prop_set('ip', val)
end