Google Kubernetes Engine v1 API - Class RayClusterLoggingConfig (3.30.0)

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.

Inheritance

object > RayClusterLoggingConfig

Namespace

Google.Cloud.Container.V1

Assembly

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