SnapshotProps
Properties for defining a Snapshot
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ens-snapshot
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ens;
new SnapshotProps {
object DiskId,
object EnsRegionId,
object Description = null,
object SnapshotName = null
};
Properties
Name | Type | Description |
---|---|---|
DiskId |
object |
Property diskId: The ID of the cloud disk. |
EnsRegionId |
object |
Property ensRegionId: The ID of the edge node. |
Description |
object |
Property description: The description of the snapshot. |
SnapshotName |
object |
Property snapshotName: The name of the snapshot. |
DiskId
Required
public object DiskId { get; set; }
- Type: object
Property diskId: The ID of the cloud disk.
EnsRegionId
Required
public object EnsRegionId { get; set; }
- Type: object
Property ensRegionId: The ID of the edge node.
Description
Optional
public object Description { get; set; }
- Type: object
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
public object SnapshotName { get; set; }
- Type: object
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 (-).