public sealed class ServiceAttachmentConsumerProjectLimit : IMessage<ServiceAttachmentConsumerProjectLimit>, IEquatable<ServiceAttachmentConsumerProjectLimit>, IDeepCloneable<ServiceAttachmentConsumerProjectLimit>, IBufferMessage, IMessageImplements
IMessageServiceAttachmentConsumerProjectLimit, IEquatableServiceAttachmentConsumerProjectLimit, IDeepCloneableServiceAttachmentConsumerProjectLimit, 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. For endpoint_url, the limit should be no more than 1.
| Property Value | |
|---|---|
| Type | Description |
uint |
|
HasConnectionLimit
public bool HasConnectionLimit { get; }Gets whether the "connection_limit" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasNetworkUrl
public bool HasNetworkUrl { get; }Gets whether the "network_url" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasProjectIdOrNum
public bool HasProjectIdOrNum { get; }Gets whether the "project_id_or_num" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
NetworkUrl
public string NetworkUrl { get; set; }The network URL for the network to set the limit for.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ProjectIdOrNum
public string ProjectIdOrNum { get; set; }The project id or number for the project to set the limit for.
| Property Value | |
|---|---|
| Type | Description |
string |
|