Class Bucket.LifeCycle.Rule.Condition
java.lang.Object
org.jclouds.googlecloudstorage.domain.Bucket.LifeCycle.Rule.Condition
- Enclosing class:
Bucket.LifeCycle.Rule
-
Constructor Details
-
Condition
public Condition()
-
-
Method Details
-
age
-
createdBefore
-
isLive
-
numNewerVersions
-
create
public static Bucket.LifeCycle.Rule.Condition create(Integer age, Date createdBefore, Boolean isLive, Integer numNewerVersions)
-