deployments

package
v1.0.0-bc3 Latest Latest
Warning

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

Go to latest
Published: Oct 21, 2019 License: Apache-2.0 Imports: 11 Imported by: 11

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CancelDeploymentResourcePendingPlanBadRequest

type CancelDeploymentResourcePendingPlanBadRequest struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

CancelDeploymentResourcePendingPlanBadRequest handles this case with default header values.

The Resource does not have a pending plan. (code: `deployments.resource_does_not_have_a_pending_plan`)

func NewCancelDeploymentResourcePendingPlanBadRequest

func NewCancelDeploymentResourcePendingPlanBadRequest() *CancelDeploymentResourcePendingPlanBadRequest

NewCancelDeploymentResourcePendingPlanBadRequest creates a CancelDeploymentResourcePendingPlanBadRequest with default headers values

func (*CancelDeploymentResourcePendingPlanBadRequest) Error

type CancelDeploymentResourcePendingPlanInternalServerError

type CancelDeploymentResourcePendingPlanInternalServerError struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

CancelDeploymentResourcePendingPlanInternalServerError handles this case with default header values.

We have failed you. (code: `deployments.deployment_resource_no_longer_exists`)

func NewCancelDeploymentResourcePendingPlanInternalServerError

func NewCancelDeploymentResourcePendingPlanInternalServerError() *CancelDeploymentResourcePendingPlanInternalServerError

NewCancelDeploymentResourcePendingPlanInternalServerError creates a CancelDeploymentResourcePendingPlanInternalServerError with default headers values

func (*CancelDeploymentResourcePendingPlanInternalServerError) Error

type CancelDeploymentResourcePendingPlanNotFound

type CancelDeploymentResourcePendingPlanNotFound struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

CancelDeploymentResourcePendingPlanNotFound handles this case with default header values.

The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)

func NewCancelDeploymentResourcePendingPlanNotFound

func NewCancelDeploymentResourcePendingPlanNotFound() *CancelDeploymentResourcePendingPlanNotFound

NewCancelDeploymentResourcePendingPlanNotFound creates a CancelDeploymentResourcePendingPlanNotFound with default headers values

func (*CancelDeploymentResourcePendingPlanNotFound) Error

type CancelDeploymentResourcePendingPlanOK

type CancelDeploymentResourcePendingPlanOK struct {
	Payload *models.DeploymentResourceCrudResponse
}

CancelDeploymentResourcePendingPlanOK handles this case with default header values.

Standard Deployment Resource Crud Response

func NewCancelDeploymentResourcePendingPlanOK

func NewCancelDeploymentResourcePendingPlanOK() *CancelDeploymentResourcePendingPlanOK

NewCancelDeploymentResourcePendingPlanOK creates a CancelDeploymentResourcePendingPlanOK with default headers values

func (*CancelDeploymentResourcePendingPlanOK) Error

type CancelDeploymentResourcePendingPlanParams

type CancelDeploymentResourcePendingPlanParams struct {

	/*DeploymentID
	  Identifier for the Deployment

	*/
	DeploymentID string
	/*ForceDelete
	  When `true`, deletes the pending plan instead of attempting a graceful cancellation. The default is `false`.

	*/
	ForceDelete *bool
	/*IgnoreMissing
	  When `true`, returns successfully, even when plans are missing. The default is `false`.

	*/
	IgnoreMissing *bool
	/*RefID
	  User-specified RefId for the Resource

	*/
	RefID string
	/*ResourceKind
	  The kind of resource

	*/
	ResourceKind string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CancelDeploymentResourcePendingPlanParams contains all the parameters to send to the API endpoint for the cancel deployment resource pending plan operation typically these are written to a http.Request

func NewCancelDeploymentResourcePendingPlanParams

func NewCancelDeploymentResourcePendingPlanParams() *CancelDeploymentResourcePendingPlanParams

NewCancelDeploymentResourcePendingPlanParams creates a new CancelDeploymentResourcePendingPlanParams object with the default values initialized.

func NewCancelDeploymentResourcePendingPlanParamsWithContext

func NewCancelDeploymentResourcePendingPlanParamsWithContext(ctx context.Context) *CancelDeploymentResourcePendingPlanParams

NewCancelDeploymentResourcePendingPlanParamsWithContext creates a new CancelDeploymentResourcePendingPlanParams object with the default values initialized, and the ability to set a context for a request

func NewCancelDeploymentResourcePendingPlanParamsWithHTTPClient

func NewCancelDeploymentResourcePendingPlanParamsWithHTTPClient(client *http.Client) *CancelDeploymentResourcePendingPlanParams

NewCancelDeploymentResourcePendingPlanParamsWithHTTPClient creates a new CancelDeploymentResourcePendingPlanParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCancelDeploymentResourcePendingPlanParamsWithTimeout

func NewCancelDeploymentResourcePendingPlanParamsWithTimeout(timeout time.Duration) *CancelDeploymentResourcePendingPlanParams

NewCancelDeploymentResourcePendingPlanParamsWithTimeout creates a new CancelDeploymentResourcePendingPlanParams object with the default values initialized, and the ability to set a timeout on a request

func (*CancelDeploymentResourcePendingPlanParams) SetContext

SetContext adds the context to the cancel deployment resource pending plan params

func (*CancelDeploymentResourcePendingPlanParams) SetDeploymentID

func (o *CancelDeploymentResourcePendingPlanParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the cancel deployment resource pending plan params

func (*CancelDeploymentResourcePendingPlanParams) SetForceDelete

func (o *CancelDeploymentResourcePendingPlanParams) SetForceDelete(forceDelete *bool)

SetForceDelete adds the forceDelete to the cancel deployment resource pending plan params

func (*CancelDeploymentResourcePendingPlanParams) SetHTTPClient

func (o *CancelDeploymentResourcePendingPlanParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the cancel deployment resource pending plan params

func (*CancelDeploymentResourcePendingPlanParams) SetIgnoreMissing

func (o *CancelDeploymentResourcePendingPlanParams) SetIgnoreMissing(ignoreMissing *bool)

SetIgnoreMissing adds the ignoreMissing to the cancel deployment resource pending plan params

func (*CancelDeploymentResourcePendingPlanParams) SetRefID

SetRefID adds the refId to the cancel deployment resource pending plan params

func (*CancelDeploymentResourcePendingPlanParams) SetResourceKind

func (o *CancelDeploymentResourcePendingPlanParams) SetResourceKind(resourceKind string)

SetResourceKind adds the resourceKind to the cancel deployment resource pending plan params

func (*CancelDeploymentResourcePendingPlanParams) SetTimeout

SetTimeout adds the timeout to the cancel deployment resource pending plan params

func (*CancelDeploymentResourcePendingPlanParams) WithContext

WithContext adds the context to the cancel deployment resource pending plan params

func (*CancelDeploymentResourcePendingPlanParams) WithDeploymentID

WithDeploymentID adds the deploymentID to the cancel deployment resource pending plan params

func (*CancelDeploymentResourcePendingPlanParams) WithForceDelete

WithForceDelete adds the forceDelete to the cancel deployment resource pending plan params

func (*CancelDeploymentResourcePendingPlanParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the cancel deployment resource pending plan params

func (*CancelDeploymentResourcePendingPlanParams) WithIgnoreMissing

WithIgnoreMissing adds the ignoreMissing to the cancel deployment resource pending plan params

func (*CancelDeploymentResourcePendingPlanParams) WithRefID

WithRefID adds the refID to the cancel deployment resource pending plan params

func (*CancelDeploymentResourcePendingPlanParams) WithResourceKind

WithResourceKind adds the resourceKind to the cancel deployment resource pending plan params

func (*CancelDeploymentResourcePendingPlanParams) WithTimeout

WithTimeout adds the timeout to the cancel deployment resource pending plan params

func (*CancelDeploymentResourcePendingPlanParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CancelDeploymentResourcePendingPlanReader

type CancelDeploymentResourcePendingPlanReader struct {
	// contains filtered or unexported fields
}

CancelDeploymentResourcePendingPlanReader is a Reader for the CancelDeploymentResourcePendingPlan structure.

func (*CancelDeploymentResourcePendingPlanReader) ReadResponse

func (o *CancelDeploymentResourcePendingPlanReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CancelDeploymentResourcePendingPlanRetryWith

type CancelDeploymentResourcePendingPlanRetryWith struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

CancelDeploymentResourcePendingPlanRetryWith handles this case with default header values.

Elevated permissions are required. (code: `root.unauthorized.rbac.elevated_permissions_required`)

func NewCancelDeploymentResourcePendingPlanRetryWith

func NewCancelDeploymentResourcePendingPlanRetryWith() *CancelDeploymentResourcePendingPlanRetryWith

NewCancelDeploymentResourcePendingPlanRetryWith creates a CancelDeploymentResourcePendingPlanRetryWith with default headers values

func (*CancelDeploymentResourcePendingPlanRetryWith) Error

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for deployments API

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client

New creates a new deployments API client.

func (*Client) CancelDeploymentResourcePendingPlan

CancelDeploymentResourcePendingPlan cancels resource pending plan

Cancels the pending plan of a Resource belonging to a given Deployment.

func (*Client) CreateDeployment

CreateDeployment creates deployment

Creates a Deployment.

func (*Client) CreateDeploymentNote

func (a *Client) CreateDeploymentNote(params *CreateDeploymentNoteParams, authInfo runtime.ClientAuthInfoWriter) (*CreateDeploymentNoteCreated, error)

CreateDeploymentNote creates deployment note

Create note for the running deployment.

func (*Client) DeleteDeployment

func (a *Client) DeleteDeployment(params *DeleteDeploymentParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteDeploymentOK, error)

DeleteDeployment deletes deployment

Deletes a Deployment and all its resources.

func (*Client) DeleteDeploymentNote

func (a *Client) DeleteDeploymentNote(params *DeleteDeploymentNoteParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteDeploymentNoteOK, error)

DeleteDeploymentNote deletes deployment note

Delete note for the running deployment.

func (*Client) DeleteDeploymentStatelessResource

DeleteDeploymentStatelessResource deletes stateless resource from deployment

Delete Stateless Resource belonging to a given Deployment. Deployment must be shutdown already.

func (*Client) GetDeployment

func (a *Client) GetDeployment(params *GetDeploymentParams, authInfo runtime.ClientAuthInfoWriter) (*GetDeploymentOK, error)

GetDeployment gets deployment

Retrieves information about a Deployment.

func (*Client) GetDeploymentApmResourceInfo

func (a *Client) GetDeploymentApmResourceInfo(params *GetDeploymentApmResourceInfoParams, authInfo runtime.ClientAuthInfoWriter) (*GetDeploymentApmResourceInfoOK, error)

GetDeploymentApmResourceInfo gets deployment a p m resource info

Get info about an APM Resource belonging to a given Deployment.

func (*Client) GetDeploymentAppsearchResourceInfo

GetDeploymentAppsearchResourceInfo gets deployment app search resource info

Get info about an App Search Resource belonging to a given Deployment.

func (*Client) GetDeploymentEsResourceInfo

func (a *Client) GetDeploymentEsResourceInfo(params *GetDeploymentEsResourceInfoParams, authInfo runtime.ClientAuthInfoWriter) (*GetDeploymentEsResourceInfoOK, error)

GetDeploymentEsResourceInfo gets deployment elasticsearch resource info

Get info about an Elasticsearch Resource belonging to a given Deployment.

func (*Client) GetDeploymentKibResourceInfo

func (a *Client) GetDeploymentKibResourceInfo(params *GetDeploymentKibResourceInfoParams, authInfo runtime.ClientAuthInfoWriter) (*GetDeploymentKibResourceInfoOK, error)

GetDeploymentKibResourceInfo gets deployment kibana resource info

Get info about an Kibana Resource belonging to a given Deployment.

func (*Client) GetDeploymentNote

func (a *Client) GetDeploymentNote(params *GetDeploymentNoteParams, authInfo runtime.ClientAuthInfoWriter) (*GetDeploymentNoteOK, error)

GetDeploymentNote gets a deployment note

Gets a deployment note.

func (*Client) GetDeploymentNotes

func (a *Client) GetDeploymentNotes(params *GetDeploymentNotesParams, authInfo runtime.ClientAuthInfoWriter) (*GetDeploymentNotesOK, error)

GetDeploymentNotes gets deployment notes

Get deployment notes.

func (*Client) ListDeployments

func (a *Client) ListDeployments(params *ListDeploymentsParams, authInfo runtime.ClientAuthInfoWriter) (*ListDeploymentsOK, error)

ListDeployments lists deployments

List Deployments.

func (*Client) RestartDeploymentEsResource

RestartDeploymentEsResource restarts deployment elasticsearch resource

Restarts an Elasticsearch Resource. If a Resource is active: this command re-applies the existing plan but applies a "cluster_reboot", which issues a restart command and waits for it to complete. If a Resource is inactive: this command starts it up with the most recent successful plan.

func (*Client) RestartDeploymentStatelessResource

RestartDeploymentStatelessResource restarts deployment stateless resource

Restarts an Stateless Resource. If a Resource is active: this command re-applies the existing plan but applies a "cluster_reboot", which issues a restart command and waits for it to complete. If a Resource is inactive: this command starts it up with the most recent successful plan.

func (*Client) RestoreDeployment

func (a *Client) RestoreDeployment(params *RestoreDeploymentParams, authInfo runtime.ClientAuthInfoWriter) (*RestoreDeploymentOK, error)

RestoreDeployment restores a shutdown deployment

Restores all resources in a Deployment.

func (*Client) RestoreDeploymentResource

func (a *Client) RestoreDeploymentResource(params *RestoreDeploymentResourceParams, authInfo runtime.ClientAuthInfoWriter) (*RestoreDeploymentResourceOK, error)

RestoreDeploymentResource restores a shutdown resource

Restores a shutdown resource belonging to a given Deployment.

func (*Client) ResyncDeployment

func (a *Client) ResyncDeployment(params *ResyncDeploymentParams, authInfo runtime.ClientAuthInfoWriter) (*ResyncDeploymentOK, error)

ResyncDeployment resynchronizes deployment

Immediately resynchronizes the search index for the selected deployment.

func (*Client) ResyncDeployments

func (a *Client) ResyncDeployments(params *ResyncDeploymentsParams, authInfo runtime.ClientAuthInfoWriter) (*ResyncDeploymentsOK, error)

ResyncDeployments resynchronizes deployments

Resynchronizes the search index for all the deployments.

func (*Client) SearchDeployments

func (a *Client) SearchDeployments(params *SearchDeploymentsParams, authInfo runtime.ClientAuthInfoWriter) (*SearchDeploymentsOK, error)

SearchDeployments searches deployments

Retrieves the information for all of the Deployments that match the specified query.

func (*Client) SetDeploymentResourceRawMetadata

SetDeploymentResourceRawMetadata sets a deployment s resource metadata

Advanced use only. Sets the internal metadata, in free-form JSON, for the resource. Only use the parameter to set the modified JSON that is returned from the get version of the metadata.

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

func (*Client) ShutdownDeployment

func (a *Client) ShutdownDeployment(params *ShutdownDeploymentParams, authInfo runtime.ClientAuthInfoWriter) (*ShutdownDeploymentOK, error)

ShutdownDeployment shuts down deployment

Shuts down all resources in a Deployment.

func (*Client) ShutdownDeploymentEsResource

func (a *Client) ShutdownDeploymentEsResource(params *ShutdownDeploymentEsResourceParams, authInfo runtime.ClientAuthInfoWriter) (*ShutdownDeploymentEsResourceOK, error)

ShutdownDeploymentEsResource shutdowns deployment elasticsearch resource

Shutdown Elasticsearch Resource belonging to a given Deployment.

func (*Client) ShutdownDeploymentStatelessResource

ShutdownDeploymentStatelessResource shutdowns deployment stateless resource

Shutdown Stateless Resource belonging to a given Deployment.

func (*Client) StartDeploymentResourceInstances

StartDeploymentResourceInstances starts instances

Starts instances belonging to a Deployment Resource.

func (*Client) StartDeploymentResourceInstancesAll

StartDeploymentResourceInstancesAll starts all instances

Starts all instances belonging to a Deployment Resource.

func (*Client) StartDeploymentResourceInstancesAllMaintenanceMode

StartDeploymentResourceInstancesAllMaintenanceMode starts maintenance mode all instances

Starts maintenance mode of all instances belonging to a Resource.

func (*Client) StartDeploymentResourceMaintenanceMode

StartDeploymentResourceMaintenanceMode starts maintenance mode

Starts maintenance mode of instances belonging to a Deployment Resource.

func (*Client) StopDeploymentResourceInstances

StopDeploymentResourceInstances stops of instances

Stops instances belonging to a Deployment Resource.

func (*Client) StopDeploymentResourceInstancesAll

StopDeploymentResourceInstancesAll stops all instances

Stops all instances belonging to a Deployment Resource.

func (*Client) StopDeploymentResourceInstancesAllMaintenanceMode

StopDeploymentResourceInstancesAllMaintenanceMode stops maintenance mode all instances

Stops maintenance mode of all instances belonging to a Deployment Resource.

func (*Client) StopDeploymentResourceMaintenanceMode

StopDeploymentResourceMaintenanceMode stops maintenance mode

Stops maintenance mode of instances belonging to a Deployment Resource.

func (*Client) UpdateDeployment

func (a *Client) UpdateDeployment(params *UpdateDeploymentParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateDeploymentOK, error)

UpdateDeployment updates deployment

Updates a Deployment.

func (*Client) UpdateDeploymentNote

func (a *Client) UpdateDeploymentNote(params *UpdateDeploymentNoteParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateDeploymentNoteOK, error)

UpdateDeploymentNote updates deployment note

Update note for the running deployment.

func (*Client) UpgradeDeploymentStatelessResource

UpgradeDeploymentStatelessResource upgrades kibana a p m app search inside deployment

Upgrades a running cluster.

type CreateDeploymentAccepted

type CreateDeploymentAccepted struct {
	Payload *models.DeploymentCreateResponse
}

CreateDeploymentAccepted handles this case with default header values.

The request was valid

func NewCreateDeploymentAccepted

func NewCreateDeploymentAccepted() *CreateDeploymentAccepted

NewCreateDeploymentAccepted creates a CreateDeploymentAccepted with default headers values

func (*CreateDeploymentAccepted) Error

func (o *CreateDeploymentAccepted) Error() string

type CreateDeploymentBadRequest

type CreateDeploymentBadRequest struct {
	Payload *models.BasicFailedReply
}

CreateDeploymentBadRequest handles this case with default header values.

The deployment request had errors

func NewCreateDeploymentBadRequest

func NewCreateDeploymentBadRequest() *CreateDeploymentBadRequest

NewCreateDeploymentBadRequest creates a CreateDeploymentBadRequest with default headers values

func (*CreateDeploymentBadRequest) Error

type CreateDeploymentNoteCreated

type CreateDeploymentNoteCreated struct {
	Payload *models.Notes
}

CreateDeploymentNoteCreated handles this case with default header values.

List of deployment notes after the new deployment note has been added

func NewCreateDeploymentNoteCreated

func NewCreateDeploymentNoteCreated() *CreateDeploymentNoteCreated

NewCreateDeploymentNoteCreated creates a CreateDeploymentNoteCreated with default headers values

func (*CreateDeploymentNoteCreated) Error

type CreateDeploymentNoteNotFound

type CreateDeploymentNoteNotFound struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

CreateDeploymentNoteNotFound handles this case with default header values.

The deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)

func NewCreateDeploymentNoteNotFound

func NewCreateDeploymentNoteNotFound() *CreateDeploymentNoteNotFound

NewCreateDeploymentNoteNotFound creates a CreateDeploymentNoteNotFound with default headers values

func (*CreateDeploymentNoteNotFound) Error

type CreateDeploymentNoteParams

type CreateDeploymentNoteParams struct {

	/*Body
	  New deployment note

	*/
	Body *models.Note
	/*DeploymentID
	  Identifier for the deployment

	*/
	DeploymentID string
	/*Version
	  If specified then checks for conflicts against the version of the deployment note

	*/
	Version *int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateDeploymentNoteParams contains all the parameters to send to the API endpoint for the create deployment note operation typically these are written to a http.Request

func NewCreateDeploymentNoteParams

func NewCreateDeploymentNoteParams() *CreateDeploymentNoteParams

NewCreateDeploymentNoteParams creates a new CreateDeploymentNoteParams object with the default values initialized.

func NewCreateDeploymentNoteParamsWithContext

func NewCreateDeploymentNoteParamsWithContext(ctx context.Context) *CreateDeploymentNoteParams

NewCreateDeploymentNoteParamsWithContext creates a new CreateDeploymentNoteParams object with the default values initialized, and the ability to set a context for a request

func NewCreateDeploymentNoteParamsWithHTTPClient

func NewCreateDeploymentNoteParamsWithHTTPClient(client *http.Client) *CreateDeploymentNoteParams

NewCreateDeploymentNoteParamsWithHTTPClient creates a new CreateDeploymentNoteParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateDeploymentNoteParamsWithTimeout

func NewCreateDeploymentNoteParamsWithTimeout(timeout time.Duration) *CreateDeploymentNoteParams

NewCreateDeploymentNoteParamsWithTimeout creates a new CreateDeploymentNoteParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateDeploymentNoteParams) SetBody

func (o *CreateDeploymentNoteParams) SetBody(body *models.Note)

SetBody adds the body to the create deployment note params

func (*CreateDeploymentNoteParams) SetContext

func (o *CreateDeploymentNoteParams) SetContext(ctx context.Context)

SetContext adds the context to the create deployment note params

func (*CreateDeploymentNoteParams) SetDeploymentID

func (o *CreateDeploymentNoteParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the create deployment note params

func (*CreateDeploymentNoteParams) SetHTTPClient

func (o *CreateDeploymentNoteParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the create deployment note params

func (*CreateDeploymentNoteParams) SetTimeout

func (o *CreateDeploymentNoteParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the create deployment note params

func (*CreateDeploymentNoteParams) SetVersion

func (o *CreateDeploymentNoteParams) SetVersion(version *int64)

SetVersion adds the version to the create deployment note params

func (*CreateDeploymentNoteParams) WithBody

WithBody adds the body to the create deployment note params

func (*CreateDeploymentNoteParams) WithContext

WithContext adds the context to the create deployment note params

func (*CreateDeploymentNoteParams) WithDeploymentID

func (o *CreateDeploymentNoteParams) WithDeploymentID(deploymentID string) *CreateDeploymentNoteParams

WithDeploymentID adds the deploymentID to the create deployment note params

func (*CreateDeploymentNoteParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create deployment note params

func (*CreateDeploymentNoteParams) WithTimeout

WithTimeout adds the timeout to the create deployment note params

func (*CreateDeploymentNoteParams) WithVersion

WithVersion adds the version to the create deployment note params

func (*CreateDeploymentNoteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateDeploymentNoteReader

type CreateDeploymentNoteReader struct {
	// contains filtered or unexported fields
}

CreateDeploymentNoteReader is a Reader for the CreateDeploymentNote structure.

func (*CreateDeploymentNoteReader) ReadResponse

func (o *CreateDeploymentNoteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CreateDeploymentNoteRetryWith

type CreateDeploymentNoteRetryWith struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

CreateDeploymentNoteRetryWith handles this case with default header values.

Elevated permissions are required. (code: `root.unauthorized.rbac.elevated_permissions_required`)

func NewCreateDeploymentNoteRetryWith

func NewCreateDeploymentNoteRetryWith() *CreateDeploymentNoteRetryWith

NewCreateDeploymentNoteRetryWith creates a CreateDeploymentNoteRetryWith with default headers values

func (*CreateDeploymentNoteRetryWith) Error

type CreateDeploymentOK

type CreateDeploymentOK struct {
	Payload *models.DeploymentCreateResponse
}

CreateDeploymentOK handles this case with default header values.

The request was valid and a new deployment was created

func NewCreateDeploymentOK

func NewCreateDeploymentOK() *CreateDeploymentOK

NewCreateDeploymentOK creates a CreateDeploymentOK with default headers values

func (*CreateDeploymentOK) Error

func (o *CreateDeploymentOK) Error() string

type CreateDeploymentParams

type CreateDeploymentParams struct {

	/*Body
	  The deployment definition

	*/
	Body *models.DeploymentCreateRequest
	/*RequestID
	  An optional idempotency token - if two create requests share the same request_id token (min size 32 characters, max 128) then only one deployment will be created, the second request will return the info of that deployment (in the same format described below, but with blanks for auth-related fields)

	*/
	RequestID *string
	/*ValidateOnly
	  If true, will just validate the Deployment definition but will not perform the creation

	*/
	ValidateOnly *bool

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateDeploymentParams contains all the parameters to send to the API endpoint for the create deployment operation typically these are written to a http.Request

func NewCreateDeploymentParams

func NewCreateDeploymentParams() *CreateDeploymentParams

NewCreateDeploymentParams creates a new CreateDeploymentParams object with the default values initialized.

func NewCreateDeploymentParamsWithContext

func NewCreateDeploymentParamsWithContext(ctx context.Context) *CreateDeploymentParams

NewCreateDeploymentParamsWithContext creates a new CreateDeploymentParams object with the default values initialized, and the ability to set a context for a request

func NewCreateDeploymentParamsWithHTTPClient

func NewCreateDeploymentParamsWithHTTPClient(client *http.Client) *CreateDeploymentParams

NewCreateDeploymentParamsWithHTTPClient creates a new CreateDeploymentParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateDeploymentParamsWithTimeout

func NewCreateDeploymentParamsWithTimeout(timeout time.Duration) *CreateDeploymentParams

NewCreateDeploymentParamsWithTimeout creates a new CreateDeploymentParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateDeploymentParams) SetBody

SetBody adds the body to the create deployment params

func (*CreateDeploymentParams) SetContext

func (o *CreateDeploymentParams) SetContext(ctx context.Context)

SetContext adds the context to the create deployment params

func (*CreateDeploymentParams) SetHTTPClient

func (o *CreateDeploymentParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the create deployment params

func (*CreateDeploymentParams) SetRequestID

func (o *CreateDeploymentParams) SetRequestID(requestID *string)

SetRequestID adds the requestId to the create deployment params

func (*CreateDeploymentParams) SetTimeout

func (o *CreateDeploymentParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the create deployment params

func (*CreateDeploymentParams) SetValidateOnly

func (o *CreateDeploymentParams) SetValidateOnly(validateOnly *bool)

SetValidateOnly adds the validateOnly to the create deployment params

func (*CreateDeploymentParams) WithBody

WithBody adds the body to the create deployment params

func (*CreateDeploymentParams) WithContext

WithContext adds the context to the create deployment params

func (*CreateDeploymentParams) WithHTTPClient

func (o *CreateDeploymentParams) WithHTTPClient(client *http.Client) *CreateDeploymentParams

WithHTTPClient adds the HTTPClient to the create deployment params

func (*CreateDeploymentParams) WithRequestID

func (o *CreateDeploymentParams) WithRequestID(requestID *string) *CreateDeploymentParams

WithRequestID adds the requestID to the create deployment params

func (*CreateDeploymentParams) WithTimeout

WithTimeout adds the timeout to the create deployment params

func (*CreateDeploymentParams) WithValidateOnly

func (o *CreateDeploymentParams) WithValidateOnly(validateOnly *bool) *CreateDeploymentParams

WithValidateOnly adds the validateOnly to the create deployment params

func (*CreateDeploymentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateDeploymentReader

type CreateDeploymentReader struct {
	// contains filtered or unexported fields
}

CreateDeploymentReader is a Reader for the CreateDeployment structure.

func (*CreateDeploymentReader) ReadResponse

func (o *CreateDeploymentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CreateDeploymentUnauthorized

type CreateDeploymentUnauthorized struct {
	Payload *models.BasicFailedReply
}

CreateDeploymentUnauthorized handles this case with default header values.

You are not authorized to perform this action

func NewCreateDeploymentUnauthorized

func NewCreateDeploymentUnauthorized() *CreateDeploymentUnauthorized

NewCreateDeploymentUnauthorized creates a CreateDeploymentUnauthorized with default headers values

func (*CreateDeploymentUnauthorized) Error

type DeleteDeploymentBadRequest

type DeleteDeploymentBadRequest struct {
	Payload *models.BasicFailedReply
}

DeleteDeploymentBadRequest handles this case with default header values.

The Deployment resources have not been shutdown yet

func NewDeleteDeploymentBadRequest

func NewDeleteDeploymentBadRequest() *DeleteDeploymentBadRequest

NewDeleteDeploymentBadRequest creates a DeleteDeploymentBadRequest with default headers values

func (*DeleteDeploymentBadRequest) Error

type DeleteDeploymentNotFound

type DeleteDeploymentNotFound struct {
	Payload *models.BasicFailedReply
}

DeleteDeploymentNotFound handles this case with default header values.

The Deployment specified by {deployment_id} cannot be found

func NewDeleteDeploymentNotFound

func NewDeleteDeploymentNotFound() *DeleteDeploymentNotFound

NewDeleteDeploymentNotFound creates a DeleteDeploymentNotFound with default headers values

func (*DeleteDeploymentNotFound) Error

func (o *DeleteDeploymentNotFound) Error() string

type DeleteDeploymentNoteNotFound

type DeleteDeploymentNoteNotFound struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

DeleteDeploymentNoteNotFound handles this case with default header values.

* "The deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`) * The note specified by {note_id} cannot be found. (code: `notes.note_not_found`)

func NewDeleteDeploymentNoteNotFound

func NewDeleteDeploymentNoteNotFound() *DeleteDeploymentNoteNotFound

NewDeleteDeploymentNoteNotFound creates a DeleteDeploymentNoteNotFound with default headers values

func (*DeleteDeploymentNoteNotFound) Error

type DeleteDeploymentNoteOK

type DeleteDeploymentNoteOK struct {
	/*The date-time when the resource was created (ISO format relative to UTC)
	 */
	XCloudResourceCreated string
	/*The date-time when the resource was last modified (ISO format relative to UTC)
	 */
	XCloudResourceLastModified string
	/*The resource version, which is used to avoid update conflicts with concurrent operations
	 */
	XCloudResourceVersion string

	Payload *models.Notes
}

DeleteDeploymentNoteOK handles this case with default header values.

List of deployment notes after {note_id} has been deleted

func NewDeleteDeploymentNoteOK

func NewDeleteDeploymentNoteOK() *DeleteDeploymentNoteOK

NewDeleteDeploymentNoteOK creates a DeleteDeploymentNoteOK with default headers values

func (*DeleteDeploymentNoteOK) Error

func (o *DeleteDeploymentNoteOK) Error() string

type DeleteDeploymentNoteParams

type DeleteDeploymentNoteParams struct {

	/*DeploymentID
	  Identifier for the deployment

	*/
	DeploymentID string
	/*NoteID
	  Identifier of the note to be deleted

	*/
	NoteID string
	/*Version
	  If specified then checks for conflicts against the version of the deployment note

	*/
	Version *int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteDeploymentNoteParams contains all the parameters to send to the API endpoint for the delete deployment note operation typically these are written to a http.Request

func NewDeleteDeploymentNoteParams

func NewDeleteDeploymentNoteParams() *DeleteDeploymentNoteParams

NewDeleteDeploymentNoteParams creates a new DeleteDeploymentNoteParams object with the default values initialized.

func NewDeleteDeploymentNoteParamsWithContext

func NewDeleteDeploymentNoteParamsWithContext(ctx context.Context) *DeleteDeploymentNoteParams

NewDeleteDeploymentNoteParamsWithContext creates a new DeleteDeploymentNoteParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteDeploymentNoteParamsWithHTTPClient

func NewDeleteDeploymentNoteParamsWithHTTPClient(client *http.Client) *DeleteDeploymentNoteParams

NewDeleteDeploymentNoteParamsWithHTTPClient creates a new DeleteDeploymentNoteParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteDeploymentNoteParamsWithTimeout

func NewDeleteDeploymentNoteParamsWithTimeout(timeout time.Duration) *DeleteDeploymentNoteParams

NewDeleteDeploymentNoteParamsWithTimeout creates a new DeleteDeploymentNoteParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteDeploymentNoteParams) SetContext

func (o *DeleteDeploymentNoteParams) SetContext(ctx context.Context)

SetContext adds the context to the delete deployment note params

func (*DeleteDeploymentNoteParams) SetDeploymentID

func (o *DeleteDeploymentNoteParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the delete deployment note params

func (*DeleteDeploymentNoteParams) SetHTTPClient

func (o *DeleteDeploymentNoteParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete deployment note params

func (*DeleteDeploymentNoteParams) SetNoteID

func (o *DeleteDeploymentNoteParams) SetNoteID(noteID string)

SetNoteID adds the noteId to the delete deployment note params

func (*DeleteDeploymentNoteParams) SetTimeout

func (o *DeleteDeploymentNoteParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete deployment note params

func (*DeleteDeploymentNoteParams) SetVersion

func (o *DeleteDeploymentNoteParams) SetVersion(version *int64)

SetVersion adds the version to the delete deployment note params

func (*DeleteDeploymentNoteParams) WithContext

WithContext adds the context to the delete deployment note params

func (*DeleteDeploymentNoteParams) WithDeploymentID

func (o *DeleteDeploymentNoteParams) WithDeploymentID(deploymentID string) *DeleteDeploymentNoteParams

WithDeploymentID adds the deploymentID to the delete deployment note params

func (*DeleteDeploymentNoteParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete deployment note params

func (*DeleteDeploymentNoteParams) WithNoteID

WithNoteID adds the noteID to the delete deployment note params

func (*DeleteDeploymentNoteParams) WithTimeout

WithTimeout adds the timeout to the delete deployment note params

func (*DeleteDeploymentNoteParams) WithVersion

WithVersion adds the version to the delete deployment note params

func (*DeleteDeploymentNoteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteDeploymentNoteReader

type DeleteDeploymentNoteReader struct {
	// contains filtered or unexported fields
}

DeleteDeploymentNoteReader is a Reader for the DeleteDeploymentNote structure.

func (*DeleteDeploymentNoteReader) ReadResponse

func (o *DeleteDeploymentNoteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteDeploymentNoteRetryWith

type DeleteDeploymentNoteRetryWith struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

DeleteDeploymentNoteRetryWith handles this case with default header values.

Elevated permissions are required. (code: `root.unauthorized.rbac.elevated_permissions_required`)

func NewDeleteDeploymentNoteRetryWith

func NewDeleteDeploymentNoteRetryWith() *DeleteDeploymentNoteRetryWith

NewDeleteDeploymentNoteRetryWith creates a DeleteDeploymentNoteRetryWith with default headers values

func (*DeleteDeploymentNoteRetryWith) Error

type DeleteDeploymentOK

type DeleteDeploymentOK struct {
	Payload *models.DeploymentDeleteResponse
}

DeleteDeploymentOK handles this case with default header values.

The request was valid and the deployment was deleted

func NewDeleteDeploymentOK

func NewDeleteDeploymentOK() *DeleteDeploymentOK

NewDeleteDeploymentOK creates a DeleteDeploymentOK with default headers values

func (*DeleteDeploymentOK) Error

func (o *DeleteDeploymentOK) Error() string

type DeleteDeploymentParams

type DeleteDeploymentParams struct {

	/*DeploymentID
	  Identifier for the Deployment

	*/
	DeploymentID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteDeploymentParams contains all the parameters to send to the API endpoint for the delete deployment operation typically these are written to a http.Request

func NewDeleteDeploymentParams

func NewDeleteDeploymentParams() *DeleteDeploymentParams

NewDeleteDeploymentParams creates a new DeleteDeploymentParams object with the default values initialized.

func NewDeleteDeploymentParamsWithContext

func NewDeleteDeploymentParamsWithContext(ctx context.Context) *DeleteDeploymentParams

NewDeleteDeploymentParamsWithContext creates a new DeleteDeploymentParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteDeploymentParamsWithHTTPClient

func NewDeleteDeploymentParamsWithHTTPClient(client *http.Client) *DeleteDeploymentParams

NewDeleteDeploymentParamsWithHTTPClient creates a new DeleteDeploymentParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteDeploymentParamsWithTimeout

func NewDeleteDeploymentParamsWithTimeout(timeout time.Duration) *DeleteDeploymentParams

NewDeleteDeploymentParamsWithTimeout creates a new DeleteDeploymentParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteDeploymentParams) SetContext

func (o *DeleteDeploymentParams) SetContext(ctx context.Context)

SetContext adds the context to the delete deployment params

func (*DeleteDeploymentParams) SetDeploymentID

func (o *DeleteDeploymentParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the delete deployment params

func (*DeleteDeploymentParams) SetHTTPClient

func (o *DeleteDeploymentParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete deployment params

func (*DeleteDeploymentParams) SetTimeout

func (o *DeleteDeploymentParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete deployment params

func (*DeleteDeploymentParams) WithContext

WithContext adds the context to the delete deployment params

func (*DeleteDeploymentParams) WithDeploymentID

func (o *DeleteDeploymentParams) WithDeploymentID(deploymentID string) *DeleteDeploymentParams

WithDeploymentID adds the deploymentID to the delete deployment params

func (*DeleteDeploymentParams) WithHTTPClient

func (o *DeleteDeploymentParams) WithHTTPClient(client *http.Client) *DeleteDeploymentParams

WithHTTPClient adds the HTTPClient to the delete deployment params

func (*DeleteDeploymentParams) WithTimeout

WithTimeout adds the timeout to the delete deployment params

func (*DeleteDeploymentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteDeploymentReader

type DeleteDeploymentReader struct {
	// contains filtered or unexported fields
}

DeleteDeploymentReader is a Reader for the DeleteDeployment structure.

func (*DeleteDeploymentReader) ReadResponse

func (o *DeleteDeploymentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteDeploymentStatelessResourceBadRequest

type DeleteDeploymentStatelessResourceBadRequest struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

DeleteDeploymentStatelessResourceBadRequest handles this case with default header values.

Resource has still instances. (code: `deployments.resource_has_instances`)

func NewDeleteDeploymentStatelessResourceBadRequest

func NewDeleteDeploymentStatelessResourceBadRequest() *DeleteDeploymentStatelessResourceBadRequest

NewDeleteDeploymentStatelessResourceBadRequest creates a DeleteDeploymentStatelessResourceBadRequest with default headers values

func (*DeleteDeploymentStatelessResourceBadRequest) Error

type DeleteDeploymentStatelessResourceInternalServerError

type DeleteDeploymentStatelessResourceInternalServerError struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

DeleteDeploymentStatelessResourceInternalServerError handles this case with default header values.

We have failed you. (code: `deployments.deployment_resource_no_longer_exists`)

func NewDeleteDeploymentStatelessResourceInternalServerError

func NewDeleteDeploymentStatelessResourceInternalServerError() *DeleteDeploymentStatelessResourceInternalServerError

NewDeleteDeploymentStatelessResourceInternalServerError creates a DeleteDeploymentStatelessResourceInternalServerError with default headers values

func (*DeleteDeploymentStatelessResourceInternalServerError) Error

type DeleteDeploymentStatelessResourceNotFound

type DeleteDeploymentStatelessResourceNotFound struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

DeleteDeploymentStatelessResourceNotFound handles this case with default header values.

A resource with the given refId cannot be found in the deployment. (code: `deployments.deployment_resource_not_found`)

func NewDeleteDeploymentStatelessResourceNotFound

func NewDeleteDeploymentStatelessResourceNotFound() *DeleteDeploymentStatelessResourceNotFound

NewDeleteDeploymentStatelessResourceNotFound creates a DeleteDeploymentStatelessResourceNotFound with default headers values

func (*DeleteDeploymentStatelessResourceNotFound) Error

type DeleteDeploymentStatelessResourceOK

type DeleteDeploymentStatelessResourceOK struct {
	Payload *models.DeploymentResourceCrudResponse
}

DeleteDeploymentStatelessResourceOK handles this case with default header values.

Standard Deployment Resource Crud Response

func NewDeleteDeploymentStatelessResourceOK

func NewDeleteDeploymentStatelessResourceOK() *DeleteDeploymentStatelessResourceOK

NewDeleteDeploymentStatelessResourceOK creates a DeleteDeploymentStatelessResourceOK with default headers values

func (*DeleteDeploymentStatelessResourceOK) Error

type DeleteDeploymentStatelessResourceParams

type DeleteDeploymentStatelessResourceParams struct {

	/*DeploymentID
	  Identifier for the Deployment

	*/
	DeploymentID string
	/*RefID
	  User-specified RefId for the Resource

	*/
	RefID string
	/*StatelessResourceKind
	  The kind of stateless resource

	*/
	StatelessResourceKind string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteDeploymentStatelessResourceParams contains all the parameters to send to the API endpoint for the delete deployment stateless resource operation typically these are written to a http.Request

func NewDeleteDeploymentStatelessResourceParams

func NewDeleteDeploymentStatelessResourceParams() *DeleteDeploymentStatelessResourceParams

NewDeleteDeploymentStatelessResourceParams creates a new DeleteDeploymentStatelessResourceParams object with the default values initialized.

func NewDeleteDeploymentStatelessResourceParamsWithContext

func NewDeleteDeploymentStatelessResourceParamsWithContext(ctx context.Context) *DeleteDeploymentStatelessResourceParams

NewDeleteDeploymentStatelessResourceParamsWithContext creates a new DeleteDeploymentStatelessResourceParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteDeploymentStatelessResourceParamsWithHTTPClient

func NewDeleteDeploymentStatelessResourceParamsWithHTTPClient(client *http.Client) *DeleteDeploymentStatelessResourceParams

NewDeleteDeploymentStatelessResourceParamsWithHTTPClient creates a new DeleteDeploymentStatelessResourceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteDeploymentStatelessResourceParamsWithTimeout

func NewDeleteDeploymentStatelessResourceParamsWithTimeout(timeout time.Duration) *DeleteDeploymentStatelessResourceParams

NewDeleteDeploymentStatelessResourceParamsWithTimeout creates a new DeleteDeploymentStatelessResourceParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteDeploymentStatelessResourceParams) SetContext

SetContext adds the context to the delete deployment stateless resource params

func (*DeleteDeploymentStatelessResourceParams) SetDeploymentID

func (o *DeleteDeploymentStatelessResourceParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the delete deployment stateless resource params

func (*DeleteDeploymentStatelessResourceParams) SetHTTPClient

func (o *DeleteDeploymentStatelessResourceParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete deployment stateless resource params

func (*DeleteDeploymentStatelessResourceParams) SetRefID

SetRefID adds the refId to the delete deployment stateless resource params

func (*DeleteDeploymentStatelessResourceParams) SetStatelessResourceKind

func (o *DeleteDeploymentStatelessResourceParams) SetStatelessResourceKind(statelessResourceKind string)

SetStatelessResourceKind adds the statelessResourceKind to the delete deployment stateless resource params

func (*DeleteDeploymentStatelessResourceParams) SetTimeout

func (o *DeleteDeploymentStatelessResourceParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete deployment stateless resource params

func (*DeleteDeploymentStatelessResourceParams) WithContext

WithContext adds the context to the delete deployment stateless resource params

func (*DeleteDeploymentStatelessResourceParams) WithDeploymentID

WithDeploymentID adds the deploymentID to the delete deployment stateless resource params

func (*DeleteDeploymentStatelessResourceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete deployment stateless resource params

func (*DeleteDeploymentStatelessResourceParams) WithRefID

WithRefID adds the refID to the delete deployment stateless resource params

func (*DeleteDeploymentStatelessResourceParams) WithStatelessResourceKind

func (o *DeleteDeploymentStatelessResourceParams) WithStatelessResourceKind(statelessResourceKind string) *DeleteDeploymentStatelessResourceParams

WithStatelessResourceKind adds the statelessResourceKind to the delete deployment stateless resource params

func (*DeleteDeploymentStatelessResourceParams) WithTimeout

WithTimeout adds the timeout to the delete deployment stateless resource params

func (*DeleteDeploymentStatelessResourceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteDeploymentStatelessResourceReader

type DeleteDeploymentStatelessResourceReader struct {
	// contains filtered or unexported fields
}

DeleteDeploymentStatelessResourceReader is a Reader for the DeleteDeploymentStatelessResource structure.

func (*DeleteDeploymentStatelessResourceReader) ReadResponse

func (o *DeleteDeploymentStatelessResourceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteDeploymentStatelessResourceRetryWith

type DeleteDeploymentStatelessResourceRetryWith struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

DeleteDeploymentStatelessResourceRetryWith handles this case with default header values.

Elevated permissions are required. (code: `root.unauthorized.rbac.elevated_permissions_required`)

func NewDeleteDeploymentStatelessResourceRetryWith

func NewDeleteDeploymentStatelessResourceRetryWith() *DeleteDeploymentStatelessResourceRetryWith

NewDeleteDeploymentStatelessResourceRetryWith creates a DeleteDeploymentStatelessResourceRetryWith with default headers values

func (*DeleteDeploymentStatelessResourceRetryWith) Error

type DeleteDeploymentUnauthorized

type DeleteDeploymentUnauthorized struct {
	Payload *models.BasicFailedReply
}

DeleteDeploymentUnauthorized handles this case with default header values.

You are not authorized to perform this action

func NewDeleteDeploymentUnauthorized

func NewDeleteDeploymentUnauthorized() *DeleteDeploymentUnauthorized

NewDeleteDeploymentUnauthorized creates a DeleteDeploymentUnauthorized with default headers values

func (*DeleteDeploymentUnauthorized) Error

type GetDeploymentApmResourceInfoInternalServerError

type GetDeploymentApmResourceInfoInternalServerError struct {
	Payload *models.BasicFailedReply
}

GetDeploymentApmResourceInfoInternalServerError handles this case with default header values.

We have failed you.

func NewGetDeploymentApmResourceInfoInternalServerError

func NewGetDeploymentApmResourceInfoInternalServerError() *GetDeploymentApmResourceInfoInternalServerError

NewGetDeploymentApmResourceInfoInternalServerError creates a GetDeploymentApmResourceInfoInternalServerError with default headers values

func (*GetDeploymentApmResourceInfoInternalServerError) Error

type GetDeploymentApmResourceInfoNotFound

type GetDeploymentApmResourceInfoNotFound struct {
	Payload *models.BasicFailedReply
}

GetDeploymentApmResourceInfoNotFound handles this case with default header values.

The Deployment specified by {deployment_id} cannot be found

func NewGetDeploymentApmResourceInfoNotFound

func NewGetDeploymentApmResourceInfoNotFound() *GetDeploymentApmResourceInfoNotFound

NewGetDeploymentApmResourceInfoNotFound creates a GetDeploymentApmResourceInfoNotFound with default headers values

func (*GetDeploymentApmResourceInfoNotFound) Error

type GetDeploymentApmResourceInfoOK

type GetDeploymentApmResourceInfoOK struct {
	Payload *models.ApmResourceInfo
}

GetDeploymentApmResourceInfoOK handles this case with default header values.

Standard response

func NewGetDeploymentApmResourceInfoOK

func NewGetDeploymentApmResourceInfoOK() *GetDeploymentApmResourceInfoOK

NewGetDeploymentApmResourceInfoOK creates a GetDeploymentApmResourceInfoOK with default headers values

func (*GetDeploymentApmResourceInfoOK) Error

type GetDeploymentApmResourceInfoParams

type GetDeploymentApmResourceInfoParams struct {

	/*DeploymentID
	  Identifier for the Deployment

	*/
	DeploymentID string
	/*RefID
	  User-specified RefId for the Resource

	*/
	RefID string
	/*ShowMetadata
	  Whether to include the full cluster metadata in the response - can be large per cluster and also include credentials

	*/
	ShowMetadata *bool
	/*ShowPlanDefaults
	  If showing plans, whether to show values that are left at their default value (less readable but more informative)

	*/
	ShowPlanDefaults *bool
	/*ShowPlanHistory
	  Whether to include with the current and pending plan information the plan history- can be very large per cluster

	*/
	ShowPlanHistory *bool
	/*ShowPlanLogs
	  Whether to include with the current and pending plan information the attempt log - can be very large per cluster

	*/
	ShowPlanLogs *bool
	/*ShowPlans
	  Whether to include the full current and pending plan information in the response - can be large per cluster

	*/
	ShowPlans *bool
	/*ShowSettings
	  Whether to show cluster settings in the response.

	*/
	ShowSettings *bool

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDeploymentApmResourceInfoParams contains all the parameters to send to the API endpoint for the get deployment apm resource info operation typically these are written to a http.Request

func NewGetDeploymentApmResourceInfoParams

func NewGetDeploymentApmResourceInfoParams() *GetDeploymentApmResourceInfoParams

NewGetDeploymentApmResourceInfoParams creates a new GetDeploymentApmResourceInfoParams object with the default values initialized.

func NewGetDeploymentApmResourceInfoParamsWithContext

func NewGetDeploymentApmResourceInfoParamsWithContext(ctx context.Context) *GetDeploymentApmResourceInfoParams

NewGetDeploymentApmResourceInfoParamsWithContext creates a new GetDeploymentApmResourceInfoParams object with the default values initialized, and the ability to set a context for a request

func NewGetDeploymentApmResourceInfoParamsWithHTTPClient

func NewGetDeploymentApmResourceInfoParamsWithHTTPClient(client *http.Client) *GetDeploymentApmResourceInfoParams

NewGetDeploymentApmResourceInfoParamsWithHTTPClient creates a new GetDeploymentApmResourceInfoParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetDeploymentApmResourceInfoParamsWithTimeout

func NewGetDeploymentApmResourceInfoParamsWithTimeout(timeout time.Duration) *GetDeploymentApmResourceInfoParams

NewGetDeploymentApmResourceInfoParamsWithTimeout creates a new GetDeploymentApmResourceInfoParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetDeploymentApmResourceInfoParams) SetContext

SetContext adds the context to the get deployment apm resource info params

func (*GetDeploymentApmResourceInfoParams) SetDeploymentID

func (o *GetDeploymentApmResourceInfoParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the get deployment apm resource info params

func (*GetDeploymentApmResourceInfoParams) SetHTTPClient

func (o *GetDeploymentApmResourceInfoParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get deployment apm resource info params

func (*GetDeploymentApmResourceInfoParams) SetRefID

func (o *GetDeploymentApmResourceInfoParams) SetRefID(refID string)

SetRefID adds the refId to the get deployment apm resource info params

func (*GetDeploymentApmResourceInfoParams) SetShowMetadata

func (o *GetDeploymentApmResourceInfoParams) SetShowMetadata(showMetadata *bool)

SetShowMetadata adds the showMetadata to the get deployment apm resource info params

func (*GetDeploymentApmResourceInfoParams) SetShowPlanDefaults

func (o *GetDeploymentApmResourceInfoParams) SetShowPlanDefaults(showPlanDefaults *bool)

SetShowPlanDefaults adds the showPlanDefaults to the get deployment apm resource info params

func (*GetDeploymentApmResourceInfoParams) SetShowPlanHistory

func (o *GetDeploymentApmResourceInfoParams) SetShowPlanHistory(showPlanHistory *bool)

SetShowPlanHistory adds the showPlanHistory to the get deployment apm resource info params

func (*GetDeploymentApmResourceInfoParams) SetShowPlanLogs

func (o *GetDeploymentApmResourceInfoParams) SetShowPlanLogs(showPlanLogs *bool)

SetShowPlanLogs adds the showPlanLogs to the get deployment apm resource info params

func (*GetDeploymentApmResourceInfoParams) SetShowPlans

func (o *GetDeploymentApmResourceInfoParams) SetShowPlans(showPlans *bool)

SetShowPlans adds the showPlans to the get deployment apm resource info params

func (*GetDeploymentApmResourceInfoParams) SetShowSettings

func (o *GetDeploymentApmResourceInfoParams) SetShowSettings(showSettings *bool)

SetShowSettings adds the showSettings to the get deployment apm resource info params

func (*GetDeploymentApmResourceInfoParams) SetTimeout

func (o *GetDeploymentApmResourceInfoParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get deployment apm resource info params

func (*GetDeploymentApmResourceInfoParams) WithContext

WithContext adds the context to the get deployment apm resource info params

func (*GetDeploymentApmResourceInfoParams) WithDeploymentID

WithDeploymentID adds the deploymentID to the get deployment apm resource info params

func (*GetDeploymentApmResourceInfoParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get deployment apm resource info params

func (*GetDeploymentApmResourceInfoParams) WithRefID

WithRefID adds the refID to the get deployment apm resource info params

func (*GetDeploymentApmResourceInfoParams) WithShowMetadata

WithShowMetadata adds the showMetadata to the get deployment apm resource info params

func (*GetDeploymentApmResourceInfoParams) WithShowPlanDefaults

func (o *GetDeploymentApmResourceInfoParams) WithShowPlanDefaults(showPlanDefaults *bool) *GetDeploymentApmResourceInfoParams

WithShowPlanDefaults adds the showPlanDefaults to the get deployment apm resource info params

func (*GetDeploymentApmResourceInfoParams) WithShowPlanHistory

func (o *GetDeploymentApmResourceInfoParams) WithShowPlanHistory(showPlanHistory *bool) *GetDeploymentApmResourceInfoParams

WithShowPlanHistory adds the showPlanHistory to the get deployment apm resource info params

func (*GetDeploymentApmResourceInfoParams) WithShowPlanLogs

WithShowPlanLogs adds the showPlanLogs to the get deployment apm resource info params

func (*GetDeploymentApmResourceInfoParams) WithShowPlans

WithShowPlans adds the showPlans to the get deployment apm resource info params

func (*GetDeploymentApmResourceInfoParams) WithShowSettings

WithShowSettings adds the showSettings to the get deployment apm resource info params

func (*GetDeploymentApmResourceInfoParams) WithTimeout

WithTimeout adds the timeout to the get deployment apm resource info params

func (*GetDeploymentApmResourceInfoParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDeploymentApmResourceInfoReader

type GetDeploymentApmResourceInfoReader struct {
	// contains filtered or unexported fields
}

GetDeploymentApmResourceInfoReader is a Reader for the GetDeploymentApmResourceInfo structure.

func (*GetDeploymentApmResourceInfoReader) ReadResponse

func (o *GetDeploymentApmResourceInfoReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDeploymentApmResourceInfoUnauthorized

type GetDeploymentApmResourceInfoUnauthorized struct {
	Payload *models.BasicFailedReply
}

GetDeploymentApmResourceInfoUnauthorized handles this case with default header values.

You are not authorized to perform this action

func NewGetDeploymentApmResourceInfoUnauthorized

func NewGetDeploymentApmResourceInfoUnauthorized() *GetDeploymentApmResourceInfoUnauthorized

NewGetDeploymentApmResourceInfoUnauthorized creates a GetDeploymentApmResourceInfoUnauthorized with default headers values

func (*GetDeploymentApmResourceInfoUnauthorized) Error

type GetDeploymentAppsearchResourceInfoInternalServerError

type GetDeploymentAppsearchResourceInfoInternalServerError struct {
	Payload *models.BasicFailedReply
}

GetDeploymentAppsearchResourceInfoInternalServerError handles this case with default header values.

We have failed you.

func NewGetDeploymentAppsearchResourceInfoInternalServerError

func NewGetDeploymentAppsearchResourceInfoInternalServerError() *GetDeploymentAppsearchResourceInfoInternalServerError

NewGetDeploymentAppsearchResourceInfoInternalServerError creates a GetDeploymentAppsearchResourceInfoInternalServerError with default headers values

func (*GetDeploymentAppsearchResourceInfoInternalServerError) Error

type GetDeploymentAppsearchResourceInfoNotFound

type GetDeploymentAppsearchResourceInfoNotFound struct {
	Payload *models.BasicFailedReply
}

GetDeploymentAppsearchResourceInfoNotFound handles this case with default header values.

The Deployment specified by {deployment_id} cannot be found

func NewGetDeploymentAppsearchResourceInfoNotFound

func NewGetDeploymentAppsearchResourceInfoNotFound() *GetDeploymentAppsearchResourceInfoNotFound

NewGetDeploymentAppsearchResourceInfoNotFound creates a GetDeploymentAppsearchResourceInfoNotFound with default headers values

func (*GetDeploymentAppsearchResourceInfoNotFound) Error

type GetDeploymentAppsearchResourceInfoOK

type GetDeploymentAppsearchResourceInfoOK struct {
	Payload *models.AppSearchResourceInfo
}

GetDeploymentAppsearchResourceInfoOK handles this case with default header values.

Standard response

func NewGetDeploymentAppsearchResourceInfoOK

func NewGetDeploymentAppsearchResourceInfoOK() *GetDeploymentAppsearchResourceInfoOK

NewGetDeploymentAppsearchResourceInfoOK creates a GetDeploymentAppsearchResourceInfoOK with default headers values

func (*GetDeploymentAppsearchResourceInfoOK) Error

type GetDeploymentAppsearchResourceInfoParams

type GetDeploymentAppsearchResourceInfoParams struct {

	/*DeploymentID
	  Identifier for the Deployment

	*/
	DeploymentID string
	/*RefID
	  User-specified RefId for the Resource

	*/
	RefID string
	/*ShowMetadata
	  Whether to include the full cluster metadata in the response - can be large per cluster and also include credentials

	*/
	ShowMetadata *bool
	/*ShowPlanDefaults
	  If showing plans, whether to show values that are left at their default value (less readable but more informative)

	*/
	ShowPlanDefaults *bool
	/*ShowPlanHistory
	  Whether to include with the current and pending plan information the plan history- can be very large per cluster

	*/
	ShowPlanHistory *bool
	/*ShowPlanLogs
	  Whether to include with the current and pending plan information the attempt log - can be very large per cluster

	*/
	ShowPlanLogs *bool
	/*ShowPlans
	  Whether to include the full current and pending plan information in the response - can be large per cluster

	*/
	ShowPlans *bool
	/*ShowSettings
	  Whether to show cluster settings in the response.

	*/
	ShowSettings *bool

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDeploymentAppsearchResourceInfoParams contains all the parameters to send to the API endpoint for the get deployment appsearch resource info operation typically these are written to a http.Request

func NewGetDeploymentAppsearchResourceInfoParams

func NewGetDeploymentAppsearchResourceInfoParams() *GetDeploymentAppsearchResourceInfoParams

NewGetDeploymentAppsearchResourceInfoParams creates a new GetDeploymentAppsearchResourceInfoParams object with the default values initialized.

func NewGetDeploymentAppsearchResourceInfoParamsWithContext

func NewGetDeploymentAppsearchResourceInfoParamsWithContext(ctx context.Context) *GetDeploymentAppsearchResourceInfoParams

NewGetDeploymentAppsearchResourceInfoParamsWithContext creates a new GetDeploymentAppsearchResourceInfoParams object with the default values initialized, and the ability to set a context for a request

func NewGetDeploymentAppsearchResourceInfoParamsWithHTTPClient

func NewGetDeploymentAppsearchResourceInfoParamsWithHTTPClient(client *http.Client) *GetDeploymentAppsearchResourceInfoParams

NewGetDeploymentAppsearchResourceInfoParamsWithHTTPClient creates a new GetDeploymentAppsearchResourceInfoParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetDeploymentAppsearchResourceInfoParamsWithTimeout

func NewGetDeploymentAppsearchResourceInfoParamsWithTimeout(timeout time.Duration) *GetDeploymentAppsearchResourceInfoParams

NewGetDeploymentAppsearchResourceInfoParamsWithTimeout creates a new GetDeploymentAppsearchResourceInfoParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetDeploymentAppsearchResourceInfoParams) SetContext

SetContext adds the context to the get deployment appsearch resource info params

func (*GetDeploymentAppsearchResourceInfoParams) SetDeploymentID

func (o *GetDeploymentAppsearchResourceInfoParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the get deployment appsearch resource info params

func (*GetDeploymentAppsearchResourceInfoParams) SetHTTPClient

func (o *GetDeploymentAppsearchResourceInfoParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get deployment appsearch resource info params

func (*GetDeploymentAppsearchResourceInfoParams) SetRefID

SetRefID adds the refId to the get deployment appsearch resource info params

func (*GetDeploymentAppsearchResourceInfoParams) SetShowMetadata

func (o *GetDeploymentAppsearchResourceInfoParams) SetShowMetadata(showMetadata *bool)

SetShowMetadata adds the showMetadata to the get deployment appsearch resource info params

func (*GetDeploymentAppsearchResourceInfoParams) SetShowPlanDefaults

func (o *GetDeploymentAppsearchResourceInfoParams) SetShowPlanDefaults(showPlanDefaults *bool)

SetShowPlanDefaults adds the showPlanDefaults to the get deployment appsearch resource info params

func (*GetDeploymentAppsearchResourceInfoParams) SetShowPlanHistory

func (o *GetDeploymentAppsearchResourceInfoParams) SetShowPlanHistory(showPlanHistory *bool)

SetShowPlanHistory adds the showPlanHistory to the get deployment appsearch resource info params

func (*GetDeploymentAppsearchResourceInfoParams) SetShowPlanLogs

func (o *GetDeploymentAppsearchResourceInfoParams) SetShowPlanLogs(showPlanLogs *bool)

SetShowPlanLogs adds the showPlanLogs to the get deployment appsearch resource info params

func (*GetDeploymentAppsearchResourceInfoParams) SetShowPlans

func (o *GetDeploymentAppsearchResourceInfoParams) SetShowPlans(showPlans *bool)

SetShowPlans adds the showPlans to the get deployment appsearch resource info params

func (*GetDeploymentAppsearchResourceInfoParams) SetShowSettings

func (o *GetDeploymentAppsearchResourceInfoParams) SetShowSettings(showSettings *bool)

SetShowSettings adds the showSettings to the get deployment appsearch resource info params

func (*GetDeploymentAppsearchResourceInfoParams) SetTimeout

SetTimeout adds the timeout to the get deployment appsearch resource info params

func (*GetDeploymentAppsearchResourceInfoParams) WithContext

WithContext adds the context to the get deployment appsearch resource info params

func (*GetDeploymentAppsearchResourceInfoParams) WithDeploymentID

WithDeploymentID adds the deploymentID to the get deployment appsearch resource info params

func (*GetDeploymentAppsearchResourceInfoParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get deployment appsearch resource info params

func (*GetDeploymentAppsearchResourceInfoParams) WithRefID

WithRefID adds the refID to the get deployment appsearch resource info params

func (*GetDeploymentAppsearchResourceInfoParams) WithShowMetadata

WithShowMetadata adds the showMetadata to the get deployment appsearch resource info params

func (*GetDeploymentAppsearchResourceInfoParams) WithShowPlanDefaults

WithShowPlanDefaults adds the showPlanDefaults to the get deployment appsearch resource info params

func (*GetDeploymentAppsearchResourceInfoParams) WithShowPlanHistory

WithShowPlanHistory adds the showPlanHistory to the get deployment appsearch resource info params

func (*GetDeploymentAppsearchResourceInfoParams) WithShowPlanLogs

WithShowPlanLogs adds the showPlanLogs to the get deployment appsearch resource info params

func (*GetDeploymentAppsearchResourceInfoParams) WithShowPlans

WithShowPlans adds the showPlans to the get deployment appsearch resource info params

func (*GetDeploymentAppsearchResourceInfoParams) WithShowSettings

WithShowSettings adds the showSettings to the get deployment appsearch resource info params

func (*GetDeploymentAppsearchResourceInfoParams) WithTimeout

WithTimeout adds the timeout to the get deployment appsearch resource info params

func (*GetDeploymentAppsearchResourceInfoParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDeploymentAppsearchResourceInfoReader

type GetDeploymentAppsearchResourceInfoReader struct {
	// contains filtered or unexported fields
}

GetDeploymentAppsearchResourceInfoReader is a Reader for the GetDeploymentAppsearchResourceInfo structure.

func (*GetDeploymentAppsearchResourceInfoReader) ReadResponse

func (o *GetDeploymentAppsearchResourceInfoReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDeploymentAppsearchResourceInfoUnauthorized

type GetDeploymentAppsearchResourceInfoUnauthorized struct {
	Payload *models.BasicFailedReply
}

GetDeploymentAppsearchResourceInfoUnauthorized handles this case with default header values.

You are not authorized to perform this action

func NewGetDeploymentAppsearchResourceInfoUnauthorized

func NewGetDeploymentAppsearchResourceInfoUnauthorized() *GetDeploymentAppsearchResourceInfoUnauthorized

NewGetDeploymentAppsearchResourceInfoUnauthorized creates a GetDeploymentAppsearchResourceInfoUnauthorized with default headers values

func (*GetDeploymentAppsearchResourceInfoUnauthorized) Error

type GetDeploymentEsResourceInfoInternalServerError

type GetDeploymentEsResourceInfoInternalServerError struct {
	Payload *models.BasicFailedReply
}

GetDeploymentEsResourceInfoInternalServerError handles this case with default header values.

We have failed you.

func NewGetDeploymentEsResourceInfoInternalServerError

func NewGetDeploymentEsResourceInfoInternalServerError() *GetDeploymentEsResourceInfoInternalServerError

NewGetDeploymentEsResourceInfoInternalServerError creates a GetDeploymentEsResourceInfoInternalServerError with default headers values

func (*GetDeploymentEsResourceInfoInternalServerError) Error

type GetDeploymentEsResourceInfoNotFound

type GetDeploymentEsResourceInfoNotFound struct {
	Payload *models.BasicFailedReply
}

GetDeploymentEsResourceInfoNotFound handles this case with default header values.

The Deployment specified by {deployment_id} cannot be found

func NewGetDeploymentEsResourceInfoNotFound

func NewGetDeploymentEsResourceInfoNotFound() *GetDeploymentEsResourceInfoNotFound

NewGetDeploymentEsResourceInfoNotFound creates a GetDeploymentEsResourceInfoNotFound with default headers values

func (*GetDeploymentEsResourceInfoNotFound) Error

type GetDeploymentEsResourceInfoOK

type GetDeploymentEsResourceInfoOK struct {
	Payload *models.ElasticsearchResourceInfo
}

GetDeploymentEsResourceInfoOK handles this case with default header values.

Standard response

func NewGetDeploymentEsResourceInfoOK

func NewGetDeploymentEsResourceInfoOK() *GetDeploymentEsResourceInfoOK

NewGetDeploymentEsResourceInfoOK creates a GetDeploymentEsResourceInfoOK with default headers values

func (*GetDeploymentEsResourceInfoOK) Error

type GetDeploymentEsResourceInfoParams

type GetDeploymentEsResourceInfoParams struct {

	/*ConvertLegacyPlans
	  If showing plans, whether to leave pre-2.0.0 plans in their legacy format (the default), or whether to update them to 2.0.x+ format (if 'true')

	*/
	ConvertLegacyPlans *bool
	/*DeploymentID
	  Identifier for the Deployment

	*/
	DeploymentID string
	/*EnrichWithTemplate
	  If showing plans, whether to enrich the plan by including the missing elements from the deployment template it is based on

	*/
	EnrichWithTemplate *bool
	/*RefID
	  User-specified RefId for the Resource

	*/
	RefID string
	/*ShowMetadata
	  Whether to include the full cluster metadata in the response - can be large per cluster and also include credentials

	*/
	ShowMetadata *bool
	/*ShowPlanDefaults
	  If showing plans, whether to show values that are left at their default value (less readable but more informative)

	*/
	ShowPlanDefaults *bool
	/*ShowPlanHistory
	  Whether to include with the current and pending plan information the plan history- can be very large per cluster

	*/
	ShowPlanHistory *bool
	/*ShowPlanLogs
	  Whether to include with the current and pending plan information the attempt log - can be very large per cluster

	*/
	ShowPlanLogs *bool
	/*ShowPlans
	  Whether to include the full current and pending plan information in the response - can be large per cluster

	*/
	ShowPlans *bool
	/*ShowSecurity
	  Whether to include the Elasticsearch 2.x security information in the response - can be large per cluster and also include credentials

	*/
	ShowSecurity *bool
	/*ShowSettings
	  Whether to show cluster settings in the response.

	*/
	ShowSettings *bool
	/*ShowSystemAlerts
	  Number of system alerts (such as forced restarts due to memory limits) to be included in the response - can be large per cluster. Negative numbers or 0 will not return field.

	*/
	ShowSystemAlerts *int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDeploymentEsResourceInfoParams contains all the parameters to send to the API endpoint for the get deployment es resource info operation typically these are written to a http.Request

func NewGetDeploymentEsResourceInfoParams

func NewGetDeploymentEsResourceInfoParams() *GetDeploymentEsResourceInfoParams

NewGetDeploymentEsResourceInfoParams creates a new GetDeploymentEsResourceInfoParams object with the default values initialized.

func NewGetDeploymentEsResourceInfoParamsWithContext

func NewGetDeploymentEsResourceInfoParamsWithContext(ctx context.Context) *GetDeploymentEsResourceInfoParams

NewGetDeploymentEsResourceInfoParamsWithContext creates a new GetDeploymentEsResourceInfoParams object with the default values initialized, and the ability to set a context for a request

func NewGetDeploymentEsResourceInfoParamsWithHTTPClient

func NewGetDeploymentEsResourceInfoParamsWithHTTPClient(client *http.Client) *GetDeploymentEsResourceInfoParams

NewGetDeploymentEsResourceInfoParamsWithHTTPClient creates a new GetDeploymentEsResourceInfoParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetDeploymentEsResourceInfoParamsWithTimeout

func NewGetDeploymentEsResourceInfoParamsWithTimeout(timeout time.Duration) *GetDeploymentEsResourceInfoParams

NewGetDeploymentEsResourceInfoParamsWithTimeout creates a new GetDeploymentEsResourceInfoParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetDeploymentEsResourceInfoParams) SetContext

SetContext adds the context to the get deployment es resource info params

func (*GetDeploymentEsResourceInfoParams) SetConvertLegacyPlans

func (o *GetDeploymentEsResourceInfoParams) SetConvertLegacyPlans(convertLegacyPlans *bool)

SetConvertLegacyPlans adds the convertLegacyPlans to the get deployment es resource info params

func (*GetDeploymentEsResourceInfoParams) SetDeploymentID

func (o *GetDeploymentEsResourceInfoParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the get deployment es resource info params

func (*GetDeploymentEsResourceInfoParams) SetEnrichWithTemplate

func (o *GetDeploymentEsResourceInfoParams) SetEnrichWithTemplate(enrichWithTemplate *bool)

SetEnrichWithTemplate adds the enrichWithTemplate to the get deployment es resource info params

func (*GetDeploymentEsResourceInfoParams) SetHTTPClient

func (o *GetDeploymentEsResourceInfoParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get deployment es resource info params

func (*GetDeploymentEsResourceInfoParams) SetRefID

func (o *GetDeploymentEsResourceInfoParams) SetRefID(refID string)

SetRefID adds the refId to the get deployment es resource info params

func (*GetDeploymentEsResourceInfoParams) SetShowMetadata

func (o *GetDeploymentEsResourceInfoParams) SetShowMetadata(showMetadata *bool)

SetShowMetadata adds the showMetadata to the get deployment es resource info params

func (*GetDeploymentEsResourceInfoParams) SetShowPlanDefaults

func (o *GetDeploymentEsResourceInfoParams) SetShowPlanDefaults(showPlanDefaults *bool)

SetShowPlanDefaults adds the showPlanDefaults to the get deployment es resource info params

func (*GetDeploymentEsResourceInfoParams) SetShowPlanHistory

func (o *GetDeploymentEsResourceInfoParams) SetShowPlanHistory(showPlanHistory *bool)

SetShowPlanHistory adds the showPlanHistory to the get deployment es resource info params

func (*GetDeploymentEsResourceInfoParams) SetShowPlanLogs

func (o *GetDeploymentEsResourceInfoParams) SetShowPlanLogs(showPlanLogs *bool)

SetShowPlanLogs adds the showPlanLogs to the get deployment es resource info params

func (*GetDeploymentEsResourceInfoParams) SetShowPlans

func (o *GetDeploymentEsResourceInfoParams) SetShowPlans(showPlans *bool)

SetShowPlans adds the showPlans to the get deployment es resource info params

func (*GetDeploymentEsResourceInfoParams) SetShowSecurity

func (o *GetDeploymentEsResourceInfoParams) SetShowSecurity(showSecurity *bool)

SetShowSecurity adds the showSecurity to the get deployment es resource info params

func (*GetDeploymentEsResourceInfoParams) SetShowSettings

func (o *GetDeploymentEsResourceInfoParams) SetShowSettings(showSettings *bool)

SetShowSettings adds the showSettings to the get deployment es resource info params

func (*GetDeploymentEsResourceInfoParams) SetShowSystemAlerts

func (o *GetDeploymentEsResourceInfoParams) SetShowSystemAlerts(showSystemAlerts *int64)

SetShowSystemAlerts adds the showSystemAlerts to the get deployment es resource info params

func (*GetDeploymentEsResourceInfoParams) SetTimeout

func (o *GetDeploymentEsResourceInfoParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get deployment es resource info params

func (*GetDeploymentEsResourceInfoParams) WithContext

WithContext adds the context to the get deployment es resource info params

func (*GetDeploymentEsResourceInfoParams) WithConvertLegacyPlans

func (o *GetDeploymentEsResourceInfoParams) WithConvertLegacyPlans(convertLegacyPlans *bool) *GetDeploymentEsResourceInfoParams

WithConvertLegacyPlans adds the convertLegacyPlans to the get deployment es resource info params

func (*GetDeploymentEsResourceInfoParams) WithDeploymentID

WithDeploymentID adds the deploymentID to the get deployment es resource info params

func (*GetDeploymentEsResourceInfoParams) WithEnrichWithTemplate

func (o *GetDeploymentEsResourceInfoParams) WithEnrichWithTemplate(enrichWithTemplate *bool) *GetDeploymentEsResourceInfoParams

WithEnrichWithTemplate adds the enrichWithTemplate to the get deployment es resource info params

func (*GetDeploymentEsResourceInfoParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get deployment es resource info params

func (*GetDeploymentEsResourceInfoParams) WithRefID

WithRefID adds the refID to the get deployment es resource info params

func (*GetDeploymentEsResourceInfoParams) WithShowMetadata

func (o *GetDeploymentEsResourceInfoParams) WithShowMetadata(showMetadata *bool) *GetDeploymentEsResourceInfoParams

WithShowMetadata adds the showMetadata to the get deployment es resource info params

func (*GetDeploymentEsResourceInfoParams) WithShowPlanDefaults

func (o *GetDeploymentEsResourceInfoParams) WithShowPlanDefaults(showPlanDefaults *bool) *GetDeploymentEsResourceInfoParams

WithShowPlanDefaults adds the showPlanDefaults to the get deployment es resource info params

func (*GetDeploymentEsResourceInfoParams) WithShowPlanHistory

func (o *GetDeploymentEsResourceInfoParams) WithShowPlanHistory(showPlanHistory *bool) *GetDeploymentEsResourceInfoParams

WithShowPlanHistory adds the showPlanHistory to the get deployment es resource info params

func (*GetDeploymentEsResourceInfoParams) WithShowPlanLogs

func (o *GetDeploymentEsResourceInfoParams) WithShowPlanLogs(showPlanLogs *bool) *GetDeploymentEsResourceInfoParams

WithShowPlanLogs adds the showPlanLogs to the get deployment es resource info params

func (*GetDeploymentEsResourceInfoParams) WithShowPlans

WithShowPlans adds the showPlans to the get deployment es resource info params

func (*GetDeploymentEsResourceInfoParams) WithShowSecurity

func (o *GetDeploymentEsResourceInfoParams) WithShowSecurity(showSecurity *bool) *GetDeploymentEsResourceInfoParams

WithShowSecurity adds the showSecurity to the get deployment es resource info params

func (*GetDeploymentEsResourceInfoParams) WithShowSettings

func (o *GetDeploymentEsResourceInfoParams) WithShowSettings(showSettings *bool) *GetDeploymentEsResourceInfoParams

WithShowSettings adds the showSettings to the get deployment es resource info params

func (*GetDeploymentEsResourceInfoParams) WithShowSystemAlerts

func (o *GetDeploymentEsResourceInfoParams) WithShowSystemAlerts(showSystemAlerts *int64) *GetDeploymentEsResourceInfoParams

WithShowSystemAlerts adds the showSystemAlerts to the get deployment es resource info params

func (*GetDeploymentEsResourceInfoParams) WithTimeout

WithTimeout adds the timeout to the get deployment es resource info params

func (*GetDeploymentEsResourceInfoParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDeploymentEsResourceInfoReader

type GetDeploymentEsResourceInfoReader struct {
	// contains filtered or unexported fields
}

GetDeploymentEsResourceInfoReader is a Reader for the GetDeploymentEsResourceInfo structure.

func (*GetDeploymentEsResourceInfoReader) ReadResponse

func (o *GetDeploymentEsResourceInfoReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDeploymentEsResourceInfoUnauthorized

type GetDeploymentEsResourceInfoUnauthorized struct {
	Payload *models.BasicFailedReply
}

GetDeploymentEsResourceInfoUnauthorized handles this case with default header values.

You are not authorized to perform this action

func NewGetDeploymentEsResourceInfoUnauthorized

func NewGetDeploymentEsResourceInfoUnauthorized() *GetDeploymentEsResourceInfoUnauthorized

NewGetDeploymentEsResourceInfoUnauthorized creates a GetDeploymentEsResourceInfoUnauthorized with default headers values

func (*GetDeploymentEsResourceInfoUnauthorized) Error

type GetDeploymentInternalServerError

type GetDeploymentInternalServerError struct {
	Payload *models.BasicFailedReply
}

GetDeploymentInternalServerError handles this case with default header values.

We have failed you.

func NewGetDeploymentInternalServerError

func NewGetDeploymentInternalServerError() *GetDeploymentInternalServerError

NewGetDeploymentInternalServerError creates a GetDeploymentInternalServerError with default headers values

func (*GetDeploymentInternalServerError) Error

type GetDeploymentKibResourceInfoInternalServerError

type GetDeploymentKibResourceInfoInternalServerError struct {
	Payload *models.BasicFailedReply
}

GetDeploymentKibResourceInfoInternalServerError handles this case with default header values.

We have failed you.

func NewGetDeploymentKibResourceInfoInternalServerError

func NewGetDeploymentKibResourceInfoInternalServerError() *GetDeploymentKibResourceInfoInternalServerError

NewGetDeploymentKibResourceInfoInternalServerError creates a GetDeploymentKibResourceInfoInternalServerError with default headers values

func (*GetDeploymentKibResourceInfoInternalServerError) Error

type GetDeploymentKibResourceInfoNotFound

type GetDeploymentKibResourceInfoNotFound struct {
	Payload *models.BasicFailedReply
}

GetDeploymentKibResourceInfoNotFound handles this case with default header values.

The Deployment specified by {deployment_id} cannot be found

func NewGetDeploymentKibResourceInfoNotFound

func NewGetDeploymentKibResourceInfoNotFound() *GetDeploymentKibResourceInfoNotFound

NewGetDeploymentKibResourceInfoNotFound creates a GetDeploymentKibResourceInfoNotFound with default headers values

func (*GetDeploymentKibResourceInfoNotFound) Error

type GetDeploymentKibResourceInfoOK

type GetDeploymentKibResourceInfoOK struct {
	Payload *models.KibanaResourceInfo
}

GetDeploymentKibResourceInfoOK handles this case with default header values.

Standard response

func NewGetDeploymentKibResourceInfoOK

func NewGetDeploymentKibResourceInfoOK() *GetDeploymentKibResourceInfoOK

NewGetDeploymentKibResourceInfoOK creates a GetDeploymentKibResourceInfoOK with default headers values

func (*GetDeploymentKibResourceInfoOK) Error

type GetDeploymentKibResourceInfoParams

type GetDeploymentKibResourceInfoParams struct {

	/*ConvertLegacyPlans
	  If showing plans, whether to leave pre-2.0.0 plans in their legacy format (the default), or whether to update them to 2.0.x+ format (if 'true')

	*/
	ConvertLegacyPlans *bool
	/*DeploymentID
	  Identifier for the Deployment

	*/
	DeploymentID string
	/*RefID
	  User-specified RefId for the Resource

	*/
	RefID string
	/*ShowMetadata
	  Whether to include the full cluster metadata in the response - can be large per cluster and also include credentials

	*/
	ShowMetadata *bool
	/*ShowPlanDefaults
	  If showing plans, whether to show values that are left at their default value (less readable but more informative)

	*/
	ShowPlanDefaults *bool
	/*ShowPlanHistory
	  Whether to include with the current and pending plan information the plan history- can be very large per cluster

	*/
	ShowPlanHistory *bool
	/*ShowPlanLogs
	  Whether to include with the current and pending plan information the attempt log - can be very large per cluster

	*/
	ShowPlanLogs *bool
	/*ShowPlans
	  Whether to include the full current and pending plan information in the response - can be large per cluster

	*/
	ShowPlans *bool
	/*ShowSettings
	  Whether to show cluster settings in the response.

	*/
	ShowSettings *bool

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDeploymentKibResourceInfoParams contains all the parameters to send to the API endpoint for the get deployment kib resource info operation typically these are written to a http.Request

func NewGetDeploymentKibResourceInfoParams

func NewGetDeploymentKibResourceInfoParams() *GetDeploymentKibResourceInfoParams

NewGetDeploymentKibResourceInfoParams creates a new GetDeploymentKibResourceInfoParams object with the default values initialized.

func NewGetDeploymentKibResourceInfoParamsWithContext

func NewGetDeploymentKibResourceInfoParamsWithContext(ctx context.Context) *GetDeploymentKibResourceInfoParams

NewGetDeploymentKibResourceInfoParamsWithContext creates a new GetDeploymentKibResourceInfoParams object with the default values initialized, and the ability to set a context for a request

func NewGetDeploymentKibResourceInfoParamsWithHTTPClient

func NewGetDeploymentKibResourceInfoParamsWithHTTPClient(client *http.Client) *GetDeploymentKibResourceInfoParams

NewGetDeploymentKibResourceInfoParamsWithHTTPClient creates a new GetDeploymentKibResourceInfoParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetDeploymentKibResourceInfoParamsWithTimeout

func NewGetDeploymentKibResourceInfoParamsWithTimeout(timeout time.Duration) *GetDeploymentKibResourceInfoParams

NewGetDeploymentKibResourceInfoParamsWithTimeout creates a new GetDeploymentKibResourceInfoParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetDeploymentKibResourceInfoParams) SetContext

SetContext adds the context to the get deployment kib resource info params

func (*GetDeploymentKibResourceInfoParams) SetConvertLegacyPlans

func (o *GetDeploymentKibResourceInfoParams) SetConvertLegacyPlans(convertLegacyPlans *bool)

SetConvertLegacyPlans adds the convertLegacyPlans to the get deployment kib resource info params

func (*GetDeploymentKibResourceInfoParams) SetDeploymentID

func (o *GetDeploymentKibResourceInfoParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the get deployment kib resource info params

func (*GetDeploymentKibResourceInfoParams) SetHTTPClient

func (o *GetDeploymentKibResourceInfoParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get deployment kib resource info params

func (*GetDeploymentKibResourceInfoParams) SetRefID

func (o *GetDeploymentKibResourceInfoParams) SetRefID(refID string)

SetRefID adds the refId to the get deployment kib resource info params

func (*GetDeploymentKibResourceInfoParams) SetShowMetadata

func (o *GetDeploymentKibResourceInfoParams) SetShowMetadata(showMetadata *bool)

SetShowMetadata adds the showMetadata to the get deployment kib resource info params

func (*GetDeploymentKibResourceInfoParams) SetShowPlanDefaults

func (o *GetDeploymentKibResourceInfoParams) SetShowPlanDefaults(showPlanDefaults *bool)

SetShowPlanDefaults adds the showPlanDefaults to the get deployment kib resource info params

func (*GetDeploymentKibResourceInfoParams) SetShowPlanHistory

func (o *GetDeploymentKibResourceInfoParams) SetShowPlanHistory(showPlanHistory *bool)

SetShowPlanHistory adds the showPlanHistory to the get deployment kib resource info params

func (*GetDeploymentKibResourceInfoParams) SetShowPlanLogs

func (o *GetDeploymentKibResourceInfoParams) SetShowPlanLogs(showPlanLogs *bool)

SetShowPlanLogs adds the showPlanLogs to the get deployment kib resource info params

func (*GetDeploymentKibResourceInfoParams) SetShowPlans

func (o *GetDeploymentKibResourceInfoParams) SetShowPlans(showPlans *bool)

SetShowPlans adds the showPlans to the get deployment kib resource info params

func (*GetDeploymentKibResourceInfoParams) SetShowSettings

func (o *GetDeploymentKibResourceInfoParams) SetShowSettings(showSettings *bool)

SetShowSettings adds the showSettings to the get deployment kib resource info params

func (*GetDeploymentKibResourceInfoParams) SetTimeout

func (o *GetDeploymentKibResourceInfoParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get deployment kib resource info params

func (*GetDeploymentKibResourceInfoParams) WithContext

WithContext adds the context to the get deployment kib resource info params

func (*GetDeploymentKibResourceInfoParams) WithConvertLegacyPlans

func (o *GetDeploymentKibResourceInfoParams) WithConvertLegacyPlans(convertLegacyPlans *bool) *GetDeploymentKibResourceInfoParams

WithConvertLegacyPlans adds the convertLegacyPlans to the get deployment kib resource info params

func (*GetDeploymentKibResourceInfoParams) WithDeploymentID

WithDeploymentID adds the deploymentID to the get deployment kib resource info params

func (*GetDeploymentKibResourceInfoParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get deployment kib resource info params

func (*GetDeploymentKibResourceInfoParams) WithRefID

WithRefID adds the refID to the get deployment kib resource info params

func (*GetDeploymentKibResourceInfoParams) WithShowMetadata

WithShowMetadata adds the showMetadata to the get deployment kib resource info params

func (*GetDeploymentKibResourceInfoParams) WithShowPlanDefaults

func (o *GetDeploymentKibResourceInfoParams) WithShowPlanDefaults(showPlanDefaults *bool) *GetDeploymentKibResourceInfoParams

WithShowPlanDefaults adds the showPlanDefaults to the get deployment kib resource info params

func (*GetDeploymentKibResourceInfoParams) WithShowPlanHistory

func (o *GetDeploymentKibResourceInfoParams) WithShowPlanHistory(showPlanHistory *bool) *GetDeploymentKibResourceInfoParams

WithShowPlanHistory adds the showPlanHistory to the get deployment kib resource info params

func (*GetDeploymentKibResourceInfoParams) WithShowPlanLogs

WithShowPlanLogs adds the showPlanLogs to the get deployment kib resource info params

func (*GetDeploymentKibResourceInfoParams) WithShowPlans

WithShowPlans adds the showPlans to the get deployment kib resource info params

func (*GetDeploymentKibResourceInfoParams) WithShowSettings

WithShowSettings adds the showSettings to the get deployment kib resource info params

func (*GetDeploymentKibResourceInfoParams) WithTimeout

WithTimeout adds the timeout to the get deployment kib resource info params

func (*GetDeploymentKibResourceInfoParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDeploymentKibResourceInfoReader

type GetDeploymentKibResourceInfoReader struct {
	// contains filtered or unexported fields
}

GetDeploymentKibResourceInfoReader is a Reader for the GetDeploymentKibResourceInfo structure.

func (*GetDeploymentKibResourceInfoReader) ReadResponse

func (o *GetDeploymentKibResourceInfoReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDeploymentKibResourceInfoUnauthorized

type GetDeploymentKibResourceInfoUnauthorized struct {
	Payload *models.BasicFailedReply
}

GetDeploymentKibResourceInfoUnauthorized handles this case with default header values.

You are not authorized to perform this action

func NewGetDeploymentKibResourceInfoUnauthorized

func NewGetDeploymentKibResourceInfoUnauthorized() *GetDeploymentKibResourceInfoUnauthorized

NewGetDeploymentKibResourceInfoUnauthorized creates a GetDeploymentKibResourceInfoUnauthorized with default headers values

func (*GetDeploymentKibResourceInfoUnauthorized) Error

type GetDeploymentNotFound

type GetDeploymentNotFound struct {
	Payload *models.BasicFailedReply
}

GetDeploymentNotFound handles this case with default header values.

The Deployment specified by {deployment_id} cannot be found

func NewGetDeploymentNotFound

func NewGetDeploymentNotFound() *GetDeploymentNotFound

NewGetDeploymentNotFound creates a GetDeploymentNotFound with default headers values

func (*GetDeploymentNotFound) Error

func (o *GetDeploymentNotFound) Error() string

type GetDeploymentNoteNotFound

type GetDeploymentNoteNotFound struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

GetDeploymentNoteNotFound handles this case with default header values.

* "The deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`) * The note specified by {note_id} cannot be found. (code: `notes.note_not_found`)

func NewGetDeploymentNoteNotFound

func NewGetDeploymentNoteNotFound() *GetDeploymentNoteNotFound

NewGetDeploymentNoteNotFound creates a GetDeploymentNoteNotFound with default headers values

func (*GetDeploymentNoteNotFound) Error

func (o *GetDeploymentNoteNotFound) Error() string

type GetDeploymentNoteOK

type GetDeploymentNoteOK struct {
	/*The date-time when the resource was created (ISO format relative to UTC)
	 */
	XCloudResourceCreated string
	/*The date-time when the resource was last modified (ISO format relative to UTC)
	 */
	XCloudResourceLastModified string
	/*The resource version, which is used to avoid update conflicts with concurrent operations
	 */
	XCloudResourceVersion string

	Payload *models.Note
}

GetDeploymentNoteOK handles this case with default header values.

The deployment note was successfully returned

func NewGetDeploymentNoteOK

func NewGetDeploymentNoteOK() *GetDeploymentNoteOK

NewGetDeploymentNoteOK creates a GetDeploymentNoteOK with default headers values

func (*GetDeploymentNoteOK) Error

func (o *GetDeploymentNoteOK) Error() string

type GetDeploymentNoteParams

type GetDeploymentNoteParams struct {

	/*DeploymentID
	  Identifier for the deployment

	*/
	DeploymentID string
	/*NoteID
	  Identifier of the note to be fetched

	*/
	NoteID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDeploymentNoteParams contains all the parameters to send to the API endpoint for the get deployment note operation typically these are written to a http.Request

func NewGetDeploymentNoteParams

func NewGetDeploymentNoteParams() *GetDeploymentNoteParams

NewGetDeploymentNoteParams creates a new GetDeploymentNoteParams object with the default values initialized.

func NewGetDeploymentNoteParamsWithContext

func NewGetDeploymentNoteParamsWithContext(ctx context.Context) *GetDeploymentNoteParams

NewGetDeploymentNoteParamsWithContext creates a new GetDeploymentNoteParams object with the default values initialized, and the ability to set a context for a request

func NewGetDeploymentNoteParamsWithHTTPClient

func NewGetDeploymentNoteParamsWithHTTPClient(client *http.Client) *GetDeploymentNoteParams

NewGetDeploymentNoteParamsWithHTTPClient creates a new GetDeploymentNoteParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetDeploymentNoteParamsWithTimeout

func NewGetDeploymentNoteParamsWithTimeout(timeout time.Duration) *GetDeploymentNoteParams

NewGetDeploymentNoteParamsWithTimeout creates a new GetDeploymentNoteParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetDeploymentNoteParams) SetContext

func (o *GetDeploymentNoteParams) SetContext(ctx context.Context)

SetContext adds the context to the get deployment note params

func (*GetDeploymentNoteParams) SetDeploymentID

func (o *GetDeploymentNoteParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the get deployment note params

func (*GetDeploymentNoteParams) SetHTTPClient

func (o *GetDeploymentNoteParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get deployment note params

func (*GetDeploymentNoteParams) SetNoteID

func (o *GetDeploymentNoteParams) SetNoteID(noteID string)

SetNoteID adds the noteId to the get deployment note params

func (*GetDeploymentNoteParams) SetTimeout

func (o *GetDeploymentNoteParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get deployment note params

func (*GetDeploymentNoteParams) WithContext

WithContext adds the context to the get deployment note params

func (*GetDeploymentNoteParams) WithDeploymentID

func (o *GetDeploymentNoteParams) WithDeploymentID(deploymentID string) *GetDeploymentNoteParams

WithDeploymentID adds the deploymentID to the get deployment note params

func (*GetDeploymentNoteParams) WithHTTPClient

func (o *GetDeploymentNoteParams) WithHTTPClient(client *http.Client) *GetDeploymentNoteParams

WithHTTPClient adds the HTTPClient to the get deployment note params

func (*GetDeploymentNoteParams) WithNoteID

WithNoteID adds the noteID to the get deployment note params

func (*GetDeploymentNoteParams) WithTimeout

WithTimeout adds the timeout to the get deployment note params

func (*GetDeploymentNoteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDeploymentNoteReader

type GetDeploymentNoteReader struct {
	// contains filtered or unexported fields
}

GetDeploymentNoteReader is a Reader for the GetDeploymentNote structure.

func (*GetDeploymentNoteReader) ReadResponse

func (o *GetDeploymentNoteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDeploymentNotesNotFound

type GetDeploymentNotesNotFound struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

GetDeploymentNotesNotFound handles this case with default header values.

The deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)

func NewGetDeploymentNotesNotFound

func NewGetDeploymentNotesNotFound() *GetDeploymentNotesNotFound

NewGetDeploymentNotesNotFound creates a GetDeploymentNotesNotFound with default headers values

func (*GetDeploymentNotesNotFound) Error

type GetDeploymentNotesOK

type GetDeploymentNotesOK struct {
	/*The date-time when the resource was created (ISO format relative to UTC)
	 */
	XCloudResourceCreated string
	/*The date-time when the resource was last modified (ISO format relative to UTC)
	 */
	XCloudResourceLastModified string
	/*The resource version, which is used to avoid update conflicts with concurrent operations
	 */
	XCloudResourceVersion string

	Payload *models.Notes
}

GetDeploymentNotesOK handles this case with default header values.

The deployment notes were successfully returned

func NewGetDeploymentNotesOK

func NewGetDeploymentNotesOK() *GetDeploymentNotesOK

NewGetDeploymentNotesOK creates a GetDeploymentNotesOK with default headers values

func (*GetDeploymentNotesOK) Error

func (o *GetDeploymentNotesOK) Error() string

type GetDeploymentNotesParams

type GetDeploymentNotesParams struct {

	/*DeploymentID
	  Identifier for the deployment

	*/
	DeploymentID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDeploymentNotesParams contains all the parameters to send to the API endpoint for the get deployment notes operation typically these are written to a http.Request

func NewGetDeploymentNotesParams

func NewGetDeploymentNotesParams() *GetDeploymentNotesParams

NewGetDeploymentNotesParams creates a new GetDeploymentNotesParams object with the default values initialized.

func NewGetDeploymentNotesParamsWithContext

func NewGetDeploymentNotesParamsWithContext(ctx context.Context) *GetDeploymentNotesParams

NewGetDeploymentNotesParamsWithContext creates a new GetDeploymentNotesParams object with the default values initialized, and the ability to set a context for a request

func NewGetDeploymentNotesParamsWithHTTPClient

func NewGetDeploymentNotesParamsWithHTTPClient(client *http.Client) *GetDeploymentNotesParams

NewGetDeploymentNotesParamsWithHTTPClient creates a new GetDeploymentNotesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetDeploymentNotesParamsWithTimeout

func NewGetDeploymentNotesParamsWithTimeout(timeout time.Duration) *GetDeploymentNotesParams

NewGetDeploymentNotesParamsWithTimeout creates a new GetDeploymentNotesParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetDeploymentNotesParams) SetContext

func (o *GetDeploymentNotesParams) SetContext(ctx context.Context)

SetContext adds the context to the get deployment notes params

func (*GetDeploymentNotesParams) SetDeploymentID

func (o *GetDeploymentNotesParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the get deployment notes params

func (*GetDeploymentNotesParams) SetHTTPClient

func (o *GetDeploymentNotesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get deployment notes params

func (*GetDeploymentNotesParams) SetTimeout

func (o *GetDeploymentNotesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get deployment notes params

func (*GetDeploymentNotesParams) WithContext

WithContext adds the context to the get deployment notes params

func (*GetDeploymentNotesParams) WithDeploymentID

func (o *GetDeploymentNotesParams) WithDeploymentID(deploymentID string) *GetDeploymentNotesParams

WithDeploymentID adds the deploymentID to the get deployment notes params

func (*GetDeploymentNotesParams) WithHTTPClient

func (o *GetDeploymentNotesParams) WithHTTPClient(client *http.Client) *GetDeploymentNotesParams

WithHTTPClient adds the HTTPClient to the get deployment notes params

func (*GetDeploymentNotesParams) WithTimeout

WithTimeout adds the timeout to the get deployment notes params

func (*GetDeploymentNotesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDeploymentNotesReader

type GetDeploymentNotesReader struct {
	// contains filtered or unexported fields
}

GetDeploymentNotesReader is a Reader for the GetDeploymentNotes structure.

func (*GetDeploymentNotesReader) ReadResponse

func (o *GetDeploymentNotesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDeploymentOK

type GetDeploymentOK struct {
	/*The date-time when the resource was created (ISO format relative to UTC)
	 */
	XCloudResourceCreated string
	/*The date-time when the resource was last modified (ISO format relative to UTC)
	 */
	XCloudResourceLastModified string
	/*The resource version, which is used to avoid update conflicts with concurrent operations
	 */
	XCloudResourceVersion string

	Payload *models.DeploymentGetResponse
}

GetDeploymentOK handles this case with default header values.

The Deployment info response

func NewGetDeploymentOK

func NewGetDeploymentOK() *GetDeploymentOK

NewGetDeploymentOK creates a GetDeploymentOK with default headers values

func (*GetDeploymentOK) Error

func (o *GetDeploymentOK) Error() string

type GetDeploymentParams

type GetDeploymentParams struct {

	/*ConvertLegacyPlans
	  If showing plans, whether to leave pre-2.0.0 plans in their legacy format (the default), or whether to update them to 2.0.x+ format (if 'true')

	*/
	ConvertLegacyPlans *bool
	/*DeploymentID
	  Identifier for the Deployment

	*/
	DeploymentID string
	/*EnrichWithTemplate
	  If showing plans, whether to enrich the plan by including the missing elements from the deployment template it is based on

	*/
	EnrichWithTemplate *bool
	/*ShowMetadata
	  Whether to include the full cluster metadata in the response - can be large per cluster and also include credentials

	*/
	ShowMetadata *bool
	/*ShowPlanDefaults
	  If showing plans, whether to show values that are left at their default value (less readable but more informative)

	*/
	ShowPlanDefaults *bool
	/*ShowPlanHistory
	  Whether to include with the current and pending plan information the plan history- can be very large per cluster

	*/
	ShowPlanHistory *bool
	/*ShowPlanLogs
	  Whether to include with the current and pending plan information the attempt log - can be very large per cluster

	*/
	ShowPlanLogs *bool
	/*ShowPlans
	  Whether to include the full current and pending plan information in the response - can be large per cluster

	*/
	ShowPlans *bool
	/*ShowSecurity
	  Whether to include the Elasticsearch 2.x security information in the response - can be large per cluster and also include credentials

	*/
	ShowSecurity *bool
	/*ShowSettings
	  Whether to show cluster settings in the response.

	*/
	ShowSettings *bool
	/*ShowSystemAlerts
	  Number of system alerts (such as forced restarts due to memory limits) to be included in the response - can be large per cluster. Negative numbers or 0 will not return field.

	*/
	ShowSystemAlerts *int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDeploymentParams contains all the parameters to send to the API endpoint for the get deployment operation typically these are written to a http.Request

func NewGetDeploymentParams

func NewGetDeploymentParams() *GetDeploymentParams

NewGetDeploymentParams creates a new GetDeploymentParams object with the default values initialized.

func NewGetDeploymentParamsWithContext

func NewGetDeploymentParamsWithContext(ctx context.Context) *GetDeploymentParams

NewGetDeploymentParamsWithContext creates a new GetDeploymentParams object with the default values initialized, and the ability to set a context for a request

func NewGetDeploymentParamsWithHTTPClient

func NewGetDeploymentParamsWithHTTPClient(client *http.Client) *GetDeploymentParams

NewGetDeploymentParamsWithHTTPClient creates a new GetDeploymentParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetDeploymentParamsWithTimeout

func NewGetDeploymentParamsWithTimeout(timeout time.Duration) *GetDeploymentParams

NewGetDeploymentParamsWithTimeout creates a new GetDeploymentParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetDeploymentParams) SetContext

func (o *GetDeploymentParams) SetContext(ctx context.Context)

SetContext adds the context to the get deployment params

func (*GetDeploymentParams) SetConvertLegacyPlans

func (o *GetDeploymentParams) SetConvertLegacyPlans(convertLegacyPlans *bool)

SetConvertLegacyPlans adds the convertLegacyPlans to the get deployment params

func (*GetDeploymentParams) SetDeploymentID

func (o *GetDeploymentParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the get deployment params

func (*GetDeploymentParams) SetEnrichWithTemplate

func (o *GetDeploymentParams) SetEnrichWithTemplate(enrichWithTemplate *bool)

SetEnrichWithTemplate adds the enrichWithTemplate to the get deployment params

func (*GetDeploymentParams) SetHTTPClient

func (o *GetDeploymentParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get deployment params

func (*GetDeploymentParams) SetShowMetadata

func (o *GetDeploymentParams) SetShowMetadata(showMetadata *bool)

SetShowMetadata adds the showMetadata to the get deployment params

func (*GetDeploymentParams) SetShowPlanDefaults

func (o *GetDeploymentParams) SetShowPlanDefaults(showPlanDefaults *bool)

SetShowPlanDefaults adds the showPlanDefaults to the get deployment params

func (*GetDeploymentParams) SetShowPlanHistory

func (o *GetDeploymentParams) SetShowPlanHistory(showPlanHistory *bool)

SetShowPlanHistory adds the showPlanHistory to the get deployment params

func (*GetDeploymentParams) SetShowPlanLogs

func (o *GetDeploymentParams) SetShowPlanLogs(showPlanLogs *bool)

SetShowPlanLogs adds the showPlanLogs to the get deployment params

func (*GetDeploymentParams) SetShowPlans

func (o *GetDeploymentParams) SetShowPlans(showPlans *bool)

SetShowPlans adds the showPlans to the get deployment params

func (*GetDeploymentParams) SetShowSecurity

func (o *GetDeploymentParams) SetShowSecurity(showSecurity *bool)

SetShowSecurity adds the showSecurity to the get deployment params

func (*GetDeploymentParams) SetShowSettings

func (o *GetDeploymentParams) SetShowSettings(showSettings *bool)

SetShowSettings adds the showSettings to the get deployment params

func (*GetDeploymentParams) SetShowSystemAlerts

func (o *GetDeploymentParams) SetShowSystemAlerts(showSystemAlerts *int64)

SetShowSystemAlerts adds the showSystemAlerts to the get deployment params

func (*GetDeploymentParams) SetTimeout

func (o *GetDeploymentParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get deployment params

func (*GetDeploymentParams) WithContext

WithContext adds the context to the get deployment params

func (*GetDeploymentParams) WithConvertLegacyPlans

func (o *GetDeploymentParams) WithConvertLegacyPlans(convertLegacyPlans *bool) *GetDeploymentParams

WithConvertLegacyPlans adds the convertLegacyPlans to the get deployment params

func (*GetDeploymentParams) WithDeploymentID

func (o *GetDeploymentParams) WithDeploymentID(deploymentID string) *GetDeploymentParams

WithDeploymentID adds the deploymentID to the get deployment params

func (*GetDeploymentParams) WithEnrichWithTemplate

func (o *GetDeploymentParams) WithEnrichWithTemplate(enrichWithTemplate *bool) *GetDeploymentParams

WithEnrichWithTemplate adds the enrichWithTemplate to the get deployment params

func (*GetDeploymentParams) WithHTTPClient

func (o *GetDeploymentParams) WithHTTPClient(client *http.Client) *GetDeploymentParams

WithHTTPClient adds the HTTPClient to the get deployment params

func (*GetDeploymentParams) WithShowMetadata

func (o *GetDeploymentParams) WithShowMetadata(showMetadata *bool) *GetDeploymentParams

WithShowMetadata adds the showMetadata to the get deployment params

func (*GetDeploymentParams) WithShowPlanDefaults

func (o *GetDeploymentParams) WithShowPlanDefaults(showPlanDefaults *bool) *GetDeploymentParams

WithShowPlanDefaults adds the showPlanDefaults to the get deployment params

func (*GetDeploymentParams) WithShowPlanHistory

func (o *GetDeploymentParams) WithShowPlanHistory(showPlanHistory *bool) *GetDeploymentParams

WithShowPlanHistory adds the showPlanHistory to the get deployment params

func (*GetDeploymentParams) WithShowPlanLogs

func (o *GetDeploymentParams) WithShowPlanLogs(showPlanLogs *bool) *GetDeploymentParams

WithShowPlanLogs adds the showPlanLogs to the get deployment params

func (*GetDeploymentParams) WithShowPlans

func (o *GetDeploymentParams) WithShowPlans(showPlans *bool) *GetDeploymentParams

WithShowPlans adds the showPlans to the get deployment params

func (*GetDeploymentParams) WithShowSecurity

func (o *GetDeploymentParams) WithShowSecurity(showSecurity *bool) *GetDeploymentParams

WithShowSecurity adds the showSecurity to the get deployment params

func (*GetDeploymentParams) WithShowSettings

func (o *GetDeploymentParams) WithShowSettings(showSettings *bool) *GetDeploymentParams

WithShowSettings adds the showSettings to the get deployment params

func (*GetDeploymentParams) WithShowSystemAlerts

func (o *GetDeploymentParams) WithShowSystemAlerts(showSystemAlerts *int64) *GetDeploymentParams

WithShowSystemAlerts adds the showSystemAlerts to the get deployment params

func (*GetDeploymentParams) WithTimeout

func (o *GetDeploymentParams) WithTimeout(timeout time.Duration) *GetDeploymentParams

WithTimeout adds the timeout to the get deployment params

func (*GetDeploymentParams) WriteToRequest

func (o *GetDeploymentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetDeploymentReader

type GetDeploymentReader struct {
	// contains filtered or unexported fields
}

GetDeploymentReader is a Reader for the GetDeployment structure.

func (*GetDeploymentReader) ReadResponse

func (o *GetDeploymentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDeploymentUnauthorized

type GetDeploymentUnauthorized struct {
	Payload *models.BasicFailedReply
}

GetDeploymentUnauthorized handles this case with default header values.

You are not authorized to perform this action

func NewGetDeploymentUnauthorized

func NewGetDeploymentUnauthorized() *GetDeploymentUnauthorized

NewGetDeploymentUnauthorized creates a GetDeploymentUnauthorized with default headers values

func (*GetDeploymentUnauthorized) Error

func (o *GetDeploymentUnauthorized) Error() string

type ListDeploymentsOK

type ListDeploymentsOK struct {
	Payload *models.DeploymentsListResponse
}

ListDeploymentsOK handles this case with default header values.

The list of deployments that belong to the authenticated user

func NewListDeploymentsOK

func NewListDeploymentsOK() *ListDeploymentsOK

NewListDeploymentsOK creates a ListDeploymentsOK with default headers values

func (*ListDeploymentsOK) Error

func (o *ListDeploymentsOK) Error() string

type ListDeploymentsParams

type ListDeploymentsParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListDeploymentsParams contains all the parameters to send to the API endpoint for the list deployments operation typically these are written to a http.Request

func NewListDeploymentsParams

func NewListDeploymentsParams() *ListDeploymentsParams

NewListDeploymentsParams creates a new ListDeploymentsParams object with the default values initialized.

func NewListDeploymentsParamsWithContext

func NewListDeploymentsParamsWithContext(ctx context.Context) *ListDeploymentsParams

NewListDeploymentsParamsWithContext creates a new ListDeploymentsParams object with the default values initialized, and the ability to set a context for a request

func NewListDeploymentsParamsWithHTTPClient

func NewListDeploymentsParamsWithHTTPClient(client *http.Client) *ListDeploymentsParams

NewListDeploymentsParamsWithHTTPClient creates a new ListDeploymentsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewListDeploymentsParamsWithTimeout

func NewListDeploymentsParamsWithTimeout(timeout time.Duration) *ListDeploymentsParams

NewListDeploymentsParamsWithTimeout creates a new ListDeploymentsParams object with the default values initialized, and the ability to set a timeout on a request

func (*ListDeploymentsParams) SetContext

func (o *ListDeploymentsParams) SetContext(ctx context.Context)

SetContext adds the context to the list deployments params

func (*ListDeploymentsParams) SetHTTPClient

func (o *ListDeploymentsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the list deployments params

func (*ListDeploymentsParams) SetTimeout

func (o *ListDeploymentsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the list deployments params

func (*ListDeploymentsParams) WithContext

WithContext adds the context to the list deployments params

func (*ListDeploymentsParams) WithHTTPClient

func (o *ListDeploymentsParams) WithHTTPClient(client *http.Client) *ListDeploymentsParams

WithHTTPClient adds the HTTPClient to the list deployments params

func (*ListDeploymentsParams) WithTimeout

func (o *ListDeploymentsParams) WithTimeout(timeout time.Duration) *ListDeploymentsParams

WithTimeout adds the timeout to the list deployments params

func (*ListDeploymentsParams) WriteToRequest

func (o *ListDeploymentsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ListDeploymentsReader

type ListDeploymentsReader struct {
	// contains filtered or unexported fields
}

ListDeploymentsReader is a Reader for the ListDeployments structure.

func (*ListDeploymentsReader) ReadResponse

func (o *ListDeploymentsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ListDeploymentsUnauthorized

type ListDeploymentsUnauthorized struct {
	Payload *models.BasicFailedReply
}

ListDeploymentsUnauthorized handles this case with default header values.

You are not authorized to perform this action

func NewListDeploymentsUnauthorized

func NewListDeploymentsUnauthorized() *ListDeploymentsUnauthorized

NewListDeploymentsUnauthorized creates a ListDeploymentsUnauthorized with default headers values

func (*ListDeploymentsUnauthorized) Error

type RestartDeploymentEsResourceAccepted

type RestartDeploymentEsResourceAccepted struct {
	Payload models.DeploymentResourceCommandResponse
}

RestartDeploymentEsResourceAccepted handles this case with default header values.

The restart command was issued successfully

func NewRestartDeploymentEsResourceAccepted

func NewRestartDeploymentEsResourceAccepted() *RestartDeploymentEsResourceAccepted

NewRestartDeploymentEsResourceAccepted creates a RestartDeploymentEsResourceAccepted with default headers values

func (*RestartDeploymentEsResourceAccepted) Error

type RestartDeploymentEsResourceNotFound

type RestartDeploymentEsResourceNotFound struct {
	Payload *models.BasicFailedReply
}

RestartDeploymentEsResourceNotFound handles this case with default header values.

The Resource specified by {ref_id} cannot be found

func NewRestartDeploymentEsResourceNotFound

func NewRestartDeploymentEsResourceNotFound() *RestartDeploymentEsResourceNotFound

NewRestartDeploymentEsResourceNotFound creates a RestartDeploymentEsResourceNotFound with default headers values

func (*RestartDeploymentEsResourceNotFound) Error

type RestartDeploymentEsResourceParams

type RestartDeploymentEsResourceParams struct {

	/*CancelPending
	  If true, will cancel any pending plans before restarting (else will error)

	*/
	CancelPending *bool
	/*DeploymentID
	  Identifier for the Deployment

	*/
	DeploymentID string
	/*GroupAttribute
	  Indicates the property or properties used to divide the list of instances to restart in groups. Valid options are: '\_\_all\_\_' (restart all at once), '\_\_zone\_\_' by logical zone, '\_\_name\_\_' one instance at the time, or a comma-separated list of attributes of the instances

	*/
	GroupAttribute *string
	/*RefID
	  User-specified RefId for the Resource

	*/
	RefID string
	/*RestoreSnapshot
	  If restoring from shutdown and true (the default), then will restore the cluster from the last snapshot (if available)

	*/
	RestoreSnapshot *bool
	/*ShardInitWaitTime
	  The time, in seconds, to wait for shards that show no progress of initializing, before rolling the next group (default: 10 minutes)

	*/
	ShardInitWaitTime *int64
	/*SkipSnapshot
	  If true, will not take a snapshot of the cluster before restarting

	*/
	SkipSnapshot *bool

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

RestartDeploymentEsResourceParams contains all the parameters to send to the API endpoint for the restart deployment es resource operation typically these are written to a http.Request

func NewRestartDeploymentEsResourceParams

func NewRestartDeploymentEsResourceParams() *RestartDeploymentEsResourceParams

NewRestartDeploymentEsResourceParams creates a new RestartDeploymentEsResourceParams object with the default values initialized.

func NewRestartDeploymentEsResourceParamsWithContext

func NewRestartDeploymentEsResourceParamsWithContext(ctx context.Context) *RestartDeploymentEsResourceParams

NewRestartDeploymentEsResourceParamsWithContext creates a new RestartDeploymentEsResourceParams object with the default values initialized, and the ability to set a context for a request

func NewRestartDeploymentEsResourceParamsWithHTTPClient

func NewRestartDeploymentEsResourceParamsWithHTTPClient(client *http.Client) *RestartDeploymentEsResourceParams

NewRestartDeploymentEsResourceParamsWithHTTPClient creates a new RestartDeploymentEsResourceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewRestartDeploymentEsResourceParamsWithTimeout

func NewRestartDeploymentEsResourceParamsWithTimeout(timeout time.Duration) *RestartDeploymentEsResourceParams

NewRestartDeploymentEsResourceParamsWithTimeout creates a new RestartDeploymentEsResourceParams object with the default values initialized, and the ability to set a timeout on a request

func (*RestartDeploymentEsResourceParams) SetCancelPending

func (o *RestartDeploymentEsResourceParams) SetCancelPending(cancelPending *bool)

SetCancelPending adds the cancelPending to the restart deployment es resource params

func (*RestartDeploymentEsResourceParams) SetContext

SetContext adds the context to the restart deployment es resource params

func (*RestartDeploymentEsResourceParams) SetDeploymentID

func (o *RestartDeploymentEsResourceParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the restart deployment es resource params

func (*RestartDeploymentEsResourceParams) SetGroupAttribute

func (o *RestartDeploymentEsResourceParams) SetGroupAttribute(groupAttribute *string)

SetGroupAttribute adds the groupAttribute to the restart deployment es resource params

func (*RestartDeploymentEsResourceParams) SetHTTPClient

func (o *RestartDeploymentEsResourceParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the restart deployment es resource params

func (*RestartDeploymentEsResourceParams) SetRefID

func (o *RestartDeploymentEsResourceParams) SetRefID(refID string)

SetRefID adds the refId to the restart deployment es resource params

func (*RestartDeploymentEsResourceParams) SetRestoreSnapshot

func (o *RestartDeploymentEsResourceParams) SetRestoreSnapshot(restoreSnapshot *bool)

SetRestoreSnapshot adds the restoreSnapshot to the restart deployment es resource params

func (*RestartDeploymentEsResourceParams) SetShardInitWaitTime

func (o *RestartDeploymentEsResourceParams) SetShardInitWaitTime(shardInitWaitTime *int64)

SetShardInitWaitTime adds the shardInitWaitTime to the restart deployment es resource params

func (*RestartDeploymentEsResourceParams) SetSkipSnapshot

func (o *RestartDeploymentEsResourceParams) SetSkipSnapshot(skipSnapshot *bool)

SetSkipSnapshot adds the skipSnapshot to the restart deployment es resource params

func (*RestartDeploymentEsResourceParams) SetTimeout

func (o *RestartDeploymentEsResourceParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the restart deployment es resource params

func (*RestartDeploymentEsResourceParams) WithCancelPending

func (o *RestartDeploymentEsResourceParams) WithCancelPending(cancelPending *bool) *RestartDeploymentEsResourceParams

WithCancelPending adds the cancelPending to the restart deployment es resource params

func (*RestartDeploymentEsResourceParams) WithContext

WithContext adds the context to the restart deployment es resource params

func (*RestartDeploymentEsResourceParams) WithDeploymentID

WithDeploymentID adds the deploymentID to the restart deployment es resource params

func (*RestartDeploymentEsResourceParams) WithGroupAttribute

func (o *RestartDeploymentEsResourceParams) WithGroupAttribute(groupAttribute *string) *RestartDeploymentEsResourceParams

WithGroupAttribute adds the groupAttribute to the restart deployment es resource params

func (*RestartDeploymentEsResourceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the restart deployment es resource params

func (*RestartDeploymentEsResourceParams) WithRefID

WithRefID adds the refID to the restart deployment es resource params

func (*RestartDeploymentEsResourceParams) WithRestoreSnapshot

func (o *RestartDeploymentEsResourceParams) WithRestoreSnapshot(restoreSnapshot *bool) *RestartDeploymentEsResourceParams

WithRestoreSnapshot adds the restoreSnapshot to the restart deployment es resource params

func (*RestartDeploymentEsResourceParams) WithShardInitWaitTime

func (o *RestartDeploymentEsResourceParams) WithShardInitWaitTime(shardInitWaitTime *int64) *RestartDeploymentEsResourceParams

WithShardInitWaitTime adds the shardInitWaitTime to the restart deployment es resource params

func (*RestartDeploymentEsResourceParams) WithSkipSnapshot

func (o *RestartDeploymentEsResourceParams) WithSkipSnapshot(skipSnapshot *bool) *RestartDeploymentEsResourceParams

WithSkipSnapshot adds the skipSnapshot to the restart deployment es resource params

func (*RestartDeploymentEsResourceParams) WithTimeout

WithTimeout adds the timeout to the restart deployment es resource params

func (*RestartDeploymentEsResourceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RestartDeploymentEsResourceReader

type RestartDeploymentEsResourceReader struct {
	// contains filtered or unexported fields
}

RestartDeploymentEsResourceReader is a Reader for the RestartDeploymentEsResource structure.

func (*RestartDeploymentEsResourceReader) ReadResponse

func (o *RestartDeploymentEsResourceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type RestartDeploymentEsResourceRetryWith

type RestartDeploymentEsResourceRetryWith struct {
	Payload *models.BasicFailedReply
}

RestartDeploymentEsResourceRetryWith handles this case with default header values.

elevated permissions are required. (code: '"root.unauthorized.rbac.elevated_permissions_required"')

func NewRestartDeploymentEsResourceRetryWith

func NewRestartDeploymentEsResourceRetryWith() *RestartDeploymentEsResourceRetryWith

NewRestartDeploymentEsResourceRetryWith creates a RestartDeploymentEsResourceRetryWith with default headers values

func (*RestartDeploymentEsResourceRetryWith) Error

type RestartDeploymentEsResourceUnprocessableEntity

type RestartDeploymentEsResourceUnprocessableEntity struct {
	Payload *models.BasicFailedReply
}

RestartDeploymentEsResourceUnprocessableEntity handles this case with default header values.

The command sent to a Resource found the Resource in an illegal state, the error message gives more details

func NewRestartDeploymentEsResourceUnprocessableEntity

func NewRestartDeploymentEsResourceUnprocessableEntity() *RestartDeploymentEsResourceUnprocessableEntity

NewRestartDeploymentEsResourceUnprocessableEntity creates a RestartDeploymentEsResourceUnprocessableEntity with default headers values

func (*RestartDeploymentEsResourceUnprocessableEntity) Error

type RestartDeploymentStatelessResourceAccepted

type RestartDeploymentStatelessResourceAccepted struct {
	Payload models.DeploymentResourceCommandResponse
}

RestartDeploymentStatelessResourceAccepted handles this case with default header values.

The restart command was issued successfully

func NewRestartDeploymentStatelessResourceAccepted

func NewRestartDeploymentStatelessResourceAccepted() *RestartDeploymentStatelessResourceAccepted

NewRestartDeploymentStatelessResourceAccepted creates a RestartDeploymentStatelessResourceAccepted with default headers values

func (*RestartDeploymentStatelessResourceAccepted) Error

type RestartDeploymentStatelessResourceInternalServerError

type RestartDeploymentStatelessResourceInternalServerError struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

RestartDeploymentStatelessResourceInternalServerError handles this case with default header values.

We have failed you. (code: `deployments.deployment_resource_no_longer_exists`)

func NewRestartDeploymentStatelessResourceInternalServerError

func NewRestartDeploymentStatelessResourceInternalServerError() *RestartDeploymentStatelessResourceInternalServerError

NewRestartDeploymentStatelessResourceInternalServerError creates a RestartDeploymentStatelessResourceInternalServerError with default headers values

func (*RestartDeploymentStatelessResourceInternalServerError) Error

type RestartDeploymentStatelessResourceNotFound

type RestartDeploymentStatelessResourceNotFound struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

RestartDeploymentStatelessResourceNotFound handles this case with default header values.

The Resource specified by {ref_id} cannot be found. (code: `deployments.deployment_resource_not_found`)

func NewRestartDeploymentStatelessResourceNotFound

func NewRestartDeploymentStatelessResourceNotFound() *RestartDeploymentStatelessResourceNotFound

NewRestartDeploymentStatelessResourceNotFound creates a RestartDeploymentStatelessResourceNotFound with default headers values

func (*RestartDeploymentStatelessResourceNotFound) Error

type RestartDeploymentStatelessResourceParams

type RestartDeploymentStatelessResourceParams struct {

	/*CancelPending
	  If true, will cancel any pending plans before restarting (else will error)

	*/
	CancelPending *bool
	/*DeploymentID
	  Identifier for the Deployment

	*/
	DeploymentID string
	/*RefID
	  User-specified RefId for the Resource

	*/
	RefID string
	/*StatelessResourceKind
	  The kind of stateless resource

	*/
	StatelessResourceKind string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

RestartDeploymentStatelessResourceParams contains all the parameters to send to the API endpoint for the restart deployment stateless resource operation typically these are written to a http.Request

func NewRestartDeploymentStatelessResourceParams

func NewRestartDeploymentStatelessResourceParams() *RestartDeploymentStatelessResourceParams

NewRestartDeploymentStatelessResourceParams creates a new RestartDeploymentStatelessResourceParams object with the default values initialized.

func NewRestartDeploymentStatelessResourceParamsWithContext

func NewRestartDeploymentStatelessResourceParamsWithContext(ctx context.Context) *RestartDeploymentStatelessResourceParams

NewRestartDeploymentStatelessResourceParamsWithContext creates a new RestartDeploymentStatelessResourceParams object with the default values initialized, and the ability to set a context for a request

func NewRestartDeploymentStatelessResourceParamsWithHTTPClient

func NewRestartDeploymentStatelessResourceParamsWithHTTPClient(client *http.Client) *RestartDeploymentStatelessResourceParams

NewRestartDeploymentStatelessResourceParamsWithHTTPClient creates a new RestartDeploymentStatelessResourceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewRestartDeploymentStatelessResourceParamsWithTimeout

func NewRestartDeploymentStatelessResourceParamsWithTimeout(timeout time.Duration) *RestartDeploymentStatelessResourceParams

NewRestartDeploymentStatelessResourceParamsWithTimeout creates a new RestartDeploymentStatelessResourceParams object with the default values initialized, and the ability to set a timeout on a request

func (*RestartDeploymentStatelessResourceParams) SetCancelPending

func (o *RestartDeploymentStatelessResourceParams) SetCancelPending(cancelPending *bool)

SetCancelPending adds the cancelPending to the restart deployment stateless resource params

func (*RestartDeploymentStatelessResourceParams) SetContext

SetContext adds the context to the restart deployment stateless resource params

func (*RestartDeploymentStatelessResourceParams) SetDeploymentID

func (o *RestartDeploymentStatelessResourceParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the restart deployment stateless resource params

func (*RestartDeploymentStatelessResourceParams) SetHTTPClient

func (o *RestartDeploymentStatelessResourceParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the restart deployment stateless resource params

func (*RestartDeploymentStatelessResourceParams) SetRefID

SetRefID adds the refId to the restart deployment stateless resource params

func (*RestartDeploymentStatelessResourceParams) SetStatelessResourceKind

func (o *RestartDeploymentStatelessResourceParams) SetStatelessResourceKind(statelessResourceKind string)

SetStatelessResourceKind adds the statelessResourceKind to the restart deployment stateless resource params

func (*RestartDeploymentStatelessResourceParams) SetTimeout

SetTimeout adds the timeout to the restart deployment stateless resource params

func (*RestartDeploymentStatelessResourceParams) WithCancelPending

WithCancelPending adds the cancelPending to the restart deployment stateless resource params

func (*RestartDeploymentStatelessResourceParams) WithContext

WithContext adds the context to the restart deployment stateless resource params

func (*RestartDeploymentStatelessResourceParams) WithDeploymentID

WithDeploymentID adds the deploymentID to the restart deployment stateless resource params

func (*RestartDeploymentStatelessResourceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the restart deployment stateless resource params

func (*RestartDeploymentStatelessResourceParams) WithRefID

WithRefID adds the refID to the restart deployment stateless resource params

func (*RestartDeploymentStatelessResourceParams) WithStatelessResourceKind

func (o *RestartDeploymentStatelessResourceParams) WithStatelessResourceKind(statelessResourceKind string) *RestartDeploymentStatelessResourceParams

WithStatelessResourceKind adds the statelessResourceKind to the restart deployment stateless resource params

func (*RestartDeploymentStatelessResourceParams) WithTimeout

WithTimeout adds the timeout to the restart deployment stateless resource params

func (*RestartDeploymentStatelessResourceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RestartDeploymentStatelessResourceReader

type RestartDeploymentStatelessResourceReader struct {
	// contains filtered or unexported fields
}

RestartDeploymentStatelessResourceReader is a Reader for the RestartDeploymentStatelessResource structure.

func (*RestartDeploymentStatelessResourceReader) ReadResponse

func (o *RestartDeploymentStatelessResourceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type RestartDeploymentStatelessResourceRetryWith

type RestartDeploymentStatelessResourceRetryWith struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

RestartDeploymentStatelessResourceRetryWith handles this case with default header values.

Elevated permissions are required. (code: `root.unauthorized.rbac.elevated_permissions_required`)

func NewRestartDeploymentStatelessResourceRetryWith

func NewRestartDeploymentStatelessResourceRetryWith() *RestartDeploymentStatelessResourceRetryWith

NewRestartDeploymentStatelessResourceRetryWith creates a RestartDeploymentStatelessResourceRetryWith with default headers values

func (*RestartDeploymentStatelessResourceRetryWith) Error

type RestartDeploymentStatelessResourceUnprocessableEntity

type RestartDeploymentStatelessResourceUnprocessableEntity struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

RestartDeploymentStatelessResourceUnprocessableEntity handles this case with default header values.

The command sent to a Resource found the Resource in an illegal state, the error message gives more details. (code: `deployments.deployment_resource_plan_change_error`)

func NewRestartDeploymentStatelessResourceUnprocessableEntity

func NewRestartDeploymentStatelessResourceUnprocessableEntity() *RestartDeploymentStatelessResourceUnprocessableEntity

NewRestartDeploymentStatelessResourceUnprocessableEntity creates a RestartDeploymentStatelessResourceUnprocessableEntity with default headers values

func (*RestartDeploymentStatelessResourceUnprocessableEntity) Error

type RestoreDeploymentBadRequest

type RestoreDeploymentBadRequest struct {
	Payload *models.BasicFailedReply
}

RestoreDeploymentBadRequest handles this case with default header values.

There are Elasticsearch resources in the deployment which are not shut down

func NewRestoreDeploymentBadRequest

func NewRestoreDeploymentBadRequest() *RestoreDeploymentBadRequest

NewRestoreDeploymentBadRequest creates a RestoreDeploymentBadRequest with default headers values

func (*RestoreDeploymentBadRequest) Error

type RestoreDeploymentNotFound

type RestoreDeploymentNotFound struct {
	Payload *models.BasicFailedReply
}

RestoreDeploymentNotFound handles this case with default header values.

The Deployment specified by {deployment_id} cannot be found

func NewRestoreDeploymentNotFound

func NewRestoreDeploymentNotFound() *RestoreDeploymentNotFound

NewRestoreDeploymentNotFound creates a RestoreDeploymentNotFound with default headers values

func (*RestoreDeploymentNotFound) Error

func (o *RestoreDeploymentNotFound) Error() string

type RestoreDeploymentOK

type RestoreDeploymentOK struct {
	Payload *models.DeploymentRestoreResponse
}

RestoreDeploymentOK handles this case with default header values.

The request was valid and the resources of the deployment were restored

func NewRestoreDeploymentOK

func NewRestoreDeploymentOK() *RestoreDeploymentOK

NewRestoreDeploymentOK creates a RestoreDeploymentOK with default headers values

func (*RestoreDeploymentOK) Error

func (o *RestoreDeploymentOK) Error() string

type RestoreDeploymentParams

type RestoreDeploymentParams struct {

	/*DeploymentID
	  Identifier for the Deployment

	*/
	DeploymentID string
	/*RestoreSnapshot
	  Whether or not to restore a snapshot for those resources that allow it.

	*/
	RestoreSnapshot *bool

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

RestoreDeploymentParams contains all the parameters to send to the API endpoint for the restore deployment operation typically these are written to a http.Request

func NewRestoreDeploymentParams

func NewRestoreDeploymentParams() *RestoreDeploymentParams

NewRestoreDeploymentParams creates a new RestoreDeploymentParams object with the default values initialized.

func NewRestoreDeploymentParamsWithContext

func NewRestoreDeploymentParamsWithContext(ctx context.Context) *RestoreDeploymentParams

NewRestoreDeploymentParamsWithContext creates a new RestoreDeploymentParams object with the default values initialized, and the ability to set a context for a request

func NewRestoreDeploymentParamsWithHTTPClient

func NewRestoreDeploymentParamsWithHTTPClient(client *http.Client) *RestoreDeploymentParams

NewRestoreDeploymentParamsWithHTTPClient creates a new RestoreDeploymentParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewRestoreDeploymentParamsWithTimeout

func NewRestoreDeploymentParamsWithTimeout(timeout time.Duration) *RestoreDeploymentParams

NewRestoreDeploymentParamsWithTimeout creates a new RestoreDeploymentParams object with the default values initialized, and the ability to set a timeout on a request

func (*RestoreDeploymentParams) SetContext

func (o *RestoreDeploymentParams) SetContext(ctx context.Context)

SetContext adds the context to the restore deployment params

func (*RestoreDeploymentParams) SetDeploymentID

func (o *RestoreDeploymentParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the restore deployment params

func (*RestoreDeploymentParams) SetHTTPClient

func (o *RestoreDeploymentParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the restore deployment params

func (*RestoreDeploymentParams) SetRestoreSnapshot

func (o *RestoreDeploymentParams) SetRestoreSnapshot(restoreSnapshot *bool)

SetRestoreSnapshot adds the restoreSnapshot to the restore deployment params

func (*RestoreDeploymentParams) SetTimeout

func (o *RestoreDeploymentParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the restore deployment params

func (*RestoreDeploymentParams) WithContext

WithContext adds the context to the restore deployment params

func (*RestoreDeploymentParams) WithDeploymentID

func (o *RestoreDeploymentParams) WithDeploymentID(deploymentID string) *RestoreDeploymentParams

WithDeploymentID adds the deploymentID to the restore deployment params

func (*RestoreDeploymentParams) WithHTTPClient

func (o *RestoreDeploymentParams) WithHTTPClient(client *http.Client) *RestoreDeploymentParams

WithHTTPClient adds the HTTPClient to the restore deployment params

func (*RestoreDeploymentParams) WithRestoreSnapshot

func (o *RestoreDeploymentParams) WithRestoreSnapshot(restoreSnapshot *bool) *RestoreDeploymentParams

WithRestoreSnapshot adds the restoreSnapshot to the restore deployment params

func (*RestoreDeploymentParams) WithTimeout

WithTimeout adds the timeout to the restore deployment params

func (*RestoreDeploymentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RestoreDeploymentReader

type RestoreDeploymentReader struct {
	// contains filtered or unexported fields
}

RestoreDeploymentReader is a Reader for the RestoreDeployment structure.

func (*RestoreDeploymentReader) ReadResponse

func (o *RestoreDeploymentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type RestoreDeploymentResourceBadRequest

type RestoreDeploymentResourceBadRequest struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

RestoreDeploymentResourceBadRequest handles this case with default header values.

The resource is not shut down. (code: `deployments.resource_not_shutdown`)

func NewRestoreDeploymentResourceBadRequest

func NewRestoreDeploymentResourceBadRequest() *RestoreDeploymentResourceBadRequest

NewRestoreDeploymentResourceBadRequest creates a RestoreDeploymentResourceBadRequest with default headers values

func (*RestoreDeploymentResourceBadRequest) Error

type RestoreDeploymentResourceNotFound

type RestoreDeploymentResourceNotFound struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

RestoreDeploymentResourceNotFound handles this case with default header values.

The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)

func NewRestoreDeploymentResourceNotFound

func NewRestoreDeploymentResourceNotFound() *RestoreDeploymentResourceNotFound

NewRestoreDeploymentResourceNotFound creates a RestoreDeploymentResourceNotFound with default headers values

func (*RestoreDeploymentResourceNotFound) Error

type RestoreDeploymentResourceOK

type RestoreDeploymentResourceOK struct {
	Payload *models.DeploymentResourceCrudResponse
}

RestoreDeploymentResourceOK handles this case with default header values.

Standard Deployment Resource Crud Response

func NewRestoreDeploymentResourceOK

func NewRestoreDeploymentResourceOK() *RestoreDeploymentResourceOK

NewRestoreDeploymentResourceOK creates a RestoreDeploymentResourceOK with default headers values

func (*RestoreDeploymentResourceOK) Error

type RestoreDeploymentResourceParams

type RestoreDeploymentResourceParams struct {

	/*DeploymentID
	  Identifier for the Deployment

	*/
	DeploymentID string
	/*RefID
	  User-specified RefId for the Resource

	*/
	RefID string
	/*ResourceKind
	  The kind of resource

	*/
	ResourceKind string
	/*RestoreSnapshot
	  Whether or not to restore a snapshot for those resources that allow it.

	*/
	RestoreSnapshot *bool

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

RestoreDeploymentResourceParams contains all the parameters to send to the API endpoint for the restore deployment resource operation typically these are written to a http.Request

func NewRestoreDeploymentResourceParams

func NewRestoreDeploymentResourceParams() *RestoreDeploymentResourceParams

NewRestoreDeploymentResourceParams creates a new RestoreDeploymentResourceParams object with the default values initialized.

func NewRestoreDeploymentResourceParamsWithContext

func NewRestoreDeploymentResourceParamsWithContext(ctx context.Context) *RestoreDeploymentResourceParams

NewRestoreDeploymentResourceParamsWithContext creates a new RestoreDeploymentResourceParams object with the default values initialized, and the ability to set a context for a request

func NewRestoreDeploymentResourceParamsWithHTTPClient

func NewRestoreDeploymentResourceParamsWithHTTPClient(client *http.Client) *RestoreDeploymentResourceParams

NewRestoreDeploymentResourceParamsWithHTTPClient creates a new RestoreDeploymentResourceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewRestoreDeploymentResourceParamsWithTimeout

func NewRestoreDeploymentResourceParamsWithTimeout(timeout time.Duration) *RestoreDeploymentResourceParams

NewRestoreDeploymentResourceParamsWithTimeout creates a new RestoreDeploymentResourceParams object with the default values initialized, and the ability to set a timeout on a request

func (*RestoreDeploymentResourceParams) SetContext

func (o *RestoreDeploymentResourceParams) SetContext(ctx context.Context)

SetContext adds the context to the restore deployment resource params

func (*RestoreDeploymentResourceParams) SetDeploymentID

func (o *RestoreDeploymentResourceParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the restore deployment resource params

func (*RestoreDeploymentResourceParams) SetHTTPClient

func (o *RestoreDeploymentResourceParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the restore deployment resource params

func (*RestoreDeploymentResourceParams) SetRefID

func (o *RestoreDeploymentResourceParams) SetRefID(refID string)

SetRefID adds the refId to the restore deployment resource params

func (*RestoreDeploymentResourceParams) SetResourceKind

func (o *RestoreDeploymentResourceParams) SetResourceKind(resourceKind string)

SetResourceKind adds the resourceKind to the restore deployment resource params

func (*RestoreDeploymentResourceParams) SetRestoreSnapshot

func (o *RestoreDeploymentResourceParams) SetRestoreSnapshot(restoreSnapshot *bool)

SetRestoreSnapshot adds the restoreSnapshot to the restore deployment resource params

func (*RestoreDeploymentResourceParams) SetTimeout

func (o *RestoreDeploymentResourceParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the restore deployment resource params

func (*RestoreDeploymentResourceParams) WithContext

WithContext adds the context to the restore deployment resource params

func (*RestoreDeploymentResourceParams) WithDeploymentID

func (o *RestoreDeploymentResourceParams) WithDeploymentID(deploymentID string) *RestoreDeploymentResourceParams

WithDeploymentID adds the deploymentID to the restore deployment resource params

func (*RestoreDeploymentResourceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the restore deployment resource params

func (*RestoreDeploymentResourceParams) WithRefID

WithRefID adds the refID to the restore deployment resource params

func (*RestoreDeploymentResourceParams) WithResourceKind

func (o *RestoreDeploymentResourceParams) WithResourceKind(resourceKind string) *RestoreDeploymentResourceParams

WithResourceKind adds the resourceKind to the restore deployment resource params

func (*RestoreDeploymentResourceParams) WithRestoreSnapshot

func (o *RestoreDeploymentResourceParams) WithRestoreSnapshot(restoreSnapshot *bool) *RestoreDeploymentResourceParams

WithRestoreSnapshot adds the restoreSnapshot to the restore deployment resource params

func (*RestoreDeploymentResourceParams) WithTimeout

WithTimeout adds the timeout to the restore deployment resource params

func (*RestoreDeploymentResourceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RestoreDeploymentResourceReader

type RestoreDeploymentResourceReader struct {
	// contains filtered or unexported fields
}

RestoreDeploymentResourceReader is a Reader for the RestoreDeploymentResource structure.

func (*RestoreDeploymentResourceReader) ReadResponse

func (o *RestoreDeploymentResourceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type RestoreDeploymentResourceRetryWith

type RestoreDeploymentResourceRetryWith struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

RestoreDeploymentResourceRetryWith handles this case with default header values.

Elevated permissions are required. (code: `root.unauthorized.rbac.elevated_permissions_required`)

func NewRestoreDeploymentResourceRetryWith

func NewRestoreDeploymentResourceRetryWith() *RestoreDeploymentResourceRetryWith

NewRestoreDeploymentResourceRetryWith creates a RestoreDeploymentResourceRetryWith with default headers values

func (*RestoreDeploymentResourceRetryWith) Error

type RestoreDeploymentUnauthorized

type RestoreDeploymentUnauthorized struct {
	Payload *models.BasicFailedReply
}

RestoreDeploymentUnauthorized handles this case with default header values.

You are not authorized to perform this action

func NewRestoreDeploymentUnauthorized

func NewRestoreDeploymentUnauthorized() *RestoreDeploymentUnauthorized

NewRestoreDeploymentUnauthorized creates a RestoreDeploymentUnauthorized with default headers values

func (*RestoreDeploymentUnauthorized) Error

type ResyncDeploymentInternalServerError

type ResyncDeploymentInternalServerError struct {
	Payload *models.BasicFailedReply
}

ResyncDeploymentInternalServerError handles this case with default header values.

The deployment resync operation failed for deployment {deployment_id} (code: 'deployments.resync_failed')

func NewResyncDeploymentInternalServerError

func NewResyncDeploymentInternalServerError() *ResyncDeploymentInternalServerError

NewResyncDeploymentInternalServerError creates a ResyncDeploymentInternalServerError with default headers values

func (*ResyncDeploymentInternalServerError) Error

type ResyncDeploymentOK

type ResyncDeploymentOK struct {
	Payload *models.IndexSynchronizationResults
}

ResyncDeploymentOK handles this case with default header values.

The deployment resync operation executed successfully

func NewResyncDeploymentOK

func NewResyncDeploymentOK() *ResyncDeploymentOK

NewResyncDeploymentOK creates a ResyncDeploymentOK with default headers values

func (*ResyncDeploymentOK) Error

func (o *ResyncDeploymentOK) Error() string

type ResyncDeploymentParams

type ResyncDeploymentParams struct {

	/*DeploymentID
	  Identifier for the deployment

	*/
	DeploymentID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ResyncDeploymentParams contains all the parameters to send to the API endpoint for the resync deployment operation typically these are written to a http.Request

func NewResyncDeploymentParams

func NewResyncDeploymentParams() *ResyncDeploymentParams

NewResyncDeploymentParams creates a new ResyncDeploymentParams object with the default values initialized.

func NewResyncDeploymentParamsWithContext

func NewResyncDeploymentParamsWithContext(ctx context.Context) *ResyncDeploymentParams

NewResyncDeploymentParamsWithContext creates a new ResyncDeploymentParams object with the default values initialized, and the ability to set a context for a request

func NewResyncDeploymentParamsWithHTTPClient

func NewResyncDeploymentParamsWithHTTPClient(client *http.Client) *ResyncDeploymentParams

NewResyncDeploymentParamsWithHTTPClient creates a new ResyncDeploymentParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewResyncDeploymentParamsWithTimeout

func NewResyncDeploymentParamsWithTimeout(timeout time.Duration) *ResyncDeploymentParams

NewResyncDeploymentParamsWithTimeout creates a new ResyncDeploymentParams object with the default values initialized, and the ability to set a timeout on a request

func (*ResyncDeploymentParams) SetContext

func (o *ResyncDeploymentParams) SetContext(ctx context.Context)

SetContext adds the context to the resync deployment params

func (*ResyncDeploymentParams) SetDeploymentID

func (o *ResyncDeploymentParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the resync deployment params

func (*ResyncDeploymentParams) SetHTTPClient

func (o *ResyncDeploymentParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the resync deployment params

func (*ResyncDeploymentParams) SetTimeout

func (o *ResyncDeploymentParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the resync deployment params

func (*ResyncDeploymentParams) WithContext

WithContext adds the context to the resync deployment params

func (*ResyncDeploymentParams) WithDeploymentID

func (o *ResyncDeploymentParams) WithDeploymentID(deploymentID string) *ResyncDeploymentParams

WithDeploymentID adds the deploymentID to the resync deployment params

func (*ResyncDeploymentParams) WithHTTPClient

func (o *ResyncDeploymentParams) WithHTTPClient(client *http.Client) *ResyncDeploymentParams

WithHTTPClient adds the HTTPClient to the resync deployment params

func (*ResyncDeploymentParams) WithTimeout

WithTimeout adds the timeout to the resync deployment params

func (*ResyncDeploymentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ResyncDeploymentReader

type ResyncDeploymentReader struct {
	// contains filtered or unexported fields
}

ResyncDeploymentReader is a Reader for the ResyncDeployment structure.

func (*ResyncDeploymentReader) ReadResponse

func (o *ResyncDeploymentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ResyncDeploymentRetryWith

type ResyncDeploymentRetryWith struct {
	Payload *models.BasicFailedReply
}

ResyncDeploymentRetryWith handles this case with default header values.

elevated permissions are required. (code: '"root.unauthorized.rbac.elevated_permissions_required"')

func NewResyncDeploymentRetryWith

func NewResyncDeploymentRetryWith() *ResyncDeploymentRetryWith

NewResyncDeploymentRetryWith creates a ResyncDeploymentRetryWith with default headers values

func (*ResyncDeploymentRetryWith) Error

func (o *ResyncDeploymentRetryWith) Error() string

type ResyncDeploymentsInternalServerError

type ResyncDeploymentsInternalServerError struct {
	Payload *models.BasicFailedReply
}

ResyncDeploymentsInternalServerError handles this case with default header values.

The deployments resync operation failed (code: 'deployments.resync_failed')

func NewResyncDeploymentsInternalServerError

func NewResyncDeploymentsInternalServerError() *ResyncDeploymentsInternalServerError

NewResyncDeploymentsInternalServerError creates a ResyncDeploymentsInternalServerError with default headers values

func (*ResyncDeploymentsInternalServerError) Error

type ResyncDeploymentsOK

type ResyncDeploymentsOK struct {
	Payload *models.IndexSynchronizationResults
}

ResyncDeploymentsOK handles this case with default header values.

The deployments resync operation executed successfully

func NewResyncDeploymentsOK

func NewResyncDeploymentsOK() *ResyncDeploymentsOK

NewResyncDeploymentsOK creates a ResyncDeploymentsOK with default headers values

func (*ResyncDeploymentsOK) Error

func (o *ResyncDeploymentsOK) Error() string

type ResyncDeploymentsParams

type ResyncDeploymentsParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ResyncDeploymentsParams contains all the parameters to send to the API endpoint for the resync deployments operation typically these are written to a http.Request

func NewResyncDeploymentsParams

func NewResyncDeploymentsParams() *ResyncDeploymentsParams

NewResyncDeploymentsParams creates a new ResyncDeploymentsParams object with the default values initialized.

func NewResyncDeploymentsParamsWithContext

func NewResyncDeploymentsParamsWithContext(ctx context.Context) *ResyncDeploymentsParams

NewResyncDeploymentsParamsWithContext creates a new ResyncDeploymentsParams object with the default values initialized, and the ability to set a context for a request

func NewResyncDeploymentsParamsWithHTTPClient

func NewResyncDeploymentsParamsWithHTTPClient(client *http.Client) *ResyncDeploymentsParams

NewResyncDeploymentsParamsWithHTTPClient creates a new ResyncDeploymentsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewResyncDeploymentsParamsWithTimeout

func NewResyncDeploymentsParamsWithTimeout(timeout time.Duration) *ResyncDeploymentsParams

NewResyncDeploymentsParamsWithTimeout creates a new ResyncDeploymentsParams object with the default values initialized, and the ability to set a timeout on a request

func (*ResyncDeploymentsParams) SetContext

func (o *ResyncDeploymentsParams) SetContext(ctx context.Context)

SetContext adds the context to the resync deployments params

func (*ResyncDeploymentsParams) SetHTTPClient

func (o *ResyncDeploymentsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the resync deployments params

func (*ResyncDeploymentsParams) SetTimeout

func (o *ResyncDeploymentsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the resync deployments params

func (*ResyncDeploymentsParams) WithContext

WithContext adds the context to the resync deployments params

func (*ResyncDeploymentsParams) WithHTTPClient

func (o *ResyncDeploymentsParams) WithHTTPClient(client *http.Client) *ResyncDeploymentsParams

WithHTTPClient adds the HTTPClient to the resync deployments params

func (*ResyncDeploymentsParams) WithTimeout

WithTimeout adds the timeout to the resync deployments params

func (*ResyncDeploymentsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ResyncDeploymentsReader

type ResyncDeploymentsReader struct {
	// contains filtered or unexported fields
}

ResyncDeploymentsReader is a Reader for the ResyncDeployments structure.

func (*ResyncDeploymentsReader) ReadResponse

func (o *ResyncDeploymentsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ResyncDeploymentsRetryWith

type ResyncDeploymentsRetryWith struct {
	Payload *models.BasicFailedReply
}

ResyncDeploymentsRetryWith handles this case with default header values.

elevated permissions are required. (code: '"root.unauthorized.rbac.elevated_permissions_required"')

func NewResyncDeploymentsRetryWith

func NewResyncDeploymentsRetryWith() *ResyncDeploymentsRetryWith

NewResyncDeploymentsRetryWith creates a ResyncDeploymentsRetryWith with default headers values

func (*ResyncDeploymentsRetryWith) Error

type SearchDeploymentsOK

type SearchDeploymentsOK struct {
	Payload *models.DeploymentsSearchResponse
}

SearchDeploymentsOK handles this case with default header values.

The list of deployments that match the specified query and belong to the authenticated user

func NewSearchDeploymentsOK

func NewSearchDeploymentsOK() *SearchDeploymentsOK

NewSearchDeploymentsOK creates a SearchDeploymentsOK with default headers values

func (*SearchDeploymentsOK) Error

func (o *SearchDeploymentsOK) Error() string

type SearchDeploymentsParams

type SearchDeploymentsParams struct {

	/*Body
	  (Optional) The search request to execute. NOTE: When not specified, all of the deployments are matched.

	*/
	Body *models.SearchRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

SearchDeploymentsParams contains all the parameters to send to the API endpoint for the search deployments operation typically these are written to a http.Request

func NewSearchDeploymentsParams

func NewSearchDeploymentsParams() *SearchDeploymentsParams

NewSearchDeploymentsParams creates a new SearchDeploymentsParams object with the default values initialized.

func NewSearchDeploymentsParamsWithContext

func NewSearchDeploymentsParamsWithContext(ctx context.Context) *SearchDeploymentsParams

NewSearchDeploymentsParamsWithContext creates a new SearchDeploymentsParams object with the default values initialized, and the ability to set a context for a request

func NewSearchDeploymentsParamsWithHTTPClient

func NewSearchDeploymentsParamsWithHTTPClient(client *http.Client) *SearchDeploymentsParams

NewSearchDeploymentsParamsWithHTTPClient creates a new SearchDeploymentsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewSearchDeploymentsParamsWithTimeout

func NewSearchDeploymentsParamsWithTimeout(timeout time.Duration) *SearchDeploymentsParams

NewSearchDeploymentsParamsWithTimeout creates a new SearchDeploymentsParams object with the default values initialized, and the ability to set a timeout on a request

func (*SearchDeploymentsParams) SetBody

func (o *SearchDeploymentsParams) SetBody(body *models.SearchRequest)

SetBody adds the body to the search deployments params

func (*SearchDeploymentsParams) SetContext

func (o *SearchDeploymentsParams) SetContext(ctx context.Context)

SetContext adds the context to the search deployments params

func (*SearchDeploymentsParams) SetHTTPClient

func (o *SearchDeploymentsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the search deployments params

func (*SearchDeploymentsParams) SetTimeout

func (o *SearchDeploymentsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the search deployments params

func (*SearchDeploymentsParams) WithBody

WithBody adds the body to the search deployments params

func (*SearchDeploymentsParams) WithContext

WithContext adds the context to the search deployments params

func (*SearchDeploymentsParams) WithHTTPClient

func (o *SearchDeploymentsParams) WithHTTPClient(client *http.Client) *SearchDeploymentsParams

WithHTTPClient adds the HTTPClient to the search deployments params

func (*SearchDeploymentsParams) WithTimeout

WithTimeout adds the timeout to the search deployments params

func (*SearchDeploymentsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SearchDeploymentsReader

type SearchDeploymentsReader struct {
	// contains filtered or unexported fields
}

SearchDeploymentsReader is a Reader for the SearchDeployments structure.

func (*SearchDeploymentsReader) ReadResponse

func (o *SearchDeploymentsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type SearchDeploymentsUnauthorized

type SearchDeploymentsUnauthorized struct {
	Payload *models.BasicFailedReply
}

SearchDeploymentsUnauthorized handles this case with default header values.

You are not authorized to perform this action

func NewSearchDeploymentsUnauthorized

func NewSearchDeploymentsUnauthorized() *SearchDeploymentsUnauthorized

NewSearchDeploymentsUnauthorized creates a SearchDeploymentsUnauthorized with default headers values

func (*SearchDeploymentsUnauthorized) Error

type SetDeploymentResourceRawMetadataBadRequest

type SetDeploymentResourceRawMetadataBadRequest struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

SetDeploymentResourceRawMetadataBadRequest handles this case with default header values.

The metadata is invalid. (code: `deployments.invalid_metadata`)

func NewSetDeploymentResourceRawMetadataBadRequest

func NewSetDeploymentResourceRawMetadataBadRequest() *SetDeploymentResourceRawMetadataBadRequest

NewSetDeploymentResourceRawMetadataBadRequest creates a SetDeploymentResourceRawMetadataBadRequest with default headers values

func (*SetDeploymentResourceRawMetadataBadRequest) Error

type SetDeploymentResourceRawMetadataInternalServerError

type SetDeploymentResourceRawMetadataInternalServerError struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

SetDeploymentResourceRawMetadataInternalServerError handles this case with default header values.

We have failed you. (code: `deployments.metadata_internal_error`)

func NewSetDeploymentResourceRawMetadataInternalServerError

func NewSetDeploymentResourceRawMetadataInternalServerError() *SetDeploymentResourceRawMetadataInternalServerError

NewSetDeploymentResourceRawMetadataInternalServerError creates a SetDeploymentResourceRawMetadataInternalServerError with default headers values

func (*SetDeploymentResourceRawMetadataInternalServerError) Error

type SetDeploymentResourceRawMetadataNotFound

type SetDeploymentResourceRawMetadataNotFound struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

SetDeploymentResourceRawMetadataNotFound handles this case with default header values.

A resource with the given refId cannot be found in the deployment. (code: `deployments.deployment_resource_not_found`)

func NewSetDeploymentResourceRawMetadataNotFound

func NewSetDeploymentResourceRawMetadataNotFound() *SetDeploymentResourceRawMetadataNotFound

NewSetDeploymentResourceRawMetadataNotFound creates a SetDeploymentResourceRawMetadataNotFound with default headers values

func (*SetDeploymentResourceRawMetadataNotFound) Error

type SetDeploymentResourceRawMetadataOK

type SetDeploymentResourceRawMetadataOK struct {
	/*The date-time when the resource was created (ISO format relative to UTC)
	 */
	XCloudResourceCreated string
	/*The date-time when the resource was last modified (ISO format relative to UTC)
	 */
	XCloudResourceLastModified string
	/*The resource version, which is used to avoid update conflicts with concurrent operations
	 */
	XCloudResourceVersion string

	Payload string
}

SetDeploymentResourceRawMetadataOK handles this case with default header values.

The resource metadata was successfully changed (the updated JSON is returned)

func NewSetDeploymentResourceRawMetadataOK

func NewSetDeploymentResourceRawMetadataOK() *SetDeploymentResourceRawMetadataOK

NewSetDeploymentResourceRawMetadataOK creates a SetDeploymentResourceRawMetadataOK with default headers values

func (*SetDeploymentResourceRawMetadataOK) Error

type SetDeploymentResourceRawMetadataParams

type SetDeploymentResourceRawMetadataParams struct {

	/*Body
	  The freeform JSON for the cluster (should always be based on the current version retrieved from the GET)

	*/
	Body string
	/*DeploymentID
	  Identifier for the Deployment

	*/
	DeploymentID string
	/*RefID
	  User-specified RefId for the Resource

	*/
	RefID string
	/*ResourceKind
	  The kind of resource

	*/
	ResourceKind string
	/*Version
	  If specified, checks for conflicts against the metadata version (returned in 'x-cloud-resource-version' of the GET request)

	*/
	Version *int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

SetDeploymentResourceRawMetadataParams contains all the parameters to send to the API endpoint for the set deployment resource raw metadata operation typically these are written to a http.Request

func NewSetDeploymentResourceRawMetadataParams

func NewSetDeploymentResourceRawMetadataParams() *SetDeploymentResourceRawMetadataParams

NewSetDeploymentResourceRawMetadataParams creates a new SetDeploymentResourceRawMetadataParams object with the default values initialized.

func NewSetDeploymentResourceRawMetadataParamsWithContext

func NewSetDeploymentResourceRawMetadataParamsWithContext(ctx context.Context) *SetDeploymentResourceRawMetadataParams

NewSetDeploymentResourceRawMetadataParamsWithContext creates a new SetDeploymentResourceRawMetadataParams object with the default values initialized, and the ability to set a context for a request

func NewSetDeploymentResourceRawMetadataParamsWithHTTPClient

func NewSetDeploymentResourceRawMetadataParamsWithHTTPClient(client *http.Client) *SetDeploymentResourceRawMetadataParams

NewSetDeploymentResourceRawMetadataParamsWithHTTPClient creates a new SetDeploymentResourceRawMetadataParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewSetDeploymentResourceRawMetadataParamsWithTimeout

func NewSetDeploymentResourceRawMetadataParamsWithTimeout(timeout time.Duration) *SetDeploymentResourceRawMetadataParams

NewSetDeploymentResourceRawMetadataParamsWithTimeout creates a new SetDeploymentResourceRawMetadataParams object with the default values initialized, and the ability to set a timeout on a request

func (*SetDeploymentResourceRawMetadataParams) SetBody

SetBody adds the body to the set deployment resource raw metadata params

func (*SetDeploymentResourceRawMetadataParams) SetContext

SetContext adds the context to the set deployment resource raw metadata params

func (*SetDeploymentResourceRawMetadataParams) SetDeploymentID

func (o *SetDeploymentResourceRawMetadataParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the set deployment resource raw metadata params

func (*SetDeploymentResourceRawMetadataParams) SetHTTPClient

func (o *SetDeploymentResourceRawMetadataParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the set deployment resource raw metadata params

func (*SetDeploymentResourceRawMetadataParams) SetRefID

SetRefID adds the refId to the set deployment resource raw metadata params

func (*SetDeploymentResourceRawMetadataParams) SetResourceKind

func (o *SetDeploymentResourceRawMetadataParams) SetResourceKind(resourceKind string)

SetResourceKind adds the resourceKind to the set deployment resource raw metadata params

func (*SetDeploymentResourceRawMetadataParams) SetTimeout

func (o *SetDeploymentResourceRawMetadataParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the set deployment resource raw metadata params

func (*SetDeploymentResourceRawMetadataParams) SetVersion

func (o *SetDeploymentResourceRawMetadataParams) SetVersion(version *int64)

SetVersion adds the version to the set deployment resource raw metadata params

func (*SetDeploymentResourceRawMetadataParams) WithBody

WithBody adds the body to the set deployment resource raw metadata params

func (*SetDeploymentResourceRawMetadataParams) WithContext

WithContext adds the context to the set deployment resource raw metadata params

func (*SetDeploymentResourceRawMetadataParams) WithDeploymentID

WithDeploymentID adds the deploymentID to the set deployment resource raw metadata params

func (*SetDeploymentResourceRawMetadataParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the set deployment resource raw metadata params

func (*SetDeploymentResourceRawMetadataParams) WithRefID

WithRefID adds the refID to the set deployment resource raw metadata params

func (*SetDeploymentResourceRawMetadataParams) WithResourceKind

WithResourceKind adds the resourceKind to the set deployment resource raw metadata params

func (*SetDeploymentResourceRawMetadataParams) WithTimeout

WithTimeout adds the timeout to the set deployment resource raw metadata params

func (*SetDeploymentResourceRawMetadataParams) WithVersion

WithVersion adds the version to the set deployment resource raw metadata params

func (*SetDeploymentResourceRawMetadataParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SetDeploymentResourceRawMetadataReader

type SetDeploymentResourceRawMetadataReader struct {
	// contains filtered or unexported fields
}

SetDeploymentResourceRawMetadataReader is a Reader for the SetDeploymentResourceRawMetadata structure.

func (*SetDeploymentResourceRawMetadataReader) ReadResponse

func (o *SetDeploymentResourceRawMetadataReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type SetDeploymentResourceRawMetadataRetryWith

type SetDeploymentResourceRawMetadataRetryWith struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

SetDeploymentResourceRawMetadataRetryWith handles this case with default header values.

Elevated permissions are required. (code: `root.unauthorized.rbac.elevated_permissions_required`)

func NewSetDeploymentResourceRawMetadataRetryWith

func NewSetDeploymentResourceRawMetadataRetryWith() *SetDeploymentResourceRawMetadataRetryWith

NewSetDeploymentResourceRawMetadataRetryWith creates a SetDeploymentResourceRawMetadataRetryWith with default headers values

func (*SetDeploymentResourceRawMetadataRetryWith) Error

type ShutdownDeploymentBadRequest

type ShutdownDeploymentBadRequest struct {
	Payload *models.BasicFailedReply
}

ShutdownDeploymentBadRequest handles this case with default header values.

The deployment request had errors

func NewShutdownDeploymentBadRequest

func NewShutdownDeploymentBadRequest() *ShutdownDeploymentBadRequest

NewShutdownDeploymentBadRequest creates a ShutdownDeploymentBadRequest with default headers values

func (*ShutdownDeploymentBadRequest) Error

type ShutdownDeploymentEsResourceInternalServerError

type ShutdownDeploymentEsResourceInternalServerError struct {
	Payload *models.BasicFailedReply
}

ShutdownDeploymentEsResourceInternalServerError handles this case with default header values.

We have failed you.

func NewShutdownDeploymentEsResourceInternalServerError

func NewShutdownDeploymentEsResourceInternalServerError() *ShutdownDeploymentEsResourceInternalServerError

NewShutdownDeploymentEsResourceInternalServerError creates a ShutdownDeploymentEsResourceInternalServerError with default headers values

func (*ShutdownDeploymentEsResourceInternalServerError) Error

type ShutdownDeploymentEsResourceNotFound

type ShutdownDeploymentEsResourceNotFound struct {
	Payload *models.BasicFailedReply
}

ShutdownDeploymentEsResourceNotFound handles this case with default header values.

The Deployment specified by {deployment_id} cannot be found

func NewShutdownDeploymentEsResourceNotFound

func NewShutdownDeploymentEsResourceNotFound() *ShutdownDeploymentEsResourceNotFound

NewShutdownDeploymentEsResourceNotFound creates a ShutdownDeploymentEsResourceNotFound with default headers values

func (*ShutdownDeploymentEsResourceNotFound) Error

type ShutdownDeploymentEsResourceOK

type ShutdownDeploymentEsResourceOK struct {
	Payload models.DeploymentResourceCommandResponse
}

ShutdownDeploymentEsResourceOK handles this case with default header values.

Standard response

func NewShutdownDeploymentEsResourceOK

func NewShutdownDeploymentEsResourceOK() *ShutdownDeploymentEsResourceOK

NewShutdownDeploymentEsResourceOK creates a ShutdownDeploymentEsResourceOK with default headers values

func (*ShutdownDeploymentEsResourceOK) Error

type ShutdownDeploymentEsResourceParams

type ShutdownDeploymentEsResourceParams struct {

	/*DeploymentID
	  Identifier for the Deployment

	*/
	DeploymentID string
	/*Hide
	  Hide cluster on shutdown. Hidden clusters are not listed by default

	*/
	Hide *bool
	/*RefID
	  User-specified RefId for the Resource

	*/
	RefID string
	/*SkipSnapshot
	  If true, will skip taking a snapshot of the cluster before shutting the cluster down (if even possible)

	*/
	SkipSnapshot *bool

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ShutdownDeploymentEsResourceParams contains all the parameters to send to the API endpoint for the shutdown deployment es resource operation typically these are written to a http.Request

func NewShutdownDeploymentEsResourceParams

func NewShutdownDeploymentEsResourceParams() *ShutdownDeploymentEsResourceParams

NewShutdownDeploymentEsResourceParams creates a new ShutdownDeploymentEsResourceParams object with the default values initialized.

func NewShutdownDeploymentEsResourceParamsWithContext

func NewShutdownDeploymentEsResourceParamsWithContext(ctx context.Context) *ShutdownDeploymentEsResourceParams

NewShutdownDeploymentEsResourceParamsWithContext creates a new ShutdownDeploymentEsResourceParams object with the default values initialized, and the ability to set a context for a request

func NewShutdownDeploymentEsResourceParamsWithHTTPClient

func NewShutdownDeploymentEsResourceParamsWithHTTPClient(client *http.Client) *ShutdownDeploymentEsResourceParams

NewShutdownDeploymentEsResourceParamsWithHTTPClient creates a new ShutdownDeploymentEsResourceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewShutdownDeploymentEsResourceParamsWithTimeout

func NewShutdownDeploymentEsResourceParamsWithTimeout(timeout time.Duration) *ShutdownDeploymentEsResourceParams

NewShutdownDeploymentEsResourceParamsWithTimeout creates a new ShutdownDeploymentEsResourceParams object with the default values initialized, and the ability to set a timeout on a request

func (*ShutdownDeploymentEsResourceParams) SetContext

SetContext adds the context to the shutdown deployment es resource params

func (*ShutdownDeploymentEsResourceParams) SetDeploymentID

func (o *ShutdownDeploymentEsResourceParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the shutdown deployment es resource params

func (*ShutdownDeploymentEsResourceParams) SetHTTPClient

func (o *ShutdownDeploymentEsResourceParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the shutdown deployment es resource params

func (*ShutdownDeploymentEsResourceParams) SetHide

func (o *ShutdownDeploymentEsResourceParams) SetHide(hide *bool)

SetHide adds the hide to the shutdown deployment es resource params

func (*ShutdownDeploymentEsResourceParams) SetRefID

func (o *ShutdownDeploymentEsResourceParams) SetRefID(refID string)

SetRefID adds the refId to the shutdown deployment es resource params

func (*ShutdownDeploymentEsResourceParams) SetSkipSnapshot

func (o *ShutdownDeploymentEsResourceParams) SetSkipSnapshot(skipSnapshot *bool)

SetSkipSnapshot adds the skipSnapshot to the shutdown deployment es resource params

func (*ShutdownDeploymentEsResourceParams) SetTimeout

func (o *ShutdownDeploymentEsResourceParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the shutdown deployment es resource params

func (*ShutdownDeploymentEsResourceParams) WithContext

WithContext adds the context to the shutdown deployment es resource params

func (*ShutdownDeploymentEsResourceParams) WithDeploymentID

WithDeploymentID adds the deploymentID to the shutdown deployment es resource params

func (*ShutdownDeploymentEsResourceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the shutdown deployment es resource params

func (*ShutdownDeploymentEsResourceParams) WithHide

WithHide adds the hide to the shutdown deployment es resource params

func (*ShutdownDeploymentEsResourceParams) WithRefID

WithRefID adds the refID to the shutdown deployment es resource params

func (*ShutdownDeploymentEsResourceParams) WithSkipSnapshot

WithSkipSnapshot adds the skipSnapshot to the shutdown deployment es resource params

func (*ShutdownDeploymentEsResourceParams) WithTimeout

WithTimeout adds the timeout to the shutdown deployment es resource params

func (*ShutdownDeploymentEsResourceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ShutdownDeploymentEsResourceReader

type ShutdownDeploymentEsResourceReader struct {
	// contains filtered or unexported fields
}

ShutdownDeploymentEsResourceReader is a Reader for the ShutdownDeploymentEsResource structure.

func (*ShutdownDeploymentEsResourceReader) ReadResponse

func (o *ShutdownDeploymentEsResourceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ShutdownDeploymentEsResourceUnauthorized

type ShutdownDeploymentEsResourceUnauthorized struct {
	Payload *models.BasicFailedReply
}

ShutdownDeploymentEsResourceUnauthorized handles this case with default header values.

You are not authorized to perform this action

func NewShutdownDeploymentEsResourceUnauthorized

func NewShutdownDeploymentEsResourceUnauthorized() *ShutdownDeploymentEsResourceUnauthorized

NewShutdownDeploymentEsResourceUnauthorized creates a ShutdownDeploymentEsResourceUnauthorized with default headers values

func (*ShutdownDeploymentEsResourceUnauthorized) Error

type ShutdownDeploymentNotFound

type ShutdownDeploymentNotFound struct {
	Payload *models.BasicFailedReply
}

ShutdownDeploymentNotFound handles this case with default header values.

The Deployment specified by {deployment_id} cannot be found

func NewShutdownDeploymentNotFound

func NewShutdownDeploymentNotFound() *ShutdownDeploymentNotFound

NewShutdownDeploymentNotFound creates a ShutdownDeploymentNotFound with default headers values

func (*ShutdownDeploymentNotFound) Error

type ShutdownDeploymentOK

type ShutdownDeploymentOK struct {
	Payload *models.DeploymentShutdownResponse
}

ShutdownDeploymentOK handles this case with default header values.

The request was valid and the resources of the deployment were shutdown

func NewShutdownDeploymentOK

func NewShutdownDeploymentOK() *ShutdownDeploymentOK

NewShutdownDeploymentOK creates a ShutdownDeploymentOK with default headers values

func (*ShutdownDeploymentOK) Error

func (o *ShutdownDeploymentOK) Error() string

type ShutdownDeploymentParams

type ShutdownDeploymentParams struct {

	/*DeploymentID
	  Identifier for the Deployment

	*/
	DeploymentID string
	/*Hide
	  Whether or not to hide the deployment and its resources

	*/
	Hide *bool
	/*SkipSnapshot
	  Whether or not to skip snapshots before shutting down the resources

	*/
	SkipSnapshot *bool

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ShutdownDeploymentParams contains all the parameters to send to the API endpoint for the shutdown deployment operation typically these are written to a http.Request

func NewShutdownDeploymentParams

func NewShutdownDeploymentParams() *ShutdownDeploymentParams

NewShutdownDeploymentParams creates a new ShutdownDeploymentParams object with the default values initialized.

func NewShutdownDeploymentParamsWithContext

func NewShutdownDeploymentParamsWithContext(ctx context.Context) *ShutdownDeploymentParams

NewShutdownDeploymentParamsWithContext creates a new ShutdownDeploymentParams object with the default values initialized, and the ability to set a context for a request

func NewShutdownDeploymentParamsWithHTTPClient

func NewShutdownDeploymentParamsWithHTTPClient(client *http.Client) *ShutdownDeploymentParams

NewShutdownDeploymentParamsWithHTTPClient creates a new ShutdownDeploymentParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewShutdownDeploymentParamsWithTimeout

func NewShutdownDeploymentParamsWithTimeout(timeout time.Duration) *ShutdownDeploymentParams

NewShutdownDeploymentParamsWithTimeout creates a new ShutdownDeploymentParams object with the default values initialized, and the ability to set a timeout on a request

func (*ShutdownDeploymentParams) SetContext

func (o *ShutdownDeploymentParams) SetContext(ctx context.Context)

SetContext adds the context to the shutdown deployment params

func (*ShutdownDeploymentParams) SetDeploymentID

func (o *ShutdownDeploymentParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the shutdown deployment params

func (*ShutdownDeploymentParams) SetHTTPClient

func (o *ShutdownDeploymentParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the shutdown deployment params

func (*ShutdownDeploymentParams) SetHide

func (o *ShutdownDeploymentParams) SetHide(hide *bool)

SetHide adds the hide to the shutdown deployment params

func (*ShutdownDeploymentParams) SetSkipSnapshot

func (o *ShutdownDeploymentParams) SetSkipSnapshot(skipSnapshot *bool)

SetSkipSnapshot adds the skipSnapshot to the shutdown deployment params

func (*ShutdownDeploymentParams) SetTimeout

func (o *ShutdownDeploymentParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the shutdown deployment params

func (*ShutdownDeploymentParams) WithContext

WithContext adds the context to the shutdown deployment params

func (*ShutdownDeploymentParams) WithDeploymentID

func (o *ShutdownDeploymentParams) WithDeploymentID(deploymentID string) *ShutdownDeploymentParams

WithDeploymentID adds the deploymentID to the shutdown deployment params

func (*ShutdownDeploymentParams) WithHTTPClient

func (o *ShutdownDeploymentParams) WithHTTPClient(client *http.Client) *ShutdownDeploymentParams

WithHTTPClient adds the HTTPClient to the shutdown deployment params

func (*ShutdownDeploymentParams) WithHide

WithHide adds the hide to the shutdown deployment params

func (*ShutdownDeploymentParams) WithSkipSnapshot

func (o *ShutdownDeploymentParams) WithSkipSnapshot(skipSnapshot *bool) *ShutdownDeploymentParams

WithSkipSnapshot adds the skipSnapshot to the shutdown deployment params

func (*ShutdownDeploymentParams) WithTimeout

WithTimeout adds the timeout to the shutdown deployment params

func (*ShutdownDeploymentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ShutdownDeploymentReader

type ShutdownDeploymentReader struct {
	// contains filtered or unexported fields
}

ShutdownDeploymentReader is a Reader for the ShutdownDeployment structure.

func (*ShutdownDeploymentReader) ReadResponse

func (o *ShutdownDeploymentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ShutdownDeploymentStatelessResourceInternalServerError

type ShutdownDeploymentStatelessResourceInternalServerError struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

ShutdownDeploymentStatelessResourceInternalServerError handles this case with default header values.

We have failed you. (code: `deployments.deployment_resource_no_longer_exists`)

func NewShutdownDeploymentStatelessResourceInternalServerError

func NewShutdownDeploymentStatelessResourceInternalServerError() *ShutdownDeploymentStatelessResourceInternalServerError

NewShutdownDeploymentStatelessResourceInternalServerError creates a ShutdownDeploymentStatelessResourceInternalServerError with default headers values

func (*ShutdownDeploymentStatelessResourceInternalServerError) Error

type ShutdownDeploymentStatelessResourceNotFound

type ShutdownDeploymentStatelessResourceNotFound struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

ShutdownDeploymentStatelessResourceNotFound handles this case with default header values.

The Resource specified by {ref_id} cannot be found. (code: `deployments.deployment_resource_not_found`)

func NewShutdownDeploymentStatelessResourceNotFound

func NewShutdownDeploymentStatelessResourceNotFound() *ShutdownDeploymentStatelessResourceNotFound

NewShutdownDeploymentStatelessResourceNotFound creates a ShutdownDeploymentStatelessResourceNotFound with default headers values

func (*ShutdownDeploymentStatelessResourceNotFound) Error

type ShutdownDeploymentStatelessResourceOK

type ShutdownDeploymentStatelessResourceOK struct {
	Payload models.DeploymentResourceCommandResponse
}

ShutdownDeploymentStatelessResourceOK handles this case with default header values.

Standard response

func NewShutdownDeploymentStatelessResourceOK

func NewShutdownDeploymentStatelessResourceOK() *ShutdownDeploymentStatelessResourceOK

NewShutdownDeploymentStatelessResourceOK creates a ShutdownDeploymentStatelessResourceOK with default headers values

func (*ShutdownDeploymentStatelessResourceOK) Error

type ShutdownDeploymentStatelessResourceParams

type ShutdownDeploymentStatelessResourceParams struct {

	/*DeploymentID
	  Identifier for the Deployment

	*/
	DeploymentID string
	/*Hide
	  Hide cluster on shutdown. Hidden clusters are not listed by default

	*/
	Hide *bool
	/*RefID
	  User-specified RefId for the Resource

	*/
	RefID string
	/*SkipSnapshot
	  If true, will skip taking a snapshot of the cluster before shutting the cluster down (if even possible)

	*/
	SkipSnapshot *bool
	/*StatelessResourceKind
	  The kind of stateless resource

	*/
	StatelessResourceKind string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ShutdownDeploymentStatelessResourceParams contains all the parameters to send to the API endpoint for the shutdown deployment stateless resource operation typically these are written to a http.Request

func NewShutdownDeploymentStatelessResourceParams

func NewShutdownDeploymentStatelessResourceParams() *ShutdownDeploymentStatelessResourceParams

NewShutdownDeploymentStatelessResourceParams creates a new ShutdownDeploymentStatelessResourceParams object with the default values initialized.

func NewShutdownDeploymentStatelessResourceParamsWithContext

func NewShutdownDeploymentStatelessResourceParamsWithContext(ctx context.Context) *ShutdownDeploymentStatelessResourceParams

NewShutdownDeploymentStatelessResourceParamsWithContext creates a new ShutdownDeploymentStatelessResourceParams object with the default values initialized, and the ability to set a context for a request

func NewShutdownDeploymentStatelessResourceParamsWithHTTPClient

func NewShutdownDeploymentStatelessResourceParamsWithHTTPClient(client *http.Client) *ShutdownDeploymentStatelessResourceParams

NewShutdownDeploymentStatelessResourceParamsWithHTTPClient creates a new ShutdownDeploymentStatelessResourceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewShutdownDeploymentStatelessResourceParamsWithTimeout

func NewShutdownDeploymentStatelessResourceParamsWithTimeout(timeout time.Duration) *ShutdownDeploymentStatelessResourceParams

NewShutdownDeploymentStatelessResourceParamsWithTimeout creates a new ShutdownDeploymentStatelessResourceParams object with the default values initialized, and the ability to set a timeout on a request

func (*ShutdownDeploymentStatelessResourceParams) SetContext

SetContext adds the context to the shutdown deployment stateless resource params

func (*ShutdownDeploymentStatelessResourceParams) SetDeploymentID

func (o *ShutdownDeploymentStatelessResourceParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the shutdown deployment stateless resource params

func (*ShutdownDeploymentStatelessResourceParams) SetHTTPClient

func (o *ShutdownDeploymentStatelessResourceParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the shutdown deployment stateless resource params

func (*ShutdownDeploymentStatelessResourceParams) SetHide

SetHide adds the hide to the shutdown deployment stateless resource params

func (*ShutdownDeploymentStatelessResourceParams) SetRefID

SetRefID adds the refId to the shutdown deployment stateless resource params

func (*ShutdownDeploymentStatelessResourceParams) SetSkipSnapshot

func (o *ShutdownDeploymentStatelessResourceParams) SetSkipSnapshot(skipSnapshot *bool)

SetSkipSnapshot adds the skipSnapshot to the shutdown deployment stateless resource params

func (*ShutdownDeploymentStatelessResourceParams) SetStatelessResourceKind

func (o *ShutdownDeploymentStatelessResourceParams) SetStatelessResourceKind(statelessResourceKind string)

SetStatelessResourceKind adds the statelessResourceKind to the shutdown deployment stateless resource params

func (*ShutdownDeploymentStatelessResourceParams) SetTimeout

SetTimeout adds the timeout to the shutdown deployment stateless resource params

func (*ShutdownDeploymentStatelessResourceParams) WithContext

WithContext adds the context to the shutdown deployment stateless resource params

func (*ShutdownDeploymentStatelessResourceParams) WithDeploymentID

WithDeploymentID adds the deploymentID to the shutdown deployment stateless resource params

func (*ShutdownDeploymentStatelessResourceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the shutdown deployment stateless resource params

func (*ShutdownDeploymentStatelessResourceParams) WithHide

WithHide adds the hide to the shutdown deployment stateless resource params

func (*ShutdownDeploymentStatelessResourceParams) WithRefID

WithRefID adds the refID to the shutdown deployment stateless resource params

func (*ShutdownDeploymentStatelessResourceParams) WithSkipSnapshot

WithSkipSnapshot adds the skipSnapshot to the shutdown deployment stateless resource params

func (*ShutdownDeploymentStatelessResourceParams) WithStatelessResourceKind

func (o *ShutdownDeploymentStatelessResourceParams) WithStatelessResourceKind(statelessResourceKind string) *ShutdownDeploymentStatelessResourceParams

WithStatelessResourceKind adds the statelessResourceKind to the shutdown deployment stateless resource params

func (*ShutdownDeploymentStatelessResourceParams) WithTimeout

WithTimeout adds the timeout to the shutdown deployment stateless resource params

func (*ShutdownDeploymentStatelessResourceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ShutdownDeploymentStatelessResourceReader

type ShutdownDeploymentStatelessResourceReader struct {
	// contains filtered or unexported fields
}

ShutdownDeploymentStatelessResourceReader is a Reader for the ShutdownDeploymentStatelessResource structure.

func (*ShutdownDeploymentStatelessResourceReader) ReadResponse

func (o *ShutdownDeploymentStatelessResourceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ShutdownDeploymentStatelessResourceRetryWith

type ShutdownDeploymentStatelessResourceRetryWith struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

ShutdownDeploymentStatelessResourceRetryWith handles this case with default header values.

Elevated permissions are required. (code: `root.unauthorized.rbac.elevated_permissions_required`)

func NewShutdownDeploymentStatelessResourceRetryWith

func NewShutdownDeploymentStatelessResourceRetryWith() *ShutdownDeploymentStatelessResourceRetryWith

NewShutdownDeploymentStatelessResourceRetryWith creates a ShutdownDeploymentStatelessResourceRetryWith with default headers values

func (*ShutdownDeploymentStatelessResourceRetryWith) Error

type ShutdownDeploymentUnauthorized

type ShutdownDeploymentUnauthorized struct {
	Payload *models.BasicFailedReply
}

ShutdownDeploymentUnauthorized handles this case with default header values.

You are not authorized to perform this action

func NewShutdownDeploymentUnauthorized

func NewShutdownDeploymentUnauthorized() *ShutdownDeploymentUnauthorized

NewShutdownDeploymentUnauthorized creates a ShutdownDeploymentUnauthorized with default headers values

func (*ShutdownDeploymentUnauthorized) Error

type StartDeploymentResourceInstancesAccepted

type StartDeploymentResourceInstancesAccepted struct {
	Payload models.DeploymentResourceCommandResponse
}

StartDeploymentResourceInstancesAccepted handles this case with default header values.

The start command was issued successfully

func NewStartDeploymentResourceInstancesAccepted

func NewStartDeploymentResourceInstancesAccepted() *StartDeploymentResourceInstancesAccepted

NewStartDeploymentResourceInstancesAccepted creates a StartDeploymentResourceInstancesAccepted with default headers values

func (*StartDeploymentResourceInstancesAccepted) Error

type StartDeploymentResourceInstancesAllAccepted

type StartDeploymentResourceInstancesAllAccepted struct {
	Payload models.DeploymentResourceCommandResponse
}

StartDeploymentResourceInstancesAllAccepted handles this case with default header values.

The start command was issued successfully

func NewStartDeploymentResourceInstancesAllAccepted

func NewStartDeploymentResourceInstancesAllAccepted() *StartDeploymentResourceInstancesAllAccepted

NewStartDeploymentResourceInstancesAllAccepted creates a StartDeploymentResourceInstancesAllAccepted with default headers values

func (*StartDeploymentResourceInstancesAllAccepted) Error

type StartDeploymentResourceInstancesAllForbidden

type StartDeploymentResourceInstancesAllForbidden struct {
	Payload *models.BasicFailedReply
}

StartDeploymentResourceInstancesAllForbidden handles this case with default header values.

The start command was prohibited for the given Resource.

func NewStartDeploymentResourceInstancesAllForbidden

func NewStartDeploymentResourceInstancesAllForbidden() *StartDeploymentResourceInstancesAllForbidden

NewStartDeploymentResourceInstancesAllForbidden creates a StartDeploymentResourceInstancesAllForbidden with default headers values

func (*StartDeploymentResourceInstancesAllForbidden) Error

type StartDeploymentResourceInstancesAllMaintenanceModeAccepted

type StartDeploymentResourceInstancesAllMaintenanceModeAccepted struct {
	Payload models.DeploymentResourceCommandResponse
}

StartDeploymentResourceInstancesAllMaintenanceModeAccepted handles this case with default header values.

The start maintenance command was issued successfully

func NewStartDeploymentResourceInstancesAllMaintenanceModeAccepted

func NewStartDeploymentResourceInstancesAllMaintenanceModeAccepted() *StartDeploymentResourceInstancesAllMaintenanceModeAccepted

NewStartDeploymentResourceInstancesAllMaintenanceModeAccepted creates a StartDeploymentResourceInstancesAllMaintenanceModeAccepted with default headers values

func (*StartDeploymentResourceInstancesAllMaintenanceModeAccepted) Error

type StartDeploymentResourceInstancesAllMaintenanceModeForbidden

type StartDeploymentResourceInstancesAllMaintenanceModeForbidden struct {
	Payload *models.BasicFailedReply
}

StartDeploymentResourceInstancesAllMaintenanceModeForbidden handles this case with default header values.

The start maintenance mode command was prohibited for the given Resource.

func NewStartDeploymentResourceInstancesAllMaintenanceModeForbidden

func NewStartDeploymentResourceInstancesAllMaintenanceModeForbidden() *StartDeploymentResourceInstancesAllMaintenanceModeForbidden

NewStartDeploymentResourceInstancesAllMaintenanceModeForbidden creates a StartDeploymentResourceInstancesAllMaintenanceModeForbidden with default headers values

func (*StartDeploymentResourceInstancesAllMaintenanceModeForbidden) Error

type StartDeploymentResourceInstancesAllMaintenanceModeNotFound

type StartDeploymentResourceInstancesAllMaintenanceModeNotFound struct {
	Payload *models.BasicFailedReply
}

StartDeploymentResourceInstancesAllMaintenanceModeNotFound handles this case with default header values.

The Resource specified by {ref_id} cannot be found

func NewStartDeploymentResourceInstancesAllMaintenanceModeNotFound

func NewStartDeploymentResourceInstancesAllMaintenanceModeNotFound() *StartDeploymentResourceInstancesAllMaintenanceModeNotFound

NewStartDeploymentResourceInstancesAllMaintenanceModeNotFound creates a StartDeploymentResourceInstancesAllMaintenanceModeNotFound with default headers values

func (*StartDeploymentResourceInstancesAllMaintenanceModeNotFound) Error

type StartDeploymentResourceInstancesAllMaintenanceModeParams

type StartDeploymentResourceInstancesAllMaintenanceModeParams struct {

	/*DeploymentID
	  Identifier for the Deployment

	*/
	DeploymentID string
	/*RefID
	  User-specified RefId for the Resource

	*/
	RefID string
	/*ResourceKind
	  The kind of resource (one of elasticsearch, kibana or apm)

	*/
	ResourceKind string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

StartDeploymentResourceInstancesAllMaintenanceModeParams contains all the parameters to send to the API endpoint for the start deployment resource instances all maintenance mode operation typically these are written to a http.Request

func NewStartDeploymentResourceInstancesAllMaintenanceModeParams

func NewStartDeploymentResourceInstancesAllMaintenanceModeParams() *StartDeploymentResourceInstancesAllMaintenanceModeParams

NewStartDeploymentResourceInstancesAllMaintenanceModeParams creates a new StartDeploymentResourceInstancesAllMaintenanceModeParams object with the default values initialized.

func NewStartDeploymentResourceInstancesAllMaintenanceModeParamsWithContext

func NewStartDeploymentResourceInstancesAllMaintenanceModeParamsWithContext(ctx context.Context) *StartDeploymentResourceInstancesAllMaintenanceModeParams

NewStartDeploymentResourceInstancesAllMaintenanceModeParamsWithContext creates a new StartDeploymentResourceInstancesAllMaintenanceModeParams object with the default values initialized, and the ability to set a context for a request

func NewStartDeploymentResourceInstancesAllMaintenanceModeParamsWithHTTPClient

func NewStartDeploymentResourceInstancesAllMaintenanceModeParamsWithHTTPClient(client *http.Client) *StartDeploymentResourceInstancesAllMaintenanceModeParams

NewStartDeploymentResourceInstancesAllMaintenanceModeParamsWithHTTPClient creates a new StartDeploymentResourceInstancesAllMaintenanceModeParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewStartDeploymentResourceInstancesAllMaintenanceModeParamsWithTimeout

func NewStartDeploymentResourceInstancesAllMaintenanceModeParamsWithTimeout(timeout time.Duration) *StartDeploymentResourceInstancesAllMaintenanceModeParams

NewStartDeploymentResourceInstancesAllMaintenanceModeParamsWithTimeout creates a new StartDeploymentResourceInstancesAllMaintenanceModeParams object with the default values initialized, and the ability to set a timeout on a request

func (*StartDeploymentResourceInstancesAllMaintenanceModeParams) SetContext

SetContext adds the context to the start deployment resource instances all maintenance mode params

func (*StartDeploymentResourceInstancesAllMaintenanceModeParams) SetDeploymentID

func (o *StartDeploymentResourceInstancesAllMaintenanceModeParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the start deployment resource instances all maintenance mode params

func (*StartDeploymentResourceInstancesAllMaintenanceModeParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the start deployment resource instances all maintenance mode params

func (*StartDeploymentResourceInstancesAllMaintenanceModeParams) SetRefID

SetRefID adds the refId to the start deployment resource instances all maintenance mode params

func (*StartDeploymentResourceInstancesAllMaintenanceModeParams) SetResourceKind

func (o *StartDeploymentResourceInstancesAllMaintenanceModeParams) SetResourceKind(resourceKind string)

SetResourceKind adds the resourceKind to the start deployment resource instances all maintenance mode params

func (*StartDeploymentResourceInstancesAllMaintenanceModeParams) SetTimeout

SetTimeout adds the timeout to the start deployment resource instances all maintenance mode params

func (*StartDeploymentResourceInstancesAllMaintenanceModeParams) WithContext

WithContext adds the context to the start deployment resource instances all maintenance mode params

func (*StartDeploymentResourceInstancesAllMaintenanceModeParams) WithDeploymentID

WithDeploymentID adds the deploymentID to the start deployment resource instances all maintenance mode params

func (*StartDeploymentResourceInstancesAllMaintenanceModeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the start deployment resource instances all maintenance mode params

func (*StartDeploymentResourceInstancesAllMaintenanceModeParams) WithRefID

WithRefID adds the refID to the start deployment resource instances all maintenance mode params

func (*StartDeploymentResourceInstancesAllMaintenanceModeParams) WithResourceKind

WithResourceKind adds the resourceKind to the start deployment resource instances all maintenance mode params

func (*StartDeploymentResourceInstancesAllMaintenanceModeParams) WithTimeout

WithTimeout adds the timeout to the start deployment resource instances all maintenance mode params

func (*StartDeploymentResourceInstancesAllMaintenanceModeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type StartDeploymentResourceInstancesAllMaintenanceModeReader

type StartDeploymentResourceInstancesAllMaintenanceModeReader struct {
	// contains filtered or unexported fields
}

StartDeploymentResourceInstancesAllMaintenanceModeReader is a Reader for the StartDeploymentResourceInstancesAllMaintenanceMode structure.

func (*StartDeploymentResourceInstancesAllMaintenanceModeReader) ReadResponse

func (o *StartDeploymentResourceInstancesAllMaintenanceModeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type StartDeploymentResourceInstancesAllMaintenanceModeRetryWith

type StartDeploymentResourceInstancesAllMaintenanceModeRetryWith struct {
	Payload *models.BasicFailedReply
}

StartDeploymentResourceInstancesAllMaintenanceModeRetryWith handles this case with default header values.

elevated permissions are required. (code: '"root.unauthorized.rbac.elevated_permissions_required"')

func NewStartDeploymentResourceInstancesAllMaintenanceModeRetryWith

func NewStartDeploymentResourceInstancesAllMaintenanceModeRetryWith() *StartDeploymentResourceInstancesAllMaintenanceModeRetryWith

NewStartDeploymentResourceInstancesAllMaintenanceModeRetryWith creates a StartDeploymentResourceInstancesAllMaintenanceModeRetryWith with default headers values

func (*StartDeploymentResourceInstancesAllMaintenanceModeRetryWith) Error

type StartDeploymentResourceInstancesAllMaintenanceModeUnprocessableEntity

type StartDeploymentResourceInstancesAllMaintenanceModeUnprocessableEntity struct {
	Payload *models.BasicFailedReply
}

StartDeploymentResourceInstancesAllMaintenanceModeUnprocessableEntity handles this case with default header values.

The command sent to a Resource found the Resource in an illegal state, the error message gives more details

func NewStartDeploymentResourceInstancesAllMaintenanceModeUnprocessableEntity

func NewStartDeploymentResourceInstancesAllMaintenanceModeUnprocessableEntity() *StartDeploymentResourceInstancesAllMaintenanceModeUnprocessableEntity

NewStartDeploymentResourceInstancesAllMaintenanceModeUnprocessableEntity creates a StartDeploymentResourceInstancesAllMaintenanceModeUnprocessableEntity with default headers values

func (*StartDeploymentResourceInstancesAllMaintenanceModeUnprocessableEntity) Error

type StartDeploymentResourceInstancesAllNotFound

type StartDeploymentResourceInstancesAllNotFound struct {
	Payload *models.BasicFailedReply
}

StartDeploymentResourceInstancesAllNotFound handles this case with default header values.

The Resource specified by {ref_id} cannot be found

func NewStartDeploymentResourceInstancesAllNotFound

func NewStartDeploymentResourceInstancesAllNotFound() *StartDeploymentResourceInstancesAllNotFound

NewStartDeploymentResourceInstancesAllNotFound creates a StartDeploymentResourceInstancesAllNotFound with default headers values

func (*StartDeploymentResourceInstancesAllNotFound) Error

type StartDeploymentResourceInstancesAllParams

type StartDeploymentResourceInstancesAllParams struct {

	/*DeploymentID
	  Identifier for the Deployment

	*/
	DeploymentID string
	/*RefID
	  User-specified RefId for the Resource

	*/
	RefID string
	/*ResourceKind
	  The kind of resource (one of elasticsearch, kibana or apm)

	*/
	ResourceKind string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

StartDeploymentResourceInstancesAllParams contains all the parameters to send to the API endpoint for the start deployment resource instances all operation typically these are written to a http.Request

func NewStartDeploymentResourceInstancesAllParams

func NewStartDeploymentResourceInstancesAllParams() *StartDeploymentResourceInstancesAllParams

NewStartDeploymentResourceInstancesAllParams creates a new StartDeploymentResourceInstancesAllParams object with the default values initialized.

func NewStartDeploymentResourceInstancesAllParamsWithContext

func NewStartDeploymentResourceInstancesAllParamsWithContext(ctx context.Context) *StartDeploymentResourceInstancesAllParams

NewStartDeploymentResourceInstancesAllParamsWithContext creates a new StartDeploymentResourceInstancesAllParams object with the default values initialized, and the ability to set a context for a request

func NewStartDeploymentResourceInstancesAllParamsWithHTTPClient

func NewStartDeploymentResourceInstancesAllParamsWithHTTPClient(client *http.Client) *StartDeploymentResourceInstancesAllParams

NewStartDeploymentResourceInstancesAllParamsWithHTTPClient creates a new StartDeploymentResourceInstancesAllParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewStartDeploymentResourceInstancesAllParamsWithTimeout

func NewStartDeploymentResourceInstancesAllParamsWithTimeout(timeout time.Duration) *StartDeploymentResourceInstancesAllParams

NewStartDeploymentResourceInstancesAllParamsWithTimeout creates a new StartDeploymentResourceInstancesAllParams object with the default values initialized, and the ability to set a timeout on a request

func (*StartDeploymentResourceInstancesAllParams) SetContext

SetContext adds the context to the start deployment resource instances all params

func (*StartDeploymentResourceInstancesAllParams) SetDeploymentID

func (o *StartDeploymentResourceInstancesAllParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the start deployment resource instances all params

func (*StartDeploymentResourceInstancesAllParams) SetHTTPClient

func (o *StartDeploymentResourceInstancesAllParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the start deployment resource instances all params

func (*StartDeploymentResourceInstancesAllParams) SetRefID

SetRefID adds the refId to the start deployment resource instances all params

func (*StartDeploymentResourceInstancesAllParams) SetResourceKind

func (o *StartDeploymentResourceInstancesAllParams) SetResourceKind(resourceKind string)

SetResourceKind adds the resourceKind to the start deployment resource instances all params

func (*StartDeploymentResourceInstancesAllParams) SetTimeout

SetTimeout adds the timeout to the start deployment resource instances all params

func (*StartDeploymentResourceInstancesAllParams) WithContext

WithContext adds the context to the start deployment resource instances all params

func (*StartDeploymentResourceInstancesAllParams) WithDeploymentID

WithDeploymentID adds the deploymentID to the start deployment resource instances all params

func (*StartDeploymentResourceInstancesAllParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the start deployment resource instances all params

func (*StartDeploymentResourceInstancesAllParams) WithRefID

WithRefID adds the refID to the start deployment resource instances all params

func (*StartDeploymentResourceInstancesAllParams) WithResourceKind

WithResourceKind adds the resourceKind to the start deployment resource instances all params

func (*StartDeploymentResourceInstancesAllParams) WithTimeout

WithTimeout adds the timeout to the start deployment resource instances all params

func (*StartDeploymentResourceInstancesAllParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type StartDeploymentResourceInstancesAllReader

type StartDeploymentResourceInstancesAllReader struct {
	// contains filtered or unexported fields
}

StartDeploymentResourceInstancesAllReader is a Reader for the StartDeploymentResourceInstancesAll structure.

func (*StartDeploymentResourceInstancesAllReader) ReadResponse

func (o *StartDeploymentResourceInstancesAllReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type StartDeploymentResourceInstancesAllRetryWith

type StartDeploymentResourceInstancesAllRetryWith struct {
	Payload *models.BasicFailedReply
}

StartDeploymentResourceInstancesAllRetryWith handles this case with default header values.

elevated permissions are required. (code: '"root.unauthorized.rbac.elevated_permissions_required"')

func NewStartDeploymentResourceInstancesAllRetryWith

func NewStartDeploymentResourceInstancesAllRetryWith() *StartDeploymentResourceInstancesAllRetryWith

NewStartDeploymentResourceInstancesAllRetryWith creates a StartDeploymentResourceInstancesAllRetryWith with default headers values

func (*StartDeploymentResourceInstancesAllRetryWith) Error

type StartDeploymentResourceInstancesAllUnprocessableEntity

type StartDeploymentResourceInstancesAllUnprocessableEntity struct {
	Payload *models.BasicFailedReply
}

StartDeploymentResourceInstancesAllUnprocessableEntity handles this case with default header values.

The command sent to a Resource found the Resource in an illegal state, the error message gives more details

func NewStartDeploymentResourceInstancesAllUnprocessableEntity

func NewStartDeploymentResourceInstancesAllUnprocessableEntity() *StartDeploymentResourceInstancesAllUnprocessableEntity

NewStartDeploymentResourceInstancesAllUnprocessableEntity creates a StartDeploymentResourceInstancesAllUnprocessableEntity with default headers values

func (*StartDeploymentResourceInstancesAllUnprocessableEntity) Error

type StartDeploymentResourceInstancesForbidden

type StartDeploymentResourceInstancesForbidden struct {
	Payload *models.BasicFailedReply
}

StartDeploymentResourceInstancesForbidden handles this case with default header values.

The start command was prohibited for the given Resource.

func NewStartDeploymentResourceInstancesForbidden

func NewStartDeploymentResourceInstancesForbidden() *StartDeploymentResourceInstancesForbidden

NewStartDeploymentResourceInstancesForbidden creates a StartDeploymentResourceInstancesForbidden with default headers values

func (*StartDeploymentResourceInstancesForbidden) Error

type StartDeploymentResourceInstancesNotFound

type StartDeploymentResourceInstancesNotFound struct {
	Payload *models.BasicFailedReply
}

StartDeploymentResourceInstancesNotFound handles this case with default header values.

The Resource specified by {ref_id} cannot be found

func NewStartDeploymentResourceInstancesNotFound

func NewStartDeploymentResourceInstancesNotFound() *StartDeploymentResourceInstancesNotFound

NewStartDeploymentResourceInstancesNotFound creates a StartDeploymentResourceInstancesNotFound with default headers values

func (*StartDeploymentResourceInstancesNotFound) Error

type StartDeploymentResourceInstancesParams

type StartDeploymentResourceInstancesParams struct {

	/*DeploymentID
	  Identifier for the Deployment

	*/
	DeploymentID string
	/*IgnoreMissing
	  If true and the instance does not exist then quietly proceed to the next instance, otherwise treated as an error

	*/
	IgnoreMissing *bool
	/*InstanceIds
	  Comma-delimited list of instance identifiers of the Resource

	*/
	InstanceIds []string
	/*RefID
	  User-specified RefId for the Resource

	*/
	RefID string
	/*ResourceKind
	  The kind of resource (one of elasticsearch, kibana or apm)

	*/
	ResourceKind string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

StartDeploymentResourceInstancesParams contains all the parameters to send to the API endpoint for the start deployment resource instances operation typically these are written to a http.Request

func NewStartDeploymentResourceInstancesParams

func NewStartDeploymentResourceInstancesParams() *StartDeploymentResourceInstancesParams

NewStartDeploymentResourceInstancesParams creates a new StartDeploymentResourceInstancesParams object with the default values initialized.

func NewStartDeploymentResourceInstancesParamsWithContext

func NewStartDeploymentResourceInstancesParamsWithContext(ctx context.Context) *StartDeploymentResourceInstancesParams

NewStartDeploymentResourceInstancesParamsWithContext creates a new StartDeploymentResourceInstancesParams object with the default values initialized, and the ability to set a context for a request

func NewStartDeploymentResourceInstancesParamsWithHTTPClient

func NewStartDeploymentResourceInstancesParamsWithHTTPClient(client *http.Client) *StartDeploymentResourceInstancesParams

NewStartDeploymentResourceInstancesParamsWithHTTPClient creates a new StartDeploymentResourceInstancesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewStartDeploymentResourceInstancesParamsWithTimeout

func NewStartDeploymentResourceInstancesParamsWithTimeout(timeout time.Duration) *StartDeploymentResourceInstancesParams

NewStartDeploymentResourceInstancesParamsWithTimeout creates a new StartDeploymentResourceInstancesParams object with the default values initialized, and the ability to set a timeout on a request

func (*StartDeploymentResourceInstancesParams) SetContext

SetContext adds the context to the start deployment resource instances params

func (*StartDeploymentResourceInstancesParams) SetDeploymentID

func (o *StartDeploymentResourceInstancesParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the start deployment resource instances params

func (*StartDeploymentResourceInstancesParams) SetHTTPClient

func (o *StartDeploymentResourceInstancesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the start deployment resource instances params

func (*StartDeploymentResourceInstancesParams) SetIgnoreMissing

func (o *StartDeploymentResourceInstancesParams) SetIgnoreMissing(ignoreMissing *bool)

SetIgnoreMissing adds the ignoreMissing to the start deployment resource instances params

func (*StartDeploymentResourceInstancesParams) SetInstanceIds

func (o *StartDeploymentResourceInstancesParams) SetInstanceIds(instanceIds []string)

SetInstanceIds adds the instanceIds to the start deployment resource instances params

func (*StartDeploymentResourceInstancesParams) SetRefID

SetRefID adds the refId to the start deployment resource instances params

func (*StartDeploymentResourceInstancesParams) SetResourceKind

func (o *StartDeploymentResourceInstancesParams) SetResourceKind(resourceKind string)

SetResourceKind adds the resourceKind to the start deployment resource instances params

func (*StartDeploymentResourceInstancesParams) SetTimeout

func (o *StartDeploymentResourceInstancesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the start deployment resource instances params

func (*StartDeploymentResourceInstancesParams) WithContext

WithContext adds the context to the start deployment resource instances params

func (*StartDeploymentResourceInstancesParams) WithDeploymentID

WithDeploymentID adds the deploymentID to the start deployment resource instances params

func (*StartDeploymentResourceInstancesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the start deployment resource instances params

func (*StartDeploymentResourceInstancesParams) WithIgnoreMissing

WithIgnoreMissing adds the ignoreMissing to the start deployment resource instances params

func (*StartDeploymentResourceInstancesParams) WithInstanceIds

WithInstanceIds adds the instanceIds to the start deployment resource instances params

func (*StartDeploymentResourceInstancesParams) WithRefID

WithRefID adds the refID to the start deployment resource instances params

func (*StartDeploymentResourceInstancesParams) WithResourceKind

WithResourceKind adds the resourceKind to the start deployment resource instances params

func (*StartDeploymentResourceInstancesParams) WithTimeout

WithTimeout adds the timeout to the start deployment resource instances params

func (*StartDeploymentResourceInstancesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type StartDeploymentResourceInstancesReader

type StartDeploymentResourceInstancesReader struct {
	// contains filtered or unexported fields
}

StartDeploymentResourceInstancesReader is a Reader for the StartDeploymentResourceInstances structure.

func (*StartDeploymentResourceInstancesReader) ReadResponse

func (o *StartDeploymentResourceInstancesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type StartDeploymentResourceInstancesRetryWith

type StartDeploymentResourceInstancesRetryWith struct {
	Payload *models.BasicFailedReply
}

StartDeploymentResourceInstancesRetryWith handles this case with default header values.

elevated permissions are required. (code: '"root.unauthorized.rbac.elevated_permissions_required"')

func NewStartDeploymentResourceInstancesRetryWith

func NewStartDeploymentResourceInstancesRetryWith() *StartDeploymentResourceInstancesRetryWith

NewStartDeploymentResourceInstancesRetryWith creates a StartDeploymentResourceInstancesRetryWith with default headers values

func (*StartDeploymentResourceInstancesRetryWith) Error

type StartDeploymentResourceInstancesUnprocessableEntity

type StartDeploymentResourceInstancesUnprocessableEntity struct {
	Payload *models.BasicFailedReply
}

StartDeploymentResourceInstancesUnprocessableEntity handles this case with default header values.

The command sent to a Resource found the Resource in an illegal state, the error message gives more details

func NewStartDeploymentResourceInstancesUnprocessableEntity

func NewStartDeploymentResourceInstancesUnprocessableEntity() *StartDeploymentResourceInstancesUnprocessableEntity

NewStartDeploymentResourceInstancesUnprocessableEntity creates a StartDeploymentResourceInstancesUnprocessableEntity with default headers values

func (*StartDeploymentResourceInstancesUnprocessableEntity) Error

type StartDeploymentResourceMaintenanceModeAccepted

type StartDeploymentResourceMaintenanceModeAccepted struct {
	Payload models.DeploymentResourceCommandResponse
}

StartDeploymentResourceMaintenanceModeAccepted handles this case with default header values.

The stop maintenance command was issued successfully

func NewStartDeploymentResourceMaintenanceModeAccepted

func NewStartDeploymentResourceMaintenanceModeAccepted() *StartDeploymentResourceMaintenanceModeAccepted

NewStartDeploymentResourceMaintenanceModeAccepted creates a StartDeploymentResourceMaintenanceModeAccepted with default headers values

func (*StartDeploymentResourceMaintenanceModeAccepted) Error

type StartDeploymentResourceMaintenanceModeForbidden

type StartDeploymentResourceMaintenanceModeForbidden struct {
	Payload *models.BasicFailedReply
}

StartDeploymentResourceMaintenanceModeForbidden handles this case with default header values.

The start maintenance mode command was prohibited for the given Resource.

func NewStartDeploymentResourceMaintenanceModeForbidden

func NewStartDeploymentResourceMaintenanceModeForbidden() *StartDeploymentResourceMaintenanceModeForbidden

NewStartDeploymentResourceMaintenanceModeForbidden creates a StartDeploymentResourceMaintenanceModeForbidden with default headers values

func (*StartDeploymentResourceMaintenanceModeForbidden) Error

type StartDeploymentResourceMaintenanceModeNotFound

type StartDeploymentResourceMaintenanceModeNotFound struct {
	Payload *models.BasicFailedReply
}

StartDeploymentResourceMaintenanceModeNotFound handles this case with default header values.

The Resource specified by {ref_id} cannot be found

func NewStartDeploymentResourceMaintenanceModeNotFound

func NewStartDeploymentResourceMaintenanceModeNotFound() *StartDeploymentResourceMaintenanceModeNotFound

NewStartDeploymentResourceMaintenanceModeNotFound creates a StartDeploymentResourceMaintenanceModeNotFound with default headers values

func (*StartDeploymentResourceMaintenanceModeNotFound) Error

type StartDeploymentResourceMaintenanceModeParams

type StartDeploymentResourceMaintenanceModeParams struct {

	/*DeploymentID
	  Identifier for the Deployment

	*/
	DeploymentID string
	/*IgnoreMissing
	  If true and the instance does not exist then quietly proceed to the next instance, otherwise treated as an error

	*/
	IgnoreMissing *bool
	/*InstanceIds
	  Comma-delimited list of instance identifiers of the Resource

	*/
	InstanceIds []string
	/*RefID
	  User-specified RefId for the Resource

	*/
	RefID string
	/*ResourceKind
	  The kind of resource (one of elasticsearch, kibana or apm)

	*/
	ResourceKind string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

StartDeploymentResourceMaintenanceModeParams contains all the parameters to send to the API endpoint for the start deployment resource maintenance mode operation typically these are written to a http.Request

func NewStartDeploymentResourceMaintenanceModeParams

func NewStartDeploymentResourceMaintenanceModeParams() *StartDeploymentResourceMaintenanceModeParams

NewStartDeploymentResourceMaintenanceModeParams creates a new StartDeploymentResourceMaintenanceModeParams object with the default values initialized.

func NewStartDeploymentResourceMaintenanceModeParamsWithContext

func NewStartDeploymentResourceMaintenanceModeParamsWithContext(ctx context.Context) *StartDeploymentResourceMaintenanceModeParams

NewStartDeploymentResourceMaintenanceModeParamsWithContext creates a new StartDeploymentResourceMaintenanceModeParams object with the default values initialized, and the ability to set a context for a request

func NewStartDeploymentResourceMaintenanceModeParamsWithHTTPClient

func NewStartDeploymentResourceMaintenanceModeParamsWithHTTPClient(client *http.Client) *StartDeploymentResourceMaintenanceModeParams

NewStartDeploymentResourceMaintenanceModeParamsWithHTTPClient creates a new StartDeploymentResourceMaintenanceModeParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewStartDeploymentResourceMaintenanceModeParamsWithTimeout

func NewStartDeploymentResourceMaintenanceModeParamsWithTimeout(timeout time.Duration) *StartDeploymentResourceMaintenanceModeParams

NewStartDeploymentResourceMaintenanceModeParamsWithTimeout creates a new StartDeploymentResourceMaintenanceModeParams object with the default values initialized, and the ability to set a timeout on a request

func (*StartDeploymentResourceMaintenanceModeParams) SetContext

SetContext adds the context to the start deployment resource maintenance mode params

func (*StartDeploymentResourceMaintenanceModeParams) SetDeploymentID

func (o *StartDeploymentResourceMaintenanceModeParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the start deployment resource maintenance mode params

func (*StartDeploymentResourceMaintenanceModeParams) SetHTTPClient

func (o *StartDeploymentResourceMaintenanceModeParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the start deployment resource maintenance mode params

func (*StartDeploymentResourceMaintenanceModeParams) SetIgnoreMissing

func (o *StartDeploymentResourceMaintenanceModeParams) SetIgnoreMissing(ignoreMissing *bool)

SetIgnoreMissing adds the ignoreMissing to the start deployment resource maintenance mode params

func (*StartDeploymentResourceMaintenanceModeParams) SetInstanceIds

func (o *StartDeploymentResourceMaintenanceModeParams) SetInstanceIds(instanceIds []string)

SetInstanceIds adds the instanceIds to the start deployment resource maintenance mode params

func (*StartDeploymentResourceMaintenanceModeParams) SetRefID

SetRefID adds the refId to the start deployment resource maintenance mode params

func (*StartDeploymentResourceMaintenanceModeParams) SetResourceKind

func (o *StartDeploymentResourceMaintenanceModeParams) SetResourceKind(resourceKind string)

SetResourceKind adds the resourceKind to the start deployment resource maintenance mode params

func (*StartDeploymentResourceMaintenanceModeParams) SetTimeout

SetTimeout adds the timeout to the start deployment resource maintenance mode params

func (*StartDeploymentResourceMaintenanceModeParams) WithContext

WithContext adds the context to the start deployment resource maintenance mode params

func (*StartDeploymentResourceMaintenanceModeParams) WithDeploymentID

WithDeploymentID adds the deploymentID to the start deployment resource maintenance mode params

func (*StartDeploymentResourceMaintenanceModeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the start deployment resource maintenance mode params

func (*StartDeploymentResourceMaintenanceModeParams) WithIgnoreMissing

WithIgnoreMissing adds the ignoreMissing to the start deployment resource maintenance mode params

func (*StartDeploymentResourceMaintenanceModeParams) WithInstanceIds

WithInstanceIds adds the instanceIds to the start deployment resource maintenance mode params

func (*StartDeploymentResourceMaintenanceModeParams) WithRefID

WithRefID adds the refID to the start deployment resource maintenance mode params

func (*StartDeploymentResourceMaintenanceModeParams) WithResourceKind

WithResourceKind adds the resourceKind to the start deployment resource maintenance mode params

func (*StartDeploymentResourceMaintenanceModeParams) WithTimeout

WithTimeout adds the timeout to the start deployment resource maintenance mode params

func (*StartDeploymentResourceMaintenanceModeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type StartDeploymentResourceMaintenanceModeReader

type StartDeploymentResourceMaintenanceModeReader struct {
	// contains filtered or unexported fields
}

StartDeploymentResourceMaintenanceModeReader is a Reader for the StartDeploymentResourceMaintenanceMode structure.

func (*StartDeploymentResourceMaintenanceModeReader) ReadResponse

func (o *StartDeploymentResourceMaintenanceModeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type StartDeploymentResourceMaintenanceModeRetryWith

type StartDeploymentResourceMaintenanceModeRetryWith struct {
	Payload *models.BasicFailedReply
}

StartDeploymentResourceMaintenanceModeRetryWith handles this case with default header values.

elevated permissions are required. (code: '"root.unauthorized.rbac.elevated_permissions_required"')

func NewStartDeploymentResourceMaintenanceModeRetryWith

func NewStartDeploymentResourceMaintenanceModeRetryWith() *StartDeploymentResourceMaintenanceModeRetryWith

NewStartDeploymentResourceMaintenanceModeRetryWith creates a StartDeploymentResourceMaintenanceModeRetryWith with default headers values

func (*StartDeploymentResourceMaintenanceModeRetryWith) Error

type StartDeploymentResourceMaintenanceModeUnprocessableEntity

type StartDeploymentResourceMaintenanceModeUnprocessableEntity struct {
	Payload *models.BasicFailedReply
}

StartDeploymentResourceMaintenanceModeUnprocessableEntity handles this case with default header values.

The command sent to a Resource found the Resource in an illegal state, the error message gives more details

func NewStartDeploymentResourceMaintenanceModeUnprocessableEntity

func NewStartDeploymentResourceMaintenanceModeUnprocessableEntity() *StartDeploymentResourceMaintenanceModeUnprocessableEntity

NewStartDeploymentResourceMaintenanceModeUnprocessableEntity creates a StartDeploymentResourceMaintenanceModeUnprocessableEntity with default headers values

func (*StartDeploymentResourceMaintenanceModeUnprocessableEntity) Error

type StopDeploymentResourceInstancesAccepted

type StopDeploymentResourceInstancesAccepted struct {
	Payload models.DeploymentResourceCommandResponse
}

StopDeploymentResourceInstancesAccepted handles this case with default header values.

The stop command was issued successfully

func NewStopDeploymentResourceInstancesAccepted

func NewStopDeploymentResourceInstancesAccepted() *StopDeploymentResourceInstancesAccepted

NewStopDeploymentResourceInstancesAccepted creates a StopDeploymentResourceInstancesAccepted with default headers values

func (*StopDeploymentResourceInstancesAccepted) Error

type StopDeploymentResourceInstancesAllAccepted

type StopDeploymentResourceInstancesAllAccepted struct {
	Payload models.DeploymentResourceCommandResponse
}

StopDeploymentResourceInstancesAllAccepted handles this case with default header values.

The stop command was issued successfully

func NewStopDeploymentResourceInstancesAllAccepted

func NewStopDeploymentResourceInstancesAllAccepted() *StopDeploymentResourceInstancesAllAccepted

NewStopDeploymentResourceInstancesAllAccepted creates a StopDeploymentResourceInstancesAllAccepted with default headers values

func (*StopDeploymentResourceInstancesAllAccepted) Error

type StopDeploymentResourceInstancesAllForbidden

type StopDeploymentResourceInstancesAllForbidden struct {
	Payload *models.BasicFailedReply
}

StopDeploymentResourceInstancesAllForbidden handles this case with default header values.

The stop command was prohibited for the given Resource.

func NewStopDeploymentResourceInstancesAllForbidden

func NewStopDeploymentResourceInstancesAllForbidden() *StopDeploymentResourceInstancesAllForbidden

NewStopDeploymentResourceInstancesAllForbidden creates a StopDeploymentResourceInstancesAllForbidden with default headers values

func (*StopDeploymentResourceInstancesAllForbidden) Error

type StopDeploymentResourceInstancesAllMaintenanceModeAccepted

type StopDeploymentResourceInstancesAllMaintenanceModeAccepted struct {
	Payload models.DeploymentResourceCommandResponse
}

StopDeploymentResourceInstancesAllMaintenanceModeAccepted handles this case with default header values.

The stop maintenance mode command was issued successfully

func NewStopDeploymentResourceInstancesAllMaintenanceModeAccepted

func NewStopDeploymentResourceInstancesAllMaintenanceModeAccepted() *StopDeploymentResourceInstancesAllMaintenanceModeAccepted

NewStopDeploymentResourceInstancesAllMaintenanceModeAccepted creates a StopDeploymentResourceInstancesAllMaintenanceModeAccepted with default headers values

func (*StopDeploymentResourceInstancesAllMaintenanceModeAccepted) Error

type StopDeploymentResourceInstancesAllMaintenanceModeForbidden

type StopDeploymentResourceInstancesAllMaintenanceModeForbidden struct {
	Payload *models.BasicFailedReply
}

StopDeploymentResourceInstancesAllMaintenanceModeForbidden handles this case with default header values.

The stop maintenance mode command was prohibited for the given Resource.

func NewStopDeploymentResourceInstancesAllMaintenanceModeForbidden

func NewStopDeploymentResourceInstancesAllMaintenanceModeForbidden() *StopDeploymentResourceInstancesAllMaintenanceModeForbidden

NewStopDeploymentResourceInstancesAllMaintenanceModeForbidden creates a StopDeploymentResourceInstancesAllMaintenanceModeForbidden with default headers values

func (*StopDeploymentResourceInstancesAllMaintenanceModeForbidden) Error

type StopDeploymentResourceInstancesAllMaintenanceModeNotFound

type StopDeploymentResourceInstancesAllMaintenanceModeNotFound struct {
	Payload *models.BasicFailedReply
}

StopDeploymentResourceInstancesAllMaintenanceModeNotFound handles this case with default header values.

The Resource specified by {ref_id} cannot be found

func NewStopDeploymentResourceInstancesAllMaintenanceModeNotFound

func NewStopDeploymentResourceInstancesAllMaintenanceModeNotFound() *StopDeploymentResourceInstancesAllMaintenanceModeNotFound

NewStopDeploymentResourceInstancesAllMaintenanceModeNotFound creates a StopDeploymentResourceInstancesAllMaintenanceModeNotFound with default headers values

func (*StopDeploymentResourceInstancesAllMaintenanceModeNotFound) Error

type StopDeploymentResourceInstancesAllMaintenanceModeParams

type StopDeploymentResourceInstancesAllMaintenanceModeParams struct {

	/*DeploymentID
	  Identifier for the Deployment

	*/
	DeploymentID string
	/*RefID
	  User-specified RefId for the Resource

	*/
	RefID string
	/*ResourceKind
	  The kind of resource (one of elasticsearch, kibana or apm)

	*/
	ResourceKind string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

StopDeploymentResourceInstancesAllMaintenanceModeParams contains all the parameters to send to the API endpoint for the stop deployment resource instances all maintenance mode operation typically these are written to a http.Request

func NewStopDeploymentResourceInstancesAllMaintenanceModeParams

func NewStopDeploymentResourceInstancesAllMaintenanceModeParams() *StopDeploymentResourceInstancesAllMaintenanceModeParams

NewStopDeploymentResourceInstancesAllMaintenanceModeParams creates a new StopDeploymentResourceInstancesAllMaintenanceModeParams object with the default values initialized.

func NewStopDeploymentResourceInstancesAllMaintenanceModeParamsWithContext

func NewStopDeploymentResourceInstancesAllMaintenanceModeParamsWithContext(ctx context.Context) *StopDeploymentResourceInstancesAllMaintenanceModeParams

NewStopDeploymentResourceInstancesAllMaintenanceModeParamsWithContext creates a new StopDeploymentResourceInstancesAllMaintenanceModeParams object with the default values initialized, and the ability to set a context for a request

func NewStopDeploymentResourceInstancesAllMaintenanceModeParamsWithHTTPClient

func NewStopDeploymentResourceInstancesAllMaintenanceModeParamsWithHTTPClient(client *http.Client) *StopDeploymentResourceInstancesAllMaintenanceModeParams

NewStopDeploymentResourceInstancesAllMaintenanceModeParamsWithHTTPClient creates a new StopDeploymentResourceInstancesAllMaintenanceModeParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewStopDeploymentResourceInstancesAllMaintenanceModeParamsWithTimeout

func NewStopDeploymentResourceInstancesAllMaintenanceModeParamsWithTimeout(timeout time.Duration) *StopDeploymentResourceInstancesAllMaintenanceModeParams

NewStopDeploymentResourceInstancesAllMaintenanceModeParamsWithTimeout creates a new StopDeploymentResourceInstancesAllMaintenanceModeParams object with the default values initialized, and the ability to set a timeout on a request

func (*StopDeploymentResourceInstancesAllMaintenanceModeParams) SetContext

SetContext adds the context to the stop deployment resource instances all maintenance mode params

func (*StopDeploymentResourceInstancesAllMaintenanceModeParams) SetDeploymentID

func (o *StopDeploymentResourceInstancesAllMaintenanceModeParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the stop deployment resource instances all maintenance mode params

func (*StopDeploymentResourceInstancesAllMaintenanceModeParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the stop deployment resource instances all maintenance mode params

func (*StopDeploymentResourceInstancesAllMaintenanceModeParams) SetRefID

SetRefID adds the refId to the stop deployment resource instances all maintenance mode params

func (*StopDeploymentResourceInstancesAllMaintenanceModeParams) SetResourceKind

func (o *StopDeploymentResourceInstancesAllMaintenanceModeParams) SetResourceKind(resourceKind string)

SetResourceKind adds the resourceKind to the stop deployment resource instances all maintenance mode params

func (*StopDeploymentResourceInstancesAllMaintenanceModeParams) SetTimeout

SetTimeout adds the timeout to the stop deployment resource instances all maintenance mode params

func (*StopDeploymentResourceInstancesAllMaintenanceModeParams) WithContext

WithContext adds the context to the stop deployment resource instances all maintenance mode params

func (*StopDeploymentResourceInstancesAllMaintenanceModeParams) WithDeploymentID

WithDeploymentID adds the deploymentID to the stop deployment resource instances all maintenance mode params

func (*StopDeploymentResourceInstancesAllMaintenanceModeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the stop deployment resource instances all maintenance mode params

func (*StopDeploymentResourceInstancesAllMaintenanceModeParams) WithRefID

WithRefID adds the refID to the stop deployment resource instances all maintenance mode params

func (*StopDeploymentResourceInstancesAllMaintenanceModeParams) WithResourceKind

WithResourceKind adds the resourceKind to the stop deployment resource instances all maintenance mode params

func (*StopDeploymentResourceInstancesAllMaintenanceModeParams) WithTimeout

WithTimeout adds the timeout to the stop deployment resource instances all maintenance mode params

func (*StopDeploymentResourceInstancesAllMaintenanceModeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type StopDeploymentResourceInstancesAllMaintenanceModeReader

type StopDeploymentResourceInstancesAllMaintenanceModeReader struct {
	// contains filtered or unexported fields
}

StopDeploymentResourceInstancesAllMaintenanceModeReader is a Reader for the StopDeploymentResourceInstancesAllMaintenanceMode structure.

func (*StopDeploymentResourceInstancesAllMaintenanceModeReader) ReadResponse

func (o *StopDeploymentResourceInstancesAllMaintenanceModeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type StopDeploymentResourceInstancesAllMaintenanceModeRetryWith

type StopDeploymentResourceInstancesAllMaintenanceModeRetryWith struct {
	Payload *models.BasicFailedReply
}

StopDeploymentResourceInstancesAllMaintenanceModeRetryWith handles this case with default header values.

elevated permissions are required. (code: '"root.unauthorized.rbac.elevated_permissions_required"')

func NewStopDeploymentResourceInstancesAllMaintenanceModeRetryWith

func NewStopDeploymentResourceInstancesAllMaintenanceModeRetryWith() *StopDeploymentResourceInstancesAllMaintenanceModeRetryWith

NewStopDeploymentResourceInstancesAllMaintenanceModeRetryWith creates a StopDeploymentResourceInstancesAllMaintenanceModeRetryWith with default headers values

func (*StopDeploymentResourceInstancesAllMaintenanceModeRetryWith) Error

type StopDeploymentResourceInstancesAllMaintenanceModeUnprocessableEntity

type StopDeploymentResourceInstancesAllMaintenanceModeUnprocessableEntity struct {
	Payload *models.BasicFailedReply
}

StopDeploymentResourceInstancesAllMaintenanceModeUnprocessableEntity handles this case with default header values.

The command sent to a Resource found the Resource in an illegal state, the error message gives more details

func NewStopDeploymentResourceInstancesAllMaintenanceModeUnprocessableEntity

func NewStopDeploymentResourceInstancesAllMaintenanceModeUnprocessableEntity() *StopDeploymentResourceInstancesAllMaintenanceModeUnprocessableEntity

NewStopDeploymentResourceInstancesAllMaintenanceModeUnprocessableEntity creates a StopDeploymentResourceInstancesAllMaintenanceModeUnprocessableEntity with default headers values

func (*StopDeploymentResourceInstancesAllMaintenanceModeUnprocessableEntity) Error

type StopDeploymentResourceInstancesAllNotFound

type StopDeploymentResourceInstancesAllNotFound struct {
	Payload *models.BasicFailedReply
}

StopDeploymentResourceInstancesAllNotFound handles this case with default header values.

The Resource specified by {ref_id} cannot be found

func NewStopDeploymentResourceInstancesAllNotFound

func NewStopDeploymentResourceInstancesAllNotFound() *StopDeploymentResourceInstancesAllNotFound

NewStopDeploymentResourceInstancesAllNotFound creates a StopDeploymentResourceInstancesAllNotFound with default headers values

func (*StopDeploymentResourceInstancesAllNotFound) Error

type StopDeploymentResourceInstancesAllParams

type StopDeploymentResourceInstancesAllParams struct {

	/*DeploymentID
	  Identifier for the Deployment

	*/
	DeploymentID string
	/*RefID
	  User-specified RefId for the Resource

	*/
	RefID string
	/*ResourceKind
	  The kind of resource (one of elasticsearch, kibana or apm)

	*/
	ResourceKind string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

StopDeploymentResourceInstancesAllParams contains all the parameters to send to the API endpoint for the stop deployment resource instances all operation typically these are written to a http.Request

func NewStopDeploymentResourceInstancesAllParams

func NewStopDeploymentResourceInstancesAllParams() *StopDeploymentResourceInstancesAllParams

NewStopDeploymentResourceInstancesAllParams creates a new StopDeploymentResourceInstancesAllParams object with the default values initialized.

func NewStopDeploymentResourceInstancesAllParamsWithContext

func NewStopDeploymentResourceInstancesAllParamsWithContext(ctx context.Context) *StopDeploymentResourceInstancesAllParams

NewStopDeploymentResourceInstancesAllParamsWithContext creates a new StopDeploymentResourceInstancesAllParams object with the default values initialized, and the ability to set a context for a request

func NewStopDeploymentResourceInstancesAllParamsWithHTTPClient

func NewStopDeploymentResourceInstancesAllParamsWithHTTPClient(client *http.Client) *StopDeploymentResourceInstancesAllParams

NewStopDeploymentResourceInstancesAllParamsWithHTTPClient creates a new StopDeploymentResourceInstancesAllParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewStopDeploymentResourceInstancesAllParamsWithTimeout

func NewStopDeploymentResourceInstancesAllParamsWithTimeout(timeout time.Duration) *StopDeploymentResourceInstancesAllParams

NewStopDeploymentResourceInstancesAllParamsWithTimeout creates a new StopDeploymentResourceInstancesAllParams object with the default values initialized, and the ability to set a timeout on a request

func (*StopDeploymentResourceInstancesAllParams) SetContext

SetContext adds the context to the stop deployment resource instances all params

func (*StopDeploymentResourceInstancesAllParams) SetDeploymentID

func (o *StopDeploymentResourceInstancesAllParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the stop deployment resource instances all params

func (*StopDeploymentResourceInstancesAllParams) SetHTTPClient

func (o *StopDeploymentResourceInstancesAllParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the stop deployment resource instances all params

func (*StopDeploymentResourceInstancesAllParams) SetRefID

SetRefID adds the refId to the stop deployment resource instances all params

func (*StopDeploymentResourceInstancesAllParams) SetResourceKind

func (o *StopDeploymentResourceInstancesAllParams) SetResourceKind(resourceKind string)

SetResourceKind adds the resourceKind to the stop deployment resource instances all params

func (*StopDeploymentResourceInstancesAllParams) SetTimeout

SetTimeout adds the timeout to the stop deployment resource instances all params

func (*StopDeploymentResourceInstancesAllParams) WithContext

WithContext adds the context to the stop deployment resource instances all params

func (*StopDeploymentResourceInstancesAllParams) WithDeploymentID

WithDeploymentID adds the deploymentID to the stop deployment resource instances all params

func (*StopDeploymentResourceInstancesAllParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the stop deployment resource instances all params

func (*StopDeploymentResourceInstancesAllParams) WithRefID

WithRefID adds the refID to the stop deployment resource instances all params

func (*StopDeploymentResourceInstancesAllParams) WithResourceKind

WithResourceKind adds the resourceKind to the stop deployment resource instances all params

func (*StopDeploymentResourceInstancesAllParams) WithTimeout

WithTimeout adds the timeout to the stop deployment resource instances all params

func (*StopDeploymentResourceInstancesAllParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type StopDeploymentResourceInstancesAllReader

type StopDeploymentResourceInstancesAllReader struct {
	// contains filtered or unexported fields
}

StopDeploymentResourceInstancesAllReader is a Reader for the StopDeploymentResourceInstancesAll structure.

func (*StopDeploymentResourceInstancesAllReader) ReadResponse

func (o *StopDeploymentResourceInstancesAllReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type StopDeploymentResourceInstancesAllRetryWith

type StopDeploymentResourceInstancesAllRetryWith struct {
	Payload *models.BasicFailedReply
}

StopDeploymentResourceInstancesAllRetryWith handles this case with default header values.

elevated permissions are required. (code: '"root.unauthorized.rbac.elevated_permissions_required"')

func NewStopDeploymentResourceInstancesAllRetryWith

func NewStopDeploymentResourceInstancesAllRetryWith() *StopDeploymentResourceInstancesAllRetryWith

NewStopDeploymentResourceInstancesAllRetryWith creates a StopDeploymentResourceInstancesAllRetryWith with default headers values

func (*StopDeploymentResourceInstancesAllRetryWith) Error

type StopDeploymentResourceInstancesAllUnprocessableEntity

type StopDeploymentResourceInstancesAllUnprocessableEntity struct {
	Payload *models.BasicFailedReply
}

StopDeploymentResourceInstancesAllUnprocessableEntity handles this case with default header values.

The command sent to a Resource found the Resource in an illegal state, the error message gives more details

func NewStopDeploymentResourceInstancesAllUnprocessableEntity

func NewStopDeploymentResourceInstancesAllUnprocessableEntity() *StopDeploymentResourceInstancesAllUnprocessableEntity

NewStopDeploymentResourceInstancesAllUnprocessableEntity creates a StopDeploymentResourceInstancesAllUnprocessableEntity with default headers values

func (*StopDeploymentResourceInstancesAllUnprocessableEntity) Error

type StopDeploymentResourceInstancesForbidden

type StopDeploymentResourceInstancesForbidden struct {
	Payload *models.BasicFailedReply
}

StopDeploymentResourceInstancesForbidden handles this case with default header values.

The stop command was prohibited for the given Resource.

func NewStopDeploymentResourceInstancesForbidden

func NewStopDeploymentResourceInstancesForbidden() *StopDeploymentResourceInstancesForbidden

NewStopDeploymentResourceInstancesForbidden creates a StopDeploymentResourceInstancesForbidden with default headers values

func (*StopDeploymentResourceInstancesForbidden) Error

type StopDeploymentResourceInstancesNotFound

type StopDeploymentResourceInstancesNotFound struct {
	Payload *models.BasicFailedReply
}

StopDeploymentResourceInstancesNotFound handles this case with default header values.

The Resource specified by {ref_id} cannot be found

func NewStopDeploymentResourceInstancesNotFound

func NewStopDeploymentResourceInstancesNotFound() *StopDeploymentResourceInstancesNotFound

NewStopDeploymentResourceInstancesNotFound creates a StopDeploymentResourceInstancesNotFound with default headers values

func (*StopDeploymentResourceInstancesNotFound) Error

type StopDeploymentResourceInstancesParams

type StopDeploymentResourceInstancesParams struct {

	/*DeploymentID
	  Identifier for the Deployment

	*/
	DeploymentID string
	/*IgnoreMissing
	  If true and the instance does not exist then quietly proceed to the next instance, otherwise treated as an error

	*/
	IgnoreMissing *bool
	/*InstanceIds
	  Comma-delimited list of instance identifiers of the Resource

	*/
	InstanceIds []string
	/*RefID
	  User-specified RefId for the Resource

	*/
	RefID string
	/*ResourceKind
	  The kind of resource (one of elasticsearch, kibana or apm)

	*/
	ResourceKind string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

StopDeploymentResourceInstancesParams contains all the parameters to send to the API endpoint for the stop deployment resource instances operation typically these are written to a http.Request

func NewStopDeploymentResourceInstancesParams

func NewStopDeploymentResourceInstancesParams() *StopDeploymentResourceInstancesParams

NewStopDeploymentResourceInstancesParams creates a new StopDeploymentResourceInstancesParams object with the default values initialized.

func NewStopDeploymentResourceInstancesParamsWithContext

func NewStopDeploymentResourceInstancesParamsWithContext(ctx context.Context) *StopDeploymentResourceInstancesParams

NewStopDeploymentResourceInstancesParamsWithContext creates a new StopDeploymentResourceInstancesParams object with the default values initialized, and the ability to set a context for a request

func NewStopDeploymentResourceInstancesParamsWithHTTPClient

func NewStopDeploymentResourceInstancesParamsWithHTTPClient(client *http.Client) *StopDeploymentResourceInstancesParams

NewStopDeploymentResourceInstancesParamsWithHTTPClient creates a new StopDeploymentResourceInstancesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewStopDeploymentResourceInstancesParamsWithTimeout

func NewStopDeploymentResourceInstancesParamsWithTimeout(timeout time.Duration) *StopDeploymentResourceInstancesParams

NewStopDeploymentResourceInstancesParamsWithTimeout creates a new StopDeploymentResourceInstancesParams object with the default values initialized, and the ability to set a timeout on a request

func (*StopDeploymentResourceInstancesParams) SetContext

SetContext adds the context to the stop deployment resource instances params

func (*StopDeploymentResourceInstancesParams) SetDeploymentID

func (o *StopDeploymentResourceInstancesParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the stop deployment resource instances params

func (*StopDeploymentResourceInstancesParams) SetHTTPClient

func (o *StopDeploymentResourceInstancesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the stop deployment resource instances params

func (*StopDeploymentResourceInstancesParams) SetIgnoreMissing

func (o *StopDeploymentResourceInstancesParams) SetIgnoreMissing(ignoreMissing *bool)

SetIgnoreMissing adds the ignoreMissing to the stop deployment resource instances params

func (*StopDeploymentResourceInstancesParams) SetInstanceIds

func (o *StopDeploymentResourceInstancesParams) SetInstanceIds(instanceIds []string)

SetInstanceIds adds the instanceIds to the stop deployment resource instances params

func (*StopDeploymentResourceInstancesParams) SetRefID

func (o *StopDeploymentResourceInstancesParams) SetRefID(refID string)

SetRefID adds the refId to the stop deployment resource instances params

func (*StopDeploymentResourceInstancesParams) SetResourceKind

func (o *StopDeploymentResourceInstancesParams) SetResourceKind(resourceKind string)

SetResourceKind adds the resourceKind to the stop deployment resource instances params

func (*StopDeploymentResourceInstancesParams) SetTimeout

func (o *StopDeploymentResourceInstancesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the stop deployment resource instances params

func (*StopDeploymentResourceInstancesParams) WithContext

WithContext adds the context to the stop deployment resource instances params

func (*StopDeploymentResourceInstancesParams) WithDeploymentID

WithDeploymentID adds the deploymentID to the stop deployment resource instances params

func (*StopDeploymentResourceInstancesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the stop deployment resource instances params

func (*StopDeploymentResourceInstancesParams) WithIgnoreMissing

WithIgnoreMissing adds the ignoreMissing to the stop deployment resource instances params

func (*StopDeploymentResourceInstancesParams) WithInstanceIds

WithInstanceIds adds the instanceIds to the stop deployment resource instances params

func (*StopDeploymentResourceInstancesParams) WithRefID

WithRefID adds the refID to the stop deployment resource instances params

func (*StopDeploymentResourceInstancesParams) WithResourceKind

WithResourceKind adds the resourceKind to the stop deployment resource instances params

func (*StopDeploymentResourceInstancesParams) WithTimeout

WithTimeout adds the timeout to the stop deployment resource instances params

func (*StopDeploymentResourceInstancesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type StopDeploymentResourceInstancesReader

type StopDeploymentResourceInstancesReader struct {
	// contains filtered or unexported fields
}

StopDeploymentResourceInstancesReader is a Reader for the StopDeploymentResourceInstances structure.

func (*StopDeploymentResourceInstancesReader) ReadResponse

func (o *StopDeploymentResourceInstancesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type StopDeploymentResourceInstancesRetryWith

type StopDeploymentResourceInstancesRetryWith struct {
	Payload *models.BasicFailedReply
}

StopDeploymentResourceInstancesRetryWith handles this case with default header values.

elevated permissions are required. (code: '"root.unauthorized.rbac.elevated_permissions_required"')

func NewStopDeploymentResourceInstancesRetryWith

func NewStopDeploymentResourceInstancesRetryWith() *StopDeploymentResourceInstancesRetryWith

NewStopDeploymentResourceInstancesRetryWith creates a StopDeploymentResourceInstancesRetryWith with default headers values

func (*StopDeploymentResourceInstancesRetryWith) Error

type StopDeploymentResourceInstancesUnprocessableEntity

type StopDeploymentResourceInstancesUnprocessableEntity struct {
	Payload *models.BasicFailedReply
}

StopDeploymentResourceInstancesUnprocessableEntity handles this case with default header values.

The command sent to a Resource found the Resource in an illegal state, the error message gives more details

func NewStopDeploymentResourceInstancesUnprocessableEntity

func NewStopDeploymentResourceInstancesUnprocessableEntity() *StopDeploymentResourceInstancesUnprocessableEntity

NewStopDeploymentResourceInstancesUnprocessableEntity creates a StopDeploymentResourceInstancesUnprocessableEntity with default headers values

func (*StopDeploymentResourceInstancesUnprocessableEntity) Error

type StopDeploymentResourceMaintenanceModeAccepted

type StopDeploymentResourceMaintenanceModeAccepted struct {
	Payload models.DeploymentResourceCommandResponse
}

StopDeploymentResourceMaintenanceModeAccepted handles this case with default header values.

The stop maintenance mode command was issued successfully

func NewStopDeploymentResourceMaintenanceModeAccepted

func NewStopDeploymentResourceMaintenanceModeAccepted() *StopDeploymentResourceMaintenanceModeAccepted

NewStopDeploymentResourceMaintenanceModeAccepted creates a StopDeploymentResourceMaintenanceModeAccepted with default headers values

func (*StopDeploymentResourceMaintenanceModeAccepted) Error

type StopDeploymentResourceMaintenanceModeForbidden

type StopDeploymentResourceMaintenanceModeForbidden struct {
	Payload *models.BasicFailedReply
}

StopDeploymentResourceMaintenanceModeForbidden handles this case with default header values.

The stop maintenance mode command was prohibited for the given Resource.

func NewStopDeploymentResourceMaintenanceModeForbidden

func NewStopDeploymentResourceMaintenanceModeForbidden() *StopDeploymentResourceMaintenanceModeForbidden

NewStopDeploymentResourceMaintenanceModeForbidden creates a StopDeploymentResourceMaintenanceModeForbidden with default headers values

func (*StopDeploymentResourceMaintenanceModeForbidden) Error

type StopDeploymentResourceMaintenanceModeNotFound

type StopDeploymentResourceMaintenanceModeNotFound struct {
	Payload *models.BasicFailedReply
}

StopDeploymentResourceMaintenanceModeNotFound handles this case with default header values.

The Resource specified by {ref_id} cannot be found

func NewStopDeploymentResourceMaintenanceModeNotFound

func NewStopDeploymentResourceMaintenanceModeNotFound() *StopDeploymentResourceMaintenanceModeNotFound

NewStopDeploymentResourceMaintenanceModeNotFound creates a StopDeploymentResourceMaintenanceModeNotFound with default headers values

func (*StopDeploymentResourceMaintenanceModeNotFound) Error

type StopDeploymentResourceMaintenanceModeParams

type StopDeploymentResourceMaintenanceModeParams struct {

	/*DeploymentID
	  Identifier for the Deployment

	*/
	DeploymentID string
	/*IgnoreMissing
	  If true and the instance does not exist then quietly proceed to the next instance, otherwise treated as an error

	*/
	IgnoreMissing *bool
	/*InstanceIds
	  Comma-delimited list of instance identifiers of the Resource

	*/
	InstanceIds []string
	/*RefID
	  User-specified RefId for the Resource

	*/
	RefID string
	/*ResourceKind
	  The kind of resource (one of elasticsearch, kibana or apm)

	*/
	ResourceKind string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

StopDeploymentResourceMaintenanceModeParams contains all the parameters to send to the API endpoint for the stop deployment resource maintenance mode operation typically these are written to a http.Request

func NewStopDeploymentResourceMaintenanceModeParams

func NewStopDeploymentResourceMaintenanceModeParams() *StopDeploymentResourceMaintenanceModeParams

NewStopDeploymentResourceMaintenanceModeParams creates a new StopDeploymentResourceMaintenanceModeParams object with the default values initialized.

func NewStopDeploymentResourceMaintenanceModeParamsWithContext

func NewStopDeploymentResourceMaintenanceModeParamsWithContext(ctx context.Context) *StopDeploymentResourceMaintenanceModeParams

NewStopDeploymentResourceMaintenanceModeParamsWithContext creates a new StopDeploymentResourceMaintenanceModeParams object with the default values initialized, and the ability to set a context for a request

func NewStopDeploymentResourceMaintenanceModeParamsWithHTTPClient

func NewStopDeploymentResourceMaintenanceModeParamsWithHTTPClient(client *http.Client) *StopDeploymentResourceMaintenanceModeParams

NewStopDeploymentResourceMaintenanceModeParamsWithHTTPClient creates a new StopDeploymentResourceMaintenanceModeParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewStopDeploymentResourceMaintenanceModeParamsWithTimeout

func NewStopDeploymentResourceMaintenanceModeParamsWithTimeout(timeout time.Duration) *StopDeploymentResourceMaintenanceModeParams

NewStopDeploymentResourceMaintenanceModeParamsWithTimeout creates a new StopDeploymentResourceMaintenanceModeParams object with the default values initialized, and the ability to set a timeout on a request

func (*StopDeploymentResourceMaintenanceModeParams) SetContext

SetContext adds the context to the stop deployment resource maintenance mode params

func (*StopDeploymentResourceMaintenanceModeParams) SetDeploymentID

func (o *StopDeploymentResourceMaintenanceModeParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the stop deployment resource maintenance mode params

func (*StopDeploymentResourceMaintenanceModeParams) SetHTTPClient

func (o *StopDeploymentResourceMaintenanceModeParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the stop deployment resource maintenance mode params

func (*StopDeploymentResourceMaintenanceModeParams) SetIgnoreMissing

func (o *StopDeploymentResourceMaintenanceModeParams) SetIgnoreMissing(ignoreMissing *bool)

SetIgnoreMissing adds the ignoreMissing to the stop deployment resource maintenance mode params

func (*StopDeploymentResourceMaintenanceModeParams) SetInstanceIds

func (o *StopDeploymentResourceMaintenanceModeParams) SetInstanceIds(instanceIds []string)

SetInstanceIds adds the instanceIds to the stop deployment resource maintenance mode params

func (*StopDeploymentResourceMaintenanceModeParams) SetRefID

SetRefID adds the refId to the stop deployment resource maintenance mode params

func (*StopDeploymentResourceMaintenanceModeParams) SetResourceKind

func (o *StopDeploymentResourceMaintenanceModeParams) SetResourceKind(resourceKind string)

SetResourceKind adds the resourceKind to the stop deployment resource maintenance mode params

func (*StopDeploymentResourceMaintenanceModeParams) SetTimeout

SetTimeout adds the timeout to the stop deployment resource maintenance mode params

func (*StopDeploymentResourceMaintenanceModeParams) WithContext

WithContext adds the context to the stop deployment resource maintenance mode params

func (*StopDeploymentResourceMaintenanceModeParams) WithDeploymentID

WithDeploymentID adds the deploymentID to the stop deployment resource maintenance mode params

func (*StopDeploymentResourceMaintenanceModeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the stop deployment resource maintenance mode params

func (*StopDeploymentResourceMaintenanceModeParams) WithIgnoreMissing

WithIgnoreMissing adds the ignoreMissing to the stop deployment resource maintenance mode params

func (*StopDeploymentResourceMaintenanceModeParams) WithInstanceIds

WithInstanceIds adds the instanceIds to the stop deployment resource maintenance mode params

func (*StopDeploymentResourceMaintenanceModeParams) WithRefID

WithRefID adds the refID to the stop deployment resource maintenance mode params

func (*StopDeploymentResourceMaintenanceModeParams) WithResourceKind

WithResourceKind adds the resourceKind to the stop deployment resource maintenance mode params

func (*StopDeploymentResourceMaintenanceModeParams) WithTimeout

WithTimeout adds the timeout to the stop deployment resource maintenance mode params

func (*StopDeploymentResourceMaintenanceModeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type StopDeploymentResourceMaintenanceModeReader

type StopDeploymentResourceMaintenanceModeReader struct {
	// contains filtered or unexported fields
}

StopDeploymentResourceMaintenanceModeReader is a Reader for the StopDeploymentResourceMaintenanceMode structure.

func (*StopDeploymentResourceMaintenanceModeReader) ReadResponse

func (o *StopDeploymentResourceMaintenanceModeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type StopDeploymentResourceMaintenanceModeRetryWith

type StopDeploymentResourceMaintenanceModeRetryWith struct {
	Payload *models.BasicFailedReply
}

StopDeploymentResourceMaintenanceModeRetryWith handles this case with default header values.

elevated permissions are required. (code: '"root.unauthorized.rbac.elevated_permissions_required"')

func NewStopDeploymentResourceMaintenanceModeRetryWith

func NewStopDeploymentResourceMaintenanceModeRetryWith() *StopDeploymentResourceMaintenanceModeRetryWith

NewStopDeploymentResourceMaintenanceModeRetryWith creates a StopDeploymentResourceMaintenanceModeRetryWith with default headers values

func (*StopDeploymentResourceMaintenanceModeRetryWith) Error

type StopDeploymentResourceMaintenanceModeUnprocessableEntity

type StopDeploymentResourceMaintenanceModeUnprocessableEntity struct {
	Payload *models.BasicFailedReply
}

StopDeploymentResourceMaintenanceModeUnprocessableEntity handles this case with default header values.

The command sent to a Resource found the Resource in an illegal state, the error message gives more details

func NewStopDeploymentResourceMaintenanceModeUnprocessableEntity

func NewStopDeploymentResourceMaintenanceModeUnprocessableEntity() *StopDeploymentResourceMaintenanceModeUnprocessableEntity

NewStopDeploymentResourceMaintenanceModeUnprocessableEntity creates a StopDeploymentResourceMaintenanceModeUnprocessableEntity with default headers values

func (*StopDeploymentResourceMaintenanceModeUnprocessableEntity) Error

type UpdateDeploymentBadRequest

type UpdateDeploymentBadRequest struct {
	Payload *models.BasicFailedReply
}

UpdateDeploymentBadRequest handles this case with default header values.

The deployment request had errors

func NewUpdateDeploymentBadRequest

func NewUpdateDeploymentBadRequest() *UpdateDeploymentBadRequest

NewUpdateDeploymentBadRequest creates a UpdateDeploymentBadRequest with default headers values

func (*UpdateDeploymentBadRequest) Error

type UpdateDeploymentNotFound

type UpdateDeploymentNotFound struct {
	Payload *models.BasicFailedReply
}

UpdateDeploymentNotFound handles this case with default header values.

The Deployment specified by {deployment_id} cannot be found

func NewUpdateDeploymentNotFound

func NewUpdateDeploymentNotFound() *UpdateDeploymentNotFound

NewUpdateDeploymentNotFound creates a UpdateDeploymentNotFound with default headers values

func (*UpdateDeploymentNotFound) Error

func (o *UpdateDeploymentNotFound) Error() string

type UpdateDeploymentNoteNotFound

type UpdateDeploymentNoteNotFound struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

UpdateDeploymentNoteNotFound handles this case with default header values.

* "The deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`) * The note specified by {note_id} cannot be found. (code: `notes.note_not_found`)

func NewUpdateDeploymentNoteNotFound

func NewUpdateDeploymentNoteNotFound() *UpdateDeploymentNoteNotFound

NewUpdateDeploymentNoteNotFound creates a UpdateDeploymentNoteNotFound with default headers values

func (*UpdateDeploymentNoteNotFound) Error

type UpdateDeploymentNoteOK

type UpdateDeploymentNoteOK struct {
	/*The date-time when the resource was created (ISO format relative to UTC)
	 */
	XCloudResourceCreated string
	/*The date-time when the resource was last modified (ISO format relative to UTC)
	 */
	XCloudResourceLastModified string
	/*The resource version, which is used to avoid update conflicts with concurrent operations
	 */
	XCloudResourceVersion string

	Payload *models.Note
}

UpdateDeploymentNoteOK handles this case with default header values.

Updated deployment note

func NewUpdateDeploymentNoteOK

func NewUpdateDeploymentNoteOK() *UpdateDeploymentNoteOK

NewUpdateDeploymentNoteOK creates a UpdateDeploymentNoteOK with default headers values

func (*UpdateDeploymentNoteOK) Error

func (o *UpdateDeploymentNoteOK) Error() string

type UpdateDeploymentNoteParams

type UpdateDeploymentNoteParams struct {

	/*Body
	  New content for deployment note

	*/
	Body *models.Note
	/*DeploymentID
	  Identifier for the deployment

	*/
	DeploymentID string
	/*NoteID
	  Identifier of the note to be updated

	*/
	NoteID string
	/*Version
	  If specified then checks for conflicts against the version of the deployment note

	*/
	Version *int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateDeploymentNoteParams contains all the parameters to send to the API endpoint for the update deployment note operation typically these are written to a http.Request

func NewUpdateDeploymentNoteParams

func NewUpdateDeploymentNoteParams() *UpdateDeploymentNoteParams

NewUpdateDeploymentNoteParams creates a new UpdateDeploymentNoteParams object with the default values initialized.

func NewUpdateDeploymentNoteParamsWithContext

func NewUpdateDeploymentNoteParamsWithContext(ctx context.Context) *UpdateDeploymentNoteParams

NewUpdateDeploymentNoteParamsWithContext creates a new UpdateDeploymentNoteParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateDeploymentNoteParamsWithHTTPClient

func NewUpdateDeploymentNoteParamsWithHTTPClient(client *http.Client) *UpdateDeploymentNoteParams

NewUpdateDeploymentNoteParamsWithHTTPClient creates a new UpdateDeploymentNoteParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateDeploymentNoteParamsWithTimeout

func NewUpdateDeploymentNoteParamsWithTimeout(timeout time.Duration) *UpdateDeploymentNoteParams

NewUpdateDeploymentNoteParamsWithTimeout creates a new UpdateDeploymentNoteParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateDeploymentNoteParams) SetBody

func (o *UpdateDeploymentNoteParams) SetBody(body *models.Note)

SetBody adds the body to the update deployment note params

func (*UpdateDeploymentNoteParams) SetContext

func (o *UpdateDeploymentNoteParams) SetContext(ctx context.Context)

SetContext adds the context to the update deployment note params

func (*UpdateDeploymentNoteParams) SetDeploymentID

func (o *UpdateDeploymentNoteParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the update deployment note params

func (*UpdateDeploymentNoteParams) SetHTTPClient

func (o *UpdateDeploymentNoteParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update deployment note params

func (*UpdateDeploymentNoteParams) SetNoteID

func (o *UpdateDeploymentNoteParams) SetNoteID(noteID string)

SetNoteID adds the noteId to the update deployment note params

func (*UpdateDeploymentNoteParams) SetTimeout

func (o *UpdateDeploymentNoteParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update deployment note params

func (*UpdateDeploymentNoteParams) SetVersion

func (o *UpdateDeploymentNoteParams) SetVersion(version *int64)

SetVersion adds the version to the update deployment note params

func (*UpdateDeploymentNoteParams) WithBody

WithBody adds the body to the update deployment note params

func (*UpdateDeploymentNoteParams) WithContext

WithContext adds the context to the update deployment note params

func (*UpdateDeploymentNoteParams) WithDeploymentID

func (o *UpdateDeploymentNoteParams) WithDeploymentID(deploymentID string) *UpdateDeploymentNoteParams

WithDeploymentID adds the deploymentID to the update deployment note params

func (*UpdateDeploymentNoteParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update deployment note params

func (*UpdateDeploymentNoteParams) WithNoteID

WithNoteID adds the noteID to the update deployment note params

func (*UpdateDeploymentNoteParams) WithTimeout

WithTimeout adds the timeout to the update deployment note params

func (*UpdateDeploymentNoteParams) WithVersion

WithVersion adds the version to the update deployment note params

func (*UpdateDeploymentNoteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateDeploymentNoteReader

type UpdateDeploymentNoteReader struct {
	// contains filtered or unexported fields
}

UpdateDeploymentNoteReader is a Reader for the UpdateDeploymentNote structure.

func (*UpdateDeploymentNoteReader) ReadResponse

func (o *UpdateDeploymentNoteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateDeploymentNoteRetryWith

type UpdateDeploymentNoteRetryWith struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

UpdateDeploymentNoteRetryWith handles this case with default header values.

Elevated permissions are required. (code: `root.unauthorized.rbac.elevated_permissions_required`)

func NewUpdateDeploymentNoteRetryWith

func NewUpdateDeploymentNoteRetryWith() *UpdateDeploymentNoteRetryWith

NewUpdateDeploymentNoteRetryWith creates a UpdateDeploymentNoteRetryWith with default headers values

func (*UpdateDeploymentNoteRetryWith) Error

type UpdateDeploymentOK

type UpdateDeploymentOK struct {
	/*The date-time when the resource was created (ISO format relative to UTC)
	 */
	XCloudResourceCreated string
	/*The date-time when the resource was last modified (ISO format relative to UTC)
	 */
	XCloudResourceLastModified string
	/*The resource version, which is used to avoid update conflicts with concurrent operations
	 */
	XCloudResourceVersion string

	Payload *models.DeploymentUpdateResponse
}

UpdateDeploymentOK handles this case with default header values.

The request was valid and the deployment was updated

func NewUpdateDeploymentOK

func NewUpdateDeploymentOK() *UpdateDeploymentOK

NewUpdateDeploymentOK creates a UpdateDeploymentOK with default headers values

func (*UpdateDeploymentOK) Error

func (o *UpdateDeploymentOK) Error() string

type UpdateDeploymentParams

type UpdateDeploymentParams struct {

	/*Body
	  The deployment definition

	*/
	Body *models.DeploymentUpdateRequest
	/*DeploymentID
	  Identifier for the Deployment

	*/
	DeploymentID string
	/*HidePrunedOrphans
	  Whether or not to hide orphaned resources that were shut down (relevant if prune on the request is true)

	*/
	HidePrunedOrphans *bool
	/*SkipSnapshot
	  Whether or not to skip snapshots before shutting down orphaned resources (relevant if prune on the request is true)

	*/
	SkipSnapshot *bool
	/*ValidateOnly
	  If true, will just validate the Deployment definition but will not perform the update

	*/
	ValidateOnly *bool
	/*Version
	  If specified then checks for conflicts against the version stored in the persistent store (returned in 'x-cloud-resource-version' of the GET request)

	*/
	Version *int64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateDeploymentParams contains all the parameters to send to the API endpoint for the update deployment operation typically these are written to a http.Request

func NewUpdateDeploymentParams

func NewUpdateDeploymentParams() *UpdateDeploymentParams

NewUpdateDeploymentParams creates a new UpdateDeploymentParams object with the default values initialized.

func NewUpdateDeploymentParamsWithContext

func NewUpdateDeploymentParamsWithContext(ctx context.Context) *UpdateDeploymentParams

NewUpdateDeploymentParamsWithContext creates a new UpdateDeploymentParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateDeploymentParamsWithHTTPClient

func NewUpdateDeploymentParamsWithHTTPClient(client *http.Client) *UpdateDeploymentParams

NewUpdateDeploymentParamsWithHTTPClient creates a new UpdateDeploymentParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateDeploymentParamsWithTimeout

func NewUpdateDeploymentParamsWithTimeout(timeout time.Duration) *UpdateDeploymentParams

NewUpdateDeploymentParamsWithTimeout creates a new UpdateDeploymentParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateDeploymentParams) SetBody

SetBody adds the body to the update deployment params

func (*UpdateDeploymentParams) SetContext

func (o *UpdateDeploymentParams) SetContext(ctx context.Context)

SetContext adds the context to the update deployment params

func (*UpdateDeploymentParams) SetDeploymentID

func (o *UpdateDeploymentParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the update deployment params

func (*UpdateDeploymentParams) SetHTTPClient

func (o *UpdateDeploymentParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update deployment params

func (*UpdateDeploymentParams) SetHidePrunedOrphans

func (o *UpdateDeploymentParams) SetHidePrunedOrphans(hidePrunedOrphans *bool)

SetHidePrunedOrphans adds the hidePrunedOrphans to the update deployment params

func (*UpdateDeploymentParams) SetSkipSnapshot

func (o *UpdateDeploymentParams) SetSkipSnapshot(skipSnapshot *bool)

SetSkipSnapshot adds the skipSnapshot to the update deployment params

func (*UpdateDeploymentParams) SetTimeout

func (o *UpdateDeploymentParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update deployment params

func (*UpdateDeploymentParams) SetValidateOnly

func (o *UpdateDeploymentParams) SetValidateOnly(validateOnly *bool)

SetValidateOnly adds the validateOnly to the update deployment params

func (*UpdateDeploymentParams) SetVersion

func (o *UpdateDeploymentParams) SetVersion(version *int64)

SetVersion adds the version to the update deployment params

func (*UpdateDeploymentParams) WithBody

WithBody adds the body to the update deployment params

func (*UpdateDeploymentParams) WithContext

WithContext adds the context to the update deployment params

func (*UpdateDeploymentParams) WithDeploymentID

func (o *UpdateDeploymentParams) WithDeploymentID(deploymentID string) *UpdateDeploymentParams

WithDeploymentID adds the deploymentID to the update deployment params

func (*UpdateDeploymentParams) WithHTTPClient

func (o *UpdateDeploymentParams) WithHTTPClient(client *http.Client) *UpdateDeploymentParams

WithHTTPClient adds the HTTPClient to the update deployment params

func (*UpdateDeploymentParams) WithHidePrunedOrphans

func (o *UpdateDeploymentParams) WithHidePrunedOrphans(hidePrunedOrphans *bool) *UpdateDeploymentParams

WithHidePrunedOrphans adds the hidePrunedOrphans to the update deployment params

func (*UpdateDeploymentParams) WithSkipSnapshot

func (o *UpdateDeploymentParams) WithSkipSnapshot(skipSnapshot *bool) *UpdateDeploymentParams

WithSkipSnapshot adds the skipSnapshot to the update deployment params

func (*UpdateDeploymentParams) WithTimeout

WithTimeout adds the timeout to the update deployment params

func (*UpdateDeploymentParams) WithValidateOnly

func (o *UpdateDeploymentParams) WithValidateOnly(validateOnly *bool) *UpdateDeploymentParams

WithValidateOnly adds the validateOnly to the update deployment params

func (*UpdateDeploymentParams) WithVersion

func (o *UpdateDeploymentParams) WithVersion(version *int64) *UpdateDeploymentParams

WithVersion adds the version to the update deployment params

func (*UpdateDeploymentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateDeploymentReader

type UpdateDeploymentReader struct {
	// contains filtered or unexported fields
}

UpdateDeploymentReader is a Reader for the UpdateDeployment structure.

func (*UpdateDeploymentReader) ReadResponse

func (o *UpdateDeploymentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateDeploymentUnauthorized

type UpdateDeploymentUnauthorized struct {
	Payload *models.BasicFailedReply
}

UpdateDeploymentUnauthorized handles this case with default header values.

You are not authorized to perform this action

func NewUpdateDeploymentUnauthorized

func NewUpdateDeploymentUnauthorized() *UpdateDeploymentUnauthorized

NewUpdateDeploymentUnauthorized creates a UpdateDeploymentUnauthorized with default headers values

func (*UpdateDeploymentUnauthorized) Error

type UpgradeDeploymentStatelessResourceAccepted

type UpgradeDeploymentStatelessResourceAccepted struct {
	Payload *models.DeploymentResourceUpgradeResponse
}

UpgradeDeploymentStatelessResourceAccepted handles this case with default header values.

The upgrade command was issued successfully, use the "GET" command on the /{cluster_id} resource to monitor progress

func NewUpgradeDeploymentStatelessResourceAccepted

func NewUpgradeDeploymentStatelessResourceAccepted() *UpgradeDeploymentStatelessResourceAccepted

NewUpgradeDeploymentStatelessResourceAccepted creates a UpgradeDeploymentStatelessResourceAccepted with default headers values

func (*UpgradeDeploymentStatelessResourceAccepted) Error

type UpgradeDeploymentStatelessResourceNotFound

type UpgradeDeploymentStatelessResourceNotFound struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

UpgradeDeploymentStatelessResourceNotFound handles this case with default header values.

The Resource specified by {ref_id} cannot be found. (code: `deployments.deployment_resource_not_found`)

func NewUpgradeDeploymentStatelessResourceNotFound

func NewUpgradeDeploymentStatelessResourceNotFound() *UpgradeDeploymentStatelessResourceNotFound

NewUpgradeDeploymentStatelessResourceNotFound creates a UpgradeDeploymentStatelessResourceNotFound with default headers values

func (*UpgradeDeploymentStatelessResourceNotFound) Error

type UpgradeDeploymentStatelessResourceParams

type UpgradeDeploymentStatelessResourceParams struct {

	/*DeploymentID
	  Identifier for the Deployment

	*/
	DeploymentID string
	/*RefID
	  User-specified RefId for the Resource

	*/
	RefID string
	/*StatelessResourceKind
	  The kind of stateless resource

	*/
	StatelessResourceKind string
	/*ValidateOnly
	  When `true`, returns the update version without performing the upgrade

	*/
	ValidateOnly *bool

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpgradeDeploymentStatelessResourceParams contains all the parameters to send to the API endpoint for the upgrade deployment stateless resource operation typically these are written to a http.Request

func NewUpgradeDeploymentStatelessResourceParams

func NewUpgradeDeploymentStatelessResourceParams() *UpgradeDeploymentStatelessResourceParams

NewUpgradeDeploymentStatelessResourceParams creates a new UpgradeDeploymentStatelessResourceParams object with the default values initialized.

func NewUpgradeDeploymentStatelessResourceParamsWithContext

func NewUpgradeDeploymentStatelessResourceParamsWithContext(ctx context.Context) *UpgradeDeploymentStatelessResourceParams

NewUpgradeDeploymentStatelessResourceParamsWithContext creates a new UpgradeDeploymentStatelessResourceParams object with the default values initialized, and the ability to set a context for a request

func NewUpgradeDeploymentStatelessResourceParamsWithHTTPClient

func NewUpgradeDeploymentStatelessResourceParamsWithHTTPClient(client *http.Client) *UpgradeDeploymentStatelessResourceParams

NewUpgradeDeploymentStatelessResourceParamsWithHTTPClient creates a new UpgradeDeploymentStatelessResourceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpgradeDeploymentStatelessResourceParamsWithTimeout

func NewUpgradeDeploymentStatelessResourceParamsWithTimeout(timeout time.Duration) *UpgradeDeploymentStatelessResourceParams

NewUpgradeDeploymentStatelessResourceParamsWithTimeout creates a new UpgradeDeploymentStatelessResourceParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpgradeDeploymentStatelessResourceParams) SetContext

SetContext adds the context to the upgrade deployment stateless resource params

func (*UpgradeDeploymentStatelessResourceParams) SetDeploymentID

func (o *UpgradeDeploymentStatelessResourceParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the upgrade deployment stateless resource params

func (*UpgradeDeploymentStatelessResourceParams) SetHTTPClient

func (o *UpgradeDeploymentStatelessResourceParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the upgrade deployment stateless resource params

func (*UpgradeDeploymentStatelessResourceParams) SetRefID

SetRefID adds the refId to the upgrade deployment stateless resource params

func (*UpgradeDeploymentStatelessResourceParams) SetStatelessResourceKind

func (o *UpgradeDeploymentStatelessResourceParams) SetStatelessResourceKind(statelessResourceKind string)

SetStatelessResourceKind adds the statelessResourceKind to the upgrade deployment stateless resource params

func (*UpgradeDeploymentStatelessResourceParams) SetTimeout

SetTimeout adds the timeout to the upgrade deployment stateless resource params

func (*UpgradeDeploymentStatelessResourceParams) SetValidateOnly

func (o *UpgradeDeploymentStatelessResourceParams) SetValidateOnly(validateOnly *bool)

SetValidateOnly adds the validateOnly to the upgrade deployment stateless resource params

func (*UpgradeDeploymentStatelessResourceParams) WithContext

WithContext adds the context to the upgrade deployment stateless resource params

func (*UpgradeDeploymentStatelessResourceParams) WithDeploymentID

WithDeploymentID adds the deploymentID to the upgrade deployment stateless resource params

func (*UpgradeDeploymentStatelessResourceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the upgrade deployment stateless resource params

func (*UpgradeDeploymentStatelessResourceParams) WithRefID

WithRefID adds the refID to the upgrade deployment stateless resource params

func (*UpgradeDeploymentStatelessResourceParams) WithStatelessResourceKind

func (o *UpgradeDeploymentStatelessResourceParams) WithStatelessResourceKind(statelessResourceKind string) *UpgradeDeploymentStatelessResourceParams

WithStatelessResourceKind adds the statelessResourceKind to the upgrade deployment stateless resource params

func (*UpgradeDeploymentStatelessResourceParams) WithTimeout

WithTimeout adds the timeout to the upgrade deployment stateless resource params

func (*UpgradeDeploymentStatelessResourceParams) WithValidateOnly

WithValidateOnly adds the validateOnly to the upgrade deployment stateless resource params

func (*UpgradeDeploymentStatelessResourceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpgradeDeploymentStatelessResourceReader

type UpgradeDeploymentStatelessResourceReader struct {
	// contains filtered or unexported fields
}

UpgradeDeploymentStatelessResourceReader is a Reader for the UpgradeDeploymentStatelessResource structure.

func (*UpgradeDeploymentStatelessResourceReader) ReadResponse

func (o *UpgradeDeploymentStatelessResourceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpgradeDeploymentStatelessResourceRetryWith

type UpgradeDeploymentStatelessResourceRetryWith struct {
	/*The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

UpgradeDeploymentStatelessResourceRetryWith handles this case with default header values.

Elevated permissions are required. (code: `root.unauthorized.rbac.elevated_permissions_required`)

func NewUpgradeDeploymentStatelessResourceRetryWith

func NewUpgradeDeploymentStatelessResourceRetryWith() *UpgradeDeploymentStatelessResourceRetryWith

NewUpgradeDeploymentStatelessResourceRetryWith creates a UpgradeDeploymentStatelessResourceRetryWith with default headers values

func (*UpgradeDeploymentStatelessResourceRetryWith) Error

Source Files

Jump to

Keyboard shortcuts

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