public sealed class InstanceGroupManagersSuspendInstancesRequest : IMessage<InstanceGroupManagersSuspendInstancesRequest>, IEquatable<InstanceGroupManagersSuspendInstancesRequest>, IDeepCloneable<InstanceGroupManagersSuspendInstancesRequest>, IBufferMessage, IMessageImplements
IMessageInstanceGroupManagersSuspendInstancesRequest, IEquatableInstanceGroupManagersSuspendInstancesRequest, IDeepCloneableInstanceGroupManagersSuspendInstancesRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
InstanceGroupManagersSuspendInstancesRequest()
public InstanceGroupManagersSuspendInstancesRequest()InstanceGroupManagersSuspendInstancesRequest(InstanceGroupManagersSuspendInstancesRequest)
public InstanceGroupManagersSuspendInstancesRequest(InstanceGroupManagersSuspendInstancesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
InstanceGroupManagersSuspendInstancesRequest |
Properties
ForceSuspend
public bool ForceSuspend { get; set; }If this flag is set to true, the Instance Group Manager will proceed to suspend the instances, skipping initialization on them.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasForceSuspend
public bool HasForceSuspend { get; }Gets whether the "force_suspend" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Instances
public RepeatedField<string> Instances { get; }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].
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|