The Class WSOrganization.
name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
Members | list of OrganizationUser | element | 0/unbounded | The members of the organization. | |
costQuota | CostQuota | element | 0/1 | The cost quota for this organization. | |
name | string | element | 0/1 | The name of the organization. | |
resourceQuota | ResourceQuota | element | 0/1 | The resource quota for this organization. | |
Properties inherited from ManagedObjectReference |
|||||
displayName | string | element | 0/1 | Gets the display name. | |
id | long | element | 1/1 | The unique id of the managed object this refers to. | |
type | ManagedObjectType | element | 0/1 | The type of managed object this refers to. | |
Properties inherited from supportTemplating |
|||||
xsitype | string | attribute | 0/1 |
Example
<Organization> <costQuota xsitype="..."> <dailyCost>...</dailyCost> </costQuota> <resourceQuota xsitype="..."> <stoppedVmsCalculateOnlyStorage>...</stoppedVmsCalculateOnlyStorage> <stoppedVmsAllowPowerOn>...</stoppedVmsAllowPowerOn> <useDiskTotalSize>...</useDiskTotalSize> <perStorageTierQuotas>...</perStorageTierQuotas> <storageInGB>...</storageInGB> <memoryInGB>...</memoryInGB> <CPUCount>...</CPUCount> <storageTierQuotas> <name>...</name> <quota>...</quota> <excluded>...</excluded> </storageTierQuotas> </resourceQuota> <Members xsitype="..."> <costQuota> <dailyCost>...</dailyCost> </costQuota> <resourceQuota> <stoppedVmsCalculateOnlyStorage>...</stoppedVmsCalculateOnlyStorage> <stoppedVmsAllowPowerOn>...</stoppedVmsAllowPowerOn> <useDiskTotalSize>...</useDiskTotalSize> <perStorageTierQuotas>...</perStorageTierQuotas> <storageInGB>...</storageInGB> <memoryInGB>...</memoryInGB> <CPUCount>...</CPUCount> <storageTierQuotas/> </resourceQuota> <userId>...</userId> <manager>...</manager> <portalRole>...</portalRole> <organization> <displayName>...</displayName> <type>...</type> <id>...</id> </organization> </Members> <name>...</name> <displayName>...</displayName> <type>...</type> <id>...</id> </Organization>