ServiceGroupListType
- Type:
- ServiceGroupListType
- Namespace:
- http://www.vmware.com/vchs/vms/billabledata/v1
- Description:
-
Container for service group data.
- Since:
- 5.7
- Schema:
- metering.xsd
- Media type(s):
- None
- Extends:
- anyType
- XML Representation:
- <ServiceGroupListType xmlns="http://www.vmware.com/vchs/vms/billabledata/v1">
<ServiceGroup>
<Id> xs:string </Id>
<DisplayName> xs:string </DisplayName>
<BillingCurrency> xs:string </BillingCurrency>
<BillingAttributes>
<Attribute name="xs:string">
<Value> xs:string </Value>
<Properties>
<Property name="xs:string"/>
</Properties>
</Attribute>
</BillingAttributes>
<AvailableBills>
<Bill>
<Link rel="xs:string" href="xs:string"/>
<BillingPeriod>
<Month> xs:int </Month>
<Year> xs:int </Year>
<StartDate> xs:string </StartDate>
<EndDate> xs:string </EndDate>
</BillingPeriod>
</Bill>
</AvailableBills>
</ServiceGroup>
</ServiceGroupListType>
Elements
-
Element |
Type |
Required |
Modifiable |
Since |
Deprecated |
Description |
ServiceGroup |
ServiceGroupType |
No |
|
5.7 |
|
|