ACME TLS ALPN
This commit is contained in:
parent
17ad5153b8
commit
139f280f35
258 changed files with 25528 additions and 1516 deletions
18
vendor/github.com/sacloud/libsacloud/sacloud/storage.go
generated
vendored
Normal file
18
vendor/github.com/sacloud/libsacloud/sacloud/storage.go
generated
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
package sacloud
|
||||
|
||||
// Storage ストレージ
|
||||
type Storage struct {
|
||||
*Resource // ID
|
||||
propName // 名称
|
||||
propDescription // 説明
|
||||
propZone // ゾーン
|
||||
|
||||
Class string `json:",omitempty"` // クラス
|
||||
DiskPlan struct { // ディスクプラン
|
||||
*Resource // ID
|
||||
propName // 名称
|
||||
propStorageClass // ストレージクラス
|
||||
} `json:",omitempty"`
|
||||
|
||||
//Capacity []string `json:",omitempty"`
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue