Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoogleOperationError ¶
type GoogleOperationError compute.OperationError
func (GoogleOperationError) Error ¶
func (e GoogleOperationError) Error() string
type GoogleOperationErrorB ¶
type GoogleOperationErrorB computebeta.OperationError
func (GoogleOperationErrorB) Error ¶
func (e GoogleOperationErrorB) Error() string
type GoogleOperationService ¶
type GoogleOperationService struct {
// contains filtered or unexported fields
}
func NewGoogleOperationService ¶
func NewGoogleOperationService( project string, computeService *compute.Service, computeServiceB *computebeta.Service, logger boshlog.Logger, ) GoogleOperationService
func (GoogleOperationService) Waiter ¶
func (o GoogleOperationService) Waiter(operation *compute.Operation, zone string, region string) (*compute.Operation, error)
func (GoogleOperationService) WaiterB ¶
func (o GoogleOperationService) WaiterB(operation *computebeta.Operation, zone string, region string) (*computebeta.Operation, error)
Click to show internal directories.
Click to hide internal directories.