Show / Hide Table of Contents

Class ServiceAttachmentConsumerProjectLimit

Inheritance
System.Object
ServiceAttachmentConsumerProjectLimit
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.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
System.Nullable<System.Int64>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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
System.String

Implements

IDirectResponseSchema
In This Article
Back to top