Documentation ¶
Overview ¶
Copyright (c) HashiCorp, Inc. SPDX-License-Identifier: MPL-2.0
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DeploymentManagerOperationError ¶
type DeploymentManagerOperationError struct { HTTPStatusCode int64 HTTPMessage string compute.OperationError }
DeploymentManagerOperationError wraps information from the compute.Operation in an implementation of Error.
func (DeploymentManagerOperationError) Error ¶
func (e DeploymentManagerOperationError) Error() string
type DeploymentManagerOperationWaiter ¶
type DeploymentManagerOperationWaiter struct { Config *transport_tpg.Config UserAgent string Project string OperationUrl string tpgcompute.ComputeOperationWaiter }
func (*DeploymentManagerOperationWaiter) Error ¶
func (w *DeploymentManagerOperationWaiter) Error() error
func (*DeploymentManagerOperationWaiter) IsRetryable ¶
func (w *DeploymentManagerOperationWaiter) IsRetryable(error) bool
func (*DeploymentManagerOperationWaiter) QueryOp ¶
func (w *DeploymentManagerOperationWaiter) QueryOp() (interface{}, error)
Click to show internal directories.
Click to hide internal directories.