public class VCloudNetworkAdapter extends ResourceAllocationSettingData
| Modifier and Type | Class and Description |
|---|---|
static class |
VCloudNetworkAdapter.Builder |
ResourceAllocationSettingData.ConsumerVisibility, ResourceAllocationSettingData.MappingBehavior, ResourceAllocationSettingData.ResourceTypeaddress, addressOnParent, allocationUnits, automaticAllocation, automaticDeallocation, connections, consumerVisibility, hostResources, limit, mappingBehavior, otherResourceType, parent, poolID, reservation, resourceSubType, resourceType, virtualQuantity, virtualQuantityUnits, weightcaption, descriptionelementName, instanceID| Constructor and Description |
|---|
VCloudNetworkAdapter(String elementName,
String instanceID,
String caption,
String description,
String address,
String addressOnParent,
String allocationUnits,
Boolean automaticAllocation,
Boolean automaticDeallocation,
ResourceAllocationSettingData.ConsumerVisibility consumerVisibility,
Long limit,
ResourceAllocationSettingData.MappingBehavior mappingBehavior,
String otherResourceType,
String parent,
String poolID,
Long reservation,
String resourceSubType,
ResourceAllocationSettingData.ResourceType resourceType,
Long virtualQuantity,
String virtualQuantityUnits,
Integer weight,
List<String> connections,
List<String> hostResources,
String ipAddress,
boolean primaryNetworkConnection,
String ipAddressingMode) |
| Modifier and Type | Method and Description |
|---|---|
static VCloudNetworkAdapter.Builder |
builder() |
String |
getIpAddress() |
String |
getIpAddressingMode() |
boolean |
isPrimaryNetworkConnection() |
VCloudNetworkAdapter.Builder |
toBuilder() |
String |
toString() |
equals, getAddress, getAddressOnParent, getAllocationUnits, getConnections, getConsumerVisibility, getHostResources, getLimit, getMappingBehavior, getOtherResourceType, getParent, getPoolID, getReservation, getResourceSubType, getResourceType, getVirtualQuantity, getVirtualQuantityUnits, getWeight, hashCode, isAutomaticAllocation, isAutomaticDeallocationgetCaption, getDescriptioncompareTo, getElementName, getInstanceIDpublic VCloudNetworkAdapter(String elementName, String instanceID, String caption, String description, String address, String addressOnParent, String allocationUnits, Boolean automaticAllocation, Boolean automaticDeallocation, ResourceAllocationSettingData.ConsumerVisibility consumerVisibility, Long limit, ResourceAllocationSettingData.MappingBehavior mappingBehavior, String otherResourceType, String parent, String poolID, Long reservation, String resourceSubType, ResourceAllocationSettingData.ResourceType resourceType, Long virtualQuantity, String virtualQuantityUnits, Integer weight, List<String> connections, List<String> hostResources, String ipAddress, boolean primaryNetworkConnection, String ipAddressingMode)
public static VCloudNetworkAdapter.Builder builder()
public VCloudNetworkAdapter.Builder toBuilder()
toBuilder in class ResourceAllocationSettingDatapublic String getIpAddress()
public boolean isPrimaryNetworkConnection()
public String getIpAddressingMode()
public String toString()
toString in class ResourceAllocationSettingDataCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.