Class Zone
java.lang.Object
org.jclouds.googlecomputeengine.domain.Zone
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classScheduled maintenance windows for the zone.static enum - 
Method Summary
Modifier and TypeMethodDescriptionThe machine types that can be used in this zone.static Zonecreate(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 Dateabstract Deprecatedabstract Stringabstract Stringid()abstract List<Zone.MaintenanceWindow> Scheduled maintenance windows for the zone.abstract Stringname()abstract Stringregion()abstract URIselfLink()abstract Zone.Statusstatus() 
- 
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)  
 -