KeypairCreateRequest

KeypairCreateRequest

NameDescriptionSchemaDefault
name
required
키페어 이름
Example : keypairname
Pattern : ^[a-zA-Z0-9-_ ]*$
Minimum length : 1
Maximum length : 255
string
public_key
optional
공개 키
Example : ssh-rsa fakeKey Generated-by-SCP
any of [string, null]
tags
optional
Tags
Example : [{'key': 'key', 'value': 'value'}]
any of [array[Tag], null]