ArchivedVirtualEnvironmentWorkflowContext Data Type

Properties
name data type constraints description
nonUsableFieldToPreventNullabilityOfTheEmbeddedObject number required
hypervisorManagerUrl string  
hypervisorManagerGuid string  
hypervisorHost string  
hypervisorGuid string  
projectName string  
projectGuid string  
projectUuid string  
dataCenterName string  
dataCenterGuid string  
hvClusterName string  
hvClusterUuid string  
hvClusterGuid string  

Example

{
  "nonUsableFieldToPreventNullabilityOfTheEmbeddedObject" : 12345,
  "hypervisorManagerUrl" : "...",
  "hypervisorManagerGuid" : "...",
  "hypervisorHost" : "...",
  "hypervisorGuid" : "...",
  "projectName" : "...",
  "projectGuid" : "...",
  "projectUuid" : "...",
  "dataCenterName" : "...",
  "dataCenterGuid" : "...",
  "hvClusterName" : "...",
  "hvClusterUuid" : "...",
  "hvClusterGuid" : "..."
}