| Modifier and Type | Class and Description |
|---|---|
class |
Compute.ReliabilityRisks.Get |
class |
Compute.ReliabilityRisks.List |
| Constructor and Description |
|---|
ReliabilityRisks() |
| Modifier and Type | Method and Description |
|---|---|
Compute.ReliabilityRisks.Get |
get(String project,
String reliabilityRisk)
Returns the specified ReliabilityRisk resource.
|
Compute.ReliabilityRisks.List |
list(String project)
Retrieves the list of reliabilityRisks available in the specified project.
|
public Compute.ReliabilityRisks.Get get(String project, String reliabilityRisk) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.reliabilityRisk - Name of the ReliabilityRisk resource to return.IOExceptionpublic Compute.ReliabilityRisks.List list(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.IOExceptionCopyright © 2011–2025 Google. All rights reserved.