ACME TLS ALPN
This commit is contained in:
parent
17ad5153b8
commit
139f280f35
258 changed files with 25528 additions and 1516 deletions
10
vendor/github.com/sacloud/libsacloud/sacloud/ipaddress.go
generated
vendored
Normal file
10
vendor/github.com/sacloud/libsacloud/sacloud/ipaddress.go
generated
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
package sacloud
|
||||
|
||||
// IPAddress IPアドレス(IPv4)
|
||||
type IPAddress struct {
|
||||
HostName string `json:",omitempty"` // HostName ホスト名
|
||||
IPAddress string `json:",omitempty"` // IPAddress IPv4アドレス
|
||||
Interface *Interface `json:",omitempty"` // Interface インターフェース
|
||||
Subnet *Subnet `json:",omitempty"` // Subnet IPv4サブネット
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue