-
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.
Merge pull request #74 from NaverCloudPlatform/release/2024.09.10
Release/2024.09.10
- Loading branch information
Showing
29 changed files
with
1,362 additions
and
141 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
22 changes: 22 additions & 0 deletions
22
services/vserver/add_server_image_sharing_permission_response.go
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,22 @@ | ||
/* | ||
* vserver | ||
* | ||
* VPC Compute 관련 API<br/>https://ncloud.apigw.ntruss.com/vserver/v2 | ||
* | ||
* Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) | ||
*/ | ||
|
||
package vserver | ||
|
||
type AddServerImageSharingPermissionResponse struct { | ||
|
||
RequestId *string `json:"requestId,omitempty"` | ||
|
||
ReturnCode *string `json:"returnCode,omitempty"` | ||
|
||
ReturnMessage *string `json:"returnMessage,omitempty"` | ||
|
||
TotalRows *int32 `json:"totalRows,omitempty"` | ||
|
||
ServerImageList []*ServerImage `json:"serverImageList,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
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,39 @@ | ||
/* | ||
* vserver | ||
* | ||
* VPC Compute 관련 API<br/>https://ncloud.apigw.ntruss.com/vserver/v2 | ||
* | ||
* Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) | ||
*/ | ||
|
||
package vserver | ||
|
||
type BlockStorageMapping struct { | ||
|
||
// 블록스토리지순서 | ||
Order *int32 `json:"order,omitempty"` | ||
|
||
// 블록스토리지스냅샷인스턴스번호 | ||
BlockStorageSnapshotInstanceNo *string `json:"blockStorageSnapshotInstanceNo,omitempty"` | ||
|
||
// 블록스토리지스냅샷이름 | ||
BlockStorageSnapshotName *string `json:"blockStorageSnapshotName,omitempty"` | ||
|
||
// 블록스토리지사이즈 | ||
BlockStorageSize *float32 `json:"blockStorageSize,omitempty"` | ||
|
||
// 블록스토리지이름 | ||
BlockStorageName *string `json:"blockStorageName,omitempty"` | ||
|
||
// 블록스토리지볼륨유형 | ||
BlockStorageVolumeType *CommonCode `json:"blockStorageVolumeType,omitempty"` | ||
|
||
// IOPS | ||
Iops *float32 `json:"iops,omitempty"` | ||
|
||
// 부하처리성능 | ||
Throughput *float32 `json:"throughput,omitempty"` | ||
|
||
// 볼륨암호화여부 | ||
IsEncryptedVolume *bool `json:"isEncryptedVolume,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
22 changes: 22 additions & 0 deletions
22
services/vserver/create_server_image_from_snapshot_response.go
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,22 @@ | ||
/* | ||
* vserver | ||
* | ||
* VPC Compute 관련 API<br/>https://ncloud.apigw.ntruss.com/vserver/v2 | ||
* | ||
* Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) | ||
*/ | ||
|
||
package vserver | ||
|
||
type CreateServerImageFromSnapshotResponse struct { | ||
|
||
RequestId *string `json:"requestId,omitempty"` | ||
|
||
ReturnCode *string `json:"returnCode,omitempty"` | ||
|
||
ReturnMessage *string `json:"returnMessage,omitempty"` | ||
|
||
TotalRows *int32 `json:"totalRows,omitempty"` | ||
|
||
ServerImageList []*ServerImage `json:"serverImageList,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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
/* | ||
* vserver | ||
* | ||
* VPC Compute 관련 API<br/>https://ncloud.apigw.ntruss.com/vserver/v2 | ||
* | ||
* Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) | ||
*/ | ||
|
||
package vserver | ||
|
||
type CreateServerImageResponse struct { | ||
|
||
RequestId *string `json:"requestId,omitempty"` | ||
|
||
ReturnCode *string `json:"returnCode,omitempty"` | ||
|
||
ReturnMessage *string `json:"returnMessage,omitempty"` | ||
|
||
TotalRows *int32 `json:"totalRows,omitempty"` | ||
|
||
ServerImageList []*ServerImage `json:"serverImageList,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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
/* | ||
* vserver | ||
* | ||
* VPC Compute 관련 API<br/>https://ncloud.apigw.ntruss.com/vserver/v2 | ||
* | ||
* Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) | ||
*/ | ||
|
||
package vserver | ||
|
||
type DeleteServerImageResponse struct { | ||
|
||
RequestId *string `json:"requestId,omitempty"` | ||
|
||
ReturnCode *string `json:"returnCode,omitempty"` | ||
|
||
ReturnMessage *string `json:"returnMessage,omitempty"` | ||
|
||
TotalRows *int32 `json:"totalRows,omitempty"` | ||
|
||
ServerImageList []*ServerImage `json:"serverImageList,omitempty"` | ||
} |
14 changes: 14 additions & 0 deletions
14
services/vserver/docs/AddServerImageSharingPermissionResponse.md
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,14 @@ | ||
# AddServerImageSharingPermissionResponse | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**RequestId** | ***string** | | [optional] [default to null] | ||
**ReturnCode** | ***string** | | [optional] [default to null] | ||
**ReturnMessage** | ***string** | | [optional] [default to null] | ||
**TotalRows** | ***int32** | | [optional] [default to null] | ||
**ServerImageList** | **[[]\*ServerImage](ServerImage.md)** | | [optional] [default to null] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
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,18 @@ | ||
# BlockStorageMapping | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**Order** | ***int32** | 블록스토리지순서 | [optional] [default to null] | ||
**BlockStorageSnapshotInstanceNo** | ***string** | 블록스토리지스냅샷인스턴스번호 | [optional] [default to null] | ||
**BlockStorageSnapshotName** | ***string** | 블록스토리지스냅샷이름 | [optional] [default to null] | ||
**BlockStorageSize** | ***float32** | 블록스토리지사이즈 | [optional] [default to null] | ||
**BlockStorageName** | ***string** | 블록스토리지이름 | [optional] [default to null] | ||
**BlockStorageVolumeType** | **[*CommonCode](CommonCode.md)** | 블록스토리지볼륨유형 | [optional] [default to null] | ||
**Iops** | ***float32** | IOPS | [optional] [default to null] | ||
**Throughput** | ***float32** | 부하처리성능 | [optional] [default to null] | ||
**IsEncryptedVolume** | ***bool** | 볼륨암호화여부 | [optional] [default to null] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
14 changes: 14 additions & 0 deletions
14
services/vserver/docs/CreateServerImageFromSnapshotResponse.md
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,14 @@ | ||
# CreateServerImageFromSnapshotResponse | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**RequestId** | ***string** | | [optional] [default to null] | ||
**ReturnCode** | ***string** | | [optional] [default to null] | ||
**ReturnMessage** | ***string** | | [optional] [default to null] | ||
**TotalRows** | ***int32** | | [optional] [default to null] | ||
**ServerImageList** | **[[]\*ServerImage](ServerImage.md)** | | [optional] [default to null] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
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,14 @@ | ||
# CreateServerImageResponse | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**RequestId** | ***string** | | [optional] [default to null] | ||
**ReturnCode** | ***string** | | [optional] [default to null] | ||
**ReturnMessage** | ***string** | | [optional] [default to null] | ||
**TotalRows** | ***int32** | | [optional] [default to null] | ||
**ServerImageList** | **[[]\*ServerImage](ServerImage.md)** | | [optional] [default to null] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
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,14 @@ | ||
# DeleteServerImageResponse | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**RequestId** | ***string** | | [optional] [default to null] | ||
**ReturnCode** | ***string** | | [optional] [default to null] | ||
**ReturnMessage** | ***string** | | [optional] [default to null] | ||
**TotalRows** | ***int32** | | [optional] [default to null] | ||
**ServerImageList** | **[[]\*ServerImage](ServerImage.md)** | | [optional] [default to null] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
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,14 @@ | ||
# GetServerImageDetailResponse | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**RequestId** | ***string** | | [optional] [default to null] | ||
**ReturnCode** | ***string** | | [optional] [default to null] | ||
**ReturnMessage** | ***string** | | [optional] [default to null] | ||
**TotalRows** | ***int32** | | [optional] [default to null] | ||
**ServerImageList** | **[[]\*ServerImage](ServerImage.md)** | | [optional] [default to null] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
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,14 @@ | ||
# GetServerImageListResponse | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**RequestId** | ***string** | | [optional] [default to null] | ||
**ReturnCode** | ***string** | | [optional] [default to null] | ||
**ReturnMessage** | ***string** | | [optional] [default to null] | ||
**TotalRows** | ***int32** | | [optional] [default to null] | ||
**ServerImageList** | **[[]\*ServerImage](ServerImage.md)** | | [optional] [default to null] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
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,14 @@ | ||
# GetServerSpecDetailResponse | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**RequestId** | ***string** | | [optional] [default to null] | ||
**ReturnCode** | ***string** | | [optional] [default to null] | ||
**ReturnMessage** | ***string** | | [optional] [default to null] | ||
**TotalRows** | ***int32** | | [optional] [default to null] | ||
**ServerSpecList** | **[[]\*ServerSpec](ServerSpec.md)** | | [optional] [default to null] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
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,14 @@ | ||
# GetServerSpecListResponse | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**RequestId** | ***string** | | [optional] [default to null] | ||
**ReturnCode** | ***string** | | [optional] [default to null] | ||
**ReturnMessage** | ***string** | | [optional] [default to null] | ||
**TotalRows** | ***int32** | | [optional] [default to null] | ||
**ServerSpecList** | **[[]\*ServerSpec](ServerSpec.md)** | | [optional] [default to null] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
14 changes: 14 additions & 0 deletions
14
services/vserver/docs/RemoveServerImageSharingPermissionResponse.md
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,14 @@ | ||
# RemoveServerImageSharingPermissionResponse | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**RequestId** | ***string** | | [optional] [default to null] | ||
**ReturnCode** | ***string** | | [optional] [default to null] | ||
**ReturnMessage** | ***string** | | [optional] [default to null] | ||
**TotalRows** | ***int32** | | [optional] [default to null] | ||
**ServerImageList** | **[[]\*ServerImage](ServerImage.md)** | | [optional] [default to null] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
Oops, something went wrong.