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/ipv6net.go
generated
vendored
Normal file
18
vendor/github.com/sacloud/libsacloud/sacloud/ipv6net.go
generated
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
package sacloud
|
||||
|
||||
// IPv6Net IPv6ネットワーク(サブネット)
|
||||
type IPv6Net struct {
|
||||
*Resource // ID
|
||||
propScope // スコープ
|
||||
propServiceClass // サービスクラス
|
||||
propCreatedAt // 作成日時
|
||||
|
||||
IPv6Prefix string `json:",omitempty"` // IPv6プレフィックス
|
||||
IPv6PrefixLen int `json:",omitempty"` // IPv6プレフィックス長
|
||||
IPv6PrefixTail string `json:",omitempty"` // IPv6プレフィックス末尾
|
||||
IPv6Table *Resource `json:",omitempty"` // IPv6テーブル
|
||||
NamedIPv6AddrCount int `json:",omitempty"` // 名前付きIPv6アドレス数
|
||||
ServiceID int64 `json:",omitempty"` // サービスID
|
||||
Switch *Switch `json:",omitempty"` // 接続先スイッチ
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue