Skip to content

Latest commit

 

History

History
27 lines (13 loc) · 577 Bytes

File metadata and controls

27 lines (13 loc) · 577 Bytes

CorelliumClient.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 [ProxyConfig] [optional]

Enum: StateEnum

  • on (value: "on")

  • off (value: "off")

  • paused (value: "paused")

  • deleting (value: "deleting")