operations property

List<Operation>? operations
getter/setter pair

The list of matching instance config long-running operations.

Each operation's name will be prefixed by the instance config's name. The operation's metadata field type metadata.type_url describes the type of the metadata.

Implementation

core.List<Operation>? operations;