org.jclouds.vcloud.director.v1_5.domain.dmtf
Class RasdItem

java.lang.Object
  extended by org.jclouds.dmtf.cim.ResourceAllocationSettingData
      extended by org.jclouds.vcloud.director.v1_5.domain.dmtf.RasdItem

public class RasdItem
extends org.jclouds.dmtf.cim.ResourceAllocationSettingData

A vCloud specific ResourceAllocationSettingData extension.

Author:
grkvlt@apache.org

Nested Class Summary
static class RasdItem.Builder<B extends RasdItem.Builder<B>>
           
 
Nested classes/interfaces inherited from class org.jclouds.dmtf.cim.ResourceAllocationSettingData
org.jclouds.dmtf.cim.ResourceAllocationSettingData.ConsumerVisibility, org.jclouds.dmtf.cim.ResourceAllocationSettingData.MappingBehavior, org.jclouds.dmtf.cim.ResourceAllocationSettingData.ResourceType
 
Constructor Summary
protected RasdItem()
           
protected RasdItem(RasdItem.Builder<?> builder)
           
 
Method Summary
static RasdItem.Builder<?> builder()
           
 boolean equals(Object obj)
           
 URI getHref()
          Contains the type of the the entity.
 Set<Link> getLinks()
          Set of optional links to an entity or operation associated with this object.
 String getType()
          Contains the URI to the entity.
 int hashCode()
           
 com.google.common.base.Objects.ToStringHelper string()
           
 RasdItem.Builder<?> toBuilder()
           
 
Methods inherited from class org.jclouds.dmtf.cim.ResourceAllocationSettingData
getAddress, getAddressOnParent, getAllocationUnits, getCaption, getConnections, getConsumerVisibility, getDescription, getElementName, getHostResources, getInstanceID, getLimit, getMappingBehavior, getOtherResourceType, getParent, getPoolID, getReservation, getResourceSubType, getResourceType, getVirtualQuantity, getVirtualQuantityUnits, getWeight, isAutomaticAllocation, isAutomaticDeallocation, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RasdItem

protected RasdItem(RasdItem.Builder<?> builder)

RasdItem

protected RasdItem()
Method Detail

builder

public static RasdItem.Builder<?> builder()

toBuilder

public RasdItem.Builder<?> toBuilder()
Overrides:
toBuilder in class org.jclouds.dmtf.cim.ResourceAllocationSettingData

getType

public String getType()
Contains the URI to the entity.

See Also:
ResourceType#getHref()

getHref

public URI getHref()
Contains the type of the the entity.

See Also:
ResourceType#getType()

getLinks

public Set<Link> getLinks()
Set of optional links to an entity or operation associated with this object.

See Also:
ResourceType#getLinks()

string

public com.google.common.base.Objects.ToStringHelper string()
Overrides:
string in class org.jclouds.dmtf.cim.ResourceAllocationSettingData

hashCode

public int hashCode()
Overrides:
hashCode in class org.jclouds.dmtf.cim.ResourceAllocationSettingData

equals

public boolean equals(Object obj)
Overrides:
equals in class org.jclouds.dmtf.cim.ResourceAllocationSettingData


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.