v1.16.0
This commit is contained in:
@@ -1,14 +1,23 @@
|
||||
package vgpu
|
||||
|
||||
type ItemVGPU struct {
|
||||
// Account ID
|
||||
AccountID uint64 `json:"accountId"`
|
||||
// Account IDs
|
||||
AccountIDs []uint64 `json:"account_ids"`
|
||||
|
||||
// Bus number
|
||||
BusNumber int `json:"bus_number"`
|
||||
|
||||
// ComputeID
|
||||
ComputeID uint64 `json:"compute_id"`
|
||||
|
||||
// Created time
|
||||
CreatedTime uint64 `json:"createdTime"`
|
||||
CreatedTime uint64 `json:"created_time"`
|
||||
|
||||
// Deleted time
|
||||
DeletedTime uint64 `json:"deletedTime"`
|
||||
DeletedTime uint64 `json:"deleted_time"`
|
||||
|
||||
// Device Reference
|
||||
DeviceReference string `json:"device_reference"`
|
||||
|
||||
//Grid ID
|
||||
GID uint64 `json:"gid"`
|
||||
@@ -19,44 +28,29 @@ type ItemVGPU struct {
|
||||
// VGPU ID
|
||||
ID uint64 `json:"id"`
|
||||
|
||||
// Last claimed by
|
||||
LastClaimedBy uint64 `json:"lastClaimedBy"`
|
||||
// Last Update time
|
||||
LastUpdateTime uint64 `json:"last_update_time"`
|
||||
|
||||
// Last update time
|
||||
LastUpdateTime uint64 `json:"lastUpdateTime"`
|
||||
// Mdev UUID
|
||||
MdevUUID string `json:"mdev_uuid"`
|
||||
|
||||
// Mode
|
||||
Mode string `json:"mode"`
|
||||
|
||||
// Bus number
|
||||
BusNumber int `json:"bus_number"`
|
||||
// Parent PCI Address
|
||||
ParentPCIAddress string `json:"parent_pci_address"`
|
||||
|
||||
// PCI Slot
|
||||
PCISlot int `json:"pciSlot"`
|
||||
PCISlot uint64 `json:"pci_slot"`
|
||||
|
||||
// PGPUID
|
||||
PGPUID uint64 `json:"pgpuid"`
|
||||
// PGPU ID
|
||||
PGPUID uint64 `json:"pgpu_id"`
|
||||
|
||||
// Profile ID
|
||||
ProfileID uint64 `json:"profileId"`
|
||||
// Profile Reference
|
||||
ProfileReference string `json:"profile_reference"`
|
||||
|
||||
// RAM
|
||||
RAM uint64 `json:"ram"`
|
||||
|
||||
// Reference ID
|
||||
ReferenceID string `json:"referenceId"`
|
||||
|
||||
// RGID
|
||||
RGID uint64 `json:"rgId"`
|
||||
// Split Mode
|
||||
SplitMode string `json:"split_mode"`
|
||||
|
||||
// Status
|
||||
Status string `json:"status"`
|
||||
|
||||
// Type
|
||||
Type string `json:"type"`
|
||||
|
||||
// VMID
|
||||
VMID uint64 `json:"vmid"`
|
||||
}
|
||||
|
||||
// List of VGPU
|
||||
|
||||
Reference in New Issue
Block a user