Apache CloudStack · Schema

VirtualMachine

A CloudStack virtual machine resource with its configuration and runtime state.

ApacheCloudIaaSInfrastructureOpen SourceVirtualization

Properties

Name Type Description
id string UUID of the virtual machine.
name string Display name of the virtual machine.
state string Current state of the virtual machine.
zoneid string UUID of the zone containing the virtual machine.
zonename string Name of the zone containing the virtual machine.
serviceofferingid string UUID of the service offering used by the virtual machine.
templateid string UUID of the template used to create the virtual machine.
cpunumber integer Number of CPU cores.
memory integer Memory in megabytes.
ipaddress string Primary IP address of the virtual machine.
View JSON Schema on GitHub