LaunchConfiguration
- Print
- PDF
LaunchConfiguration
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in Classic
This is a launch configuration.
Syntax
The syntax is as follows.
private String launchConfigurationName;
private String launchConfigurationNo;
private String serverImageProductCode;
private String serverProductCode;
private String memberServerImageNo;
private String loginKeyName;
private Date createDate;
private String userData;
private String initScriptNo;
private List<AccessControlGroupList> accessControlGroupList;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
launchConfigurationName | String | Required | Launch configuration name |
launchConfigurationNo | String | Required | Launch configuration number |
serverImageProductCode | String | Conditional | Server Image product code to determine server image at launch configuration
|
serverProductCode | String | Required | Server product code to determine server specifications at launch configuration |
memberServerImageNo | String | Conditional | Member server image number
|
loginKeyName | String | Required | Name of the login key encrypted with the public key that issued the server's password |
createDate | Date | Required | Server creation date and time (YYYY-MM-DDThh:mm:ssZ) |
userData | String | Optional | User data
|
initScriptNo | String | Optional | Initialization script number |
accessControlGroupList | List<accessControlGroupList> | Optional | ACG group list information |
Was this article helpful?