exoscale-rs 3.0.0

Infrastructure automation API, allowing programmatic access to all Exoscale products and services. The [OpenAPI Specification](http://spec.openapis.org/oas/v3.0.3.html) source of this documentation can be obtained here: * [JSON format](https://openapi-v2.exoscale.com/source.json) * [YAML format](https://openapi-v2.exoscale.com/source.yaml)
Documentation
# CreateInstancePoolRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**anti_affinity_groups** | Option<[**Vec<models::AntiAffinityGroup>**]anti-affinity-group.md> | Instance Pool Anti-affinity Groups | [optional]
**description** | Option<**String**> | Instance Pool description | [optional]
**public_ip_assignment** | Option<**String**> | Determines public IP assignment of the Instances. Type `none` is final and can't be changed later on. | [optional]
**labels** | Option<**std::collections::HashMap<String, String>**> |  | [optional]
**security_groups** | Option<[**Vec<models::SecurityGroup>**]security-group.md> | Instance Pool Security Groups | [optional]
**elastic_ips** | Option<[**Vec<models::ElasticIp>**]elastic-ip.md> | Instances Elastic IPs | [optional]
**name** | **String** | Instance Pool name | 
**instance_type** | [**models::InstanceType**]instance-type.md |  | 
**min_available** | Option<**u64**> | Minimum number of running Instances | [optional]
**private_networks** | Option<[**Vec<models::PrivateNetwork>**]private-network.md> | Instance Pool Private Networks | [optional]
**template** | [**models::Template**]template.md |  | 
**size** | **u64** | Number of Instances | 
**ssh_key** | Option<[**models::SshKey**]ssh-key.md> |  | [optional]
**instance_prefix** | Option<**String**> | Prefix to apply to Instances names (default: pool) | [optional]
**user_data** | Option<**String**> | Instances Cloud-init user-data | [optional]
**deploy_target** | Option<[**models::DeployTarget**]deploy-target.md> |  | [optional]
**ipv6_enabled** | Option<**bool**> | Enable IPv6. DEPRECATED: use `public-ip-assignments`. | [optional]
**disk_size** | **u64** | Instances disk size in GiB | 
**ssh_keys** | Option<[**Vec<models::SshKey>**]ssh-key.md> | Instances SSH Keys | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)