networkTags property

List<String>? networkTags
getter/setter pair

Network tags associated with this resource.

Like labels, network tags are a type of annotations used to group Google Cloud resources. See Labelling Google Cloud resources for more information. This field is available only when the resource's Protobuf contains it. To search against the network_tags: * Use a field query. Example: networkTags:internal * Use a free text query. Example: internal

Implementation

core.List<core.String>? networkTags;