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.IpAllocationPolicy |
IpAllocationParams.IpAllocationPolicy.DHCP
Specifies that DHCP will be used to allocate IP addresses.
|
static IpAllocationParams.IpAllocationPolicy |
IpAllocationParams.IpAllocationPolicy.STATIC_IPPOOL
Specifies that IP addresses are allocated from the range managed by an IP pool.
|
static IpAllocationParams.IpAllocationPolicy |
IpAllocationParams.IpAllocationPolicy.STATIC_MANUAL
Specifies that IP addresses are configured manually upon deployment, and will be
kept until reconfigured or the virtual appliance destroyed.
|
static IpAllocationParams.IpAllocationPolicy |
IpAllocationParams.IpAllocationPolicy.TRANSIENT_IPPOOL
Specifies that IP addresses are allocated from an IP pool.
|
Modifier and Type | Method and Description |
---|---|
IpAllocationParams.IpAllocationPolicy |
IpAllocationParams.getIpAllocationPolicy()
Specifies how IP allocation is done through an IP Pool.
|
static IpAllocationParams.IpAllocationPolicy |
IpAllocationParams.IpAllocationPolicy.valueOf(String name)
Returns the enumeration constant for the specified name.
|
static IpAllocationParams.IpAllocationPolicy[] |
IpAllocationParams.IpAllocationPolicy.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
Modifier and Type | Method and Description |
---|---|
List<IpAllocationParams.IpAllocationPolicy> |
IpAllocationParams.getSupportedIpAllocationPolicy()
Specifies the IP allocation policies supported.
|
Modifier and Type | Method and Description |
---|---|
void |
IpAllocationParams.setIpAllocationPolicy(IpAllocationParams.IpAllocationPolicy ipAllocationPolicy)
Specifies how IP allocation is done through an IP Pool.
|
Modifier and Type | Method and Description |
---|---|
void |
IpAllocationParams.setSupportedIpAllocationPolicy(List<IpAllocationParams.IpAllocationPolicy> supportedIpAllocationPolicy)
Specifies the IP allocation policies supported.
|
Copyright © 2015. All Rights Reserved.