| Package | Description | 
|---|---|
| com.google.cloud.compute.deprecated | 
 A client for Google Compute Engine – High-performance, scalable virtual machines. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ZoneId | 
DiskId.getZoneId()
Returns the identity of the zone this disk belongs to. 
 | 
ZoneId | 
ZoneOperationId.getZoneId()
Returns the identity of the zone this address belongs to. 
 | 
ZoneId | 
DiskTypeId.getZoneId()
Returns the identity of the zone this disk type belongs to. 
 | 
ZoneId | 
InstanceId.getZoneId()
Returns the identity of the zone this instance belongs to. 
 | 
ZoneId | 
MachineTypeId.getZoneId()
Returns the identity of the zone this machine type belongs to. 
 | 
ZoneId | 
Zone.getZoneId()
Returns the zone's identity. 
 | 
static ZoneId | 
ZoneId.of(String zone)
Returns a new zone identity given zone name. 
 | 
static ZoneId | 
ZoneId.of(String project,
  String zone)
Returns a new zone identity given project and zone names. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DeprecationStatus<ZoneId> | 
Zone.getDeprecationStatus()
Returns the deprecation status of the zone. 
 | 
List<ZoneId> | 
Region.getZones()
Returns a list of identities of zones available in this region. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static DiskId | 
DiskId.of(ZoneId zoneId,
  String disk)
Returns a disk identity given the zone identity and the disk name. 
 | 
static ZoneOperationId | 
ZoneOperationId.of(ZoneId zoneId,
  String operation)
Returns a zone operation identity given the zone identity and the operation name. 
 | 
static DiskTypeId | 
DiskTypeId.of(ZoneId zoneId,
  String type)
Returns a disk type identity given the zone identity and the disk type name. 
 | 
static InstanceId | 
InstanceId.of(ZoneId zoneId,
  String instance)
Returns an instance identity given the zone identity and the instance name. 
 | 
Copyright © 2019 Google LLC. All rights reserved.