BackupClientsProps
Properties for defining a BackupClients
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-hbr-backupclients
Initializer
import com.aliyun.ros.cdk.hbr.BackupClientsProps;
BackupClientsProps.builder()
.instanceIds(IResolvable)
.instanceIds(java.util.List<java.lang.String)
.instanceIds(IResolvable>)
// .tags(java.util.List<TagsProperty>)
.build();
Properties
Name | Type | Description |
---|---|---|
instanceIds |
com.aliyun.ros.cdk.core.IResolvable OR java.util.List |
Property instanceIds: ID list of instances to install backup client. |
tags |
java.util.List<TagsProperty> |
Property tags: Tags to attach to instance. |
instanceIds
Required
public java.lang.Object getInstanceIds();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List
Property instanceIds: ID list of instances to install backup client.
tags
Optional
public java.util.List<TagsProperty> getTags();
- Type: java.util.List<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.