public sealed class ManagedPrometheusConfig : IMessage<ManagedPrometheusConfig>, IEquatable<ManagedPrometheusConfig>, IDeepCloneable<ManagedPrometheusConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class ManagedPrometheusConfig.
ManagedPrometheusConfig defines the configuration for Google Cloud Managed Service for Prometheus.
Implements
IMessageManagedPrometheusConfig, IEquatableManagedPrometheusConfig, IDeepCloneableManagedPrometheusConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
ManagedPrometheusConfig()
public ManagedPrometheusConfig()
ManagedPrometheusConfig(ManagedPrometheusConfig)
public ManagedPrometheusConfig(ManagedPrometheusConfig other)
Parameter | |
---|---|
Name | Description |
other |
ManagedPrometheusConfig |
Properties
AutoMonitoringConfig
public AutoMonitoringConfig AutoMonitoringConfig { get; set; }
GKE Workload Auto-Monitoring Configuration.
Property Value | |
---|---|
Type | Description |
AutoMonitoringConfig |
Enabled
public bool Enabled { get; set; }
Enable Managed Collection.
Property Value | |
---|---|
Type | Description |
bool |