Compute Engine v1 API - Class InstanceGroupsSetNamedPortsRequest (2.15.0)

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

Inheritance

object > InstanceGroupsSetNamedPortsRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

InstanceGroupsSetNamedPortsRequest()

public InstanceGroupsSetNamedPortsRequest()

InstanceGroupsSetNamedPortsRequest(InstanceGroupsSetNamedPortsRequest)

public InstanceGroupsSetNamedPortsRequest(InstanceGroupsSetNamedPortsRequest other)
Parameter
NameDescription
otherInstanceGroupsSetNamedPortsRequest

Properties

Fingerprint

public string Fingerprint { get; set; }

The fingerprint of the named ports information for this instance group. Use this optional property to prevent conflicts when multiple users change the named ports settings concurrently. Obtain the fingerprint with the instanceGroups.get method. Then, include the fingerprint in your request to ensure that you do not overwrite changes that were applied from another concurrent request. A request with an incorrect fingerprint will fail with error 412 conditionNotMet.

Property Value
TypeDescription
string

HasFingerprint

public bool HasFingerprint { get; }

Gets whether the "fingerprint" field is set

Property Value
TypeDescription
bool

NamedPorts

public RepeatedField<NamedPort> NamedPorts { get; }

The list of named ports to set for this instance group.

Property Value
TypeDescription
RepeatedFieldNamedPort