github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/vautoscaling/suspended_process.go (about)

     1  /*
     2   * vautoscaling
     3   *
     4   * VPC Auto Scaling 관련 API<br/>https://ncloud.apigw.ntruss.com/vautoscaling/v2
     5   *
     6   * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
     7   */
     8  
     9  package vautoscaling
    10  
    11  type SuspendedProcess struct {
    12  
    13  	// 프로세스
    14  Process *CommonCode `json:"process,omitempty"`
    15  
    16  	// 프로세스일시정지원인
    17  SuspensionReason *string `json:"suspensionReason,omitempty"`
    18  }