class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::GlobalProtect__36::GlobalProtectPortal::Entry::SatelliteConfig::Configs::Entry::Gateways::Entry::Ip

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 235271
def _section
        :'ip'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 235268
def has_multiple_values?
        false
end
ipv4() click to toggle source

IPv4

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

IPv4

# File lib/palo_alto/config.rb, line 235299
def ipv4=(val)
        prop_set('ipv4', val)
end
ipv6() click to toggle source

IPv6

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

IPv6

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