RosAutoSnapshotPoliciesProps
Properties for defining a RosAutoSnapshotPolicies
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-autosnapshotpolicies
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosAutoSnapshotPoliciesProps {
object AutoSnapshotPolicyId = null,
object RefreshOptions = null,
object ResourceGroupId = null,
TagsProperty[] Tags = null
};
Properties
Name | Type | Description |
---|---|---|
AutoSnapshotPolicyId |
object |
No description. |
RefreshOptions |
object |
No description. |
ResourceGroupId |
object |
No description. |
Tags |
AlibabaCloud.SDK.ROS.CDK.Ecs.datasource.RosAutoSnapshotPolicies.TagsProperty[] |
No description. |
AutoSnapshotPolicyId
Optional
public object AutoSnapshotPolicyId { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: AlibabaCloud.SDK.ROS.CDK.Ecs.datasource.RosAutoSnapshotPolicies.TagsProperty[]