traefik/vendor/github.com/sacloud/libsacloud/sacloud/vpc_router_status.go
Ludovic Fernandez 139f280f35 ACME TLS ALPN
2018-07-03 12:44:04 +02:00

8 lines
195 B
Go

package sacloud
// VPCRouterStatus VPCルータのステータス情報
type VPCRouterStatus struct {
FirewallReceiveLogs []string
FirewallSendLogs []string
VPNLogs []string
}