|
|
|
@@ -163,19 +163,19 @@ type VmInfo struct { |
|
|
|
AdapterName string `json:"adapterName,omitempty,optional"` |
|
|
|
ClusterId int64 `json:"clusterId,omitempty,optional"` |
|
|
|
ClusterName string `json:"clusterName,omitempty,optional"` |
|
|
|
FlavorRef string `json:"flavor_ref,omitempty"` |
|
|
|
ImageRef string `json:"image_ref,omitempty"` |
|
|
|
FlavorRef string `json:"flavorRef,omitempty"` |
|
|
|
ImageRef string `json:"imageRef,omitempty"` |
|
|
|
Status string `json:"status,omitempty"` |
|
|
|
Platform string `json:"platform,omitempty"` |
|
|
|
Description string `json:"description,omitempty"` // 描述 |
|
|
|
AvailabilityZone string `json:"availability_zone,omitempty"` |
|
|
|
MinCount string `json:"min_count,omitempty"` |
|
|
|
MinCount string `json:"minCount,omitempty"` |
|
|
|
Uuid string `json:"uuid,omitempty"` |
|
|
|
StartTime string `json:"startTime,omitempty"` |
|
|
|
RunningTime string `json:"runningTime,omitempty"` |
|
|
|
Result string `json:"result,omitempty"` |
|
|
|
DeletedAt string `json:"deleted_at,omitempty"` |
|
|
|
VmName string `json:"vm_name,omitempty"` |
|
|
|
DeletedAt string `json:"deletedAt,omitempty"` |
|
|
|
VmName string `json:"vmName,omitempty"` |
|
|
|
Replicas int64 `json:"replicas,omitempty"` |
|
|
|
ServerId string `json:"serverId,omitempty"` |
|
|
|
} |
|
|
|
|