outscale_api 1.17.0

Outscale API SDK
Documentation
# FiltersVmTemplate

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**cpu_cores** | Option<**Vec<i32>**> | The number of vCores. | [optional]
**cpu_generations** | Option<**Vec<String>**> | The processor generations (for example, `v4`). | [optional]
**cpu_performances** | Option<**Vec<String>**> | The performances of the VMs. | [optional]
**descriptions** | Option<**Vec<String>**> | The descriptions of the VM templates. | [optional]
**image_ids** | Option<**Vec<String>**> | The IDs of the OMIs. | [optional]
**keypair_names** | Option<**Vec<String>**> | The names of the keypairs. | [optional]
**rams** | Option<**Vec<i32>**> | The amount of RAM. | [optional]
**tag_keys** | Option<**Vec<String>**> | The keys of the tags associated with the VM templates. | [optional]
**tag_values** | Option<**Vec<String>**> | The values of the tags associated with the VM templates. | [optional]
**tags** | Option<**Vec<String>**> | The key/value combination of the tags associated with the VM templates, in the following format: &quot;Filters&quot;:{&quot;Tags&quot;:[&quot;TAGKEY=TAGVALUE&quot;]}. | [optional]
**vm_template_ids** | Option<**Vec<String>**> | The IDs of the VM templates. | [optional]
**vm_template_names** | Option<**Vec<String>**> | The names 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)