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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // PowerActionType undocumented
     6  type PowerActionType string
     7  
     8  const (
     9  	// PowerActionTypeVNotConfigured undocumented
    10  	PowerActionTypeVNotConfigured PowerActionType = "notConfigured"
    11  	// PowerActionTypeVNoAction undocumented
    12  	PowerActionTypeVNoAction PowerActionType = "noAction"
    13  	// PowerActionTypeVSleep undocumented
    14  	PowerActionTypeVSleep PowerActionType = "sleep"
    15  	// PowerActionTypeVHibernate undocumented
    16  	PowerActionTypeVHibernate PowerActionType = "hibernate"
    17  	// PowerActionTypeVShutdown undocumented
    18  	PowerActionTypeVShutdown PowerActionType = "shutdown"
    19  )
    20  
    21  var (
    22  	// PowerActionTypePNotConfigured is a pointer to PowerActionTypeVNotConfigured
    23  	PowerActionTypePNotConfigured = &_PowerActionTypePNotConfigured
    24  	// PowerActionTypePNoAction is a pointer to PowerActionTypeVNoAction
    25  	PowerActionTypePNoAction = &_PowerActionTypePNoAction
    26  	// PowerActionTypePSleep is a pointer to PowerActionTypeVSleep
    27  	PowerActionTypePSleep = &_PowerActionTypePSleep
    28  	// PowerActionTypePHibernate is a pointer to PowerActionTypeVHibernate
    29  	PowerActionTypePHibernate = &_PowerActionTypePHibernate
    30  	// PowerActionTypePShutdown is a pointer to PowerActionTypeVShutdown
    31  	PowerActionTypePShutdown = &_PowerActionTypePShutdown
    32  )
    33  
    34  var (
    35  	_PowerActionTypePNotConfigured = PowerActionTypeVNotConfigured
    36  	_PowerActionTypePNoAction      = PowerActionTypeVNoAction
    37  	_PowerActionTypePSleep         = PowerActionTypeVSleep
    38  	_PowerActionTypePHibernate     = PowerActionTypeVHibernate
    39  	_PowerActionTypePShutdown      = PowerActionTypeVShutdown
    40  )