| Package | Description |
|---|---|
| com.google.cloud.compute |
A client to Google Cloud Compute.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
ZoneId |
ZoneOperationId.zoneId()
Returns the identity of the zone this address belongs to.
|
ZoneId |
Zone.zoneId()
Returns the zone's identity.
|
ZoneId |
MachineTypeId.zoneId()
Returns the identity of the zone this machine type belongs to.
|
ZoneId |
InstanceId.zoneId()
Returns the identity of the zone this instance belongs to.
|
ZoneId |
DiskTypeId.zoneId()
Returns the identity of the zone this disk type belongs to.
|
ZoneId |
DiskId.zoneId()
Returns the identity of the zone this disk belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
DeprecationStatus<ZoneId> |
Zone.deprecationStatus()
Returns the deprecation status of the zone.
|
List<ZoneId> |
Region.zones()
Returns a list of identities of zones available in this region.
|
| Modifier and Type | Method and Description |
|---|---|
static ZoneOperationId |
ZoneOperationId.of(ZoneId zoneId,
String operation)
Returns a zone operation identity given the zone identity and the operation name.
|
static InstanceId |
InstanceId.of(ZoneId zoneId,
String instance)
Returns an instance identity given the zone identity and the instance name.
|
static DiskTypeId |
DiskTypeId.of(ZoneId zoneId,
String type)
Returns a disk type identity given the zone identity and the disk type name.
|
static DiskId |
DiskId.of(ZoneId zoneId,
String disk)
Returns a disk identity given the zone identity and the disk name.
|
Copyright © 2016 Google. All rights reserved.