BillableListType
Type:
BillableListType
Namespace:
http://www.vmware.com/vchs/vms/billabledata/v1
Description:
Contains metering data for different metrics.
Since:
5.7
Schema:
metering.xsd
Media type(s):
None
Extends:
anyType
XML Representation:
<
BillableListType
xmlns
=
"
http://www.vmware.com/vchs/vms/billabledata/v1
"
>
<
Billable
>
<
Name
>
xs:string
</
Name
>
<
Usage
>
xs:decimal
</
Usage
>
<
Unit
>
xs:string
</
Unit
>
<
Rate
>
xs:decimal
</
Rate
>
<
Cost
>
xs:decimal
</
Cost
>
<
Currency
>
xs:string
</
Currency
>
</
Billable
>
</
BillableListType
>
Elements
Element
Type
Required
Modifiable
Since
Deprecated
Description
Billable
BillableType
No
always
5.7
Contains metering data for a given metric.