tags property

List<String>? tags
getter/setter pair

Tags applied to the VM instances.

The tags identify valid sources or targets for network firewalls. Each tag must be 1-63 characters long, and comply with RFC1035.

Optional.

Implementation

core.List<core.String>? tags;