CostAllocation Data Type

A cost allocation.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
billingName string element 0/1 The billing name for this cost allocation.
id long element 1/1 Field to identify the cost allocation record.
organization ManagedObjectReference element 0/1 The organization this cost allocation applies to.
percent double element 1/1 The percentage of cost to apply to this organization.
target ManagedObjectReference element 0/1 The vm or vapp this cost allocation applies to.

Example

<CostAllocation>
  <id>...</id>
  <organization xsitype="...">
    <displayName>...</displayName>
    <type>...</type>
    <id>...</id>
  </organization>
  <percent>...</percent>
  <billingName>...</billingName>
  <target xsitype="...">
    <displayName>...</displayName>
    <type>...</type>
    <id>...</id>
  </target>
</CostAllocation>