github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/vnks/node_pool_update_body.go (about) 1 /* 2 * vnks 3 * 4 * <br/>https://nks.apigw.ntruss.com/vnks/v2 5 * 6 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) 7 */ 8 9 package vnks 10 11 type NodePoolUpdateBody struct { 12 13 // λ Έλ κ°μ 14 NodeCount *int32 `json:"nodeCount"` 15 16 // 17 Autoscale *AutoscalerUpdate `json:"autoscale,omitempty"` 18 }