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. |
RepeatWeekdays
Required
public object RepeatWeekdays { get; set; }
- Type: object
RetentionDays
Required
public object RetentionDays { get; set; }
- Type: object
TimePoints
Required
public object TimePoints { get; set; }
- Type: object
AutoSnapshotPolicyName
Optional
public object AutoSnapshotPolicyName { get; set; }
- Type: object
DiskIds
Optional
public object DiskIds { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]