github.com/franc20/ayesa_sap@v7.0.0-beta.28.0.20200124003224-302d4d52fa6c+incompatible/api/cloudcontroller/ccv2/constant/last_operation.go (about)

     1  package constant
     2  
     3  type LastOperationState string
     4  
     5  const (
     6  	LastOperationInProgress LastOperationState = "in progress"
     7  	LastOperationSucceeded  LastOperationState = "succeeded"
     8  	LastOperationFailed     LastOperationState = "failed"
     9  )