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

Public Instance Methods

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

Host name of the IPv4 in DNS record

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

Host name of the IPv4 in DNS record

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

Internal IPv4 address of a host

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

Internal IPv4 address of a host

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