| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
CostManagementConfig |
CostManagementConfig.clone() |
CostManagementConfig |
Cluster.getCostManagementConfig()
Configuration for the fine-grained cost management feature.
|
CostManagementConfig |
ClusterUpdate.getDesiredCostManagementConfig()
The desired configuration for the fine-grained cost management feature.
|
CostManagementConfig |
CostManagementConfig.set(String fieldName,
Object value) |
CostManagementConfig |
CostManagementConfig.setEnabled(Boolean enabled)
Whether the feature is enabled or not.
|
| Modifier and Type | Method and Description |
|---|---|
Cluster |
Cluster.setCostManagementConfig(CostManagementConfig costManagementConfig)
Configuration for the fine-grained cost management feature.
|
ClusterUpdate |
ClusterUpdate.setDesiredCostManagementConfig(CostManagementConfig desiredCostManagementConfig)
The desired configuration for the fine-grained cost management feature.
|
Copyright © 2011–2025 Google. All rights reserved.