Package | Description |
---|---|
org.jclouds.googlecomputeengine.domain |
Modifier and Type | Method and Description |
---|---|
static Quota |
Quota.create(String metric,
double usage,
double limit) |
Modifier and Type | Method and Description |
---|---|
abstract List<Quota> |
Region.quotas() |
abstract List<Quota> |
Project.quotas() |
Modifier and Type | Method and Description |
---|---|
static Region |
Region.create(String id,
Date creationTimestamp,
URI selfLink,
String name,
String description,
Region.Status status,
List<URI> zones,
List<Quota> quotas) |
static Project |
Project.create(String id,
URI selfLink,
String name,
String description,
Metadata commonInstanceMetadata,
List<Quota> quotas,
List<String> externalIpAddresses,
Date creationTimestamp,
Project.UsageExportLocation usageExportLocation) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.