Package | Description |
---|---|
com.vmware.vcenter.ovf |
The
com.vmware.vcenter.ovf package provides services to capture and
deploy Open Virtualization Format (OVF) packages to and from the content
library. |
Modifier and Type | Field and Description |
---|---|
static IpAllocationParams.IpAllocationScheme |
IpAllocationParams.IpAllocationScheme.DHCP
It supports DHCP to acquire IP configuration.
|
static IpAllocationParams.IpAllocationScheme |
IpAllocationParams.IpAllocationScheme.OVF_ENVIRONMENT
It supports setting the IP configuration through the properties provided in the
OVF environment.
|
Modifier and Type | Method and Description |
---|---|
static IpAllocationParams.IpAllocationScheme |
IpAllocationParams.IpAllocationScheme.valueOf(String name)
Returns the enumeration constant for the specified name.
|
static IpAllocationParams.IpAllocationScheme[] |
IpAllocationParams.IpAllocationScheme.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
Modifier and Type | Method and Description |
---|---|
List<IpAllocationParams.IpAllocationScheme> |
IpAllocationParams.getSupportedAllocationScheme()
Specifies the IP allocation schemes supported by the guest software.
|
Modifier and Type | Method and Description |
---|---|
void |
IpAllocationParams.setSupportedAllocationScheme(List<IpAllocationParams.IpAllocationScheme> supportedAllocationScheme)
Specifies the IP allocation schemes supported by the guest software.
|
Copyright © 2015. All Rights Reserved.