BillableUsageType

Element:
BillableUsage
Type:
BillableUsageType
Namespace:
http://www.vmware.com/vchs/vms/billabledata/v1
Description:
Applicable for current/unbilled usage only. Returns : entity details, applicable currency, metric name, usage units, usage amount, rate per unit consumed and calculated total cost. for a given date range (optional).
Since:
5.7
Schema:
metering.xsd
Media type(s):
None
Extends:
anyType
XML Representation:
<BillableUsage xmlns="http://www.vmware.com/vchs/vms/billabledata/v1" 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>
</BillableUsage>

Attributes

Attribute Type Required Modifiable Since Deprecated Description
startTime string No always 5.7 Start time for current/unbilled usage in ISO 8601 UTC format, e.g. 2014-02-13T10:00:00.000Z; Usage is collected from this time onwards.
endTime string No always 5.7 End time for current/unbilled usage in ISO 8601 UTC format, e.g. 2014-02-13T11:00:00.000Z; Usage is collected till this time.

Elements

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