Class AttachDisk.InitializeParams
java.lang.Object
org.jclouds.googlecomputeengine.domain.AttachDisk.InitializeParams
- Enclosing class:
AttachDisk
-
Method Summary
Modifier and TypeMethodDescriptionstatic AttachDisk.InitializeParams
abstract String
diskName()
Override the default naming convention.abstract Long
Set to use a size larger than thesourceImage()
.abstract URI
diskType()
abstract URI
Thesource image
.
-
Method Details
-
diskName
Override the default naming convention. -
diskSizeGb
Set to use a size larger than thesourceImage()
. You need to repartition when set. -
sourceImage
Thesource image
. -
diskType
-
create
public static AttachDisk.InitializeParams create(String diskName, Long diskSizeGb, URI sourceImage, URI diskType)
-