Anthos Multi-Cloud v1 API - Class CloudMonitoringConfig (2.8.0)

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

Reference documentation and code samples for the Anthos Multi-Cloud v1 API class CloudMonitoringConfig.

CloudMonitoringConfig defines the configuration for built-in Cloud Logging and Monitoring. Only for Attached Clusters.

Inheritance

object > CloudMonitoringConfig

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

CloudMonitoringConfig()

public CloudMonitoringConfig()

CloudMonitoringConfig(CloudMonitoringConfig)

public CloudMonitoringConfig(CloudMonitoringConfig other)
Parameter
Name Description
other CloudMonitoringConfig

Properties

Enabled

public bool Enabled { get; set; }

Enable GKE-native logging and metrics. Only for Attached Clusters.

Property Value
Type Description
bool

HasEnabled

public bool HasEnabled { get; }

Gets whether the "enabled" field is set

Property Value
Type Description
bool