class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Tunnel__5::GlobalProtectSiteToSite::Entry::LocalAddress

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 190969
def _section
        :'local-address'
end
floating_ip() click to toggle source
# File lib/palo_alto/config.rb, line 191067
def floating_ip
        @subclasses['floating-ip'] ||= FloatingIp.new(parent_instance: self, create_children: @create_children)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 190966
def has_multiple_values?
        false
end
interface() click to toggle source

local gateway end-point

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

local gateway end-point

# File lib/palo_alto/config.rb, line 191109
def interface=(val)
        prop_set('interface', val)
end
ip() click to toggle source
# File lib/palo_alto/config.rb, line 191021
def ip
        @subclasses['ip'] ||= Ip.new(parent_instance: self, create_children: @create_children)
end
ip_address_family() click to toggle source

specify the family of the local address

# File lib/palo_alto/config.rb, line 191097
def ip_address_family
        prop_get('ip-address-family')
end
ip_address_family=(val) click to toggle source

specify the family of the local address

# File lib/palo_alto/config.rb, line 191101
def ip_address_family=(val)
        prop_set('ip-address-family', val)
end