Documentation
¶
Index ¶
- Constants
- func DisableServiceWaitHandler(ctx context.Context, a serviceenablement.DefaultAPI, ...) *wait.AsyncActionHandler[serviceenablement.ServiceStatus]
- func EnableServiceWaitHandler(ctx context.Context, a serviceenablement.DefaultAPI, ...) *wait.AsyncActionHandler[serviceenablement.ServiceStatus]
Constants ¶
View Source
const ( SERVICESTATUSSTATE_ENABLED = "ENABLED" SERVICESTATUSSTATE_ENABLING = "ENABLING" SERVICESTATUSSTATE_DISABLED = "DISABLED" SERVICESTATUSSTATE_DISABLING = "DISABLING" )
Variables ¶
This section is empty.
Functions ¶
func DisableServiceWaitHandler ¶
func DisableServiceWaitHandler(ctx context.Context, a serviceenablement.DefaultAPI, region, projectId, serviceId string) *wait.AsyncActionHandler[serviceenablement.ServiceStatus]
func EnableServiceWaitHandler ¶
func EnableServiceWaitHandler(ctx context.Context, a serviceenablement.DefaultAPI, region, projectId, serviceId string) *wait.AsyncActionHandler[serviceenablement.ServiceStatus]
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.