github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/vserver/root_password_server_instance_parameter.go (about) 1 /* 2 * vserver 3 * 4 * VPC Compute 관련 API<br/>https://ncloud.apigw.ntruss.com/vserver/v2 5 * 6 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) 7 */ 8 9 package vserver 10 11 type RootPasswordServerInstanceParameter struct { 12 13 // 서버인스턴스번호 14 ServerInstanceNo *string `json:"serverInstanceNo"` 15 16 // 개인키 17 PrivateKey *string `json:"privateKey,omitempty"` 18 }