Class TagValue (1.0.2)

TagValue(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A TagValue is a child of a particular TagKey. This is used to group cloud resources for the purpose of controlling them using policies.

Attributes

NameDescription
name str
Immutable. Resource name for TagValue in the format tagValues/456.
parent str
Immutable. The resource name of the new TagValue's parent TagKey. Must be of the form tagKeys/{tag_key_id}.
short_name str
Required. Immutable. User-assigned short name for TagValue. The short name should be unique for TagValues within the same parent TagKey. The short name must be 63 characters or less, beginning and ending with an alphanumeric character ([a-z0-9A-Z]) with dashes (-), underscores (_), dots (.), and alphanumerics between.
namespaced_name str
Output only. Namespaced name of the TagValue. Must be in the format {organization_id}/{tag_key_short_name}/{short_name}.
description str
Optional. User-assigned description of the TagValue. Must not exceed 256 characters. Read-write.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. Creation time.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. Update time.
etag str
Optional. Entity tag which users can pass to prevent race conditions. This field is always set in server responses. See UpdateTagValueRequest for details.