public interface InstanceGroupManagersStopInstancesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getForceStop()
If this flag is set to true, the Instance Group Manager will proceed to stop the instances, skipping initialization on them.
|
String |
getInstances(int index)
The URLs of one or more instances to stop.
|
com.google.protobuf.ByteString |
getInstancesBytes(int index)
The URLs of one or more instances to stop.
|
int |
getInstancesCount()
The URLs of one or more instances to stop.
|
List<String> |
getInstancesList()
The URLs of one or more instances to stop.
|
boolean |
hasForceStop()
If this flag is set to true, the Instance Group Manager will proceed to stop the instances, skipping initialization on them.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasForceStop()
If this flag is set to true, the Instance Group Manager will proceed to stop the instances, skipping initialization on them.
optional bool force_stop = 134762710;boolean getForceStop()
If this flag is set to true, the Instance Group Manager will proceed to stop the instances, skipping initialization on them.
optional bool force_stop = 134762710;List<String> getInstancesList()
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].
repeated string instances = 29097598;int getInstancesCount()
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].
repeated string instances = 29097598;String getInstances(int index)
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].
repeated string instances = 29097598;index - The index of the element to return.com.google.protobuf.ByteString getInstancesBytes(int index)
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].
repeated string instances = 29097598;index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.