org.jclouds.vcloud.director.v1_5.domain
Class Capabilities

java.lang.Object
  extended by org.jclouds.vcloud.director.v1_5.domain.Capabilities

public class Capabilities
extends Object

Collection of supported hardware capabilities.

Java class for Capabilities complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Capabilities">
   <complexContent>
     <extension base="{http://www.vmware.com/vcloud/v1.5}VCloudExtensibleType">
       <sequence>
         <element name="SupportedHardwareVersions" type="{http://www.vmware.com/vcloud/v1.5}SupportedHardwareVersionsType" minOccurs="0"/>
       </sequence>
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class Capabilities.Builder
           
 
Field Summary
protected  Set<String> supportedHardwareVersions
           
 
Method Summary
static Capabilities.Builder builder()
           
 boolean equals(Object o)
           
 Set<String> getSupportedHardwareVersions()
          Gets the value of the supportedHardwareVersions property.
 int hashCode()
           
 Capabilities.Builder toBuilder()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

supportedHardwareVersions

protected Set<String> supportedHardwareVersions
Method Detail

builder

public static Capabilities.Builder builder()

toBuilder

public Capabilities.Builder toBuilder()

getSupportedHardwareVersions

public Set<String> getSupportedHardwareVersions()
Gets the value of the supportedHardwareVersions property.


equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012 jclouds. All Rights Reserved.