Skip to content

Latest commit

 

History

History
27 lines (13 loc) · 543 Bytes

File metadata and controls

27 lines (13 loc) · 543 Bytes

AvhApi.PatchInstanceOptions

Properties

Name Type Description Notes
name String the name of the device [optional]
state String the desired state of the device [optional]
bootOptions InstanceBootOptions [optional]
proxy String [optional]

Enum: StateEnum

  • on (value: "on")

  • off (value: "off")

  • paused (value: "paused")

  • deleting (value: "deleting")