mirror of
https://github.com/hashicorp/packer.git
synced 2026-03-02 13:31:57 -05:00
19 lines
370 B
Go
19 lines
370 B
Go
/*
|
|
* server
|
|
*
|
|
* <br/>https://ncloud.apigw.ntruss.com/server/v2
|
|
*
|
|
* API version: 2018-10-18T06:16:13Z
|
|
* Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
|
|
*/
|
|
|
|
package server
|
|
|
|
type Raid struct {
|
|
|
|
// RAID구분이름
|
|
RaidTypeName *string `json:"raidTypeName,omitempty"`
|
|
|
|
// RAID이름
|
|
RaidName *string `json:"raidName,omitempty"`
|
|
}
|