RosAutoSnapshotPolicyProps
Properties for defining a RosAutoSnapshotPolicy.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-autosnapshotpolicy
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs"
&alicloudroscdkecs.RosAutoSnapshotPolicyProps {
RepeatWeekdays: interface{},
RetentionDays: interface{},
TimePoints: interface{},
AutoSnapshotPolicyName: interface{},
CopiedSnapshotsRetentionDays: interface{},
CopyEncryptionConfiguration: interface{},
DiskIds: interface{},
EnableCrossRegionCopy: interface{},
ResourceGroupId: interface{},
Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs.RosAutoSnapshotPolicy.TagsProperty,
TargetCopyRegions: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
RepeatWeekdays | interface{} | No description. |
RetentionDays | interface{} | No description. |
TimePoints | interface{} | No description. |
AutoSnapshotPolicyName | interface{} | No description. |
CopiedSnapshotsRetentionDays | interface{} | No description. |
CopyEncryptionConfiguration | interface{} | No description. |
DiskIds | interface{} | No description. |
EnableCrossRegionCopy | interface{} | No description. |
ResourceGroupId | interface{} | No description. |
Tags | *[]TagsProperty | No description. |
TargetCopyRegions | interface{} | No description. |
RepeatWeekdaysRequired
RepeatWeekdays interface{}
- Type: interface{}
RetentionDaysRequired
RetentionDays interface{}
- Type: interface{}
TimePointsRequired
TimePoints interface{}
- Type: interface{}
AutoSnapshotPolicyNameOptional
AutoSnapshotPolicyName interface{}
- Type: interface{}
CopiedSnapshotsRetentionDaysOptional
CopiedSnapshotsRetentionDays interface{}
- Type: interface{}
CopyEncryptionConfigurationOptional
CopyEncryptionConfiguration interface{}
- Type: interface{}
DiskIdsOptional
DiskIds interface{}
- Type: interface{}
EnableCrossRegionCopyOptional
EnableCrossRegionCopy interface{}
- Type: interface{}
ResourceGroupIdOptional
ResourceGroupId interface{}
- Type: interface{}
TagsOptional
Tags *[]TagsProperty
- Type: *[]TagsProperty
TargetCopyRegionsOptional
TargetCopyRegions interface{}
- Type: interface{}