Services Instance Pool
Instance Pool
Properties
| Property | Type | Required | Description |
|---|---|---|---|
anti-affinity-groups | array[object] | no | Instance Pool Anti-affinity Groups schema details |
application-consistent-snapshot-enabled | boolean | no | Enable application consistent snapshots |
deploy-target | object | no | Deploy target schema details |
description | string | no | Instance Pool description |
disk-size | integer | no | Instances disk size in GiB |
elastic-ips | array[object] | no | Instances Elastic IPs schema details |
id | string | no | Instance Pool ID |
instance-prefix | string | no | The instances created by the Instance Pool will be prefixed with this value (default: pool) |
instance-type | object | no | Compute instance type schema details |
instances | array[object] | no | Instances schema details |
ipv6-enabled | boolean | no | Enable IPv6 for instances |
labels | object | no | Instance Pool Labels |
manager | object | no | Resource manager schema details |
min-available | integer | no | Minimum number of running instances |
name | string | no | Instance Pool name |
private-networks | array[object] | no | Instance Pool Private Networks schema details |
public-ip-assignment | string | no | Instance Pool public IP assignment Allowed values: inet4, dual, none. |
security-groups | array[object] | no | Instance Pool Security Groups schema details |
size | integer | no | Number of instances |
ssh-key | object | no | SSH key schema details |
ssh-keys | array[object] | no | Instances SSH keys schema details |
state | string | no | Instance Pool state Allowed values: scaling-up, scaling-down, destroying, creating, suspended, running, updating. |
template | object | no | Instance template schema details |
user-data | string | no | Instances Cloud-init user-data |
Last updated on