Package | Description |
---|---|
org.jclouds.googlecomputeengine.domain | |
org.jclouds.googlecomputeengine.options |
Modifier and Type | Method and Description |
---|---|
static Deprecated |
Deprecated.create(Deprecated.State state,
URI replacement,
String deprecated,
String obsolete,
String deleted) |
abstract Deprecated |
Zone.deprecated() |
abstract Deprecated |
MachineType.deprecated() |
abstract Deprecated |
Image.deprecated() |
abstract Deprecated |
DiskType.deprecated() |
Modifier and Type | Method and Description |
---|---|
static DiskType |
DiskType.create(Date creationTimestamp,
String name,
String description,
String validDiskSize,
Deprecated deprecated,
URI zone,
URI selfLink,
long defaultDiskSizeGb) |
static MachineType |
MachineType.create(String id,
Date creationTimestamp,
URI selfLink,
String name,
String description,
int guestCpus,
int memoryMb,
Integer imageSpaceGb,
List<MachineType.ScratchDisk> scratchDisks,
int maximumPersistentDisks,
long maximumPersistentDisksSizeGb,
String zone,
Deprecated deprecated) |
static Zone |
Zone.create(String id,
Date creationTimestamp,
URI selfLink,
String name,
String description,
Zone.Status status,
List<Zone.MaintenanceWindow> maintenanceWindows,
Deprecated deprecated,
String region,
List<String> availableMachineTypes) |
static Image |
Image.create(String id,
URI selfLink,
Date creationTimestamp,
String name,
String description,
String sourceType,
Image.RawDisk rawDisk,
Deprecated deprecated,
Image.Status status,
Long archiveSizeBytes,
Long diskSizeGb,
String sourceDisk,
String sourceDiskId,
List<String> licenses) |
Modifier and Type | Field and Description |
---|---|
Deprecated |
ImageCreationOptions.Builder.deprecated |
Modifier and Type | Method and Description |
---|---|
abstract Deprecated |
ImageCreationOptions.deprecated() |
Modifier and Type | Method and Description |
---|---|
ImageCreationOptions.Builder |
ImageCreationOptions.Builder.deprecated(Deprecated deprecated) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.