Class Project
java.lang.Object
org.jclouds.googlecomputeengine.domain.Project
The root collection and settings resource for all Google Compute Engine resources.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionabstract Metadata
Key/value pairs available to all instances contained in this project.static Project
create
(String id, URI selfLink, String name, String description, Metadata commonInstanceMetadata, List<Quota> quotas, List<String> externalIpAddresses, Date creationTimestamp, Project.UsageExportLocation usageExportLocation) abstract Date
abstract String
Available IP addresses available for use in this project.abstract String
id()
abstract String
name()
quotas()
abstract URI
selfLink()
abstract Project.UsageExportLocation
-
Method Details
-
id
-
selfLink
-
name
-
description
-
commonInstanceMetadata
Key/value pairs available to all instances contained in this project. -
quotas
-
externalIpAddresses
Available IP addresses available for use in this project. -
creationTimestamp
-
usageExportLocation
-
create
-