instances property

List<String>? instances
getter/setter pair

The list of URLs of one or more instances for which you want to apply updates.

Each URL can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].

Implementation

core.List<core.String>? instances;