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. |
DiskId
Required
public object DiskId { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
InstantAccess
Optional
public object InstantAccess { get; set; }
- Type: object
InstantAccessRetentionDays
Optional
public object InstantAccessRetentionDays { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
RetentionDays
Optional
public object RetentionDays { get; set; }
- Type: object
SnapshotName
Optional
public object SnapshotName { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
Timeout
Optional
public object Timeout { get; set; }
- Type: object