Skip to content

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.

DiskIdRequired

DiskId interface{}
  • Type: interface{}

Property diskId: The ID of the cloud disk.


EnsRegionIdRequired

EnsRegionId interface{}
  • Type: interface{}

Property ensRegionId: The ID of the edge node.


DescriptionOptional

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.


SnapshotNameOptional

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 (-).