-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b0986c1
commit eefc4e2
Showing
108 changed files
with
1,193 additions
and
687 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
*.go text eol=lf | ||
*.md text eol=lf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,4 +28,7 @@ vendor/github.com | |
vendor/golang.org | ||
vendor/gopkg.in | ||
|
||
.idea | ||
.idea | ||
|
||
# vscode | ||
.DS_Store |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
/* | ||
* vmysql | ||
* | ||
* <br/>https://ncloud.apigw.ntruss.com/vmysql/v2 | ||
* | ||
* Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) | ||
*/ | ||
|
||
package vmysql | ||
|
||
type CloudDbProduct struct { | ||
|
||
// 상품코드 | ||
ProductCode *string `json:"productCode,omitempty"` | ||
|
||
// 상품이름 | ||
ProductName *string `json:"productName,omitempty"` | ||
|
||
// 상품유형 | ||
ProductType *CommonCode `json:"productType,omitempty"` | ||
|
||
// 상품설명 | ||
ProductDescription *string `json:"productDescription,omitempty"` | ||
|
||
// 인프라자원유형 | ||
InfraResourceType *CommonCode `json:"infraResourceType,omitempty"` | ||
|
||
// 인프라자원상세유형 | ||
InfraResourceDetailType *CommonCode `json:"infraResourceDetailType,omitempty"` | ||
|
||
// CPU개수 | ||
CpuCount *int32 `json:"cpuCount,omitempty"` | ||
|
||
// 메모리사이즈 | ||
MemorySize *int64 `json:"memorySize,omitempty"` | ||
|
||
// 기본블록스토리지사이즈 | ||
BaseBlockStorageSize *int64 `json:"baseBlockStorageSize,omitempty"` | ||
|
||
// 플랫폼유형 | ||
PlatformType *CommonCode `json:"platformType,omitempty"` | ||
|
||
// OS정보 | ||
OsInformation *string `json:"osInformation,omitempty"` | ||
|
||
// 디스크유형 | ||
DiskType *CommonCode `json:"diskType,omitempty"` | ||
|
||
// DB유형코드 | ||
DbKindCode *string `json:"dbKindCode,omitempty"` | ||
|
||
// 추가블록스토리지사이즈 | ||
AddBlockStorageSize *int64 `json:"addBlockStorageSize,omitempty"` | ||
|
||
// 세대코드 | ||
GenerationCode *string `json:"generationCode,omitempty"` | ||
|
||
// engineVersionCode | ||
EngineVersionCode *string `json:"engineVersionCode,omitempty"` | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,5 +8,5 @@ | |
|
||
package vmysql | ||
|
||
type ProductList struct { | ||
type CloudDbProductList struct { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.