Compute Engine v1 API - Class InstanceGroupManagersSuspendInstancesRequest (3.2.0)

public sealed class InstanceGroupManagersSuspendInstancesRequest : IMessage<InstanceGroupManagersSuspendInstancesRequest>, IEquatable<InstanceGroupManagersSuspendInstancesRequest>, IDeepCloneable<InstanceGroupManagersSuspendInstancesRequest>, IBufferMessage, IMessage

Inheritance

object > InstanceGroupManagersSuspendInstancesRequest

Namespace

Google.Cloud.Compute.V1

Assembly

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