public class AdminOrg extends Org
<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>
| Modifier and Type | Class and Description |
|---|---|
static class |
AdminOrg.Builder<B extends AdminOrg.Builder<B>> |
| Modifier and Type | Field and Description |
|---|---|
protected Set<Reference> |
groups |
protected Set<Reference> |
networks |
protected Set<Reference> |
users |
protected Set<Reference> |
vdcs |
MEDIA_TYPE| Modifier | Constructor and Description |
|---|---|
protected |
AdminOrg() |
protected |
AdminOrg(AdminOrg.Builder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
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() |
getFullName, isEnabledclone, getDescription, getId, getName, getTasks, setDescription, setNameprotected AdminOrg()
protected AdminOrg(AdminOrg.Builder<?> builder)
public static AdminOrg.Builder<?> builder()
public AdminOrg.Builder<?> toBuilder()
public OrgSettings getSettings()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.