summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/WiredNetworkInterfaceEnum.go
blob: 0aabd74ca3f52df7ff0eb788df49ff40f6629ec0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// WiredNetworkInterface undocumented
type WiredNetworkInterface int

const (
	// WiredNetworkInterfaceVAnyEthernet undocumented
	WiredNetworkInterfaceVAnyEthernet WiredNetworkInterface = 0
	// WiredNetworkInterfaceVFirstActiveEthernet undocumented
	WiredNetworkInterfaceVFirstActiveEthernet WiredNetworkInterface = 1
	// WiredNetworkInterfaceVSecondActiveEthernet undocumented
	WiredNetworkInterfaceVSecondActiveEthernet WiredNetworkInterface = 2
	// WiredNetworkInterfaceVThirdActiveEthernet undocumented
	WiredNetworkInterfaceVThirdActiveEthernet WiredNetworkInterface = 3
	// WiredNetworkInterfaceVFirstEthernet undocumented
	WiredNetworkInterfaceVFirstEthernet WiredNetworkInterface = 4
	// WiredNetworkInterfaceVSecondEthernet undocumented
	WiredNetworkInterfaceVSecondEthernet WiredNetworkInterface = 5
	// WiredNetworkInterfaceVThirdEthernet undocumented
	WiredNetworkInterfaceVThirdEthernet WiredNetworkInterface = 6
)

// WiredNetworkInterfacePAnyEthernet returns a pointer to WiredNetworkInterfaceVAnyEthernet
func WiredNetworkInterfacePAnyEthernet() *WiredNetworkInterface {
	v := WiredNetworkInterfaceVAnyEthernet
	return &v
}

// WiredNetworkInterfacePFirstActiveEthernet returns a pointer to WiredNetworkInterfaceVFirstActiveEthernet
func WiredNetworkInterfacePFirstActiveEthernet() *WiredNetworkInterface {
	v := WiredNetworkInterfaceVFirstActiveEthernet
	return &v
}

// WiredNetworkInterfacePSecondActiveEthernet returns a pointer to WiredNetworkInterfaceVSecondActiveEthernet
func WiredNetworkInterfacePSecondActiveEthernet() *WiredNetworkInterface {
	v := WiredNetworkInterfaceVSecondActiveEthernet
	return &v
}

// WiredNetworkInterfacePThirdActiveEthernet returns a pointer to WiredNetworkInterfaceVThirdActiveEthernet
func WiredNetworkInterfacePThirdActiveEthernet() *WiredNetworkInterface {
	v := WiredNetworkInterfaceVThirdActiveEthernet
	return &v
}

// WiredNetworkInterfacePFirstEthernet returns a pointer to WiredNetworkInterfaceVFirstEthernet
func WiredNetworkInterfacePFirstEthernet() *WiredNetworkInterface {
	v := WiredNetworkInterfaceVFirstEthernet
	return &v
}

// WiredNetworkInterfacePSecondEthernet returns a pointer to WiredNetworkInterfaceVSecondEthernet
func WiredNetworkInterfacePSecondEthernet() *WiredNetworkInterface {
	v := WiredNetworkInterfaceVSecondEthernet
	return &v
}

// WiredNetworkInterfacePThirdEthernet returns a pointer to WiredNetworkInterfaceVThirdEthernet
func WiredNetworkInterfacePThirdEthernet() *WiredNetworkInterface {
	v := WiredNetworkInterfaceVThirdEthernet
	return &v
}