Class RegionInstanceGroupsSetNamedPortsRequest
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.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> |