public sealed class CloudRunConfig : IMessage<CloudRunConfig>, IEquatable<CloudRunConfig>, IDeepCloneable<CloudRunConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class CloudRunConfig.
Configuration options for the Cloud Run feature.
Implements
IMessageCloudRunConfig, IEquatableCloudRunConfig, IDeepCloneableCloudRunConfig, 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 |
bool |
LoadBalancerType
public CloudRunConfig.Types.LoadBalancerType LoadBalancerType { get; set; }
Which load balancer type is installed for Cloud Run.
Property Value | |
---|---|
Type | Description |
CloudRunConfigTypesLoadBalancerType |