org.jclouds.savvis.vpdc.domain
Class Org

java.lang.Object
  extended by org.jclouds.savvis.vpdc.domain.ResourceImpl
      extended by org.jclouds.savvis.vpdc.domain.Org
All Implemented Interfaces:
Comparable<Resource>, Resource

public class Org
extends ResourceImpl

A cloud can contain one or more Organizations. There are two types of Organizations, hard-walled and soft-walled.

Author:
Adrian Cole

Nested Class Summary
static class Org.Builder
           
 
Field Summary
 
Fields inherited from class org.jclouds.savvis.vpdc.domain.ResourceImpl
href, id, name, type
 
Constructor Summary
Org(String id, String name, String type, URI href, String description, Set<Link> vDCs, Set<Link> images)
           
 
Method Summary
static Org.Builder builder()
           
 String getDescription()
          
 Set<Link> getImages()
          
 String getName()
          
 Set<Link> getVDCs()
          
 Org.Builder toBuilder()
           
 String toString()
           
 
Methods inherited from class org.jclouds.savvis.vpdc.domain.ResourceImpl
compareTo, equals, getHref, getId, getType, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Org

public Org(String id,
           String name,
           String type,
           URI href,
           @Nullable
           String description,
           Set<Link> vDCs,
           Set<Link> images)
Method Detail

builder

public static Org.Builder builder()

getName

public String getName()

Specified by:
getName in interface Resource
Overrides:
getName in class ResourceImpl

getDescription

public String getDescription()


getVDCs

public Set<Link> getVDCs()


getImages

public Set<Link> getImages()


toBuilder

public Org.Builder toBuilder()
Overrides:
toBuilder in class ResourceImpl

toString

public String toString()
Overrides:
toString in class ResourceImpl


Copyright © 2009-2011 jclouds. All Rights Reserved.