MachineGroup type

Makinelerin kullanıcı tanımlı mantıksal gruplandırma.

type MachineGroup = CoreResource & {
  count?: number
  displayName?: string
  groupType?: MachineGroupType
  machines?: MachineReferenceWithHints[]
}