VirtualMachinePostQueryParameters Data Type

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

Example

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