outscale_api 1.17.0

Outscale API SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# FiltersDedicatedGroup

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**cpu_generations** | Option<**Vec<i32>**> | The processor generation for the VMs in the dedicated group (for example, `4`). | [optional]
**dedicated_group_ids** | Option<**Vec<String>**> | The IDs of the dedicated groups. | [optional]
**names** | Option<**Vec<String>**> | The names of the dedicated groups. | [optional]
**subregion_names** | Option<**Vec<String>**> | The names of the Subregions in which the dedicated groups are located. | [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)