Package | Description |
---|---|
com.vmware.vcenter.vm.guest |
The
com.vmware.vcenter.vm.guest package provides interfaces for dealing
with the guest operating system. |
com.vmware.vcenter.vm.guest.networking |
The
com.vmware.vcenter.vm.guest.networking package provides interfaces
for dealing with the guest operating system networking. |
Modifier and Type | Method and Description |
---|---|
static DhcpConfigInfo |
DhcpConfigInfo._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 DhcpConfigInfo |
DhcpConfigInfo._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
DhcpConfigInfo |
DhcpConfigInfo.Builder.build() |
Modifier and Type | Method and Description |
---|---|
DhcpConfigInfo |
InterfacesTypes.IpConfigInfo.getDhcp()
Client side DHCP for an interface.
|
Modifier and Type | Method and Description |
---|---|
void |
InterfacesTypes.IpConfigInfo.setDhcp(DhcpConfigInfo dhcp)
Client side DHCP for an interface.
|
InterfacesTypes.IpConfigInfo.Builder |
InterfacesTypes.IpConfigInfo.Builder.setDhcp(DhcpConfigInfo dhcp)
Client side DHCP for an interface.
|