outscale_api 1.17.0

Outscale API SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# DedicatedGroup

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_id** | Option<**String**> | The account ID of the owners of the dedicated group. | [optional]
**cpu_generation** | Option<**i32**> | The processor generation. | [optional]
**dedicated_group_id** | Option<**String**> | The ID of the dedicated group. | [optional]
**name** | Option<**String**> | The name of the dedicated group. | [optional]
**net_ids** | Option<**Vec<String>**> | The IDs of the Nets in the dedicated group. | [optional]
**subregion_name** | Option<**String**> | The name of the Subregion in which the dedicated group is located. | [optional]
**vm_ids** | Option<**Vec<String>**> | The IDs of the VMs in the dedicated group. | [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)