outscale_api 1.17.0

Outscale API SDK
Documentation
# FiltersVmGroup

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**descriptions** | Option<**Vec<String>**> | The descriptions of the VM groups. | [optional]
**security_group_ids** | Option<**Vec<String>**> | The IDs of the security groups. | [optional]
**subnet_ids** | Option<**Vec<String>**> | The IDs of the Subnets. | [optional]
**tag_keys** | Option<**Vec<String>**> | The keys of the tags associated with the VM groups. | [optional]
**tag_values** | Option<**Vec<String>**> | The values of the tags associated with the VM groups. | [optional]
**tags** | Option<**Vec<String>**> | The key/value combination of the tags associated with the VMs, in the following format: &quot;Filters&quot;:{&quot;Tags&quot;:[&quot;TAGKEY=TAGVALUE&quot;]}. | [optional]
**vm_counts** | Option<**Vec<i32>**> | The number of VMs in the VM group. | [optional]
**vm_group_ids** | Option<**Vec<String>**> | The IDs of the VM groups. | [optional]
**vm_group_names** | Option<**Vec<String>**> | The names of the VM groups. | [optional]
**vm_template_ids** | Option<**Vec<String>**> | The IDs of the VM templates. | [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)