org.jclouds.googlecomputeengine.domain
Class Zone.MaintenanceWindow

java.lang.Object
  extended by org.jclouds.googlecomputeengine.domain.Zone.MaintenanceWindow
Enclosing class:
Zone

public static final class Zone.MaintenanceWindow
extends Object

Scheduled maintenance windows for the zone. When the zone is in a maintenance window, all resources which reside in the zone will be unavailable.

See Also:

Nested Class Summary
static class Zone.MaintenanceWindow.Builder
           
 
Method Summary
static Zone.MaintenanceWindow.Builder builder()
           
 boolean equals(Object obj)
          
 Date getBeginTime()
           
 com.google.common.base.Optional<String> getDescription()
           
 Date getEndTime()
           
 String getName()
           
 int hashCode()
          
protected  com.google.common.base.Objects.ToStringHelper string()
          
 Zone.MaintenanceWindow.Builder toBuilder()
           
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public String getName()
Returns:
name of the maintenance window.

getDescription

public com.google.common.base.Optional<String> getDescription()
Returns:
textual description of the maintenance window.

getBeginTime

public Date getBeginTime()
Returns:
begin time of the maintenance window.

getEndTime

public Date getEndTime()
Returns:
end time of the maintenance window.

hashCode

public int hashCode()

Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)

Overrides:
equals in class Object

string

protected com.google.common.base.Objects.ToStringHelper string()


toString

public String toString()

Overrides:
toString in class Object

builder

public static Zone.MaintenanceWindow.Builder builder()

toBuilder

public Zone.MaintenanceWindow.Builder toBuilder()


Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.