Schema for Fixed Cost Resource

The schema for the Fixed Cost resource contains the following elements:

Click this link to view the XSD file.

FixedCostsType

Name

Type

Description

FixedCost

FixedCostType

Represents a fixed cost in vCenter Chargeback Manager.

FixedCostType

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

ValuesType

Values of the fixed cost.

Currency

CurrencyType

Represents a currency in vCenter Chargeback Manager.

Type

ResourceType

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.

ValuesType

Name

Type

Description

Value

Value

Represents the value of a fixed cost.

Value

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

ResourceType

Duration for which a fixed cost will be applied on an entity.