vSphere Web Services API
| 
 | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods | 
Data Object - HostIpConfigIpV6Address(vim.host.IpConfig.IpV6Address)
- Property of
 - HostIpConfigIpV6AddressConfiguration
 - Extends
 - DynamicData
 - Since
 - vSphere API Release 4.0
 
Data Object Description
The ipv6 address specificationProperties
| Name | Type | Description | 
|---|---|---|
| dadState* | xsd:string | 
         The state of this ipAddress. Can be one of
 HostIpConfigIpV6AddressStatus
       | 
| ipAddress | xsd:string | 
         The ipv6 address. When DHCP is enabled, this property
  reflects the current IP configuration and cannot be set.
       | 
| lifetime* | xsd:dateTime | 
         The time when will this address expire. If not set
 the address lifetime is unlimited.
       | 
| operation* | xsd:string | 
         Valid values are "add" and "remove".
 See HostConfigChangeOperation.
       | 
| origin* | xsd:string | 
         The type of the ipv6 address configuration on the interface.
 This can be one of the types defined my the enum
 HostIpConfigIpV6AddressConfigType.
       | 
| prefixLength | xsd:int | 
         The prefix length. An ipv6 prefixLength is a decimal value that indicates
 the number of contiguous, higher-order bits of the address that make up the
 network portion of the address.
 For example, 10FA:6604:8136:6502::/64 is a possible IPv6 prefix. The prefix
 length in this case is 64.
       | 
| Properties inherited from DynamicData | ||
| None | ||
Show WSDL type definition
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |