close
GraphQL Schema
Schema
Query
Mutation
Scalars
Any
Boolean
ID
Int
String
Enums
AffinityRuleType
Brand
CallerType
ImageErrorCode
ImageFileCompression
ImageOS
ImageState
ImageType
MachineState
NicState
SnapshotState
__DirectiveLocation
__TypeKind
Interfaces
Page
Objects
Action
Caller
CreateMachineFirewallRule
Datacenter
FirewallRule
Image
ImageError
ImageFile
ImageRequirements
Key
KeyValue
Machine
MachinePage
MantaLocation
Network
NIC
Package
Policy
Product
Role
Snapshot
User
VLAN
__Directive
__EnumValue
__Field
__InputValue
__Schema
__Type
Input Objects
AffinityRule
KeyValueInput
Directives
deprecated
include
skip
menu
Types
ENUM
MachineState
link
GraphQL Schema definition
enum
MachineState
{
PROVISIONING
RUNNING
STOPPING
STOPPED
DELETED
FAILED
}
link
Require by
Machine
An image contains the software packages that will be available on newly-provisioned instance. In the case of hardware virtual machines, the image also includes the operating system
Query