RosSnapshotProps
Properties for defining a RosSnapshot.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-snapshot
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosSnapshotProps {
object DiskId,
object Description = null,
object InstantAccess = null,
object InstantAccessRetentionDays = null,
object ResourceGroupId = null,
object RetentionDays = null,
object SnapshotName = null,
TagsProperty[] Tags = null,
object Timeout = null
};
Properties
| Name | Type | Description |
|---|---|---|
DiskId |
object |
No description. |
Description |
object |
No description. |
InstantAccess |
object |
No description. |
InstantAccessRetentionDays |
object |
No description. |
ResourceGroupId |
object |
No description. |
RetentionDays |
object |
No description. |
SnapshotName |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
Timeout |
object |
No description. |
DiskIdRequired
public object DiskId { get; set; }
- Type: object
DescriptionOptional
public object Description { get; set; }
- Type: object
InstantAccessOptional
public object InstantAccess { get; set; }
- Type: object
InstantAccessRetentionDaysOptional
public object InstantAccessRetentionDays { get; set; }
- Type: object
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
RetentionDaysOptional
public object RetentionDays { get; set; }
- Type: object
SnapshotNameOptional
public object SnapshotName { get; set; }
- Type: object
TagsOptional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
TimeoutOptional
public object Timeout { get; set; }
- Type: object