outscale_api 1.17.0

Outscale API SDK
Documentation
# VmTemplate

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**cpu_cores** | **i32** | The number of vCores. | 
**cpu_generation** | **String** | The processor generation. | 
**cpu_performance** | Option<**String**> | The performance of the VMs. | [optional]
**creation_date** | Option<**String**> | The date and time (UTC) at which the VM was created. | [optional]
**description** | Option<**String**> | The description of the VM template. | [optional]
**image_id** | **String** | The ID of the OMI. | 
**keypair_name** | Option<**String**> | The name of the keypair. | [optional]
**ram** | **i32** | The amount of RAM. | 
**tags** | Option<[**Vec<crate::models::ResourceTag>**]ResourceTag.md> | One or more tags associated with the VM template. | [optional]
**vm_template_id** | **String** | The ID of the VM template. | 
**vm_template_name** | **String** | The name of the VM template. | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)