CreateWorkloadRequest

Request for creating a workload.

JSON representation
{
  "parent": string,
  "workload": {
    object (Workload)
  },
  "externalId": string
}
Fields
parent

string

Required. The resource name of the new Workload's parent. Must be of the form organizations/{org_id}/locations/{locationId}.

workload

object (Workload)

Required. Assured Workload to create

externalId

string

Optional. A identifier associated with the workload and underlying projects which allows for the break down of billing costs for a workload. The value provided for the identifier will add a label to the workload and contained projects with the identifier as the value.