| Package | Description |
|---|---|
| org.jclouds.googlecomputeengine.domain |
| Modifier and Type | Method and Description |
|---|---|
static Zone.MaintenanceWindow |
Zone.MaintenanceWindow.create(String name,
String description,
Date beginTime,
Date endTime) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<Zone.MaintenanceWindow> |
Zone.maintenanceWindows()
Scheduled maintenance windows for the zone.
|
| Modifier and Type | Method and Description |
|---|---|
static Zone |
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) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.