class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Vsys::Entry::GlobalProtect__36::GlobalProtectGateway::Entry::LocalAddress::FloatingIp
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 343067 def _section :'floating-ip' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 343064 def has_multiple_values? false end
ipv4()
click to toggle source
Floating IPv4 address
# File lib/palo_alto/config.rb, line 343090 def ipv4 prop_get('ipv4') end
ipv4=(val)
click to toggle source
Floating IPv4 address
# File lib/palo_alto/config.rb, line 343094 def ipv4=(val) prop_set('ipv4', val) end
ipv6()
click to toggle source
Floating IPv6 address
# File lib/palo_alto/config.rb, line 343098 def ipv6 prop_get('ipv6') end
ipv6=(val)
click to toggle source
Floating IPv6 address
# File lib/palo_alto/config.rb, line 343102 def ipv6=(val) prop_set('ipv6', val) end