BillableRateType

Type:
BillableRateType
Namespace:
http://www.vmware.com/vchs/vms/billabledata/v2
Description:
Represents the rate object.
Since:
5.7
Schema:
billableRates.xsd
Media type(s):
None
Extends:
anyType
XML Representation:
<BillableRateType xmlns="http://www.vmware.com/vchs/vms/billabledata/v2" service="xs:string" dataCenter="xs:string">
    <Name> xs:string </Name>
    <Unit> xs:string </Unit>
    <Rate> xs:decimal </Rate>
</BillableRateType>

Attributes

Attribute Type Required Modifiable Since Deprecated Description
service string Yes always 5.7 Represents the service type e.g. compute.
dataCenter string Yes always 5.7 Data-center name where rate is applicable.

Elements

Element Type Required Modifiable Since Deprecated Description
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 always 5.7 The unit of the metric.