1.2

1.2

scpcli virtualserver launch configuration create
--server_type_id <value>
--name <value>
--keypair_name <value>
--image_id <value>
[--tags <value>]
[--user_data <value>]
[--volumes <value>]

Description

Launch Configuration을 생성합니다.

상태 ACTIVE (CURRENT)

버전최소 지원 보장일
1.2-

Parameters

NameTypeDescriptionExample
server_type_id
required
string서버 타입 IDs1v1m2
name
required
stringLaunch Configuration 이름launch-configuration-name
keypair_name
required
string키페어 이름keypairname
image_id
required
string이미지 ID70a599e0-31e7-49b7-b260-868f441e862b
tags
optional
arrayTags'{"key": "Key", "value": "Value"}'
user_data
optional
stringA script that runs at the start of a server on Auto-Scaling Group that will use Launch Configuration.It must be Base64-encoded string and must not exceed 45,000 bytes.IyEvYmluL2Jhc2gKL2Jpbi9zdQplY2hvICJJIGFtIGluIHlvdSEiCg==
volumes
optional
array볼륨 목록'{"boot_index": 0, "size": 104, "type": "SSD"}'

Responses

NameDescriptionExample
boot_index부팅 장치를 시도하는 순서0
max_iopsThe number of distinct read or write operations a volume can process in a single second.10000
max_throughputThe actual amount of data (volume) transferred to or from the storage device per second.500
size볼륨 크기104
type볼륨 타입SSD