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