package org.cloudfoundry.community.servicebroker.datalifecycle.model; public enum BrokerActionState { FAILED, COMPLETE, IN_PROGRESS }