Uses of Class
org.jclouds.googlecomputeengine.domain.Project.UsageExportLocation
-
Packages that use Project.UsageExportLocation Package Description org.jclouds.googlecomputeengine.domain -
-
Uses of Project.UsageExportLocation in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return Project.UsageExportLocation Modifier and Type Method Description static Project.UsageExportLocation
Project.UsageExportLocation. create(String bucketName, String reporNamePrefix)
abstract Project.UsageExportLocation
Project. usageExportLocation()
Methods in org.jclouds.googlecomputeengine.domain with parameters of type Project.UsageExportLocation Modifier and Type Method Description 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)
-