tags property

List<String>? tags
getter/setter pair

The list of instance tags applied to all node VMs.

Tags are used to identify valid sources or targets for network firewalls. Each tag within the list must comply with RFC1035. Cannot be updated.

Optional.

Implementation

core.List<core.String>? tags;