Instance Pool
Instance Pool
Properties
| Property | Type | Required | Description |
|---|---|---|---|
anti-affinity-groups | array of Anti-affinity Group | no | Instance Pool Anti-affinity Groups |
application-consistent-snapshot-enabled | boolean | no | Enable application consistent snapshots |
deploy-target | Deploy target | no | Instance Pool Deploy Target |
description | string | no | Instance Pool description |
disk-size | integer | no | Instances disk size in GiB |
elastic-ips | array of Elastic IP | no | Instances Elastic IPs |
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 | Compute instance type | no | Instances type |
instances | array of Instance | no | Instances |
ipv6-enabled | boolean | no | Enable IPv6 for instances |
labels | object | no | Instance Pool Labels |
manager | Resource manager | no | Instance Pool manager |
min-available | integer | no | Minimum number of running instances |
name | string | no | Instance Pool name |
private-networks | array of Private Network | no | Instance Pool Private Networks |
public-ip-assignment | string | no | Instance Pool public IP assignment Allowed values: inet4, dual, none. |
security-groups | array of Security Group | no | Instance Pool Security Groups |
size | integer | no | Number of instances |
ssh-key | SSH key | no | Instances SSH key |
ssh-keys | array of SSH key | no | Instances SSH keys |
state | string | no | Instance Pool state Allowed values: scaling-up, scaling-down, destroying, creating, suspended, running, updating. |
template | Instance template | no | Instances template |
user-data | string | no | Instances Cloud-init user-data |
Last updated on