Google Kubernetes Engine v1 API - Class RayClusterMonitoringConfig (3.30.0)

public sealed class RayClusterMonitoringConfig : IMessage<RayClusterMonitoringConfig>, IEquatable<RayClusterMonitoringConfig>, IDeepCloneable<RayClusterMonitoringConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Kubernetes Engine v1 API class RayClusterMonitoringConfig.

RayClusterMonitoringConfig specifies monitoring configuration for Ray clusters.

Inheritance

object > RayClusterMonitoringConfig

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

RayClusterMonitoringConfig()

public RayClusterMonitoringConfig()

RayClusterMonitoringConfig(RayClusterMonitoringConfig)

public RayClusterMonitoringConfig(RayClusterMonitoringConfig other)
Parameter
Name Description
other RayClusterMonitoringConfig

Properties

Enabled

public bool Enabled { get; set; }

Enable metrics collection for Ray clusters.

Property Value
Type Description
bool