Instance Pools Instances
Instance
Properties
| Property | Type | Required | Description |
|---|---|---|---|
anti-affinity-groups | array[object] | no | Instance Anti-affinity Groups schema details |
application-consistent-snapshot-enabled | boolean | no | Indicates if the instance will take application-consistent snapshots |
created-at | string | no | Instance creation date |
deploy-target | object | no | Deploy target schema details |
disk-size | integer | no | Instance disk size in GiB |
elastic-ips | array[object] | no | Instance Elastic IPs schema details |
id | string | no | Instance ID |
instance-type | object | no | Compute instance type schema details |
ipv6-address | string | no | Instance IPv6 address |
labels | object | no | Resource labels |
mac-address | string | no | Instance MAC address |
manager | object | no | Resource manager schema details |
name | string | no | Instance name |
private-networks | array[object] | no | Instance Private Networks schema details |
public-ip | string | no | Instance public IPv4 address |
public-ip-assignment | string | no | Instance public IP assignment Allowed values: inet4, dual, none. |
secureboot-enabled | boolean | no | Indicates if the instance has secure boot enabled |
security-groups | array[object] | no | Instance Security Groups schema details |
snapshots | array[object] | no | Instance Snapshots schema details |
ssh-key | object | no | SSH key schema details |
ssh-keys | array[object] | no | Instance SSH Keys schema details |
state | string | no | Instance state Allowed values: expunging, starting, destroying, running, stopping, stopped, migrating, error, destroyed. |
template | object | no | Instance template schema details |
tpm-enabled | boolean | no | Indicates if the instance has tpm enabled |
user-data | string | no | Instance Cloud-init user-data (base64 encoded) |
Last updated on