org.jclouds.vcloud.director.v1_5.domain.org
Class AdminOrg
java.lang.Object
org.jclouds.vcloud.director.v1_5.domain.Resource
org.jclouds.vcloud.director.v1_5.domain.Entity
org.jclouds.vcloud.director.v1_5.domain.org.Org
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>
| 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 |
users
protected Set<Reference> users
groups
protected Set<Reference> groups
vdcs
protected Set<Reference> vdcs
networks
protected Set<Reference> networks
AdminOrg
protected AdminOrg()
AdminOrg
protected AdminOrg(AdminOrg.Builder<?> builder)
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.