RosAutoSnapshotPolicyProps
Properties for defining a RosAutoSnapshotPolicy.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-autosnapshotpolicy
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosAutoSnapshotPolicyProps {
object RepeatWeekdays,
object RetentionDays,
object TimePoints,
object AutoSnapshotPolicyName = null,
object DiskIds = null,
object ResourceGroupId = null,
TagsProperty[] Tags = null
};
Properties
| Name | Type | Description |
|---|---|---|
RepeatWeekdays |
object |
No description. |
RetentionDays |
object |
No description. |
TimePoints |
object |
No description. |
AutoSnapshotPolicyName |
object |
No description. |
DiskIds |
object |
No description. |
ResourceGroupId |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
RepeatWeekdaysRequired
public object RepeatWeekdays { get; set; }
- Type: object
RetentionDaysRequired
public object RetentionDays { get; set; }
- Type: object
TimePointsRequired
public object TimePoints { get; set; }
- Type: object
AutoSnapshotPolicyNameOptional
public object AutoSnapshotPolicyName { get; set; }
- Type: object
DiskIdsOptional
public object DiskIds { get; set; }
- Type: object
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
TagsOptional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]