public abstract static class AttachDisk.InitializeParams extends Object
Modifier and Type | Method and Description |
---|---|
static AttachDisk.InitializeParams |
create(String diskName,
Long diskSizeGb,
URI sourceImage,
URI diskType) |
abstract String |
diskName()
Override the default naming convention.
|
abstract Long |
diskSizeGb()
Set to use a size larger than the
sourceImage() . |
abstract URI |
diskType() |
abstract URI |
sourceImage()
The
source image . |
@Nullable public abstract Long diskSizeGb()
sourceImage()
. You need to repartition when set.public abstract URI sourceImage()
source image
.public static AttachDisk.InitializeParams create(String diskName, Long diskSizeGb, URI sourceImage, URI diskType)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.