Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "instance [operation] [flags]", Short: "Manage Instance Deployments for your service", Long: `This command helps you manage the deployment of your service instances.`, Run: run, SilenceUsage: true, }
View Source
var InstanceID string
Functions ¶
This section is empty.
Types ¶
type InstanceStatusType ¶ added in v0.9.129
type InstanceStatusType string
const ( InstanceStatusRunning InstanceStatusType = "RUNNING" InstanceStatusStopped InstanceStatusType = "STOPPED" InstanceStatusFailed InstanceStatusType = "FAILED" InstanceStatusCancelled InstanceStatusType = "CANCELLED" InstanceStatusUnknown InstanceStatusType = "UNKNOWN" )
var InstanceStatus InstanceStatusType
Click to show internal directories.
Click to hide internal directories.