Compute Engine v1 API - Class ServiceAttachmentConsumerProjectLimit (2.15.0)

public sealed class ServiceAttachmentConsumerProjectLimit : IMessage<ServiceAttachmentConsumerProjectLimit>, IEquatable<ServiceAttachmentConsumerProjectLimit>, IDeepCloneable<ServiceAttachmentConsumerProjectLimit>, IBufferMessage, IMessage

Inheritance

object > ServiceAttachmentConsumerProjectLimit

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

ServiceAttachmentConsumerProjectLimit()

public ServiceAttachmentConsumerProjectLimit()

ServiceAttachmentConsumerProjectLimit(ServiceAttachmentConsumerProjectLimit)

public ServiceAttachmentConsumerProjectLimit(ServiceAttachmentConsumerProjectLimit other)
Parameter
NameDescription
otherServiceAttachmentConsumerProjectLimit

Properties

ConnectionLimit

public uint ConnectionLimit { get; set; }

The value of the limit to set.

Property Value
TypeDescription
uint

HasConnectionLimit

public bool HasConnectionLimit { get; }

Gets whether the "connection_limit" field is set

Property Value
TypeDescription
bool

HasNetworkUrl

public bool HasNetworkUrl { get; }

Gets whether the "network_url" field is set

Property Value
TypeDescription
bool

HasProjectIdOrNum

public bool HasProjectIdOrNum { get; }

Gets whether the "project_id_or_num" field is set

Property Value
TypeDescription
bool

NetworkUrl

public string NetworkUrl { get; set; }

The network URL for the network to set the limit for.

Property Value
TypeDescription
string

ProjectIdOrNum

public string ProjectIdOrNum { get; set; }

The project id or number for the project to set the limit for.

Property Value
TypeDescription
string