class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 340505 def _section :'internal-host-detection' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 340502 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 340536 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 340540 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 340528 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 340532 def ip_address=(val) prop_set('ip-address', val) end