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
# UpdateSksNodepoolRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**anti_affinity_groups** | Option<[**Vec<models::AntiAffinityGroup>**]anti-affinity-group.md> | Nodepool Anti-affinity Groups | [optional]
**description** | Option<**String**> | Nodepool description | [optional]
**public_ip_assignment** | Option<**String**> | Configures public IP assignment of the Instances with:  * IPv4 (`inet4`) addressing only; * both IPv4 and IPv6 (`dual`) addressing. | [optional]
**labels** | Option<**std::collections::HashMap<String, String>**> |  | [optional]
**taints** | Option<[**std::collections::HashMap<String, models::SksNodepoolTaint>**]sks-nodepool-taint.md> |  | [optional]
**security_groups** | Option<[**Vec<models::SecurityGroup>**]security-group.md> | Nodepool Security Groups | [optional]
**name** | Option<**String**> | Nodepool name, lowercase only | [optional]
**instance_type** | Option<[**models::InstanceType**]instance-type.md> |  | [optional]
**private_networks** | Option<[**Vec<models::PrivateNetwork>**]private-network.md> | Nodepool Private Networks | [optional]
**instance_prefix** | Option<**String**> | Prefix to apply to managed instances names (default: pool), lowercase only | [optional]
**deploy_target** | Option<[**models::DeployTarget**]deploy-target.md> |  | [optional]
**disk_size** | Option<**u64**> | Nodepool instances disk size in GiB | [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)