public abstract static class Volume.Request.CreatePayload extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Volume.Request.CreatePayload.Builder |
Constructor and Description |
---|
CreatePayload() |
Modifier and Type | Method and Description |
---|---|
abstract AvailabilityZone |
availabilityZone() |
abstract Volume.Properties.BusType |
bus() |
abstract String |
dataCenterId() |
abstract String |
image() |
abstract String |
imageAlias() |
abstract String |
imagePassword() |
abstract LicenceType |
licenceType() |
abstract String |
name() |
abstract int |
size() |
abstract Set<String> |
sshKeys() |
abstract VolumeType |
type() |
public abstract VolumeType type()
public abstract int size()
@Nullable public abstract AvailabilityZone availabilityZone()
@Nullable public abstract Volume.Properties.BusType bus()
@Nullable public abstract LicenceType licenceType()
public abstract String dataCenterId()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.