public interface InstanceGroupManagersSuspendInstancesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getForceSuspend()
If this flag is set to true, the Instance Group Manager will proceed to suspend the instances, skipping initialization on them.
|
String |
getInstances(int index)
The URLs of one or more instances to suspend.
|
com.google.protobuf.ByteString |
getInstancesBytes(int index)
The URLs of one or more instances to suspend.
|
int |
getInstancesCount()
The URLs of one or more instances to suspend.
|
List<String> |
getInstancesList()
The URLs of one or more instances to suspend.
|
boolean |
hasForceSuspend()
If this flag is set to true, the Instance Group Manager will proceed to suspend the instances, skipping initialization on them.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasForceSuspend()
If this flag is set to true, the Instance Group Manager will proceed to suspend the instances, skipping initialization on them.
optional bool force_suspend = 27637480;boolean getForceSuspend()
If this flag is set to true, the Instance Group Manager will proceed to suspend the instances, skipping initialization on them.
optional bool force_suspend = 27637480;List<String> getInstancesList()
The URLs of one or more instances to suspend. 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 suspend. 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 suspend. 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 suspend. 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.