github.com/yaegashi/msgraph.go@v0.1.4/beta/EnumWired.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // WiredNetworkInterface undocumented
     6  type WiredNetworkInterface string
     7  
     8  const (
     9  	// WiredNetworkInterfaceVAnyEthernet undocumented
    10  	WiredNetworkInterfaceVAnyEthernet WiredNetworkInterface = "anyEthernet"
    11  	// WiredNetworkInterfaceVFirstActiveEthernet undocumented
    12  	WiredNetworkInterfaceVFirstActiveEthernet WiredNetworkInterface = "firstActiveEthernet"
    13  	// WiredNetworkInterfaceVSecondActiveEthernet undocumented
    14  	WiredNetworkInterfaceVSecondActiveEthernet WiredNetworkInterface = "secondActiveEthernet"
    15  	// WiredNetworkInterfaceVThirdActiveEthernet undocumented
    16  	WiredNetworkInterfaceVThirdActiveEthernet WiredNetworkInterface = "thirdActiveEthernet"
    17  	// WiredNetworkInterfaceVFirstEthernet undocumented
    18  	WiredNetworkInterfaceVFirstEthernet WiredNetworkInterface = "firstEthernet"
    19  	// WiredNetworkInterfaceVSecondEthernet undocumented
    20  	WiredNetworkInterfaceVSecondEthernet WiredNetworkInterface = "secondEthernet"
    21  	// WiredNetworkInterfaceVThirdEthernet undocumented
    22  	WiredNetworkInterfaceVThirdEthernet WiredNetworkInterface = "thirdEthernet"
    23  )
    24  
    25  var (
    26  	// WiredNetworkInterfacePAnyEthernet is a pointer to WiredNetworkInterfaceVAnyEthernet
    27  	WiredNetworkInterfacePAnyEthernet = &_WiredNetworkInterfacePAnyEthernet
    28  	// WiredNetworkInterfacePFirstActiveEthernet is a pointer to WiredNetworkInterfaceVFirstActiveEthernet
    29  	WiredNetworkInterfacePFirstActiveEthernet = &_WiredNetworkInterfacePFirstActiveEthernet
    30  	// WiredNetworkInterfacePSecondActiveEthernet is a pointer to WiredNetworkInterfaceVSecondActiveEthernet
    31  	WiredNetworkInterfacePSecondActiveEthernet = &_WiredNetworkInterfacePSecondActiveEthernet
    32  	// WiredNetworkInterfacePThirdActiveEthernet is a pointer to WiredNetworkInterfaceVThirdActiveEthernet
    33  	WiredNetworkInterfacePThirdActiveEthernet = &_WiredNetworkInterfacePThirdActiveEthernet
    34  	// WiredNetworkInterfacePFirstEthernet is a pointer to WiredNetworkInterfaceVFirstEthernet
    35  	WiredNetworkInterfacePFirstEthernet = &_WiredNetworkInterfacePFirstEthernet
    36  	// WiredNetworkInterfacePSecondEthernet is a pointer to WiredNetworkInterfaceVSecondEthernet
    37  	WiredNetworkInterfacePSecondEthernet = &_WiredNetworkInterfacePSecondEthernet
    38  	// WiredNetworkInterfacePThirdEthernet is a pointer to WiredNetworkInterfaceVThirdEthernet
    39  	WiredNetworkInterfacePThirdEthernet = &_WiredNetworkInterfacePThirdEthernet
    40  )
    41  
    42  var (
    43  	_WiredNetworkInterfacePAnyEthernet          = WiredNetworkInterfaceVAnyEthernet
    44  	_WiredNetworkInterfacePFirstActiveEthernet  = WiredNetworkInterfaceVFirstActiveEthernet
    45  	_WiredNetworkInterfacePSecondActiveEthernet = WiredNetworkInterfaceVSecondActiveEthernet
    46  	_WiredNetworkInterfacePThirdActiveEthernet  = WiredNetworkInterfaceVThirdActiveEthernet
    47  	_WiredNetworkInterfacePFirstEthernet        = WiredNetworkInterfaceVFirstEthernet
    48  	_WiredNetworkInterfacePSecondEthernet       = WiredNetworkInterfaceVSecondEthernet
    49  	_WiredNetworkInterfacePThirdEthernet        = WiredNetworkInterfaceVThirdEthernet
    50  )