Package | Description |
---|---|
org.jclouds.googlecloudstorage.domain | |
org.jclouds.googlecloudstorage.domain.templates |
Modifier and Type | Method and Description |
---|---|
static Bucket.LifeCycle |
Bucket.LifeCycle.create(List<Bucket.LifeCycle.Rule> rules) |
abstract Bucket.LifeCycle |
Bucket.lifeCycle() |
Modifier and Type | Method and Description |
---|---|
static Bucket |
Bucket.create(String id,
String name,
Long projectNumber,
Date timeCreated,
Long metageneration,
List<BucketAccessControls> acl,
List<ObjectAccessControls> defaultObjectAcl,
Owner owner,
DomainResourceReferences.Location location,
Bucket.Website website,
Bucket.Logging logging,
Bucket.Versioning versioning,
List<Bucket.Cors> cors,
Bucket.LifeCycle lifeCycle,
DomainResourceReferences.StorageClass storageClass) |
Modifier and Type | Method and Description |
---|---|
Bucket.LifeCycle |
BucketTemplate.lifeCycle() |
Modifier and Type | Method and Description |
---|---|
BucketTemplate |
BucketTemplate.lifeCycle(Bucket.LifeCycle lifeCycle) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.