LaunchConfiguration
- Print
- PDF
LaunchConfiguration
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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;
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 | Initialization script number to set on the server instance when creating the server with scale-out |
isEncryptedVolume | Boolean | Required | Volume encryption status
|
Was this article helpful?