This commit is contained in:
2026-07-17 16:22:51 +04:00
parent 77cbe6952b
commit 1bf30e8778
6 changed files with 311 additions and 82 deletions

View File

@@ -482,9 +482,6 @@ type RecordCompute struct {
// Natable VINS network name
NatableVINSNetworkName string `json:"natableVinsNetworkName"`
// Node ID
NodeID uint64 `json:"node_id"`
// Name of OS
OSVersion string `json:"os_version"`
@@ -722,6 +719,9 @@ type SnapRecordCompute struct {
// Network interface naming
NetworkInterfaceNaming string `json:"networkInterfaceNaming"`
// Node ID
NodeID uint64 `json:"node_id"`
// Numa Affinity
NumaAffinity string `json:"numaAffinity"`
@@ -785,9 +785,6 @@ type SnapRecordCompute struct {
// Resource group name
RGName string `json:"rgName"`
// List snapsets
SnapSets ListSnapSets `json:"snapSets"`
// Stateless SepID
StatelessSepID int64 `json:"statelessSepId"`