Compute Engine v1 API - Class InstanceGroupManagersSetTargetPoolsRequest (2.15.0)

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

Inheritance

object > InstanceGroupManagersSetTargetPoolsRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

InstanceGroupManagersSetTargetPoolsRequest()

public InstanceGroupManagersSetTargetPoolsRequest()

InstanceGroupManagersSetTargetPoolsRequest(InstanceGroupManagersSetTargetPoolsRequest)

public InstanceGroupManagersSetTargetPoolsRequest(InstanceGroupManagersSetTargetPoolsRequest other)
Parameter
NameDescription
otherInstanceGroupManagersSetTargetPoolsRequest

Properties

Fingerprint

public string Fingerprint { get; set; }

The fingerprint of the target pools information. Use this optional property to prevent conflicts when multiple users change the target pools settings concurrently. Obtain the fingerprint with the instanceGroupManagers.get method. Then, include the fingerprint in your request to ensure that you do not overwrite changes that were applied from another concurrent request.

Property Value
TypeDescription
string

HasFingerprint

public bool HasFingerprint { get; }

Gets whether the "fingerprint" field is set

Property Value
TypeDescription
bool

TargetPools

public RepeatedField<string> TargetPools { get; }

The list of target pool URLs that instances in this managed instance group belong to. The managed instance group applies these target pools to all of the instances in the group. Existing instances and new instances in the group all receive these target pool settings.

Property Value
TypeDescription
RepeatedFieldstring