org.jclouds.googlecomputeengine.domain
Class Zone.MaintenanceWindow
java.lang.Object
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:
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-2014 The Apache Software Foundation. All Rights Reserved.