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 DeprecatedDeprecated. create(Deprecated.State state, URI replacement, String deprecated, String obsolete, String deleted)abstract DeprecatedDiskType. deprecated()abstract DeprecatedImage. deprecated()abstract DeprecatedMachineType. deprecated()abstract DeprecatedZone. deprecated()Methods in org.jclouds.googlecomputeengine.domain with parameters of type Deprecated Modifier and Type Method Description static DiskTypeDiskType. create(Date creationTimestamp, String name, String description, String validDiskSize, Deprecated deprecated, URI zone, URI selfLink, long defaultDiskSizeGb)static ImageImage. 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 MachineTypeMachineType. 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 ZoneZone. 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 DeprecatedImageCreationOptions.Builder. deprecatedMethods in org.jclouds.googlecomputeengine.options that return Deprecated Modifier and Type Method Description abstract DeprecatedImageCreationOptions. deprecated()Methods in org.jclouds.googlecomputeengine.options with parameters of type Deprecated Modifier and Type Method Description ImageCreationOptions.BuilderImageCreationOptions.Builder. deprecated(Deprecated deprecated)
-