Uses of Class
org.jclouds.googlecomputeengine.domain.Zone.MaintenanceWindow
-
Packages that use Zone.MaintenanceWindow Package Description org.jclouds.googlecomputeengine.domain -
-
Uses of Zone.MaintenanceWindow in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return Zone.MaintenanceWindow Modifier and Type Method Description static Zone.MaintenanceWindow
Zone.MaintenanceWindow. create(String name, String description, Date beginTime, Date endTime)
Methods in org.jclouds.googlecomputeengine.domain that return types with arguments of type Zone.MaintenanceWindow Modifier and Type Method Description abstract List<Zone.MaintenanceWindow>
Zone. maintenanceWindows()
Scheduled maintenance windows for the zone.Method parameters in org.jclouds.googlecomputeengine.domain with type arguments of type Zone.MaintenanceWindow Modifier and Type Method 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)
-