tags property

List<String>? tags
getter/setter pair

A list of VM instance tags the this policy-based route applies to.

VM instances that have ANY of tags specified here will install this PBR.

Optional.

Implementation

core.List<core.String>? tags;