class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Tunnel__5::Ipsec::Entry::GlobalProtectSatellite::LocalAddress
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 296447 def _section :'local-address' end
floating_ip()
click to toggle source
# File lib/palo_alto/config.rb, line 296543 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 296444 def has_multiple_values? false end
interface()
click to toggle source
Interface
to communicate with Portal
# File lib/palo_alto/config.rb, line 296561 def interface prop_get('interface') end
interface=(val)
click to toggle source
Interface
to communicate with Portal
# File lib/palo_alto/config.rb, line 296565 def interface=(val) prop_set('interface', val) end
ip()
click to toggle source
# File lib/palo_alto/config.rb, line 296498 def ip @subclasses['ip'] ||= Ip.new(parent_instance: self, create_children: @create_children) end