Skip to content

Commit

Permalink
Merge pull request #61 from NaverCloudPlatform/feature/mongodb
Browse files Browse the repository at this point in the history
add params of create_cloud_mongo_db_instance
  • Loading branch information
lee-yongtak authored Dec 14, 2023
2 parents 4fc60c3 + c6fe653 commit ba72142
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions services/vmongodb/create_cloud_mongo_db_instance_request.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,7 @@ type CreateCloudMongoDbInstanceRequest struct {

// Subnet번호
SubnetNo *string `json:"subnetNo"`

// CloudMongoDb 서버 이름
CloudMongoDbServerNamePrefix *string `json:"cloudMongoDbServerNamePrefix"`
}

0 comments on commit ba72142

Please sign in to comment.