| Package | Description |
|---|---|
| com.google.api.services.container.v1beta1.model |
| Modifier and Type | Method and Description |
|---|---|
OpportunisticMaintenanceStrategy |
OpportunisticMaintenanceStrategy.clone() |
OpportunisticMaintenanceStrategy |
HostMaintenancePolicy.getOpportunisticMaintenanceStrategy()
Strategy that will trigger maintenance on behalf of the customer.
|
OpportunisticMaintenanceStrategy |
OpportunisticMaintenanceStrategy.set(String fieldName,
Object value) |
OpportunisticMaintenanceStrategy |
OpportunisticMaintenanceStrategy.setMaintenanceAvailabilityWindow(String maintenanceAvailabilityWindow)
The window of time that opportunistic maintenance can run.
|
OpportunisticMaintenanceStrategy |
OpportunisticMaintenanceStrategy.setMinNodesPerPool(Long minNodesPerPool)
The minimum nodes required to be available in a pool.
|
OpportunisticMaintenanceStrategy |
OpportunisticMaintenanceStrategy.setNodeIdleTimeWindow(String nodeIdleTimeWindow)
The amount of time that a node can remain idle (no customer owned workloads running), before
triggering maintenance.
|
| Modifier and Type | Method and Description |
|---|---|
HostMaintenancePolicy |
HostMaintenancePolicy.setOpportunisticMaintenanceStrategy(OpportunisticMaintenanceStrategy opportunisticMaintenanceStrategy)
Strategy that will trigger maintenance on behalf of the customer.
|
Copyright © 2011–2023 Google. All rights reserved.