Show / Hide Table of Contents

Class RegionInstanceGroupsSetNamedPortsRequest

Inheritance
object
RegionInstanceGroupsSetNamedPortsRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class RegionInstanceGroupsSetNamedPortsRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Fingerprint

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.

Declaration
[JsonProperty("fingerprint")]
public virtual string Fingerprint { get; set; }
Property Value
Type Description
string

NamedPorts

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

Declaration
[JsonProperty("namedPorts")]
public virtual IList<NamedPort> NamedPorts { get; set; }
Property Value
Type Description
IList<NamedPort>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX