Skip to content

RosAutoSnapshotPolicyProps

Properties for defining a RosAutoSnapshotPolicy.

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

Initializer

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

Properties

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

AutoSnapshotPolicyIdRequired

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

RefreshOptionsOptional

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