Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler
Packages that use ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscalerModifier and TypeMethodDescriptionManagedClusterWorkloadAutoScalerProfile.verticalPodAutoscaler()Get the verticalPodAutoscaler property: VPA (Vertical Pod Autoscaler) settings for the workload auto-scaler profile.ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler.withEnabled(boolean enabled) Set the enabled property: Whether to enable VPA.Methods in com.azure.resourcemanager.containerservice.models with parameters of type ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscalerModifier and TypeMethodDescriptionManagedClusterWorkloadAutoScalerProfile.withVerticalPodAutoscaler(ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler verticalPodAutoscaler) Set the verticalPodAutoscaler property: VPA (Vertical Pod Autoscaler) settings for the workload auto-scaler profile.