You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

scnodeavailinfomodel_gen.go 1.2 kB

1234567891011121314151617181920212223242526272829
  1. // Code generated by goctl. DO NOT EDIT.
  2. package models
  3. import (
  4. "database/sql"
  5. "time"
  6. )
  7. type (
  8. ScNodeAvailInfo struct {
  9. Id int64 `db:"id"` // id
  10. NodeName string `db:"node_name"` // 节点名称
  11. CpuTotal int64 `db:"cpu_total"` // cpu核数
  12. CpuUsable float64 `db:"cpu_usable"` // cpu可用率
  13. DiskTotal int64 `db:"disk_total"` // 磁盘空间
  14. DiskAvail int64 `db:"disk_avail"` // 磁盘可用空间
  15. MemTotal int64 `db:"mem_total"` // 内存总数
  16. MemAvail int64 `db:"mem_avail"` // 内存可用数
  17. GpuTotal int64 `db:"gpu_total"` // gpu总数
  18. GpuAvail int64 `db:"gpu_avail"` // gpu可用数
  19. ParticipantId int64 `db:"participant_id"` // 集群动态信息id
  20. DeletedFlag int64 `db:"deleted_flag"` // 是否删除
  21. CreatedBy sql.NullInt64 `db:"created_by"` // 创建人
  22. CreatedTime time.Time `db:"created_time"` // 创建时间
  23. UpdatedBy sql.NullInt64 `db:"updated_by"` // 更新人
  24. UpdatedTime sql.NullTime `db:"updated_time"` // 更新时间
  25. }
  26. )

PCM is positioned as Software stack over Cloud, aiming to build the standards and ecology of heterogeneous cloud collaboration for JCC in a non intrusive and autonomous peer-to-peer manner.