LaunchConfiguration

Prev Next

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
  • NAVER Cloud Platform's identifier to identify launch configurations
launchConfigurationName String Required Launch configuration name
serverImageProductCode String Conditional Server Image product code
  • Product code for Server Image products managed by NAVER Cloud Platform
  • Determine the server image when setting up launch.
  • Only one of serverImageProductCode or memberServerImageInstanceNo must be present.
memberServerImageInstanceNo String Conditional Member server image instance number
  • Determine the server image when creating a server with scale-out.
  • Only one of serverImageProductCode or memberServerImageInstanceNo must be present.
serverProductCode String Required Server product code
  • Product code for Server products managed by NAVER Cloud Platform
  • Determine server specifications when creating servers with scale-out.
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
  • CREAT | DELTD
    • CREAT: created
    • DELTD: deleted
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
  • true | false
serverImageNo String Required Server image number
  • NAVER Cloud Platform's identifier to identify server images
osInformation String Required OS information
serverSpecNo String Required Server specification number
serverSpecCode String Required Server specification code
serverSpecDescription String Required Server specification description