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.IpProtocol |
IpAllocationParams.IpProtocol.IPV4
It supports the IPv4 protocol.
|
static IpAllocationParams.IpProtocol |
IpAllocationParams.IpProtocol.IPV6
It supports the IPv6 protocol.
|
Modifier and Type | Method and Description |
---|---|
IpAllocationParams.IpProtocol |
IpAllocationParams.getIpProtocol()
Specifies the chosen IP protocol for this deployment.
|
static IpAllocationParams.IpProtocol |
IpAllocationParams.IpProtocol.valueOf(String name)
Returns the enumeration constant for the specified name.
|
static IpAllocationParams.IpProtocol[] |
IpAllocationParams.IpProtocol.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
Modifier and Type | Method and Description |
---|---|
List<IpAllocationParams.IpProtocol> |
IpAllocationParams.getSupportedIpProtocol()
Specifies the IP protocols supported by the guest.
|
Modifier and Type | Method and Description |
---|---|
void |
IpAllocationParams.setIpProtocol(IpAllocationParams.IpProtocol ipProtocol)
Specifies the chosen IP protocol for this deployment.
|
Modifier and Type | Method and Description |
---|---|
void |
IpAllocationParams.setSupportedIpProtocol(List<IpAllocationParams.IpProtocol> supportedIpProtocol)
Specifies the IP protocols supported by the guest.
|
Copyright © 2015. All Rights Reserved.