instances property

List<String>? instances
getter/setter pair

The URLs of one or more instances to delete.

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

Implementation

core.List<core.String>? instances;