class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::GlobalProtect__36::GlobalProtectPortal::Entry::ClientConfig::Configs::Entry::InternalHostDetectionV6

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 233938
def _section
        :'internal-host-detection-v6'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 233935
def has_multiple_values?
        false
end
hostname() click to toggle source

Host name of the IPv6 in DNS record

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

Host name of the IPv6 in DNS record

# File lib/palo_alto/config.rb, line 233972
def hostname=(val)
        prop_set('hostname', val)
end
ip_address() click to toggle source

Internal IPv6 address of a host

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

Internal IPv6 address of a host

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