Skip to content

AutoSnapshotPoliciesProps

Properties for defining a AutoSnapshotPolicies.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ecs;
new AutoSnapshotPoliciesProps {
    object AutoSnapshotPolicyId = null,
    object RefreshOptions = null,
    object ResourceGroupId = null,
    TagsProperty[] Tags = null
};

Properties

Name Type Description
AutoSnapshotPolicyId object Property autoSnapshotPolicyId: The ID of the automatic snapshot policy.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
ResourceGroupId object Property resourceGroupId: The ID of the resource group to which the automatic snapshot policy belongs.
Tags AlibabaCloud.SDK.ROS.CDK.Ecs.datasource.RosAutoSnapshotPolicies.TagsProperty[] Property tags: Tags of snapshotpolicy.

AutoSnapshotPolicyIdOptional

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

Property autoSnapshotPolicyId: The ID of the automatic snapshot policy.


RefreshOptionsOptional

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

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values:

  • Never: Never refresh the datasource resource when the stack is updated.
  • Always: Always refresh the datasource resource when the stack is updated. Default is Never.

ResourceGroupIdOptional

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

Property resourceGroupId: The ID of the resource group to which the automatic snapshot policy belongs.


TagsOptional

public TagsProperty[] Tags { get; set; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Ecs.datasource.RosAutoSnapshotPolicies.TagsProperty[]

Property tags: Tags of snapshotpolicy.