public sealed class RayOperatorConfig : IMessage<RayOperatorConfig>, IEquatable<RayOperatorConfig>, IDeepCloneable<RayOperatorConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class RayOperatorConfig.
Configuration options for the Ray Operator add-on.
Implements
IMessageRayOperatorConfig, IEquatableRayOperatorConfig, IDeepCloneableRayOperatorConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
RayOperatorConfig()
public RayOperatorConfig()
RayOperatorConfig(RayOperatorConfig)
public RayOperatorConfig(RayOperatorConfig other)
Parameter | |
---|---|
Name | Description |
other |
RayOperatorConfig |
Properties
Enabled
public bool Enabled { get; set; }
Whether the Ray Operator addon is enabled for this cluster.
Property Value | |
---|---|
Type | Description |
bool |
RayClusterLoggingConfig
public RayClusterLoggingConfig RayClusterLoggingConfig { get; set; }
Optional. Logging configuration for Ray clusters.
Property Value | |
---|---|
Type | Description |
RayClusterLoggingConfig |
RayClusterMonitoringConfig
public RayClusterMonitoringConfig RayClusterMonitoringConfig { get; set; }
Optional. Monitoring configuration for Ray clusters.
Property Value | |
---|---|
Type | Description |
RayClusterMonitoringConfig |