Class ServiceAttachmentConsumerProjectLimit
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class ServiceAttachmentConsumerProjectLimit : IDirectResponseSchema
Properties
ConnectionLimit
The value of the limit to set.
Declaration
[JsonProperty("connectionLimit")]
public virtual long? ConnectionLimit { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NetworkUrl
The network URL for the network to set the limit for.
Declaration
[JsonProperty("networkUrl")]
public virtual string NetworkUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
ProjectIdOrNum
The project id or number for the project to set the limit for.
Declaration
[JsonProperty("projectIdOrNum")]
public virtual string ProjectIdOrNum { get; set; }
Property Value
Type | Description |
---|---|
string |