GetComputeResourceDataModel

Data contract for the workflow step "Get-CamComputeResource".

Properties

NameDescription Additional information
State

No documentation available.

Type: String

GetAllocatedComputeResourceStatus

No documentation available.

Type: String

GetUnallocatedComputeResourceStatus

No documentation available.

Type: String

DataCenter

No documentation available.

Type: ReferenceDataModel

DeliveryGroup

No documentation available.

Type: ReferenceDataModel

DeliverySite

No documentation available.

Type: ReferenceDataModel

SessionMachineCatalog

No documentation available.

Type: ReferenceDataModel

ComputeResource

No documentation available.

Type: ComputeResourceDataModel

BaseVMTemplate

No documentation available.

Type: String

RequestedNetworks

No documentation available.

Type: Array of String

ProvisioningBaseVMTemplate

No documentation available.

Type: String

SharedStorage

No documentation available.

Type: Array of String

PvdStorage

No documentation available.

Type: Array of String

WorkFlowStepStarted

No documentation available.

Type: Boolean

Sample

application/json

Sample:
{
  "State": "sample string 1",
  "GetAllocatedComputeResourceStatus": "sample string 2",
  "GetUnallocatedComputeResourceStatus": "sample string 3",
  "DataCenter": {
    "Id": "sample string 1",
    "Name": "sample string 2"
  },
  "DeliveryGroup": {
    "Id": "sample string 1",
    "Name": "sample string 2"
  },
  "DeliverySite": {
    "Id": "sample string 1",
    "Name": "sample string 2"
  },
  "SessionMachineCatalog": {
    "Id": "sample string 1",
    "Name": "sample string 2"
  },
  "ComputeResource": {
    "HypervisorType": "sample string 1",
    "Address": "sample string 2",
    "ClusterFullPath": "sample string 3",
    "Networks": [
      "sample string 1",
      "sample string 2",
      "sample string 3"
    ],
    "HAServers": "sample string 4",
    "Id": "sample string 5",
    "Name": "sample string 6"
  },
  "BaseVMTemplate": "sample string 4",
  "RequestedNetworks": [
    "sample string 1",
    "sample string 2",
    "sample string 3"
  ],
  "ProvisioningBaseVMTemplate": "sample string 5",
  "SharedStorage": [
    "sample string 1",
    "sample string 2",
    "sample string 3"
  ],
  "PvdStorage": [
    "sample string 1",
    "sample string 2",
    "sample string 3"
  ],
  "WorkFlowStepStarted": true
}