Files
cloudpods/pkg/cloudprovider/subaccount.go
2019-01-01 16:21:37 +08:00

9 lines
220 B
Go

package cloudprovider
type SSubAccount struct {
Name string
State string
Account string
HealthStatus string // 云端服务健康状态。例如欠费、项目冻结都属于不健康状态。
}