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

     1  /*
     2   * vsourcedeploy
     3   *
     4   * <br/>https://vpcsourcedeploy.apigw.ntruss.com/api/v1
     5   *
     6   * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
     7   */
     8  
     9  package vsourcedeploy
    10  
    11  type ScenarioConfigCanaryConfigMetrics struct {
    12  
    13  Name *string `json:"name,omitempty"`
    14  
    15  SuccessCriteria *string `json:"successCriteria,omitempty"`
    16  
    17  QueryType *string `json:"queryType,omitempty"`
    18  
    19  Weight *int32 `json:"weight,omitempty"`
    20  
    21  Metric *string `json:"metric,omitempty"`
    22  
    23  Filter *string `json:"filter,omitempty"`
    24  
    25  Query *string `json:"query,omitempty"`
    26  }