Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
Zone.Builder |
Zone.Builder.addAllAvailableCpuPlatforms(List<String> availableCpuPlatforms)
[Output Only] Available cpu/platform selections for the zone.
|
Zone.Builder |
Zone.Builder.addAvailableCpuPlatforms(String availableCpuPlatforms)
[Output Only] Available cpu/platform selections for the zone.
|
Zone.Builder |
Zone.Builder.clone() |
Zone.Builder |
Zone.Builder.mergeFrom(Zone other) |
static Zone.Builder |
Zone.newBuilder() |
static Zone.Builder |
Zone.newBuilder(Zone prototype) |
Zone.Builder |
Zone.Builder.setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
Zone.Builder |
Zone.Builder.setDeprecated(DeprecationStatus deprecated)
[Output Only] The deprecation status associated with this zone.
|
Zone.Builder |
Zone.Builder.setDescription(String description)
[Output Only] Textual description of the resource.
|
Zone.Builder |
Zone.Builder.setId(String id)
[Output Only] The unique identifier for the resource.
|
Zone.Builder |
Zone.Builder.setKind(String kind)
[Output Only] Type of the resource.
|
Zone.Builder |
Zone.Builder.setName(String name)
[Output Only] Name of the resource.
|
Zone.Builder |
Zone.Builder.setRegion(String region)
[Output Only] Full URL reference to the region which hosts the zone.
|
Zone.Builder |
Zone.Builder.setSelfLink(String selfLink)
[Output Only] Server-defined URL for the resource.
|
Zone.Builder |
Zone.Builder.setStatus(String status)
[Output Only] Status of the zone, either UP or DOWN.
|
Zone.Builder |
Zone.toBuilder() |
Copyright © 2019 Google LLC. All rights reserved.