labels property

Map<String, String>? labels
getter/setter pair

Labels applied to all VM instances and other resources created by AllocationPolicy.

Labels could be user provided or system generated. You can assign up to 64 labels. Google Compute Engine label restrictions apply. Label names that start with "goog-" or "google-" are reserved.

Implementation

core.Map<core.String, core.String>? labels;