| Package | Description |
|---|---|
| com.tencentcloudapi.cvm.v20170312.models |
| Modifier and Type | Method and Description |
|---|---|
Tag[] |
KeyPair.getTags()
Get 密钥关联的标签列表。
注意:此字段可能返回 null,表示取不到有效值。
|
Tag[] |
TagSpecification.getTags()
Get 标签对列表
|
Tag[] |
Image.getTags()
Get 镜像关联的标签列表。
注意:此字段可能返回 null,表示取不到有效值。
|
Tag[] |
Instance.getTags()
Get 实例关联的标签列表。
|
| Modifier and Type | Method and Description |
|---|---|
void |
KeyPair.setTags(Tag[] Tags)
Set 密钥关联的标签列表。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
TagSpecification.setTags(Tag[] Tags)
Set 标签对列表
|
void |
Image.setTags(Tag[] Tags)
Set 镜像关联的标签列表。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
Instance.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 © 2022. All rights reserved.