Skip to content

RosSnapshotProps

Properties for defining a RosSnapshot.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ens-snapshot

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ens;
new RosSnapshotProps {
    object DiskId,
    object EnsRegionId,
    object Description = null,
    object SnapshotName = null
};

Properties

Name Type Description
DiskId object No description.
EnsRegionId object No description.
Description object No description.
SnapshotName object No description.

DiskIdRequired

public object DiskId { get; set; }
  • Type: object

EnsRegionIdRequired

public object EnsRegionId { get; set; }
  • Type: object

DescriptionOptional

public object Description { get; set; }
  • Type: object

SnapshotNameOptional

public object SnapshotName { get; set; }
  • Type: object