public static interface IpamResourceTag.Builder extends SdkPojo, CopyableBuilder<IpamResourceTag.Builder,IpamResourceTag>
| Modifier and Type | Method and Description |
|---|---|
IpamResourceTag.Builder |
key(String key)
The key of a tag assigned to the resource.
|
IpamResourceTag.Builder |
value(String value)
The value of the tag.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIpamResourceTag.Builder key(String key)
The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.
key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a
specific key, regardless of the tag value.IpamResourceTag.Builder value(String value)
The value of the tag.
value - The value of the tag.Copyright © 2022. All rights reserved.