Uses of Class
org.jclouds.googlecomputeengine.domain.Deprecated
-
Packages that use Deprecated Package Description org.jclouds.googlecomputeengine.domain org.jclouds.googlecomputeengine.options -
-
Uses of Deprecated in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return Deprecated Modifier and Type Method Description static Deprecated
Deprecated. create(Deprecated.State state, URI replacement, String deprecated, String obsolete, String deleted)
abstract Deprecated
DiskType. deprecated()
abstract Deprecated
Image. deprecated()
abstract Deprecated
MachineType. deprecated()
abstract Deprecated
Zone. deprecated()
Methods in org.jclouds.googlecomputeengine.domain with parameters of type Deprecated Modifier and Type Method Description static DiskType
DiskType. create(Date creationTimestamp, String name, String description, String validDiskSize, Deprecated deprecated, URI zone, URI selfLink, long defaultDiskSizeGb)
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)
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)
-
Uses of Deprecated in org.jclouds.googlecomputeengine.options
Fields in org.jclouds.googlecomputeengine.options declared as Deprecated Modifier and Type Field Description Deprecated
ImageCreationOptions.Builder. deprecated
Methods in org.jclouds.googlecomputeengine.options that return Deprecated Modifier and Type Method Description abstract Deprecated
ImageCreationOptions. deprecated()
Methods in org.jclouds.googlecomputeengine.options with parameters of type Deprecated Modifier and Type Method Description ImageCreationOptions.Builder
ImageCreationOptions.Builder. deprecated(Deprecated deprecated)
-