BilledUsageType

Element:
BilledUsage
Type:
BilledUsageType
Namespace:
http://www.vmware.com/vchs/vms/billabledata/v1
Description:
Applicable for billed usage only. Returns : entity details, bill duration, applicable currency, metric name, usage units, usage amount, rate per unit consumed and calculated total cost for a given bill month.
Since:
5.7
Schema:
metering.xsd
Media type(s):
None
Extends:
anyType
XML Representation:
<BilledUsage xmlns="http://www.vmware.com/vchs/vms/billabledata/v1" month="xs:int" year="xs:int" startTime="xs:string" endTime="xs:string">
    <Entity id="xs:string" name="xs:string" entityType="xs:string">
        <BillableList>
            <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>
        </BillableList>
    </Entity>
</BilledUsage>

Attributes

Attribute Type Required Modifiable Since Deprecated Description
month int No always 5.7 The billing month for billed usage in 'm' format i.e. One-digit month for months below 10.
year int No always 5.7 The billing year for billed usage in 'yyyy' format i.e. Four-digit year format.
startTime string No always 5.7 The start time of billing month in ISO 8601 UTC format, e.g. 2014-02-13T10:00:00.000Z. Billed usage is collected from this time onwards.
endTime string No always 5.7 The end time of billing month in ISO 8601 UTC format, e.g. 2014-02-13T11:00:00.000Z. Billed usage is collected till this time.

Elements

Element Type Required Modifiable Since Deprecated Description
Entity EntityType No always 5.7 Represents the billed entity object.