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

java.lang.Object
  extended by org.jclouds.vcloud.director.v1_5.domain.Resource
      extended by org.jclouds.vcloud.director.v1_5.domain.Entity
          extended by org.jclouds.vcloud.director.v1_5.domain.org.Org
              extended by org.jclouds.vcloud.director.v1_5.domain.org.AdminOrg

public class AdminOrg
extends Org

The AdminOrg represents an administrative view of an organization. It includes all members of the Org element, and adds several elements that can be viewed and modified only by system administrators.

 <complexType name="AdminOrg">
   <complexContent>
     <extension base="{http://www.vmware.com/vcloud/v1.5}OrgType">
       <sequence>
         <element name="Settings" type="{http://www.vmware.com/vcloud/v1.5}OrgSettingsType"/>
         <element name="Users" type="{http://www.vmware.com/vcloud/v1.5}UsersListType" minOccurs="0"/>
         <element name="Groups" type="{http://www.vmware.com/vcloud/v1.5}GroupsListType" minOccurs="0"/>
         <element name="Catalogs" type="{http://www.vmware.com/vcloud/v1.5}CatalogsListType" minOccurs="0"/>
         <element name="Vdcs" type="{http://www.vmware.com/vcloud/v1.5}VdcsType" minOccurs="0"/>
         <element name="Networks" type="{http://www.vmware.com/vcloud/v1.5}NetworksType" minOccurs="0"/>
       </sequence>
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class AdminOrg.Builder<B extends AdminOrg.Builder<B>>
           
 
Field Summary
protected  Set<Reference> groups
           
protected  Set<Reference> networks
           
protected  Set<Reference> users
           
protected  Set<Reference> vdcs
           
 
Fields inherited from class org.jclouds.vcloud.director.v1_5.domain.org.Org
MEDIA_TYPE
 
Fields inherited from class org.jclouds.vcloud.director.v1_5.domain.Resource
logger
 
Constructor Summary
protected AdminOrg()
           
protected AdminOrg(AdminOrg.Builder<?> builder)
           
 
Method Summary
static AdminOrg.Builder<?> builder()
           
 boolean equals(Object o)
           
 Set<Reference> getCatalogs()
          Gets the value of the catalogs property.
 Set<Reference> getGroups()
          Gets the value of the groups property.
 Set<Reference> getNetworks()
          Gets the value of the networks property.
 OrgSettings getSettings()
          Gets the value of the settings property.
 Set<Reference> getUsers()
          Gets the value of the users property.
 Set<Reference> getVdcs()
          Gets the value of the vdcs property.
 int hashCode()
           
 com.google.common.base.Objects.ToStringHelper string()
           
 AdminOrg.Builder<?> toBuilder()
           
 
Methods inherited from class org.jclouds.vcloud.director.v1_5.domain.org.Org
getFullName, isEnabled
 
Methods inherited from class org.jclouds.vcloud.director.v1_5.domain.Entity
clone, getDescription, getId, getName, getTasks, setDescription, setName
 
Methods inherited from class org.jclouds.vcloud.director.v1_5.domain.Resource
getHref, getLinks, getType, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

users

protected Set<Reference> users

groups

protected Set<Reference> groups

vdcs

protected Set<Reference> vdcs

networks

protected Set<Reference> networks
Constructor Detail

AdminOrg

protected AdminOrg()

AdminOrg

protected AdminOrg(AdminOrg.Builder<?> builder)
Method Detail

builder

public static AdminOrg.Builder<?> builder()

toBuilder

public AdminOrg.Builder<?> toBuilder()
Overrides:
toBuilder in class Org

getSettings

public OrgSettings getSettings()
Gets the value of the settings property.


getUsers

public Set<Reference> getUsers()
Gets the value of the users property.


getGroups

public Set<Reference> getGroups()
Gets the value of the groups property.


getCatalogs

public Set<Reference> getCatalogs()
Gets the value of the catalogs property.


getVdcs

public Set<Reference> getVdcs()
Gets the value of the vdcs property.


getNetworks

public Set<Reference> getNetworks()
Gets the value of the networks property.


equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Org

string

public com.google.common.base.Objects.ToStringHelper string()
Overrides:
string in class Org


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