instance

package
v1.19.0-pre-4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 27, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Instance status options
	STATUS_READY      = "READY"
	STATUS_FAILED     = "FAILED"
	STATUS_PROCESSING = "PROCESSING"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateResponse

type CreateResponse struct {
	instance.ClientWithResponsesInterface
}

func (*CreateResponse) Wait

func (*CreateResponse) Wait(ctx context.Context, c *instance.ClientWithResponses, projectID, instanceID string) *wait.Handler

Wait will wait for instance create to complete

type DeleteResponse

type DeleteResponse struct {
	instance.ClientWithResponsesInterface
}

func (DeleteResponse) Wait

func (DeleteResponse) Wait(ctx context.Context, c *instance.ClientWithResponses, projectID, instanceID string) *wait.Handler

Wait will wait for instance deletion returned value for deletion wait will always be nil

type PatchResponse

type PatchResponse struct {
	instance.ClientWithResponsesInterface
}

func (*PatchResponse) Wait

func (*PatchResponse) Wait(ctx context.Context, c *instance.ClientWithResponses, projectID, instanceID string) *wait.Handler

Wait will wait for instance update to complete

type PutResponse

type PutResponse struct {
	instance.ClientWithResponsesInterface
}

func (*PutResponse) Wait

func (*PutResponse) Wait(ctx context.Context, c *instance.ClientWithResponses, projectID, instanceID string) *wait.Handler

Wait will wait for instance update to complete

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL