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 ( // Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing //go:fix inline SERVICESTATUSSTATE_ENABLED = serviceenablement.SERVICESTATUSSTATE_ENABLED // Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing //go:fix inline SERVICESTATUSSTATE_ENABLING = serviceenablement.SERVICESTATUSSTATE_ENABLING // Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing //go:fix inline SERVICESTATUSSTATE_DISABLED = serviceenablement.SERVICESTATUSSTATE_DISABLED // Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing //go:fix inline SERVICESTATUSSTATE_DISABLING = serviceenablement.SERVICESTATUSSTATE_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]
DisableServiceWaitHandler will wait for service disablement
func EnableServiceWaitHandler ¶
func EnableServiceWaitHandler(ctx context.Context, a serviceenablement.DefaultAPI, region, projectId, serviceId string) *wait.AsyncActionHandler[serviceenablement.ServiceStatus]
EnableServiceWaitHandler will wait for service enablement
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.