Show / Hide Table of Contents

Class ServiceAttachmentConsumerProjectLimit

Inheritance
object
ServiceAttachmentConsumerProjectLimit
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX