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

     1  package constant
     2  
     3  type ServiceInstanceType string
     4  
     5  const (
     6  	// UserProvidedService is a Service Instance that is created by a user.
     7  	UserProvidedService ServiceInstanceType = "user_provided_service_instance"
     8  
     9  	// ManagedService is a Service Instance that is managed by a service broker.
    10  	ManagedService ServiceInstanceType = "managed_service_instance"
    11  )