Package | Description |
---|---|
com.vmware.vcenter.guest |
The
com.vmware.vcenter.guest package provides interfaces for managing
guest customization specifications in the vCenter Server. |
Modifier and Type | Method and Description |
---|---|
static Ipv6Address |
Ipv6Address._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static Ipv6Address |
Ipv6Address._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
Ipv6Address |
Ipv6Address.Builder.build() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Ipv6Address> |
Ipv6.getIpv6()
IPv6 address.
|
Modifier and Type | Method and Description |
---|---|
void |
Ipv6.setIpv6(java.util.List<Ipv6Address> ipv6)
IPv6 address.
|
Ipv6.Builder |
Ipv6.Builder.setIpv6(java.util.List<Ipv6Address> ipv6)
IPv6 address.
|