RosSnapshotProps
Properties for defining a RosSnapshot
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-snapshot
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs"
&alicloudroscdkecs.RosSnapshotProps {
DiskId: interface{},
Description: interface{},
InstantAccess: interface{},
InstantAccessRetentionDays: interface{},
ResourceGroupId: interface{},
RetentionDays: interface{},
SnapshotName: interface{},
Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs.RosSnapshot.TagsProperty,
Timeout: interface{},
}
Properties
Name | Type | Description |
---|---|---|
DiskId |
interface{} |
No description. |
Description |
interface{} |
No description. |
InstantAccess |
interface{} |
No description. |
InstantAccessRetentionDays |
interface{} |
No description. |
ResourceGroupId |
interface{} |
No description. |
RetentionDays |
interface{} |
No description. |
SnapshotName |
interface{} |
No description. |
Tags |
*[]TagsProperty |
No description. |
Timeout |
interface{} |
No description. |
DiskId
Required
DiskId interface{}
- Type: interface{}
Description
Optional
Description interface{}
- Type: interface{}
InstantAccess
Optional
InstantAccess interface{}
- Type: interface{}
InstantAccessRetentionDays
Optional
InstantAccessRetentionDays interface{}
- Type: interface{}
ResourceGroupId
Optional
ResourceGroupId interface{}
- Type: interface{}
RetentionDays
Optional
RetentionDays interface{}
- Type: interface{}
SnapshotName
Optional
SnapshotName interface{}
- Type: interface{}
Tags
Optional
Tags *[]TagsProperty
- Type: *[]TagsProperty
Timeout
Optional
Timeout interface{}
- Type: interface{}