The schema for the Fixed Cost resource contains the following elements:
Click this link to view the XSD file.
Name |
Type |
Description |
---|---|---|
FixedCost |
Represents a fixed cost in vCenter Chargeback Manager. |
Includes the elements of ResourceType.
Name |
Type |
Description |
---|---|---|
StartTime |
xs:long |
The start time (in milliseconds; from January 1, 1970 GMT 00:00) of a duration for which a fixed cost will be applied on an entity. |
EndTime |
xs:long |
The end time (in milliseconds; from January 1, 1970 GMT 00:00) of a duration for which a fixed cost will be applied on an entity. If this is not specified, the API sets the fixed cost without any end time. If specified, it must be later than the start time. |
Propagate |
xs::boolean |
Indicates if the fixed cost is to be propagated to the child entities. The value of this parameter can be 'true' or 'false.' If the value is false, the fixed cost is applicable only to the entity. If the value is true, the fixed cost is applicable only to the immediate children of the entity. |
Values |
Values of the fixed cost. |
|
Currency |
Represents a currency in vCenter Chargeback Manager. |
|
Type |
Indicates the type of fixed cost. |
|
action |
xs:string |
Indicates the type of operation carried on a fixed cost. The type can be either add or delete. To modify a fixed cost, the user should set the action attribute to add. |
Name |
Type |
Description |
---|---|---|
Value |
Represents the value of a fixed cost. |
Name |
Type |
Description |
---|---|---|
Cost |
xs:double |
Value of the fixed cost. |
StartTime |
xs:long |
Start time (in milliseconds; from January 1, 1970 GMT 00:00) of a duration for which a fixed cost will be applied on an entity. |
EndTime |
xs:long |
End time (in milliseconds; from January 1, 1970 GMT 00:00) of a duration for which a fixed cost will be applied on an entity. If this is not specified, the API sets the fixed cost without any end time. If specified, it must be later than the start time. |
Duration |
Duration for which a fixed cost will be applied on an entity. |