VirtualMachinePostQueryParameters Data Type

Properties
name data type constraints description
filterOrNameLike string  
orderRequestCorrect boolean required boolean
size string  
hypervisor string  
hypervisor-cluster string  
snapshotPolicy string  
snapshotable boolean  
project-uuid array of string  
uuid string  
uuids array of string  
virtualProviderTypes array of string  
direction string  
hypervisor-manager-type array of HypervisorManagerType  
present boolean  
authentication-domain string  
orderBy string  
nameLike string  
hypervisor-type array of HypervisorType  
filter string  
virtual-provider string  
backupStatus array of BackupUpToDateStatus  
detailed boolean required boolean
page string  
hypervisor-manager string  
data-center string  
vmPolicy array of string  
without-project boolean  
nodeConfig string  
guids array of string  

Example

{
  "filterOrNameLike" : "...",
  "orderRequestCorrect" : true,
  "size" : "...",
  "hypervisor" : "...",
  "hypervisor-cluster" : "...",
  "snapshotPolicy" : "...",
  "snapshotable" : true,
  "project-uuid" : [ "...", "..." ],
  "uuid" : "...",
  "uuids" : [ "...", "..." ],
  "virtualProviderTypes" : [ "...", "..." ],
  "direction" : "...",
  "hypervisor-manager-type" : [ "AWS", "KUBERNETES" ],
  "present" : true,
  "authentication-domain" : "...",
  "orderBy" : "...",
  "nameLike" : "...",
  "hypervisor-type" : [ "VERGE", "KUBERNETES" ],
  "filter" : "...",
  "virtual-provider" : "...",
  "backupStatus" : [ "IS_PROTECTED", "NOT_PROTECTED" ],
  "detailed" : true,
  "page" : "...",
  "hypervisor-manager" : "...",
  "data-center" : "...",
  "vmPolicy" : [ "...", "..." ],
  "without-project" : true,
  "nodeConfig" : "...",
  "guids" : [ "...", "..." ]
}