Uses of Class
org.jclouds.googlecomputeengine.domain.Deprecated
Packages that use Deprecated
-
Uses of Deprecated in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return DeprecatedModifier and TypeMethodDescriptionstatic 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 DeprecatedModifier and TypeMethodDescriptionstatic 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 DeprecatedMethods in org.jclouds.googlecomputeengine.options that return DeprecatedMethods in org.jclouds.googlecomputeengine.options with parameters of type Deprecated