VirtualMachinePostQueryParameters Data Type

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

Example

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