summaryrefslogtreecommitdiff
path: root/pkg/domain/entities/machine.go
blob: 6ba53dbd1a1e5f143090ab4b93333d5f78e27c8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
package entities

type ListReporter struct {
	Name           string
	Default        bool
	Created        string
	Running        bool
	Starting       bool
	LastUp         string
	Stream         string
	VMType         string
	CPUs           uint64
	Memory         string
	DiskSize       string
	Port           int
	RemoteUsername string
	IdentityPath   string
}