| Package | Description |
|---|---|
| com.tencentcloudapi.as.v20180419.models |
| Modifier and Type | Method and Description |
|---|---|
Tag[] |
CreateAutoScalingGroupRequest.getTags()
Get 标签描述列表。通过指定该参数可以支持绑定标签到伸缩组。同时绑定标签到相应的资源实例。每个伸缩组最多支持30个标签。
|
Tag[] |
AutoScalingGroup.getTags()
Get 伸缩组标签列表
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateAutoScalingGroupRequest.setTags(Tag[] Tags)
Set 标签描述列表。通过指定该参数可以支持绑定标签到伸缩组。同时绑定标签到相应的资源实例。每个伸缩组最多支持30个标签。
|
void |
AutoScalingGroup.setTags(Tag[] Tags)
Set 伸缩组标签列表
|
| Constructor and Description |
|---|
Tag(Tag source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2021. All rights reserved.