public abstract class CloudZone extends Object implements Serializable
| Constructor and Description |
|---|
CloudZone() |
| Modifier and Type | Method and Description |
|---|---|
static CloudZone |
of(CloudRegion region,
char zoneId)
A google cloud zone.
|
static CloudZone |
parse(String zone)
Construct a CloudZone from a valid zone string.
|
abstract CloudRegion |
region()
The region this zone is in.
|
String |
toString() |
abstract char |
zoneId()
The character identifier for this zone in this region.
|
public static CloudZone of(CloudRegion region, char zoneId)
public static CloudZone parse(String zone) throws com.google.api.gax.rpc.ApiException
com.google.api.gax.rpc.ApiExceptionpublic abstract CloudRegion region()
public abstract char zoneId()
Copyright © 2021 Google LLC. All rights reserved.