BackupClientsProps
Properties for defining a BackupClients
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-hbr-backupclients
Initializer
using AlibabaCloud.SDK.ROS.CDK.Hbr;
new BackupClientsProps {
object InstanceIds,
TagsProperty[] Tags = null
};
Properties
Name | Type | Description |
---|---|---|
InstanceIds |
object |
Property instanceIds: ID list of instances to install backup client. |
Tags |
TagsProperty[] |
Property tags: Tags to attach to instance. |
InstanceIds
Required
public object InstanceIds { get; set; }
- Type: object
Property instanceIds: ID list of instances to install backup client.
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
Property tags: Tags to attach to instance.
Max support 20 tags to add during create instance. Each tag with two properties Key and Value, and Key is required.