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 Ipv4 |
Ipv4._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 Ipv4 |
Ipv4._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
Ipv4 |
Ipv4.Builder.build() |
Ipv4 |
IPSettings.getIpv4()
Specification to configure IPv4 address, subnet mask and gateway info for this
virtual network adapter.
|
Modifier and Type | Method and Description |
---|---|
void |
IPSettings.setIpv4(Ipv4 ipv4)
Specification to configure IPv4 address, subnet mask and gateway info for this
virtual network adapter.
|
IPSettings.Builder |
IPSettings.Builder.setIpv4(Ipv4 ipv4)
Specification to configure IPv4 address, subnet mask and gateway info for this
virtual network adapter.
|