Class Zone
java.lang.Object
org.jclouds.googlecomputeengine.domain.Zone
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Scheduled maintenance windows for the zone.static enum
-
Method Summary
Modifier and TypeMethodDescriptionThe machine types that can be used in this zone.static Zone
create
(String id, Date creationTimestamp, URI selfLink, String name, String description, Zone.Status status, List<Zone.MaintenanceWindow> maintenanceWindows, Deprecated deprecated, String region, List<String> availableMachineTypes) abstract Date
abstract Deprecated
abstract String
abstract String
id()
abstract List
<Zone.MaintenanceWindow> Scheduled maintenance windows for the zone.abstract String
name()
abstract String
region()
abstract URI
selfLink()
abstract Zone.Status
status()
-
Method Details
-
id
-
creationTimestamp
-
selfLink
-
name
-
description
-
status
-
maintenanceWindows
Scheduled maintenance windows for the zone. When the zone is in a maintenance window, all resources which reside in the zone will be unavailable. -
deprecated
-
region
-
availableMachineTypes
The machine types that can be used in this zone. -
create
public static Zone create(String id, Date creationTimestamp, URI selfLink, String name, String description, Zone.Status status, List<Zone.MaintenanceWindow> maintenanceWindows, Deprecated deprecated, String region, List<String> availableMachineTypes)
-