outscale_api 1.14.0

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**description** | Option<**String**> | A new description for the VM template. | [optional]
**dry_run** | Option<**bool**> | If true, checks whether you have the required permissions to perform the action. | [optional]
**tags** | Option<[**Vec<crate::models::ResourceTag>**]ResourceTag.md> | New tags for your VM template. | [optional]
**vm_template_id** | **String** | The ID of the VM template you want to update. | 
**vm_template_name** | Option<**String**> | A new name for your VM template. | [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)