scaleway_api_rs 0.1.8

Generated library to interact with Scaleway API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# ServerActionRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**action** | Option<**String**> | The action to perform on the server | [optional][default to Poweron]
**name** | Option<**String**> | The name of the backup you want to create. This field should only be specified when performing a backup action.  | [optional]
**volumes** | Option<[**crate::models::ServerActionRequestVolumes**]ServerAction_request_volumes.md> |  | [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)