| Package | Description |
|---|---|
| com.google.api.services.compute | |
| com.google.api.services.compute.model |
| Modifier and Type | Method and Description |
|---|---|
Compute.Instances.ReportHostAsFaulty |
Compute.Instances.reportHostAsFaulty(String project,
String zone,
String instance,
InstancesReportHostAsFaultyRequest content)
Mark the host as faulty and try to restart the instance on a new host.
|
| Constructor and Description |
|---|
ReportHostAsFaulty(String project,
String zone,
String instance,
InstancesReportHostAsFaultyRequest content)
Mark the host as faulty and try to restart the instance on a new host.
|
| Modifier and Type | Method and Description |
|---|---|
InstancesReportHostAsFaultyRequest |
InstancesReportHostAsFaultyRequest.clone() |
InstancesReportHostAsFaultyRequest |
InstancesReportHostAsFaultyRequest.set(String fieldName,
Object value) |
InstancesReportHostAsFaultyRequest |
InstancesReportHostAsFaultyRequest.setFaultReasons(List<InstancesReportHostAsFaultyRequestFaultReason> faultReasons) |
Copyright © 2011–2024 Google. All rights reserved.