InstanceGroupManagersStopInstancesRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
force_stop |
bool
If this flag is set to true, the Instance Group Manager will proceed to stop the instances, skipping initialization on them. This field is a member of oneof _ _force_stop .
|
instances |
MutableSequence[str]
The URLs of one or more instances to stop. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME]. |