Modifier and Type | Method and Description |
---|---|
Zone.Builder |
addAllAvailableCpuPlatforms(List<String> availableCpuPlatforms)
[Output Only] Available cpu/platform selections for the zone.
|
Zone.Builder |
addAvailableCpuPlatforms(String availableCpuPlatforms)
[Output Only] Available cpu/platform selections for the zone.
|
Zone |
build() |
Zone.Builder |
clone() |
List<String> |
getAvailableCpuPlatformsList()
[Output Only] Available cpu/platform selections for the zone.
|
String |
getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
DeprecationStatus |
getDeprecated()
[Output Only] The deprecation status associated with this zone.
|
String |
getDescription()
[Output Only] Textual description of the resource.
|
String |
getId()
[Output Only] The unique identifier for the resource.
|
String |
getKind()
[Output Only] Type of the resource.
|
String |
getName()
[Output Only] Name of the resource.
|
String |
getRegion()
[Output Only] Full URL reference to the region which hosts the zone.
|
String |
getSelfLink()
[Output Only] Server-defined URL for the resource.
|
String |
getStatus()
[Output Only] Status of the zone, either UP or DOWN.
|
Zone.Builder |
mergeFrom(Zone other) |
Zone.Builder |
setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
Zone.Builder |
setDeprecated(DeprecationStatus deprecated)
[Output Only] The deprecation status associated with this zone.
|
Zone.Builder |
setDescription(String description)
[Output Only] Textual description of the resource.
|
Zone.Builder |
setId(String id)
[Output Only] The unique identifier for the resource.
|
Zone.Builder |
setKind(String kind)
[Output Only] Type of the resource.
|
Zone.Builder |
setName(String name)
[Output Only] Name of the resource.
|
Zone.Builder |
setRegion(String region)
[Output Only] Full URL reference to the region which hosts the zone.
|
Zone.Builder |
setSelfLink(String selfLink)
[Output Only] Server-defined URL for the resource.
|
Zone.Builder |
setStatus(String status)
[Output Only] Status of the zone, either UP or DOWN.
|
public Zone.Builder mergeFrom(Zone other)
public List<String> getAvailableCpuPlatformsList()
public Zone.Builder addAllAvailableCpuPlatforms(List<String> availableCpuPlatforms)
public Zone.Builder addAvailableCpuPlatforms(String availableCpuPlatforms)
public String getCreationTimestamp()
public Zone.Builder setCreationTimestamp(String creationTimestamp)
public DeprecationStatus getDeprecated()
public Zone.Builder setDeprecated(DeprecationStatus deprecated)
public String getDescription()
public Zone.Builder setDescription(String description)
public String getId()
public Zone.Builder setId(String id)
public String getKind()
public Zone.Builder setKind(String kind)
public String getName()
public Zone.Builder setName(String name)
public String getRegion()
public Zone.Builder setRegion(String region)
public String getSelfLink()
public Zone.Builder setSelfLink(String selfLink)
public String getStatus()
public Zone.Builder setStatus(String status)
public Zone build()
public Zone.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.