incus-client 0.1.1

Auto-generated Rust client for the Incus container and VM manager REST API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# ImageMetadataTemplate

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**create_only** | Option<**bool**> | Whether to trigger only if the file is missing | [optional]
**gid** | Option<**String**> | The file owner gid. | [optional]
**mode** | Option<**String**> | The file permissions. | [optional]
**properties** | Option<**std::collections::HashMap<String, String>**> | Key/value properties to pass to the template | [optional]
**template** | Option<**String**> | The template itself as a valid pongo2 template | [optional]
**uid** | Option<**String**> | The file owner uid. | [optional]
**when** | Option<**Vec<String>**> | When to trigger the template (create, copy or start) | [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)