mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-06-20 14:36:09 +08:00
9 lines
220 B
Go
9 lines
220 B
Go
package cloudprovider
|
|
|
|
type SSubAccount struct {
|
|
Name string
|
|
State string
|
|
Account string
|
|
HealthStatus string // 云端服务健康状态。例如欠费、项目冻结都属于不健康状态。
|
|
}
|