SnapshotProps
Properties for defining a Snapshot
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ens-snapshot
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkens"
&alicloudroscdkens.SnapshotProps {
DiskId: interface{},
EnsRegionId: interface{},
Description: interface{},
SnapshotName: interface{},
}
Properties
Name | Type | Description |
---|---|---|
DiskId |
interface{} |
Property diskId: The ID of the cloud disk. |
EnsRegionId |
interface{} |
Property ensRegionId: The ID of the edge node. |
Description |
interface{} |
Property description: The description of the snapshot. |
SnapshotName |
interface{} |
Property snapshotName: The name of the snapshot. |
DiskId
Required
DiskId interface{}
- Type: interface{}
Property diskId: The ID of the cloud disk.
EnsRegionId
Required
EnsRegionId interface{}
- Type: interface{}
Property ensRegionId: The ID of the edge node.
Description
Optional
Description interface{}
- Type: interface{}
Property description: The description of the snapshot.
The description must be 2 to 256 characters in length and cannot start with http:// or https://. By default, this parameter is left empty.
SnapshotName
Optional
SnapshotName interface{}
- Type: interface{}
Property snapshotName: The name of the snapshot.
The name must be 2 to 128 characters in length. It must start with a letter and cannot start with http:// or https://. It can contain letters, digits, colons (:), underscores (_), and hyphens (-).