| Package | Description |
|---|---|
| com.google.api.services.compute | |
| com.google.api.services.compute.model |
| Modifier and Type | Method and Description |
|---|---|
Compute.NodeGroups.SimulateMaintenanceEvent |
Compute.NodeGroups.simulateMaintenanceEvent(String project,
String zone,
String nodeGroup,
NodeGroupsSimulateMaintenanceEventRequest content)
Simulates maintenance event on specified nodes from the node group.
|
| Constructor and Description |
|---|
SimulateMaintenanceEvent(String project,
String zone,
String nodeGroup,
NodeGroupsSimulateMaintenanceEventRequest content)
Simulates maintenance event on specified nodes from the node group.
|
| Modifier and Type | Method and Description |
|---|---|
NodeGroupsSimulateMaintenanceEventRequest |
NodeGroupsSimulateMaintenanceEventRequest.clone() |
NodeGroupsSimulateMaintenanceEventRequest |
NodeGroupsSimulateMaintenanceEventRequest.set(String fieldName,
Object value) |
NodeGroupsSimulateMaintenanceEventRequest |
NodeGroupsSimulateMaintenanceEventRequest.setNodes(List<String> nodes)
Names of the nodes to go under maintenance simulation.
|
Copyright © 2011–2023 Google. All rights reserved.