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

     1  /*
     2   * vmssql
     3   *
     4   * <br/>https://ncloud.apigw.ntruss.com/vmssql/v2
     5   *
     6   * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
     7   */
     8  
     9  package vmssql
    10  
    11  type SetDmsObjectStorageInfoRequest struct {
    12  
    13  	// REGION코드
    14  RegionCode *string `json:"regionCode,omitempty"`
    15  
    16  	// access key
    17  ObjectStorageAccessKey *string `json:"objectStorageAccessKey"`
    18  
    19  	// secret key
    20  ObjectStorageSecretKey *string `json:"objectStorageSecretKey"`
    21  
    22  	// endpoint
    23  Endpoint *string `json:"endpoint"`
    24  
    25  	// 버킷 이름
    26  BucketName *string `json:"bucketName"`
    27  }