Class ManagedClusterAzureMonitorProfileMetricsResponse
- java.lang.Object
-
- com.pulumi.azurenative.containerservice.outputs.ManagedClusterAzureMonitorProfileMetricsResponse
-
public final class ManagedClusterAzureMonitorProfileMetricsResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ManagedClusterAzureMonitorProfileMetricsResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ManagedClusterAzureMonitorProfileMetricsResponse.Builder
builder()
static ManagedClusterAzureMonitorProfileMetricsResponse.Builder
builder(ManagedClusterAzureMonitorProfileMetricsResponse defaults)
java.lang.Boolean
enabled()
java.util.Optional<ManagedClusterAzureMonitorProfileKubeStateMetricsResponse>
kubeStateMetrics()
-
-
-
Method Detail
-
enabled
public java.lang.Boolean enabled()
- Returns:
- Whether to enable or disable the Azure Managed Prometheus addon for Prometheus monitoring. See aka.ms/AzureManagedPrometheus-aks-enable for details on enabling and disabling.
-
kubeStateMetrics
public java.util.Optional<ManagedClusterAzureMonitorProfileKubeStateMetricsResponse> kubeStateMetrics()
- Returns:
- Kube State Metrics profile for the Azure Managed Prometheus addon. These optional settings are for the kube-state-metrics pod that is deployed with the addon. See aka.ms/AzureManagedPrometheus-optional-parameters for details.
-
builder
public static ManagedClusterAzureMonitorProfileMetricsResponse.Builder builder()
-
builder
public static ManagedClusterAzureMonitorProfileMetricsResponse.Builder builder(ManagedClusterAzureMonitorProfileMetricsResponse defaults)
-
-