public class VCloudNetworkAdapter extends ResourceAllocationSettingData
Modifier and Type | Class and Description |
---|---|
static class |
VCloudNetworkAdapter.Builder |
ResourceAllocationSettingData.ConsumerVisibility, ResourceAllocationSettingData.MappingBehavior, ResourceAllocationSettingData.ResourceType
address, addressOnParent, allocationUnits, automaticAllocation, automaticDeallocation, connections, consumerVisibility, hostResources, limit, mappingBehavior, otherResourceType, parent, poolID, reservation, resourceSubType, resourceType, virtualQuantity, virtualQuantityUnits, weight
caption, description
elementName, 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, isAutomaticDeallocation
getCaption, getDescription
compareTo, getElementName, getInstanceID
public 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 ResourceAllocationSettingData
public String getIpAddress()
public boolean isPrimaryNetworkConnection()
public String getIpAddressingMode()
public String toString()
toString
in class ResourceAllocationSettingData
Copyright © 2009-2012 jclouds. All Rights Reserved.