EntityType

Type:
EntityType
Namespace:
http://www.vmware.com/vchs/vms/billabledata/v1
Description:
Represents the billed/unbilled entity object.
Since:
5.7
Schema:
metering.xsd
Media type(s):
None
Extends:
anyType
XML Representation:
<EntityType xmlns="http://www.vmware.com/vchs/vms/billabledata/v1" 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>
</EntityType>

Attributes

Attribute Type Required Modifiable Since Deprecated Description
id string Yes none 5.7 The id of the entity.
name string Yes always 5.7 The name of the entity.
entityType string Yes none 5.7 The entity type e.g. vm, vdc or serviceInstance.

Elements

Element Type Required Modifiable Since Deprecated Description
BillableList BillableListType No always 5.7 Contains metering data for different metrics.