Get Snapshots Plain Args
A collection of arguments for invoking getSnapshots.
Constructors
Properties
Timestamp of Snapshot completion. Note The time format of the API adopts the ISO 8601 format, such as 2021-07-09T15:45:30CST or 2021-07-09T07:45:30Z. Note: While complete_time_checker
equals BETWEEN
, this field should be formatted such as "2021-08-20T14:17:15CST,2021-08-26T14:17:15CST"
, The first part of this string is the start time, the second part is the end time, and the two parts should be separated by commas.
Complete time filter operator. Optional values: MATCH_TERM
, GREATER_THAN
, GREATER_THAN_OR_EQUAL
, LESS_THAN
, LESS_THAN_OR_EQUAL
, BETWEEN
.
File system creation timestamp of Nas. While source_type equals NAS
, this parameter must be set. Note The time format of the API adopts the ISO 8601 format, such as 2021-07-09T15:45:30CST
or 2021-07-09T07:45:30Z
.
The File System ID of Nas. While source_type equals NAS
, this parameter must be set.
The ID of ECS instance. The ecs backup client must have been installed on the host. While source_type equals ECS_FILE
, this parameter must be set.
File name where to save data source results (after running pulumi preview
).
Data source type, valid values: ECS_FILE
, OSS
, NAS
.