Skip to content

BackupClientsProps

Properties for defining a BackupClients.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-hbr-backupclients

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkhbr"
&alicloudroscdkhbr.BackupClientsProps {
    InstanceIds: interface{},
    Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkhbr.RosBackupClients.TagsProperty,
}

Properties

Name Type Description
InstanceIds interface{} Property instanceIds: ID list of instances to install backup client.
Tags *[]TagsProperty Property tags: Tags to attach to instance.

InstanceIdsRequired

InstanceIds interface{}
  • Type: interface{}

Property instanceIds: ID list of instances to install backup client.


TagsOptional

Tags *[]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.