Available in VPC
This is the launch configuration information.
Syntax
The syntax is as follows:
private String regionCode;
private String launchConfigurationNo;
private String launchConfigurationName;
private String serverImageProductCode;
private String memberServerImageInstanceNo;
private String serverProductCode;
private String loginKeyName;
private Date createDate;
private CommonCode launchConfigurationStatus;
private String initScriptNo;
private Boolean isEncryptedVolume;
private String serverImageNo;
private String osInformation;
private String serverSpecNo;
private String serverSpecCode;
private String serverSpecDescription;
Field
The following describes the fields:
Field | Type | Required | Description |
---|---|---|---|
regionCode |
String | Required | Region code where launch configuration is located |
launchConfigurationNo |
String | Required | Launch configuration number
|
launchConfigurationName |
String | Required | Launch configuration name |
serverImageProductCode |
String | Conditional | Server Image product code
|
memberServerImageInstanceNo |
String | Conditional | Member server image instance number
|
serverProductCode |
String | Required | Server product code
|
loginKeyName |
String | Required | Name of the login key to assign to the server instance when creating the server with scale-out |
createDate |
Date | Required | Creation date and time (YYYY-MM-DDThh:mm:ssZ) |
launchConfigurationStatus |
CommonCode | Required | Launch configuration status
|
initScriptNo |
String | Optional | Init script number to set on the server instance when creating the server with scale-out |
isEncryptedVolume |
Boolean | Required | Volume encryption status
|
serverImageNo |
String | Required | Server image number
|
osInformation |
String | Required | OS information |
serverSpecNo |
String | Required | Server specification number |
serverSpecCode |
String | Required | Server specification code |
serverSpecDescription |
String | Required | Server specification description |