instance

package
v1.29.11 Latest Latest
Warning

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

Go to latest
Published: Mar 3, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Instance status options
	STATUS_READY      = "Ready"
	STATUS_FAILED     = "Failure"
	STATUS_PROCESSING = "Progressing"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateResponse

type CreateResponse struct {
	instance.ClientWithResponsesInterface
}

func (*CreateResponse) WaitHandler

func (*CreateResponse) WaitHandler(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) WaitHandler

func (DeleteResponse) WaitHandler(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) WaitHandler

func (*PatchResponse) WaitHandler(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) WaitHandler

func (*PutResponse) WaitHandler(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