public sealed class RayClusterLoggingConfig : IMessage<RayClusterLoggingConfig>, IEquatable<RayClusterLoggingConfig>, IDeepCloneable<RayClusterLoggingConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class RayClusterLoggingConfig.
RayClusterLoggingConfig specifies configuration of Ray logging.
Implements
IMessageRayClusterLoggingConfig, IEquatableRayClusterLoggingConfig, IDeepCloneableRayClusterLoggingConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
RayClusterLoggingConfig()
public RayClusterLoggingConfig()
RayClusterLoggingConfig(RayClusterLoggingConfig)
public RayClusterLoggingConfig(RayClusterLoggingConfig other)
Parameter | |
---|---|
Name | Description |
other |
RayClusterLoggingConfig |
Properties
Enabled
public bool Enabled { get; set; }
Enable log collection for Ray clusters.
Property Value | |
---|---|
Type | Description |
bool |