Skip to content

RosSnapshotProps

Properties for defining a RosSnapshot.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-snapshot

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosSnapshotProps {
    object SnapshotId,
    object RefreshOptions = null
};

Properties

Name Type Description
SnapshotId object No description.
RefreshOptions object No description.

SnapshotIdRequired

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

RefreshOptionsOptional

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