BillableRatesType

Element:
BillableRates
Type:
BillableRatesType
Namespace:
http://www.vmware.com/vchs/vms/billabledata/v2
Description:
Lists all billable rates for a service group. The billable rates returned are across data-centers. Returns : currency, service type, data-center, metric name, metric unit, and rate per unit consumed
Since:
5.7
Schema:
billableRates.xsd
Media type(s):
None
Extends:
anyType
XML Representation:
<BillableRates xmlns="http://www.vmware.com/vchs/vms/billabledata/v2" currency="xs:string">
    <Billable service="xs:string" dataCenter="xs:string">
        <Name> xs:string </Name>
        <Unit> xs:string </Unit>
        <Rate> xs:decimal </Rate>
    </Billable>
</BillableRates>

Attributes

Attribute Type Required Modifiable Since Deprecated Description
currency string Yes none 5.7 The billing currency, will be in ISO 4217 code e.g. USD, GBP, etc.

Elements

Element Type Required Modifiable Since Deprecated Description
Billable BillableRateType No always 5.7 Represents the rate object.