public sealed class CloudRunConfig : IMessage<CloudRunConfig>, IEquatable<CloudRunConfig>, IDeepCloneable<CloudRunConfig>, IBufferMessage, IMessageConfiguration options for the Cloud Run feature.
Implements
IMessage<CloudRunConfig>, IEquatable<CloudRunConfig>, IDeepCloneable<CloudRunConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
CloudRunConfig()
public CloudRunConfig()CloudRunConfig(CloudRunConfig)
public CloudRunConfig(CloudRunConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
CloudRunConfig |
Properties
Disabled
public bool Disabled { get; set; }Whether Cloud Run addon is enabled for this cluster.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
LoadBalancerType
public CloudRunConfig.Types.LoadBalancerType LoadBalancerType { get; set; }Which load balancer type is installed for Cloud Run.
| Property Value | |
|---|---|
| Type | Description |
CloudRunConfig.Types.LoadBalancerType |
|