public sealed class ServiceAttachmentConsumerProjectLimit : IMessage<ServiceAttachmentConsumerProjectLimit>, IEquatable<ServiceAttachmentConsumerProjectLimit>, IDeepCloneable<ServiceAttachmentConsumerProjectLimit>, IBufferMessage, IMessage
Implements
IMessage<ServiceAttachmentConsumerProjectLimit>, IEquatable<ServiceAttachmentConsumerProjectLimit>, IDeepCloneable<ServiceAttachmentConsumerProjectLimit>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
ServiceAttachmentConsumerProjectLimit()
public ServiceAttachmentConsumerProjectLimit()
ServiceAttachmentConsumerProjectLimit(ServiceAttachmentConsumerProjectLimit)
public ServiceAttachmentConsumerProjectLimit(ServiceAttachmentConsumerProjectLimit other)
Parameter | |
---|---|
Name | Description |
other | ServiceAttachmentConsumerProjectLimit |
Properties
ConnectionLimit
public uint ConnectionLimit { get; set; }
The value of the limit to set.
Property Value | |
---|---|
Type | Description |
UInt32 |
HasConnectionLimit
public bool HasConnectionLimit { get; }
Gets whether the "connection_limit" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
HasProjectIdOrNum
public bool HasProjectIdOrNum { get; }
Gets whether the "project_id_or_num" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
ProjectIdOrNum
public string ProjectIdOrNum { get; set; }
The project id or number for the project to set the limit for.
Property Value | |
---|---|
Type | Description |
String |