public class ECSVolume extends AbstractDescribableImpl<ECSVolume>
Modifier and Type | Class and Description |
---|---|
static class |
ECSVolume.DescriptorImpl |
Modifier and Type | Field and Description |
---|---|
int |
size |
String |
volumeSize |
VolumeType |
volumeType |
Constructor and Description |
---|
ECSVolume(VolumeType volumeType,
String volumeSize) |
Modifier and Type | Method and Description |
---|---|
int |
getSize() |
String |
getSizeStr() |
VolumeType |
getVolumeType() |
getDescriptor
public final VolumeType volumeType
public final String volumeSize
public int size
@DataBoundConstructor public ECSVolume(VolumeType volumeType, String volumeSize)
public int getSize()
public VolumeType getVolumeType()
public String getSizeStr()
Copyright © 2016–2021. All rights reserved.