Package | Description |
---|---|
io.jenkins.plugins.huaweicloud |
Modifier and Type | Field and Description |
---|---|
VolumeType |
ECSTemplate.dvType |
VolumeType |
ECSTemplate.rootVolumeType |
VolumeType |
ECSVolume.volumeType |
Modifier and Type | Method and Description |
---|---|
static VolumeType |
VolumeType.fromValue(String value) |
VolumeType |
ECSTemplate.getDvType() |
VolumeType |
ECSTemplate.getRootVolumeTypeAttribute() |
VolumeType |
ECSVolume.getVolumeType() |
static VolumeType |
VolumeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VolumeType[] |
VolumeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FormValidation |
ECSTemplate.DescriptorImpl.doTestCreateEcs(String region,
String credentialsId,
String description,
String imgID,
String flavorID,
String zone,
String vpcID,
VolumeType rootVolumeType,
VolumeType dvType,
String rvSizeStr,
boolean associateEIP,
String subnetIDs,
String dvSize,
String mountQuantity,
boolean mountDV) |
Constructor and Description |
---|
ECSTemplate(String description,
String imgID,
String flavorID,
String zone,
String labelString,
Node.Mode mode,
String remoteAdmin,
String subnetIDs,
VolumeType rootVolumeType,
VolumeType dvType,
String remoteFS,
String rvSizeStr,
List<ECSTag> tags,
String numExecutors,
String idleTerminationMinutes,
String launchTimeoutStr,
String initScript,
String tmpDir,
List<? extends NodeProperty<?>> nodeProperties,
int minimumNumberOfInstances,
boolean associateEIP,
boolean stopOnTerminate,
String userData,
String instanceCapStr,
boolean mountDV,
String dvSize,
String mountQuantity) |
ECSVolume(VolumeType volumeType,
String volumeSize) |
Copyright © 2016–2021. All rights reserved.