BillableType

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

Elements

Element Type Required Modifiable Since Deprecated Description
Cost decimal Yes always 5.7 Cost associated with usage consumption.
Currency string Yes none 5.7 The billing currency, will be in ISO 4217 code e.g. USD, GBP, etc.
Name string Yes always 5.7 The name of the metric.
Rate decimal Yes always 5.7 The applicable rate as per usage consumption.
Unit string Yes none 5.7 The unit of the metric.
Usage decimal Yes always 5.7 The usage of the metric.