MachineGroup type

Um agrupamento lógico de máquinas definido pelo usuário.

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