deployments

package
v1.2.30 Latest Latest
Warning

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

Go to latest
Published: Feb 19, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

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 describes a response with status code 400, 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) Code

Code gets the status code for the cancel deployment resource pending plan bad request response

func (*CancelDeploymentResourcePendingPlanBadRequest) Error

func (*CancelDeploymentResourcePendingPlanBadRequest) GetPayload

func (*CancelDeploymentResourcePendingPlanBadRequest) IsClientError

IsClientError returns true when this cancel deployment resource pending plan bad request response has a 4xx status code

func (*CancelDeploymentResourcePendingPlanBadRequest) IsCode

IsCode returns true when this cancel deployment resource pending plan bad request response a status code equal to that given

func (*CancelDeploymentResourcePendingPlanBadRequest) IsRedirect

IsRedirect returns true when this cancel deployment resource pending plan bad request response has a 3xx status code

func (*CancelDeploymentResourcePendingPlanBadRequest) IsServerError

IsServerError returns true when this cancel deployment resource pending plan bad request response has a 5xx status code

func (*CancelDeploymentResourcePendingPlanBadRequest) IsSuccess

IsSuccess returns true when this cancel deployment resource pending plan bad request response has a 2xx status code

func (*CancelDeploymentResourcePendingPlanBadRequest) String

type CancelDeploymentResourcePendingPlanInternalServerError

type CancelDeploymentResourcePendingPlanInternalServerError struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

CancelDeploymentResourcePendingPlanInternalServerError describes a response with status code 500, 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) Code

Code gets the status code for the cancel deployment resource pending plan internal server error response

func (*CancelDeploymentResourcePendingPlanInternalServerError) Error

func (*CancelDeploymentResourcePendingPlanInternalServerError) GetPayload

func (*CancelDeploymentResourcePendingPlanInternalServerError) IsClientError

IsClientError returns true when this cancel deployment resource pending plan internal server error response has a 4xx status code

func (*CancelDeploymentResourcePendingPlanInternalServerError) IsCode

IsCode returns true when this cancel deployment resource pending plan internal server error response a status code equal to that given

func (*CancelDeploymentResourcePendingPlanInternalServerError) IsRedirect

IsRedirect returns true when this cancel deployment resource pending plan internal server error response has a 3xx status code

func (*CancelDeploymentResourcePendingPlanInternalServerError) IsServerError

IsServerError returns true when this cancel deployment resource pending plan internal server error response has a 5xx status code

func (*CancelDeploymentResourcePendingPlanInternalServerError) IsSuccess

IsSuccess returns true when this cancel deployment resource pending plan internal server error response has a 2xx status code

func (*CancelDeploymentResourcePendingPlanInternalServerError) String

type CancelDeploymentResourcePendingPlanNotFound

type CancelDeploymentResourcePendingPlanNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

CancelDeploymentResourcePendingPlanNotFound describes a response with status code 404, 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) Code

Code gets the status code for the cancel deployment resource pending plan not found response

func (*CancelDeploymentResourcePendingPlanNotFound) Error

func (*CancelDeploymentResourcePendingPlanNotFound) GetPayload

func (*CancelDeploymentResourcePendingPlanNotFound) IsClientError

IsClientError returns true when this cancel deployment resource pending plan not found response has a 4xx status code

func (*CancelDeploymentResourcePendingPlanNotFound) IsCode

IsCode returns true when this cancel deployment resource pending plan not found response a status code equal to that given

func (*CancelDeploymentResourcePendingPlanNotFound) IsRedirect

IsRedirect returns true when this cancel deployment resource pending plan not found response has a 3xx status code

func (*CancelDeploymentResourcePendingPlanNotFound) IsServerError

IsServerError returns true when this cancel deployment resource pending plan not found response has a 5xx status code

func (*CancelDeploymentResourcePendingPlanNotFound) IsSuccess

IsSuccess returns true when this cancel deployment resource pending plan not found response has a 2xx status code

func (*CancelDeploymentResourcePendingPlanNotFound) String

type CancelDeploymentResourcePendingPlanOK

type CancelDeploymentResourcePendingPlanOK struct {
	Payload *models.DeploymentResourceCrudResponse
}

CancelDeploymentResourcePendingPlanOK describes a response with status code 200, with default header values.

Standard Deployment Resource Crud Response

func NewCancelDeploymentResourcePendingPlanOK

func NewCancelDeploymentResourcePendingPlanOK() *CancelDeploymentResourcePendingPlanOK

NewCancelDeploymentResourcePendingPlanOK creates a CancelDeploymentResourcePendingPlanOK with default headers values

func (*CancelDeploymentResourcePendingPlanOK) Code

Code gets the status code for the cancel deployment resource pending plan o k response

func (*CancelDeploymentResourcePendingPlanOK) Error

func (*CancelDeploymentResourcePendingPlanOK) GetPayload

func (*CancelDeploymentResourcePendingPlanOK) IsClientError

func (o *CancelDeploymentResourcePendingPlanOK) IsClientError() bool

IsClientError returns true when this cancel deployment resource pending plan o k response has a 4xx status code

func (*CancelDeploymentResourcePendingPlanOK) IsCode

IsCode returns true when this cancel deployment resource pending plan o k response a status code equal to that given

func (*CancelDeploymentResourcePendingPlanOK) IsRedirect

IsRedirect returns true when this cancel deployment resource pending plan o k response has a 3xx status code

func (*CancelDeploymentResourcePendingPlanOK) IsServerError

func (o *CancelDeploymentResourcePendingPlanOK) IsServerError() bool

IsServerError returns true when this cancel deployment resource pending plan o k response has a 5xx status code

func (*CancelDeploymentResourcePendingPlanOK) IsSuccess

IsSuccess returns true when this cancel deployment resource pending plan o k response has a 2xx status code

func (*CancelDeploymentResourcePendingPlanOK) String

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 (or '_main' if there is only one)
	*/
	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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCancelDeploymentResourcePendingPlanParamsWithContext

func NewCancelDeploymentResourcePendingPlanParamsWithContext(ctx context.Context) *CancelDeploymentResourcePendingPlanParams

NewCancelDeploymentResourcePendingPlanParamsWithContext creates a new CancelDeploymentResourcePendingPlanParams object with 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 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 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) SetDefaults

SetDefaults hydrates default values in the cancel deployment resource pending plan params (not the query body).

All values with no default are reset to their zero value.

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) WithDefaults

WithDefaults hydrates default values in the cancel deployment resource pending plan params (not the query body).

All values with no default are reset to their zero value.

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 CaptureDeploymentInstanceHeapDumpAccepted

type CaptureDeploymentInstanceHeapDumpAccepted struct {
	Payload models.EmptyResponse
}

CaptureDeploymentInstanceHeapDumpAccepted describes a response with status code 202, with default header values.

Indicates that the capture has started

func NewCaptureDeploymentInstanceHeapDumpAccepted

func NewCaptureDeploymentInstanceHeapDumpAccepted() *CaptureDeploymentInstanceHeapDumpAccepted

NewCaptureDeploymentInstanceHeapDumpAccepted creates a CaptureDeploymentInstanceHeapDumpAccepted with default headers values

func (*CaptureDeploymentInstanceHeapDumpAccepted) Code

Code gets the status code for the capture deployment instance heap dump accepted response

func (*CaptureDeploymentInstanceHeapDumpAccepted) Error

func (*CaptureDeploymentInstanceHeapDumpAccepted) GetPayload

func (*CaptureDeploymentInstanceHeapDumpAccepted) IsClientError

IsClientError returns true when this capture deployment instance heap dump accepted response has a 4xx status code

func (*CaptureDeploymentInstanceHeapDumpAccepted) IsCode

IsCode returns true when this capture deployment instance heap dump accepted response a status code equal to that given

func (*CaptureDeploymentInstanceHeapDumpAccepted) IsRedirect

IsRedirect returns true when this capture deployment instance heap dump accepted response has a 3xx status code

func (*CaptureDeploymentInstanceHeapDumpAccepted) IsServerError

IsServerError returns true when this capture deployment instance heap dump accepted response has a 5xx status code

func (*CaptureDeploymentInstanceHeapDumpAccepted) IsSuccess

IsSuccess returns true when this capture deployment instance heap dump accepted response has a 2xx status code

func (*CaptureDeploymentInstanceHeapDumpAccepted) String

type CaptureDeploymentInstanceHeapDumpNotFound

type CaptureDeploymentInstanceHeapDumpNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}
CaptureDeploymentInstanceHeapDumpNotFound describes a response with status code 404, with default header values.

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

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

func NewCaptureDeploymentInstanceHeapDumpNotFound

func NewCaptureDeploymentInstanceHeapDumpNotFound() *CaptureDeploymentInstanceHeapDumpNotFound

NewCaptureDeploymentInstanceHeapDumpNotFound creates a CaptureDeploymentInstanceHeapDumpNotFound with default headers values

func (*CaptureDeploymentInstanceHeapDumpNotFound) Code

Code gets the status code for the capture deployment instance heap dump not found response

func (*CaptureDeploymentInstanceHeapDumpNotFound) Error

func (*CaptureDeploymentInstanceHeapDumpNotFound) GetPayload

func (*CaptureDeploymentInstanceHeapDumpNotFound) IsClientError

IsClientError returns true when this capture deployment instance heap dump not found response has a 4xx status code

func (*CaptureDeploymentInstanceHeapDumpNotFound) IsCode

IsCode returns true when this capture deployment instance heap dump not found response a status code equal to that given

func (*CaptureDeploymentInstanceHeapDumpNotFound) IsRedirect

IsRedirect returns true when this capture deployment instance heap dump not found response has a 3xx status code

func (*CaptureDeploymentInstanceHeapDumpNotFound) IsServerError

IsServerError returns true when this capture deployment instance heap dump not found response has a 5xx status code

func (*CaptureDeploymentInstanceHeapDumpNotFound) IsSuccess

IsSuccess returns true when this capture deployment instance heap dump not found response has a 2xx status code

func (*CaptureDeploymentInstanceHeapDumpNotFound) String

type CaptureDeploymentInstanceHeapDumpParams

type CaptureDeploymentInstanceHeapDumpParams struct {

	/* DeploymentID.

	   Identifier for the Deployment.
	*/
	DeploymentID string

	/* InstanceID.

	   The instance identifier
	*/
	InstanceID string

	/* RefID.

	   User-specified RefId for the Resource (or '_main' if there is only one).
	*/
	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
}

CaptureDeploymentInstanceHeapDumpParams contains all the parameters to send to the API endpoint

for the capture deployment instance heap dump operation.

Typically these are written to a http.Request.

func NewCaptureDeploymentInstanceHeapDumpParams

func NewCaptureDeploymentInstanceHeapDumpParams() *CaptureDeploymentInstanceHeapDumpParams

NewCaptureDeploymentInstanceHeapDumpParams creates a new CaptureDeploymentInstanceHeapDumpParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCaptureDeploymentInstanceHeapDumpParamsWithContext

func NewCaptureDeploymentInstanceHeapDumpParamsWithContext(ctx context.Context) *CaptureDeploymentInstanceHeapDumpParams

NewCaptureDeploymentInstanceHeapDumpParamsWithContext creates a new CaptureDeploymentInstanceHeapDumpParams object with the ability to set a context for a request.

func NewCaptureDeploymentInstanceHeapDumpParamsWithHTTPClient

func NewCaptureDeploymentInstanceHeapDumpParamsWithHTTPClient(client *http.Client) *CaptureDeploymentInstanceHeapDumpParams

NewCaptureDeploymentInstanceHeapDumpParamsWithHTTPClient creates a new CaptureDeploymentInstanceHeapDumpParams object with the ability to set a custom HTTPClient for a request.

func NewCaptureDeploymentInstanceHeapDumpParamsWithTimeout

func NewCaptureDeploymentInstanceHeapDumpParamsWithTimeout(timeout time.Duration) *CaptureDeploymentInstanceHeapDumpParams

NewCaptureDeploymentInstanceHeapDumpParamsWithTimeout creates a new CaptureDeploymentInstanceHeapDumpParams object with the ability to set a timeout on a request.

func (*CaptureDeploymentInstanceHeapDumpParams) SetContext

SetContext adds the context to the capture deployment instance heap dump params

func (*CaptureDeploymentInstanceHeapDumpParams) SetDefaults

func (o *CaptureDeploymentInstanceHeapDumpParams) SetDefaults()

SetDefaults hydrates default values in the capture deployment instance heap dump params (not the query body).

All values with no default are reset to their zero value.

func (*CaptureDeploymentInstanceHeapDumpParams) SetDeploymentID

func (o *CaptureDeploymentInstanceHeapDumpParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the capture deployment instance heap dump params

func (*CaptureDeploymentInstanceHeapDumpParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the capture deployment instance heap dump params

func (*CaptureDeploymentInstanceHeapDumpParams) SetInstanceID

func (o *CaptureDeploymentInstanceHeapDumpParams) SetInstanceID(instanceID string)

SetInstanceID adds the instanceId to the capture deployment instance heap dump params

func (*CaptureDeploymentInstanceHeapDumpParams) SetRefID

SetRefID adds the refId to the capture deployment instance heap dump params

func (*CaptureDeploymentInstanceHeapDumpParams) SetResourceKind

func (o *CaptureDeploymentInstanceHeapDumpParams) SetResourceKind(resourceKind string)

SetResourceKind adds the resourceKind to the capture deployment instance heap dump params

func (*CaptureDeploymentInstanceHeapDumpParams) SetTimeout

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

SetTimeout adds the timeout to the capture deployment instance heap dump params

func (*CaptureDeploymentInstanceHeapDumpParams) WithContext

WithContext adds the context to the capture deployment instance heap dump params

func (*CaptureDeploymentInstanceHeapDumpParams) WithDefaults

WithDefaults hydrates default values in the capture deployment instance heap dump params (not the query body).

All values with no default are reset to their zero value.

func (*CaptureDeploymentInstanceHeapDumpParams) WithDeploymentID

WithDeploymentID adds the deploymentID to the capture deployment instance heap dump params

func (*CaptureDeploymentInstanceHeapDumpParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the capture deployment instance heap dump params

func (*CaptureDeploymentInstanceHeapDumpParams) WithInstanceID

WithInstanceID adds the instanceID to the capture deployment instance heap dump params

func (*CaptureDeploymentInstanceHeapDumpParams) WithRefID

WithRefID adds the refID to the capture deployment instance heap dump params

func (*CaptureDeploymentInstanceHeapDumpParams) WithResourceKind

WithResourceKind adds the resourceKind to the capture deployment instance heap dump params

func (*CaptureDeploymentInstanceHeapDumpParams) WithTimeout

WithTimeout adds the timeout to the capture deployment instance heap dump params

func (*CaptureDeploymentInstanceHeapDumpParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CaptureDeploymentInstanceHeapDumpReader

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

CaptureDeploymentInstanceHeapDumpReader is a Reader for the CaptureDeploymentInstanceHeapDump structure.

func (*CaptureDeploymentInstanceHeapDumpReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CaptureDeploymentInstanceThreadDumpNotFound

type CaptureDeploymentInstanceThreadDumpNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}
CaptureDeploymentInstanceThreadDumpNotFound describes a response with status code 404, with default header values.

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

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

func NewCaptureDeploymentInstanceThreadDumpNotFound

func NewCaptureDeploymentInstanceThreadDumpNotFound() *CaptureDeploymentInstanceThreadDumpNotFound

NewCaptureDeploymentInstanceThreadDumpNotFound creates a CaptureDeploymentInstanceThreadDumpNotFound with default headers values

func (*CaptureDeploymentInstanceThreadDumpNotFound) Code

Code gets the status code for the capture deployment instance thread dump not found response

func (*CaptureDeploymentInstanceThreadDumpNotFound) Error

func (*CaptureDeploymentInstanceThreadDumpNotFound) GetPayload

func (*CaptureDeploymentInstanceThreadDumpNotFound) IsClientError

IsClientError returns true when this capture deployment instance thread dump not found response has a 4xx status code

func (*CaptureDeploymentInstanceThreadDumpNotFound) IsCode

IsCode returns true when this capture deployment instance thread dump not found response a status code equal to that given

func (*CaptureDeploymentInstanceThreadDumpNotFound) IsRedirect

IsRedirect returns true when this capture deployment instance thread dump not found response has a 3xx status code

func (*CaptureDeploymentInstanceThreadDumpNotFound) IsServerError

IsServerError returns true when this capture deployment instance thread dump not found response has a 5xx status code

func (*CaptureDeploymentInstanceThreadDumpNotFound) IsSuccess

IsSuccess returns true when this capture deployment instance thread dump not found response has a 2xx status code

func (*CaptureDeploymentInstanceThreadDumpNotFound) String

type CaptureDeploymentInstanceThreadDumpOK

type CaptureDeploymentInstanceThreadDumpOK struct {
	Payload strfmt.Base64
}

CaptureDeploymentInstanceThreadDumpOK describes a response with status code 200, with default header values.

The thread dump contents

func NewCaptureDeploymentInstanceThreadDumpOK

func NewCaptureDeploymentInstanceThreadDumpOK() *CaptureDeploymentInstanceThreadDumpOK

NewCaptureDeploymentInstanceThreadDumpOK creates a CaptureDeploymentInstanceThreadDumpOK with default headers values

func (*CaptureDeploymentInstanceThreadDumpOK) Code

Code gets the status code for the capture deployment instance thread dump o k response

func (*CaptureDeploymentInstanceThreadDumpOK) Error

func (*CaptureDeploymentInstanceThreadDumpOK) GetPayload

func (*CaptureDeploymentInstanceThreadDumpOK) IsClientError

func (o *CaptureDeploymentInstanceThreadDumpOK) IsClientError() bool

IsClientError returns true when this capture deployment instance thread dump o k response has a 4xx status code

func (*CaptureDeploymentInstanceThreadDumpOK) IsCode

IsCode returns true when this capture deployment instance thread dump o k response a status code equal to that given

func (*CaptureDeploymentInstanceThreadDumpOK) IsRedirect

IsRedirect returns true when this capture deployment instance thread dump o k response has a 3xx status code

func (*CaptureDeploymentInstanceThreadDumpOK) IsServerError

func (o *CaptureDeploymentInstanceThreadDumpOK) IsServerError() bool

IsServerError returns true when this capture deployment instance thread dump o k response has a 5xx status code

func (*CaptureDeploymentInstanceThreadDumpOK) IsSuccess

IsSuccess returns true when this capture deployment instance thread dump o k response has a 2xx status code

func (*CaptureDeploymentInstanceThreadDumpOK) String

type CaptureDeploymentInstanceThreadDumpParams

type CaptureDeploymentInstanceThreadDumpParams struct {

	/* DeploymentID.

	   Identifier for the Deployment.
	*/
	DeploymentID string

	/* InstanceID.

	   The instance identifier
	*/
	InstanceID string

	/* RefID.

	   User-specified RefId for the Resource (or '_main' if there is only one).
	*/
	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
}

CaptureDeploymentInstanceThreadDumpParams contains all the parameters to send to the API endpoint

for the capture deployment instance thread dump operation.

Typically these are written to a http.Request.

func NewCaptureDeploymentInstanceThreadDumpParams

func NewCaptureDeploymentInstanceThreadDumpParams() *CaptureDeploymentInstanceThreadDumpParams

NewCaptureDeploymentInstanceThreadDumpParams creates a new CaptureDeploymentInstanceThreadDumpParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCaptureDeploymentInstanceThreadDumpParamsWithContext

func NewCaptureDeploymentInstanceThreadDumpParamsWithContext(ctx context.Context) *CaptureDeploymentInstanceThreadDumpParams

NewCaptureDeploymentInstanceThreadDumpParamsWithContext creates a new CaptureDeploymentInstanceThreadDumpParams object with the ability to set a context for a request.

func NewCaptureDeploymentInstanceThreadDumpParamsWithHTTPClient

func NewCaptureDeploymentInstanceThreadDumpParamsWithHTTPClient(client *http.Client) *CaptureDeploymentInstanceThreadDumpParams

NewCaptureDeploymentInstanceThreadDumpParamsWithHTTPClient creates a new CaptureDeploymentInstanceThreadDumpParams object with the ability to set a custom HTTPClient for a request.

func NewCaptureDeploymentInstanceThreadDumpParamsWithTimeout

func NewCaptureDeploymentInstanceThreadDumpParamsWithTimeout(timeout time.Duration) *CaptureDeploymentInstanceThreadDumpParams

NewCaptureDeploymentInstanceThreadDumpParamsWithTimeout creates a new CaptureDeploymentInstanceThreadDumpParams object with the ability to set a timeout on a request.

func (*CaptureDeploymentInstanceThreadDumpParams) SetContext

SetContext adds the context to the capture deployment instance thread dump params

func (*CaptureDeploymentInstanceThreadDumpParams) SetDefaults

SetDefaults hydrates default values in the capture deployment instance thread dump params (not the query body).

All values with no default are reset to their zero value.

func (*CaptureDeploymentInstanceThreadDumpParams) SetDeploymentID

func (o *CaptureDeploymentInstanceThreadDumpParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the capture deployment instance thread dump params

func (*CaptureDeploymentInstanceThreadDumpParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the capture deployment instance thread dump params

func (*CaptureDeploymentInstanceThreadDumpParams) SetInstanceID

func (o *CaptureDeploymentInstanceThreadDumpParams) SetInstanceID(instanceID string)

SetInstanceID adds the instanceId to the capture deployment instance thread dump params

func (*CaptureDeploymentInstanceThreadDumpParams) SetRefID

SetRefID adds the refId to the capture deployment instance thread dump params

func (*CaptureDeploymentInstanceThreadDumpParams) SetResourceKind

func (o *CaptureDeploymentInstanceThreadDumpParams) SetResourceKind(resourceKind string)

SetResourceKind adds the resourceKind to the capture deployment instance thread dump params

func (*CaptureDeploymentInstanceThreadDumpParams) SetTimeout

SetTimeout adds the timeout to the capture deployment instance thread dump params

func (*CaptureDeploymentInstanceThreadDumpParams) WithContext

WithContext adds the context to the capture deployment instance thread dump params

func (*CaptureDeploymentInstanceThreadDumpParams) WithDefaults

WithDefaults hydrates default values in the capture deployment instance thread dump params (not the query body).

All values with no default are reset to their zero value.

func (*CaptureDeploymentInstanceThreadDumpParams) WithDeploymentID

WithDeploymentID adds the deploymentID to the capture deployment instance thread dump params

func (*CaptureDeploymentInstanceThreadDumpParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the capture deployment instance thread dump params

func (*CaptureDeploymentInstanceThreadDumpParams) WithInstanceID

WithInstanceID adds the instanceID to the capture deployment instance thread dump params

func (*CaptureDeploymentInstanceThreadDumpParams) WithRefID

WithRefID adds the refID to the capture deployment instance thread dump params

func (*CaptureDeploymentInstanceThreadDumpParams) WithResourceKind

WithResourceKind adds the resourceKind to the capture deployment instance thread dump params

func (*CaptureDeploymentInstanceThreadDumpParams) WithTimeout

WithTimeout adds the timeout to the capture deployment instance thread dump params

func (*CaptureDeploymentInstanceThreadDumpParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CaptureDeploymentInstanceThreadDumpReader

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

CaptureDeploymentInstanceThreadDumpReader is a Reader for the CaptureDeploymentInstanceThreadDump structure.

func (*CaptureDeploymentInstanceThreadDumpReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CaptureDeploymentResourceDiagnosticsNotFound

type CaptureDeploymentResourceDiagnosticsNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}
CaptureDeploymentResourceDiagnosticsNotFound describes a response with status code 404, with default header values.

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

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

func NewCaptureDeploymentResourceDiagnosticsNotFound

func NewCaptureDeploymentResourceDiagnosticsNotFound() *CaptureDeploymentResourceDiagnosticsNotFound

NewCaptureDeploymentResourceDiagnosticsNotFound creates a CaptureDeploymentResourceDiagnosticsNotFound with default headers values

func (*CaptureDeploymentResourceDiagnosticsNotFound) Code

Code gets the status code for the capture deployment resource diagnostics not found response

func (*CaptureDeploymentResourceDiagnosticsNotFound) Error

func (*CaptureDeploymentResourceDiagnosticsNotFound) GetPayload

func (*CaptureDeploymentResourceDiagnosticsNotFound) IsClientError

IsClientError returns true when this capture deployment resource diagnostics not found response has a 4xx status code

func (*CaptureDeploymentResourceDiagnosticsNotFound) IsCode

IsCode returns true when this capture deployment resource diagnostics not found response a status code equal to that given

func (*CaptureDeploymentResourceDiagnosticsNotFound) IsRedirect

IsRedirect returns true when this capture deployment resource diagnostics not found response has a 3xx status code

func (*CaptureDeploymentResourceDiagnosticsNotFound) IsServerError

IsServerError returns true when this capture deployment resource diagnostics not found response has a 5xx status code

func (*CaptureDeploymentResourceDiagnosticsNotFound) IsSuccess

IsSuccess returns true when this capture deployment resource diagnostics not found response has a 2xx status code

func (*CaptureDeploymentResourceDiagnosticsNotFound) String

type CaptureDeploymentResourceDiagnosticsOK

type CaptureDeploymentResourceDiagnosticsOK struct {
	Payload strfmt.Base64
}

CaptureDeploymentResourceDiagnosticsOK describes a response with status code 200, with default header values.

The diagnostic bundle as a zip file

func NewCaptureDeploymentResourceDiagnosticsOK

func NewCaptureDeploymentResourceDiagnosticsOK() *CaptureDeploymentResourceDiagnosticsOK

NewCaptureDeploymentResourceDiagnosticsOK creates a CaptureDeploymentResourceDiagnosticsOK with default headers values

func (*CaptureDeploymentResourceDiagnosticsOK) Code

Code gets the status code for the capture deployment resource diagnostics o k response

func (*CaptureDeploymentResourceDiagnosticsOK) Error

func (*CaptureDeploymentResourceDiagnosticsOK) GetPayload

func (*CaptureDeploymentResourceDiagnosticsOK) IsClientError

func (o *CaptureDeploymentResourceDiagnosticsOK) IsClientError() bool

IsClientError returns true when this capture deployment resource diagnostics o k response has a 4xx status code

func (*CaptureDeploymentResourceDiagnosticsOK) IsCode

IsCode returns true when this capture deployment resource diagnostics o k response a status code equal to that given

func (*CaptureDeploymentResourceDiagnosticsOK) IsRedirect

IsRedirect returns true when this capture deployment resource diagnostics o k response has a 3xx status code

func (*CaptureDeploymentResourceDiagnosticsOK) IsServerError

func (o *CaptureDeploymentResourceDiagnosticsOK) IsServerError() bool

IsServerError returns true when this capture deployment resource diagnostics o k response has a 5xx status code

func (*CaptureDeploymentResourceDiagnosticsOK) IsSuccess

IsSuccess returns true when this capture deployment resource diagnostics o k response has a 2xx status code

func (*CaptureDeploymentResourceDiagnosticsOK) String

type CaptureDeploymentResourceDiagnosticsParams

type CaptureDeploymentResourceDiagnosticsParams struct {

	/* DeploymentID.

	   Identifier for the Deployment
	*/
	DeploymentID string

	/* Mode.

	   Capture mode - whether to obtain all the diagnostics data or the lightweight, essential-only subset of it. Applicable only to Elasticsearch, ignored for any other components which have just one capture mode implemented.

	   Default: "Full"
	*/
	Mode *string

	/* RefID.

	   User-specified RefId for the Resource (or '_main' if there is only one).
	*/
	RefID string

	/* ResourceKind.

	   The kind of resource (one of elasticsearch or kibana).
	*/
	ResourceKind string

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

CaptureDeploymentResourceDiagnosticsParams contains all the parameters to send to the API endpoint

for the capture deployment resource diagnostics operation.

Typically these are written to a http.Request.

func NewCaptureDeploymentResourceDiagnosticsParams

func NewCaptureDeploymentResourceDiagnosticsParams() *CaptureDeploymentResourceDiagnosticsParams

NewCaptureDeploymentResourceDiagnosticsParams creates a new CaptureDeploymentResourceDiagnosticsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCaptureDeploymentResourceDiagnosticsParamsWithContext

func NewCaptureDeploymentResourceDiagnosticsParamsWithContext(ctx context.Context) *CaptureDeploymentResourceDiagnosticsParams

NewCaptureDeploymentResourceDiagnosticsParamsWithContext creates a new CaptureDeploymentResourceDiagnosticsParams object with the ability to set a context for a request.

func NewCaptureDeploymentResourceDiagnosticsParamsWithHTTPClient

func NewCaptureDeploymentResourceDiagnosticsParamsWithHTTPClient(client *http.Client) *CaptureDeploymentResourceDiagnosticsParams

NewCaptureDeploymentResourceDiagnosticsParamsWithHTTPClient creates a new CaptureDeploymentResourceDiagnosticsParams object with the ability to set a custom HTTPClient for a request.

func NewCaptureDeploymentResourceDiagnosticsParamsWithTimeout

func NewCaptureDeploymentResourceDiagnosticsParamsWithTimeout(timeout time.Duration) *CaptureDeploymentResourceDiagnosticsParams

NewCaptureDeploymentResourceDiagnosticsParamsWithTimeout creates a new CaptureDeploymentResourceDiagnosticsParams object with the ability to set a timeout on a request.

func (*CaptureDeploymentResourceDiagnosticsParams) SetContext

SetContext adds the context to the capture deployment resource diagnostics params

func (*CaptureDeploymentResourceDiagnosticsParams) SetDefaults

SetDefaults hydrates default values in the capture deployment resource diagnostics params (not the query body).

All values with no default are reset to their zero value.

func (*CaptureDeploymentResourceDiagnosticsParams) SetDeploymentID

func (o *CaptureDeploymentResourceDiagnosticsParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the capture deployment resource diagnostics params

func (*CaptureDeploymentResourceDiagnosticsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the capture deployment resource diagnostics params

func (*CaptureDeploymentResourceDiagnosticsParams) SetMode

SetMode adds the mode to the capture deployment resource diagnostics params

func (*CaptureDeploymentResourceDiagnosticsParams) SetRefID

SetRefID adds the refId to the capture deployment resource diagnostics params

func (*CaptureDeploymentResourceDiagnosticsParams) SetResourceKind

func (o *CaptureDeploymentResourceDiagnosticsParams) SetResourceKind(resourceKind string)

SetResourceKind adds the resourceKind to the capture deployment resource diagnostics params

func (*CaptureDeploymentResourceDiagnosticsParams) SetTimeout

SetTimeout adds the timeout to the capture deployment resource diagnostics params

func (*CaptureDeploymentResourceDiagnosticsParams) WithContext

WithContext adds the context to the capture deployment resource diagnostics params

func (*CaptureDeploymentResourceDiagnosticsParams) WithDefaults

WithDefaults hydrates default values in the capture deployment resource diagnostics params (not the query body).

All values with no default are reset to their zero value.

func (*CaptureDeploymentResourceDiagnosticsParams) WithDeploymentID

WithDeploymentID adds the deploymentID to the capture deployment resource diagnostics params

func (*CaptureDeploymentResourceDiagnosticsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the capture deployment resource diagnostics params

func (*CaptureDeploymentResourceDiagnosticsParams) WithMode

WithMode adds the mode to the capture deployment resource diagnostics params

func (*CaptureDeploymentResourceDiagnosticsParams) WithRefID

WithRefID adds the refID to the capture deployment resource diagnostics params

func (*CaptureDeploymentResourceDiagnosticsParams) WithResourceKind

WithResourceKind adds the resourceKind to the capture deployment resource diagnostics params

func (*CaptureDeploymentResourceDiagnosticsParams) WithTimeout

WithTimeout adds the timeout to the capture deployment resource diagnostics params

func (*CaptureDeploymentResourceDiagnosticsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CaptureDeploymentResourceDiagnosticsPreconditionFailed

type CaptureDeploymentResourceDiagnosticsPreconditionFailed struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

CaptureDeploymentResourceDiagnosticsPreconditionFailed describes a response with status code 412, with default header values.

The diagnostics cannot be generated because the cluster is either stopped or initializing. (code: `clusters.cluster_plan_state_error`)

func NewCaptureDeploymentResourceDiagnosticsPreconditionFailed

func NewCaptureDeploymentResourceDiagnosticsPreconditionFailed() *CaptureDeploymentResourceDiagnosticsPreconditionFailed

NewCaptureDeploymentResourceDiagnosticsPreconditionFailed creates a CaptureDeploymentResourceDiagnosticsPreconditionFailed with default headers values

func (*CaptureDeploymentResourceDiagnosticsPreconditionFailed) Code

Code gets the status code for the capture deployment resource diagnostics precondition failed response

func (*CaptureDeploymentResourceDiagnosticsPreconditionFailed) Error

func (*CaptureDeploymentResourceDiagnosticsPreconditionFailed) GetPayload

func (*CaptureDeploymentResourceDiagnosticsPreconditionFailed) IsClientError

IsClientError returns true when this capture deployment resource diagnostics precondition failed response has a 4xx status code

func (*CaptureDeploymentResourceDiagnosticsPreconditionFailed) IsCode

IsCode returns true when this capture deployment resource diagnostics precondition failed response a status code equal to that given

func (*CaptureDeploymentResourceDiagnosticsPreconditionFailed) IsRedirect

IsRedirect returns true when this capture deployment resource diagnostics precondition failed response has a 3xx status code

func (*CaptureDeploymentResourceDiagnosticsPreconditionFailed) IsServerError

IsServerError returns true when this capture deployment resource diagnostics precondition failed response has a 5xx status code

func (*CaptureDeploymentResourceDiagnosticsPreconditionFailed) IsSuccess

IsSuccess returns true when this capture deployment resource diagnostics precondition failed response has a 2xx status code

func (*CaptureDeploymentResourceDiagnosticsPreconditionFailed) String

type CaptureDeploymentResourceDiagnosticsReader

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

CaptureDeploymentResourceDiagnosticsReader is a Reader for the CaptureDeploymentResourceDiagnostics structure.

func (*CaptureDeploymentResourceDiagnosticsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type Client

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

Client for deployments API

func (*Client) CancelDeploymentResourcePendingPlan

func (a *Client) CancelDeploymentResourcePendingPlan(params *CancelDeploymentResourcePendingPlanParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CancelDeploymentResourcePendingPlanOK, error)

CancelDeploymentResourcePendingPlan cancels resource pending plan

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

func (*Client) CaptureDeploymentInstanceHeapDump

CaptureDeploymentInstanceHeapDump captures a new on demand heap dump for the given instance

Captures a new on-demand heap dump for the given instance. The capture is completed asynchronously, and you can check its progress by getting heap dumps for the given resource.

func (*Client) CaptureDeploymentInstanceThreadDump

func (a *Client) CaptureDeploymentInstanceThreadDump(params *CaptureDeploymentInstanceThreadDumpParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CaptureDeploymentInstanceThreadDumpOK, error)

CaptureDeploymentInstanceThreadDump captures a new thread dump for the given instance

Captures a new thread dump for the given instance and returns the thread dump contents.

func (*Client) CaptureDeploymentResourceDiagnostics

func (a *Client) CaptureDeploymentResourceDiagnostics(params *CaptureDeploymentResourceDiagnosticsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CaptureDeploymentResourceDiagnosticsOK, error)

CaptureDeploymentResourceDiagnostics captures diagnostics for an elasticsearch or kibana resource

Retrieves a diagnostic bundle from an active cluster. To successfully retrieve a diagnostic bundle, the cluster must be responsive.

func (*Client) CreateDeployment

CreateDeployment creates deployment

Creates a Deployment.

func (*Client) DeleteDeployment

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

DeleteDeployment deletes deployment

Deletes a Deployment and all its resources.

func (*Client) DeleteDeploymentEsResourceSnapshotDependency

DeleteDeploymentEsResourceSnapshotDependency deletes a dependency of elasticsearch resource snapshot

Delete the dependency of a Elasticsearch resource snapshot. Doing so will cause the cloned snapshot to be inaccessible.

func (*Client) DeleteDeploymentResourceProxyRequests

func (a *Client) DeleteDeploymentResourceProxyRequests(params *DeleteDeploymentResourceProxyRequestsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteDeploymentResourceProxyRequestsOK, error)

DeleteDeploymentResourceProxyRequests proxies HTTP d e l e t e request

Proxies the HTTP DELETE request to the deployment resource. You must specify the `X-Management-Request` HTTP header. NOTE: Use this endpoint for management purposes. It does not provide high performance.

func (*Client) DeleteDeploymentStatelessResource

func (a *Client) DeleteDeploymentStatelessResource(params *DeleteDeploymentStatelessResourceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteDeploymentStatelessResourceOK, error)

DeleteDeploymentStatelessResource deletes stateless resource from deployment

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

func (*Client) DeploymentApmResetSecretToken

DeploymentApmResetSecretToken resets the secret token for an a p m resource

Reset the token of an APM resource.

func (*Client) DownloadDeploymentInstanceHeapDump

func (a *Client) DownloadDeploymentInstanceHeapDump(params *DownloadDeploymentInstanceHeapDumpParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DownloadDeploymentInstanceHeapDumpOK, error)

DownloadDeploymentInstanceHeapDump downloads the given instance s heap dump

Returns the given instance's heap dump for download.

func (*Client) EnableDeploymentResourceCcr

func (a *Client) EnableDeploymentResourceCcr(params *EnableDeploymentResourceCcrParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EnableDeploymentResourceCcrOK, error)

EnableDeploymentResourceCcr migrates elasticsearch and associated kibana resources to enable c c r

Migrates the specified Elasticsearch resource and its associated Kibana to enable CCR (if supported).

func (*Client) EnableDeploymentResourceIlm

func (a *Client) EnableDeploymentResourceIlm(params *EnableDeploymentResourceIlmParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EnableDeploymentResourceIlmOK, error)

EnableDeploymentResourceIlm migrates elasticsearch resource to use i l m

Migrates the specified Elasticsearch resource to use ILM.

func (*Client) EnableDeploymentResourceSlm

func (a *Client) EnableDeploymentResourceSlm(params *EnableDeploymentResourceSlmParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EnableDeploymentResourceSlmOK, error)

EnableDeploymentResourceSlm migrates elasticsearch resource to use s l m

Migrates the specified Elasticsearch resource to use SLM.

func (*Client) GetAppsearchReadOnlyMode

func (a *Client) GetAppsearchReadOnlyMode(params *GetAppsearchReadOnlyModeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAppsearchReadOnlyModeOK, error)

GetAppsearchReadOnlyMode sets app search read only status

Enable/Disable read-only mode on the given App Search resource.

func (*Client) GetDeployment

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

GetDeployment gets deployment

Retrieves information about a Deployment.

func (*Client) GetDeploymentApmResourceInfo

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

GetDeploymentApmResourceInfo gets deployment a p m resource info

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

func (*Client) GetDeploymentAppsearchResourceInfo

func (a *Client) GetDeploymentAppsearchResourceInfo(params *GetDeploymentAppsearchResourceInfoParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentAppsearchResourceInfoOK, error)

GetDeploymentAppsearchResourceInfo gets deployment app search resource info

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

func (*Client) GetDeploymentCertificateAuthority

func (a *Client) GetDeploymentCertificateAuthority(params *GetDeploymentCertificateAuthorityParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentCertificateAuthorityOK, error)

GetDeploymentCertificateAuthority gets certificate authority

Returns the certificate authority used to sign the certificates of this deployment.

func (*Client) GetDeploymentEnterpriseSearchResourceInfo

GetDeploymentEnterpriseSearchResourceInfo gets deployment enterprise search resource info

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

func (*Client) GetDeploymentEsResourceEligibleRemoteClusters

GetDeploymentEsResourceEligibleRemoteClusters gets eligible remote clusters

Returns the list of deployments which contain eligible remote clusters for the elasticsearch resource.

func (*Client) GetDeploymentEsResourceInfo

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

GetDeploymentEsResourceInfo gets deployment elasticsearch resource info

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

func (*Client) GetDeploymentEsResourceKeystore

func (a *Client) GetDeploymentEsResourceKeystore(params *GetDeploymentEsResourceKeystoreParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentEsResourceKeystoreOK, error)

GetDeploymentEsResourceKeystore gets the items in the elasticsearch resource keystore

Fetches the current fields and metadata (but not the values) of the keystore for the Elasticsearch resource.

func (*Client) GetDeploymentEsResourceRemoteClusters

func (a *Client) GetDeploymentEsResourceRemoteClusters(params *GetDeploymentEsResourceRemoteClustersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentEsResourceRemoteClustersOK, error)

GetDeploymentEsResourceRemoteClusters gets certificate based remote clusters

Returns the list of certificate based remote clusters for the elasticsearch resource.

func (*Client) GetDeploymentEsResourceSnapshotDependency

GetDeploymentEsResourceSnapshotDependency gets the depedencies of elasticsearch resource snapshot

Fetches the current dependencies of the snapshot for the Elasticsearch resource.

func (*Client) GetDeploymentHeapDumps

func (a *Client) GetDeploymentHeapDumps(params *GetDeploymentHeapDumpsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentHeapDumpsOK, error)

GetDeploymentHeapDumps gets details about heap dumps for a deployment

Gets details about existing heap dumps and in progress heap dump captures across all instances belonging to the deployment.

func (*Client) GetDeploymentIntegrationsServerResourceInfo

GetDeploymentIntegrationsServerResourceInfo gets deployment integrations server resource info

Get info about an Integrations Server Resource belonging to a given Deployment.

func (*Client) GetDeploymentKibResourceInfo

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

GetDeploymentKibResourceInfo gets deployment kibana resource info

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

func (*Client) GetDeploymentResourcePlanActivity

func (a *Client) GetDeploymentResourcePlanActivity(params *GetDeploymentResourcePlanActivityParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentResourcePlanActivityOK, error)

GetDeploymentResourcePlanActivity gets plan activity

Retrieves details for a single plan activity for the given resource.

func (*Client) GetDeploymentResourceProxyRequests

func (a *Client) GetDeploymentResourceProxyRequests(params *GetDeploymentResourceProxyRequestsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentResourceProxyRequestsOK, error)

GetDeploymentResourceProxyRequests proxies HTTP g e t request

Proxies the HTTP GET request to the deployment resource. You must specify the `X-Management-Request` HTTP header. NOTE: Use this endpoint for management purposes. It does not provide high performance.

func (*Client) GetDeploymentUpgradeAssistantStatus

func (a *Client) GetDeploymentUpgradeAssistantStatus(params *GetDeploymentUpgradeAssistantStatusParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentUpgradeAssistantStatusOK, error)

GetDeploymentUpgradeAssistantStatus gets deployment upgade assistant status

Get details about an Elasticsearch resource belonging to a given deployment.

func (*Client) ListDeployments

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

ListDeployments lists deployments

List Deployments.

func (*Client) MigrateDeploymentTemplate

func (a *Client) MigrateDeploymentTemplate(params *MigrateDeploymentTemplateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MigrateDeploymentTemplateOK, error)

MigrateDeploymentTemplate builds request to migrate deployment to a different template

Returns a deployment update request that would migrate this deployment to a different template.

func (*Client) MoveDeploymentElasticsearchResourceInstances

MoveDeploymentElasticsearchResourceInstances moves elasticsearch resource instances

Moves one or more instances belonging to the given Elasticsearch resource to a different allocator.

func (*Client) PostDeploymentResourceProxyRequests

func (a *Client) PostDeploymentResourceProxyRequests(params *PostDeploymentResourceProxyRequestsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostDeploymentResourceProxyRequestsOK, error)

PostDeploymentResourceProxyRequests proxies HTTP p o s t request

Proxies the HTTP POST request to the deployment resource. You must specify the `X-Management-Request` HTTP header. NOTE: Use this endpoint for management purposes. It does not provide high performance.

func (*Client) PutDeploymentResourceProxyRequests

func (a *Client) PutDeploymentResourceProxyRequests(params *PutDeploymentResourceProxyRequestsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PutDeploymentResourceProxyRequestsOK, error)

PutDeploymentResourceProxyRequests proxies HTTP p u t request

Proxies the HTTP PUT request to the deployment resource. You must specify the `X-Management-Request` HTTP header. NOTE: Use this endpoint for management purposes. It does not provide high performance.

func (*Client) ResetElasticsearchUserPassword

func (a *Client) ResetElasticsearchUserPassword(params *ResetElasticsearchUserPasswordParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ResetElasticsearchUserPasswordOK, error)

ResetElasticsearchUserPassword resets elastic user password

Resets the password of the 'elastic' user.

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 a 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, opts ...ClientOption) (*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, opts ...ClientOption) (*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, opts ...ClientOption) (*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, opts ...ClientOption) (*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, opts ...ClientOption) (*SearchDeploymentsOK, error)

SearchDeployments searches deployments

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

func (*Client) SearchEligibleRemoteClusters

func (a *Client) SearchEligibleRemoteClusters(params *SearchEligibleRemoteClustersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SearchEligibleRemoteClustersOK, error)

SearchEligibleRemoteClusters gets eligible remote clusters

Returns the list of deployments which contain eligible remote clusters for a specific version.

func (*Client) SetAllInstancesSettingsOverrides

func (a *Client) SetAllInstancesSettingsOverrides(params *SetAllInstancesSettingsOverridesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SetAllInstancesSettingsOverridesOK, error)

SetAllInstancesSettingsOverrides sets size overrides

Applies size overrides for all of the instances belonging to the given resource. Instance size overrides will be reset with the next plan change.

func (*Client) SetAppsearchReadOnlyMode

func (a *Client) SetAppsearchReadOnlyMode(params *SetAppsearchReadOnlyModeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SetAppsearchReadOnlyModeOK, error)

SetAppsearchReadOnlyMode sets app search read only status

Enable/Disable read-only mode on the given App Search resource.

func (*Client) SetDeploymentEsResourceKeystore

func (a *Client) SetDeploymentEsResourceKeystore(params *SetDeploymentEsResourceKeystoreParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SetDeploymentEsResourceKeystoreOK, error)

SetDeploymentEsResourceKeystore adds or remove items from the elasticsearch resource keystore

Adds the specified values to the Elasticsearch keystore, or removes the keys for the unspecified values.

func (*Client) SetDeploymentEsResourceRemoteClusters

SetDeploymentEsResourceRemoteClusters sets certificate based remote clusters

Overwrites or creates the list of certificate based remote clusters for the elasticsearch resource.

func (*Client) SetDeploymentResourceRawMetadata

func (a *Client) SetDeploymentResourceRawMetadata(params *SetDeploymentResourceRawMetadataParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SetDeploymentResourceRawMetadataOK, error)
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) SetInstanceSettingsOverrides

func (a *Client) SetInstanceSettingsOverrides(params *SetInstanceSettingsOverridesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SetInstanceSettingsOverridesOK, error)

SetInstanceSettingsOverrides sets size overrides

Applies size overrides for the given instances belonging to the given resource. Instance size overrides will be reset with the next plan change.

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, opts ...ClientOption) (*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, opts ...ClientOption) (*ShutdownDeploymentEsResourceOK, error)

ShutdownDeploymentEsResource shutdowns deployment elasticsearch resource

Shutdown Elasticsearch Resource belonging to a given Deployment.

func (*Client) ShutdownDeploymentStatelessResource

func (a *Client) ShutdownDeploymentStatelessResource(params *ShutdownDeploymentStatelessResourceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ShutdownDeploymentStatelessResourceOK, error)
ShutdownDeploymentStatelessResource shutdowns deployment stateless resource

Shut down Stateless Resource belonging to a given Deployment.

Kibana cannot be shut down on Elasticsearch Service as it is required for Elasticsearch administrative functions, such as Snapshot Lifecycle Management and version upgrades.

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 Deployment Resource.

func (*Client) StartDeploymentResourceMaintenanceMode

StartDeploymentResourceMaintenanceMode starts maintenance mode

Starts maintenance mode of instances belonging to a Deployment Resource.

func (*Client) StopDeploymentResourceInstances

StopDeploymentResourceInstances stops 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 Resource.

func (*Client) UpdateDeployment

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

UpdateDeployment updates deployment

Updates a Deployment.

func (*Client) UpgradeDeploymentStatelessResource

UpgradeDeploymentStatelessResource upgrades kibana a p m integrations server app search enterprise search inside deployment

Upgrades a running cluster.

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	CancelDeploymentResourcePendingPlan(params *CancelDeploymentResourcePendingPlanParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CancelDeploymentResourcePendingPlanOK, error)

	CaptureDeploymentInstanceHeapDump(params *CaptureDeploymentInstanceHeapDumpParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CaptureDeploymentInstanceHeapDumpAccepted, error)

	CaptureDeploymentInstanceThreadDump(params *CaptureDeploymentInstanceThreadDumpParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CaptureDeploymentInstanceThreadDumpOK, error)

	CaptureDeploymentResourceDiagnostics(params *CaptureDeploymentResourceDiagnosticsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CaptureDeploymentResourceDiagnosticsOK, error)

	CreateDeployment(params *CreateDeploymentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateDeploymentOK, *CreateDeploymentCreated, *CreateDeploymentAccepted, error)

	DeleteDeployment(params *DeleteDeploymentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteDeploymentOK, error)

	DeleteDeploymentEsResourceSnapshotDependency(params *DeleteDeploymentEsResourceSnapshotDependencyParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteDeploymentEsResourceSnapshotDependencyOK, error)

	DeleteDeploymentResourceProxyRequests(params *DeleteDeploymentResourceProxyRequestsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteDeploymentResourceProxyRequestsOK, error)

	DeleteDeploymentStatelessResource(params *DeleteDeploymentStatelessResourceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteDeploymentStatelessResourceOK, error)

	DeploymentApmResetSecretToken(params *DeploymentApmResetSecretTokenParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeploymentApmResetSecretTokenAccepted, error)

	DownloadDeploymentInstanceHeapDump(params *DownloadDeploymentInstanceHeapDumpParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DownloadDeploymentInstanceHeapDumpOK, error)

	EnableDeploymentResourceCcr(params *EnableDeploymentResourceCcrParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EnableDeploymentResourceCcrOK, error)

	EnableDeploymentResourceIlm(params *EnableDeploymentResourceIlmParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EnableDeploymentResourceIlmOK, error)

	EnableDeploymentResourceSlm(params *EnableDeploymentResourceSlmParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EnableDeploymentResourceSlmOK, error)

	GetAppsearchReadOnlyMode(params *GetAppsearchReadOnlyModeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAppsearchReadOnlyModeOK, error)

	GetDeployment(params *GetDeploymentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentOK, error)

	GetDeploymentApmResourceInfo(params *GetDeploymentApmResourceInfoParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentApmResourceInfoOK, error)

	GetDeploymentAppsearchResourceInfo(params *GetDeploymentAppsearchResourceInfoParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentAppsearchResourceInfoOK, error)

	GetDeploymentCertificateAuthority(params *GetDeploymentCertificateAuthorityParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentCertificateAuthorityOK, error)

	GetDeploymentEnterpriseSearchResourceInfo(params *GetDeploymentEnterpriseSearchResourceInfoParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentEnterpriseSearchResourceInfoOK, error)

	GetDeploymentEsResourceEligibleRemoteClusters(params *GetDeploymentEsResourceEligibleRemoteClustersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentEsResourceEligibleRemoteClustersOK, error)

	GetDeploymentEsResourceInfo(params *GetDeploymentEsResourceInfoParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentEsResourceInfoOK, error)

	GetDeploymentEsResourceKeystore(params *GetDeploymentEsResourceKeystoreParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentEsResourceKeystoreOK, error)

	GetDeploymentEsResourceRemoteClusters(params *GetDeploymentEsResourceRemoteClustersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentEsResourceRemoteClustersOK, error)

	GetDeploymentEsResourceSnapshotDependency(params *GetDeploymentEsResourceSnapshotDependencyParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentEsResourceSnapshotDependencyOK, error)

	GetDeploymentHeapDumps(params *GetDeploymentHeapDumpsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentHeapDumpsOK, error)

	GetDeploymentIntegrationsServerResourceInfo(params *GetDeploymentIntegrationsServerResourceInfoParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentIntegrationsServerResourceInfoOK, error)

	GetDeploymentKibResourceInfo(params *GetDeploymentKibResourceInfoParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentKibResourceInfoOK, error)

	GetDeploymentResourcePlanActivity(params *GetDeploymentResourcePlanActivityParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentResourcePlanActivityOK, error)

	GetDeploymentResourceProxyRequests(params *GetDeploymentResourceProxyRequestsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentResourceProxyRequestsOK, error)

	GetDeploymentUpgradeAssistantStatus(params *GetDeploymentUpgradeAssistantStatusParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentUpgradeAssistantStatusOK, error)

	ListDeployments(params *ListDeploymentsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListDeploymentsOK, error)

	MigrateDeploymentTemplate(params *MigrateDeploymentTemplateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MigrateDeploymentTemplateOK, error)

	MoveDeploymentElasticsearchResourceInstances(params *MoveDeploymentElasticsearchResourceInstancesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MoveDeploymentElasticsearchResourceInstancesOK, *MoveDeploymentElasticsearchResourceInstancesAccepted, error)

	PostDeploymentResourceProxyRequests(params *PostDeploymentResourceProxyRequestsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostDeploymentResourceProxyRequestsOK, error)

	PutDeploymentResourceProxyRequests(params *PutDeploymentResourceProxyRequestsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PutDeploymentResourceProxyRequestsOK, error)

	ResetElasticsearchUserPassword(params *ResetElasticsearchUserPasswordParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ResetElasticsearchUserPasswordOK, error)

	RestartDeploymentEsResource(params *RestartDeploymentEsResourceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RestartDeploymentEsResourceAccepted, error)

	RestartDeploymentStatelessResource(params *RestartDeploymentStatelessResourceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RestartDeploymentStatelessResourceAccepted, error)

	RestoreDeployment(params *RestoreDeploymentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RestoreDeploymentOK, error)

	RestoreDeploymentResource(params *RestoreDeploymentResourceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RestoreDeploymentResourceOK, error)

	ResyncDeployment(params *ResyncDeploymentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ResyncDeploymentOK, error)

	ResyncDeployments(params *ResyncDeploymentsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ResyncDeploymentsOK, error)

	SearchDeployments(params *SearchDeploymentsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SearchDeploymentsOK, error)

	SearchEligibleRemoteClusters(params *SearchEligibleRemoteClustersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SearchEligibleRemoteClustersOK, error)

	SetAllInstancesSettingsOverrides(params *SetAllInstancesSettingsOverridesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SetAllInstancesSettingsOverridesOK, error)

	SetAppsearchReadOnlyMode(params *SetAppsearchReadOnlyModeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SetAppsearchReadOnlyModeOK, error)

	SetDeploymentEsResourceKeystore(params *SetDeploymentEsResourceKeystoreParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SetDeploymentEsResourceKeystoreOK, error)

	SetDeploymentEsResourceRemoteClusters(params *SetDeploymentEsResourceRemoteClustersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SetDeploymentEsResourceRemoteClustersAccepted, error)

	SetDeploymentResourceRawMetadata(params *SetDeploymentResourceRawMetadataParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SetDeploymentResourceRawMetadataOK, error)

	SetInstanceSettingsOverrides(params *SetInstanceSettingsOverridesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SetInstanceSettingsOverridesOK, error)

	ShutdownDeployment(params *ShutdownDeploymentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ShutdownDeploymentOK, error)

	ShutdownDeploymentEsResource(params *ShutdownDeploymentEsResourceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ShutdownDeploymentEsResourceOK, error)

	ShutdownDeploymentStatelessResource(params *ShutdownDeploymentStatelessResourceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ShutdownDeploymentStatelessResourceOK, error)

	StartDeploymentResourceInstances(params *StartDeploymentResourceInstancesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*StartDeploymentResourceInstancesAccepted, error)

	StartDeploymentResourceInstancesAll(params *StartDeploymentResourceInstancesAllParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*StartDeploymentResourceInstancesAllAccepted, error)

	StartDeploymentResourceInstancesAllMaintenanceMode(params *StartDeploymentResourceInstancesAllMaintenanceModeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*StartDeploymentResourceInstancesAllMaintenanceModeAccepted, error)

	StartDeploymentResourceMaintenanceMode(params *StartDeploymentResourceMaintenanceModeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*StartDeploymentResourceMaintenanceModeAccepted, error)

	StopDeploymentResourceInstances(params *StopDeploymentResourceInstancesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*StopDeploymentResourceInstancesAccepted, error)

	StopDeploymentResourceInstancesAll(params *StopDeploymentResourceInstancesAllParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*StopDeploymentResourceInstancesAllAccepted, error)

	StopDeploymentResourceInstancesAllMaintenanceMode(params *StopDeploymentResourceInstancesAllMaintenanceModeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*StopDeploymentResourceInstancesAllMaintenanceModeAccepted, error)

	StopDeploymentResourceMaintenanceMode(params *StopDeploymentResourceMaintenanceModeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*StopDeploymentResourceMaintenanceModeAccepted, error)

	UpdateDeployment(params *UpdateDeploymentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateDeploymentOK, error)

	UpgradeDeploymentStatelessResource(params *UpgradeDeploymentStatelessResourceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpgradeDeploymentStatelessResourceAccepted, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

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

New creates a new deployments API client.

type CreateDeploymentAccepted

type CreateDeploymentAccepted struct {
	Payload *models.DeploymentCreateResponse
}

CreateDeploymentAccepted describes a response with status code 202, with default header values.

The request was valid and deployment creation had already been started.

func NewCreateDeploymentAccepted

func NewCreateDeploymentAccepted() *CreateDeploymentAccepted

NewCreateDeploymentAccepted creates a CreateDeploymentAccepted with default headers values

func (*CreateDeploymentAccepted) Code

func (o *CreateDeploymentAccepted) Code() int

Code gets the status code for the create deployment accepted response

func (*CreateDeploymentAccepted) Error

func (o *CreateDeploymentAccepted) Error() string

func (*CreateDeploymentAccepted) GetPayload

func (*CreateDeploymentAccepted) IsClientError

func (o *CreateDeploymentAccepted) IsClientError() bool

IsClientError returns true when this create deployment accepted response has a 4xx status code

func (*CreateDeploymentAccepted) IsCode

func (o *CreateDeploymentAccepted) IsCode(code int) bool

IsCode returns true when this create deployment accepted response a status code equal to that given

func (*CreateDeploymentAccepted) IsRedirect

func (o *CreateDeploymentAccepted) IsRedirect() bool

IsRedirect returns true when this create deployment accepted response has a 3xx status code

func (*CreateDeploymentAccepted) IsServerError

func (o *CreateDeploymentAccepted) IsServerError() bool

IsServerError returns true when this create deployment accepted response has a 5xx status code

func (*CreateDeploymentAccepted) IsSuccess

func (o *CreateDeploymentAccepted) IsSuccess() bool

IsSuccess returns true when this create deployment accepted response has a 2xx status code

func (*CreateDeploymentAccepted) String

func (o *CreateDeploymentAccepted) String() string

type CreateDeploymentBadRequest

type CreateDeploymentBadRequest struct {
	Payload *models.BasicFailedReply
}

CreateDeploymentBadRequest describes a response with status code 400, with default header values.

The deployment request had errors.

func NewCreateDeploymentBadRequest

func NewCreateDeploymentBadRequest() *CreateDeploymentBadRequest

NewCreateDeploymentBadRequest creates a CreateDeploymentBadRequest with default headers values

func (*CreateDeploymentBadRequest) Code

func (o *CreateDeploymentBadRequest) Code() int

Code gets the status code for the create deployment bad request response

func (*CreateDeploymentBadRequest) Error

func (*CreateDeploymentBadRequest) GetPayload

func (*CreateDeploymentBadRequest) IsClientError

func (o *CreateDeploymentBadRequest) IsClientError() bool

IsClientError returns true when this create deployment bad request response has a 4xx status code

func (*CreateDeploymentBadRequest) IsCode

func (o *CreateDeploymentBadRequest) IsCode(code int) bool

IsCode returns true when this create deployment bad request response a status code equal to that given

func (*CreateDeploymentBadRequest) IsRedirect

func (o *CreateDeploymentBadRequest) IsRedirect() bool

IsRedirect returns true when this create deployment bad request response has a 3xx status code

func (*CreateDeploymentBadRequest) IsServerError

func (o *CreateDeploymentBadRequest) IsServerError() bool

IsServerError returns true when this create deployment bad request response has a 5xx status code

func (*CreateDeploymentBadRequest) IsSuccess

func (o *CreateDeploymentBadRequest) IsSuccess() bool

IsSuccess returns true when this create deployment bad request response has a 2xx status code

func (*CreateDeploymentBadRequest) String

func (o *CreateDeploymentBadRequest) String() string

type CreateDeploymentCreated

type CreateDeploymentCreated 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.DeploymentCreateResponse
}

CreateDeploymentCreated describes a response with status code 201, with default header values.

The request was valid and a new deployment was created

func NewCreateDeploymentCreated

func NewCreateDeploymentCreated() *CreateDeploymentCreated

NewCreateDeploymentCreated creates a CreateDeploymentCreated with default headers values

func (*CreateDeploymentCreated) Code

func (o *CreateDeploymentCreated) Code() int

Code gets the status code for the create deployment created response

func (*CreateDeploymentCreated) Error

func (o *CreateDeploymentCreated) Error() string

func (*CreateDeploymentCreated) GetPayload

func (*CreateDeploymentCreated) IsClientError

func (o *CreateDeploymentCreated) IsClientError() bool

IsClientError returns true when this create deployment created response has a 4xx status code

func (*CreateDeploymentCreated) IsCode

func (o *CreateDeploymentCreated) IsCode(code int) bool

IsCode returns true when this create deployment created response a status code equal to that given

func (*CreateDeploymentCreated) IsRedirect

func (o *CreateDeploymentCreated) IsRedirect() bool

IsRedirect returns true when this create deployment created response has a 3xx status code

func (*CreateDeploymentCreated) IsServerError

func (o *CreateDeploymentCreated) IsServerError() bool

IsServerError returns true when this create deployment created response has a 5xx status code

func (*CreateDeploymentCreated) IsSuccess

func (o *CreateDeploymentCreated) IsSuccess() bool

IsSuccess returns true when this create deployment created response has a 2xx status code

func (*CreateDeploymentCreated) String

func (o *CreateDeploymentCreated) String() string

type CreateDeploymentOK

type CreateDeploymentOK struct {
	Payload *models.DeploymentCreateResponse
}

CreateDeploymentOK describes a response with status code 200, with default header values.

The request was valid (used when validate_only is true).

func NewCreateDeploymentOK

func NewCreateDeploymentOK() *CreateDeploymentOK

NewCreateDeploymentOK creates a CreateDeploymentOK with default headers values

func (*CreateDeploymentOK) Code

func (o *CreateDeploymentOK) Code() int

Code gets the status code for the create deployment o k response

func (*CreateDeploymentOK) Error

func (o *CreateDeploymentOK) Error() string

func (*CreateDeploymentOK) GetPayload

func (*CreateDeploymentOK) IsClientError

func (o *CreateDeploymentOK) IsClientError() bool

IsClientError returns true when this create deployment o k response has a 4xx status code

func (*CreateDeploymentOK) IsCode

func (o *CreateDeploymentOK) IsCode(code int) bool

IsCode returns true when this create deployment o k response a status code equal to that given

func (*CreateDeploymentOK) IsRedirect

func (o *CreateDeploymentOK) IsRedirect() bool

IsRedirect returns true when this create deployment o k response has a 3xx status code

func (*CreateDeploymentOK) IsServerError

func (o *CreateDeploymentOK) IsServerError() bool

IsServerError returns true when this create deployment o k response has a 5xx status code

func (*CreateDeploymentOK) IsSuccess

func (o *CreateDeploymentOK) IsSuccess() bool

IsSuccess returns true when this create deployment o k response has a 2xx status code

func (*CreateDeploymentOK) String

func (o *CreateDeploymentOK) String() 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

	/* TemplateID.

	   An optional template id - if present, the referenced template will be used to fill in the resources field of the deployment creation request. If any resources are present in the request together with the template, the ones coming in the request will prevail and no merging with the template will be performed.
	*/
	TemplateID *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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCreateDeploymentParamsWithContext

func NewCreateDeploymentParamsWithContext(ctx context.Context) *CreateDeploymentParams

NewCreateDeploymentParamsWithContext creates a new CreateDeploymentParams object with 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 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 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) SetDefaults

func (o *CreateDeploymentParams) SetDefaults()

SetDefaults hydrates default values in the create deployment params (not the query body).

All values with no default are reset to their zero value.

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) SetTemplateID

func (o *CreateDeploymentParams) SetTemplateID(templateID *string)

SetTemplateID adds the templateId 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) WithDefaults

WithDefaults hydrates default values in the create deployment params (not the query body).

All values with no default are reset to their zero value.

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) WithTemplateID

func (o *CreateDeploymentParams) WithTemplateID(templateID *string) *CreateDeploymentParams

WithTemplateID adds the templateID 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 describes a response with status code 401, 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) Code

Code gets the status code for the create deployment unauthorized response

func (*CreateDeploymentUnauthorized) Error

func (*CreateDeploymentUnauthorized) GetPayload

func (*CreateDeploymentUnauthorized) IsClientError

func (o *CreateDeploymentUnauthorized) IsClientError() bool

IsClientError returns true when this create deployment unauthorized response has a 4xx status code

func (*CreateDeploymentUnauthorized) IsCode

func (o *CreateDeploymentUnauthorized) IsCode(code int) bool

IsCode returns true when this create deployment unauthorized response a status code equal to that given

func (*CreateDeploymentUnauthorized) IsRedirect

func (o *CreateDeploymentUnauthorized) IsRedirect() bool

IsRedirect returns true when this create deployment unauthorized response has a 3xx status code

func (*CreateDeploymentUnauthorized) IsServerError

func (o *CreateDeploymentUnauthorized) IsServerError() bool

IsServerError returns true when this create deployment unauthorized response has a 5xx status code

func (*CreateDeploymentUnauthorized) IsSuccess

func (o *CreateDeploymentUnauthorized) IsSuccess() bool

IsSuccess returns true when this create deployment unauthorized response has a 2xx status code

func (*CreateDeploymentUnauthorized) String

type DeleteDeploymentBadRequest

type DeleteDeploymentBadRequest struct {
	Payload *models.BasicFailedReply
}

DeleteDeploymentBadRequest describes a response with status code 400, 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) Code

func (o *DeleteDeploymentBadRequest) Code() int

Code gets the status code for the delete deployment bad request response

func (*DeleteDeploymentBadRequest) Error

func (*DeleteDeploymentBadRequest) GetPayload

func (*DeleteDeploymentBadRequest) IsClientError

func (o *DeleteDeploymentBadRequest) IsClientError() bool

IsClientError returns true when this delete deployment bad request response has a 4xx status code

func (*DeleteDeploymentBadRequest) IsCode

func (o *DeleteDeploymentBadRequest) IsCode(code int) bool

IsCode returns true when this delete deployment bad request response a status code equal to that given

func (*DeleteDeploymentBadRequest) IsRedirect

func (o *DeleteDeploymentBadRequest) IsRedirect() bool

IsRedirect returns true when this delete deployment bad request response has a 3xx status code

func (*DeleteDeploymentBadRequest) IsServerError

func (o *DeleteDeploymentBadRequest) IsServerError() bool

IsServerError returns true when this delete deployment bad request response has a 5xx status code

func (*DeleteDeploymentBadRequest) IsSuccess

func (o *DeleteDeploymentBadRequest) IsSuccess() bool

IsSuccess returns true when this delete deployment bad request response has a 2xx status code

func (*DeleteDeploymentBadRequest) String

func (o *DeleteDeploymentBadRequest) String() string

type DeleteDeploymentEsResourceSnapshotDependencyInternalServerError

type DeleteDeploymentEsResourceSnapshotDependencyInternalServerError struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

DeleteDeploymentEsResourceSnapshotDependencyInternalServerError describes a response with status code 500, with default header values.

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

func NewDeleteDeploymentEsResourceSnapshotDependencyInternalServerError

func NewDeleteDeploymentEsResourceSnapshotDependencyInternalServerError() *DeleteDeploymentEsResourceSnapshotDependencyInternalServerError

NewDeleteDeploymentEsResourceSnapshotDependencyInternalServerError creates a DeleteDeploymentEsResourceSnapshotDependencyInternalServerError with default headers values

func (*DeleteDeploymentEsResourceSnapshotDependencyInternalServerError) Code

Code gets the status code for the delete deployment es resource snapshot dependency internal server error response

func (*DeleteDeploymentEsResourceSnapshotDependencyInternalServerError) Error

func (*DeleteDeploymentEsResourceSnapshotDependencyInternalServerError) GetPayload

func (*DeleteDeploymentEsResourceSnapshotDependencyInternalServerError) IsClientError

IsClientError returns true when this delete deployment es resource snapshot dependency internal server error response has a 4xx status code

func (*DeleteDeploymentEsResourceSnapshotDependencyInternalServerError) IsCode

IsCode returns true when this delete deployment es resource snapshot dependency internal server error response a status code equal to that given

func (*DeleteDeploymentEsResourceSnapshotDependencyInternalServerError) IsRedirect

IsRedirect returns true when this delete deployment es resource snapshot dependency internal server error response has a 3xx status code

func (*DeleteDeploymentEsResourceSnapshotDependencyInternalServerError) IsServerError

IsServerError returns true when this delete deployment es resource snapshot dependency internal server error response has a 5xx status code

func (*DeleteDeploymentEsResourceSnapshotDependencyInternalServerError) IsSuccess

IsSuccess returns true when this delete deployment es resource snapshot dependency internal server error response has a 2xx status code

func (*DeleteDeploymentEsResourceSnapshotDependencyInternalServerError) String

type DeleteDeploymentEsResourceSnapshotDependencyNotFound

type DeleteDeploymentEsResourceSnapshotDependencyNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}
DeleteDeploymentEsResourceSnapshotDependencyNotFound describes a response with status code 404, with default header values.

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

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

func NewDeleteDeploymentEsResourceSnapshotDependencyNotFound

func NewDeleteDeploymentEsResourceSnapshotDependencyNotFound() *DeleteDeploymentEsResourceSnapshotDependencyNotFound

NewDeleteDeploymentEsResourceSnapshotDependencyNotFound creates a DeleteDeploymentEsResourceSnapshotDependencyNotFound with default headers values

func (*DeleteDeploymentEsResourceSnapshotDependencyNotFound) Code

Code gets the status code for the delete deployment es resource snapshot dependency not found response

func (*DeleteDeploymentEsResourceSnapshotDependencyNotFound) Error

func (*DeleteDeploymentEsResourceSnapshotDependencyNotFound) GetPayload

func (*DeleteDeploymentEsResourceSnapshotDependencyNotFound) IsClientError

IsClientError returns true when this delete deployment es resource snapshot dependency not found response has a 4xx status code

func (*DeleteDeploymentEsResourceSnapshotDependencyNotFound) IsCode

IsCode returns true when this delete deployment es resource snapshot dependency not found response a status code equal to that given

func (*DeleteDeploymentEsResourceSnapshotDependencyNotFound) IsRedirect

IsRedirect returns true when this delete deployment es resource snapshot dependency not found response has a 3xx status code

func (*DeleteDeploymentEsResourceSnapshotDependencyNotFound) IsServerError

IsServerError returns true when this delete deployment es resource snapshot dependency not found response has a 5xx status code

func (*DeleteDeploymentEsResourceSnapshotDependencyNotFound) IsSuccess

IsSuccess returns true when this delete deployment es resource snapshot dependency not found response has a 2xx status code

func (*DeleteDeploymentEsResourceSnapshotDependencyNotFound) String

type DeleteDeploymentEsResourceSnapshotDependencyOK

type DeleteDeploymentEsResourceSnapshotDependencyOK struct {
	Payload models.EmptyResponse
}

DeleteDeploymentEsResourceSnapshotDependencyOK describes a response with status code 200, with default header values.

DeleteDeploymentEsResourceSnapshotDependencyOK delete deployment es resource snapshot dependency o k

func NewDeleteDeploymentEsResourceSnapshotDependencyOK

func NewDeleteDeploymentEsResourceSnapshotDependencyOK() *DeleteDeploymentEsResourceSnapshotDependencyOK

NewDeleteDeploymentEsResourceSnapshotDependencyOK creates a DeleteDeploymentEsResourceSnapshotDependencyOK with default headers values

func (*DeleteDeploymentEsResourceSnapshotDependencyOK) Code

Code gets the status code for the delete deployment es resource snapshot dependency o k response

func (*DeleteDeploymentEsResourceSnapshotDependencyOK) Error

func (*DeleteDeploymentEsResourceSnapshotDependencyOK) GetPayload

func (*DeleteDeploymentEsResourceSnapshotDependencyOK) IsClientError

IsClientError returns true when this delete deployment es resource snapshot dependency o k response has a 4xx status code

func (*DeleteDeploymentEsResourceSnapshotDependencyOK) IsCode

IsCode returns true when this delete deployment es resource snapshot dependency o k response a status code equal to that given

func (*DeleteDeploymentEsResourceSnapshotDependencyOK) IsRedirect

IsRedirect returns true when this delete deployment es resource snapshot dependency o k response has a 3xx status code

func (*DeleteDeploymentEsResourceSnapshotDependencyOK) IsServerError

IsServerError returns true when this delete deployment es resource snapshot dependency o k response has a 5xx status code

func (*DeleteDeploymentEsResourceSnapshotDependencyOK) IsSuccess

IsSuccess returns true when this delete deployment es resource snapshot dependency o k response has a 2xx status code

func (*DeleteDeploymentEsResourceSnapshotDependencyOK) String

type DeleteDeploymentEsResourceSnapshotDependencyParams

type DeleteDeploymentEsResourceSnapshotDependencyParams struct {

	/* DeploymentID.

	   Identifier for the Deployment
	*/
	DeploymentID string

	/* RefID.

	   User-specified RefId for the Resource (or '_main' if there is only one)
	*/
	RefID string

	/* ResourceID.

	   System generated UUID for the Resource (Elasticsearch)
	*/
	ResourceID string

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

DeleteDeploymentEsResourceSnapshotDependencyParams contains all the parameters to send to the API endpoint

for the delete deployment es resource snapshot dependency operation.

Typically these are written to a http.Request.

func NewDeleteDeploymentEsResourceSnapshotDependencyParams

func NewDeleteDeploymentEsResourceSnapshotDependencyParams() *DeleteDeploymentEsResourceSnapshotDependencyParams

NewDeleteDeploymentEsResourceSnapshotDependencyParams creates a new DeleteDeploymentEsResourceSnapshotDependencyParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteDeploymentEsResourceSnapshotDependencyParamsWithContext

func NewDeleteDeploymentEsResourceSnapshotDependencyParamsWithContext(ctx context.Context) *DeleteDeploymentEsResourceSnapshotDependencyParams

NewDeleteDeploymentEsResourceSnapshotDependencyParamsWithContext creates a new DeleteDeploymentEsResourceSnapshotDependencyParams object with the ability to set a context for a request.

func NewDeleteDeploymentEsResourceSnapshotDependencyParamsWithHTTPClient

func NewDeleteDeploymentEsResourceSnapshotDependencyParamsWithHTTPClient(client *http.Client) *DeleteDeploymentEsResourceSnapshotDependencyParams

NewDeleteDeploymentEsResourceSnapshotDependencyParamsWithHTTPClient creates a new DeleteDeploymentEsResourceSnapshotDependencyParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteDeploymentEsResourceSnapshotDependencyParamsWithTimeout

func NewDeleteDeploymentEsResourceSnapshotDependencyParamsWithTimeout(timeout time.Duration) *DeleteDeploymentEsResourceSnapshotDependencyParams

NewDeleteDeploymentEsResourceSnapshotDependencyParamsWithTimeout creates a new DeleteDeploymentEsResourceSnapshotDependencyParams object with the ability to set a timeout on a request.

func (*DeleteDeploymentEsResourceSnapshotDependencyParams) SetContext

SetContext adds the context to the delete deployment es resource snapshot dependency params

func (*DeleteDeploymentEsResourceSnapshotDependencyParams) SetDefaults

SetDefaults hydrates default values in the delete deployment es resource snapshot dependency params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteDeploymentEsResourceSnapshotDependencyParams) SetDeploymentID

func (o *DeleteDeploymentEsResourceSnapshotDependencyParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the delete deployment es resource snapshot dependency params

func (*DeleteDeploymentEsResourceSnapshotDependencyParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the delete deployment es resource snapshot dependency params

func (*DeleteDeploymentEsResourceSnapshotDependencyParams) SetRefID

SetRefID adds the refId to the delete deployment es resource snapshot dependency params

func (*DeleteDeploymentEsResourceSnapshotDependencyParams) SetResourceID

func (o *DeleteDeploymentEsResourceSnapshotDependencyParams) SetResourceID(resourceID string)

SetResourceID adds the resourceId to the delete deployment es resource snapshot dependency params

func (*DeleteDeploymentEsResourceSnapshotDependencyParams) SetTimeout

SetTimeout adds the timeout to the delete deployment es resource snapshot dependency params

func (*DeleteDeploymentEsResourceSnapshotDependencyParams) WithContext

WithContext adds the context to the delete deployment es resource snapshot dependency params

func (*DeleteDeploymentEsResourceSnapshotDependencyParams) WithDefaults

WithDefaults hydrates default values in the delete deployment es resource snapshot dependency params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteDeploymentEsResourceSnapshotDependencyParams) WithDeploymentID

WithDeploymentID adds the deploymentID to the delete deployment es resource snapshot dependency params

func (*DeleteDeploymentEsResourceSnapshotDependencyParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete deployment es resource snapshot dependency params

func (*DeleteDeploymentEsResourceSnapshotDependencyParams) WithRefID

WithRefID adds the refID to the delete deployment es resource snapshot dependency params

func (*DeleteDeploymentEsResourceSnapshotDependencyParams) WithResourceID

WithResourceID adds the resourceID to the delete deployment es resource snapshot dependency params

func (*DeleteDeploymentEsResourceSnapshotDependencyParams) WithTimeout

WithTimeout adds the timeout to the delete deployment es resource snapshot dependency params

func (*DeleteDeploymentEsResourceSnapshotDependencyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteDeploymentEsResourceSnapshotDependencyReader

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

DeleteDeploymentEsResourceSnapshotDependencyReader is a Reader for the DeleteDeploymentEsResourceSnapshotDependency structure.

func (*DeleteDeploymentEsResourceSnapshotDependencyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteDeploymentNotFound

type DeleteDeploymentNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

DeleteDeploymentNotFound describes a response with status code 404, with default header values.

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

func NewDeleteDeploymentNotFound

func NewDeleteDeploymentNotFound() *DeleteDeploymentNotFound

NewDeleteDeploymentNotFound creates a DeleteDeploymentNotFound with default headers values

func (*DeleteDeploymentNotFound) Code

func (o *DeleteDeploymentNotFound) Code() int

Code gets the status code for the delete deployment not found response

func (*DeleteDeploymentNotFound) Error

func (o *DeleteDeploymentNotFound) Error() string

func (*DeleteDeploymentNotFound) GetPayload

func (*DeleteDeploymentNotFound) IsClientError

func (o *DeleteDeploymentNotFound) IsClientError() bool

IsClientError returns true when this delete deployment not found response has a 4xx status code

func (*DeleteDeploymentNotFound) IsCode

func (o *DeleteDeploymentNotFound) IsCode(code int) bool

IsCode returns true when this delete deployment not found response a status code equal to that given

func (*DeleteDeploymentNotFound) IsRedirect

func (o *DeleteDeploymentNotFound) IsRedirect() bool

IsRedirect returns true when this delete deployment not found response has a 3xx status code

func (*DeleteDeploymentNotFound) IsServerError

func (o *DeleteDeploymentNotFound) IsServerError() bool

IsServerError returns true when this delete deployment not found response has a 5xx status code

func (*DeleteDeploymentNotFound) IsSuccess

func (o *DeleteDeploymentNotFound) IsSuccess() bool

IsSuccess returns true when this delete deployment not found response has a 2xx status code

func (*DeleteDeploymentNotFound) String

func (o *DeleteDeploymentNotFound) String() string

type DeleteDeploymentOK

type DeleteDeploymentOK struct {
	Payload *models.DeploymentDeleteResponse
}

DeleteDeploymentOK describes a response with status code 200, 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) Code

func (o *DeleteDeploymentOK) Code() int

Code gets the status code for the delete deployment o k response

func (*DeleteDeploymentOK) Error

func (o *DeleteDeploymentOK) Error() string

func (*DeleteDeploymentOK) GetPayload

func (*DeleteDeploymentOK) IsClientError

func (o *DeleteDeploymentOK) IsClientError() bool

IsClientError returns true when this delete deployment o k response has a 4xx status code

func (*DeleteDeploymentOK) IsCode

func (o *DeleteDeploymentOK) IsCode(code int) bool

IsCode returns true when this delete deployment o k response a status code equal to that given

func (*DeleteDeploymentOK) IsRedirect

func (o *DeleteDeploymentOK) IsRedirect() bool

IsRedirect returns true when this delete deployment o k response has a 3xx status code

func (*DeleteDeploymentOK) IsServerError

func (o *DeleteDeploymentOK) IsServerError() bool

IsServerError returns true when this delete deployment o k response has a 5xx status code

func (*DeleteDeploymentOK) IsSuccess

func (o *DeleteDeploymentOK) IsSuccess() bool

IsSuccess returns true when this delete deployment o k response has a 2xx status code

func (*DeleteDeploymentOK) String

func (o *DeleteDeploymentOK) String() 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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteDeploymentParamsWithContext

func NewDeleteDeploymentParamsWithContext(ctx context.Context) *DeleteDeploymentParams

NewDeleteDeploymentParamsWithContext creates a new DeleteDeploymentParams object with 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 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 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) SetDefaults

func (o *DeleteDeploymentParams) SetDefaults()

SetDefaults hydrates default values in the delete deployment params (not the query body).

All values with no default are reset to their zero value.

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) WithDefaults

WithDefaults hydrates default values in the delete deployment params (not the query body).

All values with no default are reset to their zero value.

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 DeleteDeploymentResourceProxyRequestsNotFound

type DeleteDeploymentResourceProxyRequestsNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}
DeleteDeploymentResourceProxyRequestsNotFound describes a response with status code 404, with default header values.

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

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

func NewDeleteDeploymentResourceProxyRequestsNotFound

func NewDeleteDeploymentResourceProxyRequestsNotFound() *DeleteDeploymentResourceProxyRequestsNotFound

NewDeleteDeploymentResourceProxyRequestsNotFound creates a DeleteDeploymentResourceProxyRequestsNotFound with default headers values

func (*DeleteDeploymentResourceProxyRequestsNotFound) Code

Code gets the status code for the delete deployment resource proxy requests not found response

func (*DeleteDeploymentResourceProxyRequestsNotFound) Error

func (*DeleteDeploymentResourceProxyRequestsNotFound) GetPayload

func (*DeleteDeploymentResourceProxyRequestsNotFound) IsClientError

IsClientError returns true when this delete deployment resource proxy requests not found response has a 4xx status code

func (*DeleteDeploymentResourceProxyRequestsNotFound) IsCode

IsCode returns true when this delete deployment resource proxy requests not found response a status code equal to that given

func (*DeleteDeploymentResourceProxyRequestsNotFound) IsRedirect

IsRedirect returns true when this delete deployment resource proxy requests not found response has a 3xx status code

func (*DeleteDeploymentResourceProxyRequestsNotFound) IsServerError

IsServerError returns true when this delete deployment resource proxy requests not found response has a 5xx status code

func (*DeleteDeploymentResourceProxyRequestsNotFound) IsSuccess

IsSuccess returns true when this delete deployment resource proxy requests not found response has a 2xx status code

func (*DeleteDeploymentResourceProxyRequestsNotFound) String

type DeleteDeploymentResourceProxyRequestsOK

type DeleteDeploymentResourceProxyRequestsOK struct {
	Payload *models.GenericResponse
}

DeleteDeploymentResourceProxyRequestsOK describes a response with status code 200, with default header values.

The request has been processed successfully through the proxy.

func NewDeleteDeploymentResourceProxyRequestsOK

func NewDeleteDeploymentResourceProxyRequestsOK() *DeleteDeploymentResourceProxyRequestsOK

NewDeleteDeploymentResourceProxyRequestsOK creates a DeleteDeploymentResourceProxyRequestsOK with default headers values

func (*DeleteDeploymentResourceProxyRequestsOK) Code

Code gets the status code for the delete deployment resource proxy requests o k response

func (*DeleteDeploymentResourceProxyRequestsOK) Error

func (*DeleteDeploymentResourceProxyRequestsOK) GetPayload

func (*DeleteDeploymentResourceProxyRequestsOK) IsClientError

func (o *DeleteDeploymentResourceProxyRequestsOK) IsClientError() bool

IsClientError returns true when this delete deployment resource proxy requests o k response has a 4xx status code

func (*DeleteDeploymentResourceProxyRequestsOK) IsCode

IsCode returns true when this delete deployment resource proxy requests o k response a status code equal to that given

func (*DeleteDeploymentResourceProxyRequestsOK) IsRedirect

IsRedirect returns true when this delete deployment resource proxy requests o k response has a 3xx status code

func (*DeleteDeploymentResourceProxyRequestsOK) IsServerError

func (o *DeleteDeploymentResourceProxyRequestsOK) IsServerError() bool

IsServerError returns true when this delete deployment resource proxy requests o k response has a 5xx status code

func (*DeleteDeploymentResourceProxyRequestsOK) IsSuccess

IsSuccess returns true when this delete deployment resource proxy requests o k response has a 2xx status code

func (*DeleteDeploymentResourceProxyRequestsOK) String

type DeleteDeploymentResourceProxyRequestsParams

type DeleteDeploymentResourceProxyRequestsParams struct {

	/* XManagementRequest.

	   You must specify the `X-Management-Request` HTTP header with value `true`. NOTE: Use this endpoint for management purposes. It does not provide high performance.
	*/
	XManagementRequest string

	/* Body.

	   The JSON payload to proxy to the deployment resource.
	*/
	Body string

	/* DeploymentID.

	   Identifier for the Deployment
	*/
	DeploymentID string

	/* ProxyPath.

	   The URL part to proxy to the deployment resource. Example: _cat/indices, /api/spaces/space or /api/ent/v1/internal/health
	*/
	ProxyPath string

	/* RefID.

	   User-specified RefId for the Resource (or '_main' if there is only one)
	*/
	RefID string

	/* ResourceKind.

	   The kind of resource
	*/
	ResourceKind string

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

DeleteDeploymentResourceProxyRequestsParams contains all the parameters to send to the API endpoint

for the delete deployment resource proxy requests operation.

Typically these are written to a http.Request.

func NewDeleteDeploymentResourceProxyRequestsParams

func NewDeleteDeploymentResourceProxyRequestsParams() *DeleteDeploymentResourceProxyRequestsParams

NewDeleteDeploymentResourceProxyRequestsParams creates a new DeleteDeploymentResourceProxyRequestsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteDeploymentResourceProxyRequestsParamsWithContext

func NewDeleteDeploymentResourceProxyRequestsParamsWithContext(ctx context.Context) *DeleteDeploymentResourceProxyRequestsParams

NewDeleteDeploymentResourceProxyRequestsParamsWithContext creates a new DeleteDeploymentResourceProxyRequestsParams object with the ability to set a context for a request.

func NewDeleteDeploymentResourceProxyRequestsParamsWithHTTPClient

func NewDeleteDeploymentResourceProxyRequestsParamsWithHTTPClient(client *http.Client) *DeleteDeploymentResourceProxyRequestsParams

NewDeleteDeploymentResourceProxyRequestsParamsWithHTTPClient creates a new DeleteDeploymentResourceProxyRequestsParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteDeploymentResourceProxyRequestsParamsWithTimeout

func NewDeleteDeploymentResourceProxyRequestsParamsWithTimeout(timeout time.Duration) *DeleteDeploymentResourceProxyRequestsParams

NewDeleteDeploymentResourceProxyRequestsParamsWithTimeout creates a new DeleteDeploymentResourceProxyRequestsParams object with the ability to set a timeout on a request.

func (*DeleteDeploymentResourceProxyRequestsParams) SetBody

SetBody adds the body to the delete deployment resource proxy requests params

func (*DeleteDeploymentResourceProxyRequestsParams) SetContext

SetContext adds the context to the delete deployment resource proxy requests params

func (*DeleteDeploymentResourceProxyRequestsParams) SetDefaults

SetDefaults hydrates default values in the delete deployment resource proxy requests params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteDeploymentResourceProxyRequestsParams) SetDeploymentID

func (o *DeleteDeploymentResourceProxyRequestsParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the delete deployment resource proxy requests params

func (*DeleteDeploymentResourceProxyRequestsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete deployment resource proxy requests params

func (*DeleteDeploymentResourceProxyRequestsParams) SetProxyPath

func (o *DeleteDeploymentResourceProxyRequestsParams) SetProxyPath(proxyPath string)

SetProxyPath adds the proxyPath to the delete deployment resource proxy requests params

func (*DeleteDeploymentResourceProxyRequestsParams) SetRefID

SetRefID adds the refId to the delete deployment resource proxy requests params

func (*DeleteDeploymentResourceProxyRequestsParams) SetResourceKind

func (o *DeleteDeploymentResourceProxyRequestsParams) SetResourceKind(resourceKind string)

SetResourceKind adds the resourceKind to the delete deployment resource proxy requests params

func (*DeleteDeploymentResourceProxyRequestsParams) SetTimeout

SetTimeout adds the timeout to the delete deployment resource proxy requests params

func (*DeleteDeploymentResourceProxyRequestsParams) SetXManagementRequest

func (o *DeleteDeploymentResourceProxyRequestsParams) SetXManagementRequest(xManagementRequest string)

SetXManagementRequest adds the xManagementRequest to the delete deployment resource proxy requests params

func (*DeleteDeploymentResourceProxyRequestsParams) WithBody

WithBody adds the body to the delete deployment resource proxy requests params

func (*DeleteDeploymentResourceProxyRequestsParams) WithContext

WithContext adds the context to the delete deployment resource proxy requests params

func (*DeleteDeploymentResourceProxyRequestsParams) WithDefaults

WithDefaults hydrates default values in the delete deployment resource proxy requests params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteDeploymentResourceProxyRequestsParams) WithDeploymentID

WithDeploymentID adds the deploymentID to the delete deployment resource proxy requests params

func (*DeleteDeploymentResourceProxyRequestsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete deployment resource proxy requests params

func (*DeleteDeploymentResourceProxyRequestsParams) WithProxyPath

WithProxyPath adds the proxyPath to the delete deployment resource proxy requests params

func (*DeleteDeploymentResourceProxyRequestsParams) WithRefID

WithRefID adds the refID to the delete deployment resource proxy requests params

func (*DeleteDeploymentResourceProxyRequestsParams) WithResourceKind

WithResourceKind adds the resourceKind to the delete deployment resource proxy requests params

func (*DeleteDeploymentResourceProxyRequestsParams) WithTimeout

WithTimeout adds the timeout to the delete deployment resource proxy requests params

func (*DeleteDeploymentResourceProxyRequestsParams) WithXManagementRequest

WithXManagementRequest adds the xManagementRequest to the delete deployment resource proxy requests params

func (*DeleteDeploymentResourceProxyRequestsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteDeploymentResourceProxyRequestsReader

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

DeleteDeploymentResourceProxyRequestsReader is a Reader for the DeleteDeploymentResourceProxyRequests structure.

func (*DeleteDeploymentResourceProxyRequestsReader) ReadResponse

func (o *DeleteDeploymentResourceProxyRequestsReader) 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 describes a response with status code 400, 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) Code

Code gets the status code for the delete deployment stateless resource bad request response

func (*DeleteDeploymentStatelessResourceBadRequest) Error

func (*DeleteDeploymentStatelessResourceBadRequest) GetPayload

func (*DeleteDeploymentStatelessResourceBadRequest) IsClientError

IsClientError returns true when this delete deployment stateless resource bad request response has a 4xx status code

func (*DeleteDeploymentStatelessResourceBadRequest) IsCode

IsCode returns true when this delete deployment stateless resource bad request response a status code equal to that given

func (*DeleteDeploymentStatelessResourceBadRequest) IsRedirect

IsRedirect returns true when this delete deployment stateless resource bad request response has a 3xx status code

func (*DeleteDeploymentStatelessResourceBadRequest) IsServerError

IsServerError returns true when this delete deployment stateless resource bad request response has a 5xx status code

func (*DeleteDeploymentStatelessResourceBadRequest) IsSuccess

IsSuccess returns true when this delete deployment stateless resource bad request response has a 2xx status code

func (*DeleteDeploymentStatelessResourceBadRequest) String

type DeleteDeploymentStatelessResourceInternalServerError

type DeleteDeploymentStatelessResourceInternalServerError struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

DeleteDeploymentStatelessResourceInternalServerError describes a response with status code 500, 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) Code

Code gets the status code for the delete deployment stateless resource internal server error response

func (*DeleteDeploymentStatelessResourceInternalServerError) Error

func (*DeleteDeploymentStatelessResourceInternalServerError) GetPayload

func (*DeleteDeploymentStatelessResourceInternalServerError) IsClientError

IsClientError returns true when this delete deployment stateless resource internal server error response has a 4xx status code

func (*DeleteDeploymentStatelessResourceInternalServerError) IsCode

IsCode returns true when this delete deployment stateless resource internal server error response a status code equal to that given

func (*DeleteDeploymentStatelessResourceInternalServerError) IsRedirect

IsRedirect returns true when this delete deployment stateless resource internal server error response has a 3xx status code

func (*DeleteDeploymentStatelessResourceInternalServerError) IsServerError

IsServerError returns true when this delete deployment stateless resource internal server error response has a 5xx status code

func (*DeleteDeploymentStatelessResourceInternalServerError) IsSuccess

IsSuccess returns true when this delete deployment stateless resource internal server error response has a 2xx status code

func (*DeleteDeploymentStatelessResourceInternalServerError) String

type DeleteDeploymentStatelessResourceNotFound

type DeleteDeploymentStatelessResourceNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}
DeleteDeploymentStatelessResourceNotFound describes a response with status code 404, with default header values.

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

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

func NewDeleteDeploymentStatelessResourceNotFound

func NewDeleteDeploymentStatelessResourceNotFound() *DeleteDeploymentStatelessResourceNotFound

NewDeleteDeploymentStatelessResourceNotFound creates a DeleteDeploymentStatelessResourceNotFound with default headers values

func (*DeleteDeploymentStatelessResourceNotFound) Code

Code gets the status code for the delete deployment stateless resource not found response

func (*DeleteDeploymentStatelessResourceNotFound) Error

func (*DeleteDeploymentStatelessResourceNotFound) GetPayload

func (*DeleteDeploymentStatelessResourceNotFound) IsClientError

IsClientError returns true when this delete deployment stateless resource not found response has a 4xx status code

func (*DeleteDeploymentStatelessResourceNotFound) IsCode

IsCode returns true when this delete deployment stateless resource not found response a status code equal to that given

func (*DeleteDeploymentStatelessResourceNotFound) IsRedirect

IsRedirect returns true when this delete deployment stateless resource not found response has a 3xx status code

func (*DeleteDeploymentStatelessResourceNotFound) IsServerError

IsServerError returns true when this delete deployment stateless resource not found response has a 5xx status code

func (*DeleteDeploymentStatelessResourceNotFound) IsSuccess

IsSuccess returns true when this delete deployment stateless resource not found response has a 2xx status code

func (*DeleteDeploymentStatelessResourceNotFound) String

type DeleteDeploymentStatelessResourceOK

type DeleteDeploymentStatelessResourceOK struct {
	Payload *models.DeploymentResourceCrudResponse
}

DeleteDeploymentStatelessResourceOK describes a response with status code 200, with default header values.

Standard Deployment Resource Crud Response

func NewDeleteDeploymentStatelessResourceOK

func NewDeleteDeploymentStatelessResourceOK() *DeleteDeploymentStatelessResourceOK

NewDeleteDeploymentStatelessResourceOK creates a DeleteDeploymentStatelessResourceOK with default headers values

func (*DeleteDeploymentStatelessResourceOK) Code

Code gets the status code for the delete deployment stateless resource o k response

func (*DeleteDeploymentStatelessResourceOK) Error

func (*DeleteDeploymentStatelessResourceOK) GetPayload

func (*DeleteDeploymentStatelessResourceOK) IsClientError

func (o *DeleteDeploymentStatelessResourceOK) IsClientError() bool

IsClientError returns true when this delete deployment stateless resource o k response has a 4xx status code

func (*DeleteDeploymentStatelessResourceOK) IsCode

IsCode returns true when this delete deployment stateless resource o k response a status code equal to that given

func (*DeleteDeploymentStatelessResourceOK) IsRedirect

func (o *DeleteDeploymentStatelessResourceOK) IsRedirect() bool

IsRedirect returns true when this delete deployment stateless resource o k response has a 3xx status code

func (*DeleteDeploymentStatelessResourceOK) IsServerError

func (o *DeleteDeploymentStatelessResourceOK) IsServerError() bool

IsServerError returns true when this delete deployment stateless resource o k response has a 5xx status code

func (*DeleteDeploymentStatelessResourceOK) IsSuccess

IsSuccess returns true when this delete deployment stateless resource o k response has a 2xx status code

func (*DeleteDeploymentStatelessResourceOK) String

type DeleteDeploymentStatelessResourceParams

type DeleteDeploymentStatelessResourceParams struct {

	/* DeploymentID.

	   Identifier for the Deployment
	*/
	DeploymentID string

	/* RefID.

	   User-specified RefId for the Resource (or '_main' if there is only one)
	*/
	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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteDeploymentStatelessResourceParamsWithContext

func NewDeleteDeploymentStatelessResourceParamsWithContext(ctx context.Context) *DeleteDeploymentStatelessResourceParams

NewDeleteDeploymentStatelessResourceParamsWithContext creates a new DeleteDeploymentStatelessResourceParams object with 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 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 ability to set a timeout on a request.

func (*DeleteDeploymentStatelessResourceParams) SetContext

SetContext adds the context to the delete deployment stateless resource params

func (*DeleteDeploymentStatelessResourceParams) SetDefaults

func (o *DeleteDeploymentStatelessResourceParams) SetDefaults()

SetDefaults hydrates default values in the delete deployment stateless resource params (not the query body).

All values with no default are reset to their zero value.

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) WithDefaults

WithDefaults hydrates default values in the delete deployment stateless resource params (not the query body).

All values with no default are reset to their zero value.

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 DeleteDeploymentUnauthorized

type DeleteDeploymentUnauthorized struct {
	Payload *models.BasicFailedReply
}

DeleteDeploymentUnauthorized describes a response with status code 401, 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) Code

Code gets the status code for the delete deployment unauthorized response

func (*DeleteDeploymentUnauthorized) Error

func (*DeleteDeploymentUnauthorized) GetPayload

func (*DeleteDeploymentUnauthorized) IsClientError

func (o *DeleteDeploymentUnauthorized) IsClientError() bool

IsClientError returns true when this delete deployment unauthorized response has a 4xx status code

func (*DeleteDeploymentUnauthorized) IsCode

func (o *DeleteDeploymentUnauthorized) IsCode(code int) bool

IsCode returns true when this delete deployment unauthorized response a status code equal to that given

func (*DeleteDeploymentUnauthorized) IsRedirect

func (o *DeleteDeploymentUnauthorized) IsRedirect() bool

IsRedirect returns true when this delete deployment unauthorized response has a 3xx status code

func (*DeleteDeploymentUnauthorized) IsServerError

func (o *DeleteDeploymentUnauthorized) IsServerError() bool

IsServerError returns true when this delete deployment unauthorized response has a 5xx status code

func (*DeleteDeploymentUnauthorized) IsSuccess

func (o *DeleteDeploymentUnauthorized) IsSuccess() bool

IsSuccess returns true when this delete deployment unauthorized response has a 2xx status code

func (*DeleteDeploymentUnauthorized) String

type DeploymentApmResetSecretTokenAccepted

type DeploymentApmResetSecretTokenAccepted struct {
	Payload *models.ApmCrudResponse
}

DeploymentApmResetSecretTokenAccepted describes a response with status code 202, with default header values.

Response containing the new secret token, plan to apply it starts

func NewDeploymentApmResetSecretTokenAccepted

func NewDeploymentApmResetSecretTokenAccepted() *DeploymentApmResetSecretTokenAccepted

NewDeploymentApmResetSecretTokenAccepted creates a DeploymentApmResetSecretTokenAccepted with default headers values

func (*DeploymentApmResetSecretTokenAccepted) Code

Code gets the status code for the deployment apm reset secret token accepted response

func (*DeploymentApmResetSecretTokenAccepted) Error

func (*DeploymentApmResetSecretTokenAccepted) GetPayload

func (*DeploymentApmResetSecretTokenAccepted) IsClientError

func (o *DeploymentApmResetSecretTokenAccepted) IsClientError() bool

IsClientError returns true when this deployment apm reset secret token accepted response has a 4xx status code

func (*DeploymentApmResetSecretTokenAccepted) IsCode

IsCode returns true when this deployment apm reset secret token accepted response a status code equal to that given

func (*DeploymentApmResetSecretTokenAccepted) IsRedirect

IsRedirect returns true when this deployment apm reset secret token accepted response has a 3xx status code

func (*DeploymentApmResetSecretTokenAccepted) IsServerError

func (o *DeploymentApmResetSecretTokenAccepted) IsServerError() bool

IsServerError returns true when this deployment apm reset secret token accepted response has a 5xx status code

func (*DeploymentApmResetSecretTokenAccepted) IsSuccess

IsSuccess returns true when this deployment apm reset secret token accepted response has a 2xx status code

func (*DeploymentApmResetSecretTokenAccepted) String

type DeploymentApmResetSecretTokenBadRequest

type DeploymentApmResetSecretTokenBadRequest struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

DeploymentApmResetSecretTokenBadRequest describes a response with status code 400, with default header values.

Reset token is not supported when APM is managed by Elastic Agent. (code: `clusters.cluster_plan_state_error`)

func NewDeploymentApmResetSecretTokenBadRequest

func NewDeploymentApmResetSecretTokenBadRequest() *DeploymentApmResetSecretTokenBadRequest

NewDeploymentApmResetSecretTokenBadRequest creates a DeploymentApmResetSecretTokenBadRequest with default headers values

func (*DeploymentApmResetSecretTokenBadRequest) Code

Code gets the status code for the deployment apm reset secret token bad request response

func (*DeploymentApmResetSecretTokenBadRequest) Error

func (*DeploymentApmResetSecretTokenBadRequest) GetPayload

func (*DeploymentApmResetSecretTokenBadRequest) IsClientError

func (o *DeploymentApmResetSecretTokenBadRequest) IsClientError() bool

IsClientError returns true when this deployment apm reset secret token bad request response has a 4xx status code

func (*DeploymentApmResetSecretTokenBadRequest) IsCode

IsCode returns true when this deployment apm reset secret token bad request response a status code equal to that given

func (*DeploymentApmResetSecretTokenBadRequest) IsRedirect

IsRedirect returns true when this deployment apm reset secret token bad request response has a 3xx status code

func (*DeploymentApmResetSecretTokenBadRequest) IsServerError

func (o *DeploymentApmResetSecretTokenBadRequest) IsServerError() bool

IsServerError returns true when this deployment apm reset secret token bad request response has a 5xx status code

func (*DeploymentApmResetSecretTokenBadRequest) IsSuccess

IsSuccess returns true when this deployment apm reset secret token bad request response has a 2xx status code

func (*DeploymentApmResetSecretTokenBadRequest) String

type DeploymentApmResetSecretTokenInternalServerError

type DeploymentApmResetSecretTokenInternalServerError struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

DeploymentApmResetSecretTokenInternalServerError describes a response with status code 500, with default header values.

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

func NewDeploymentApmResetSecretTokenInternalServerError

func NewDeploymentApmResetSecretTokenInternalServerError() *DeploymentApmResetSecretTokenInternalServerError

NewDeploymentApmResetSecretTokenInternalServerError creates a DeploymentApmResetSecretTokenInternalServerError with default headers values

func (*DeploymentApmResetSecretTokenInternalServerError) Code

Code gets the status code for the deployment apm reset secret token internal server error response

func (*DeploymentApmResetSecretTokenInternalServerError) Error

func (*DeploymentApmResetSecretTokenInternalServerError) GetPayload

func (*DeploymentApmResetSecretTokenInternalServerError) IsClientError

IsClientError returns true when this deployment apm reset secret token internal server error response has a 4xx status code

func (*DeploymentApmResetSecretTokenInternalServerError) IsCode

IsCode returns true when this deployment apm reset secret token internal server error response a status code equal to that given

func (*DeploymentApmResetSecretTokenInternalServerError) IsRedirect

IsRedirect returns true when this deployment apm reset secret token internal server error response has a 3xx status code

func (*DeploymentApmResetSecretTokenInternalServerError) IsServerError

IsServerError returns true when this deployment apm reset secret token internal server error response has a 5xx status code

func (*DeploymentApmResetSecretTokenInternalServerError) IsSuccess

IsSuccess returns true when this deployment apm reset secret token internal server error response has a 2xx status code

func (*DeploymentApmResetSecretTokenInternalServerError) String

type DeploymentApmResetSecretTokenNotFound

type DeploymentApmResetSecretTokenNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}
DeploymentApmResetSecretTokenNotFound describes a response with status code 404, with default header values.

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

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

func NewDeploymentApmResetSecretTokenNotFound

func NewDeploymentApmResetSecretTokenNotFound() *DeploymentApmResetSecretTokenNotFound

NewDeploymentApmResetSecretTokenNotFound creates a DeploymentApmResetSecretTokenNotFound with default headers values

func (*DeploymentApmResetSecretTokenNotFound) Code

Code gets the status code for the deployment apm reset secret token not found response

func (*DeploymentApmResetSecretTokenNotFound) Error

func (*DeploymentApmResetSecretTokenNotFound) GetPayload

func (*DeploymentApmResetSecretTokenNotFound) IsClientError

func (o *DeploymentApmResetSecretTokenNotFound) IsClientError() bool

IsClientError returns true when this deployment apm reset secret token not found response has a 4xx status code

func (*DeploymentApmResetSecretTokenNotFound) IsCode

IsCode returns true when this deployment apm reset secret token not found response a status code equal to that given

func (*DeploymentApmResetSecretTokenNotFound) IsRedirect

IsRedirect returns true when this deployment apm reset secret token not found response has a 3xx status code

func (*DeploymentApmResetSecretTokenNotFound) IsServerError

func (o *DeploymentApmResetSecretTokenNotFound) IsServerError() bool

IsServerError returns true when this deployment apm reset secret token not found response has a 5xx status code

func (*DeploymentApmResetSecretTokenNotFound) IsSuccess

IsSuccess returns true when this deployment apm reset secret token not found response has a 2xx status code

func (*DeploymentApmResetSecretTokenNotFound) String

type DeploymentApmResetSecretTokenParams

type DeploymentApmResetSecretTokenParams struct {

	/* DeploymentID.

	   Identifier for the Deployment.
	*/
	DeploymentID string

	/* RefID.

	   User-specified RefId for the Resource (or '_main' if there is only one).
	*/
	RefID string

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

DeploymentApmResetSecretTokenParams contains all the parameters to send to the API endpoint

for the deployment apm reset secret token operation.

Typically these are written to a http.Request.

func NewDeploymentApmResetSecretTokenParams

func NewDeploymentApmResetSecretTokenParams() *DeploymentApmResetSecretTokenParams

NewDeploymentApmResetSecretTokenParams creates a new DeploymentApmResetSecretTokenParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeploymentApmResetSecretTokenParamsWithContext

func NewDeploymentApmResetSecretTokenParamsWithContext(ctx context.Context) *DeploymentApmResetSecretTokenParams

NewDeploymentApmResetSecretTokenParamsWithContext creates a new DeploymentApmResetSecretTokenParams object with the ability to set a context for a request.

func NewDeploymentApmResetSecretTokenParamsWithHTTPClient

func NewDeploymentApmResetSecretTokenParamsWithHTTPClient(client *http.Client) *DeploymentApmResetSecretTokenParams

NewDeploymentApmResetSecretTokenParamsWithHTTPClient creates a new DeploymentApmResetSecretTokenParams object with the ability to set a custom HTTPClient for a request.

func NewDeploymentApmResetSecretTokenParamsWithTimeout

func NewDeploymentApmResetSecretTokenParamsWithTimeout(timeout time.Duration) *DeploymentApmResetSecretTokenParams

NewDeploymentApmResetSecretTokenParamsWithTimeout creates a new DeploymentApmResetSecretTokenParams object with the ability to set a timeout on a request.

func (*DeploymentApmResetSecretTokenParams) SetContext

SetContext adds the context to the deployment apm reset secret token params

func (*DeploymentApmResetSecretTokenParams) SetDefaults

func (o *DeploymentApmResetSecretTokenParams) SetDefaults()

SetDefaults hydrates default values in the deployment apm reset secret token params (not the query body).

All values with no default are reset to their zero value.

func (*DeploymentApmResetSecretTokenParams) SetDeploymentID

func (o *DeploymentApmResetSecretTokenParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the deployment apm reset secret token params

func (*DeploymentApmResetSecretTokenParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the deployment apm reset secret token params

func (*DeploymentApmResetSecretTokenParams) SetRefID

func (o *DeploymentApmResetSecretTokenParams) SetRefID(refID string)

SetRefID adds the refId to the deployment apm reset secret token params

func (*DeploymentApmResetSecretTokenParams) SetTimeout

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

SetTimeout adds the timeout to the deployment apm reset secret token params

func (*DeploymentApmResetSecretTokenParams) WithContext

WithContext adds the context to the deployment apm reset secret token params

func (*DeploymentApmResetSecretTokenParams) WithDefaults

WithDefaults hydrates default values in the deployment apm reset secret token params (not the query body).

All values with no default are reset to their zero value.

func (*DeploymentApmResetSecretTokenParams) WithDeploymentID

WithDeploymentID adds the deploymentID to the deployment apm reset secret token params

func (*DeploymentApmResetSecretTokenParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the deployment apm reset secret token params

func (*DeploymentApmResetSecretTokenParams) WithRefID

WithRefID adds the refID to the deployment apm reset secret token params

func (*DeploymentApmResetSecretTokenParams) WithTimeout

WithTimeout adds the timeout to the deployment apm reset secret token params

func (*DeploymentApmResetSecretTokenParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeploymentApmResetSecretTokenReader

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

DeploymentApmResetSecretTokenReader is a Reader for the DeploymentApmResetSecretToken structure.

func (*DeploymentApmResetSecretTokenReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DownloadDeploymentInstanceHeapDumpNotFound

type DownloadDeploymentInstanceHeapDumpNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}
DownloadDeploymentInstanceHeapDumpNotFound describes a response with status code 404, with default header values.

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

* The Resource specified by {ref_id} cannot be found. (code: `deployments.deployment_resource_not_found`) * The specified instance cannot be found. (code: `deployments.instance_not_found_error`) * The specified instance does not have a heap dump available to download. (code: `heap_dumps.heap_dump_not_found`)

func NewDownloadDeploymentInstanceHeapDumpNotFound

func NewDownloadDeploymentInstanceHeapDumpNotFound() *DownloadDeploymentInstanceHeapDumpNotFound

NewDownloadDeploymentInstanceHeapDumpNotFound creates a DownloadDeploymentInstanceHeapDumpNotFound with default headers values

func (*DownloadDeploymentInstanceHeapDumpNotFound) Code

Code gets the status code for the download deployment instance heap dump not found response

func (*DownloadDeploymentInstanceHeapDumpNotFound) Error

func (*DownloadDeploymentInstanceHeapDumpNotFound) GetPayload

func (*DownloadDeploymentInstanceHeapDumpNotFound) IsClientError

IsClientError returns true when this download deployment instance heap dump not found response has a 4xx status code

func (*DownloadDeploymentInstanceHeapDumpNotFound) IsCode

IsCode returns true when this download deployment instance heap dump not found response a status code equal to that given

func (*DownloadDeploymentInstanceHeapDumpNotFound) IsRedirect

IsRedirect returns true when this download deployment instance heap dump not found response has a 3xx status code

func (*DownloadDeploymentInstanceHeapDumpNotFound) IsServerError

IsServerError returns true when this download deployment instance heap dump not found response has a 5xx status code

func (*DownloadDeploymentInstanceHeapDumpNotFound) IsSuccess

IsSuccess returns true when this download deployment instance heap dump not found response has a 2xx status code

func (*DownloadDeploymentInstanceHeapDumpNotFound) String

type DownloadDeploymentInstanceHeapDumpOK

type DownloadDeploymentInstanceHeapDumpOK struct {
	Payload strfmt.Base64
}

DownloadDeploymentInstanceHeapDumpOK describes a response with status code 200, with default header values.

The given instance's heap dump

func NewDownloadDeploymentInstanceHeapDumpOK

func NewDownloadDeploymentInstanceHeapDumpOK() *DownloadDeploymentInstanceHeapDumpOK

NewDownloadDeploymentInstanceHeapDumpOK creates a DownloadDeploymentInstanceHeapDumpOK with default headers values

func (*DownloadDeploymentInstanceHeapDumpOK) Code

Code gets the status code for the download deployment instance heap dump o k response

func (*DownloadDeploymentInstanceHeapDumpOK) Error

func (*DownloadDeploymentInstanceHeapDumpOK) GetPayload

func (*DownloadDeploymentInstanceHeapDumpOK) IsClientError

func (o *DownloadDeploymentInstanceHeapDumpOK) IsClientError() bool

IsClientError returns true when this download deployment instance heap dump o k response has a 4xx status code

func (*DownloadDeploymentInstanceHeapDumpOK) IsCode

IsCode returns true when this download deployment instance heap dump o k response a status code equal to that given

func (*DownloadDeploymentInstanceHeapDumpOK) IsRedirect

IsRedirect returns true when this download deployment instance heap dump o k response has a 3xx status code

func (*DownloadDeploymentInstanceHeapDumpOK) IsServerError

func (o *DownloadDeploymentInstanceHeapDumpOK) IsServerError() bool

IsServerError returns true when this download deployment instance heap dump o k response has a 5xx status code

func (*DownloadDeploymentInstanceHeapDumpOK) IsSuccess

IsSuccess returns true when this download deployment instance heap dump o k response has a 2xx status code

func (*DownloadDeploymentInstanceHeapDumpOK) String

type DownloadDeploymentInstanceHeapDumpParams

type DownloadDeploymentInstanceHeapDumpParams struct {

	/* DeploymentID.

	   Identifier for the Deployment.
	*/
	DeploymentID string

	/* InstanceID.

	   The instance identifier
	*/
	InstanceID string

	/* RefID.

	   User-specified RefId for the Resource (or '_main' if there is only one).
	*/
	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
}

DownloadDeploymentInstanceHeapDumpParams contains all the parameters to send to the API endpoint

for the download deployment instance heap dump operation.

Typically these are written to a http.Request.

func NewDownloadDeploymentInstanceHeapDumpParams

func NewDownloadDeploymentInstanceHeapDumpParams() *DownloadDeploymentInstanceHeapDumpParams

NewDownloadDeploymentInstanceHeapDumpParams creates a new DownloadDeploymentInstanceHeapDumpParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDownloadDeploymentInstanceHeapDumpParamsWithContext

func NewDownloadDeploymentInstanceHeapDumpParamsWithContext(ctx context.Context) *DownloadDeploymentInstanceHeapDumpParams

NewDownloadDeploymentInstanceHeapDumpParamsWithContext creates a new DownloadDeploymentInstanceHeapDumpParams object with the ability to set a context for a request.

func NewDownloadDeploymentInstanceHeapDumpParamsWithHTTPClient

func NewDownloadDeploymentInstanceHeapDumpParamsWithHTTPClient(client *http.Client) *DownloadDeploymentInstanceHeapDumpParams

NewDownloadDeploymentInstanceHeapDumpParamsWithHTTPClient creates a new DownloadDeploymentInstanceHeapDumpParams object with the ability to set a custom HTTPClient for a request.

func NewDownloadDeploymentInstanceHeapDumpParamsWithTimeout

func NewDownloadDeploymentInstanceHeapDumpParamsWithTimeout(timeout time.Duration) *DownloadDeploymentInstanceHeapDumpParams

NewDownloadDeploymentInstanceHeapDumpParamsWithTimeout creates a new DownloadDeploymentInstanceHeapDumpParams object with the ability to set a timeout on a request.

func (*DownloadDeploymentInstanceHeapDumpParams) SetContext

SetContext adds the context to the download deployment instance heap dump params

func (*DownloadDeploymentInstanceHeapDumpParams) SetDefaults

SetDefaults hydrates default values in the download deployment instance heap dump params (not the query body).

All values with no default are reset to their zero value.

func (*DownloadDeploymentInstanceHeapDumpParams) SetDeploymentID

func (o *DownloadDeploymentInstanceHeapDumpParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the download deployment instance heap dump params

func (*DownloadDeploymentInstanceHeapDumpParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the download deployment instance heap dump params

func (*DownloadDeploymentInstanceHeapDumpParams) SetInstanceID

func (o *DownloadDeploymentInstanceHeapDumpParams) SetInstanceID(instanceID string)

SetInstanceID adds the instanceId to the download deployment instance heap dump params

func (*DownloadDeploymentInstanceHeapDumpParams) SetRefID

SetRefID adds the refId to the download deployment instance heap dump params

func (*DownloadDeploymentInstanceHeapDumpParams) SetResourceKind

func (o *DownloadDeploymentInstanceHeapDumpParams) SetResourceKind(resourceKind string)

SetResourceKind adds the resourceKind to the download deployment instance heap dump params

func (*DownloadDeploymentInstanceHeapDumpParams) SetTimeout

SetTimeout adds the timeout to the download deployment instance heap dump params

func (*DownloadDeploymentInstanceHeapDumpParams) WithContext

WithContext adds the context to the download deployment instance heap dump params

func (*DownloadDeploymentInstanceHeapDumpParams) WithDefaults

WithDefaults hydrates default values in the download deployment instance heap dump params (not the query body).

All values with no default are reset to their zero value.

func (*DownloadDeploymentInstanceHeapDumpParams) WithDeploymentID

WithDeploymentID adds the deploymentID to the download deployment instance heap dump params

func (*DownloadDeploymentInstanceHeapDumpParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the download deployment instance heap dump params

func (*DownloadDeploymentInstanceHeapDumpParams) WithInstanceID

WithInstanceID adds the instanceID to the download deployment instance heap dump params

func (*DownloadDeploymentInstanceHeapDumpParams) WithRefID

WithRefID adds the refID to the download deployment instance heap dump params

func (*DownloadDeploymentInstanceHeapDumpParams) WithResourceKind

WithResourceKind adds the resourceKind to the download deployment instance heap dump params

func (*DownloadDeploymentInstanceHeapDumpParams) WithTimeout

WithTimeout adds the timeout to the download deployment instance heap dump params

func (*DownloadDeploymentInstanceHeapDumpParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DownloadDeploymentInstanceHeapDumpReader

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

DownloadDeploymentInstanceHeapDumpReader is a Reader for the DownloadDeploymentInstanceHeapDump structure.

func (*DownloadDeploymentInstanceHeapDumpReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type EnableDeploymentResourceCcrNotFound

type EnableDeploymentResourceCcrNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}
EnableDeploymentResourceCcrNotFound describes a response with status code 404, with default header values.

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

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

func NewEnableDeploymentResourceCcrNotFound

func NewEnableDeploymentResourceCcrNotFound() *EnableDeploymentResourceCcrNotFound

NewEnableDeploymentResourceCcrNotFound creates a EnableDeploymentResourceCcrNotFound with default headers values

func (*EnableDeploymentResourceCcrNotFound) Code

Code gets the status code for the enable deployment resource ccr not found response

func (*EnableDeploymentResourceCcrNotFound) Error

func (*EnableDeploymentResourceCcrNotFound) GetPayload

func (*EnableDeploymentResourceCcrNotFound) IsClientError

func (o *EnableDeploymentResourceCcrNotFound) IsClientError() bool

IsClientError returns true when this enable deployment resource ccr not found response has a 4xx status code

func (*EnableDeploymentResourceCcrNotFound) IsCode

IsCode returns true when this enable deployment resource ccr not found response a status code equal to that given

func (*EnableDeploymentResourceCcrNotFound) IsRedirect

func (o *EnableDeploymentResourceCcrNotFound) IsRedirect() bool

IsRedirect returns true when this enable deployment resource ccr not found response has a 3xx status code

func (*EnableDeploymentResourceCcrNotFound) IsServerError

func (o *EnableDeploymentResourceCcrNotFound) IsServerError() bool

IsServerError returns true when this enable deployment resource ccr not found response has a 5xx status code

func (*EnableDeploymentResourceCcrNotFound) IsSuccess

IsSuccess returns true when this enable deployment resource ccr not found response has a 2xx status code

func (*EnableDeploymentResourceCcrNotFound) String

type EnableDeploymentResourceCcrOK

type EnableDeploymentResourceCcrOK struct {
	Payload *models.DeploymentResourceCommandResponse
}

EnableDeploymentResourceCcrOK describes a response with status code 200, with default header values.

Standard response

func NewEnableDeploymentResourceCcrOK

func NewEnableDeploymentResourceCcrOK() *EnableDeploymentResourceCcrOK

NewEnableDeploymentResourceCcrOK creates a EnableDeploymentResourceCcrOK with default headers values

func (*EnableDeploymentResourceCcrOK) Code

Code gets the status code for the enable deployment resource ccr o k response

func (*EnableDeploymentResourceCcrOK) Error

func (*EnableDeploymentResourceCcrOK) GetPayload

func (*EnableDeploymentResourceCcrOK) IsClientError

func (o *EnableDeploymentResourceCcrOK) IsClientError() bool

IsClientError returns true when this enable deployment resource ccr o k response has a 4xx status code

func (*EnableDeploymentResourceCcrOK) IsCode

func (o *EnableDeploymentResourceCcrOK) IsCode(code int) bool

IsCode returns true when this enable deployment resource ccr o k response a status code equal to that given

func (*EnableDeploymentResourceCcrOK) IsRedirect

func (o *EnableDeploymentResourceCcrOK) IsRedirect() bool

IsRedirect returns true when this enable deployment resource ccr o k response has a 3xx status code

func (*EnableDeploymentResourceCcrOK) IsServerError

func (o *EnableDeploymentResourceCcrOK) IsServerError() bool

IsServerError returns true when this enable deployment resource ccr o k response has a 5xx status code

func (*EnableDeploymentResourceCcrOK) IsSuccess

func (o *EnableDeploymentResourceCcrOK) IsSuccess() bool

IsSuccess returns true when this enable deployment resource ccr o k response has a 2xx status code

func (*EnableDeploymentResourceCcrOK) String

type EnableDeploymentResourceCcrParams

type EnableDeploymentResourceCcrParams struct {

	/* DeploymentID.

	   Identifier for the Deployment.
	*/
	DeploymentID string

	/* RefID.

	   User-specified RefId for the Resource (or '_main' if there is only one).
	*/
	RefID string

	/* ValidateOnly.

	   When `true`, will not enable CCR but returns warnings if any elements may lose availability during CCR enablement
	*/
	ValidateOnly *bool

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

EnableDeploymentResourceCcrParams contains all the parameters to send to the API endpoint

for the enable deployment resource ccr operation.

Typically these are written to a http.Request.

func NewEnableDeploymentResourceCcrParams

func NewEnableDeploymentResourceCcrParams() *EnableDeploymentResourceCcrParams

NewEnableDeploymentResourceCcrParams creates a new EnableDeploymentResourceCcrParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewEnableDeploymentResourceCcrParamsWithContext

func NewEnableDeploymentResourceCcrParamsWithContext(ctx context.Context) *EnableDeploymentResourceCcrParams

NewEnableDeploymentResourceCcrParamsWithContext creates a new EnableDeploymentResourceCcrParams object with the ability to set a context for a request.

func NewEnableDeploymentResourceCcrParamsWithHTTPClient

func NewEnableDeploymentResourceCcrParamsWithHTTPClient(client *http.Client) *EnableDeploymentResourceCcrParams

NewEnableDeploymentResourceCcrParamsWithHTTPClient creates a new EnableDeploymentResourceCcrParams object with the ability to set a custom HTTPClient for a request.

func NewEnableDeploymentResourceCcrParamsWithTimeout

func NewEnableDeploymentResourceCcrParamsWithTimeout(timeout time.Duration) *EnableDeploymentResourceCcrParams

NewEnableDeploymentResourceCcrParamsWithTimeout creates a new EnableDeploymentResourceCcrParams object with the ability to set a timeout on a request.

func (*EnableDeploymentResourceCcrParams) SetContext

SetContext adds the context to the enable deployment resource ccr params

func (*EnableDeploymentResourceCcrParams) SetDefaults

func (o *EnableDeploymentResourceCcrParams) SetDefaults()

SetDefaults hydrates default values in the enable deployment resource ccr params (not the query body).

All values with no default are reset to their zero value.

func (*EnableDeploymentResourceCcrParams) SetDeploymentID

func (o *EnableDeploymentResourceCcrParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the enable deployment resource ccr params

func (*EnableDeploymentResourceCcrParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the enable deployment resource ccr params

func (*EnableDeploymentResourceCcrParams) SetRefID

func (o *EnableDeploymentResourceCcrParams) SetRefID(refID string)

SetRefID adds the refId to the enable deployment resource ccr params

func (*EnableDeploymentResourceCcrParams) SetTimeout

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

SetTimeout adds the timeout to the enable deployment resource ccr params

func (*EnableDeploymentResourceCcrParams) SetValidateOnly

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

SetValidateOnly adds the validateOnly to the enable deployment resource ccr params

func (*EnableDeploymentResourceCcrParams) WithContext

WithContext adds the context to the enable deployment resource ccr params

func (*EnableDeploymentResourceCcrParams) WithDefaults

WithDefaults hydrates default values in the enable deployment resource ccr params (not the query body).

All values with no default are reset to their zero value.

func (*EnableDeploymentResourceCcrParams) WithDeploymentID

WithDeploymentID adds the deploymentID to the enable deployment resource ccr params

func (*EnableDeploymentResourceCcrParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the enable deployment resource ccr params

func (*EnableDeploymentResourceCcrParams) WithRefID

WithRefID adds the refID to the enable deployment resource ccr params

func (*EnableDeploymentResourceCcrParams) WithTimeout

WithTimeout adds the timeout to the enable deployment resource ccr params

func (*EnableDeploymentResourceCcrParams) WithValidateOnly

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

WithValidateOnly adds the validateOnly to the enable deployment resource ccr params

func (*EnableDeploymentResourceCcrParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EnableDeploymentResourceCcrReader

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

EnableDeploymentResourceCcrReader is a Reader for the EnableDeploymentResourceCcr structure.

func (*EnableDeploymentResourceCcrReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type EnableDeploymentResourceIlmInternalServerError

type EnableDeploymentResourceIlmInternalServerError struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

EnableDeploymentResourceIlmInternalServerError describes a response with status code 500, with default header values.

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

func NewEnableDeploymentResourceIlmInternalServerError

func NewEnableDeploymentResourceIlmInternalServerError() *EnableDeploymentResourceIlmInternalServerError

NewEnableDeploymentResourceIlmInternalServerError creates a EnableDeploymentResourceIlmInternalServerError with default headers values

func (*EnableDeploymentResourceIlmInternalServerError) Code

Code gets the status code for the enable deployment resource ilm internal server error response

func (*EnableDeploymentResourceIlmInternalServerError) Error

func (*EnableDeploymentResourceIlmInternalServerError) GetPayload

func (*EnableDeploymentResourceIlmInternalServerError) IsClientError

IsClientError returns true when this enable deployment resource ilm internal server error response has a 4xx status code

func (*EnableDeploymentResourceIlmInternalServerError) IsCode

IsCode returns true when this enable deployment resource ilm internal server error response a status code equal to that given

func (*EnableDeploymentResourceIlmInternalServerError) IsRedirect

IsRedirect returns true when this enable deployment resource ilm internal server error response has a 3xx status code

func (*EnableDeploymentResourceIlmInternalServerError) IsServerError

IsServerError returns true when this enable deployment resource ilm internal server error response has a 5xx status code

func (*EnableDeploymentResourceIlmInternalServerError) IsSuccess

IsSuccess returns true when this enable deployment resource ilm internal server error response has a 2xx status code

func (*EnableDeploymentResourceIlmInternalServerError) String

type EnableDeploymentResourceIlmNotFound

type EnableDeploymentResourceIlmNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}
EnableDeploymentResourceIlmNotFound describes a response with status code 404, with default header values.

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

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

func NewEnableDeploymentResourceIlmNotFound

func NewEnableDeploymentResourceIlmNotFound() *EnableDeploymentResourceIlmNotFound

NewEnableDeploymentResourceIlmNotFound creates a EnableDeploymentResourceIlmNotFound with default headers values

func (*EnableDeploymentResourceIlmNotFound) Code

Code gets the status code for the enable deployment resource ilm not found response

func (*EnableDeploymentResourceIlmNotFound) Error

func (*EnableDeploymentResourceIlmNotFound) GetPayload

func (*EnableDeploymentResourceIlmNotFound) IsClientError

func (o *EnableDeploymentResourceIlmNotFound) IsClientError() bool

IsClientError returns true when this enable deployment resource ilm not found response has a 4xx status code

func (*EnableDeploymentResourceIlmNotFound) IsCode

IsCode returns true when this enable deployment resource ilm not found response a status code equal to that given

func (*EnableDeploymentResourceIlmNotFound) IsRedirect

func (o *EnableDeploymentResourceIlmNotFound) IsRedirect() bool

IsRedirect returns true when this enable deployment resource ilm not found response has a 3xx status code

func (*EnableDeploymentResourceIlmNotFound) IsServerError

func (o *EnableDeploymentResourceIlmNotFound) IsServerError() bool

IsServerError returns true when this enable deployment resource ilm not found response has a 5xx status code

func (*EnableDeploymentResourceIlmNotFound) IsSuccess

IsSuccess returns true when this enable deployment resource ilm not found response has a 2xx status code

func (*EnableDeploymentResourceIlmNotFound) String

type EnableDeploymentResourceIlmOK

type EnableDeploymentResourceIlmOK struct {
	Payload *models.DeploymentResourceCommandResponse
}

EnableDeploymentResourceIlmOK describes a response with status code 200, with default header values.

Standard response

func NewEnableDeploymentResourceIlmOK

func NewEnableDeploymentResourceIlmOK() *EnableDeploymentResourceIlmOK

NewEnableDeploymentResourceIlmOK creates a EnableDeploymentResourceIlmOK with default headers values

func (*EnableDeploymentResourceIlmOK) Code

Code gets the status code for the enable deployment resource ilm o k response

func (*EnableDeploymentResourceIlmOK) Error

func (*EnableDeploymentResourceIlmOK) GetPayload

func (*EnableDeploymentResourceIlmOK) IsClientError

func (o *EnableDeploymentResourceIlmOK) IsClientError() bool

IsClientError returns true when this enable deployment resource ilm o k response has a 4xx status code

func (*EnableDeploymentResourceIlmOK) IsCode

func (o *EnableDeploymentResourceIlmOK) IsCode(code int) bool

IsCode returns true when this enable deployment resource ilm o k response a status code equal to that given

func (*EnableDeploymentResourceIlmOK) IsRedirect

func (o *EnableDeploymentResourceIlmOK) IsRedirect() bool

IsRedirect returns true when this enable deployment resource ilm o k response has a 3xx status code

func (*EnableDeploymentResourceIlmOK) IsServerError

func (o *EnableDeploymentResourceIlmOK) IsServerError() bool

IsServerError returns true when this enable deployment resource ilm o k response has a 5xx status code

func (*EnableDeploymentResourceIlmOK) IsSuccess

func (o *EnableDeploymentResourceIlmOK) IsSuccess() bool

IsSuccess returns true when this enable deployment resource ilm o k response has a 2xx status code

func (*EnableDeploymentResourceIlmOK) String

type EnableDeploymentResourceIlmParams

type EnableDeploymentResourceIlmParams struct {

	/* Body.

	   Information to build the ILM policies that will be created
	*/
	Body *models.EnableIlmRequest

	/* DeploymentID.

	   Identifier for the Deployment.
	*/
	DeploymentID string

	/* RefID.

	   User-specified RefId for the Resource (or '_main' if there is only one).
	*/
	RefID string

	/* ValidateOnly.

	   When `true`, does not enable ILM but returns warnings if any applications may lose availability during ILM migration.
	*/
	ValidateOnly *bool

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

EnableDeploymentResourceIlmParams contains all the parameters to send to the API endpoint

for the enable deployment resource ilm operation.

Typically these are written to a http.Request.

func NewEnableDeploymentResourceIlmParams

func NewEnableDeploymentResourceIlmParams() *EnableDeploymentResourceIlmParams

NewEnableDeploymentResourceIlmParams creates a new EnableDeploymentResourceIlmParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewEnableDeploymentResourceIlmParamsWithContext

func NewEnableDeploymentResourceIlmParamsWithContext(ctx context.Context) *EnableDeploymentResourceIlmParams

NewEnableDeploymentResourceIlmParamsWithContext creates a new EnableDeploymentResourceIlmParams object with the ability to set a context for a request.

func NewEnableDeploymentResourceIlmParamsWithHTTPClient

func NewEnableDeploymentResourceIlmParamsWithHTTPClient(client *http.Client) *EnableDeploymentResourceIlmParams

NewEnableDeploymentResourceIlmParamsWithHTTPClient creates a new EnableDeploymentResourceIlmParams object with the ability to set a custom HTTPClient for a request.

func NewEnableDeploymentResourceIlmParamsWithTimeout

func NewEnableDeploymentResourceIlmParamsWithTimeout(timeout time.Duration) *EnableDeploymentResourceIlmParams

NewEnableDeploymentResourceIlmParamsWithTimeout creates a new EnableDeploymentResourceIlmParams object with the ability to set a timeout on a request.

func (*EnableDeploymentResourceIlmParams) SetBody

SetBody adds the body to the enable deployment resource ilm params

func (*EnableDeploymentResourceIlmParams) SetContext

SetContext adds the context to the enable deployment resource ilm params

func (*EnableDeploymentResourceIlmParams) SetDefaults

func (o *EnableDeploymentResourceIlmParams) SetDefaults()

SetDefaults hydrates default values in the enable deployment resource ilm params (not the query body).

All values with no default are reset to their zero value.

func (*EnableDeploymentResourceIlmParams) SetDeploymentID

func (o *EnableDeploymentResourceIlmParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the enable deployment resource ilm params

func (*EnableDeploymentResourceIlmParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the enable deployment resource ilm params

func (*EnableDeploymentResourceIlmParams) SetRefID

func (o *EnableDeploymentResourceIlmParams) SetRefID(refID string)

SetRefID adds the refId to the enable deployment resource ilm params

func (*EnableDeploymentResourceIlmParams) SetTimeout

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

SetTimeout adds the timeout to the enable deployment resource ilm params

func (*EnableDeploymentResourceIlmParams) SetValidateOnly

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

SetValidateOnly adds the validateOnly to the enable deployment resource ilm params

func (*EnableDeploymentResourceIlmParams) WithBody

WithBody adds the body to the enable deployment resource ilm params

func (*EnableDeploymentResourceIlmParams) WithContext

WithContext adds the context to the enable deployment resource ilm params

func (*EnableDeploymentResourceIlmParams) WithDefaults

WithDefaults hydrates default values in the enable deployment resource ilm params (not the query body).

All values with no default are reset to their zero value.

func (*EnableDeploymentResourceIlmParams) WithDeploymentID

WithDeploymentID adds the deploymentID to the enable deployment resource ilm params

func (*EnableDeploymentResourceIlmParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the enable deployment resource ilm params

func (*EnableDeploymentResourceIlmParams) WithRefID

WithRefID adds the refID to the enable deployment resource ilm params

func (*EnableDeploymentResourceIlmParams) WithTimeout

WithTimeout adds the timeout to the enable deployment resource ilm params

func (*EnableDeploymentResourceIlmParams) WithValidateOnly

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

WithValidateOnly adds the validateOnly to the enable deployment resource ilm params

func (*EnableDeploymentResourceIlmParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EnableDeploymentResourceIlmReader

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

EnableDeploymentResourceIlmReader is a Reader for the EnableDeploymentResourceIlm structure.

func (*EnableDeploymentResourceIlmReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type EnableDeploymentResourceSlmInternalServerError

type EnableDeploymentResourceSlmInternalServerError struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

EnableDeploymentResourceSlmInternalServerError describes a response with status code 500, with default header values.

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

func NewEnableDeploymentResourceSlmInternalServerError

func NewEnableDeploymentResourceSlmInternalServerError() *EnableDeploymentResourceSlmInternalServerError

NewEnableDeploymentResourceSlmInternalServerError creates a EnableDeploymentResourceSlmInternalServerError with default headers values

func (*EnableDeploymentResourceSlmInternalServerError) Code

Code gets the status code for the enable deployment resource slm internal server error response

func (*EnableDeploymentResourceSlmInternalServerError) Error

func (*EnableDeploymentResourceSlmInternalServerError) GetPayload

func (*EnableDeploymentResourceSlmInternalServerError) IsClientError

IsClientError returns true when this enable deployment resource slm internal server error response has a 4xx status code

func (*EnableDeploymentResourceSlmInternalServerError) IsCode

IsCode returns true when this enable deployment resource slm internal server error response a status code equal to that given

func (*EnableDeploymentResourceSlmInternalServerError) IsRedirect

IsRedirect returns true when this enable deployment resource slm internal server error response has a 3xx status code

func (*EnableDeploymentResourceSlmInternalServerError) IsServerError

IsServerError returns true when this enable deployment resource slm internal server error response has a 5xx status code

func (*EnableDeploymentResourceSlmInternalServerError) IsSuccess

IsSuccess returns true when this enable deployment resource slm internal server error response has a 2xx status code

func (*EnableDeploymentResourceSlmInternalServerError) String

type EnableDeploymentResourceSlmNotFound

type EnableDeploymentResourceSlmNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}
EnableDeploymentResourceSlmNotFound describes a response with status code 404, with default header values.

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

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

func NewEnableDeploymentResourceSlmNotFound

func NewEnableDeploymentResourceSlmNotFound() *EnableDeploymentResourceSlmNotFound

NewEnableDeploymentResourceSlmNotFound creates a EnableDeploymentResourceSlmNotFound with default headers values

func (*EnableDeploymentResourceSlmNotFound) Code

Code gets the status code for the enable deployment resource slm not found response

func (*EnableDeploymentResourceSlmNotFound) Error

func (*EnableDeploymentResourceSlmNotFound) GetPayload

func (*EnableDeploymentResourceSlmNotFound) IsClientError

func (o *EnableDeploymentResourceSlmNotFound) IsClientError() bool

IsClientError returns true when this enable deployment resource slm not found response has a 4xx status code

func (*EnableDeploymentResourceSlmNotFound) IsCode

IsCode returns true when this enable deployment resource slm not found response a status code equal to that given

func (*EnableDeploymentResourceSlmNotFound) IsRedirect

func (o *EnableDeploymentResourceSlmNotFound) IsRedirect() bool

IsRedirect returns true when this enable deployment resource slm not found response has a 3xx status code

func (*EnableDeploymentResourceSlmNotFound) IsServerError

func (o *EnableDeploymentResourceSlmNotFound) IsServerError() bool

IsServerError returns true when this enable deployment resource slm not found response has a 5xx status code

func (*EnableDeploymentResourceSlmNotFound) IsSuccess

IsSuccess returns true when this enable deployment resource slm not found response has a 2xx status code

func (*EnableDeploymentResourceSlmNotFound) String

type EnableDeploymentResourceSlmOK

type EnableDeploymentResourceSlmOK struct {
	Payload *models.DeploymentResourceCommandResponse
}

EnableDeploymentResourceSlmOK describes a response with status code 200, with default header values.

Standard response

func NewEnableDeploymentResourceSlmOK

func NewEnableDeploymentResourceSlmOK() *EnableDeploymentResourceSlmOK

NewEnableDeploymentResourceSlmOK creates a EnableDeploymentResourceSlmOK with default headers values

func (*EnableDeploymentResourceSlmOK) Code

Code gets the status code for the enable deployment resource slm o k response

func (*EnableDeploymentResourceSlmOK) Error

func (*EnableDeploymentResourceSlmOK) GetPayload

func (*EnableDeploymentResourceSlmOK) IsClientError

func (o *EnableDeploymentResourceSlmOK) IsClientError() bool

IsClientError returns true when this enable deployment resource slm o k response has a 4xx status code

func (*EnableDeploymentResourceSlmOK) IsCode

func (o *EnableDeploymentResourceSlmOK) IsCode(code int) bool

IsCode returns true when this enable deployment resource slm o k response a status code equal to that given

func (*EnableDeploymentResourceSlmOK) IsRedirect

func (o *EnableDeploymentResourceSlmOK) IsRedirect() bool

IsRedirect returns true when this enable deployment resource slm o k response has a 3xx status code

func (*EnableDeploymentResourceSlmOK) IsServerError

func (o *EnableDeploymentResourceSlmOK) IsServerError() bool

IsServerError returns true when this enable deployment resource slm o k response has a 5xx status code

func (*EnableDeploymentResourceSlmOK) IsSuccess

func (o *EnableDeploymentResourceSlmOK) IsSuccess() bool

IsSuccess returns true when this enable deployment resource slm o k response has a 2xx status code

func (*EnableDeploymentResourceSlmOK) String

type EnableDeploymentResourceSlmParams

type EnableDeploymentResourceSlmParams struct {

	/* DeploymentID.

	   Identifier for the Deployment.
	*/
	DeploymentID string

	/* RefID.

	   User-specified RefId for the Resource (or '_main' if there is only one).
	*/
	RefID string

	/* ValidateOnly.

	   When `true`, does not enable SLM but returns warnings if any applications may lose availability during SLM migration.
	*/
	ValidateOnly *bool

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

EnableDeploymentResourceSlmParams contains all the parameters to send to the API endpoint

for the enable deployment resource slm operation.

Typically these are written to a http.Request.

func NewEnableDeploymentResourceSlmParams

func NewEnableDeploymentResourceSlmParams() *EnableDeploymentResourceSlmParams

NewEnableDeploymentResourceSlmParams creates a new EnableDeploymentResourceSlmParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewEnableDeploymentResourceSlmParamsWithContext

func NewEnableDeploymentResourceSlmParamsWithContext(ctx context.Context) *EnableDeploymentResourceSlmParams

NewEnableDeploymentResourceSlmParamsWithContext creates a new EnableDeploymentResourceSlmParams object with the ability to set a context for a request.

func NewEnableDeploymentResourceSlmParamsWithHTTPClient

func NewEnableDeploymentResourceSlmParamsWithHTTPClient(client *http.Client) *EnableDeploymentResourceSlmParams

NewEnableDeploymentResourceSlmParamsWithHTTPClient creates a new EnableDeploymentResourceSlmParams object with the ability to set a custom HTTPClient for a request.

func NewEnableDeploymentResourceSlmParamsWithTimeout

func NewEnableDeploymentResourceSlmParamsWithTimeout(timeout time.Duration) *EnableDeploymentResourceSlmParams

NewEnableDeploymentResourceSlmParamsWithTimeout creates a new EnableDeploymentResourceSlmParams object with the ability to set a timeout on a request.

func (*EnableDeploymentResourceSlmParams) SetContext

SetContext adds the context to the enable deployment resource slm params

func (*EnableDeploymentResourceSlmParams) SetDefaults

func (o *EnableDeploymentResourceSlmParams) SetDefaults()

SetDefaults hydrates default values in the enable deployment resource slm params (not the query body).

All values with no default are reset to their zero value.

func (*EnableDeploymentResourceSlmParams) SetDeploymentID

func (o *EnableDeploymentResourceSlmParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the enable deployment resource slm params

func (*EnableDeploymentResourceSlmParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the enable deployment resource slm params

func (*EnableDeploymentResourceSlmParams) SetRefID

func (o *EnableDeploymentResourceSlmParams) SetRefID(refID string)

SetRefID adds the refId to the enable deployment resource slm params

func (*EnableDeploymentResourceSlmParams) SetTimeout

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

SetTimeout adds the timeout to the enable deployment resource slm params

func (*EnableDeploymentResourceSlmParams) SetValidateOnly

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

SetValidateOnly adds the validateOnly to the enable deployment resource slm params

func (*EnableDeploymentResourceSlmParams) WithContext

WithContext adds the context to the enable deployment resource slm params

func (*EnableDeploymentResourceSlmParams) WithDefaults

WithDefaults hydrates default values in the enable deployment resource slm params (not the query body).

All values with no default are reset to their zero value.

func (*EnableDeploymentResourceSlmParams) WithDeploymentID

WithDeploymentID adds the deploymentID to the enable deployment resource slm params

func (*EnableDeploymentResourceSlmParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the enable deployment resource slm params

func (*EnableDeploymentResourceSlmParams) WithRefID

WithRefID adds the refID to the enable deployment resource slm params

func (*EnableDeploymentResourceSlmParams) WithTimeout

WithTimeout adds the timeout to the enable deployment resource slm params

func (*EnableDeploymentResourceSlmParams) WithValidateOnly

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

WithValidateOnly adds the validateOnly to the enable deployment resource slm params

func (*EnableDeploymentResourceSlmParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EnableDeploymentResourceSlmReader

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

EnableDeploymentResourceSlmReader is a Reader for the EnableDeploymentResourceSlm structure.

func (*EnableDeploymentResourceSlmReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAppsearchReadOnlyModeInternalServerError

type GetAppsearchReadOnlyModeInternalServerError struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

GetAppsearchReadOnlyModeInternalServerError describes a response with status code 500, with default header values.

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

func NewGetAppsearchReadOnlyModeInternalServerError

func NewGetAppsearchReadOnlyModeInternalServerError() *GetAppsearchReadOnlyModeInternalServerError

NewGetAppsearchReadOnlyModeInternalServerError creates a GetAppsearchReadOnlyModeInternalServerError with default headers values

func (*GetAppsearchReadOnlyModeInternalServerError) Code

Code gets the status code for the get appsearch read only mode internal server error response

func (*GetAppsearchReadOnlyModeInternalServerError) Error

func (*GetAppsearchReadOnlyModeInternalServerError) GetPayload

func (*GetAppsearchReadOnlyModeInternalServerError) IsClientError

IsClientError returns true when this get appsearch read only mode internal server error response has a 4xx status code

func (*GetAppsearchReadOnlyModeInternalServerError) IsCode

IsCode returns true when this get appsearch read only mode internal server error response a status code equal to that given

func (*GetAppsearchReadOnlyModeInternalServerError) IsRedirect

IsRedirect returns true when this get appsearch read only mode internal server error response has a 3xx status code

func (*GetAppsearchReadOnlyModeInternalServerError) IsServerError

IsServerError returns true when this get appsearch read only mode internal server error response has a 5xx status code

func (*GetAppsearchReadOnlyModeInternalServerError) IsSuccess

IsSuccess returns true when this get appsearch read only mode internal server error response has a 2xx status code

func (*GetAppsearchReadOnlyModeInternalServerError) String

type GetAppsearchReadOnlyModeNotFound

type GetAppsearchReadOnlyModeNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

GetAppsearchReadOnlyModeNotFound describes a response with status code 404, with default header values.

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

func NewGetAppsearchReadOnlyModeNotFound

func NewGetAppsearchReadOnlyModeNotFound() *GetAppsearchReadOnlyModeNotFound

NewGetAppsearchReadOnlyModeNotFound creates a GetAppsearchReadOnlyModeNotFound with default headers values

func (*GetAppsearchReadOnlyModeNotFound) Code

Code gets the status code for the get appsearch read only mode not found response

func (*GetAppsearchReadOnlyModeNotFound) Error

func (*GetAppsearchReadOnlyModeNotFound) GetPayload

func (*GetAppsearchReadOnlyModeNotFound) IsClientError

func (o *GetAppsearchReadOnlyModeNotFound) IsClientError() bool

IsClientError returns true when this get appsearch read only mode not found response has a 4xx status code

func (*GetAppsearchReadOnlyModeNotFound) IsCode

func (o *GetAppsearchReadOnlyModeNotFound) IsCode(code int) bool

IsCode returns true when this get appsearch read only mode not found response a status code equal to that given

func (*GetAppsearchReadOnlyModeNotFound) IsRedirect

func (o *GetAppsearchReadOnlyModeNotFound) IsRedirect() bool

IsRedirect returns true when this get appsearch read only mode not found response has a 3xx status code

func (*GetAppsearchReadOnlyModeNotFound) IsServerError

func (o *GetAppsearchReadOnlyModeNotFound) IsServerError() bool

IsServerError returns true when this get appsearch read only mode not found response has a 5xx status code

func (*GetAppsearchReadOnlyModeNotFound) IsSuccess

func (o *GetAppsearchReadOnlyModeNotFound) IsSuccess() bool

IsSuccess returns true when this get appsearch read only mode not found response has a 2xx status code

func (*GetAppsearchReadOnlyModeNotFound) String

type GetAppsearchReadOnlyModeOK

type GetAppsearchReadOnlyModeOK struct {
	Payload *models.ReadOnlyResponse
}

GetAppsearchReadOnlyModeOK describes a response with status code 200, with default header values.

Standard response

func NewGetAppsearchReadOnlyModeOK

func NewGetAppsearchReadOnlyModeOK() *GetAppsearchReadOnlyModeOK

NewGetAppsearchReadOnlyModeOK creates a GetAppsearchReadOnlyModeOK with default headers values

func (*GetAppsearchReadOnlyModeOK) Code

func (o *GetAppsearchReadOnlyModeOK) Code() int

Code gets the status code for the get appsearch read only mode o k response

func (*GetAppsearchReadOnlyModeOK) Error

func (*GetAppsearchReadOnlyModeOK) GetPayload

func (*GetAppsearchReadOnlyModeOK) IsClientError

func (o *GetAppsearchReadOnlyModeOK) IsClientError() bool

IsClientError returns true when this get appsearch read only mode o k response has a 4xx status code

func (*GetAppsearchReadOnlyModeOK) IsCode

func (o *GetAppsearchReadOnlyModeOK) IsCode(code int) bool

IsCode returns true when this get appsearch read only mode o k response a status code equal to that given

func (*GetAppsearchReadOnlyModeOK) IsRedirect

func (o *GetAppsearchReadOnlyModeOK) IsRedirect() bool

IsRedirect returns true when this get appsearch read only mode o k response has a 3xx status code

func (*GetAppsearchReadOnlyModeOK) IsServerError

func (o *GetAppsearchReadOnlyModeOK) IsServerError() bool

IsServerError returns true when this get appsearch read only mode o k response has a 5xx status code

func (*GetAppsearchReadOnlyModeOK) IsSuccess

func (o *GetAppsearchReadOnlyModeOK) IsSuccess() bool

IsSuccess returns true when this get appsearch read only mode o k response has a 2xx status code

func (*GetAppsearchReadOnlyModeOK) String

func (o *GetAppsearchReadOnlyModeOK) String() string

type GetAppsearchReadOnlyModeParams

type GetAppsearchReadOnlyModeParams struct {

	/* DeploymentID.

	   Identifier for the Deployment.
	*/
	DeploymentID string

	/* RefID.

	   User-specified RefId for the Resource (or '_main' if there is only one).
	*/
	RefID string

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

GetAppsearchReadOnlyModeParams contains all the parameters to send to the API endpoint

for the get appsearch read only mode operation.

Typically these are written to a http.Request.

func NewGetAppsearchReadOnlyModeParams

func NewGetAppsearchReadOnlyModeParams() *GetAppsearchReadOnlyModeParams

NewGetAppsearchReadOnlyModeParams creates a new GetAppsearchReadOnlyModeParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetAppsearchReadOnlyModeParamsWithContext

func NewGetAppsearchReadOnlyModeParamsWithContext(ctx context.Context) *GetAppsearchReadOnlyModeParams

NewGetAppsearchReadOnlyModeParamsWithContext creates a new GetAppsearchReadOnlyModeParams object with the ability to set a context for a request.

func NewGetAppsearchReadOnlyModeParamsWithHTTPClient

func NewGetAppsearchReadOnlyModeParamsWithHTTPClient(client *http.Client) *GetAppsearchReadOnlyModeParams

NewGetAppsearchReadOnlyModeParamsWithHTTPClient creates a new GetAppsearchReadOnlyModeParams object with the ability to set a custom HTTPClient for a request.

func NewGetAppsearchReadOnlyModeParamsWithTimeout

func NewGetAppsearchReadOnlyModeParamsWithTimeout(timeout time.Duration) *GetAppsearchReadOnlyModeParams

NewGetAppsearchReadOnlyModeParamsWithTimeout creates a new GetAppsearchReadOnlyModeParams object with the ability to set a timeout on a request.

func (*GetAppsearchReadOnlyModeParams) SetContext

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

SetContext adds the context to the get appsearch read only mode params

func (*GetAppsearchReadOnlyModeParams) SetDefaults

func (o *GetAppsearchReadOnlyModeParams) SetDefaults()

SetDefaults hydrates default values in the get appsearch read only mode params (not the query body).

All values with no default are reset to their zero value.

func (*GetAppsearchReadOnlyModeParams) SetDeploymentID

func (o *GetAppsearchReadOnlyModeParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the get appsearch read only mode params

func (*GetAppsearchReadOnlyModeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get appsearch read only mode params

func (*GetAppsearchReadOnlyModeParams) SetRefID

func (o *GetAppsearchReadOnlyModeParams) SetRefID(refID string)

SetRefID adds the refId to the get appsearch read only mode params

func (*GetAppsearchReadOnlyModeParams) SetTimeout

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

SetTimeout adds the timeout to the get appsearch read only mode params

func (*GetAppsearchReadOnlyModeParams) WithContext

WithContext adds the context to the get appsearch read only mode params

func (*GetAppsearchReadOnlyModeParams) WithDefaults

WithDefaults hydrates default values in the get appsearch read only mode params (not the query body).

All values with no default are reset to their zero value.

func (*GetAppsearchReadOnlyModeParams) WithDeploymentID

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

WithDeploymentID adds the deploymentID to the get appsearch read only mode params

func (*GetAppsearchReadOnlyModeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get appsearch read only mode params

func (*GetAppsearchReadOnlyModeParams) WithRefID

WithRefID adds the refID to the get appsearch read only mode params

func (*GetAppsearchReadOnlyModeParams) WithTimeout

WithTimeout adds the timeout to the get appsearch read only mode params

func (*GetAppsearchReadOnlyModeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAppsearchReadOnlyModeReader

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

GetAppsearchReadOnlyModeReader is a Reader for the GetAppsearchReadOnlyMode structure.

func (*GetAppsearchReadOnlyModeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDeploymentApmResourceInfoInternalServerError

type GetDeploymentApmResourceInfoInternalServerError struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

GetDeploymentApmResourceInfoInternalServerError describes a response with status code 500, with default header values.

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

func NewGetDeploymentApmResourceInfoInternalServerError

func NewGetDeploymentApmResourceInfoInternalServerError() *GetDeploymentApmResourceInfoInternalServerError

NewGetDeploymentApmResourceInfoInternalServerError creates a GetDeploymentApmResourceInfoInternalServerError with default headers values

func (*GetDeploymentApmResourceInfoInternalServerError) Code

Code gets the status code for the get deployment apm resource info internal server error response

func (*GetDeploymentApmResourceInfoInternalServerError) Error

func (*GetDeploymentApmResourceInfoInternalServerError) GetPayload

func (*GetDeploymentApmResourceInfoInternalServerError) IsClientError

IsClientError returns true when this get deployment apm resource info internal server error response has a 4xx status code

func (*GetDeploymentApmResourceInfoInternalServerError) IsCode

IsCode returns true when this get deployment apm resource info internal server error response a status code equal to that given

func (*GetDeploymentApmResourceInfoInternalServerError) IsRedirect

IsRedirect returns true when this get deployment apm resource info internal server error response has a 3xx status code

func (*GetDeploymentApmResourceInfoInternalServerError) IsServerError

IsServerError returns true when this get deployment apm resource info internal server error response has a 5xx status code

func (*GetDeploymentApmResourceInfoInternalServerError) IsSuccess

IsSuccess returns true when this get deployment apm resource info internal server error response has a 2xx status code

func (*GetDeploymentApmResourceInfoInternalServerError) String

type GetDeploymentApmResourceInfoNotFound

type GetDeploymentApmResourceInfoNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

GetDeploymentApmResourceInfoNotFound describes a response with status code 404, with default header values.

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

func NewGetDeploymentApmResourceInfoNotFound

func NewGetDeploymentApmResourceInfoNotFound() *GetDeploymentApmResourceInfoNotFound

NewGetDeploymentApmResourceInfoNotFound creates a GetDeploymentApmResourceInfoNotFound with default headers values

func (*GetDeploymentApmResourceInfoNotFound) Code

Code gets the status code for the get deployment apm resource info not found response

func (*GetDeploymentApmResourceInfoNotFound) Error

func (*GetDeploymentApmResourceInfoNotFound) GetPayload

func (*GetDeploymentApmResourceInfoNotFound) IsClientError

func (o *GetDeploymentApmResourceInfoNotFound) IsClientError() bool

IsClientError returns true when this get deployment apm resource info not found response has a 4xx status code

func (*GetDeploymentApmResourceInfoNotFound) IsCode

IsCode returns true when this get deployment apm resource info not found response a status code equal to that given

func (*GetDeploymentApmResourceInfoNotFound) IsRedirect

IsRedirect returns true when this get deployment apm resource info not found response has a 3xx status code

func (*GetDeploymentApmResourceInfoNotFound) IsServerError

func (o *GetDeploymentApmResourceInfoNotFound) IsServerError() bool

IsServerError returns true when this get deployment apm resource info not found response has a 5xx status code

func (*GetDeploymentApmResourceInfoNotFound) IsSuccess

IsSuccess returns true when this get deployment apm resource info not found response has a 2xx status code

func (*GetDeploymentApmResourceInfoNotFound) String

type GetDeploymentApmResourceInfoOK

type GetDeploymentApmResourceInfoOK struct {
	Payload *models.ApmResourceInfo
}

GetDeploymentApmResourceInfoOK describes a response with status code 200, with default header values.

Standard response.

func NewGetDeploymentApmResourceInfoOK

func NewGetDeploymentApmResourceInfoOK() *GetDeploymentApmResourceInfoOK

NewGetDeploymentApmResourceInfoOK creates a GetDeploymentApmResourceInfoOK with default headers values

func (*GetDeploymentApmResourceInfoOK) Code

Code gets the status code for the get deployment apm resource info o k response

func (*GetDeploymentApmResourceInfoOK) Error

func (*GetDeploymentApmResourceInfoOK) GetPayload

func (*GetDeploymentApmResourceInfoOK) IsClientError

func (o *GetDeploymentApmResourceInfoOK) IsClientError() bool

IsClientError returns true when this get deployment apm resource info o k response has a 4xx status code

func (*GetDeploymentApmResourceInfoOK) IsCode

func (o *GetDeploymentApmResourceInfoOK) IsCode(code int) bool

IsCode returns true when this get deployment apm resource info o k response a status code equal to that given

func (*GetDeploymentApmResourceInfoOK) IsRedirect

func (o *GetDeploymentApmResourceInfoOK) IsRedirect() bool

IsRedirect returns true when this get deployment apm resource info o k response has a 3xx status code

func (*GetDeploymentApmResourceInfoOK) IsServerError

func (o *GetDeploymentApmResourceInfoOK) IsServerError() bool

IsServerError returns true when this get deployment apm resource info o k response has a 5xx status code

func (*GetDeploymentApmResourceInfoOK) IsSuccess

func (o *GetDeploymentApmResourceInfoOK) IsSuccess() bool

IsSuccess returns true when this get deployment apm resource info o k response has a 2xx status code

func (*GetDeploymentApmResourceInfoOK) String

type GetDeploymentApmResourceInfoParams

type GetDeploymentApmResourceInfoParams struct {

	/* ClearTransient.

	   If set (defaults to false) then removes the transient section from all child resources, making it safe to reapply via an update
	*/
	ClearTransient *bool

	/* DeploymentID.

	   Identifier for the Deployment
	*/
	DeploymentID string

	/* RefID.

	   User-specified RefId for the Resource (or '_main' if there is only one).
	*/
	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.

	   Default: true
	*/
	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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetDeploymentApmResourceInfoParamsWithContext

func NewGetDeploymentApmResourceInfoParamsWithContext(ctx context.Context) *GetDeploymentApmResourceInfoParams

NewGetDeploymentApmResourceInfoParamsWithContext creates a new GetDeploymentApmResourceInfoParams object with 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 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 ability to set a timeout on a request.

func (*GetDeploymentApmResourceInfoParams) SetClearTransient

func (o *GetDeploymentApmResourceInfoParams) SetClearTransient(clearTransient *bool)

SetClearTransient adds the clearTransient to the get deployment apm resource info params

func (*GetDeploymentApmResourceInfoParams) SetContext

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

func (*GetDeploymentApmResourceInfoParams) SetDefaults

func (o *GetDeploymentApmResourceInfoParams) SetDefaults()

SetDefaults hydrates default values in the get deployment apm resource info params (not the query body).

All values with no default are reset to their zero value.

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) WithClearTransient

func (o *GetDeploymentApmResourceInfoParams) WithClearTransient(clearTransient *bool) *GetDeploymentApmResourceInfoParams

WithClearTransient adds the clearTransient 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) WithDefaults

WithDefaults hydrates default values in the get deployment apm resource info params (not the query body).

All values with no default are reset to their zero value.

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 GetDeploymentAppsearchResourceInfoInternalServerError

type GetDeploymentAppsearchResourceInfoInternalServerError struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

GetDeploymentAppsearchResourceInfoInternalServerError describes a response with status code 500, with default header values.

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

func NewGetDeploymentAppsearchResourceInfoInternalServerError

func NewGetDeploymentAppsearchResourceInfoInternalServerError() *GetDeploymentAppsearchResourceInfoInternalServerError

NewGetDeploymentAppsearchResourceInfoInternalServerError creates a GetDeploymentAppsearchResourceInfoInternalServerError with default headers values

func (*GetDeploymentAppsearchResourceInfoInternalServerError) Code

Code gets the status code for the get deployment appsearch resource info internal server error response

func (*GetDeploymentAppsearchResourceInfoInternalServerError) Error

func (*GetDeploymentAppsearchResourceInfoInternalServerError) GetPayload

func (*GetDeploymentAppsearchResourceInfoInternalServerError) IsClientError

IsClientError returns true when this get deployment appsearch resource info internal server error response has a 4xx status code

func (*GetDeploymentAppsearchResourceInfoInternalServerError) IsCode

IsCode returns true when this get deployment appsearch resource info internal server error response a status code equal to that given

func (*GetDeploymentAppsearchResourceInfoInternalServerError) IsRedirect

IsRedirect returns true when this get deployment appsearch resource info internal server error response has a 3xx status code

func (*GetDeploymentAppsearchResourceInfoInternalServerError) IsServerError

IsServerError returns true when this get deployment appsearch resource info internal server error response has a 5xx status code

func (*GetDeploymentAppsearchResourceInfoInternalServerError) IsSuccess

IsSuccess returns true when this get deployment appsearch resource info internal server error response has a 2xx status code

func (*GetDeploymentAppsearchResourceInfoInternalServerError) String

type GetDeploymentAppsearchResourceInfoNotFound

type GetDeploymentAppsearchResourceInfoNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

GetDeploymentAppsearchResourceInfoNotFound describes a response with status code 404, with default header values.

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

func NewGetDeploymentAppsearchResourceInfoNotFound

func NewGetDeploymentAppsearchResourceInfoNotFound() *GetDeploymentAppsearchResourceInfoNotFound

NewGetDeploymentAppsearchResourceInfoNotFound creates a GetDeploymentAppsearchResourceInfoNotFound with default headers values

func (*GetDeploymentAppsearchResourceInfoNotFound) Code

Code gets the status code for the get deployment appsearch resource info not found response

func (*GetDeploymentAppsearchResourceInfoNotFound) Error

func (*GetDeploymentAppsearchResourceInfoNotFound) GetPayload

func (*GetDeploymentAppsearchResourceInfoNotFound) IsClientError

IsClientError returns true when this get deployment appsearch resource info not found response has a 4xx status code

func (*GetDeploymentAppsearchResourceInfoNotFound) IsCode

IsCode returns true when this get deployment appsearch resource info not found response a status code equal to that given

func (*GetDeploymentAppsearchResourceInfoNotFound) IsRedirect

IsRedirect returns true when this get deployment appsearch resource info not found response has a 3xx status code

func (*GetDeploymentAppsearchResourceInfoNotFound) IsServerError

IsServerError returns true when this get deployment appsearch resource info not found response has a 5xx status code

func (*GetDeploymentAppsearchResourceInfoNotFound) IsSuccess

IsSuccess returns true when this get deployment appsearch resource info not found response has a 2xx status code

func (*GetDeploymentAppsearchResourceInfoNotFound) String

type GetDeploymentAppsearchResourceInfoOK

type GetDeploymentAppsearchResourceInfoOK struct {
	Payload *models.AppSearchResourceInfo
}

GetDeploymentAppsearchResourceInfoOK describes a response with status code 200, with default header values.

Standard response.

func NewGetDeploymentAppsearchResourceInfoOK

func NewGetDeploymentAppsearchResourceInfoOK() *GetDeploymentAppsearchResourceInfoOK

NewGetDeploymentAppsearchResourceInfoOK creates a GetDeploymentAppsearchResourceInfoOK with default headers values

func (*GetDeploymentAppsearchResourceInfoOK) Code

Code gets the status code for the get deployment appsearch resource info o k response

func (*GetDeploymentAppsearchResourceInfoOK) Error

func (*GetDeploymentAppsearchResourceInfoOK) GetPayload

func (*GetDeploymentAppsearchResourceInfoOK) IsClientError

func (o *GetDeploymentAppsearchResourceInfoOK) IsClientError() bool

IsClientError returns true when this get deployment appsearch resource info o k response has a 4xx status code

func (*GetDeploymentAppsearchResourceInfoOK) IsCode

IsCode returns true when this get deployment appsearch resource info o k response a status code equal to that given

func (*GetDeploymentAppsearchResourceInfoOK) IsRedirect

IsRedirect returns true when this get deployment appsearch resource info o k response has a 3xx status code

func (*GetDeploymentAppsearchResourceInfoOK) IsServerError

func (o *GetDeploymentAppsearchResourceInfoOK) IsServerError() bool

IsServerError returns true when this get deployment appsearch resource info o k response has a 5xx status code

func (*GetDeploymentAppsearchResourceInfoOK) IsSuccess

IsSuccess returns true when this get deployment appsearch resource info o k response has a 2xx status code

func (*GetDeploymentAppsearchResourceInfoOK) String

type GetDeploymentAppsearchResourceInfoParams

type GetDeploymentAppsearchResourceInfoParams struct {

	/* ClearTransient.

	   If set (defaults to false) then removes the transient section from all child resources, making it safe to reapply via an update
	*/
	ClearTransient *bool

	/* DeploymentID.

	   Identifier for the Deployment
	*/
	DeploymentID string

	/* RefID.

	   User-specified RefId for the Resource (or '_main' if there is only one).
	*/
	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.

	   Default: true
	*/
	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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetDeploymentAppsearchResourceInfoParamsWithContext

func NewGetDeploymentAppsearchResourceInfoParamsWithContext(ctx context.Context) *GetDeploymentAppsearchResourceInfoParams

NewGetDeploymentAppsearchResourceInfoParamsWithContext creates a new GetDeploymentAppsearchResourceInfoParams object with 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 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 ability to set a timeout on a request.

func (*GetDeploymentAppsearchResourceInfoParams) SetClearTransient

func (o *GetDeploymentAppsearchResourceInfoParams) SetClearTransient(clearTransient *bool)

SetClearTransient adds the clearTransient to the get deployment appsearch resource info params

func (*GetDeploymentAppsearchResourceInfoParams) SetContext

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

func (*GetDeploymentAppsearchResourceInfoParams) SetDefaults

SetDefaults hydrates default values in the get deployment appsearch resource info params (not the query body).

All values with no default are reset to their zero value.

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) WithClearTransient

WithClearTransient adds the clearTransient 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) WithDefaults

WithDefaults hydrates default values in the get deployment appsearch resource info params (not the query body).

All values with no default are reset to their zero value.

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 GetDeploymentCertificateAuthorityNotFound

type GetDeploymentCertificateAuthorityNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}
GetDeploymentCertificateAuthorityNotFound describes a response with status code 404, with default header values.

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

* The Elasticsearch Resource cannot be found. (code: `deployments.deployment_resource_not_found`)

func NewGetDeploymentCertificateAuthorityNotFound

func NewGetDeploymentCertificateAuthorityNotFound() *GetDeploymentCertificateAuthorityNotFound

NewGetDeploymentCertificateAuthorityNotFound creates a GetDeploymentCertificateAuthorityNotFound with default headers values

func (*GetDeploymentCertificateAuthorityNotFound) Code

Code gets the status code for the get deployment certificate authority not found response

func (*GetDeploymentCertificateAuthorityNotFound) Error

func (*GetDeploymentCertificateAuthorityNotFound) GetPayload

func (*GetDeploymentCertificateAuthorityNotFound) IsClientError

IsClientError returns true when this get deployment certificate authority not found response has a 4xx status code

func (*GetDeploymentCertificateAuthorityNotFound) IsCode

IsCode returns true when this get deployment certificate authority not found response a status code equal to that given

func (*GetDeploymentCertificateAuthorityNotFound) IsRedirect

IsRedirect returns true when this get deployment certificate authority not found response has a 3xx status code

func (*GetDeploymentCertificateAuthorityNotFound) IsServerError

IsServerError returns true when this get deployment certificate authority not found response has a 5xx status code

func (*GetDeploymentCertificateAuthorityNotFound) IsSuccess

IsSuccess returns true when this get deployment certificate authority not found response has a 2xx status code

func (*GetDeploymentCertificateAuthorityNotFound) String

type GetDeploymentCertificateAuthorityOK

type GetDeploymentCertificateAuthorityOK struct {
	Payload *models.CertificateAuthority
}

GetDeploymentCertificateAuthorityOK describes a response with status code 200, with default header values.

The certificate authority used to sign the certificates of this deployment

func NewGetDeploymentCertificateAuthorityOK

func NewGetDeploymentCertificateAuthorityOK() *GetDeploymentCertificateAuthorityOK

NewGetDeploymentCertificateAuthorityOK creates a GetDeploymentCertificateAuthorityOK with default headers values

func (*GetDeploymentCertificateAuthorityOK) Code

Code gets the status code for the get deployment certificate authority o k response

func (*GetDeploymentCertificateAuthorityOK) Error

func (*GetDeploymentCertificateAuthorityOK) GetPayload

func (*GetDeploymentCertificateAuthorityOK) IsClientError

func (o *GetDeploymentCertificateAuthorityOK) IsClientError() bool

IsClientError returns true when this get deployment certificate authority o k response has a 4xx status code

func (*GetDeploymentCertificateAuthorityOK) IsCode

IsCode returns true when this get deployment certificate authority o k response a status code equal to that given

func (*GetDeploymentCertificateAuthorityOK) IsRedirect

func (o *GetDeploymentCertificateAuthorityOK) IsRedirect() bool

IsRedirect returns true when this get deployment certificate authority o k response has a 3xx status code

func (*GetDeploymentCertificateAuthorityOK) IsServerError

func (o *GetDeploymentCertificateAuthorityOK) IsServerError() bool

IsServerError returns true when this get deployment certificate authority o k response has a 5xx status code

func (*GetDeploymentCertificateAuthorityOK) IsSuccess

IsSuccess returns true when this get deployment certificate authority o k response has a 2xx status code

func (*GetDeploymentCertificateAuthorityOK) String

type GetDeploymentCertificateAuthorityParams

type GetDeploymentCertificateAuthorityParams struct {

	/* DeploymentID.

	   Identifier for the Deployment.
	*/
	DeploymentID string

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

GetDeploymentCertificateAuthorityParams contains all the parameters to send to the API endpoint

for the get deployment certificate authority operation.

Typically these are written to a http.Request.

func NewGetDeploymentCertificateAuthorityParams

func NewGetDeploymentCertificateAuthorityParams() *GetDeploymentCertificateAuthorityParams

NewGetDeploymentCertificateAuthorityParams creates a new GetDeploymentCertificateAuthorityParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetDeploymentCertificateAuthorityParamsWithContext

func NewGetDeploymentCertificateAuthorityParamsWithContext(ctx context.Context) *GetDeploymentCertificateAuthorityParams

NewGetDeploymentCertificateAuthorityParamsWithContext creates a new GetDeploymentCertificateAuthorityParams object with the ability to set a context for a request.

func NewGetDeploymentCertificateAuthorityParamsWithHTTPClient

func NewGetDeploymentCertificateAuthorityParamsWithHTTPClient(client *http.Client) *GetDeploymentCertificateAuthorityParams

NewGetDeploymentCertificateAuthorityParamsWithHTTPClient creates a new GetDeploymentCertificateAuthorityParams object with the ability to set a custom HTTPClient for a request.

func NewGetDeploymentCertificateAuthorityParamsWithTimeout

func NewGetDeploymentCertificateAuthorityParamsWithTimeout(timeout time.Duration) *GetDeploymentCertificateAuthorityParams

NewGetDeploymentCertificateAuthorityParamsWithTimeout creates a new GetDeploymentCertificateAuthorityParams object with the ability to set a timeout on a request.

func (*GetDeploymentCertificateAuthorityParams) SetContext

SetContext adds the context to the get deployment certificate authority params

func (*GetDeploymentCertificateAuthorityParams) SetDefaults

func (o *GetDeploymentCertificateAuthorityParams) SetDefaults()

SetDefaults hydrates default values in the get deployment certificate authority params (not the query body).

All values with no default are reset to their zero value.

func (*GetDeploymentCertificateAuthorityParams) SetDeploymentID

func (o *GetDeploymentCertificateAuthorityParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the get deployment certificate authority params

func (*GetDeploymentCertificateAuthorityParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get deployment certificate authority params

func (*GetDeploymentCertificateAuthorityParams) SetTimeout

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

SetTimeout adds the timeout to the get deployment certificate authority params

func (*GetDeploymentCertificateAuthorityParams) WithContext

WithContext adds the context to the get deployment certificate authority params

func (*GetDeploymentCertificateAuthorityParams) WithDefaults

WithDefaults hydrates default values in the get deployment certificate authority params (not the query body).

All values with no default are reset to their zero value.

func (*GetDeploymentCertificateAuthorityParams) WithDeploymentID

WithDeploymentID adds the deploymentID to the get deployment certificate authority params

func (*GetDeploymentCertificateAuthorityParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get deployment certificate authority params

func (*GetDeploymentCertificateAuthorityParams) WithTimeout

WithTimeout adds the timeout to the get deployment certificate authority params

func (*GetDeploymentCertificateAuthorityParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDeploymentCertificateAuthorityReader

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

GetDeploymentCertificateAuthorityReader is a Reader for the GetDeploymentCertificateAuthority structure.

func (*GetDeploymentCertificateAuthorityReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDeploymentEnterpriseSearchResourceInfoInternalServerError

type GetDeploymentEnterpriseSearchResourceInfoInternalServerError struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

GetDeploymentEnterpriseSearchResourceInfoInternalServerError describes a response with status code 500, with default header values.

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

func NewGetDeploymentEnterpriseSearchResourceInfoInternalServerError

func NewGetDeploymentEnterpriseSearchResourceInfoInternalServerError() *GetDeploymentEnterpriseSearchResourceInfoInternalServerError

NewGetDeploymentEnterpriseSearchResourceInfoInternalServerError creates a GetDeploymentEnterpriseSearchResourceInfoInternalServerError with default headers values

func (*GetDeploymentEnterpriseSearchResourceInfoInternalServerError) Code

Code gets the status code for the get deployment enterprise search resource info internal server error response

func (*GetDeploymentEnterpriseSearchResourceInfoInternalServerError) Error

func (*GetDeploymentEnterpriseSearchResourceInfoInternalServerError) GetPayload

func (*GetDeploymentEnterpriseSearchResourceInfoInternalServerError) IsClientError

IsClientError returns true when this get deployment enterprise search resource info internal server error response has a 4xx status code

func (*GetDeploymentEnterpriseSearchResourceInfoInternalServerError) IsCode

IsCode returns true when this get deployment enterprise search resource info internal server error response a status code equal to that given

func (*GetDeploymentEnterpriseSearchResourceInfoInternalServerError) IsRedirect

IsRedirect returns true when this get deployment enterprise search resource info internal server error response has a 3xx status code

func (*GetDeploymentEnterpriseSearchResourceInfoInternalServerError) IsServerError

IsServerError returns true when this get deployment enterprise search resource info internal server error response has a 5xx status code

func (*GetDeploymentEnterpriseSearchResourceInfoInternalServerError) IsSuccess

IsSuccess returns true when this get deployment enterprise search resource info internal server error response has a 2xx status code

func (*GetDeploymentEnterpriseSearchResourceInfoInternalServerError) String

type GetDeploymentEnterpriseSearchResourceInfoNotFound

type GetDeploymentEnterpriseSearchResourceInfoNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

GetDeploymentEnterpriseSearchResourceInfoNotFound describes a response with status code 404, with default header values.

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

func NewGetDeploymentEnterpriseSearchResourceInfoNotFound

func NewGetDeploymentEnterpriseSearchResourceInfoNotFound() *GetDeploymentEnterpriseSearchResourceInfoNotFound

NewGetDeploymentEnterpriseSearchResourceInfoNotFound creates a GetDeploymentEnterpriseSearchResourceInfoNotFound with default headers values

func (*GetDeploymentEnterpriseSearchResourceInfoNotFound) Code

Code gets the status code for the get deployment enterprise search resource info not found response

func (*GetDeploymentEnterpriseSearchResourceInfoNotFound) Error

func (*GetDeploymentEnterpriseSearchResourceInfoNotFound) GetPayload

func (*GetDeploymentEnterpriseSearchResourceInfoNotFound) IsClientError

IsClientError returns true when this get deployment enterprise search resource info not found response has a 4xx status code

func (*GetDeploymentEnterpriseSearchResourceInfoNotFound) IsCode

IsCode returns true when this get deployment enterprise search resource info not found response a status code equal to that given

func (*GetDeploymentEnterpriseSearchResourceInfoNotFound) IsRedirect

IsRedirect returns true when this get deployment enterprise search resource info not found response has a 3xx status code

func (*GetDeploymentEnterpriseSearchResourceInfoNotFound) IsServerError

IsServerError returns true when this get deployment enterprise search resource info not found response has a 5xx status code

func (*GetDeploymentEnterpriseSearchResourceInfoNotFound) IsSuccess

IsSuccess returns true when this get deployment enterprise search resource info not found response has a 2xx status code

func (*GetDeploymentEnterpriseSearchResourceInfoNotFound) String

type GetDeploymentEnterpriseSearchResourceInfoOK

type GetDeploymentEnterpriseSearchResourceInfoOK struct {
	Payload *models.EnterpriseSearchResourceInfo
}

GetDeploymentEnterpriseSearchResourceInfoOK describes a response with status code 200, with default header values.

Standard response.

func NewGetDeploymentEnterpriseSearchResourceInfoOK

func NewGetDeploymentEnterpriseSearchResourceInfoOK() *GetDeploymentEnterpriseSearchResourceInfoOK

NewGetDeploymentEnterpriseSearchResourceInfoOK creates a GetDeploymentEnterpriseSearchResourceInfoOK with default headers values

func (*GetDeploymentEnterpriseSearchResourceInfoOK) Code

Code gets the status code for the get deployment enterprise search resource info o k response

func (*GetDeploymentEnterpriseSearchResourceInfoOK) Error

func (*GetDeploymentEnterpriseSearchResourceInfoOK) GetPayload

func (*GetDeploymentEnterpriseSearchResourceInfoOK) IsClientError

IsClientError returns true when this get deployment enterprise search resource info o k response has a 4xx status code

func (*GetDeploymentEnterpriseSearchResourceInfoOK) IsCode

IsCode returns true when this get deployment enterprise search resource info o k response a status code equal to that given

func (*GetDeploymentEnterpriseSearchResourceInfoOK) IsRedirect

IsRedirect returns true when this get deployment enterprise search resource info o k response has a 3xx status code

func (*GetDeploymentEnterpriseSearchResourceInfoOK) IsServerError

IsServerError returns true when this get deployment enterprise search resource info o k response has a 5xx status code

func (*GetDeploymentEnterpriseSearchResourceInfoOK) IsSuccess

IsSuccess returns true when this get deployment enterprise search resource info o k response has a 2xx status code

func (*GetDeploymentEnterpriseSearchResourceInfoOK) String

type GetDeploymentEnterpriseSearchResourceInfoParams

type GetDeploymentEnterpriseSearchResourceInfoParams struct {

	/* ClearTransient.

	   If set (defaults to false) then removes the transient section from all child resources, making it safe to reapply via an update
	*/
	ClearTransient *bool

	/* DeploymentID.

	   Identifier for the Deployment
	*/
	DeploymentID string

	/* RefID.

	   User-specified RefId for the Resource (or '_main' if there is only one).
	*/
	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.

	   Default: true
	*/
	ShowPlans *bool

	/* ShowSettings.

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

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

GetDeploymentEnterpriseSearchResourceInfoParams contains all the parameters to send to the API endpoint

for the get deployment enterprise search resource info operation.

Typically these are written to a http.Request.

func NewGetDeploymentEnterpriseSearchResourceInfoParams

func NewGetDeploymentEnterpriseSearchResourceInfoParams() *GetDeploymentEnterpriseSearchResourceInfoParams

NewGetDeploymentEnterpriseSearchResourceInfoParams creates a new GetDeploymentEnterpriseSearchResourceInfoParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetDeploymentEnterpriseSearchResourceInfoParamsWithContext

func NewGetDeploymentEnterpriseSearchResourceInfoParamsWithContext(ctx context.Context) *GetDeploymentEnterpriseSearchResourceInfoParams

NewGetDeploymentEnterpriseSearchResourceInfoParamsWithContext creates a new GetDeploymentEnterpriseSearchResourceInfoParams object with the ability to set a context for a request.

func NewGetDeploymentEnterpriseSearchResourceInfoParamsWithHTTPClient

func NewGetDeploymentEnterpriseSearchResourceInfoParamsWithHTTPClient(client *http.Client) *GetDeploymentEnterpriseSearchResourceInfoParams

NewGetDeploymentEnterpriseSearchResourceInfoParamsWithHTTPClient creates a new GetDeploymentEnterpriseSearchResourceInfoParams object with the ability to set a custom HTTPClient for a request.

func NewGetDeploymentEnterpriseSearchResourceInfoParamsWithTimeout

func NewGetDeploymentEnterpriseSearchResourceInfoParamsWithTimeout(timeout time.Duration) *GetDeploymentEnterpriseSearchResourceInfoParams

NewGetDeploymentEnterpriseSearchResourceInfoParamsWithTimeout creates a new GetDeploymentEnterpriseSearchResourceInfoParams object with the ability to set a timeout on a request.

func (*GetDeploymentEnterpriseSearchResourceInfoParams) SetClearTransient

func (o *GetDeploymentEnterpriseSearchResourceInfoParams) SetClearTransient(clearTransient *bool)

SetClearTransient adds the clearTransient to the get deployment enterprise search resource info params

func (*GetDeploymentEnterpriseSearchResourceInfoParams) SetContext

SetContext adds the context to the get deployment enterprise search resource info params

func (*GetDeploymentEnterpriseSearchResourceInfoParams) SetDefaults

SetDefaults hydrates default values in the get deployment enterprise search resource info params (not the query body).

All values with no default are reset to their zero value.

func (*GetDeploymentEnterpriseSearchResourceInfoParams) SetDeploymentID

func (o *GetDeploymentEnterpriseSearchResourceInfoParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the get deployment enterprise search resource info params

func (*GetDeploymentEnterpriseSearchResourceInfoParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get deployment enterprise search resource info params

func (*GetDeploymentEnterpriseSearchResourceInfoParams) SetRefID

SetRefID adds the refId to the get deployment enterprise search resource info params

func (*GetDeploymentEnterpriseSearchResourceInfoParams) SetShowMetadata

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

SetShowMetadata adds the showMetadata to the get deployment enterprise search resource info params

func (*GetDeploymentEnterpriseSearchResourceInfoParams) SetShowPlanDefaults

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

SetShowPlanDefaults adds the showPlanDefaults to the get deployment enterprise search resource info params

func (*GetDeploymentEnterpriseSearchResourceInfoParams) SetShowPlanHistory

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

SetShowPlanHistory adds the showPlanHistory to the get deployment enterprise search resource info params

func (*GetDeploymentEnterpriseSearchResourceInfoParams) SetShowPlanLogs

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

SetShowPlanLogs adds the showPlanLogs to the get deployment enterprise search resource info params

func (*GetDeploymentEnterpriseSearchResourceInfoParams) SetShowPlans

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

SetShowPlans adds the showPlans to the get deployment enterprise search resource info params

func (*GetDeploymentEnterpriseSearchResourceInfoParams) SetShowSettings

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

SetShowSettings adds the showSettings to the get deployment enterprise search resource info params

func (*GetDeploymentEnterpriseSearchResourceInfoParams) SetTimeout

SetTimeout adds the timeout to the get deployment enterprise search resource info params

func (*GetDeploymentEnterpriseSearchResourceInfoParams) WithClearTransient

WithClearTransient adds the clearTransient to the get deployment enterprise search resource info params

func (*GetDeploymentEnterpriseSearchResourceInfoParams) WithContext

WithContext adds the context to the get deployment enterprise search resource info params

func (*GetDeploymentEnterpriseSearchResourceInfoParams) WithDefaults

WithDefaults hydrates default values in the get deployment enterprise search resource info params (not the query body).

All values with no default are reset to their zero value.

func (*GetDeploymentEnterpriseSearchResourceInfoParams) WithDeploymentID

WithDeploymentID adds the deploymentID to the get deployment enterprise search resource info params

func (*GetDeploymentEnterpriseSearchResourceInfoParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get deployment enterprise search resource info params

func (*GetDeploymentEnterpriseSearchResourceInfoParams) WithRefID

WithRefID adds the refID to the get deployment enterprise search resource info params

func (*GetDeploymentEnterpriseSearchResourceInfoParams) WithShowMetadata

WithShowMetadata adds the showMetadata to the get deployment enterprise search resource info params

func (*GetDeploymentEnterpriseSearchResourceInfoParams) WithShowPlanDefaults

WithShowPlanDefaults adds the showPlanDefaults to the get deployment enterprise search resource info params

func (*GetDeploymentEnterpriseSearchResourceInfoParams) WithShowPlanHistory

WithShowPlanHistory adds the showPlanHistory to the get deployment enterprise search resource info params

func (*GetDeploymentEnterpriseSearchResourceInfoParams) WithShowPlanLogs

WithShowPlanLogs adds the showPlanLogs to the get deployment enterprise search resource info params

func (*GetDeploymentEnterpriseSearchResourceInfoParams) WithShowPlans

WithShowPlans adds the showPlans to the get deployment enterprise search resource info params

func (*GetDeploymentEnterpriseSearchResourceInfoParams) WithShowSettings

WithShowSettings adds the showSettings to the get deployment enterprise search resource info params

func (*GetDeploymentEnterpriseSearchResourceInfoParams) WithTimeout

WithTimeout adds the timeout to the get deployment enterprise search resource info params

func (*GetDeploymentEnterpriseSearchResourceInfoParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDeploymentEnterpriseSearchResourceInfoReader

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

GetDeploymentEnterpriseSearchResourceInfoReader is a Reader for the GetDeploymentEnterpriseSearchResourceInfo structure.

func (*GetDeploymentEnterpriseSearchResourceInfoReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDeploymentEsResourceEligibleRemoteClustersBadRequest

type GetDeploymentEsResourceEligibleRemoteClustersBadRequest struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

GetDeploymentEsResourceEligibleRemoteClustersBadRequest describes a response with status code 400, with default header values.

The resource specified doesn't yet have a valid version for the current plan or the pending plan. (code: `deployments.resource_does_not_have_a_valid_version`)

func NewGetDeploymentEsResourceEligibleRemoteClustersBadRequest

func NewGetDeploymentEsResourceEligibleRemoteClustersBadRequest() *GetDeploymentEsResourceEligibleRemoteClustersBadRequest

NewGetDeploymentEsResourceEligibleRemoteClustersBadRequest creates a GetDeploymentEsResourceEligibleRemoteClustersBadRequest with default headers values

func (*GetDeploymentEsResourceEligibleRemoteClustersBadRequest) Code

Code gets the status code for the get deployment es resource eligible remote clusters bad request response

func (*GetDeploymentEsResourceEligibleRemoteClustersBadRequest) Error

func (*GetDeploymentEsResourceEligibleRemoteClustersBadRequest) GetPayload

func (*GetDeploymentEsResourceEligibleRemoteClustersBadRequest) IsClientError

IsClientError returns true when this get deployment es resource eligible remote clusters bad request response has a 4xx status code

func (*GetDeploymentEsResourceEligibleRemoteClustersBadRequest) IsCode

IsCode returns true when this get deployment es resource eligible remote clusters bad request response a status code equal to that given

func (*GetDeploymentEsResourceEligibleRemoteClustersBadRequest) IsRedirect

IsRedirect returns true when this get deployment es resource eligible remote clusters bad request response has a 3xx status code

func (*GetDeploymentEsResourceEligibleRemoteClustersBadRequest) IsServerError

IsServerError returns true when this get deployment es resource eligible remote clusters bad request response has a 5xx status code

func (*GetDeploymentEsResourceEligibleRemoteClustersBadRequest) IsSuccess

IsSuccess returns true when this get deployment es resource eligible remote clusters bad request response has a 2xx status code

func (*GetDeploymentEsResourceEligibleRemoteClustersBadRequest) String

type GetDeploymentEsResourceEligibleRemoteClustersNotFound

type GetDeploymentEsResourceEligibleRemoteClustersNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}
GetDeploymentEsResourceEligibleRemoteClustersNotFound describes a response with status code 404, with default header values.

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

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

func NewGetDeploymentEsResourceEligibleRemoteClustersNotFound

func NewGetDeploymentEsResourceEligibleRemoteClustersNotFound() *GetDeploymentEsResourceEligibleRemoteClustersNotFound

NewGetDeploymentEsResourceEligibleRemoteClustersNotFound creates a GetDeploymentEsResourceEligibleRemoteClustersNotFound with default headers values

func (*GetDeploymentEsResourceEligibleRemoteClustersNotFound) Code

Code gets the status code for the get deployment es resource eligible remote clusters not found response

func (*GetDeploymentEsResourceEligibleRemoteClustersNotFound) Error

func (*GetDeploymentEsResourceEligibleRemoteClustersNotFound) GetPayload

func (*GetDeploymentEsResourceEligibleRemoteClustersNotFound) IsClientError

IsClientError returns true when this get deployment es resource eligible remote clusters not found response has a 4xx status code

func (*GetDeploymentEsResourceEligibleRemoteClustersNotFound) IsCode

IsCode returns true when this get deployment es resource eligible remote clusters not found response a status code equal to that given

func (*GetDeploymentEsResourceEligibleRemoteClustersNotFound) IsRedirect

IsRedirect returns true when this get deployment es resource eligible remote clusters not found response has a 3xx status code

func (*GetDeploymentEsResourceEligibleRemoteClustersNotFound) IsServerError

IsServerError returns true when this get deployment es resource eligible remote clusters not found response has a 5xx status code

func (*GetDeploymentEsResourceEligibleRemoteClustersNotFound) IsSuccess

IsSuccess returns true when this get deployment es resource eligible remote clusters not found response has a 2xx status code

func (*GetDeploymentEsResourceEligibleRemoteClustersNotFound) String

type GetDeploymentEsResourceEligibleRemoteClustersOK

type GetDeploymentEsResourceEligibleRemoteClustersOK struct {
	Payload *models.DeploymentsSearchResponse
}

GetDeploymentEsResourceEligibleRemoteClustersOK describes a response with status code 200, with default header values.

List of deployments which contains eligible remote clusters for the resource

func NewGetDeploymentEsResourceEligibleRemoteClustersOK

func NewGetDeploymentEsResourceEligibleRemoteClustersOK() *GetDeploymentEsResourceEligibleRemoteClustersOK

NewGetDeploymentEsResourceEligibleRemoteClustersOK creates a GetDeploymentEsResourceEligibleRemoteClustersOK with default headers values

func (*GetDeploymentEsResourceEligibleRemoteClustersOK) Code

Code gets the status code for the get deployment es resource eligible remote clusters o k response

func (*GetDeploymentEsResourceEligibleRemoteClustersOK) Error

func (*GetDeploymentEsResourceEligibleRemoteClustersOK) GetPayload

func (*GetDeploymentEsResourceEligibleRemoteClustersOK) IsClientError

IsClientError returns true when this get deployment es resource eligible remote clusters o k response has a 4xx status code

func (*GetDeploymentEsResourceEligibleRemoteClustersOK) IsCode

IsCode returns true when this get deployment es resource eligible remote clusters o k response a status code equal to that given

func (*GetDeploymentEsResourceEligibleRemoteClustersOK) IsRedirect

IsRedirect returns true when this get deployment es resource eligible remote clusters o k response has a 3xx status code

func (*GetDeploymentEsResourceEligibleRemoteClustersOK) IsServerError

IsServerError returns true when this get deployment es resource eligible remote clusters o k response has a 5xx status code

func (*GetDeploymentEsResourceEligibleRemoteClustersOK) IsSuccess

IsSuccess returns true when this get deployment es resource eligible remote clusters o k response has a 2xx status code

func (*GetDeploymentEsResourceEligibleRemoteClustersOK) String

type GetDeploymentEsResourceEligibleRemoteClustersParams

type GetDeploymentEsResourceEligibleRemoteClustersParams struct {

	/* Body.

	   (Optional) The search query to run against all deployments containing eligible remote clusters. When not specified, all the eligible deployments are matched.
	*/
	Body *models.SearchRequest

	/* DeploymentID.

	   Identifier for the Deployment.
	*/
	DeploymentID string

	/* RefID.

	   User-specified RefId for the Resource (or '_main' if there is only one).
	*/
	RefID string

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

GetDeploymentEsResourceEligibleRemoteClustersParams contains all the parameters to send to the API endpoint

for the get deployment es resource eligible remote clusters operation.

Typically these are written to a http.Request.

func NewGetDeploymentEsResourceEligibleRemoteClustersParams

func NewGetDeploymentEsResourceEligibleRemoteClustersParams() *GetDeploymentEsResourceEligibleRemoteClustersParams

NewGetDeploymentEsResourceEligibleRemoteClustersParams creates a new GetDeploymentEsResourceEligibleRemoteClustersParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetDeploymentEsResourceEligibleRemoteClustersParamsWithContext

func NewGetDeploymentEsResourceEligibleRemoteClustersParamsWithContext(ctx context.Context) *GetDeploymentEsResourceEligibleRemoteClustersParams

NewGetDeploymentEsResourceEligibleRemoteClustersParamsWithContext creates a new GetDeploymentEsResourceEligibleRemoteClustersParams object with the ability to set a context for a request.

func NewGetDeploymentEsResourceEligibleRemoteClustersParamsWithHTTPClient

func NewGetDeploymentEsResourceEligibleRemoteClustersParamsWithHTTPClient(client *http.Client) *GetDeploymentEsResourceEligibleRemoteClustersParams

NewGetDeploymentEsResourceEligibleRemoteClustersParamsWithHTTPClient creates a new GetDeploymentEsResourceEligibleRemoteClustersParams object with the ability to set a custom HTTPClient for a request.

func NewGetDeploymentEsResourceEligibleRemoteClustersParamsWithTimeout

func NewGetDeploymentEsResourceEligibleRemoteClustersParamsWithTimeout(timeout time.Duration) *GetDeploymentEsResourceEligibleRemoteClustersParams

NewGetDeploymentEsResourceEligibleRemoteClustersParamsWithTimeout creates a new GetDeploymentEsResourceEligibleRemoteClustersParams object with the ability to set a timeout on a request.

func (*GetDeploymentEsResourceEligibleRemoteClustersParams) SetBody

SetBody adds the body to the get deployment es resource eligible remote clusters params

func (*GetDeploymentEsResourceEligibleRemoteClustersParams) SetContext

SetContext adds the context to the get deployment es resource eligible remote clusters params

func (*GetDeploymentEsResourceEligibleRemoteClustersParams) SetDefaults

SetDefaults hydrates default values in the get deployment es resource eligible remote clusters params (not the query body).

All values with no default are reset to their zero value.

func (*GetDeploymentEsResourceEligibleRemoteClustersParams) SetDeploymentID

func (o *GetDeploymentEsResourceEligibleRemoteClustersParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the get deployment es resource eligible remote clusters params

func (*GetDeploymentEsResourceEligibleRemoteClustersParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get deployment es resource eligible remote clusters params

func (*GetDeploymentEsResourceEligibleRemoteClustersParams) SetRefID

SetRefID adds the refId to the get deployment es resource eligible remote clusters params

func (*GetDeploymentEsResourceEligibleRemoteClustersParams) SetTimeout

SetTimeout adds the timeout to the get deployment es resource eligible remote clusters params

func (*GetDeploymentEsResourceEligibleRemoteClustersParams) WithBody

WithBody adds the body to the get deployment es resource eligible remote clusters params

func (*GetDeploymentEsResourceEligibleRemoteClustersParams) WithContext

WithContext adds the context to the get deployment es resource eligible remote clusters params

func (*GetDeploymentEsResourceEligibleRemoteClustersParams) WithDefaults

WithDefaults hydrates default values in the get deployment es resource eligible remote clusters params (not the query body).

All values with no default are reset to their zero value.

func (*GetDeploymentEsResourceEligibleRemoteClustersParams) WithDeploymentID

WithDeploymentID adds the deploymentID to the get deployment es resource eligible remote clusters params

func (*GetDeploymentEsResourceEligibleRemoteClustersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get deployment es resource eligible remote clusters params

func (*GetDeploymentEsResourceEligibleRemoteClustersParams) WithRefID

WithRefID adds the refID to the get deployment es resource eligible remote clusters params

func (*GetDeploymentEsResourceEligibleRemoteClustersParams) WithTimeout

WithTimeout adds the timeout to the get deployment es resource eligible remote clusters params

func (*GetDeploymentEsResourceEligibleRemoteClustersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDeploymentEsResourceEligibleRemoteClustersReader

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

GetDeploymentEsResourceEligibleRemoteClustersReader is a Reader for the GetDeploymentEsResourceEligibleRemoteClusters structure.

func (*GetDeploymentEsResourceEligibleRemoteClustersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDeploymentEsResourceInfoInternalServerError

type GetDeploymentEsResourceInfoInternalServerError struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

GetDeploymentEsResourceInfoInternalServerError describes a response with status code 500, with default header values.

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

func NewGetDeploymentEsResourceInfoInternalServerError

func NewGetDeploymentEsResourceInfoInternalServerError() *GetDeploymentEsResourceInfoInternalServerError

NewGetDeploymentEsResourceInfoInternalServerError creates a GetDeploymentEsResourceInfoInternalServerError with default headers values

func (*GetDeploymentEsResourceInfoInternalServerError) Code

Code gets the status code for the get deployment es resource info internal server error response

func (*GetDeploymentEsResourceInfoInternalServerError) Error

func (*GetDeploymentEsResourceInfoInternalServerError) GetPayload

func (*GetDeploymentEsResourceInfoInternalServerError) IsClientError

IsClientError returns true when this get deployment es resource info internal server error response has a 4xx status code

func (*GetDeploymentEsResourceInfoInternalServerError) IsCode

IsCode returns true when this get deployment es resource info internal server error response a status code equal to that given

func (*GetDeploymentEsResourceInfoInternalServerError) IsRedirect

IsRedirect returns true when this get deployment es resource info internal server error response has a 3xx status code

func (*GetDeploymentEsResourceInfoInternalServerError) IsServerError

IsServerError returns true when this get deployment es resource info internal server error response has a 5xx status code

func (*GetDeploymentEsResourceInfoInternalServerError) IsSuccess

IsSuccess returns true when this get deployment es resource info internal server error response has a 2xx status code

func (*GetDeploymentEsResourceInfoInternalServerError) String

type GetDeploymentEsResourceInfoNotFound

type GetDeploymentEsResourceInfoNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

GetDeploymentEsResourceInfoNotFound describes a response with status code 404, with default header values.

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

func NewGetDeploymentEsResourceInfoNotFound

func NewGetDeploymentEsResourceInfoNotFound() *GetDeploymentEsResourceInfoNotFound

NewGetDeploymentEsResourceInfoNotFound creates a GetDeploymentEsResourceInfoNotFound with default headers values

func (*GetDeploymentEsResourceInfoNotFound) Code

Code gets the status code for the get deployment es resource info not found response

func (*GetDeploymentEsResourceInfoNotFound) Error

func (*GetDeploymentEsResourceInfoNotFound) GetPayload

func (*GetDeploymentEsResourceInfoNotFound) IsClientError

func (o *GetDeploymentEsResourceInfoNotFound) IsClientError() bool

IsClientError returns true when this get deployment es resource info not found response has a 4xx status code

func (*GetDeploymentEsResourceInfoNotFound) IsCode

IsCode returns true when this get deployment es resource info not found response a status code equal to that given

func (*GetDeploymentEsResourceInfoNotFound) IsRedirect

func (o *GetDeploymentEsResourceInfoNotFound) IsRedirect() bool

IsRedirect returns true when this get deployment es resource info not found response has a 3xx status code

func (*GetDeploymentEsResourceInfoNotFound) IsServerError

func (o *GetDeploymentEsResourceInfoNotFound) IsServerError() bool

IsServerError returns true when this get deployment es resource info not found response has a 5xx status code

func (*GetDeploymentEsResourceInfoNotFound) IsSuccess

IsSuccess returns true when this get deployment es resource info not found response has a 2xx status code

func (*GetDeploymentEsResourceInfoNotFound) String

type GetDeploymentEsResourceInfoOK

type GetDeploymentEsResourceInfoOK struct {
	Payload *models.ElasticsearchResourceInfo
}

GetDeploymentEsResourceInfoOK describes a response with status code 200, with default header values.

Standard response.

func NewGetDeploymentEsResourceInfoOK

func NewGetDeploymentEsResourceInfoOK() *GetDeploymentEsResourceInfoOK

NewGetDeploymentEsResourceInfoOK creates a GetDeploymentEsResourceInfoOK with default headers values

func (*GetDeploymentEsResourceInfoOK) Code

Code gets the status code for the get deployment es resource info o k response

func (*GetDeploymentEsResourceInfoOK) Error

func (*GetDeploymentEsResourceInfoOK) GetPayload

func (*GetDeploymentEsResourceInfoOK) IsClientError

func (o *GetDeploymentEsResourceInfoOK) IsClientError() bool

IsClientError returns true when this get deployment es resource info o k response has a 4xx status code

func (*GetDeploymentEsResourceInfoOK) IsCode

func (o *GetDeploymentEsResourceInfoOK) IsCode(code int) bool

IsCode returns true when this get deployment es resource info o k response a status code equal to that given

func (*GetDeploymentEsResourceInfoOK) IsRedirect

func (o *GetDeploymentEsResourceInfoOK) IsRedirect() bool

IsRedirect returns true when this get deployment es resource info o k response has a 3xx status code

func (*GetDeploymentEsResourceInfoOK) IsServerError

func (o *GetDeploymentEsResourceInfoOK) IsServerError() bool

IsServerError returns true when this get deployment es resource info o k response has a 5xx status code

func (*GetDeploymentEsResourceInfoOK) IsSuccess

func (o *GetDeploymentEsResourceInfoOK) IsSuccess() bool

IsSuccess returns true when this get deployment es resource info o k response has a 2xx status code

func (*GetDeploymentEsResourceInfoOK) String

type GetDeploymentEsResourceInfoParams

type GetDeploymentEsResourceInfoParams struct {

	/* ClearTransient.

	   If set (defaults to false) then removes the transient section from all child resources, making it safe to reapply via an update
	*/
	ClearTransient *bool

	/* 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.

	   Default: true
	*/
	EnrichWithTemplate *bool

	/* RefID.

	   User-specified RefId for the Resource (or '_main' if there is only one).
	*/
	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.

	   Default: true
	*/
	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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetDeploymentEsResourceInfoParamsWithContext

func NewGetDeploymentEsResourceInfoParamsWithContext(ctx context.Context) *GetDeploymentEsResourceInfoParams

NewGetDeploymentEsResourceInfoParamsWithContext creates a new GetDeploymentEsResourceInfoParams object with 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 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 ability to set a timeout on a request.

func (*GetDeploymentEsResourceInfoParams) SetClearTransient

func (o *GetDeploymentEsResourceInfoParams) SetClearTransient(clearTransient *bool)

SetClearTransient adds the clearTransient to the get deployment es resource info params

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) SetDefaults

func (o *GetDeploymentEsResourceInfoParams) SetDefaults()

SetDefaults hydrates default values in the get deployment es resource info params (not the query body).

All values with no default are reset to their zero value.

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) WithClearTransient

func (o *GetDeploymentEsResourceInfoParams) WithClearTransient(clearTransient *bool) *GetDeploymentEsResourceInfoParams

WithClearTransient adds the clearTransient 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) WithDefaults

WithDefaults hydrates default values in the get deployment es resource info params (not the query body).

All values with no default are reset to their zero value.

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 GetDeploymentEsResourceKeystoreInternalServerError

type GetDeploymentEsResourceKeystoreInternalServerError struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

GetDeploymentEsResourceKeystoreInternalServerError describes a response with status code 500, with default header values.

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

func NewGetDeploymentEsResourceKeystoreInternalServerError

func NewGetDeploymentEsResourceKeystoreInternalServerError() *GetDeploymentEsResourceKeystoreInternalServerError

NewGetDeploymentEsResourceKeystoreInternalServerError creates a GetDeploymentEsResourceKeystoreInternalServerError with default headers values

func (*GetDeploymentEsResourceKeystoreInternalServerError) Code

Code gets the status code for the get deployment es resource keystore internal server error response

func (*GetDeploymentEsResourceKeystoreInternalServerError) Error

func (*GetDeploymentEsResourceKeystoreInternalServerError) GetPayload

func (*GetDeploymentEsResourceKeystoreInternalServerError) IsClientError

IsClientError returns true when this get deployment es resource keystore internal server error response has a 4xx status code

func (*GetDeploymentEsResourceKeystoreInternalServerError) IsCode

IsCode returns true when this get deployment es resource keystore internal server error response a status code equal to that given

func (*GetDeploymentEsResourceKeystoreInternalServerError) IsRedirect

IsRedirect returns true when this get deployment es resource keystore internal server error response has a 3xx status code

func (*GetDeploymentEsResourceKeystoreInternalServerError) IsServerError

IsServerError returns true when this get deployment es resource keystore internal server error response has a 5xx status code

func (*GetDeploymentEsResourceKeystoreInternalServerError) IsSuccess

IsSuccess returns true when this get deployment es resource keystore internal server error response has a 2xx status code

func (*GetDeploymentEsResourceKeystoreInternalServerError) String

type GetDeploymentEsResourceKeystoreNotFound

type GetDeploymentEsResourceKeystoreNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}
GetDeploymentEsResourceKeystoreNotFound describes a response with status code 404, with default header values.

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

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

func NewGetDeploymentEsResourceKeystoreNotFound

func NewGetDeploymentEsResourceKeystoreNotFound() *GetDeploymentEsResourceKeystoreNotFound

NewGetDeploymentEsResourceKeystoreNotFound creates a GetDeploymentEsResourceKeystoreNotFound with default headers values

func (*GetDeploymentEsResourceKeystoreNotFound) Code

Code gets the status code for the get deployment es resource keystore not found response

func (*GetDeploymentEsResourceKeystoreNotFound) Error

func (*GetDeploymentEsResourceKeystoreNotFound) GetPayload

func (*GetDeploymentEsResourceKeystoreNotFound) IsClientError

func (o *GetDeploymentEsResourceKeystoreNotFound) IsClientError() bool

IsClientError returns true when this get deployment es resource keystore not found response has a 4xx status code

func (*GetDeploymentEsResourceKeystoreNotFound) IsCode

IsCode returns true when this get deployment es resource keystore not found response a status code equal to that given

func (*GetDeploymentEsResourceKeystoreNotFound) IsRedirect

IsRedirect returns true when this get deployment es resource keystore not found response has a 3xx status code

func (*GetDeploymentEsResourceKeystoreNotFound) IsServerError

func (o *GetDeploymentEsResourceKeystoreNotFound) IsServerError() bool

IsServerError returns true when this get deployment es resource keystore not found response has a 5xx status code

func (*GetDeploymentEsResourceKeystoreNotFound) IsSuccess

IsSuccess returns true when this get deployment es resource keystore not found response has a 2xx status code

func (*GetDeploymentEsResourceKeystoreNotFound) String

type GetDeploymentEsResourceKeystoreOK

type GetDeploymentEsResourceKeystoreOK struct {
	Payload *models.KeystoreContents
}

GetDeploymentEsResourceKeystoreOK describes a response with status code 200, with default header values.

The contents of the Elasticsearch keystore, with values redacted

func NewGetDeploymentEsResourceKeystoreOK

func NewGetDeploymentEsResourceKeystoreOK() *GetDeploymentEsResourceKeystoreOK

NewGetDeploymentEsResourceKeystoreOK creates a GetDeploymentEsResourceKeystoreOK with default headers values

func (*GetDeploymentEsResourceKeystoreOK) Code

Code gets the status code for the get deployment es resource keystore o k response

func (*GetDeploymentEsResourceKeystoreOK) Error

func (*GetDeploymentEsResourceKeystoreOK) GetPayload

func (*GetDeploymentEsResourceKeystoreOK) IsClientError

func (o *GetDeploymentEsResourceKeystoreOK) IsClientError() bool

IsClientError returns true when this get deployment es resource keystore o k response has a 4xx status code

func (*GetDeploymentEsResourceKeystoreOK) IsCode

func (o *GetDeploymentEsResourceKeystoreOK) IsCode(code int) bool

IsCode returns true when this get deployment es resource keystore o k response a status code equal to that given

func (*GetDeploymentEsResourceKeystoreOK) IsRedirect

func (o *GetDeploymentEsResourceKeystoreOK) IsRedirect() bool

IsRedirect returns true when this get deployment es resource keystore o k response has a 3xx status code

func (*GetDeploymentEsResourceKeystoreOK) IsServerError

func (o *GetDeploymentEsResourceKeystoreOK) IsServerError() bool

IsServerError returns true when this get deployment es resource keystore o k response has a 5xx status code

func (*GetDeploymentEsResourceKeystoreOK) IsSuccess

func (o *GetDeploymentEsResourceKeystoreOK) IsSuccess() bool

IsSuccess returns true when this get deployment es resource keystore o k response has a 2xx status code

func (*GetDeploymentEsResourceKeystoreOK) String

type GetDeploymentEsResourceKeystoreParams

type GetDeploymentEsResourceKeystoreParams struct {

	/* DeploymentID.

	   Identifier for the Deployment
	*/
	DeploymentID string

	/* RefID.

	   User-specified RefId for the Resource (or '_main' if there is only one)
	*/
	RefID string

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

GetDeploymentEsResourceKeystoreParams contains all the parameters to send to the API endpoint

for the get deployment es resource keystore operation.

Typically these are written to a http.Request.

func NewGetDeploymentEsResourceKeystoreParams

func NewGetDeploymentEsResourceKeystoreParams() *GetDeploymentEsResourceKeystoreParams

NewGetDeploymentEsResourceKeystoreParams creates a new GetDeploymentEsResourceKeystoreParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetDeploymentEsResourceKeystoreParamsWithContext

func NewGetDeploymentEsResourceKeystoreParamsWithContext(ctx context.Context) *GetDeploymentEsResourceKeystoreParams

NewGetDeploymentEsResourceKeystoreParamsWithContext creates a new GetDeploymentEsResourceKeystoreParams object with the ability to set a context for a request.

func NewGetDeploymentEsResourceKeystoreParamsWithHTTPClient

func NewGetDeploymentEsResourceKeystoreParamsWithHTTPClient(client *http.Client) *GetDeploymentEsResourceKeystoreParams

NewGetDeploymentEsResourceKeystoreParamsWithHTTPClient creates a new GetDeploymentEsResourceKeystoreParams object with the ability to set a custom HTTPClient for a request.

func NewGetDeploymentEsResourceKeystoreParamsWithTimeout

func NewGetDeploymentEsResourceKeystoreParamsWithTimeout(timeout time.Duration) *GetDeploymentEsResourceKeystoreParams

NewGetDeploymentEsResourceKeystoreParamsWithTimeout creates a new GetDeploymentEsResourceKeystoreParams object with the ability to set a timeout on a request.

func (*GetDeploymentEsResourceKeystoreParams) SetContext

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

func (*GetDeploymentEsResourceKeystoreParams) SetDefaults

func (o *GetDeploymentEsResourceKeystoreParams) SetDefaults()

SetDefaults hydrates default values in the get deployment es resource keystore params (not the query body).

All values with no default are reset to their zero value.

func (*GetDeploymentEsResourceKeystoreParams) SetDeploymentID

func (o *GetDeploymentEsResourceKeystoreParams) SetDeploymentID(deploymentID string)

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

func (*GetDeploymentEsResourceKeystoreParams) SetHTTPClient

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

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

func (*GetDeploymentEsResourceKeystoreParams) SetRefID

func (o *GetDeploymentEsResourceKeystoreParams) SetRefID(refID string)

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

func (*GetDeploymentEsResourceKeystoreParams) SetTimeout

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

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

func (*GetDeploymentEsResourceKeystoreParams) WithContext

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

func (*GetDeploymentEsResourceKeystoreParams) WithDefaults

WithDefaults hydrates default values in the get deployment es resource keystore params (not the query body).

All values with no default are reset to their zero value.

func (*GetDeploymentEsResourceKeystoreParams) WithDeploymentID

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

func (*GetDeploymentEsResourceKeystoreParams) WithHTTPClient

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

func (*GetDeploymentEsResourceKeystoreParams) WithRefID

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

func (*GetDeploymentEsResourceKeystoreParams) WithTimeout

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

func (*GetDeploymentEsResourceKeystoreParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDeploymentEsResourceKeystoreReader

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

GetDeploymentEsResourceKeystoreReader is a Reader for the GetDeploymentEsResourceKeystore structure.

func (*GetDeploymentEsResourceKeystoreReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDeploymentEsResourceRemoteClustersNotFound

type GetDeploymentEsResourceRemoteClustersNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}
GetDeploymentEsResourceRemoteClustersNotFound describes a response with status code 404, with default header values.

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

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

func NewGetDeploymentEsResourceRemoteClustersNotFound

func NewGetDeploymentEsResourceRemoteClustersNotFound() *GetDeploymentEsResourceRemoteClustersNotFound

NewGetDeploymentEsResourceRemoteClustersNotFound creates a GetDeploymentEsResourceRemoteClustersNotFound with default headers values

func (*GetDeploymentEsResourceRemoteClustersNotFound) Code

Code gets the status code for the get deployment es resource remote clusters not found response

func (*GetDeploymentEsResourceRemoteClustersNotFound) Error

func (*GetDeploymentEsResourceRemoteClustersNotFound) GetPayload

func (*GetDeploymentEsResourceRemoteClustersNotFound) IsClientError

IsClientError returns true when this get deployment es resource remote clusters not found response has a 4xx status code

func (*GetDeploymentEsResourceRemoteClustersNotFound) IsCode

IsCode returns true when this get deployment es resource remote clusters not found response a status code equal to that given

func (*GetDeploymentEsResourceRemoteClustersNotFound) IsRedirect

IsRedirect returns true when this get deployment es resource remote clusters not found response has a 3xx status code

func (*GetDeploymentEsResourceRemoteClustersNotFound) IsServerError

IsServerError returns true when this get deployment es resource remote clusters not found response has a 5xx status code

func (*GetDeploymentEsResourceRemoteClustersNotFound) IsSuccess

IsSuccess returns true when this get deployment es resource remote clusters not found response has a 2xx status code

func (*GetDeploymentEsResourceRemoteClustersNotFound) String

type GetDeploymentEsResourceRemoteClustersOK

type GetDeploymentEsResourceRemoteClustersOK struct {
	Payload *models.RemoteResources
}

GetDeploymentEsResourceRemoteClustersOK describes a response with status code 200, with default header values.

List of certificate based remote clusters for the resource

func NewGetDeploymentEsResourceRemoteClustersOK

func NewGetDeploymentEsResourceRemoteClustersOK() *GetDeploymentEsResourceRemoteClustersOK

NewGetDeploymentEsResourceRemoteClustersOK creates a GetDeploymentEsResourceRemoteClustersOK with default headers values

func (*GetDeploymentEsResourceRemoteClustersOK) Code

Code gets the status code for the get deployment es resource remote clusters o k response

func (*GetDeploymentEsResourceRemoteClustersOK) Error

func (*GetDeploymentEsResourceRemoteClustersOK) GetPayload

func (*GetDeploymentEsResourceRemoteClustersOK) IsClientError

func (o *GetDeploymentEsResourceRemoteClustersOK) IsClientError() bool

IsClientError returns true when this get deployment es resource remote clusters o k response has a 4xx status code

func (*GetDeploymentEsResourceRemoteClustersOK) IsCode

IsCode returns true when this get deployment es resource remote clusters o k response a status code equal to that given

func (*GetDeploymentEsResourceRemoteClustersOK) IsRedirect

IsRedirect returns true when this get deployment es resource remote clusters o k response has a 3xx status code

func (*GetDeploymentEsResourceRemoteClustersOK) IsServerError

func (o *GetDeploymentEsResourceRemoteClustersOK) IsServerError() bool

IsServerError returns true when this get deployment es resource remote clusters o k response has a 5xx status code

func (*GetDeploymentEsResourceRemoteClustersOK) IsSuccess

IsSuccess returns true when this get deployment es resource remote clusters o k response has a 2xx status code

func (*GetDeploymentEsResourceRemoteClustersOK) String

type GetDeploymentEsResourceRemoteClustersParams

type GetDeploymentEsResourceRemoteClustersParams struct {

	/* DeploymentID.

	   Identifier for the Deployment.
	*/
	DeploymentID string

	/* RefID.

	   User-specified RefId for the Resource (or '_main' if there is only one).
	*/
	RefID string

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

GetDeploymentEsResourceRemoteClustersParams contains all the parameters to send to the API endpoint

for the get deployment es resource remote clusters operation.

Typically these are written to a http.Request.

func NewGetDeploymentEsResourceRemoteClustersParams

func NewGetDeploymentEsResourceRemoteClustersParams() *GetDeploymentEsResourceRemoteClustersParams

NewGetDeploymentEsResourceRemoteClustersParams creates a new GetDeploymentEsResourceRemoteClustersParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetDeploymentEsResourceRemoteClustersParamsWithContext

func NewGetDeploymentEsResourceRemoteClustersParamsWithContext(ctx context.Context) *GetDeploymentEsResourceRemoteClustersParams

NewGetDeploymentEsResourceRemoteClustersParamsWithContext creates a new GetDeploymentEsResourceRemoteClustersParams object with the ability to set a context for a request.

func NewGetDeploymentEsResourceRemoteClustersParamsWithHTTPClient

func NewGetDeploymentEsResourceRemoteClustersParamsWithHTTPClient(client *http.Client) *GetDeploymentEsResourceRemoteClustersParams

NewGetDeploymentEsResourceRemoteClustersParamsWithHTTPClient creates a new GetDeploymentEsResourceRemoteClustersParams object with the ability to set a custom HTTPClient for a request.

func NewGetDeploymentEsResourceRemoteClustersParamsWithTimeout

func NewGetDeploymentEsResourceRemoteClustersParamsWithTimeout(timeout time.Duration) *GetDeploymentEsResourceRemoteClustersParams

NewGetDeploymentEsResourceRemoteClustersParamsWithTimeout creates a new GetDeploymentEsResourceRemoteClustersParams object with the ability to set a timeout on a request.

func (*GetDeploymentEsResourceRemoteClustersParams) SetContext

SetContext adds the context to the get deployment es resource remote clusters params

func (*GetDeploymentEsResourceRemoteClustersParams) SetDefaults

SetDefaults hydrates default values in the get deployment es resource remote clusters params (not the query body).

All values with no default are reset to their zero value.

func (*GetDeploymentEsResourceRemoteClustersParams) SetDeploymentID

func (o *GetDeploymentEsResourceRemoteClustersParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the get deployment es resource remote clusters params

func (*GetDeploymentEsResourceRemoteClustersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get deployment es resource remote clusters params

func (*GetDeploymentEsResourceRemoteClustersParams) SetRefID

SetRefID adds the refId to the get deployment es resource remote clusters params

func (*GetDeploymentEsResourceRemoteClustersParams) SetTimeout

SetTimeout adds the timeout to the get deployment es resource remote clusters params

func (*GetDeploymentEsResourceRemoteClustersParams) WithContext

WithContext adds the context to the get deployment es resource remote clusters params

func (*GetDeploymentEsResourceRemoteClustersParams) WithDefaults

WithDefaults hydrates default values in the get deployment es resource remote clusters params (not the query body).

All values with no default are reset to their zero value.

func (*GetDeploymentEsResourceRemoteClustersParams) WithDeploymentID

WithDeploymentID adds the deploymentID to the get deployment es resource remote clusters params

func (*GetDeploymentEsResourceRemoteClustersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get deployment es resource remote clusters params

func (*GetDeploymentEsResourceRemoteClustersParams) WithRefID

WithRefID adds the refID to the get deployment es resource remote clusters params

func (*GetDeploymentEsResourceRemoteClustersParams) WithTimeout

WithTimeout adds the timeout to the get deployment es resource remote clusters params

func (*GetDeploymentEsResourceRemoteClustersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDeploymentEsResourceRemoteClustersReader

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

GetDeploymentEsResourceRemoteClustersReader is a Reader for the GetDeploymentEsResourceRemoteClusters structure.

func (*GetDeploymentEsResourceRemoteClustersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDeploymentEsResourceSnapshotDependencyInternalServerError

type GetDeploymentEsResourceSnapshotDependencyInternalServerError struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

GetDeploymentEsResourceSnapshotDependencyInternalServerError describes a response with status code 500, with default header values.

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

func NewGetDeploymentEsResourceSnapshotDependencyInternalServerError

func NewGetDeploymentEsResourceSnapshotDependencyInternalServerError() *GetDeploymentEsResourceSnapshotDependencyInternalServerError

NewGetDeploymentEsResourceSnapshotDependencyInternalServerError creates a GetDeploymentEsResourceSnapshotDependencyInternalServerError with default headers values

func (*GetDeploymentEsResourceSnapshotDependencyInternalServerError) Code

Code gets the status code for the get deployment es resource snapshot dependency internal server error response

func (*GetDeploymentEsResourceSnapshotDependencyInternalServerError) Error

func (*GetDeploymentEsResourceSnapshotDependencyInternalServerError) GetPayload

func (*GetDeploymentEsResourceSnapshotDependencyInternalServerError) IsClientError

IsClientError returns true when this get deployment es resource snapshot dependency internal server error response has a 4xx status code

func (*GetDeploymentEsResourceSnapshotDependencyInternalServerError) IsCode

IsCode returns true when this get deployment es resource snapshot dependency internal server error response a status code equal to that given

func (*GetDeploymentEsResourceSnapshotDependencyInternalServerError) IsRedirect

IsRedirect returns true when this get deployment es resource snapshot dependency internal server error response has a 3xx status code

func (*GetDeploymentEsResourceSnapshotDependencyInternalServerError) IsServerError

IsServerError returns true when this get deployment es resource snapshot dependency internal server error response has a 5xx status code

func (*GetDeploymentEsResourceSnapshotDependencyInternalServerError) IsSuccess

IsSuccess returns true when this get deployment es resource snapshot dependency internal server error response has a 2xx status code

func (*GetDeploymentEsResourceSnapshotDependencyInternalServerError) String

type GetDeploymentEsResourceSnapshotDependencyNotFound

type GetDeploymentEsResourceSnapshotDependencyNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}
GetDeploymentEsResourceSnapshotDependencyNotFound describes a response with status code 404, with default header values.

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

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

func NewGetDeploymentEsResourceSnapshotDependencyNotFound

func NewGetDeploymentEsResourceSnapshotDependencyNotFound() *GetDeploymentEsResourceSnapshotDependencyNotFound

NewGetDeploymentEsResourceSnapshotDependencyNotFound creates a GetDeploymentEsResourceSnapshotDependencyNotFound with default headers values

func (*GetDeploymentEsResourceSnapshotDependencyNotFound) Code

Code gets the status code for the get deployment es resource snapshot dependency not found response

func (*GetDeploymentEsResourceSnapshotDependencyNotFound) Error

func (*GetDeploymentEsResourceSnapshotDependencyNotFound) GetPayload

func (*GetDeploymentEsResourceSnapshotDependencyNotFound) IsClientError

IsClientError returns true when this get deployment es resource snapshot dependency not found response has a 4xx status code

func (*GetDeploymentEsResourceSnapshotDependencyNotFound) IsCode

IsCode returns true when this get deployment es resource snapshot dependency not found response a status code equal to that given

func (*GetDeploymentEsResourceSnapshotDependencyNotFound) IsRedirect

IsRedirect returns true when this get deployment es resource snapshot dependency not found response has a 3xx status code

func (*GetDeploymentEsResourceSnapshotDependencyNotFound) IsServerError

IsServerError returns true when this get deployment es resource snapshot dependency not found response has a 5xx status code

func (*GetDeploymentEsResourceSnapshotDependencyNotFound) IsSuccess

IsSuccess returns true when this get deployment es resource snapshot dependency not found response has a 2xx status code

func (*GetDeploymentEsResourceSnapshotDependencyNotFound) String

type GetDeploymentEsResourceSnapshotDependencyOK

type GetDeploymentEsResourceSnapshotDependencyOK struct {
	Payload *models.SnapshotDependencies
}

GetDeploymentEsResourceSnapshotDependencyOK describes a response with status code 200, with default header values.

List of snapshot dependency

func NewGetDeploymentEsResourceSnapshotDependencyOK

func NewGetDeploymentEsResourceSnapshotDependencyOK() *GetDeploymentEsResourceSnapshotDependencyOK

NewGetDeploymentEsResourceSnapshotDependencyOK creates a GetDeploymentEsResourceSnapshotDependencyOK with default headers values

func (*GetDeploymentEsResourceSnapshotDependencyOK) Code

Code gets the status code for the get deployment es resource snapshot dependency o k response

func (*GetDeploymentEsResourceSnapshotDependencyOK) Error

func (*GetDeploymentEsResourceSnapshotDependencyOK) GetPayload

func (*GetDeploymentEsResourceSnapshotDependencyOK) IsClientError

IsClientError returns true when this get deployment es resource snapshot dependency o k response has a 4xx status code

func (*GetDeploymentEsResourceSnapshotDependencyOK) IsCode

IsCode returns true when this get deployment es resource snapshot dependency o k response a status code equal to that given

func (*GetDeploymentEsResourceSnapshotDependencyOK) IsRedirect

IsRedirect returns true when this get deployment es resource snapshot dependency o k response has a 3xx status code

func (*GetDeploymentEsResourceSnapshotDependencyOK) IsServerError

IsServerError returns true when this get deployment es resource snapshot dependency o k response has a 5xx status code

func (*GetDeploymentEsResourceSnapshotDependencyOK) IsSuccess

IsSuccess returns true when this get deployment es resource snapshot dependency o k response has a 2xx status code

func (*GetDeploymentEsResourceSnapshotDependencyOK) String

type GetDeploymentEsResourceSnapshotDependencyParams

type GetDeploymentEsResourceSnapshotDependencyParams struct {

	/* DeploymentID.

	   Identifier for the Deployment
	*/
	DeploymentID string

	/* RefID.

	   User-specified RefId for the Resource (or '_main' if there is only one)
	*/
	RefID string

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

GetDeploymentEsResourceSnapshotDependencyParams contains all the parameters to send to the API endpoint

for the get deployment es resource snapshot dependency operation.

Typically these are written to a http.Request.

func NewGetDeploymentEsResourceSnapshotDependencyParams

func NewGetDeploymentEsResourceSnapshotDependencyParams() *GetDeploymentEsResourceSnapshotDependencyParams

NewGetDeploymentEsResourceSnapshotDependencyParams creates a new GetDeploymentEsResourceSnapshotDependencyParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetDeploymentEsResourceSnapshotDependencyParamsWithContext

func NewGetDeploymentEsResourceSnapshotDependencyParamsWithContext(ctx context.Context) *GetDeploymentEsResourceSnapshotDependencyParams

NewGetDeploymentEsResourceSnapshotDependencyParamsWithContext creates a new GetDeploymentEsResourceSnapshotDependencyParams object with the ability to set a context for a request.

func NewGetDeploymentEsResourceSnapshotDependencyParamsWithHTTPClient

func NewGetDeploymentEsResourceSnapshotDependencyParamsWithHTTPClient(client *http.Client) *GetDeploymentEsResourceSnapshotDependencyParams

NewGetDeploymentEsResourceSnapshotDependencyParamsWithHTTPClient creates a new GetDeploymentEsResourceSnapshotDependencyParams object with the ability to set a custom HTTPClient for a request.

func NewGetDeploymentEsResourceSnapshotDependencyParamsWithTimeout

func NewGetDeploymentEsResourceSnapshotDependencyParamsWithTimeout(timeout time.Duration) *GetDeploymentEsResourceSnapshotDependencyParams

NewGetDeploymentEsResourceSnapshotDependencyParamsWithTimeout creates a new GetDeploymentEsResourceSnapshotDependencyParams object with the ability to set a timeout on a request.

func (*GetDeploymentEsResourceSnapshotDependencyParams) SetContext

SetContext adds the context to the get deployment es resource snapshot dependency params

func (*GetDeploymentEsResourceSnapshotDependencyParams) SetDefaults

SetDefaults hydrates default values in the get deployment es resource snapshot dependency params (not the query body).

All values with no default are reset to their zero value.

func (*GetDeploymentEsResourceSnapshotDependencyParams) SetDeploymentID

func (o *GetDeploymentEsResourceSnapshotDependencyParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the get deployment es resource snapshot dependency params

func (*GetDeploymentEsResourceSnapshotDependencyParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get deployment es resource snapshot dependency params

func (*GetDeploymentEsResourceSnapshotDependencyParams) SetRefID

SetRefID adds the refId to the get deployment es resource snapshot dependency params

func (*GetDeploymentEsResourceSnapshotDependencyParams) SetTimeout

SetTimeout adds the timeout to the get deployment es resource snapshot dependency params

func (*GetDeploymentEsResourceSnapshotDependencyParams) WithContext

WithContext adds the context to the get deployment es resource snapshot dependency params

func (*GetDeploymentEsResourceSnapshotDependencyParams) WithDefaults

WithDefaults hydrates default values in the get deployment es resource snapshot dependency params (not the query body).

All values with no default are reset to their zero value.

func (*GetDeploymentEsResourceSnapshotDependencyParams) WithDeploymentID

WithDeploymentID adds the deploymentID to the get deployment es resource snapshot dependency params

func (*GetDeploymentEsResourceSnapshotDependencyParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get deployment es resource snapshot dependency params

func (*GetDeploymentEsResourceSnapshotDependencyParams) WithRefID

WithRefID adds the refID to the get deployment es resource snapshot dependency params

func (*GetDeploymentEsResourceSnapshotDependencyParams) WithTimeout

WithTimeout adds the timeout to the get deployment es resource snapshot dependency params

func (*GetDeploymentEsResourceSnapshotDependencyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDeploymentEsResourceSnapshotDependencyReader

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

GetDeploymentEsResourceSnapshotDependencyReader is a Reader for the GetDeploymentEsResourceSnapshotDependency structure.

func (*GetDeploymentEsResourceSnapshotDependencyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDeploymentHeapDumpsNotFound

type GetDeploymentHeapDumpsNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

GetDeploymentHeapDumpsNotFound describes a response with status code 404, with default header values.

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

func NewGetDeploymentHeapDumpsNotFound

func NewGetDeploymentHeapDumpsNotFound() *GetDeploymentHeapDumpsNotFound

NewGetDeploymentHeapDumpsNotFound creates a GetDeploymentHeapDumpsNotFound with default headers values

func (*GetDeploymentHeapDumpsNotFound) Code

Code gets the status code for the get deployment heap dumps not found response

func (*GetDeploymentHeapDumpsNotFound) Error

func (*GetDeploymentHeapDumpsNotFound) GetPayload

func (*GetDeploymentHeapDumpsNotFound) IsClientError

func (o *GetDeploymentHeapDumpsNotFound) IsClientError() bool

IsClientError returns true when this get deployment heap dumps not found response has a 4xx status code

func (*GetDeploymentHeapDumpsNotFound) IsCode

func (o *GetDeploymentHeapDumpsNotFound) IsCode(code int) bool

IsCode returns true when this get deployment heap dumps not found response a status code equal to that given

func (*GetDeploymentHeapDumpsNotFound) IsRedirect

func (o *GetDeploymentHeapDumpsNotFound) IsRedirect() bool

IsRedirect returns true when this get deployment heap dumps not found response has a 3xx status code

func (*GetDeploymentHeapDumpsNotFound) IsServerError

func (o *GetDeploymentHeapDumpsNotFound) IsServerError() bool

IsServerError returns true when this get deployment heap dumps not found response has a 5xx status code

func (*GetDeploymentHeapDumpsNotFound) IsSuccess

func (o *GetDeploymentHeapDumpsNotFound) IsSuccess() bool

IsSuccess returns true when this get deployment heap dumps not found response has a 2xx status code

func (*GetDeploymentHeapDumpsNotFound) String

type GetDeploymentHeapDumpsOK

type GetDeploymentHeapDumpsOK struct {
	Payload *models.DeploymentHeapDumps
}

GetDeploymentHeapDumpsOK describes a response with status code 200, with default header values.

The heap dump details for all instances belonging to the deployment

func NewGetDeploymentHeapDumpsOK

func NewGetDeploymentHeapDumpsOK() *GetDeploymentHeapDumpsOK

NewGetDeploymentHeapDumpsOK creates a GetDeploymentHeapDumpsOK with default headers values

func (*GetDeploymentHeapDumpsOK) Code

func (o *GetDeploymentHeapDumpsOK) Code() int

Code gets the status code for the get deployment heap dumps o k response

func (*GetDeploymentHeapDumpsOK) Error

func (o *GetDeploymentHeapDumpsOK) Error() string

func (*GetDeploymentHeapDumpsOK) GetPayload

func (*GetDeploymentHeapDumpsOK) IsClientError

func (o *GetDeploymentHeapDumpsOK) IsClientError() bool

IsClientError returns true when this get deployment heap dumps o k response has a 4xx status code

func (*GetDeploymentHeapDumpsOK) IsCode

func (o *GetDeploymentHeapDumpsOK) IsCode(code int) bool

IsCode returns true when this get deployment heap dumps o k response a status code equal to that given

func (*GetDeploymentHeapDumpsOK) IsRedirect

func (o *GetDeploymentHeapDumpsOK) IsRedirect() bool

IsRedirect returns true when this get deployment heap dumps o k response has a 3xx status code

func (*GetDeploymentHeapDumpsOK) IsServerError

func (o *GetDeploymentHeapDumpsOK) IsServerError() bool

IsServerError returns true when this get deployment heap dumps o k response has a 5xx status code

func (*GetDeploymentHeapDumpsOK) IsSuccess

func (o *GetDeploymentHeapDumpsOK) IsSuccess() bool

IsSuccess returns true when this get deployment heap dumps o k response has a 2xx status code

func (*GetDeploymentHeapDumpsOK) String

func (o *GetDeploymentHeapDumpsOK) String() string

type GetDeploymentHeapDumpsParams

type GetDeploymentHeapDumpsParams struct {

	/* DeploymentID.

	   Identifier for the Deployment.
	*/
	DeploymentID string

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

GetDeploymentHeapDumpsParams contains all the parameters to send to the API endpoint

for the get deployment heap dumps operation.

Typically these are written to a http.Request.

func NewGetDeploymentHeapDumpsParams

func NewGetDeploymentHeapDumpsParams() *GetDeploymentHeapDumpsParams

NewGetDeploymentHeapDumpsParams creates a new GetDeploymentHeapDumpsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetDeploymentHeapDumpsParamsWithContext

func NewGetDeploymentHeapDumpsParamsWithContext(ctx context.Context) *GetDeploymentHeapDumpsParams

NewGetDeploymentHeapDumpsParamsWithContext creates a new GetDeploymentHeapDumpsParams object with the ability to set a context for a request.

func NewGetDeploymentHeapDumpsParamsWithHTTPClient

func NewGetDeploymentHeapDumpsParamsWithHTTPClient(client *http.Client) *GetDeploymentHeapDumpsParams

NewGetDeploymentHeapDumpsParamsWithHTTPClient creates a new GetDeploymentHeapDumpsParams object with the ability to set a custom HTTPClient for a request.

func NewGetDeploymentHeapDumpsParamsWithTimeout

func NewGetDeploymentHeapDumpsParamsWithTimeout(timeout time.Duration) *GetDeploymentHeapDumpsParams

NewGetDeploymentHeapDumpsParamsWithTimeout creates a new GetDeploymentHeapDumpsParams object with the ability to set a timeout on a request.

func (*GetDeploymentHeapDumpsParams) SetContext

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

SetContext adds the context to the get deployment heap dumps params

func (*GetDeploymentHeapDumpsParams) SetDefaults

func (o *GetDeploymentHeapDumpsParams) SetDefaults()

SetDefaults hydrates default values in the get deployment heap dumps params (not the query body).

All values with no default are reset to their zero value.

func (*GetDeploymentHeapDumpsParams) SetDeploymentID

func (o *GetDeploymentHeapDumpsParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the get deployment heap dumps params

func (*GetDeploymentHeapDumpsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get deployment heap dumps params

func (*GetDeploymentHeapDumpsParams) SetTimeout

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

SetTimeout adds the timeout to the get deployment heap dumps params

func (*GetDeploymentHeapDumpsParams) WithContext

WithContext adds the context to the get deployment heap dumps params

func (*GetDeploymentHeapDumpsParams) WithDefaults

WithDefaults hydrates default values in the get deployment heap dumps params (not the query body).

All values with no default are reset to their zero value.

func (*GetDeploymentHeapDumpsParams) WithDeploymentID

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

WithDeploymentID adds the deploymentID to the get deployment heap dumps params

func (*GetDeploymentHeapDumpsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get deployment heap dumps params

func (*GetDeploymentHeapDumpsParams) WithTimeout

WithTimeout adds the timeout to the get deployment heap dumps params

func (*GetDeploymentHeapDumpsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDeploymentHeapDumpsReader

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

GetDeploymentHeapDumpsReader is a Reader for the GetDeploymentHeapDumps structure.

func (*GetDeploymentHeapDumpsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDeploymentIntegrationsServerResourceInfoInternalServerError

type GetDeploymentIntegrationsServerResourceInfoInternalServerError struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

GetDeploymentIntegrationsServerResourceInfoInternalServerError describes a response with status code 500, with default header values.

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

func NewGetDeploymentIntegrationsServerResourceInfoInternalServerError

func NewGetDeploymentIntegrationsServerResourceInfoInternalServerError() *GetDeploymentIntegrationsServerResourceInfoInternalServerError

NewGetDeploymentIntegrationsServerResourceInfoInternalServerError creates a GetDeploymentIntegrationsServerResourceInfoInternalServerError with default headers values

func (*GetDeploymentIntegrationsServerResourceInfoInternalServerError) Code

Code gets the status code for the get deployment integrations server resource info internal server error response

func (*GetDeploymentIntegrationsServerResourceInfoInternalServerError) Error

func (*GetDeploymentIntegrationsServerResourceInfoInternalServerError) GetPayload

func (*GetDeploymentIntegrationsServerResourceInfoInternalServerError) IsClientError

IsClientError returns true when this get deployment integrations server resource info internal server error response has a 4xx status code

func (*GetDeploymentIntegrationsServerResourceInfoInternalServerError) IsCode

IsCode returns true when this get deployment integrations server resource info internal server error response a status code equal to that given

func (*GetDeploymentIntegrationsServerResourceInfoInternalServerError) IsRedirect

IsRedirect returns true when this get deployment integrations server resource info internal server error response has a 3xx status code

func (*GetDeploymentIntegrationsServerResourceInfoInternalServerError) IsServerError

IsServerError returns true when this get deployment integrations server resource info internal server error response has a 5xx status code

func (*GetDeploymentIntegrationsServerResourceInfoInternalServerError) IsSuccess

IsSuccess returns true when this get deployment integrations server resource info internal server error response has a 2xx status code

func (*GetDeploymentIntegrationsServerResourceInfoInternalServerError) String

type GetDeploymentIntegrationsServerResourceInfoNotFound

type GetDeploymentIntegrationsServerResourceInfoNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

GetDeploymentIntegrationsServerResourceInfoNotFound describes a response with status code 404, with default header values.

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

func NewGetDeploymentIntegrationsServerResourceInfoNotFound

func NewGetDeploymentIntegrationsServerResourceInfoNotFound() *GetDeploymentIntegrationsServerResourceInfoNotFound

NewGetDeploymentIntegrationsServerResourceInfoNotFound creates a GetDeploymentIntegrationsServerResourceInfoNotFound with default headers values

func (*GetDeploymentIntegrationsServerResourceInfoNotFound) Code

Code gets the status code for the get deployment integrations server resource info not found response

func (*GetDeploymentIntegrationsServerResourceInfoNotFound) Error

func (*GetDeploymentIntegrationsServerResourceInfoNotFound) GetPayload

func (*GetDeploymentIntegrationsServerResourceInfoNotFound) IsClientError

IsClientError returns true when this get deployment integrations server resource info not found response has a 4xx status code

func (*GetDeploymentIntegrationsServerResourceInfoNotFound) IsCode

IsCode returns true when this get deployment integrations server resource info not found response a status code equal to that given

func (*GetDeploymentIntegrationsServerResourceInfoNotFound) IsRedirect

IsRedirect returns true when this get deployment integrations server resource info not found response has a 3xx status code

func (*GetDeploymentIntegrationsServerResourceInfoNotFound) IsServerError

IsServerError returns true when this get deployment integrations server resource info not found response has a 5xx status code

func (*GetDeploymentIntegrationsServerResourceInfoNotFound) IsSuccess

IsSuccess returns true when this get deployment integrations server resource info not found response has a 2xx status code

func (*GetDeploymentIntegrationsServerResourceInfoNotFound) String

type GetDeploymentIntegrationsServerResourceInfoOK

type GetDeploymentIntegrationsServerResourceInfoOK struct {
	Payload *models.IntegrationsServerResourceInfo
}

GetDeploymentIntegrationsServerResourceInfoOK describes a response with status code 200, with default header values.

Standard response.

func NewGetDeploymentIntegrationsServerResourceInfoOK

func NewGetDeploymentIntegrationsServerResourceInfoOK() *GetDeploymentIntegrationsServerResourceInfoOK

NewGetDeploymentIntegrationsServerResourceInfoOK creates a GetDeploymentIntegrationsServerResourceInfoOK with default headers values

func (*GetDeploymentIntegrationsServerResourceInfoOK) Code

Code gets the status code for the get deployment integrations server resource info o k response

func (*GetDeploymentIntegrationsServerResourceInfoOK) Error

func (*GetDeploymentIntegrationsServerResourceInfoOK) GetPayload

func (*GetDeploymentIntegrationsServerResourceInfoOK) IsClientError

IsClientError returns true when this get deployment integrations server resource info o k response has a 4xx status code

func (*GetDeploymentIntegrationsServerResourceInfoOK) IsCode

IsCode returns true when this get deployment integrations server resource info o k response a status code equal to that given

func (*GetDeploymentIntegrationsServerResourceInfoOK) IsRedirect

IsRedirect returns true when this get deployment integrations server resource info o k response has a 3xx status code

func (*GetDeploymentIntegrationsServerResourceInfoOK) IsServerError

IsServerError returns true when this get deployment integrations server resource info o k response has a 5xx status code

func (*GetDeploymentIntegrationsServerResourceInfoOK) IsSuccess

IsSuccess returns true when this get deployment integrations server resource info o k response has a 2xx status code

func (*GetDeploymentIntegrationsServerResourceInfoOK) String

type GetDeploymentIntegrationsServerResourceInfoParams

type GetDeploymentIntegrationsServerResourceInfoParams struct {

	/* ClearTransient.

	   If set (defaults to false) then removes the transient section from all child resources, making it safe to reapply via an update
	*/
	ClearTransient *bool

	/* DeploymentID.

	   Identifier for the Deployment
	*/
	DeploymentID string

	/* RefID.

	   User-specified RefId for the Resource (or '_main' if there is only one).
	*/
	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.

	   Default: true
	*/
	ShowPlans *bool

	/* ShowSettings.

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

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

GetDeploymentIntegrationsServerResourceInfoParams contains all the parameters to send to the API endpoint

for the get deployment integrations server resource info operation.

Typically these are written to a http.Request.

func NewGetDeploymentIntegrationsServerResourceInfoParams

func NewGetDeploymentIntegrationsServerResourceInfoParams() *GetDeploymentIntegrationsServerResourceInfoParams

NewGetDeploymentIntegrationsServerResourceInfoParams creates a new GetDeploymentIntegrationsServerResourceInfoParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetDeploymentIntegrationsServerResourceInfoParamsWithContext

func NewGetDeploymentIntegrationsServerResourceInfoParamsWithContext(ctx context.Context) *GetDeploymentIntegrationsServerResourceInfoParams

NewGetDeploymentIntegrationsServerResourceInfoParamsWithContext creates a new GetDeploymentIntegrationsServerResourceInfoParams object with the ability to set a context for a request.

func NewGetDeploymentIntegrationsServerResourceInfoParamsWithHTTPClient

func NewGetDeploymentIntegrationsServerResourceInfoParamsWithHTTPClient(client *http.Client) *GetDeploymentIntegrationsServerResourceInfoParams

NewGetDeploymentIntegrationsServerResourceInfoParamsWithHTTPClient creates a new GetDeploymentIntegrationsServerResourceInfoParams object with the ability to set a custom HTTPClient for a request.

func NewGetDeploymentIntegrationsServerResourceInfoParamsWithTimeout

func NewGetDeploymentIntegrationsServerResourceInfoParamsWithTimeout(timeout time.Duration) *GetDeploymentIntegrationsServerResourceInfoParams

NewGetDeploymentIntegrationsServerResourceInfoParamsWithTimeout creates a new GetDeploymentIntegrationsServerResourceInfoParams object with the ability to set a timeout on a request.

func (*GetDeploymentIntegrationsServerResourceInfoParams) SetClearTransient

func (o *GetDeploymentIntegrationsServerResourceInfoParams) SetClearTransient(clearTransient *bool)

SetClearTransient adds the clearTransient to the get deployment integrations server resource info params

func (*GetDeploymentIntegrationsServerResourceInfoParams) SetContext

SetContext adds the context to the get deployment integrations server resource info params

func (*GetDeploymentIntegrationsServerResourceInfoParams) SetDefaults

SetDefaults hydrates default values in the get deployment integrations server resource info params (not the query body).

All values with no default are reset to their zero value.

func (*GetDeploymentIntegrationsServerResourceInfoParams) SetDeploymentID

func (o *GetDeploymentIntegrationsServerResourceInfoParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the get deployment integrations server resource info params

func (*GetDeploymentIntegrationsServerResourceInfoParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get deployment integrations server resource info params

func (*GetDeploymentIntegrationsServerResourceInfoParams) SetRefID

SetRefID adds the refId to the get deployment integrations server resource info params

func (*GetDeploymentIntegrationsServerResourceInfoParams) SetShowMetadata

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

SetShowMetadata adds the showMetadata to the get deployment integrations server resource info params

func (*GetDeploymentIntegrationsServerResourceInfoParams) SetShowPlanDefaults

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

SetShowPlanDefaults adds the showPlanDefaults to the get deployment integrations server resource info params

func (*GetDeploymentIntegrationsServerResourceInfoParams) SetShowPlanHistory

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

SetShowPlanHistory adds the showPlanHistory to the get deployment integrations server resource info params

func (*GetDeploymentIntegrationsServerResourceInfoParams) SetShowPlanLogs

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

SetShowPlanLogs adds the showPlanLogs to the get deployment integrations server resource info params

func (*GetDeploymentIntegrationsServerResourceInfoParams) SetShowPlans

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

SetShowPlans adds the showPlans to the get deployment integrations server resource info params

func (*GetDeploymentIntegrationsServerResourceInfoParams) SetShowSettings

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

SetShowSettings adds the showSettings to the get deployment integrations server resource info params

func (*GetDeploymentIntegrationsServerResourceInfoParams) SetTimeout

SetTimeout adds the timeout to the get deployment integrations server resource info params

func (*GetDeploymentIntegrationsServerResourceInfoParams) WithClearTransient

WithClearTransient adds the clearTransient to the get deployment integrations server resource info params

func (*GetDeploymentIntegrationsServerResourceInfoParams) WithContext

WithContext adds the context to the get deployment integrations server resource info params

func (*GetDeploymentIntegrationsServerResourceInfoParams) WithDefaults

WithDefaults hydrates default values in the get deployment integrations server resource info params (not the query body).

All values with no default are reset to their zero value.

func (*GetDeploymentIntegrationsServerResourceInfoParams) WithDeploymentID

WithDeploymentID adds the deploymentID to the get deployment integrations server resource info params

func (*GetDeploymentIntegrationsServerResourceInfoParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get deployment integrations server resource info params

func (*GetDeploymentIntegrationsServerResourceInfoParams) WithRefID

WithRefID adds the refID to the get deployment integrations server resource info params

func (*GetDeploymentIntegrationsServerResourceInfoParams) WithShowMetadata

WithShowMetadata adds the showMetadata to the get deployment integrations server resource info params

func (*GetDeploymentIntegrationsServerResourceInfoParams) WithShowPlanDefaults

WithShowPlanDefaults adds the showPlanDefaults to the get deployment integrations server resource info params

func (*GetDeploymentIntegrationsServerResourceInfoParams) WithShowPlanHistory

WithShowPlanHistory adds the showPlanHistory to the get deployment integrations server resource info params

func (*GetDeploymentIntegrationsServerResourceInfoParams) WithShowPlanLogs

WithShowPlanLogs adds the showPlanLogs to the get deployment integrations server resource info params

func (*GetDeploymentIntegrationsServerResourceInfoParams) WithShowPlans

WithShowPlans adds the showPlans to the get deployment integrations server resource info params

func (*GetDeploymentIntegrationsServerResourceInfoParams) WithShowSettings

WithShowSettings adds the showSettings to the get deployment integrations server resource info params

func (*GetDeploymentIntegrationsServerResourceInfoParams) WithTimeout

WithTimeout adds the timeout to the get deployment integrations server resource info params

func (*GetDeploymentIntegrationsServerResourceInfoParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDeploymentIntegrationsServerResourceInfoReader

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

GetDeploymentIntegrationsServerResourceInfoReader is a Reader for the GetDeploymentIntegrationsServerResourceInfo structure.

func (*GetDeploymentIntegrationsServerResourceInfoReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDeploymentKibResourceInfoInternalServerError

type GetDeploymentKibResourceInfoInternalServerError struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

GetDeploymentKibResourceInfoInternalServerError describes a response with status code 500, with default header values.

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

func NewGetDeploymentKibResourceInfoInternalServerError

func NewGetDeploymentKibResourceInfoInternalServerError() *GetDeploymentKibResourceInfoInternalServerError

NewGetDeploymentKibResourceInfoInternalServerError creates a GetDeploymentKibResourceInfoInternalServerError with default headers values

func (*GetDeploymentKibResourceInfoInternalServerError) Code

Code gets the status code for the get deployment kib resource info internal server error response

func (*GetDeploymentKibResourceInfoInternalServerError) Error

func (*GetDeploymentKibResourceInfoInternalServerError) GetPayload

func (*GetDeploymentKibResourceInfoInternalServerError) IsClientError

IsClientError returns true when this get deployment kib resource info internal server error response has a 4xx status code

func (*GetDeploymentKibResourceInfoInternalServerError) IsCode

IsCode returns true when this get deployment kib resource info internal server error response a status code equal to that given

func (*GetDeploymentKibResourceInfoInternalServerError) IsRedirect

IsRedirect returns true when this get deployment kib resource info internal server error response has a 3xx status code

func (*GetDeploymentKibResourceInfoInternalServerError) IsServerError

IsServerError returns true when this get deployment kib resource info internal server error response has a 5xx status code

func (*GetDeploymentKibResourceInfoInternalServerError) IsSuccess

IsSuccess returns true when this get deployment kib resource info internal server error response has a 2xx status code

func (*GetDeploymentKibResourceInfoInternalServerError) String

type GetDeploymentKibResourceInfoNotFound

type GetDeploymentKibResourceInfoNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

GetDeploymentKibResourceInfoNotFound describes a response with status code 404, with default header values.

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

func NewGetDeploymentKibResourceInfoNotFound

func NewGetDeploymentKibResourceInfoNotFound() *GetDeploymentKibResourceInfoNotFound

NewGetDeploymentKibResourceInfoNotFound creates a GetDeploymentKibResourceInfoNotFound with default headers values

func (*GetDeploymentKibResourceInfoNotFound) Code

Code gets the status code for the get deployment kib resource info not found response

func (*GetDeploymentKibResourceInfoNotFound) Error

func (*GetDeploymentKibResourceInfoNotFound) GetPayload

func (*GetDeploymentKibResourceInfoNotFound) IsClientError

func (o *GetDeploymentKibResourceInfoNotFound) IsClientError() bool

IsClientError returns true when this get deployment kib resource info not found response has a 4xx status code

func (*GetDeploymentKibResourceInfoNotFound) IsCode

IsCode returns true when this get deployment kib resource info not found response a status code equal to that given

func (*GetDeploymentKibResourceInfoNotFound) IsRedirect

IsRedirect returns true when this get deployment kib resource info not found response has a 3xx status code

func (*GetDeploymentKibResourceInfoNotFound) IsServerError

func (o *GetDeploymentKibResourceInfoNotFound) IsServerError() bool

IsServerError returns true when this get deployment kib resource info not found response has a 5xx status code

func (*GetDeploymentKibResourceInfoNotFound) IsSuccess

IsSuccess returns true when this get deployment kib resource info not found response has a 2xx status code

func (*GetDeploymentKibResourceInfoNotFound) String

type GetDeploymentKibResourceInfoOK

type GetDeploymentKibResourceInfoOK struct {
	Payload *models.KibanaResourceInfo
}

GetDeploymentKibResourceInfoOK describes a response with status code 200, with default header values.

Standard response.

func NewGetDeploymentKibResourceInfoOK

func NewGetDeploymentKibResourceInfoOK() *GetDeploymentKibResourceInfoOK

NewGetDeploymentKibResourceInfoOK creates a GetDeploymentKibResourceInfoOK with default headers values

func (*GetDeploymentKibResourceInfoOK) Code

Code gets the status code for the get deployment kib resource info o k response

func (*GetDeploymentKibResourceInfoOK) Error

func (*GetDeploymentKibResourceInfoOK) GetPayload

func (*GetDeploymentKibResourceInfoOK) IsClientError

func (o *GetDeploymentKibResourceInfoOK) IsClientError() bool

IsClientError returns true when this get deployment kib resource info o k response has a 4xx status code

func (*GetDeploymentKibResourceInfoOK) IsCode

func (o *GetDeploymentKibResourceInfoOK) IsCode(code int) bool

IsCode returns true when this get deployment kib resource info o k response a status code equal to that given

func (*GetDeploymentKibResourceInfoOK) IsRedirect

func (o *GetDeploymentKibResourceInfoOK) IsRedirect() bool

IsRedirect returns true when this get deployment kib resource info o k response has a 3xx status code

func (*GetDeploymentKibResourceInfoOK) IsServerError

func (o *GetDeploymentKibResourceInfoOK) IsServerError() bool

IsServerError returns true when this get deployment kib resource info o k response has a 5xx status code

func (*GetDeploymentKibResourceInfoOK) IsSuccess

func (o *GetDeploymentKibResourceInfoOK) IsSuccess() bool

IsSuccess returns true when this get deployment kib resource info o k response has a 2xx status code

func (*GetDeploymentKibResourceInfoOK) String

type GetDeploymentKibResourceInfoParams

type GetDeploymentKibResourceInfoParams struct {

	/* ClearTransient.

	   If set (defaults to false) then removes the transient section from all child resources, making it safe to reapply via an update
	*/
	ClearTransient *bool

	/* 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 (or '_main' if there is only one).
	*/
	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.

	   Default: true
	*/
	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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetDeploymentKibResourceInfoParamsWithContext

func NewGetDeploymentKibResourceInfoParamsWithContext(ctx context.Context) *GetDeploymentKibResourceInfoParams

NewGetDeploymentKibResourceInfoParamsWithContext creates a new GetDeploymentKibResourceInfoParams object with 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 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 ability to set a timeout on a request.

func (*GetDeploymentKibResourceInfoParams) SetClearTransient

func (o *GetDeploymentKibResourceInfoParams) SetClearTransient(clearTransient *bool)

SetClearTransient adds the clearTransient to the get deployment kib resource info params

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) SetDefaults

func (o *GetDeploymentKibResourceInfoParams) SetDefaults()

SetDefaults hydrates default values in the get deployment kib resource info params (not the query body).

All values with no default are reset to their zero value.

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) WithClearTransient

func (o *GetDeploymentKibResourceInfoParams) WithClearTransient(clearTransient *bool) *GetDeploymentKibResourceInfoParams

WithClearTransient adds the clearTransient 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) WithDefaults

WithDefaults hydrates default values in the get deployment kib resource info params (not the query body).

All values with no default are reset to their zero value.

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 GetDeploymentNotFound

type GetDeploymentNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

GetDeploymentNotFound describes a response with status code 404, with default header values.

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

func NewGetDeploymentNotFound

func NewGetDeploymentNotFound() *GetDeploymentNotFound

NewGetDeploymentNotFound creates a GetDeploymentNotFound with default headers values

func (*GetDeploymentNotFound) Code

func (o *GetDeploymentNotFound) Code() int

Code gets the status code for the get deployment not found response

func (*GetDeploymentNotFound) Error

func (o *GetDeploymentNotFound) Error() string

func (*GetDeploymentNotFound) GetPayload

func (*GetDeploymentNotFound) IsClientError

func (o *GetDeploymentNotFound) IsClientError() bool

IsClientError returns true when this get deployment not found response has a 4xx status code

func (*GetDeploymentNotFound) IsCode

func (o *GetDeploymentNotFound) IsCode(code int) bool

IsCode returns true when this get deployment not found response a status code equal to that given

func (*GetDeploymentNotFound) IsRedirect

func (o *GetDeploymentNotFound) IsRedirect() bool

IsRedirect returns true when this get deployment not found response has a 3xx status code

func (*GetDeploymentNotFound) IsServerError

func (o *GetDeploymentNotFound) IsServerError() bool

IsServerError returns true when this get deployment not found response has a 5xx status code

func (*GetDeploymentNotFound) IsSuccess

func (o *GetDeploymentNotFound) IsSuccess() bool

IsSuccess returns true when this get deployment not found response has a 2xx status code

func (*GetDeploymentNotFound) String

func (o *GetDeploymentNotFound) String() string

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 describes a response with status code 200, with default header values.

The Deployment info response

func NewGetDeploymentOK

func NewGetDeploymentOK() *GetDeploymentOK

NewGetDeploymentOK creates a GetDeploymentOK with default headers values

func (*GetDeploymentOK) Code

func (o *GetDeploymentOK) Code() int

Code gets the status code for the get deployment o k response

func (*GetDeploymentOK) Error

func (o *GetDeploymentOK) Error() string

func (*GetDeploymentOK) GetPayload

func (o *GetDeploymentOK) GetPayload() *models.DeploymentGetResponse

func (*GetDeploymentOK) IsClientError

func (o *GetDeploymentOK) IsClientError() bool

IsClientError returns true when this get deployment o k response has a 4xx status code

func (*GetDeploymentOK) IsCode

func (o *GetDeploymentOK) IsCode(code int) bool

IsCode returns true when this get deployment o k response a status code equal to that given

func (*GetDeploymentOK) IsRedirect

func (o *GetDeploymentOK) IsRedirect() bool

IsRedirect returns true when this get deployment o k response has a 3xx status code

func (*GetDeploymentOK) IsServerError

func (o *GetDeploymentOK) IsServerError() bool

IsServerError returns true when this get deployment o k response has a 5xx status code

func (*GetDeploymentOK) IsSuccess

func (o *GetDeploymentOK) IsSuccess() bool

IsSuccess returns true when this get deployment o k response has a 2xx status code

func (*GetDeploymentOK) String

func (o *GetDeploymentOK) String() string

type GetDeploymentParams

type GetDeploymentParams struct {

	/* ClearTransient.

	   If set (defaults to false) then removes the transient section from all child resources, making it safe to reapply via an update
	*/
	ClearTransient *bool

	/* 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

	   Default: true
	*/
	EnrichWithTemplate *bool

	/* ForceAllPlanHistory.

	    Force show the entire plan history no matter how long.
	As noted in the `show_plan_history` parameter description, by default, a maximum of 100 plans are shown per resource.
	If `true`, this parameter overrides the default, and ALL plans are returned.
	Use with care as the plan history can be VERY large. Consider pairing with `show_plan_logs=false`.

	*/
	ForceAllPlanHistory *bool

	/* ShowInstanceConfigurations.

	   If true, will return details for each instance configuration referenced by the deployment.

	   Default: true
	*/
	ShowInstanceConfigurations *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 the plan history with the current and pending plan information. The results can be very large per cluster.
	By default, if a given resource kind (e.g. Elasticsearch, Kibana, etc.) has more than 100 plans
	(which should be very rare, most likely caused by a bug) only 100 plans are returned for the given resource type:
	The first 10 plans, and the last 90 plans for that resource type.
	If ALL of the plans are desired, pass the `force_all_plan_history` parameter with a value of `true`.

	*/
	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

	   Default: true
	*/
	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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetDeploymentParamsWithContext

func NewGetDeploymentParamsWithContext(ctx context.Context) *GetDeploymentParams

NewGetDeploymentParamsWithContext creates a new GetDeploymentParams object with 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 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 ability to set a timeout on a request.

func (*GetDeploymentParams) SetClearTransient

func (o *GetDeploymentParams) SetClearTransient(clearTransient *bool)

SetClearTransient adds the clearTransient to the get deployment params

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) SetDefaults

func (o *GetDeploymentParams) SetDefaults()

SetDefaults hydrates default values in the get deployment params (not the query body).

All values with no default are reset to their zero value.

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) SetForceAllPlanHistory

func (o *GetDeploymentParams) SetForceAllPlanHistory(forceAllPlanHistory *bool)

SetForceAllPlanHistory adds the forceAllPlanHistory 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) SetShowInstanceConfigurations

func (o *GetDeploymentParams) SetShowInstanceConfigurations(showInstanceConfigurations *bool)

SetShowInstanceConfigurations adds the showInstanceConfigurations 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) WithClearTransient

func (o *GetDeploymentParams) WithClearTransient(clearTransient *bool) *GetDeploymentParams

WithClearTransient adds the clearTransient 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) WithDefaults

func (o *GetDeploymentParams) WithDefaults() *GetDeploymentParams

WithDefaults hydrates default values in the get deployment params (not the query body).

All values with no default are reset to their zero value.

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) WithForceAllPlanHistory

func (o *GetDeploymentParams) WithForceAllPlanHistory(forceAllPlanHistory *bool) *GetDeploymentParams

WithForceAllPlanHistory adds the forceAllPlanHistory 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) WithShowInstanceConfigurations

func (o *GetDeploymentParams) WithShowInstanceConfigurations(showInstanceConfigurations *bool) *GetDeploymentParams

WithShowInstanceConfigurations adds the showInstanceConfigurations 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 GetDeploymentResourcePlanActivityNotFound

type GetDeploymentResourcePlanActivityNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}
GetDeploymentResourcePlanActivityNotFound describes a response with status code 404, with default header values.

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

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

func NewGetDeploymentResourcePlanActivityNotFound

func NewGetDeploymentResourcePlanActivityNotFound() *GetDeploymentResourcePlanActivityNotFound

NewGetDeploymentResourcePlanActivityNotFound creates a GetDeploymentResourcePlanActivityNotFound with default headers values

func (*GetDeploymentResourcePlanActivityNotFound) Code

Code gets the status code for the get deployment resource plan activity not found response

func (*GetDeploymentResourcePlanActivityNotFound) Error

func (*GetDeploymentResourcePlanActivityNotFound) GetPayload

func (*GetDeploymentResourcePlanActivityNotFound) IsClientError

IsClientError returns true when this get deployment resource plan activity not found response has a 4xx status code

func (*GetDeploymentResourcePlanActivityNotFound) IsCode

IsCode returns true when this get deployment resource plan activity not found response a status code equal to that given

func (*GetDeploymentResourcePlanActivityNotFound) IsRedirect

IsRedirect returns true when this get deployment resource plan activity not found response has a 3xx status code

func (*GetDeploymentResourcePlanActivityNotFound) IsServerError

IsServerError returns true when this get deployment resource plan activity not found response has a 5xx status code

func (*GetDeploymentResourcePlanActivityNotFound) IsSuccess

IsSuccess returns true when this get deployment resource plan activity not found response has a 2xx status code

func (*GetDeploymentResourcePlanActivityNotFound) String

type GetDeploymentResourcePlanActivityOK

type GetDeploymentResourcePlanActivityOK struct {
	Payload *models.CommonClusterPlanInfo
}

GetDeploymentResourcePlanActivityOK describes a response with status code 200, with default header values.

Returning the single plan activity for the specified resource

func NewGetDeploymentResourcePlanActivityOK

func NewGetDeploymentResourcePlanActivityOK() *GetDeploymentResourcePlanActivityOK

NewGetDeploymentResourcePlanActivityOK creates a GetDeploymentResourcePlanActivityOK with default headers values

func (*GetDeploymentResourcePlanActivityOK) Code

Code gets the status code for the get deployment resource plan activity o k response

func (*GetDeploymentResourcePlanActivityOK) Error

func (*GetDeploymentResourcePlanActivityOK) GetPayload

func (*GetDeploymentResourcePlanActivityOK) IsClientError

func (o *GetDeploymentResourcePlanActivityOK) IsClientError() bool

IsClientError returns true when this get deployment resource plan activity o k response has a 4xx status code

func (*GetDeploymentResourcePlanActivityOK) IsCode

IsCode returns true when this get deployment resource plan activity o k response a status code equal to that given

func (*GetDeploymentResourcePlanActivityOK) IsRedirect

func (o *GetDeploymentResourcePlanActivityOK) IsRedirect() bool

IsRedirect returns true when this get deployment resource plan activity o k response has a 3xx status code

func (*GetDeploymentResourcePlanActivityOK) IsServerError

func (o *GetDeploymentResourcePlanActivityOK) IsServerError() bool

IsServerError returns true when this get deployment resource plan activity o k response has a 5xx status code

func (*GetDeploymentResourcePlanActivityOK) IsSuccess

IsSuccess returns true when this get deployment resource plan activity o k response has a 2xx status code

func (*GetDeploymentResourcePlanActivityOK) String

type GetDeploymentResourcePlanActivityParams

type GetDeploymentResourcePlanActivityParams struct {

	/* AttemptID.

	   Attempt id for the activity
	*/
	AttemptID string

	/* DeploymentID.

	   Identifier for the Deployment
	*/
	DeploymentID string

	/* RefID.

	   User-specified RefId for the Resource (or '_main' if there is only one)
	*/
	RefID string

	/* ResourceKind.

	   The kind of resource
	*/
	ResourceKind string

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

GetDeploymentResourcePlanActivityParams contains all the parameters to send to the API endpoint

for the get deployment resource plan activity operation.

Typically these are written to a http.Request.

func NewGetDeploymentResourcePlanActivityParams

func NewGetDeploymentResourcePlanActivityParams() *GetDeploymentResourcePlanActivityParams

NewGetDeploymentResourcePlanActivityParams creates a new GetDeploymentResourcePlanActivityParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetDeploymentResourcePlanActivityParamsWithContext

func NewGetDeploymentResourcePlanActivityParamsWithContext(ctx context.Context) *GetDeploymentResourcePlanActivityParams

NewGetDeploymentResourcePlanActivityParamsWithContext creates a new GetDeploymentResourcePlanActivityParams object with the ability to set a context for a request.

func NewGetDeploymentResourcePlanActivityParamsWithHTTPClient

func NewGetDeploymentResourcePlanActivityParamsWithHTTPClient(client *http.Client) *GetDeploymentResourcePlanActivityParams

NewGetDeploymentResourcePlanActivityParamsWithHTTPClient creates a new GetDeploymentResourcePlanActivityParams object with the ability to set a custom HTTPClient for a request.

func NewGetDeploymentResourcePlanActivityParamsWithTimeout

func NewGetDeploymentResourcePlanActivityParamsWithTimeout(timeout time.Duration) *GetDeploymentResourcePlanActivityParams

NewGetDeploymentResourcePlanActivityParamsWithTimeout creates a new GetDeploymentResourcePlanActivityParams object with the ability to set a timeout on a request.

func (*GetDeploymentResourcePlanActivityParams) SetAttemptID

func (o *GetDeploymentResourcePlanActivityParams) SetAttemptID(attemptID string)

SetAttemptID adds the attemptId to the get deployment resource plan activity params

func (*GetDeploymentResourcePlanActivityParams) SetContext

SetContext adds the context to the get deployment resource plan activity params

func (*GetDeploymentResourcePlanActivityParams) SetDefaults

func (o *GetDeploymentResourcePlanActivityParams) SetDefaults()

SetDefaults hydrates default values in the get deployment resource plan activity params (not the query body).

All values with no default are reset to their zero value.

func (*GetDeploymentResourcePlanActivityParams) SetDeploymentID

func (o *GetDeploymentResourcePlanActivityParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the get deployment resource plan activity params

func (*GetDeploymentResourcePlanActivityParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get deployment resource plan activity params

func (*GetDeploymentResourcePlanActivityParams) SetRefID

SetRefID adds the refId to the get deployment resource plan activity params

func (*GetDeploymentResourcePlanActivityParams) SetResourceKind

func (o *GetDeploymentResourcePlanActivityParams) SetResourceKind(resourceKind string)

SetResourceKind adds the resourceKind to the get deployment resource plan activity params

func (*GetDeploymentResourcePlanActivityParams) SetTimeout

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

SetTimeout adds the timeout to the get deployment resource plan activity params

func (*GetDeploymentResourcePlanActivityParams) WithAttemptID

WithAttemptID adds the attemptID to the get deployment resource plan activity params

func (*GetDeploymentResourcePlanActivityParams) WithContext

WithContext adds the context to the get deployment resource plan activity params

func (*GetDeploymentResourcePlanActivityParams) WithDefaults

WithDefaults hydrates default values in the get deployment resource plan activity params (not the query body).

All values with no default are reset to their zero value.

func (*GetDeploymentResourcePlanActivityParams) WithDeploymentID

WithDeploymentID adds the deploymentID to the get deployment resource plan activity params

func (*GetDeploymentResourcePlanActivityParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get deployment resource plan activity params

func (*GetDeploymentResourcePlanActivityParams) WithRefID

WithRefID adds the refID to the get deployment resource plan activity params

func (*GetDeploymentResourcePlanActivityParams) WithResourceKind

WithResourceKind adds the resourceKind to the get deployment resource plan activity params

func (*GetDeploymentResourcePlanActivityParams) WithTimeout

WithTimeout adds the timeout to the get deployment resource plan activity params

func (*GetDeploymentResourcePlanActivityParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDeploymentResourcePlanActivityReader

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

GetDeploymentResourcePlanActivityReader is a Reader for the GetDeploymentResourcePlanActivity structure.

func (*GetDeploymentResourcePlanActivityReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDeploymentResourceProxyRequestsNotFound

type GetDeploymentResourceProxyRequestsNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}
GetDeploymentResourceProxyRequestsNotFound describes a response with status code 404, with default header values.

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

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

func NewGetDeploymentResourceProxyRequestsNotFound

func NewGetDeploymentResourceProxyRequestsNotFound() *GetDeploymentResourceProxyRequestsNotFound

NewGetDeploymentResourceProxyRequestsNotFound creates a GetDeploymentResourceProxyRequestsNotFound with default headers values

func (*GetDeploymentResourceProxyRequestsNotFound) Code

Code gets the status code for the get deployment resource proxy requests not found response

func (*GetDeploymentResourceProxyRequestsNotFound) Error

func (*GetDeploymentResourceProxyRequestsNotFound) GetPayload

func (*GetDeploymentResourceProxyRequestsNotFound) IsClientError

IsClientError returns true when this get deployment resource proxy requests not found response has a 4xx status code

func (*GetDeploymentResourceProxyRequestsNotFound) IsCode

IsCode returns true when this get deployment resource proxy requests not found response a status code equal to that given

func (*GetDeploymentResourceProxyRequestsNotFound) IsRedirect

IsRedirect returns true when this get deployment resource proxy requests not found response has a 3xx status code

func (*GetDeploymentResourceProxyRequestsNotFound) IsServerError

IsServerError returns true when this get deployment resource proxy requests not found response has a 5xx status code

func (*GetDeploymentResourceProxyRequestsNotFound) IsSuccess

IsSuccess returns true when this get deployment resource proxy requests not found response has a 2xx status code

func (*GetDeploymentResourceProxyRequestsNotFound) String

type GetDeploymentResourceProxyRequestsOK

type GetDeploymentResourceProxyRequestsOK struct {
	Payload *models.GenericResponse
}

GetDeploymentResourceProxyRequestsOK describes a response with status code 200, with default header values.

The request has been processed successfully through the proxy.

func NewGetDeploymentResourceProxyRequestsOK

func NewGetDeploymentResourceProxyRequestsOK() *GetDeploymentResourceProxyRequestsOK

NewGetDeploymentResourceProxyRequestsOK creates a GetDeploymentResourceProxyRequestsOK with default headers values

func (*GetDeploymentResourceProxyRequestsOK) Code

Code gets the status code for the get deployment resource proxy requests o k response

func (*GetDeploymentResourceProxyRequestsOK) Error

func (*GetDeploymentResourceProxyRequestsOK) GetPayload

func (*GetDeploymentResourceProxyRequestsOK) IsClientError

func (o *GetDeploymentResourceProxyRequestsOK) IsClientError() bool

IsClientError returns true when this get deployment resource proxy requests o k response has a 4xx status code

func (*GetDeploymentResourceProxyRequestsOK) IsCode

IsCode returns true when this get deployment resource proxy requests o k response a status code equal to that given

func (*GetDeploymentResourceProxyRequestsOK) IsRedirect

IsRedirect returns true when this get deployment resource proxy requests o k response has a 3xx status code

func (*GetDeploymentResourceProxyRequestsOK) IsServerError

func (o *GetDeploymentResourceProxyRequestsOK) IsServerError() bool

IsServerError returns true when this get deployment resource proxy requests o k response has a 5xx status code

func (*GetDeploymentResourceProxyRequestsOK) IsSuccess

IsSuccess returns true when this get deployment resource proxy requests o k response has a 2xx status code

func (*GetDeploymentResourceProxyRequestsOK) String

type GetDeploymentResourceProxyRequestsParams

type GetDeploymentResourceProxyRequestsParams struct {

	/* XManagementRequest.

	   You must specify the `X-Management-Request` HTTP header with value `true`. NOTE: Use this endpoint for management purposes. It does not provide high performance.
	*/
	XManagementRequest string

	/* Body.

	   The JSON payload to proxy to the deployment resource.
	*/
	Body string

	/* DeploymentID.

	   Identifier for the Deployment
	*/
	DeploymentID string

	/* ProxyPath.

	   The URL part to proxy to the deployment resource. Example: _cat/indices, /api/spaces/space or /api/ent/v1/internal/health
	*/
	ProxyPath string

	/* RefID.

	   User-specified RefId for the Resource (or '_main' if there is only one)
	*/
	RefID string

	/* ResourceKind.

	   The kind of resource
	*/
	ResourceKind string

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

GetDeploymentResourceProxyRequestsParams contains all the parameters to send to the API endpoint

for the get deployment resource proxy requests operation.

Typically these are written to a http.Request.

func NewGetDeploymentResourceProxyRequestsParams

func NewGetDeploymentResourceProxyRequestsParams() *GetDeploymentResourceProxyRequestsParams

NewGetDeploymentResourceProxyRequestsParams creates a new GetDeploymentResourceProxyRequestsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetDeploymentResourceProxyRequestsParamsWithContext

func NewGetDeploymentResourceProxyRequestsParamsWithContext(ctx context.Context) *GetDeploymentResourceProxyRequestsParams

NewGetDeploymentResourceProxyRequestsParamsWithContext creates a new GetDeploymentResourceProxyRequestsParams object with the ability to set a context for a request.

func NewGetDeploymentResourceProxyRequestsParamsWithHTTPClient

func NewGetDeploymentResourceProxyRequestsParamsWithHTTPClient(client *http.Client) *GetDeploymentResourceProxyRequestsParams

NewGetDeploymentResourceProxyRequestsParamsWithHTTPClient creates a new GetDeploymentResourceProxyRequestsParams object with the ability to set a custom HTTPClient for a request.

func NewGetDeploymentResourceProxyRequestsParamsWithTimeout

func NewGetDeploymentResourceProxyRequestsParamsWithTimeout(timeout time.Duration) *GetDeploymentResourceProxyRequestsParams

NewGetDeploymentResourceProxyRequestsParamsWithTimeout creates a new GetDeploymentResourceProxyRequestsParams object with the ability to set a timeout on a request.

func (*GetDeploymentResourceProxyRequestsParams) SetBody

SetBody adds the body to the get deployment resource proxy requests params

func (*GetDeploymentResourceProxyRequestsParams) SetContext

SetContext adds the context to the get deployment resource proxy requests params

func (*GetDeploymentResourceProxyRequestsParams) SetDefaults

SetDefaults hydrates default values in the get deployment resource proxy requests params (not the query body).

All values with no default are reset to their zero value.

func (*GetDeploymentResourceProxyRequestsParams) SetDeploymentID

func (o *GetDeploymentResourceProxyRequestsParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the get deployment resource proxy requests params

func (*GetDeploymentResourceProxyRequestsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get deployment resource proxy requests params

func (*GetDeploymentResourceProxyRequestsParams) SetProxyPath

func (o *GetDeploymentResourceProxyRequestsParams) SetProxyPath(proxyPath string)

SetProxyPath adds the proxyPath to the get deployment resource proxy requests params

func (*GetDeploymentResourceProxyRequestsParams) SetRefID

SetRefID adds the refId to the get deployment resource proxy requests params

func (*GetDeploymentResourceProxyRequestsParams) SetResourceKind

func (o *GetDeploymentResourceProxyRequestsParams) SetResourceKind(resourceKind string)

SetResourceKind adds the resourceKind to the get deployment resource proxy requests params

func (*GetDeploymentResourceProxyRequestsParams) SetTimeout

SetTimeout adds the timeout to the get deployment resource proxy requests params

func (*GetDeploymentResourceProxyRequestsParams) SetXManagementRequest

func (o *GetDeploymentResourceProxyRequestsParams) SetXManagementRequest(xManagementRequest string)

SetXManagementRequest adds the xManagementRequest to the get deployment resource proxy requests params

func (*GetDeploymentResourceProxyRequestsParams) WithBody

WithBody adds the body to the get deployment resource proxy requests params

func (*GetDeploymentResourceProxyRequestsParams) WithContext

WithContext adds the context to the get deployment resource proxy requests params

func (*GetDeploymentResourceProxyRequestsParams) WithDefaults

WithDefaults hydrates default values in the get deployment resource proxy requests params (not the query body).

All values with no default are reset to their zero value.

func (*GetDeploymentResourceProxyRequestsParams) WithDeploymentID

WithDeploymentID adds the deploymentID to the get deployment resource proxy requests params

func (*GetDeploymentResourceProxyRequestsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get deployment resource proxy requests params

func (*GetDeploymentResourceProxyRequestsParams) WithProxyPath

WithProxyPath adds the proxyPath to the get deployment resource proxy requests params

func (*GetDeploymentResourceProxyRequestsParams) WithRefID

WithRefID adds the refID to the get deployment resource proxy requests params

func (*GetDeploymentResourceProxyRequestsParams) WithResourceKind

WithResourceKind adds the resourceKind to the get deployment resource proxy requests params

func (*GetDeploymentResourceProxyRequestsParams) WithTimeout

WithTimeout adds the timeout to the get deployment resource proxy requests params

func (*GetDeploymentResourceProxyRequestsParams) WithXManagementRequest

func (o *GetDeploymentResourceProxyRequestsParams) WithXManagementRequest(xManagementRequest string) *GetDeploymentResourceProxyRequestsParams

WithXManagementRequest adds the xManagementRequest to the get deployment resource proxy requests params

func (*GetDeploymentResourceProxyRequestsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDeploymentResourceProxyRequestsReader

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

GetDeploymentResourceProxyRequestsReader is a Reader for the GetDeploymentResourceProxyRequests structure.

func (*GetDeploymentResourceProxyRequestsReader) ReadResponse

func (o *GetDeploymentResourceProxyRequestsReader) 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 describes a response with status code 401, 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) Code

func (o *GetDeploymentUnauthorized) Code() int

Code gets the status code for the get deployment unauthorized response

func (*GetDeploymentUnauthorized) Error

func (o *GetDeploymentUnauthorized) Error() string

func (*GetDeploymentUnauthorized) GetPayload

func (*GetDeploymentUnauthorized) IsClientError

func (o *GetDeploymentUnauthorized) IsClientError() bool

IsClientError returns true when this get deployment unauthorized response has a 4xx status code

func (*GetDeploymentUnauthorized) IsCode

func (o *GetDeploymentUnauthorized) IsCode(code int) bool

IsCode returns true when this get deployment unauthorized response a status code equal to that given

func (*GetDeploymentUnauthorized) IsRedirect

func (o *GetDeploymentUnauthorized) IsRedirect() bool

IsRedirect returns true when this get deployment unauthorized response has a 3xx status code

func (*GetDeploymentUnauthorized) IsServerError

func (o *GetDeploymentUnauthorized) IsServerError() bool

IsServerError returns true when this get deployment unauthorized response has a 5xx status code

func (*GetDeploymentUnauthorized) IsSuccess

func (o *GetDeploymentUnauthorized) IsSuccess() bool

IsSuccess returns true when this get deployment unauthorized response has a 2xx status code

func (*GetDeploymentUnauthorized) String

func (o *GetDeploymentUnauthorized) String() string

type GetDeploymentUpgradeAssistantStatusNotFound

type GetDeploymentUpgradeAssistantStatusNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

GetDeploymentUpgradeAssistantStatusNotFound describes a response with status code 404, with default header values.

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

func NewGetDeploymentUpgradeAssistantStatusNotFound

func NewGetDeploymentUpgradeAssistantStatusNotFound() *GetDeploymentUpgradeAssistantStatusNotFound

NewGetDeploymentUpgradeAssistantStatusNotFound creates a GetDeploymentUpgradeAssistantStatusNotFound with default headers values

func (*GetDeploymentUpgradeAssistantStatusNotFound) Code

Code gets the status code for the get deployment upgrade assistant status not found response

func (*GetDeploymentUpgradeAssistantStatusNotFound) Error

func (*GetDeploymentUpgradeAssistantStatusNotFound) GetPayload

func (*GetDeploymentUpgradeAssistantStatusNotFound) IsClientError

IsClientError returns true when this get deployment upgrade assistant status not found response has a 4xx status code

func (*GetDeploymentUpgradeAssistantStatusNotFound) IsCode

IsCode returns true when this get deployment upgrade assistant status not found response a status code equal to that given

func (*GetDeploymentUpgradeAssistantStatusNotFound) IsRedirect

IsRedirect returns true when this get deployment upgrade assistant status not found response has a 3xx status code

func (*GetDeploymentUpgradeAssistantStatusNotFound) IsServerError

IsServerError returns true when this get deployment upgrade assistant status not found response has a 5xx status code

func (*GetDeploymentUpgradeAssistantStatusNotFound) IsSuccess

IsSuccess returns true when this get deployment upgrade assistant status not found response has a 2xx status code

func (*GetDeploymentUpgradeAssistantStatusNotFound) String

type GetDeploymentUpgradeAssistantStatusOK

type GetDeploymentUpgradeAssistantStatusOK struct {
	Payload *models.DeploymentUpgradeAssistantStatusResponse
}

GetDeploymentUpgradeAssistantStatusOK describes a response with status code 200, with default header values.

The Upgrade Assistant returned the status successfully

func NewGetDeploymentUpgradeAssistantStatusOK

func NewGetDeploymentUpgradeAssistantStatusOK() *GetDeploymentUpgradeAssistantStatusOK

NewGetDeploymentUpgradeAssistantStatusOK creates a GetDeploymentUpgradeAssistantStatusOK with default headers values

func (*GetDeploymentUpgradeAssistantStatusOK) Code

Code gets the status code for the get deployment upgrade assistant status o k response

func (*GetDeploymentUpgradeAssistantStatusOK) Error

func (*GetDeploymentUpgradeAssistantStatusOK) GetPayload

func (*GetDeploymentUpgradeAssistantStatusOK) IsClientError

func (o *GetDeploymentUpgradeAssistantStatusOK) IsClientError() bool

IsClientError returns true when this get deployment upgrade assistant status o k response has a 4xx status code

func (*GetDeploymentUpgradeAssistantStatusOK) IsCode

IsCode returns true when this get deployment upgrade assistant status o k response a status code equal to that given

func (*GetDeploymentUpgradeAssistantStatusOK) IsRedirect

IsRedirect returns true when this get deployment upgrade assistant status o k response has a 3xx status code

func (*GetDeploymentUpgradeAssistantStatusOK) IsServerError

func (o *GetDeploymentUpgradeAssistantStatusOK) IsServerError() bool

IsServerError returns true when this get deployment upgrade assistant status o k response has a 5xx status code

func (*GetDeploymentUpgradeAssistantStatusOK) IsSuccess

IsSuccess returns true when this get deployment upgrade assistant status o k response has a 2xx status code

func (*GetDeploymentUpgradeAssistantStatusOK) String

type GetDeploymentUpgradeAssistantStatusParams

type GetDeploymentUpgradeAssistantStatusParams struct {

	/* DeploymentID.

	   Identifier for the Deployment
	*/
	DeploymentID string

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

GetDeploymentUpgradeAssistantStatusParams contains all the parameters to send to the API endpoint

for the get deployment upgrade assistant status operation.

Typically these are written to a http.Request.

func NewGetDeploymentUpgradeAssistantStatusParams

func NewGetDeploymentUpgradeAssistantStatusParams() *GetDeploymentUpgradeAssistantStatusParams

NewGetDeploymentUpgradeAssistantStatusParams creates a new GetDeploymentUpgradeAssistantStatusParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetDeploymentUpgradeAssistantStatusParamsWithContext

func NewGetDeploymentUpgradeAssistantStatusParamsWithContext(ctx context.Context) *GetDeploymentUpgradeAssistantStatusParams

NewGetDeploymentUpgradeAssistantStatusParamsWithContext creates a new GetDeploymentUpgradeAssistantStatusParams object with the ability to set a context for a request.

func NewGetDeploymentUpgradeAssistantStatusParamsWithHTTPClient

func NewGetDeploymentUpgradeAssistantStatusParamsWithHTTPClient(client *http.Client) *GetDeploymentUpgradeAssistantStatusParams

NewGetDeploymentUpgradeAssistantStatusParamsWithHTTPClient creates a new GetDeploymentUpgradeAssistantStatusParams object with the ability to set a custom HTTPClient for a request.

func NewGetDeploymentUpgradeAssistantStatusParamsWithTimeout

func NewGetDeploymentUpgradeAssistantStatusParamsWithTimeout(timeout time.Duration) *GetDeploymentUpgradeAssistantStatusParams

NewGetDeploymentUpgradeAssistantStatusParamsWithTimeout creates a new GetDeploymentUpgradeAssistantStatusParams object with the ability to set a timeout on a request.

func (*GetDeploymentUpgradeAssistantStatusParams) SetContext

SetContext adds the context to the get deployment upgrade assistant status params

func (*GetDeploymentUpgradeAssistantStatusParams) SetDefaults

SetDefaults hydrates default values in the get deployment upgrade assistant status params (not the query body).

All values with no default are reset to their zero value.

func (*GetDeploymentUpgradeAssistantStatusParams) SetDeploymentID

func (o *GetDeploymentUpgradeAssistantStatusParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the get deployment upgrade assistant status params

func (*GetDeploymentUpgradeAssistantStatusParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get deployment upgrade assistant status params

func (*GetDeploymentUpgradeAssistantStatusParams) SetTimeout

SetTimeout adds the timeout to the get deployment upgrade assistant status params

func (*GetDeploymentUpgradeAssistantStatusParams) WithContext

WithContext adds the context to the get deployment upgrade assistant status params

func (*GetDeploymentUpgradeAssistantStatusParams) WithDefaults

WithDefaults hydrates default values in the get deployment upgrade assistant status params (not the query body).

All values with no default are reset to their zero value.

func (*GetDeploymentUpgradeAssistantStatusParams) WithDeploymentID

WithDeploymentID adds the deploymentID to the get deployment upgrade assistant status params

func (*GetDeploymentUpgradeAssistantStatusParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get deployment upgrade assistant status params

func (*GetDeploymentUpgradeAssistantStatusParams) WithTimeout

WithTimeout adds the timeout to the get deployment upgrade assistant status params

func (*GetDeploymentUpgradeAssistantStatusParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDeploymentUpgradeAssistantStatusReader

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

GetDeploymentUpgradeAssistantStatusReader is a Reader for the GetDeploymentUpgradeAssistantStatus structure.

func (*GetDeploymentUpgradeAssistantStatusReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListDeploymentsOK

type ListDeploymentsOK struct {
	Payload *models.DeploymentsListResponse
}

ListDeploymentsOK describes a response with status code 200, 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) Code

func (o *ListDeploymentsOK) Code() int

Code gets the status code for the list deployments o k response

func (*ListDeploymentsOK) Error

func (o *ListDeploymentsOK) Error() string

func (*ListDeploymentsOK) GetPayload

func (*ListDeploymentsOK) IsClientError

func (o *ListDeploymentsOK) IsClientError() bool

IsClientError returns true when this list deployments o k response has a 4xx status code

func (*ListDeploymentsOK) IsCode

func (o *ListDeploymentsOK) IsCode(code int) bool

IsCode returns true when this list deployments o k response a status code equal to that given

func (*ListDeploymentsOK) IsRedirect

func (o *ListDeploymentsOK) IsRedirect() bool

IsRedirect returns true when this list deployments o k response has a 3xx status code

func (*ListDeploymentsOK) IsServerError

func (o *ListDeploymentsOK) IsServerError() bool

IsServerError returns true when this list deployments o k response has a 5xx status code

func (*ListDeploymentsOK) IsSuccess

func (o *ListDeploymentsOK) IsSuccess() bool

IsSuccess returns true when this list deployments o k response has a 2xx status code

func (*ListDeploymentsOK) String

func (o *ListDeploymentsOK) String() 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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewListDeploymentsParamsWithContext

func NewListDeploymentsParamsWithContext(ctx context.Context) *ListDeploymentsParams

NewListDeploymentsParamsWithContext creates a new ListDeploymentsParams object with 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 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 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) SetDefaults

func (o *ListDeploymentsParams) SetDefaults()

SetDefaults hydrates default values in the list deployments params (not the query body).

All values with no default are reset to their zero value.

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) WithDefaults

func (o *ListDeploymentsParams) WithDefaults() *ListDeploymentsParams

WithDefaults hydrates default values in the list deployments params (not the query body).

All values with no default are reset to their zero value.

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 describes a response with status code 401, 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) Code

func (o *ListDeploymentsUnauthorized) Code() int

Code gets the status code for the list deployments unauthorized response

func (*ListDeploymentsUnauthorized) Error

func (*ListDeploymentsUnauthorized) GetPayload

func (*ListDeploymentsUnauthorized) IsClientError

func (o *ListDeploymentsUnauthorized) IsClientError() bool

IsClientError returns true when this list deployments unauthorized response has a 4xx status code

func (*ListDeploymentsUnauthorized) IsCode

func (o *ListDeploymentsUnauthorized) IsCode(code int) bool

IsCode returns true when this list deployments unauthorized response a status code equal to that given

func (*ListDeploymentsUnauthorized) IsRedirect

func (o *ListDeploymentsUnauthorized) IsRedirect() bool

IsRedirect returns true when this list deployments unauthorized response has a 3xx status code

func (*ListDeploymentsUnauthorized) IsServerError

func (o *ListDeploymentsUnauthorized) IsServerError() bool

IsServerError returns true when this list deployments unauthorized response has a 5xx status code

func (*ListDeploymentsUnauthorized) IsSuccess

func (o *ListDeploymentsUnauthorized) IsSuccess() bool

IsSuccess returns true when this list deployments unauthorized response has a 2xx status code

func (*ListDeploymentsUnauthorized) String

func (o *ListDeploymentsUnauthorized) String() string

type MigrateDeploymentTemplateBadRequest

type MigrateDeploymentTemplateBadRequest struct {
	Payload *models.BasicFailedReply
}

MigrateDeploymentTemplateBadRequest describes a response with status code 400, with default header values.

The deployment cannot be successfully migrated to the template with the provided ID.

func NewMigrateDeploymentTemplateBadRequest

func NewMigrateDeploymentTemplateBadRequest() *MigrateDeploymentTemplateBadRequest

NewMigrateDeploymentTemplateBadRequest creates a MigrateDeploymentTemplateBadRequest with default headers values

func (*MigrateDeploymentTemplateBadRequest) Code

Code gets the status code for the migrate deployment template bad request response

func (*MigrateDeploymentTemplateBadRequest) Error

func (*MigrateDeploymentTemplateBadRequest) GetPayload

func (*MigrateDeploymentTemplateBadRequest) IsClientError

func (o *MigrateDeploymentTemplateBadRequest) IsClientError() bool

IsClientError returns true when this migrate deployment template bad request response has a 4xx status code

func (*MigrateDeploymentTemplateBadRequest) IsCode

IsCode returns true when this migrate deployment template bad request response a status code equal to that given

func (*MigrateDeploymentTemplateBadRequest) IsRedirect

func (o *MigrateDeploymentTemplateBadRequest) IsRedirect() bool

IsRedirect returns true when this migrate deployment template bad request response has a 3xx status code

func (*MigrateDeploymentTemplateBadRequest) IsServerError

func (o *MigrateDeploymentTemplateBadRequest) IsServerError() bool

IsServerError returns true when this migrate deployment template bad request response has a 5xx status code

func (*MigrateDeploymentTemplateBadRequest) IsSuccess

IsSuccess returns true when this migrate deployment template bad request response has a 2xx status code

func (*MigrateDeploymentTemplateBadRequest) String

type MigrateDeploymentTemplateNotFound

type MigrateDeploymentTemplateNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

MigrateDeploymentTemplateNotFound describes a response with status code 404, with default header values.

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

func NewMigrateDeploymentTemplateNotFound

func NewMigrateDeploymentTemplateNotFound() *MigrateDeploymentTemplateNotFound

NewMigrateDeploymentTemplateNotFound creates a MigrateDeploymentTemplateNotFound with default headers values

func (*MigrateDeploymentTemplateNotFound) Code

Code gets the status code for the migrate deployment template not found response

func (*MigrateDeploymentTemplateNotFound) Error

func (*MigrateDeploymentTemplateNotFound) GetPayload

func (*MigrateDeploymentTemplateNotFound) IsClientError

func (o *MigrateDeploymentTemplateNotFound) IsClientError() bool

IsClientError returns true when this migrate deployment template not found response has a 4xx status code

func (*MigrateDeploymentTemplateNotFound) IsCode

func (o *MigrateDeploymentTemplateNotFound) IsCode(code int) bool

IsCode returns true when this migrate deployment template not found response a status code equal to that given

func (*MigrateDeploymentTemplateNotFound) IsRedirect

func (o *MigrateDeploymentTemplateNotFound) IsRedirect() bool

IsRedirect returns true when this migrate deployment template not found response has a 3xx status code

func (*MigrateDeploymentTemplateNotFound) IsServerError

func (o *MigrateDeploymentTemplateNotFound) IsServerError() bool

IsServerError returns true when this migrate deployment template not found response has a 5xx status code

func (*MigrateDeploymentTemplateNotFound) IsSuccess

func (o *MigrateDeploymentTemplateNotFound) IsSuccess() bool

IsSuccess returns true when this migrate deployment template not found response has a 2xx status code

func (*MigrateDeploymentTemplateNotFound) String

type MigrateDeploymentTemplateOK

type MigrateDeploymentTemplateOK struct {
	Payload *models.DeploymentUpdateRequest
}

MigrateDeploymentTemplateOK describes a response with status code 200, with default header values.

The request was valid and the deployment can be migrated to the template with the provided ID.

func NewMigrateDeploymentTemplateOK

func NewMigrateDeploymentTemplateOK() *MigrateDeploymentTemplateOK

NewMigrateDeploymentTemplateOK creates a MigrateDeploymentTemplateOK with default headers values

func (*MigrateDeploymentTemplateOK) Code

func (o *MigrateDeploymentTemplateOK) Code() int

Code gets the status code for the migrate deployment template o k response

func (*MigrateDeploymentTemplateOK) Error

func (*MigrateDeploymentTemplateOK) GetPayload

func (*MigrateDeploymentTemplateOK) IsClientError

func (o *MigrateDeploymentTemplateOK) IsClientError() bool

IsClientError returns true when this migrate deployment template o k response has a 4xx status code

func (*MigrateDeploymentTemplateOK) IsCode

func (o *MigrateDeploymentTemplateOK) IsCode(code int) bool

IsCode returns true when this migrate deployment template o k response a status code equal to that given

func (*MigrateDeploymentTemplateOK) IsRedirect

func (o *MigrateDeploymentTemplateOK) IsRedirect() bool

IsRedirect returns true when this migrate deployment template o k response has a 3xx status code

func (*MigrateDeploymentTemplateOK) IsServerError

func (o *MigrateDeploymentTemplateOK) IsServerError() bool

IsServerError returns true when this migrate deployment template o k response has a 5xx status code

func (*MigrateDeploymentTemplateOK) IsSuccess

func (o *MigrateDeploymentTemplateOK) IsSuccess() bool

IsSuccess returns true when this migrate deployment template o k response has a 2xx status code

func (*MigrateDeploymentTemplateOK) String

func (o *MigrateDeploymentTemplateOK) String() string

type MigrateDeploymentTemplateParams

type MigrateDeploymentTemplateParams struct {

	/* DeploymentID.

	   Identifier for the Deployment
	*/
	DeploymentID string

	/* TemplateID.

	   The ID of the deployment template to migrate to
	*/
	TemplateID string

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

MigrateDeploymentTemplateParams contains all the parameters to send to the API endpoint

for the migrate deployment template operation.

Typically these are written to a http.Request.

func NewMigrateDeploymentTemplateParams

func NewMigrateDeploymentTemplateParams() *MigrateDeploymentTemplateParams

NewMigrateDeploymentTemplateParams creates a new MigrateDeploymentTemplateParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewMigrateDeploymentTemplateParamsWithContext

func NewMigrateDeploymentTemplateParamsWithContext(ctx context.Context) *MigrateDeploymentTemplateParams

NewMigrateDeploymentTemplateParamsWithContext creates a new MigrateDeploymentTemplateParams object with the ability to set a context for a request.

func NewMigrateDeploymentTemplateParamsWithHTTPClient

func NewMigrateDeploymentTemplateParamsWithHTTPClient(client *http.Client) *MigrateDeploymentTemplateParams

NewMigrateDeploymentTemplateParamsWithHTTPClient creates a new MigrateDeploymentTemplateParams object with the ability to set a custom HTTPClient for a request.

func NewMigrateDeploymentTemplateParamsWithTimeout

func NewMigrateDeploymentTemplateParamsWithTimeout(timeout time.Duration) *MigrateDeploymentTemplateParams

NewMigrateDeploymentTemplateParamsWithTimeout creates a new MigrateDeploymentTemplateParams object with the ability to set a timeout on a request.

func (*MigrateDeploymentTemplateParams) SetContext

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

SetContext adds the context to the migrate deployment template params

func (*MigrateDeploymentTemplateParams) SetDefaults

func (o *MigrateDeploymentTemplateParams) SetDefaults()

SetDefaults hydrates default values in the migrate deployment template params (not the query body).

All values with no default are reset to their zero value.

func (*MigrateDeploymentTemplateParams) SetDeploymentID

func (o *MigrateDeploymentTemplateParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the migrate deployment template params

func (*MigrateDeploymentTemplateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the migrate deployment template params

func (*MigrateDeploymentTemplateParams) SetTemplateID

func (o *MigrateDeploymentTemplateParams) SetTemplateID(templateID string)

SetTemplateID adds the templateId to the migrate deployment template params

func (*MigrateDeploymentTemplateParams) SetTimeout

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

SetTimeout adds the timeout to the migrate deployment template params

func (*MigrateDeploymentTemplateParams) WithContext

WithContext adds the context to the migrate deployment template params

func (*MigrateDeploymentTemplateParams) WithDefaults

WithDefaults hydrates default values in the migrate deployment template params (not the query body).

All values with no default are reset to their zero value.

func (*MigrateDeploymentTemplateParams) WithDeploymentID

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

WithDeploymentID adds the deploymentID to the migrate deployment template params

func (*MigrateDeploymentTemplateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the migrate deployment template params

func (*MigrateDeploymentTemplateParams) WithTemplateID

WithTemplateID adds the templateID to the migrate deployment template params

func (*MigrateDeploymentTemplateParams) WithTimeout

WithTimeout adds the timeout to the migrate deployment template params

func (*MigrateDeploymentTemplateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type MigrateDeploymentTemplateReader

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

MigrateDeploymentTemplateReader is a Reader for the MigrateDeploymentTemplate structure.

func (*MigrateDeploymentTemplateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type MigrateDeploymentTemplateUnauthorized

type MigrateDeploymentTemplateUnauthorized struct {
	Payload *models.BasicFailedReply
}

MigrateDeploymentTemplateUnauthorized describes a response with status code 401, with default header values.

You are not authorized to perform this action.

func NewMigrateDeploymentTemplateUnauthorized

func NewMigrateDeploymentTemplateUnauthorized() *MigrateDeploymentTemplateUnauthorized

NewMigrateDeploymentTemplateUnauthorized creates a MigrateDeploymentTemplateUnauthorized with default headers values

func (*MigrateDeploymentTemplateUnauthorized) Code

Code gets the status code for the migrate deployment template unauthorized response

func (*MigrateDeploymentTemplateUnauthorized) Error

func (*MigrateDeploymentTemplateUnauthorized) GetPayload

func (*MigrateDeploymentTemplateUnauthorized) IsClientError

func (o *MigrateDeploymentTemplateUnauthorized) IsClientError() bool

IsClientError returns true when this migrate deployment template unauthorized response has a 4xx status code

func (*MigrateDeploymentTemplateUnauthorized) IsCode

IsCode returns true when this migrate deployment template unauthorized response a status code equal to that given

func (*MigrateDeploymentTemplateUnauthorized) IsRedirect

IsRedirect returns true when this migrate deployment template unauthorized response has a 3xx status code

func (*MigrateDeploymentTemplateUnauthorized) IsServerError

func (o *MigrateDeploymentTemplateUnauthorized) IsServerError() bool

IsServerError returns true when this migrate deployment template unauthorized response has a 5xx status code

func (*MigrateDeploymentTemplateUnauthorized) IsSuccess

IsSuccess returns true when this migrate deployment template unauthorized response has a 2xx status code

func (*MigrateDeploymentTemplateUnauthorized) String

type MoveDeploymentElasticsearchResourceInstancesAccepted

type MoveDeploymentElasticsearchResourceInstancesAccepted struct {
	Payload models.EmptyResponse
}

MoveDeploymentElasticsearchResourceInstancesAccepted describes a response with status code 202, with default header values.

The move command was issued successfully. Use the "GET" command on the /{deployment_id} resource to monitor progress

func NewMoveDeploymentElasticsearchResourceInstancesAccepted

func NewMoveDeploymentElasticsearchResourceInstancesAccepted() *MoveDeploymentElasticsearchResourceInstancesAccepted

NewMoveDeploymentElasticsearchResourceInstancesAccepted creates a MoveDeploymentElasticsearchResourceInstancesAccepted with default headers values

func (*MoveDeploymentElasticsearchResourceInstancesAccepted) Code

Code gets the status code for the move deployment elasticsearch resource instances accepted response

func (*MoveDeploymentElasticsearchResourceInstancesAccepted) Error

func (*MoveDeploymentElasticsearchResourceInstancesAccepted) GetPayload

func (*MoveDeploymentElasticsearchResourceInstancesAccepted) IsClientError

IsClientError returns true when this move deployment elasticsearch resource instances accepted response has a 4xx status code

func (*MoveDeploymentElasticsearchResourceInstancesAccepted) IsCode

IsCode returns true when this move deployment elasticsearch resource instances accepted response a status code equal to that given

func (*MoveDeploymentElasticsearchResourceInstancesAccepted) IsRedirect

IsRedirect returns true when this move deployment elasticsearch resource instances accepted response has a 3xx status code

func (*MoveDeploymentElasticsearchResourceInstancesAccepted) IsServerError

IsServerError returns true when this move deployment elasticsearch resource instances accepted response has a 5xx status code

func (*MoveDeploymentElasticsearchResourceInstancesAccepted) IsSuccess

IsSuccess returns true when this move deployment elasticsearch resource instances accepted response has a 2xx status code

func (*MoveDeploymentElasticsearchResourceInstancesAccepted) String

type MoveDeploymentElasticsearchResourceInstancesNotFound

type MoveDeploymentElasticsearchResourceInstancesNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}
MoveDeploymentElasticsearchResourceInstancesNotFound describes a response with status code 404, with default header values.

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

* The Elasticsearch Resource specified by {ref_id} cannot be found. (code: `deployments.deployment_resource_not_found`) * One or more instances of the given resource type are missing. (code: `deployments.instances_missing_on_update_error`)

func NewMoveDeploymentElasticsearchResourceInstancesNotFound

func NewMoveDeploymentElasticsearchResourceInstancesNotFound() *MoveDeploymentElasticsearchResourceInstancesNotFound

NewMoveDeploymentElasticsearchResourceInstancesNotFound creates a MoveDeploymentElasticsearchResourceInstancesNotFound with default headers values

func (*MoveDeploymentElasticsearchResourceInstancesNotFound) Code

Code gets the status code for the move deployment elasticsearch resource instances not found response

func (*MoveDeploymentElasticsearchResourceInstancesNotFound) Error

func (*MoveDeploymentElasticsearchResourceInstancesNotFound) GetPayload

func (*MoveDeploymentElasticsearchResourceInstancesNotFound) IsClientError

IsClientError returns true when this move deployment elasticsearch resource instances not found response has a 4xx status code

func (*MoveDeploymentElasticsearchResourceInstancesNotFound) IsCode

IsCode returns true when this move deployment elasticsearch resource instances not found response a status code equal to that given

func (*MoveDeploymentElasticsearchResourceInstancesNotFound) IsRedirect

IsRedirect returns true when this move deployment elasticsearch resource instances not found response has a 3xx status code

func (*MoveDeploymentElasticsearchResourceInstancesNotFound) IsServerError

IsServerError returns true when this move deployment elasticsearch resource instances not found response has a 5xx status code

func (*MoveDeploymentElasticsearchResourceInstancesNotFound) IsSuccess

IsSuccess returns true when this move deployment elasticsearch resource instances not found response has a 2xx status code

func (*MoveDeploymentElasticsearchResourceInstancesNotFound) String

type MoveDeploymentElasticsearchResourceInstancesOK

type MoveDeploymentElasticsearchResourceInstancesOK struct {
	Payload *models.TransientElasticsearchPlanConfiguration
}

MoveDeploymentElasticsearchResourceInstancesOK describes a response with status code 200, with default header values.

If `validate_only` is `true`, the calculated plan is returned

func NewMoveDeploymentElasticsearchResourceInstancesOK

func NewMoveDeploymentElasticsearchResourceInstancesOK() *MoveDeploymentElasticsearchResourceInstancesOK

NewMoveDeploymentElasticsearchResourceInstancesOK creates a MoveDeploymentElasticsearchResourceInstancesOK with default headers values

func (*MoveDeploymentElasticsearchResourceInstancesOK) Code

Code gets the status code for the move deployment elasticsearch resource instances o k response

func (*MoveDeploymentElasticsearchResourceInstancesOK) Error

func (*MoveDeploymentElasticsearchResourceInstancesOK) GetPayload

func (*MoveDeploymentElasticsearchResourceInstancesOK) IsClientError

IsClientError returns true when this move deployment elasticsearch resource instances o k response has a 4xx status code

func (*MoveDeploymentElasticsearchResourceInstancesOK) IsCode

IsCode returns true when this move deployment elasticsearch resource instances o k response a status code equal to that given

func (*MoveDeploymentElasticsearchResourceInstancesOK) IsRedirect

IsRedirect returns true when this move deployment elasticsearch resource instances o k response has a 3xx status code

func (*MoveDeploymentElasticsearchResourceInstancesOK) IsServerError

IsServerError returns true when this move deployment elasticsearch resource instances o k response has a 5xx status code

func (*MoveDeploymentElasticsearchResourceInstancesOK) IsSuccess

IsSuccess returns true when this move deployment elasticsearch resource instances o k response has a 2xx status code

func (*MoveDeploymentElasticsearchResourceInstancesOK) String

type MoveDeploymentElasticsearchResourceInstancesParams

type MoveDeploymentElasticsearchResourceInstancesParams struct {

	/* Body.

	   Overrides the default move configuration
	*/
	Body *models.TransientElasticsearchPlanConfiguration

	/* DeploymentID.

	   Identifier for the Deployment.
	*/
	DeploymentID string

	/* ForceMove.

	   When `true`, moves instance data at file-system level (not via Elasticsearch), and re-creates instances on target allocator(s).
	*/
	ForceMove *bool

	/* ForceUpdate.

	   When `true`, cancels and overwrites the pending plans, or treats the instance as an error.
	*/
	ForceUpdate *bool

	/* IgnoreMissing.

	   When `true` and the instance does not exist, proceeds to the next instance, or treats the instance as an error.
	*/
	IgnoreMissing *bool

	/* InstanceIds.

	   A comma-separated list of instance identifiers.
	*/
	InstanceIds []string

	/* InstancesDown.

	   When `true`, the instances specified by `instance_ids` are considered permanently shut down for data migration logic.
	*/
	InstancesDown *bool

	/* MoveOnly.

	   When `true`, moves the specified instances and ignores the changes for the cluster state.

	   Default: true
	*/
	MoveOnly *bool

	/* RefID.

	   User-specified RefId for the Resource (or '_main' if there is only one).
	*/
	RefID string

	/* ValidateOnly.

	   When `true`, validates the move request, then returns the calculated plan without applying the plan.
	*/
	ValidateOnly *bool

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

MoveDeploymentElasticsearchResourceInstancesParams contains all the parameters to send to the API endpoint

for the move deployment elasticsearch resource instances operation.

Typically these are written to a http.Request.

func NewMoveDeploymentElasticsearchResourceInstancesParams

func NewMoveDeploymentElasticsearchResourceInstancesParams() *MoveDeploymentElasticsearchResourceInstancesParams

NewMoveDeploymentElasticsearchResourceInstancesParams creates a new MoveDeploymentElasticsearchResourceInstancesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewMoveDeploymentElasticsearchResourceInstancesParamsWithContext

func NewMoveDeploymentElasticsearchResourceInstancesParamsWithContext(ctx context.Context) *MoveDeploymentElasticsearchResourceInstancesParams

NewMoveDeploymentElasticsearchResourceInstancesParamsWithContext creates a new MoveDeploymentElasticsearchResourceInstancesParams object with the ability to set a context for a request.

func NewMoveDeploymentElasticsearchResourceInstancesParamsWithHTTPClient

func NewMoveDeploymentElasticsearchResourceInstancesParamsWithHTTPClient(client *http.Client) *MoveDeploymentElasticsearchResourceInstancesParams

NewMoveDeploymentElasticsearchResourceInstancesParamsWithHTTPClient creates a new MoveDeploymentElasticsearchResourceInstancesParams object with the ability to set a custom HTTPClient for a request.

func NewMoveDeploymentElasticsearchResourceInstancesParamsWithTimeout

func NewMoveDeploymentElasticsearchResourceInstancesParamsWithTimeout(timeout time.Duration) *MoveDeploymentElasticsearchResourceInstancesParams

NewMoveDeploymentElasticsearchResourceInstancesParamsWithTimeout creates a new MoveDeploymentElasticsearchResourceInstancesParams object with the ability to set a timeout on a request.

func (*MoveDeploymentElasticsearchResourceInstancesParams) SetBody

SetBody adds the body to the move deployment elasticsearch resource instances params

func (*MoveDeploymentElasticsearchResourceInstancesParams) SetContext

SetContext adds the context to the move deployment elasticsearch resource instances params

func (*MoveDeploymentElasticsearchResourceInstancesParams) SetDefaults

SetDefaults hydrates default values in the move deployment elasticsearch resource instances params (not the query body).

All values with no default are reset to their zero value.

func (*MoveDeploymentElasticsearchResourceInstancesParams) SetDeploymentID

func (o *MoveDeploymentElasticsearchResourceInstancesParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the move deployment elasticsearch resource instances params

func (*MoveDeploymentElasticsearchResourceInstancesParams) SetForceMove

func (o *MoveDeploymentElasticsearchResourceInstancesParams) SetForceMove(forceMove *bool)

SetForceMove adds the forceMove to the move deployment elasticsearch resource instances params

func (*MoveDeploymentElasticsearchResourceInstancesParams) SetForceUpdate

func (o *MoveDeploymentElasticsearchResourceInstancesParams) SetForceUpdate(forceUpdate *bool)

SetForceUpdate adds the forceUpdate to the move deployment elasticsearch resource instances params

func (*MoveDeploymentElasticsearchResourceInstancesParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the move deployment elasticsearch resource instances params

func (*MoveDeploymentElasticsearchResourceInstancesParams) SetIgnoreMissing

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

SetIgnoreMissing adds the ignoreMissing to the move deployment elasticsearch resource instances params

func (*MoveDeploymentElasticsearchResourceInstancesParams) SetInstanceIds

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

SetInstanceIds adds the instanceIds to the move deployment elasticsearch resource instances params

func (*MoveDeploymentElasticsearchResourceInstancesParams) SetInstancesDown

func (o *MoveDeploymentElasticsearchResourceInstancesParams) SetInstancesDown(instancesDown *bool)

SetInstancesDown adds the instancesDown to the move deployment elasticsearch resource instances params

func (*MoveDeploymentElasticsearchResourceInstancesParams) SetMoveOnly

func (o *MoveDeploymentElasticsearchResourceInstancesParams) SetMoveOnly(moveOnly *bool)

SetMoveOnly adds the moveOnly to the move deployment elasticsearch resource instances params

func (*MoveDeploymentElasticsearchResourceInstancesParams) SetRefID

SetRefID adds the refId to the move deployment elasticsearch resource instances params

func (*MoveDeploymentElasticsearchResourceInstancesParams) SetTimeout

SetTimeout adds the timeout to the move deployment elasticsearch resource instances params

func (*MoveDeploymentElasticsearchResourceInstancesParams) SetValidateOnly

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

SetValidateOnly adds the validateOnly to the move deployment elasticsearch resource instances params

func (*MoveDeploymentElasticsearchResourceInstancesParams) WithBody

WithBody adds the body to the move deployment elasticsearch resource instances params

func (*MoveDeploymentElasticsearchResourceInstancesParams) WithContext

WithContext adds the context to the move deployment elasticsearch resource instances params

func (*MoveDeploymentElasticsearchResourceInstancesParams) WithDefaults

WithDefaults hydrates default values in the move deployment elasticsearch resource instances params (not the query body).

All values with no default are reset to their zero value.

func (*MoveDeploymentElasticsearchResourceInstancesParams) WithDeploymentID

WithDeploymentID adds the deploymentID to the move deployment elasticsearch resource instances params

func (*MoveDeploymentElasticsearchResourceInstancesParams) WithForceMove

WithForceMove adds the forceMove to the move deployment elasticsearch resource instances params

func (*MoveDeploymentElasticsearchResourceInstancesParams) WithForceUpdate

WithForceUpdate adds the forceUpdate to the move deployment elasticsearch resource instances params

func (*MoveDeploymentElasticsearchResourceInstancesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the move deployment elasticsearch resource instances params

func (*MoveDeploymentElasticsearchResourceInstancesParams) WithIgnoreMissing

WithIgnoreMissing adds the ignoreMissing to the move deployment elasticsearch resource instances params

func (*MoveDeploymentElasticsearchResourceInstancesParams) WithInstanceIds

WithInstanceIds adds the instanceIds to the move deployment elasticsearch resource instances params

func (*MoveDeploymentElasticsearchResourceInstancesParams) WithInstancesDown

WithInstancesDown adds the instancesDown to the move deployment elasticsearch resource instances params

func (*MoveDeploymentElasticsearchResourceInstancesParams) WithMoveOnly

WithMoveOnly adds the moveOnly to the move deployment elasticsearch resource instances params

func (*MoveDeploymentElasticsearchResourceInstancesParams) WithRefID

WithRefID adds the refID to the move deployment elasticsearch resource instances params

func (*MoveDeploymentElasticsearchResourceInstancesParams) WithTimeout

WithTimeout adds the timeout to the move deployment elasticsearch resource instances params

func (*MoveDeploymentElasticsearchResourceInstancesParams) WithValidateOnly

WithValidateOnly adds the validateOnly to the move deployment elasticsearch resource instances params

func (*MoveDeploymentElasticsearchResourceInstancesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type MoveDeploymentElasticsearchResourceInstancesReader

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

MoveDeploymentElasticsearchResourceInstancesReader is a Reader for the MoveDeploymentElasticsearchResourceInstances structure.

func (*MoveDeploymentElasticsearchResourceInstancesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostDeploymentResourceProxyRequestsNotFound

type PostDeploymentResourceProxyRequestsNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}
PostDeploymentResourceProxyRequestsNotFound describes a response with status code 404, with default header values.

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

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

func NewPostDeploymentResourceProxyRequestsNotFound

func NewPostDeploymentResourceProxyRequestsNotFound() *PostDeploymentResourceProxyRequestsNotFound

NewPostDeploymentResourceProxyRequestsNotFound creates a PostDeploymentResourceProxyRequestsNotFound with default headers values

func (*PostDeploymentResourceProxyRequestsNotFound) Code

Code gets the status code for the post deployment resource proxy requests not found response

func (*PostDeploymentResourceProxyRequestsNotFound) Error

func (*PostDeploymentResourceProxyRequestsNotFound) GetPayload

func (*PostDeploymentResourceProxyRequestsNotFound) IsClientError

IsClientError returns true when this post deployment resource proxy requests not found response has a 4xx status code

func (*PostDeploymentResourceProxyRequestsNotFound) IsCode

IsCode returns true when this post deployment resource proxy requests not found response a status code equal to that given

func (*PostDeploymentResourceProxyRequestsNotFound) IsRedirect

IsRedirect returns true when this post deployment resource proxy requests not found response has a 3xx status code

func (*PostDeploymentResourceProxyRequestsNotFound) IsServerError

IsServerError returns true when this post deployment resource proxy requests not found response has a 5xx status code

func (*PostDeploymentResourceProxyRequestsNotFound) IsSuccess

IsSuccess returns true when this post deployment resource proxy requests not found response has a 2xx status code

func (*PostDeploymentResourceProxyRequestsNotFound) String

type PostDeploymentResourceProxyRequestsOK

type PostDeploymentResourceProxyRequestsOK struct {
	Payload *models.GenericResponse
}

PostDeploymentResourceProxyRequestsOK describes a response with status code 200, with default header values.

The request has been processed successfully through the proxy.

func NewPostDeploymentResourceProxyRequestsOK

func NewPostDeploymentResourceProxyRequestsOK() *PostDeploymentResourceProxyRequestsOK

NewPostDeploymentResourceProxyRequestsOK creates a PostDeploymentResourceProxyRequestsOK with default headers values

func (*PostDeploymentResourceProxyRequestsOK) Code

Code gets the status code for the post deployment resource proxy requests o k response

func (*PostDeploymentResourceProxyRequestsOK) Error

func (*PostDeploymentResourceProxyRequestsOK) GetPayload

func (*PostDeploymentResourceProxyRequestsOK) IsClientError

func (o *PostDeploymentResourceProxyRequestsOK) IsClientError() bool

IsClientError returns true when this post deployment resource proxy requests o k response has a 4xx status code

func (*PostDeploymentResourceProxyRequestsOK) IsCode

IsCode returns true when this post deployment resource proxy requests o k response a status code equal to that given

func (*PostDeploymentResourceProxyRequestsOK) IsRedirect

IsRedirect returns true when this post deployment resource proxy requests o k response has a 3xx status code

func (*PostDeploymentResourceProxyRequestsOK) IsServerError

func (o *PostDeploymentResourceProxyRequestsOK) IsServerError() bool

IsServerError returns true when this post deployment resource proxy requests o k response has a 5xx status code

func (*PostDeploymentResourceProxyRequestsOK) IsSuccess

IsSuccess returns true when this post deployment resource proxy requests o k response has a 2xx status code

func (*PostDeploymentResourceProxyRequestsOK) String

type PostDeploymentResourceProxyRequestsParams

type PostDeploymentResourceProxyRequestsParams struct {

	/* XManagementRequest.

	   You must specify the `X-Management-Request` HTTP header with value `true`. NOTE: Use this endpoint for management purposes. It does not provide high performance.
	*/
	XManagementRequest string

	/* Body.

	   The JSON payload to proxy to the deployment resource.
	*/
	Body string

	/* DeploymentID.

	   Identifier for the Deployment
	*/
	DeploymentID string

	/* ProxyPath.

	   The URL part to proxy to the deployment resource. Example: _cat/indices, /api/spaces/space or /api/ent/v1/internal/health
	*/
	ProxyPath string

	/* RefID.

	   User-specified RefId for the Resource (or '_main' if there is only one)
	*/
	RefID string

	/* ResourceKind.

	   The kind of resource
	*/
	ResourceKind string

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

PostDeploymentResourceProxyRequestsParams contains all the parameters to send to the API endpoint

for the post deployment resource proxy requests operation.

Typically these are written to a http.Request.

func NewPostDeploymentResourceProxyRequestsParams

func NewPostDeploymentResourceProxyRequestsParams() *PostDeploymentResourceProxyRequestsParams

NewPostDeploymentResourceProxyRequestsParams creates a new PostDeploymentResourceProxyRequestsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPostDeploymentResourceProxyRequestsParamsWithContext

func NewPostDeploymentResourceProxyRequestsParamsWithContext(ctx context.Context) *PostDeploymentResourceProxyRequestsParams

NewPostDeploymentResourceProxyRequestsParamsWithContext creates a new PostDeploymentResourceProxyRequestsParams object with the ability to set a context for a request.

func NewPostDeploymentResourceProxyRequestsParamsWithHTTPClient

func NewPostDeploymentResourceProxyRequestsParamsWithHTTPClient(client *http.Client) *PostDeploymentResourceProxyRequestsParams

NewPostDeploymentResourceProxyRequestsParamsWithHTTPClient creates a new PostDeploymentResourceProxyRequestsParams object with the ability to set a custom HTTPClient for a request.

func NewPostDeploymentResourceProxyRequestsParamsWithTimeout

func NewPostDeploymentResourceProxyRequestsParamsWithTimeout(timeout time.Duration) *PostDeploymentResourceProxyRequestsParams

NewPostDeploymentResourceProxyRequestsParamsWithTimeout creates a new PostDeploymentResourceProxyRequestsParams object with the ability to set a timeout on a request.

func (*PostDeploymentResourceProxyRequestsParams) SetBody

SetBody adds the body to the post deployment resource proxy requests params

func (*PostDeploymentResourceProxyRequestsParams) SetContext

SetContext adds the context to the post deployment resource proxy requests params

func (*PostDeploymentResourceProxyRequestsParams) SetDefaults

SetDefaults hydrates default values in the post deployment resource proxy requests params (not the query body).

All values with no default are reset to their zero value.

func (*PostDeploymentResourceProxyRequestsParams) SetDeploymentID

func (o *PostDeploymentResourceProxyRequestsParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the post deployment resource proxy requests params

func (*PostDeploymentResourceProxyRequestsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post deployment resource proxy requests params

func (*PostDeploymentResourceProxyRequestsParams) SetProxyPath

func (o *PostDeploymentResourceProxyRequestsParams) SetProxyPath(proxyPath string)

SetProxyPath adds the proxyPath to the post deployment resource proxy requests params

func (*PostDeploymentResourceProxyRequestsParams) SetRefID

SetRefID adds the refId to the post deployment resource proxy requests params

func (*PostDeploymentResourceProxyRequestsParams) SetResourceKind

func (o *PostDeploymentResourceProxyRequestsParams) SetResourceKind(resourceKind string)

SetResourceKind adds the resourceKind to the post deployment resource proxy requests params

func (*PostDeploymentResourceProxyRequestsParams) SetTimeout

SetTimeout adds the timeout to the post deployment resource proxy requests params

func (*PostDeploymentResourceProxyRequestsParams) SetXManagementRequest

func (o *PostDeploymentResourceProxyRequestsParams) SetXManagementRequest(xManagementRequest string)

SetXManagementRequest adds the xManagementRequest to the post deployment resource proxy requests params

func (*PostDeploymentResourceProxyRequestsParams) WithBody

WithBody adds the body to the post deployment resource proxy requests params

func (*PostDeploymentResourceProxyRequestsParams) WithContext

WithContext adds the context to the post deployment resource proxy requests params

func (*PostDeploymentResourceProxyRequestsParams) WithDefaults

WithDefaults hydrates default values in the post deployment resource proxy requests params (not the query body).

All values with no default are reset to their zero value.

func (*PostDeploymentResourceProxyRequestsParams) WithDeploymentID

WithDeploymentID adds the deploymentID to the post deployment resource proxy requests params

func (*PostDeploymentResourceProxyRequestsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post deployment resource proxy requests params

func (*PostDeploymentResourceProxyRequestsParams) WithProxyPath

WithProxyPath adds the proxyPath to the post deployment resource proxy requests params

func (*PostDeploymentResourceProxyRequestsParams) WithRefID

WithRefID adds the refID to the post deployment resource proxy requests params

func (*PostDeploymentResourceProxyRequestsParams) WithResourceKind

WithResourceKind adds the resourceKind to the post deployment resource proxy requests params

func (*PostDeploymentResourceProxyRequestsParams) WithTimeout

WithTimeout adds the timeout to the post deployment resource proxy requests params

func (*PostDeploymentResourceProxyRequestsParams) WithXManagementRequest

WithXManagementRequest adds the xManagementRequest to the post deployment resource proxy requests params

func (*PostDeploymentResourceProxyRequestsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostDeploymentResourceProxyRequestsReader

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

PostDeploymentResourceProxyRequestsReader is a Reader for the PostDeploymentResourceProxyRequests structure.

func (*PostDeploymentResourceProxyRequestsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutDeploymentResourceProxyRequestsNotFound

type PutDeploymentResourceProxyRequestsNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}
PutDeploymentResourceProxyRequestsNotFound describes a response with status code 404, with default header values.

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

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

func NewPutDeploymentResourceProxyRequestsNotFound

func NewPutDeploymentResourceProxyRequestsNotFound() *PutDeploymentResourceProxyRequestsNotFound

NewPutDeploymentResourceProxyRequestsNotFound creates a PutDeploymentResourceProxyRequestsNotFound with default headers values

func (*PutDeploymentResourceProxyRequestsNotFound) Code

Code gets the status code for the put deployment resource proxy requests not found response

func (*PutDeploymentResourceProxyRequestsNotFound) Error

func (*PutDeploymentResourceProxyRequestsNotFound) GetPayload

func (*PutDeploymentResourceProxyRequestsNotFound) IsClientError

IsClientError returns true when this put deployment resource proxy requests not found response has a 4xx status code

func (*PutDeploymentResourceProxyRequestsNotFound) IsCode

IsCode returns true when this put deployment resource proxy requests not found response a status code equal to that given

func (*PutDeploymentResourceProxyRequestsNotFound) IsRedirect

IsRedirect returns true when this put deployment resource proxy requests not found response has a 3xx status code

func (*PutDeploymentResourceProxyRequestsNotFound) IsServerError

IsServerError returns true when this put deployment resource proxy requests not found response has a 5xx status code

func (*PutDeploymentResourceProxyRequestsNotFound) IsSuccess

IsSuccess returns true when this put deployment resource proxy requests not found response has a 2xx status code

func (*PutDeploymentResourceProxyRequestsNotFound) String

type PutDeploymentResourceProxyRequestsOK

type PutDeploymentResourceProxyRequestsOK struct {
	Payload *models.GenericResponse
}

PutDeploymentResourceProxyRequestsOK describes a response with status code 200, with default header values.

The request has been processed successfully through the proxy.

func NewPutDeploymentResourceProxyRequestsOK

func NewPutDeploymentResourceProxyRequestsOK() *PutDeploymentResourceProxyRequestsOK

NewPutDeploymentResourceProxyRequestsOK creates a PutDeploymentResourceProxyRequestsOK with default headers values

func (*PutDeploymentResourceProxyRequestsOK) Code

Code gets the status code for the put deployment resource proxy requests o k response

func (*PutDeploymentResourceProxyRequestsOK) Error

func (*PutDeploymentResourceProxyRequestsOK) GetPayload

func (*PutDeploymentResourceProxyRequestsOK) IsClientError

func (o *PutDeploymentResourceProxyRequestsOK) IsClientError() bool

IsClientError returns true when this put deployment resource proxy requests o k response has a 4xx status code

func (*PutDeploymentResourceProxyRequestsOK) IsCode

IsCode returns true when this put deployment resource proxy requests o k response a status code equal to that given

func (*PutDeploymentResourceProxyRequestsOK) IsRedirect

IsRedirect returns true when this put deployment resource proxy requests o k response has a 3xx status code

func (*PutDeploymentResourceProxyRequestsOK) IsServerError

func (o *PutDeploymentResourceProxyRequestsOK) IsServerError() bool

IsServerError returns true when this put deployment resource proxy requests o k response has a 5xx status code

func (*PutDeploymentResourceProxyRequestsOK) IsSuccess

IsSuccess returns true when this put deployment resource proxy requests o k response has a 2xx status code

func (*PutDeploymentResourceProxyRequestsOK) String

type PutDeploymentResourceProxyRequestsParams

type PutDeploymentResourceProxyRequestsParams struct {

	/* XManagementRequest.

	   You must specify the `X-Management-Request` HTTP header with value `true`. NOTE: Use this endpoint for management purposes. It does not provide high performance.
	*/
	XManagementRequest string

	/* Body.

	   The JSON payload to proxy to the deployment resource.
	*/
	Body string

	/* DeploymentID.

	   Identifier for the Deployment
	*/
	DeploymentID string

	/* ProxyPath.

	   The URL part to proxy to the deployment resource. Example: _cat/indices, /api/spaces/space or /api/ent/v1/internal/health
	*/
	ProxyPath string

	/* RefID.

	   User-specified RefId for the Resource (or '_main' if there is only one)
	*/
	RefID string

	/* ResourceKind.

	   The kind of resource
	*/
	ResourceKind string

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

PutDeploymentResourceProxyRequestsParams contains all the parameters to send to the API endpoint

for the put deployment resource proxy requests operation.

Typically these are written to a http.Request.

func NewPutDeploymentResourceProxyRequestsParams

func NewPutDeploymentResourceProxyRequestsParams() *PutDeploymentResourceProxyRequestsParams

NewPutDeploymentResourceProxyRequestsParams creates a new PutDeploymentResourceProxyRequestsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPutDeploymentResourceProxyRequestsParamsWithContext

func NewPutDeploymentResourceProxyRequestsParamsWithContext(ctx context.Context) *PutDeploymentResourceProxyRequestsParams

NewPutDeploymentResourceProxyRequestsParamsWithContext creates a new PutDeploymentResourceProxyRequestsParams object with the ability to set a context for a request.

func NewPutDeploymentResourceProxyRequestsParamsWithHTTPClient

func NewPutDeploymentResourceProxyRequestsParamsWithHTTPClient(client *http.Client) *PutDeploymentResourceProxyRequestsParams

NewPutDeploymentResourceProxyRequestsParamsWithHTTPClient creates a new PutDeploymentResourceProxyRequestsParams object with the ability to set a custom HTTPClient for a request.

func NewPutDeploymentResourceProxyRequestsParamsWithTimeout

func NewPutDeploymentResourceProxyRequestsParamsWithTimeout(timeout time.Duration) *PutDeploymentResourceProxyRequestsParams

NewPutDeploymentResourceProxyRequestsParamsWithTimeout creates a new PutDeploymentResourceProxyRequestsParams object with the ability to set a timeout on a request.

func (*PutDeploymentResourceProxyRequestsParams) SetBody

SetBody adds the body to the put deployment resource proxy requests params

func (*PutDeploymentResourceProxyRequestsParams) SetContext

SetContext adds the context to the put deployment resource proxy requests params

func (*PutDeploymentResourceProxyRequestsParams) SetDefaults

SetDefaults hydrates default values in the put deployment resource proxy requests params (not the query body).

All values with no default are reset to their zero value.

func (*PutDeploymentResourceProxyRequestsParams) SetDeploymentID

func (o *PutDeploymentResourceProxyRequestsParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the put deployment resource proxy requests params

func (*PutDeploymentResourceProxyRequestsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put deployment resource proxy requests params

func (*PutDeploymentResourceProxyRequestsParams) SetProxyPath

func (o *PutDeploymentResourceProxyRequestsParams) SetProxyPath(proxyPath string)

SetProxyPath adds the proxyPath to the put deployment resource proxy requests params

func (*PutDeploymentResourceProxyRequestsParams) SetRefID

SetRefID adds the refId to the put deployment resource proxy requests params

func (*PutDeploymentResourceProxyRequestsParams) SetResourceKind

func (o *PutDeploymentResourceProxyRequestsParams) SetResourceKind(resourceKind string)

SetResourceKind adds the resourceKind to the put deployment resource proxy requests params

func (*PutDeploymentResourceProxyRequestsParams) SetTimeout

SetTimeout adds the timeout to the put deployment resource proxy requests params

func (*PutDeploymentResourceProxyRequestsParams) SetXManagementRequest

func (o *PutDeploymentResourceProxyRequestsParams) SetXManagementRequest(xManagementRequest string)

SetXManagementRequest adds the xManagementRequest to the put deployment resource proxy requests params

func (*PutDeploymentResourceProxyRequestsParams) WithBody

WithBody adds the body to the put deployment resource proxy requests params

func (*PutDeploymentResourceProxyRequestsParams) WithContext

WithContext adds the context to the put deployment resource proxy requests params

func (*PutDeploymentResourceProxyRequestsParams) WithDefaults

WithDefaults hydrates default values in the put deployment resource proxy requests params (not the query body).

All values with no default are reset to their zero value.

func (*PutDeploymentResourceProxyRequestsParams) WithDeploymentID

WithDeploymentID adds the deploymentID to the put deployment resource proxy requests params

func (*PutDeploymentResourceProxyRequestsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put deployment resource proxy requests params

func (*PutDeploymentResourceProxyRequestsParams) WithProxyPath

WithProxyPath adds the proxyPath to the put deployment resource proxy requests params

func (*PutDeploymentResourceProxyRequestsParams) WithRefID

WithRefID adds the refID to the put deployment resource proxy requests params

func (*PutDeploymentResourceProxyRequestsParams) WithResourceKind

WithResourceKind adds the resourceKind to the put deployment resource proxy requests params

func (*PutDeploymentResourceProxyRequestsParams) WithTimeout

WithTimeout adds the timeout to the put deployment resource proxy requests params

func (*PutDeploymentResourceProxyRequestsParams) WithXManagementRequest

func (o *PutDeploymentResourceProxyRequestsParams) WithXManagementRequest(xManagementRequest string) *PutDeploymentResourceProxyRequestsParams

WithXManagementRequest adds the xManagementRequest to the put deployment resource proxy requests params

func (*PutDeploymentResourceProxyRequestsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutDeploymentResourceProxyRequestsReader

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

PutDeploymentResourceProxyRequestsReader is a Reader for the PutDeploymentResourceProxyRequests structure.

func (*PutDeploymentResourceProxyRequestsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ResetElasticsearchUserPasswordInternalServerError

type ResetElasticsearchUserPasswordInternalServerError struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

ResetElasticsearchUserPasswordInternalServerError describes a response with status code 500, with default header values.

Failed to reset the 'elastic' user's password. (code: `deployments.elasticsearch.password_reset_error`)

func NewResetElasticsearchUserPasswordInternalServerError

func NewResetElasticsearchUserPasswordInternalServerError() *ResetElasticsearchUserPasswordInternalServerError

NewResetElasticsearchUserPasswordInternalServerError creates a ResetElasticsearchUserPasswordInternalServerError with default headers values

func (*ResetElasticsearchUserPasswordInternalServerError) Code

Code gets the status code for the reset elasticsearch user password internal server error response

func (*ResetElasticsearchUserPasswordInternalServerError) Error

func (*ResetElasticsearchUserPasswordInternalServerError) GetPayload

func (*ResetElasticsearchUserPasswordInternalServerError) IsClientError

IsClientError returns true when this reset elasticsearch user password internal server error response has a 4xx status code

func (*ResetElasticsearchUserPasswordInternalServerError) IsCode

IsCode returns true when this reset elasticsearch user password internal server error response a status code equal to that given

func (*ResetElasticsearchUserPasswordInternalServerError) IsRedirect

IsRedirect returns true when this reset elasticsearch user password internal server error response has a 3xx status code

func (*ResetElasticsearchUserPasswordInternalServerError) IsServerError

IsServerError returns true when this reset elasticsearch user password internal server error response has a 5xx status code

func (*ResetElasticsearchUserPasswordInternalServerError) IsSuccess

IsSuccess returns true when this reset elasticsearch user password internal server error response has a 2xx status code

func (*ResetElasticsearchUserPasswordInternalServerError) String

type ResetElasticsearchUserPasswordNotFound

type ResetElasticsearchUserPasswordNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}
ResetElasticsearchUserPasswordNotFound describes a response with status code 404, with default header values.

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

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

func NewResetElasticsearchUserPasswordNotFound

func NewResetElasticsearchUserPasswordNotFound() *ResetElasticsearchUserPasswordNotFound

NewResetElasticsearchUserPasswordNotFound creates a ResetElasticsearchUserPasswordNotFound with default headers values

func (*ResetElasticsearchUserPasswordNotFound) Code

Code gets the status code for the reset elasticsearch user password not found response

func (*ResetElasticsearchUserPasswordNotFound) Error

func (*ResetElasticsearchUserPasswordNotFound) GetPayload

func (*ResetElasticsearchUserPasswordNotFound) IsClientError

func (o *ResetElasticsearchUserPasswordNotFound) IsClientError() bool

IsClientError returns true when this reset elasticsearch user password not found response has a 4xx status code

func (*ResetElasticsearchUserPasswordNotFound) IsCode

IsCode returns true when this reset elasticsearch user password not found response a status code equal to that given

func (*ResetElasticsearchUserPasswordNotFound) IsRedirect

IsRedirect returns true when this reset elasticsearch user password not found response has a 3xx status code

func (*ResetElasticsearchUserPasswordNotFound) IsServerError

func (o *ResetElasticsearchUserPasswordNotFound) IsServerError() bool

IsServerError returns true when this reset elasticsearch user password not found response has a 5xx status code

func (*ResetElasticsearchUserPasswordNotFound) IsSuccess

IsSuccess returns true when this reset elasticsearch user password not found response has a 2xx status code

func (*ResetElasticsearchUserPasswordNotFound) String

type ResetElasticsearchUserPasswordOK

type ResetElasticsearchUserPasswordOK struct {
	Payload *models.ElasticsearchElasticUserPasswordResetResponse
}

ResetElasticsearchUserPasswordOK describes a response with status code 200, with default header values.

The password reset was out carried successfully

func NewResetElasticsearchUserPasswordOK

func NewResetElasticsearchUserPasswordOK() *ResetElasticsearchUserPasswordOK

NewResetElasticsearchUserPasswordOK creates a ResetElasticsearchUserPasswordOK with default headers values

func (*ResetElasticsearchUserPasswordOK) Code

Code gets the status code for the reset elasticsearch user password o k response

func (*ResetElasticsearchUserPasswordOK) Error

func (*ResetElasticsearchUserPasswordOK) GetPayload

func (*ResetElasticsearchUserPasswordOK) IsClientError

func (o *ResetElasticsearchUserPasswordOK) IsClientError() bool

IsClientError returns true when this reset elasticsearch user password o k response has a 4xx status code

func (*ResetElasticsearchUserPasswordOK) IsCode

func (o *ResetElasticsearchUserPasswordOK) IsCode(code int) bool

IsCode returns true when this reset elasticsearch user password o k response a status code equal to that given

func (*ResetElasticsearchUserPasswordOK) IsRedirect

func (o *ResetElasticsearchUserPasswordOK) IsRedirect() bool

IsRedirect returns true when this reset elasticsearch user password o k response has a 3xx status code

func (*ResetElasticsearchUserPasswordOK) IsServerError

func (o *ResetElasticsearchUserPasswordOK) IsServerError() bool

IsServerError returns true when this reset elasticsearch user password o k response has a 5xx status code

func (*ResetElasticsearchUserPasswordOK) IsSuccess

func (o *ResetElasticsearchUserPasswordOK) IsSuccess() bool

IsSuccess returns true when this reset elasticsearch user password o k response has a 2xx status code

func (*ResetElasticsearchUserPasswordOK) String

type ResetElasticsearchUserPasswordParams

type ResetElasticsearchUserPasswordParams struct {

	/* DeploymentID.

	   Identifier for the Deployment.
	*/
	DeploymentID string

	/* RefID.

	   User-specified RefId for the Resource (or '_main' if there is only one).
	*/
	RefID string

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

ResetElasticsearchUserPasswordParams contains all the parameters to send to the API endpoint

for the reset elasticsearch user password operation.

Typically these are written to a http.Request.

func NewResetElasticsearchUserPasswordParams

func NewResetElasticsearchUserPasswordParams() *ResetElasticsearchUserPasswordParams

NewResetElasticsearchUserPasswordParams creates a new ResetElasticsearchUserPasswordParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewResetElasticsearchUserPasswordParamsWithContext

func NewResetElasticsearchUserPasswordParamsWithContext(ctx context.Context) *ResetElasticsearchUserPasswordParams

NewResetElasticsearchUserPasswordParamsWithContext creates a new ResetElasticsearchUserPasswordParams object with the ability to set a context for a request.

func NewResetElasticsearchUserPasswordParamsWithHTTPClient

func NewResetElasticsearchUserPasswordParamsWithHTTPClient(client *http.Client) *ResetElasticsearchUserPasswordParams

NewResetElasticsearchUserPasswordParamsWithHTTPClient creates a new ResetElasticsearchUserPasswordParams object with the ability to set a custom HTTPClient for a request.

func NewResetElasticsearchUserPasswordParamsWithTimeout

func NewResetElasticsearchUserPasswordParamsWithTimeout(timeout time.Duration) *ResetElasticsearchUserPasswordParams

NewResetElasticsearchUserPasswordParamsWithTimeout creates a new ResetElasticsearchUserPasswordParams object with the ability to set a timeout on a request.

func (*ResetElasticsearchUserPasswordParams) SetContext

SetContext adds the context to the reset elasticsearch user password params

func (*ResetElasticsearchUserPasswordParams) SetDefaults

func (o *ResetElasticsearchUserPasswordParams) SetDefaults()

SetDefaults hydrates default values in the reset elasticsearch user password params (not the query body).

All values with no default are reset to their zero value.

func (*ResetElasticsearchUserPasswordParams) SetDeploymentID

func (o *ResetElasticsearchUserPasswordParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the reset elasticsearch user password params

func (*ResetElasticsearchUserPasswordParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the reset elasticsearch user password params

func (*ResetElasticsearchUserPasswordParams) SetRefID

func (o *ResetElasticsearchUserPasswordParams) SetRefID(refID string)

SetRefID adds the refId to the reset elasticsearch user password params

func (*ResetElasticsearchUserPasswordParams) SetTimeout

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

SetTimeout adds the timeout to the reset elasticsearch user password params

func (*ResetElasticsearchUserPasswordParams) WithContext

WithContext adds the context to the reset elasticsearch user password params

func (*ResetElasticsearchUserPasswordParams) WithDefaults

WithDefaults hydrates default values in the reset elasticsearch user password params (not the query body).

All values with no default are reset to their zero value.

func (*ResetElasticsearchUserPasswordParams) WithDeploymentID

WithDeploymentID adds the deploymentID to the reset elasticsearch user password params

func (*ResetElasticsearchUserPasswordParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the reset elasticsearch user password params

func (*ResetElasticsearchUserPasswordParams) WithRefID

WithRefID adds the refID to the reset elasticsearch user password params

func (*ResetElasticsearchUserPasswordParams) WithTimeout

WithTimeout adds the timeout to the reset elasticsearch user password params

func (*ResetElasticsearchUserPasswordParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ResetElasticsearchUserPasswordReader

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

ResetElasticsearchUserPasswordReader is a Reader for the ResetElasticsearchUserPassword structure.

func (*ResetElasticsearchUserPasswordReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RestartDeploymentEsResourceAccepted

type RestartDeploymentEsResourceAccepted struct {
	Payload *models.DeploymentResourceCommandResponse
}

RestartDeploymentEsResourceAccepted describes a response with status code 202, 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) Code

Code gets the status code for the restart deployment es resource accepted response

func (*RestartDeploymentEsResourceAccepted) Error

func (*RestartDeploymentEsResourceAccepted) GetPayload

func (*RestartDeploymentEsResourceAccepted) IsClientError

func (o *RestartDeploymentEsResourceAccepted) IsClientError() bool

IsClientError returns true when this restart deployment es resource accepted response has a 4xx status code

func (*RestartDeploymentEsResourceAccepted) IsCode

IsCode returns true when this restart deployment es resource accepted response a status code equal to that given

func (*RestartDeploymentEsResourceAccepted) IsRedirect

func (o *RestartDeploymentEsResourceAccepted) IsRedirect() bool

IsRedirect returns true when this restart deployment es resource accepted response has a 3xx status code

func (*RestartDeploymentEsResourceAccepted) IsServerError

func (o *RestartDeploymentEsResourceAccepted) IsServerError() bool

IsServerError returns true when this restart deployment es resource accepted response has a 5xx status code

func (*RestartDeploymentEsResourceAccepted) IsSuccess

IsSuccess returns true when this restart deployment es resource accepted response has a 2xx status code

func (*RestartDeploymentEsResourceAccepted) String

type RestartDeploymentEsResourceInternalServerError

type RestartDeploymentEsResourceInternalServerError struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

RestartDeploymentEsResourceInternalServerError describes a response with status code 500, with default header values.

A Resource that was previously stored no longer exists. (code: `deployments.deployment_resource_no_longer_exists`)

func NewRestartDeploymentEsResourceInternalServerError

func NewRestartDeploymentEsResourceInternalServerError() *RestartDeploymentEsResourceInternalServerError

NewRestartDeploymentEsResourceInternalServerError creates a RestartDeploymentEsResourceInternalServerError with default headers values

func (*RestartDeploymentEsResourceInternalServerError) Code

Code gets the status code for the restart deployment es resource internal server error response

func (*RestartDeploymentEsResourceInternalServerError) Error

func (*RestartDeploymentEsResourceInternalServerError) GetPayload

func (*RestartDeploymentEsResourceInternalServerError) IsClientError

IsClientError returns true when this restart deployment es resource internal server error response has a 4xx status code

func (*RestartDeploymentEsResourceInternalServerError) IsCode

IsCode returns true when this restart deployment es resource internal server error response a status code equal to that given

func (*RestartDeploymentEsResourceInternalServerError) IsRedirect

IsRedirect returns true when this restart deployment es resource internal server error response has a 3xx status code

func (*RestartDeploymentEsResourceInternalServerError) IsServerError

IsServerError returns true when this restart deployment es resource internal server error response has a 5xx status code

func (*RestartDeploymentEsResourceInternalServerError) IsSuccess

IsSuccess returns true when this restart deployment es resource internal server error response has a 2xx status code

func (*RestartDeploymentEsResourceInternalServerError) String

type RestartDeploymentEsResourceNotFound

type RestartDeploymentEsResourceNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}
RestartDeploymentEsResourceNotFound describes a response with status code 404, with default header values.

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

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

func NewRestartDeploymentEsResourceNotFound

func NewRestartDeploymentEsResourceNotFound() *RestartDeploymentEsResourceNotFound

NewRestartDeploymentEsResourceNotFound creates a RestartDeploymentEsResourceNotFound with default headers values

func (*RestartDeploymentEsResourceNotFound) Code

Code gets the status code for the restart deployment es resource not found response

func (*RestartDeploymentEsResourceNotFound) Error

func (*RestartDeploymentEsResourceNotFound) GetPayload

func (*RestartDeploymentEsResourceNotFound) IsClientError

func (o *RestartDeploymentEsResourceNotFound) IsClientError() bool

IsClientError returns true when this restart deployment es resource not found response has a 4xx status code

func (*RestartDeploymentEsResourceNotFound) IsCode

IsCode returns true when this restart deployment es resource not found response a status code equal to that given

func (*RestartDeploymentEsResourceNotFound) IsRedirect

func (o *RestartDeploymentEsResourceNotFound) IsRedirect() bool

IsRedirect returns true when this restart deployment es resource not found response has a 3xx status code

func (*RestartDeploymentEsResourceNotFound) IsServerError

func (o *RestartDeploymentEsResourceNotFound) IsServerError() bool

IsServerError returns true when this restart deployment es resource not found response has a 5xx status code

func (*RestartDeploymentEsResourceNotFound) IsSuccess

IsSuccess returns true when this restart deployment es resource not found response has a 2xx status code

func (*RestartDeploymentEsResourceNotFound) String

type RestartDeploymentEsResourceParams

type RestartDeploymentEsResourceParams struct {

	/* CancelPending.

	   If true, cancels any pending plans before restarting. If false and there are pending plans, returns an 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 a time, or a comma-separated list of attributes of the instances

	   Default: "__zone__"
	*/
	GroupAttribute *string

	/* RefID.

	   User-specified RefId for the Resource (or '_main' if there is only one).
	*/
	RefID string

	/* RestoreSnapshot.

	   When set to true and restoring from shutdown, then will restore the cluster from the last snapshot (if available).

	   Default: true
	*/
	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)

	   Default: 600
	*/
	ShardInitWaitTime *int64

	/* SkipSnapshot.

	   If true, will not take a snapshot of the cluster before restarting.

	   Default: true
	*/
	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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewRestartDeploymentEsResourceParamsWithContext

func NewRestartDeploymentEsResourceParamsWithContext(ctx context.Context) *RestartDeploymentEsResourceParams

NewRestartDeploymentEsResourceParamsWithContext creates a new RestartDeploymentEsResourceParams object with 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 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 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) SetDefaults

func (o *RestartDeploymentEsResourceParams) SetDefaults()

SetDefaults hydrates default values in the restart deployment es resource params (not the query body).

All values with no default are reset to their zero value.

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) WithDefaults

WithDefaults hydrates default values in the restart deployment es resource params (not the query body).

All values with no default are reset to their zero value.

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 RestartDeploymentEsResourceUnprocessableEntity

type RestartDeploymentEsResourceUnprocessableEntity struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

RestartDeploymentEsResourceUnprocessableEntity describes a response with status code 422, 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 NewRestartDeploymentEsResourceUnprocessableEntity

func NewRestartDeploymentEsResourceUnprocessableEntity() *RestartDeploymentEsResourceUnprocessableEntity

NewRestartDeploymentEsResourceUnprocessableEntity creates a RestartDeploymentEsResourceUnprocessableEntity with default headers values

func (*RestartDeploymentEsResourceUnprocessableEntity) Code

Code gets the status code for the restart deployment es resource unprocessable entity response

func (*RestartDeploymentEsResourceUnprocessableEntity) Error

func (*RestartDeploymentEsResourceUnprocessableEntity) GetPayload

func (*RestartDeploymentEsResourceUnprocessableEntity) IsClientError

IsClientError returns true when this restart deployment es resource unprocessable entity response has a 4xx status code

func (*RestartDeploymentEsResourceUnprocessableEntity) IsCode

IsCode returns true when this restart deployment es resource unprocessable entity response a status code equal to that given

func (*RestartDeploymentEsResourceUnprocessableEntity) IsRedirect

IsRedirect returns true when this restart deployment es resource unprocessable entity response has a 3xx status code

func (*RestartDeploymentEsResourceUnprocessableEntity) IsServerError

IsServerError returns true when this restart deployment es resource unprocessable entity response has a 5xx status code

func (*RestartDeploymentEsResourceUnprocessableEntity) IsSuccess

IsSuccess returns true when this restart deployment es resource unprocessable entity response has a 2xx status code

func (*RestartDeploymentEsResourceUnprocessableEntity) String

type RestartDeploymentStatelessResourceAccepted

type RestartDeploymentStatelessResourceAccepted struct {
	Payload *models.DeploymentResourceCommandResponse
}

RestartDeploymentStatelessResourceAccepted describes a response with status code 202, 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) Code

Code gets the status code for the restart deployment stateless resource accepted response

func (*RestartDeploymentStatelessResourceAccepted) Error

func (*RestartDeploymentStatelessResourceAccepted) GetPayload

func (*RestartDeploymentStatelessResourceAccepted) IsClientError

IsClientError returns true when this restart deployment stateless resource accepted response has a 4xx status code

func (*RestartDeploymentStatelessResourceAccepted) IsCode

IsCode returns true when this restart deployment stateless resource accepted response a status code equal to that given

func (*RestartDeploymentStatelessResourceAccepted) IsRedirect

IsRedirect returns true when this restart deployment stateless resource accepted response has a 3xx status code

func (*RestartDeploymentStatelessResourceAccepted) IsServerError

IsServerError returns true when this restart deployment stateless resource accepted response has a 5xx status code

func (*RestartDeploymentStatelessResourceAccepted) IsSuccess

IsSuccess returns true when this restart deployment stateless resource accepted response has a 2xx status code

func (*RestartDeploymentStatelessResourceAccepted) String

type RestartDeploymentStatelessResourceInternalServerError

type RestartDeploymentStatelessResourceInternalServerError struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

RestartDeploymentStatelessResourceInternalServerError describes a response with status code 500, 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) Code

Code gets the status code for the restart deployment stateless resource internal server error response

func (*RestartDeploymentStatelessResourceInternalServerError) Error

func (*RestartDeploymentStatelessResourceInternalServerError) GetPayload

func (*RestartDeploymentStatelessResourceInternalServerError) IsClientError

IsClientError returns true when this restart deployment stateless resource internal server error response has a 4xx status code

func (*RestartDeploymentStatelessResourceInternalServerError) IsCode

IsCode returns true when this restart deployment stateless resource internal server error response a status code equal to that given

func (*RestartDeploymentStatelessResourceInternalServerError) IsRedirect

IsRedirect returns true when this restart deployment stateless resource internal server error response has a 3xx status code

func (*RestartDeploymentStatelessResourceInternalServerError) IsServerError

IsServerError returns true when this restart deployment stateless resource internal server error response has a 5xx status code

func (*RestartDeploymentStatelessResourceInternalServerError) IsSuccess

IsSuccess returns true when this restart deployment stateless resource internal server error response has a 2xx status code

func (*RestartDeploymentStatelessResourceInternalServerError) String

type RestartDeploymentStatelessResourceNotFound

type RestartDeploymentStatelessResourceNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}
RestartDeploymentStatelessResourceNotFound describes a response with status code 404, with default header values.

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

* 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) Code

Code gets the status code for the restart deployment stateless resource not found response

func (*RestartDeploymentStatelessResourceNotFound) Error

func (*RestartDeploymentStatelessResourceNotFound) GetPayload

func (*RestartDeploymentStatelessResourceNotFound) IsClientError

IsClientError returns true when this restart deployment stateless resource not found response has a 4xx status code

func (*RestartDeploymentStatelessResourceNotFound) IsCode

IsCode returns true when this restart deployment stateless resource not found response a status code equal to that given

func (*RestartDeploymentStatelessResourceNotFound) IsRedirect

IsRedirect returns true when this restart deployment stateless resource not found response has a 3xx status code

func (*RestartDeploymentStatelessResourceNotFound) IsServerError

IsServerError returns true when this restart deployment stateless resource not found response has a 5xx status code

func (*RestartDeploymentStatelessResourceNotFound) IsSuccess

IsSuccess returns true when this restart deployment stateless resource not found response has a 2xx status code

func (*RestartDeploymentStatelessResourceNotFound) String

type RestartDeploymentStatelessResourceParams

type RestartDeploymentStatelessResourceParams struct {

	/* CancelPending.

	   If true, cancels any pending plans before restarting. If false and there are pending plans, returns an error.
	*/
	CancelPending *bool

	/* DeploymentID.

	   Identifier for the Deployment.
	*/
	DeploymentID string

	/* RefID.

	   User-specified RefId for the Resource (or '_main' if there is only one).
	*/
	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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewRestartDeploymentStatelessResourceParamsWithContext

func NewRestartDeploymentStatelessResourceParamsWithContext(ctx context.Context) *RestartDeploymentStatelessResourceParams

NewRestartDeploymentStatelessResourceParamsWithContext creates a new RestartDeploymentStatelessResourceParams object with 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 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 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) SetDefaults

SetDefaults hydrates default values in the restart deployment stateless resource params (not the query body).

All values with no default are reset to their zero value.

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) WithDefaults

WithDefaults hydrates default values in the restart deployment stateless resource params (not the query body).

All values with no default are reset to their zero value.

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 RestartDeploymentStatelessResourceUnprocessableEntity

type RestartDeploymentStatelessResourceUnprocessableEntity struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

RestartDeploymentStatelessResourceUnprocessableEntity describes a response with status code 422, 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) Code

Code gets the status code for the restart deployment stateless resource unprocessable entity response

func (*RestartDeploymentStatelessResourceUnprocessableEntity) Error

func (*RestartDeploymentStatelessResourceUnprocessableEntity) GetPayload

func (*RestartDeploymentStatelessResourceUnprocessableEntity) IsClientError

IsClientError returns true when this restart deployment stateless resource unprocessable entity response has a 4xx status code

func (*RestartDeploymentStatelessResourceUnprocessableEntity) IsCode

IsCode returns true when this restart deployment stateless resource unprocessable entity response a status code equal to that given

func (*RestartDeploymentStatelessResourceUnprocessableEntity) IsRedirect

IsRedirect returns true when this restart deployment stateless resource unprocessable entity response has a 3xx status code

func (*RestartDeploymentStatelessResourceUnprocessableEntity) IsServerError

IsServerError returns true when this restart deployment stateless resource unprocessable entity response has a 5xx status code

func (*RestartDeploymentStatelessResourceUnprocessableEntity) IsSuccess

IsSuccess returns true when this restart deployment stateless resource unprocessable entity response has a 2xx status code

func (*RestartDeploymentStatelessResourceUnprocessableEntity) String

type RestoreDeploymentBadRequest

type RestoreDeploymentBadRequest struct {
	Payload *models.BasicFailedReply
}

RestoreDeploymentBadRequest describes a response with status code 400, 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) Code

func (o *RestoreDeploymentBadRequest) Code() int

Code gets the status code for the restore deployment bad request response

func (*RestoreDeploymentBadRequest) Error

func (*RestoreDeploymentBadRequest) GetPayload

func (*RestoreDeploymentBadRequest) IsClientError

func (o *RestoreDeploymentBadRequest) IsClientError() bool

IsClientError returns true when this restore deployment bad request response has a 4xx status code

func (*RestoreDeploymentBadRequest) IsCode

func (o *RestoreDeploymentBadRequest) IsCode(code int) bool

IsCode returns true when this restore deployment bad request response a status code equal to that given

func (*RestoreDeploymentBadRequest) IsRedirect

func (o *RestoreDeploymentBadRequest) IsRedirect() bool

IsRedirect returns true when this restore deployment bad request response has a 3xx status code

func (*RestoreDeploymentBadRequest) IsServerError

func (o *RestoreDeploymentBadRequest) IsServerError() bool

IsServerError returns true when this restore deployment bad request response has a 5xx status code

func (*RestoreDeploymentBadRequest) IsSuccess

func (o *RestoreDeploymentBadRequest) IsSuccess() bool

IsSuccess returns true when this restore deployment bad request response has a 2xx status code

func (*RestoreDeploymentBadRequest) String

func (o *RestoreDeploymentBadRequest) String() string

type RestoreDeploymentNotFound

type RestoreDeploymentNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

RestoreDeploymentNotFound describes a response with status code 404, with default header values.

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

func NewRestoreDeploymentNotFound

func NewRestoreDeploymentNotFound() *RestoreDeploymentNotFound

NewRestoreDeploymentNotFound creates a RestoreDeploymentNotFound with default headers values

func (*RestoreDeploymentNotFound) Code

func (o *RestoreDeploymentNotFound) Code() int

Code gets the status code for the restore deployment not found response

func (*RestoreDeploymentNotFound) Error

func (o *RestoreDeploymentNotFound) Error() string

func (*RestoreDeploymentNotFound) GetPayload

func (*RestoreDeploymentNotFound) IsClientError

func (o *RestoreDeploymentNotFound) IsClientError() bool

IsClientError returns true when this restore deployment not found response has a 4xx status code

func (*RestoreDeploymentNotFound) IsCode

func (o *RestoreDeploymentNotFound) IsCode(code int) bool

IsCode returns true when this restore deployment not found response a status code equal to that given

func (*RestoreDeploymentNotFound) IsRedirect

func (o *RestoreDeploymentNotFound) IsRedirect() bool

IsRedirect returns true when this restore deployment not found response has a 3xx status code

func (*RestoreDeploymentNotFound) IsServerError

func (o *RestoreDeploymentNotFound) IsServerError() bool

IsServerError returns true when this restore deployment not found response has a 5xx status code

func (*RestoreDeploymentNotFound) IsSuccess

func (o *RestoreDeploymentNotFound) IsSuccess() bool

IsSuccess returns true when this restore deployment not found response has a 2xx status code

func (*RestoreDeploymentNotFound) String

func (o *RestoreDeploymentNotFound) String() string

type RestoreDeploymentOK

type RestoreDeploymentOK struct {
	Payload *models.DeploymentRestoreResponse
}

RestoreDeploymentOK describes a response with status code 200, 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) Code

func (o *RestoreDeploymentOK) Code() int

Code gets the status code for the restore deployment o k response

func (*RestoreDeploymentOK) Error

func (o *RestoreDeploymentOK) Error() string

func (*RestoreDeploymentOK) GetPayload

func (*RestoreDeploymentOK) IsClientError

func (o *RestoreDeploymentOK) IsClientError() bool

IsClientError returns true when this restore deployment o k response has a 4xx status code

func (*RestoreDeploymentOK) IsCode

func (o *RestoreDeploymentOK) IsCode(code int) bool

IsCode returns true when this restore deployment o k response a status code equal to that given

func (*RestoreDeploymentOK) IsRedirect

func (o *RestoreDeploymentOK) IsRedirect() bool

IsRedirect returns true when this restore deployment o k response has a 3xx status code

func (*RestoreDeploymentOK) IsServerError

func (o *RestoreDeploymentOK) IsServerError() bool

IsServerError returns true when this restore deployment o k response has a 5xx status code

func (*RestoreDeploymentOK) IsSuccess

func (o *RestoreDeploymentOK) IsSuccess() bool

IsSuccess returns true when this restore deployment o k response has a 2xx status code

func (*RestoreDeploymentOK) String

func (o *RestoreDeploymentOK) String() 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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewRestoreDeploymentParamsWithContext

func NewRestoreDeploymentParamsWithContext(ctx context.Context) *RestoreDeploymentParams

NewRestoreDeploymentParamsWithContext creates a new RestoreDeploymentParams object with 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 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 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) SetDefaults

func (o *RestoreDeploymentParams) SetDefaults()

SetDefaults hydrates default values in the restore deployment params (not the query body).

All values with no default are reset to their zero value.

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) WithDefaults

WithDefaults hydrates default values in the restore deployment params (not the query body).

All values with no default are reset to their zero value.

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 describes a response with status code 400, with default header values.

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

* 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) Code

Code gets the status code for the restore deployment resource bad request response

func (*RestoreDeploymentResourceBadRequest) Error

func (*RestoreDeploymentResourceBadRequest) GetPayload

func (*RestoreDeploymentResourceBadRequest) IsClientError

func (o *RestoreDeploymentResourceBadRequest) IsClientError() bool

IsClientError returns true when this restore deployment resource bad request response has a 4xx status code

func (*RestoreDeploymentResourceBadRequest) IsCode

IsCode returns true when this restore deployment resource bad request response a status code equal to that given

func (*RestoreDeploymentResourceBadRequest) IsRedirect

func (o *RestoreDeploymentResourceBadRequest) IsRedirect() bool

IsRedirect returns true when this restore deployment resource bad request response has a 3xx status code

func (*RestoreDeploymentResourceBadRequest) IsServerError

func (o *RestoreDeploymentResourceBadRequest) IsServerError() bool

IsServerError returns true when this restore deployment resource bad request response has a 5xx status code

func (*RestoreDeploymentResourceBadRequest) IsSuccess

IsSuccess returns true when this restore deployment resource bad request response has a 2xx status code

func (*RestoreDeploymentResourceBadRequest) String

type RestoreDeploymentResourceNotFound

type RestoreDeploymentResourceNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

RestoreDeploymentResourceNotFound describes a response with status code 404, 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) Code

Code gets the status code for the restore deployment resource not found response

func (*RestoreDeploymentResourceNotFound) Error

func (*RestoreDeploymentResourceNotFound) GetPayload

func (*RestoreDeploymentResourceNotFound) IsClientError

func (o *RestoreDeploymentResourceNotFound) IsClientError() bool

IsClientError returns true when this restore deployment resource not found response has a 4xx status code

func (*RestoreDeploymentResourceNotFound) IsCode

func (o *RestoreDeploymentResourceNotFound) IsCode(code int) bool

IsCode returns true when this restore deployment resource not found response a status code equal to that given

func (*RestoreDeploymentResourceNotFound) IsRedirect

func (o *RestoreDeploymentResourceNotFound) IsRedirect() bool

IsRedirect returns true when this restore deployment resource not found response has a 3xx status code

func (*RestoreDeploymentResourceNotFound) IsServerError

func (o *RestoreDeploymentResourceNotFound) IsServerError() bool

IsServerError returns true when this restore deployment resource not found response has a 5xx status code

func (*RestoreDeploymentResourceNotFound) IsSuccess

func (o *RestoreDeploymentResourceNotFound) IsSuccess() bool

IsSuccess returns true when this restore deployment resource not found response has a 2xx status code

func (*RestoreDeploymentResourceNotFound) String

type RestoreDeploymentResourceOK

type RestoreDeploymentResourceOK struct {
	Payload *models.DeploymentResourceCrudResponse
}

RestoreDeploymentResourceOK describes a response with status code 200, with default header values.

Standard Deployment Resource Crud Response

func NewRestoreDeploymentResourceOK

func NewRestoreDeploymentResourceOK() *RestoreDeploymentResourceOK

NewRestoreDeploymentResourceOK creates a RestoreDeploymentResourceOK with default headers values

func (*RestoreDeploymentResourceOK) Code

func (o *RestoreDeploymentResourceOK) Code() int

Code gets the status code for the restore deployment resource o k response

func (*RestoreDeploymentResourceOK) Error

func (*RestoreDeploymentResourceOK) GetPayload

func (*RestoreDeploymentResourceOK) IsClientError

func (o *RestoreDeploymentResourceOK) IsClientError() bool

IsClientError returns true when this restore deployment resource o k response has a 4xx status code

func (*RestoreDeploymentResourceOK) IsCode

func (o *RestoreDeploymentResourceOK) IsCode(code int) bool

IsCode returns true when this restore deployment resource o k response a status code equal to that given

func (*RestoreDeploymentResourceOK) IsRedirect

func (o *RestoreDeploymentResourceOK) IsRedirect() bool

IsRedirect returns true when this restore deployment resource o k response has a 3xx status code

func (*RestoreDeploymentResourceOK) IsServerError

func (o *RestoreDeploymentResourceOK) IsServerError() bool

IsServerError returns true when this restore deployment resource o k response has a 5xx status code

func (*RestoreDeploymentResourceOK) IsSuccess

func (o *RestoreDeploymentResourceOK) IsSuccess() bool

IsSuccess returns true when this restore deployment resource o k response has a 2xx status code

func (*RestoreDeploymentResourceOK) String

func (o *RestoreDeploymentResourceOK) String() string

type RestoreDeploymentResourceParams

type RestoreDeploymentResourceParams struct {

	/* DeploymentID.

	   Identifier for the Deployment
	*/
	DeploymentID string

	/* RefID.

	   User-specified RefId for the Resource (or '_main' if there is only one)
	*/
	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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewRestoreDeploymentResourceParamsWithContext

func NewRestoreDeploymentResourceParamsWithContext(ctx context.Context) *RestoreDeploymentResourceParams

NewRestoreDeploymentResourceParamsWithContext creates a new RestoreDeploymentResourceParams object with 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 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 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) SetDefaults

func (o *RestoreDeploymentResourceParams) SetDefaults()

SetDefaults hydrates default values in the restore deployment resource params (not the query body).

All values with no default are reset to their zero value.

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) WithDefaults

WithDefaults hydrates default values in the restore deployment resource params (not the query body).

All values with no default are reset to their zero value.

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 RestoreDeploymentUnauthorized

type RestoreDeploymentUnauthorized struct {
	Payload *models.BasicFailedReply
}

RestoreDeploymentUnauthorized describes a response with status code 401, 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) Code

Code gets the status code for the restore deployment unauthorized response

func (*RestoreDeploymentUnauthorized) Error

func (*RestoreDeploymentUnauthorized) GetPayload

func (*RestoreDeploymentUnauthorized) IsClientError

func (o *RestoreDeploymentUnauthorized) IsClientError() bool

IsClientError returns true when this restore deployment unauthorized response has a 4xx status code

func (*RestoreDeploymentUnauthorized) IsCode

func (o *RestoreDeploymentUnauthorized) IsCode(code int) bool

IsCode returns true when this restore deployment unauthorized response a status code equal to that given

func (*RestoreDeploymentUnauthorized) IsRedirect

func (o *RestoreDeploymentUnauthorized) IsRedirect() bool

IsRedirect returns true when this restore deployment unauthorized response has a 3xx status code

func (*RestoreDeploymentUnauthorized) IsServerError

func (o *RestoreDeploymentUnauthorized) IsServerError() bool

IsServerError returns true when this restore deployment unauthorized response has a 5xx status code

func (*RestoreDeploymentUnauthorized) IsSuccess

func (o *RestoreDeploymentUnauthorized) IsSuccess() bool

IsSuccess returns true when this restore deployment unauthorized response has a 2xx status code

func (*RestoreDeploymentUnauthorized) String

type ResyncDeploymentInternalServerError

type ResyncDeploymentInternalServerError struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

ResyncDeploymentInternalServerError describes a response with status code 500, 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) Code

Code gets the status code for the resync deployment internal server error response

func (*ResyncDeploymentInternalServerError) Error

func (*ResyncDeploymentInternalServerError) GetPayload

func (*ResyncDeploymentInternalServerError) IsClientError

func (o *ResyncDeploymentInternalServerError) IsClientError() bool

IsClientError returns true when this resync deployment internal server error response has a 4xx status code

func (*ResyncDeploymentInternalServerError) IsCode

IsCode returns true when this resync deployment internal server error response a status code equal to that given

func (*ResyncDeploymentInternalServerError) IsRedirect

func (o *ResyncDeploymentInternalServerError) IsRedirect() bool

IsRedirect returns true when this resync deployment internal server error response has a 3xx status code

func (*ResyncDeploymentInternalServerError) IsServerError

func (o *ResyncDeploymentInternalServerError) IsServerError() bool

IsServerError returns true when this resync deployment internal server error response has a 5xx status code

func (*ResyncDeploymentInternalServerError) IsSuccess

IsSuccess returns true when this resync deployment internal server error response has a 2xx status code

func (*ResyncDeploymentInternalServerError) String

type ResyncDeploymentOK

type ResyncDeploymentOK struct {
	Payload *models.IndexSynchronizationResults
}

ResyncDeploymentOK describes a response with status code 200, 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) Code

func (o *ResyncDeploymentOK) Code() int

Code gets the status code for the resync deployment o k response

func (*ResyncDeploymentOK) Error

func (o *ResyncDeploymentOK) Error() string

func (*ResyncDeploymentOK) GetPayload

func (*ResyncDeploymentOK) IsClientError

func (o *ResyncDeploymentOK) IsClientError() bool

IsClientError returns true when this resync deployment o k response has a 4xx status code

func (*ResyncDeploymentOK) IsCode

func (o *ResyncDeploymentOK) IsCode(code int) bool

IsCode returns true when this resync deployment o k response a status code equal to that given

func (*ResyncDeploymentOK) IsRedirect

func (o *ResyncDeploymentOK) IsRedirect() bool

IsRedirect returns true when this resync deployment o k response has a 3xx status code

func (*ResyncDeploymentOK) IsServerError

func (o *ResyncDeploymentOK) IsServerError() bool

IsServerError returns true when this resync deployment o k response has a 5xx status code

func (*ResyncDeploymentOK) IsSuccess

func (o *ResyncDeploymentOK) IsSuccess() bool

IsSuccess returns true when this resync deployment o k response has a 2xx status code

func (*ResyncDeploymentOK) String

func (o *ResyncDeploymentOK) String() 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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewResyncDeploymentParamsWithContext

func NewResyncDeploymentParamsWithContext(ctx context.Context) *ResyncDeploymentParams

NewResyncDeploymentParamsWithContext creates a new ResyncDeploymentParams object with 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 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 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) SetDefaults

func (o *ResyncDeploymentParams) SetDefaults()

SetDefaults hydrates default values in the resync deployment params (not the query body).

All values with no default are reset to their zero value.

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) WithDefaults

WithDefaults hydrates default values in the resync deployment params (not the query body).

All values with no default are reset to their zero value.

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 ResyncDeploymentsInternalServerError

type ResyncDeploymentsInternalServerError struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

ResyncDeploymentsInternalServerError describes a response with status code 500, 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) Code

Code gets the status code for the resync deployments internal server error response

func (*ResyncDeploymentsInternalServerError) Error

func (*ResyncDeploymentsInternalServerError) GetPayload

func (*ResyncDeploymentsInternalServerError) IsClientError

func (o *ResyncDeploymentsInternalServerError) IsClientError() bool

IsClientError returns true when this resync deployments internal server error response has a 4xx status code

func (*ResyncDeploymentsInternalServerError) IsCode

IsCode returns true when this resync deployments internal server error response a status code equal to that given

func (*ResyncDeploymentsInternalServerError) IsRedirect

IsRedirect returns true when this resync deployments internal server error response has a 3xx status code

func (*ResyncDeploymentsInternalServerError) IsServerError

func (o *ResyncDeploymentsInternalServerError) IsServerError() bool

IsServerError returns true when this resync deployments internal server error response has a 5xx status code

func (*ResyncDeploymentsInternalServerError) IsSuccess

IsSuccess returns true when this resync deployments internal server error response has a 2xx status code

func (*ResyncDeploymentsInternalServerError) String

type ResyncDeploymentsOK

type ResyncDeploymentsOK struct {
	Payload *models.IndexSynchronizationResults
}

ResyncDeploymentsOK describes a response with status code 200, 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) Code

func (o *ResyncDeploymentsOK) Code() int

Code gets the status code for the resync deployments o k response

func (*ResyncDeploymentsOK) Error

func (o *ResyncDeploymentsOK) Error() string

func (*ResyncDeploymentsOK) GetPayload

func (*ResyncDeploymentsOK) IsClientError

func (o *ResyncDeploymentsOK) IsClientError() bool

IsClientError returns true when this resync deployments o k response has a 4xx status code

func (*ResyncDeploymentsOK) IsCode

func (o *ResyncDeploymentsOK) IsCode(code int) bool

IsCode returns true when this resync deployments o k response a status code equal to that given

func (*ResyncDeploymentsOK) IsRedirect

func (o *ResyncDeploymentsOK) IsRedirect() bool

IsRedirect returns true when this resync deployments o k response has a 3xx status code

func (*ResyncDeploymentsOK) IsServerError

func (o *ResyncDeploymentsOK) IsServerError() bool

IsServerError returns true when this resync deployments o k response has a 5xx status code

func (*ResyncDeploymentsOK) IsSuccess

func (o *ResyncDeploymentsOK) IsSuccess() bool

IsSuccess returns true when this resync deployments o k response has a 2xx status code

func (*ResyncDeploymentsOK) String

func (o *ResyncDeploymentsOK) String() string

type ResyncDeploymentsParams

type ResyncDeploymentsParams struct {

	/* SkipMatchingVersion.

	   When true, skips the document indexing when the version matches the in-memory copy.

	   Default: true
	*/
	SkipMatchingVersion *bool

	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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewResyncDeploymentsParamsWithContext

func NewResyncDeploymentsParamsWithContext(ctx context.Context) *ResyncDeploymentsParams

NewResyncDeploymentsParamsWithContext creates a new ResyncDeploymentsParams object with 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 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 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) SetDefaults

func (o *ResyncDeploymentsParams) SetDefaults()

SetDefaults hydrates default values in the resync deployments params (not the query body).

All values with no default are reset to their zero value.

func (*ResyncDeploymentsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the resync deployments params

func (*ResyncDeploymentsParams) SetSkipMatchingVersion

func (o *ResyncDeploymentsParams) SetSkipMatchingVersion(skipMatchingVersion *bool)

SetSkipMatchingVersion adds the skipMatchingVersion 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) WithDefaults

WithDefaults hydrates default values in the resync deployments params (not the query body).

All values with no default are reset to their zero value.

func (*ResyncDeploymentsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the resync deployments params

func (*ResyncDeploymentsParams) WithSkipMatchingVersion

func (o *ResyncDeploymentsParams) WithSkipMatchingVersion(skipMatchingVersion *bool) *ResyncDeploymentsParams

WithSkipMatchingVersion adds the skipMatchingVersion 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 SearchDeploymentsOK

type SearchDeploymentsOK 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.DeploymentsSearchResponse
}

SearchDeploymentsOK describes a response with status code 200, 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) Code

func (o *SearchDeploymentsOK) Code() int

Code gets the status code for the search deployments o k response

func (*SearchDeploymentsOK) Error

func (o *SearchDeploymentsOK) Error() string

func (*SearchDeploymentsOK) GetPayload

func (*SearchDeploymentsOK) IsClientError

func (o *SearchDeploymentsOK) IsClientError() bool

IsClientError returns true when this search deployments o k response has a 4xx status code

func (*SearchDeploymentsOK) IsCode

func (o *SearchDeploymentsOK) IsCode(code int) bool

IsCode returns true when this search deployments o k response a status code equal to that given

func (*SearchDeploymentsOK) IsRedirect

func (o *SearchDeploymentsOK) IsRedirect() bool

IsRedirect returns true when this search deployments o k response has a 3xx status code

func (*SearchDeploymentsOK) IsServerError

func (o *SearchDeploymentsOK) IsServerError() bool

IsServerError returns true when this search deployments o k response has a 5xx status code

func (*SearchDeploymentsOK) IsSuccess

func (o *SearchDeploymentsOK) IsSuccess() bool

IsSuccess returns true when this search deployments o k response has a 2xx status code

func (*SearchDeploymentsOK) String

func (o *SearchDeploymentsOK) String() string

type SearchDeploymentsParams

type SearchDeploymentsParams struct {

	/* Body.

	   (Optional) The search query to run. 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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewSearchDeploymentsParamsWithContext

func NewSearchDeploymentsParamsWithContext(ctx context.Context) *SearchDeploymentsParams

NewSearchDeploymentsParamsWithContext creates a new SearchDeploymentsParams object with 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 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 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) SetDefaults

func (o *SearchDeploymentsParams) SetDefaults()

SetDefaults hydrates default values in the search deployments params (not the query body).

All values with no default are reset to their zero value.

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) WithDefaults

WithDefaults hydrates default values in the search deployments params (not the query body).

All values with no default are reset to their zero value.

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 SearchEligibleRemoteClustersBadRequest

type SearchEligibleRemoteClustersBadRequest struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

SearchEligibleRemoteClustersBadRequest describes a response with status code 400, with default header values.

The provided version is invalid. (code: `stackpack.invalid_version`)

func NewSearchEligibleRemoteClustersBadRequest

func NewSearchEligibleRemoteClustersBadRequest() *SearchEligibleRemoteClustersBadRequest

NewSearchEligibleRemoteClustersBadRequest creates a SearchEligibleRemoteClustersBadRequest with default headers values

func (*SearchEligibleRemoteClustersBadRequest) Code

Code gets the status code for the search eligible remote clusters bad request response

func (*SearchEligibleRemoteClustersBadRequest) Error

func (*SearchEligibleRemoteClustersBadRequest) GetPayload

func (*SearchEligibleRemoteClustersBadRequest) IsClientError

func (o *SearchEligibleRemoteClustersBadRequest) IsClientError() bool

IsClientError returns true when this search eligible remote clusters bad request response has a 4xx status code

func (*SearchEligibleRemoteClustersBadRequest) IsCode

IsCode returns true when this search eligible remote clusters bad request response a status code equal to that given

func (*SearchEligibleRemoteClustersBadRequest) IsRedirect

IsRedirect returns true when this search eligible remote clusters bad request response has a 3xx status code

func (*SearchEligibleRemoteClustersBadRequest) IsServerError

func (o *SearchEligibleRemoteClustersBadRequest) IsServerError() bool

IsServerError returns true when this search eligible remote clusters bad request response has a 5xx status code

func (*SearchEligibleRemoteClustersBadRequest) IsSuccess

IsSuccess returns true when this search eligible remote clusters bad request response has a 2xx status code

func (*SearchEligibleRemoteClustersBadRequest) String

type SearchEligibleRemoteClustersOK

type SearchEligibleRemoteClustersOK struct {
	Payload *models.DeploymentsSearchResponse
}

SearchEligibleRemoteClustersOK describes a response with status code 200, with default header values.

List of deployments which contains eligible remote clusters for a specific version

func NewSearchEligibleRemoteClustersOK

func NewSearchEligibleRemoteClustersOK() *SearchEligibleRemoteClustersOK

NewSearchEligibleRemoteClustersOK creates a SearchEligibleRemoteClustersOK with default headers values

func (*SearchEligibleRemoteClustersOK) Code

Code gets the status code for the search eligible remote clusters o k response

func (*SearchEligibleRemoteClustersOK) Error

func (*SearchEligibleRemoteClustersOK) GetPayload

func (*SearchEligibleRemoteClustersOK) IsClientError

func (o *SearchEligibleRemoteClustersOK) IsClientError() bool

IsClientError returns true when this search eligible remote clusters o k response has a 4xx status code

func (*SearchEligibleRemoteClustersOK) IsCode

func (o *SearchEligibleRemoteClustersOK) IsCode(code int) bool

IsCode returns true when this search eligible remote clusters o k response a status code equal to that given

func (*SearchEligibleRemoteClustersOK) IsRedirect

func (o *SearchEligibleRemoteClustersOK) IsRedirect() bool

IsRedirect returns true when this search eligible remote clusters o k response has a 3xx status code

func (*SearchEligibleRemoteClustersOK) IsServerError

func (o *SearchEligibleRemoteClustersOK) IsServerError() bool

IsServerError returns true when this search eligible remote clusters o k response has a 5xx status code

func (*SearchEligibleRemoteClustersOK) IsSuccess

func (o *SearchEligibleRemoteClustersOK) IsSuccess() bool

IsSuccess returns true when this search eligible remote clusters o k response has a 2xx status code

func (*SearchEligibleRemoteClustersOK) String

type SearchEligibleRemoteClustersParams

type SearchEligibleRemoteClustersParams struct {

	/* Body.

	   (Optional) The search query to run against all deployments containing eligible remote clusters. When not specified, all the eligible deployments are matched.
	*/
	Body *models.SearchRequest

	/* Version.

	   The version of the Elasticsearch cluster cluster that will potentially be configured to have remote clusters.
	*/
	Version string

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

SearchEligibleRemoteClustersParams contains all the parameters to send to the API endpoint

for the search eligible remote clusters operation.

Typically these are written to a http.Request.

func NewSearchEligibleRemoteClustersParams

func NewSearchEligibleRemoteClustersParams() *SearchEligibleRemoteClustersParams

NewSearchEligibleRemoteClustersParams creates a new SearchEligibleRemoteClustersParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewSearchEligibleRemoteClustersParamsWithContext

func NewSearchEligibleRemoteClustersParamsWithContext(ctx context.Context) *SearchEligibleRemoteClustersParams

NewSearchEligibleRemoteClustersParamsWithContext creates a new SearchEligibleRemoteClustersParams object with the ability to set a context for a request.

func NewSearchEligibleRemoteClustersParamsWithHTTPClient

func NewSearchEligibleRemoteClustersParamsWithHTTPClient(client *http.Client) *SearchEligibleRemoteClustersParams

NewSearchEligibleRemoteClustersParamsWithHTTPClient creates a new SearchEligibleRemoteClustersParams object with the ability to set a custom HTTPClient for a request.

func NewSearchEligibleRemoteClustersParamsWithTimeout

func NewSearchEligibleRemoteClustersParamsWithTimeout(timeout time.Duration) *SearchEligibleRemoteClustersParams

NewSearchEligibleRemoteClustersParamsWithTimeout creates a new SearchEligibleRemoteClustersParams object with the ability to set a timeout on a request.

func (*SearchEligibleRemoteClustersParams) SetBody

SetBody adds the body to the search eligible remote clusters params

func (*SearchEligibleRemoteClustersParams) SetContext

SetContext adds the context to the search eligible remote clusters params

func (*SearchEligibleRemoteClustersParams) SetDefaults

func (o *SearchEligibleRemoteClustersParams) SetDefaults()

SetDefaults hydrates default values in the search eligible remote clusters params (not the query body).

All values with no default are reset to their zero value.

func (*SearchEligibleRemoteClustersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the search eligible remote clusters params

func (*SearchEligibleRemoteClustersParams) SetTimeout

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

SetTimeout adds the timeout to the search eligible remote clusters params

func (*SearchEligibleRemoteClustersParams) SetVersion

func (o *SearchEligibleRemoteClustersParams) SetVersion(version string)

SetVersion adds the version to the search eligible remote clusters params

func (*SearchEligibleRemoteClustersParams) WithBody

WithBody adds the body to the search eligible remote clusters params

func (*SearchEligibleRemoteClustersParams) WithContext

WithContext adds the context to the search eligible remote clusters params

func (*SearchEligibleRemoteClustersParams) WithDefaults

WithDefaults hydrates default values in the search eligible remote clusters params (not the query body).

All values with no default are reset to their zero value.

func (*SearchEligibleRemoteClustersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the search eligible remote clusters params

func (*SearchEligibleRemoteClustersParams) WithTimeout

WithTimeout adds the timeout to the search eligible remote clusters params

func (*SearchEligibleRemoteClustersParams) WithVersion

WithVersion adds the version to the search eligible remote clusters params

func (*SearchEligibleRemoteClustersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SearchEligibleRemoteClustersReader

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

SearchEligibleRemoteClustersReader is a Reader for the SearchEligibleRemoteClusters structure.

func (*SearchEligibleRemoteClustersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SetAllInstancesSettingsOverridesNotFound

type SetAllInstancesSettingsOverridesNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}
SetAllInstancesSettingsOverridesNotFound describes a response with status code 404, with default header values.

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

* The Resource specified by {ref_id} cannot by found. (code: `deployments.deployment_resource_not_found`) * The specified override was out of range. Capacity must be in the range [1024, 65536] and storage multiplier must be in the range [1.0, 1000.0]. (code: `instance_overrides.out_of_range`)

func NewSetAllInstancesSettingsOverridesNotFound

func NewSetAllInstancesSettingsOverridesNotFound() *SetAllInstancesSettingsOverridesNotFound

NewSetAllInstancesSettingsOverridesNotFound creates a SetAllInstancesSettingsOverridesNotFound with default headers values

func (*SetAllInstancesSettingsOverridesNotFound) Code

Code gets the status code for the set all instances settings overrides not found response

func (*SetAllInstancesSettingsOverridesNotFound) Error

func (*SetAllInstancesSettingsOverridesNotFound) GetPayload

func (*SetAllInstancesSettingsOverridesNotFound) IsClientError

IsClientError returns true when this set all instances settings overrides not found response has a 4xx status code

func (*SetAllInstancesSettingsOverridesNotFound) IsCode

IsCode returns true when this set all instances settings overrides not found response a status code equal to that given

func (*SetAllInstancesSettingsOverridesNotFound) IsRedirect

IsRedirect returns true when this set all instances settings overrides not found response has a 3xx status code

func (*SetAllInstancesSettingsOverridesNotFound) IsServerError

IsServerError returns true when this set all instances settings overrides not found response has a 5xx status code

func (*SetAllInstancesSettingsOverridesNotFound) IsSuccess

IsSuccess returns true when this set all instances settings overrides not found response has a 2xx status code

func (*SetAllInstancesSettingsOverridesNotFound) String

type SetAllInstancesSettingsOverridesOK

type SetAllInstancesSettingsOverridesOK struct {
	Payload *models.InstanceOverrides
}

SetAllInstancesSettingsOverridesOK describes a response with status code 200, with default header values.

The updated overrides

func NewSetAllInstancesSettingsOverridesOK

func NewSetAllInstancesSettingsOverridesOK() *SetAllInstancesSettingsOverridesOK

NewSetAllInstancesSettingsOverridesOK creates a SetAllInstancesSettingsOverridesOK with default headers values

func (*SetAllInstancesSettingsOverridesOK) Code

Code gets the status code for the set all instances settings overrides o k response

func (*SetAllInstancesSettingsOverridesOK) Error

func (*SetAllInstancesSettingsOverridesOK) GetPayload

func (*SetAllInstancesSettingsOverridesOK) IsClientError

func (o *SetAllInstancesSettingsOverridesOK) IsClientError() bool

IsClientError returns true when this set all instances settings overrides o k response has a 4xx status code

func (*SetAllInstancesSettingsOverridesOK) IsCode

IsCode returns true when this set all instances settings overrides o k response a status code equal to that given

func (*SetAllInstancesSettingsOverridesOK) IsRedirect

func (o *SetAllInstancesSettingsOverridesOK) IsRedirect() bool

IsRedirect returns true when this set all instances settings overrides o k response has a 3xx status code

func (*SetAllInstancesSettingsOverridesOK) IsServerError

func (o *SetAllInstancesSettingsOverridesOK) IsServerError() bool

IsServerError returns true when this set all instances settings overrides o k response has a 5xx status code

func (*SetAllInstancesSettingsOverridesOK) IsSuccess

IsSuccess returns true when this set all instances settings overrides o k response has a 2xx status code

func (*SetAllInstancesSettingsOverridesOK) String

type SetAllInstancesSettingsOverridesParams

type SetAllInstancesSettingsOverridesParams struct {

	/* Body.

	   The overrides to apply to all instances. Capacity overrides the RAM size in MB of the instance, and storage multipler overrides the multiplier of the instance RAM size that determines the storage quota of the instance. Capacity must be in the range [1024, 65536] and storage multiplier must be in the range [1.0, 1000.0].
	*/
	Body *models.InstanceOverrides

	/* DeploymentID.

	   Identifier for the Deployment.
	*/
	DeploymentID string

	/* RefID.

	   User-specified RefId for the Resource (or '_main' if there is only one).
	*/
	RefID string

	/* ResourceKind.

	   The kind of resource. Only Elasticsearch resources are currently supported.
	*/
	ResourceKind string

	/* RestartAfterUpdate.

	   After overrides are set, restarts the instance to apply the changes.
	*/
	RestartAfterUpdate *bool

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

SetAllInstancesSettingsOverridesParams contains all the parameters to send to the API endpoint

for the set all instances settings overrides operation.

Typically these are written to a http.Request.

func NewSetAllInstancesSettingsOverridesParams

func NewSetAllInstancesSettingsOverridesParams() *SetAllInstancesSettingsOverridesParams

NewSetAllInstancesSettingsOverridesParams creates a new SetAllInstancesSettingsOverridesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewSetAllInstancesSettingsOverridesParamsWithContext

func NewSetAllInstancesSettingsOverridesParamsWithContext(ctx context.Context) *SetAllInstancesSettingsOverridesParams

NewSetAllInstancesSettingsOverridesParamsWithContext creates a new SetAllInstancesSettingsOverridesParams object with the ability to set a context for a request.

func NewSetAllInstancesSettingsOverridesParamsWithHTTPClient

func NewSetAllInstancesSettingsOverridesParamsWithHTTPClient(client *http.Client) *SetAllInstancesSettingsOverridesParams

NewSetAllInstancesSettingsOverridesParamsWithHTTPClient creates a new SetAllInstancesSettingsOverridesParams object with the ability to set a custom HTTPClient for a request.

func NewSetAllInstancesSettingsOverridesParamsWithTimeout

func NewSetAllInstancesSettingsOverridesParamsWithTimeout(timeout time.Duration) *SetAllInstancesSettingsOverridesParams

NewSetAllInstancesSettingsOverridesParamsWithTimeout creates a new SetAllInstancesSettingsOverridesParams object with the ability to set a timeout on a request.

func (*SetAllInstancesSettingsOverridesParams) SetBody

SetBody adds the body to the set all instances settings overrides params

func (*SetAllInstancesSettingsOverridesParams) SetContext

SetContext adds the context to the set all instances settings overrides params

func (*SetAllInstancesSettingsOverridesParams) SetDefaults

func (o *SetAllInstancesSettingsOverridesParams) SetDefaults()

SetDefaults hydrates default values in the set all instances settings overrides params (not the query body).

All values with no default are reset to their zero value.

func (*SetAllInstancesSettingsOverridesParams) SetDeploymentID

func (o *SetAllInstancesSettingsOverridesParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the set all instances settings overrides params

func (*SetAllInstancesSettingsOverridesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the set all instances settings overrides params

func (*SetAllInstancesSettingsOverridesParams) SetRefID

SetRefID adds the refId to the set all instances settings overrides params

func (*SetAllInstancesSettingsOverridesParams) SetResourceKind

func (o *SetAllInstancesSettingsOverridesParams) SetResourceKind(resourceKind string)

SetResourceKind adds the resourceKind to the set all instances settings overrides params

func (*SetAllInstancesSettingsOverridesParams) SetRestartAfterUpdate

func (o *SetAllInstancesSettingsOverridesParams) SetRestartAfterUpdate(restartAfterUpdate *bool)

SetRestartAfterUpdate adds the restartAfterUpdate to the set all instances settings overrides params

func (*SetAllInstancesSettingsOverridesParams) SetTimeout

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

SetTimeout adds the timeout to the set all instances settings overrides params

func (*SetAllInstancesSettingsOverridesParams) WithBody

WithBody adds the body to the set all instances settings overrides params

func (*SetAllInstancesSettingsOverridesParams) WithContext

WithContext adds the context to the set all instances settings overrides params

func (*SetAllInstancesSettingsOverridesParams) WithDefaults

WithDefaults hydrates default values in the set all instances settings overrides params (not the query body).

All values with no default are reset to their zero value.

func (*SetAllInstancesSettingsOverridesParams) WithDeploymentID

WithDeploymentID adds the deploymentID to the set all instances settings overrides params

func (*SetAllInstancesSettingsOverridesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the set all instances settings overrides params

func (*SetAllInstancesSettingsOverridesParams) WithRefID

WithRefID adds the refID to the set all instances settings overrides params

func (*SetAllInstancesSettingsOverridesParams) WithResourceKind

WithResourceKind adds the resourceKind to the set all instances settings overrides params

func (*SetAllInstancesSettingsOverridesParams) WithRestartAfterUpdate

func (o *SetAllInstancesSettingsOverridesParams) WithRestartAfterUpdate(restartAfterUpdate *bool) *SetAllInstancesSettingsOverridesParams

WithRestartAfterUpdate adds the restartAfterUpdate to the set all instances settings overrides params

func (*SetAllInstancesSettingsOverridesParams) WithTimeout

WithTimeout adds the timeout to the set all instances settings overrides params

func (*SetAllInstancesSettingsOverridesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SetAllInstancesSettingsOverridesReader

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

SetAllInstancesSettingsOverridesReader is a Reader for the SetAllInstancesSettingsOverrides structure.

func (*SetAllInstancesSettingsOverridesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SetAppsearchReadOnlyModeInternalServerError

type SetAppsearchReadOnlyModeInternalServerError struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

SetAppsearchReadOnlyModeInternalServerError describes a response with status code 500, with default header values.

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

func NewSetAppsearchReadOnlyModeInternalServerError

func NewSetAppsearchReadOnlyModeInternalServerError() *SetAppsearchReadOnlyModeInternalServerError

NewSetAppsearchReadOnlyModeInternalServerError creates a SetAppsearchReadOnlyModeInternalServerError with default headers values

func (*SetAppsearchReadOnlyModeInternalServerError) Code

Code gets the status code for the set appsearch read only mode internal server error response

func (*SetAppsearchReadOnlyModeInternalServerError) Error

func (*SetAppsearchReadOnlyModeInternalServerError) GetPayload

func (*SetAppsearchReadOnlyModeInternalServerError) IsClientError

IsClientError returns true when this set appsearch read only mode internal server error response has a 4xx status code

func (*SetAppsearchReadOnlyModeInternalServerError) IsCode

IsCode returns true when this set appsearch read only mode internal server error response a status code equal to that given

func (*SetAppsearchReadOnlyModeInternalServerError) IsRedirect

IsRedirect returns true when this set appsearch read only mode internal server error response has a 3xx status code

func (*SetAppsearchReadOnlyModeInternalServerError) IsServerError

IsServerError returns true when this set appsearch read only mode internal server error response has a 5xx status code

func (*SetAppsearchReadOnlyModeInternalServerError) IsSuccess

IsSuccess returns true when this set appsearch read only mode internal server error response has a 2xx status code

func (*SetAppsearchReadOnlyModeInternalServerError) String

type SetAppsearchReadOnlyModeNotFound

type SetAppsearchReadOnlyModeNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

SetAppsearchReadOnlyModeNotFound describes a response with status code 404, with default header values.

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

func NewSetAppsearchReadOnlyModeNotFound

func NewSetAppsearchReadOnlyModeNotFound() *SetAppsearchReadOnlyModeNotFound

NewSetAppsearchReadOnlyModeNotFound creates a SetAppsearchReadOnlyModeNotFound with default headers values

func (*SetAppsearchReadOnlyModeNotFound) Code

Code gets the status code for the set appsearch read only mode not found response

func (*SetAppsearchReadOnlyModeNotFound) Error

func (*SetAppsearchReadOnlyModeNotFound) GetPayload

func (*SetAppsearchReadOnlyModeNotFound) IsClientError

func (o *SetAppsearchReadOnlyModeNotFound) IsClientError() bool

IsClientError returns true when this set appsearch read only mode not found response has a 4xx status code

func (*SetAppsearchReadOnlyModeNotFound) IsCode

func (o *SetAppsearchReadOnlyModeNotFound) IsCode(code int) bool

IsCode returns true when this set appsearch read only mode not found response a status code equal to that given

func (*SetAppsearchReadOnlyModeNotFound) IsRedirect

func (o *SetAppsearchReadOnlyModeNotFound) IsRedirect() bool

IsRedirect returns true when this set appsearch read only mode not found response has a 3xx status code

func (*SetAppsearchReadOnlyModeNotFound) IsServerError

func (o *SetAppsearchReadOnlyModeNotFound) IsServerError() bool

IsServerError returns true when this set appsearch read only mode not found response has a 5xx status code

func (*SetAppsearchReadOnlyModeNotFound) IsSuccess

func (o *SetAppsearchReadOnlyModeNotFound) IsSuccess() bool

IsSuccess returns true when this set appsearch read only mode not found response has a 2xx status code

func (*SetAppsearchReadOnlyModeNotFound) String

type SetAppsearchReadOnlyModeOK

type SetAppsearchReadOnlyModeOK struct {
	Payload *models.ReadOnlyResponse
}

SetAppsearchReadOnlyModeOK describes a response with status code 200, with default header values.

Standard response

func NewSetAppsearchReadOnlyModeOK

func NewSetAppsearchReadOnlyModeOK() *SetAppsearchReadOnlyModeOK

NewSetAppsearchReadOnlyModeOK creates a SetAppsearchReadOnlyModeOK with default headers values

func (*SetAppsearchReadOnlyModeOK) Code

func (o *SetAppsearchReadOnlyModeOK) Code() int

Code gets the status code for the set appsearch read only mode o k response

func (*SetAppsearchReadOnlyModeOK) Error

func (*SetAppsearchReadOnlyModeOK) GetPayload

func (*SetAppsearchReadOnlyModeOK) IsClientError

func (o *SetAppsearchReadOnlyModeOK) IsClientError() bool

IsClientError returns true when this set appsearch read only mode o k response has a 4xx status code

func (*SetAppsearchReadOnlyModeOK) IsCode

func (o *SetAppsearchReadOnlyModeOK) IsCode(code int) bool

IsCode returns true when this set appsearch read only mode o k response a status code equal to that given

func (*SetAppsearchReadOnlyModeOK) IsRedirect

func (o *SetAppsearchReadOnlyModeOK) IsRedirect() bool

IsRedirect returns true when this set appsearch read only mode o k response has a 3xx status code

func (*SetAppsearchReadOnlyModeOK) IsServerError

func (o *SetAppsearchReadOnlyModeOK) IsServerError() bool

IsServerError returns true when this set appsearch read only mode o k response has a 5xx status code

func (*SetAppsearchReadOnlyModeOK) IsSuccess

func (o *SetAppsearchReadOnlyModeOK) IsSuccess() bool

IsSuccess returns true when this set appsearch read only mode o k response has a 2xx status code

func (*SetAppsearchReadOnlyModeOK) String

func (o *SetAppsearchReadOnlyModeOK) String() string

type SetAppsearchReadOnlyModeParams

type SetAppsearchReadOnlyModeParams struct {

	/* Body.

	   read-only request body
	*/
	Body *models.ReadOnlyRequest

	/* DeploymentID.

	   Identifier for the Deployment.
	*/
	DeploymentID string

	/* RefID.

	   User-specified RefId for the Resource (or '_main' if there is only one).
	*/
	RefID string

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

SetAppsearchReadOnlyModeParams contains all the parameters to send to the API endpoint

for the set appsearch read only mode operation.

Typically these are written to a http.Request.

func NewSetAppsearchReadOnlyModeParams

func NewSetAppsearchReadOnlyModeParams() *SetAppsearchReadOnlyModeParams

NewSetAppsearchReadOnlyModeParams creates a new SetAppsearchReadOnlyModeParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewSetAppsearchReadOnlyModeParamsWithContext

func NewSetAppsearchReadOnlyModeParamsWithContext(ctx context.Context) *SetAppsearchReadOnlyModeParams

NewSetAppsearchReadOnlyModeParamsWithContext creates a new SetAppsearchReadOnlyModeParams object with the ability to set a context for a request.

func NewSetAppsearchReadOnlyModeParamsWithHTTPClient

func NewSetAppsearchReadOnlyModeParamsWithHTTPClient(client *http.Client) *SetAppsearchReadOnlyModeParams

NewSetAppsearchReadOnlyModeParamsWithHTTPClient creates a new SetAppsearchReadOnlyModeParams object with the ability to set a custom HTTPClient for a request.

func NewSetAppsearchReadOnlyModeParamsWithTimeout

func NewSetAppsearchReadOnlyModeParamsWithTimeout(timeout time.Duration) *SetAppsearchReadOnlyModeParams

NewSetAppsearchReadOnlyModeParamsWithTimeout creates a new SetAppsearchReadOnlyModeParams object with the ability to set a timeout on a request.

func (*SetAppsearchReadOnlyModeParams) SetBody

SetBody adds the body to the set appsearch read only mode params

func (*SetAppsearchReadOnlyModeParams) SetContext

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

SetContext adds the context to the set appsearch read only mode params

func (*SetAppsearchReadOnlyModeParams) SetDefaults

func (o *SetAppsearchReadOnlyModeParams) SetDefaults()

SetDefaults hydrates default values in the set appsearch read only mode params (not the query body).

All values with no default are reset to their zero value.

func (*SetAppsearchReadOnlyModeParams) SetDeploymentID

func (o *SetAppsearchReadOnlyModeParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the set appsearch read only mode params

func (*SetAppsearchReadOnlyModeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the set appsearch read only mode params

func (*SetAppsearchReadOnlyModeParams) SetRefID

func (o *SetAppsearchReadOnlyModeParams) SetRefID(refID string)

SetRefID adds the refId to the set appsearch read only mode params

func (*SetAppsearchReadOnlyModeParams) SetTimeout

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

SetTimeout adds the timeout to the set appsearch read only mode params

func (*SetAppsearchReadOnlyModeParams) WithBody

WithBody adds the body to the set appsearch read only mode params

func (*SetAppsearchReadOnlyModeParams) WithContext

WithContext adds the context to the set appsearch read only mode params

func (*SetAppsearchReadOnlyModeParams) WithDefaults

WithDefaults hydrates default values in the set appsearch read only mode params (not the query body).

All values with no default are reset to their zero value.

func (*SetAppsearchReadOnlyModeParams) WithDeploymentID

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

WithDeploymentID adds the deploymentID to the set appsearch read only mode params

func (*SetAppsearchReadOnlyModeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the set appsearch read only mode params

func (*SetAppsearchReadOnlyModeParams) WithRefID

WithRefID adds the refID to the set appsearch read only mode params

func (*SetAppsearchReadOnlyModeParams) WithTimeout

WithTimeout adds the timeout to the set appsearch read only mode params

func (*SetAppsearchReadOnlyModeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SetAppsearchReadOnlyModeReader

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

SetAppsearchReadOnlyModeReader is a Reader for the SetAppsearchReadOnlyMode structure.

func (*SetAppsearchReadOnlyModeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SetDeploymentEsResourceKeystoreInternalServerError

type SetDeploymentEsResourceKeystoreInternalServerError struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

SetDeploymentEsResourceKeystoreInternalServerError describes a response with status code 500, with default header values.

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

func NewSetDeploymentEsResourceKeystoreInternalServerError

func NewSetDeploymentEsResourceKeystoreInternalServerError() *SetDeploymentEsResourceKeystoreInternalServerError

NewSetDeploymentEsResourceKeystoreInternalServerError creates a SetDeploymentEsResourceKeystoreInternalServerError with default headers values

func (*SetDeploymentEsResourceKeystoreInternalServerError) Code

Code gets the status code for the set deployment es resource keystore internal server error response

func (*SetDeploymentEsResourceKeystoreInternalServerError) Error

func (*SetDeploymentEsResourceKeystoreInternalServerError) GetPayload

func (*SetDeploymentEsResourceKeystoreInternalServerError) IsClientError

IsClientError returns true when this set deployment es resource keystore internal server error response has a 4xx status code

func (*SetDeploymentEsResourceKeystoreInternalServerError) IsCode

IsCode returns true when this set deployment es resource keystore internal server error response a status code equal to that given

func (*SetDeploymentEsResourceKeystoreInternalServerError) IsRedirect

IsRedirect returns true when this set deployment es resource keystore internal server error response has a 3xx status code

func (*SetDeploymentEsResourceKeystoreInternalServerError) IsServerError

IsServerError returns true when this set deployment es resource keystore internal server error response has a 5xx status code

func (*SetDeploymentEsResourceKeystoreInternalServerError) IsSuccess

IsSuccess returns true when this set deployment es resource keystore internal server error response has a 2xx status code

func (*SetDeploymentEsResourceKeystoreInternalServerError) String

type SetDeploymentEsResourceKeystoreNotFound

type SetDeploymentEsResourceKeystoreNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}
SetDeploymentEsResourceKeystoreNotFound describes a response with status code 404, with default header values.

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

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

func NewSetDeploymentEsResourceKeystoreNotFound

func NewSetDeploymentEsResourceKeystoreNotFound() *SetDeploymentEsResourceKeystoreNotFound

NewSetDeploymentEsResourceKeystoreNotFound creates a SetDeploymentEsResourceKeystoreNotFound with default headers values

func (*SetDeploymentEsResourceKeystoreNotFound) Code

Code gets the status code for the set deployment es resource keystore not found response

func (*SetDeploymentEsResourceKeystoreNotFound) Error

func (*SetDeploymentEsResourceKeystoreNotFound) GetPayload

func (*SetDeploymentEsResourceKeystoreNotFound) IsClientError

func (o *SetDeploymentEsResourceKeystoreNotFound) IsClientError() bool

IsClientError returns true when this set deployment es resource keystore not found response has a 4xx status code

func (*SetDeploymentEsResourceKeystoreNotFound) IsCode

IsCode returns true when this set deployment es resource keystore not found response a status code equal to that given

func (*SetDeploymentEsResourceKeystoreNotFound) IsRedirect

IsRedirect returns true when this set deployment es resource keystore not found response has a 3xx status code

func (*SetDeploymentEsResourceKeystoreNotFound) IsServerError

func (o *SetDeploymentEsResourceKeystoreNotFound) IsServerError() bool

IsServerError returns true when this set deployment es resource keystore not found response has a 5xx status code

func (*SetDeploymentEsResourceKeystoreNotFound) IsSuccess

IsSuccess returns true when this set deployment es resource keystore not found response has a 2xx status code

func (*SetDeploymentEsResourceKeystoreNotFound) String

type SetDeploymentEsResourceKeystoreOK

type SetDeploymentEsResourceKeystoreOK struct {
	Payload *models.KeystoreContents
}

SetDeploymentEsResourceKeystoreOK describes a response with status code 200, with default header values.

The new contents of the Elasticsearch keystore

func NewSetDeploymentEsResourceKeystoreOK

func NewSetDeploymentEsResourceKeystoreOK() *SetDeploymentEsResourceKeystoreOK

NewSetDeploymentEsResourceKeystoreOK creates a SetDeploymentEsResourceKeystoreOK with default headers values

func (*SetDeploymentEsResourceKeystoreOK) Code

Code gets the status code for the set deployment es resource keystore o k response

func (*SetDeploymentEsResourceKeystoreOK) Error

func (*SetDeploymentEsResourceKeystoreOK) GetPayload

func (*SetDeploymentEsResourceKeystoreOK) IsClientError

func (o *SetDeploymentEsResourceKeystoreOK) IsClientError() bool

IsClientError returns true when this set deployment es resource keystore o k response has a 4xx status code

func (*SetDeploymentEsResourceKeystoreOK) IsCode

func (o *SetDeploymentEsResourceKeystoreOK) IsCode(code int) bool

IsCode returns true when this set deployment es resource keystore o k response a status code equal to that given

func (*SetDeploymentEsResourceKeystoreOK) IsRedirect

func (o *SetDeploymentEsResourceKeystoreOK) IsRedirect() bool

IsRedirect returns true when this set deployment es resource keystore o k response has a 3xx status code

func (*SetDeploymentEsResourceKeystoreOK) IsServerError

func (o *SetDeploymentEsResourceKeystoreOK) IsServerError() bool

IsServerError returns true when this set deployment es resource keystore o k response has a 5xx status code

func (*SetDeploymentEsResourceKeystoreOK) IsSuccess

func (o *SetDeploymentEsResourceKeystoreOK) IsSuccess() bool

IsSuccess returns true when this set deployment es resource keystore o k response has a 2xx status code

func (*SetDeploymentEsResourceKeystoreOK) String

type SetDeploymentEsResourceKeystoreParams

type SetDeploymentEsResourceKeystoreParams struct {

	/* Body.

	   The new settings that will be applied to the keystore of the Elasticsearch resource.
	*/
	Body *models.KeystoreContents

	/* DeploymentID.

	   Identifier for the Deployment
	*/
	DeploymentID string

	/* RefID.

	   User-specified RefId for the Resource (or '_main' if there is only one)
	*/
	RefID string

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

SetDeploymentEsResourceKeystoreParams contains all the parameters to send to the API endpoint

for the set deployment es resource keystore operation.

Typically these are written to a http.Request.

func NewSetDeploymentEsResourceKeystoreParams

func NewSetDeploymentEsResourceKeystoreParams() *SetDeploymentEsResourceKeystoreParams

NewSetDeploymentEsResourceKeystoreParams creates a new SetDeploymentEsResourceKeystoreParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewSetDeploymentEsResourceKeystoreParamsWithContext

func NewSetDeploymentEsResourceKeystoreParamsWithContext(ctx context.Context) *SetDeploymentEsResourceKeystoreParams

NewSetDeploymentEsResourceKeystoreParamsWithContext creates a new SetDeploymentEsResourceKeystoreParams object with the ability to set a context for a request.

func NewSetDeploymentEsResourceKeystoreParamsWithHTTPClient

func NewSetDeploymentEsResourceKeystoreParamsWithHTTPClient(client *http.Client) *SetDeploymentEsResourceKeystoreParams

NewSetDeploymentEsResourceKeystoreParamsWithHTTPClient creates a new SetDeploymentEsResourceKeystoreParams object with the ability to set a custom HTTPClient for a request.

func NewSetDeploymentEsResourceKeystoreParamsWithTimeout

func NewSetDeploymentEsResourceKeystoreParamsWithTimeout(timeout time.Duration) *SetDeploymentEsResourceKeystoreParams

NewSetDeploymentEsResourceKeystoreParamsWithTimeout creates a new SetDeploymentEsResourceKeystoreParams object with the ability to set a timeout on a request.

func (*SetDeploymentEsResourceKeystoreParams) SetBody

SetBody adds the body to the set deployment es resource keystore params

func (*SetDeploymentEsResourceKeystoreParams) SetContext

SetContext adds the context to the set deployment es resource keystore params

func (*SetDeploymentEsResourceKeystoreParams) SetDefaults

func (o *SetDeploymentEsResourceKeystoreParams) SetDefaults()

SetDefaults hydrates default values in the set deployment es resource keystore params (not the query body).

All values with no default are reset to their zero value.

func (*SetDeploymentEsResourceKeystoreParams) SetDeploymentID

func (o *SetDeploymentEsResourceKeystoreParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the set deployment es resource keystore params

func (*SetDeploymentEsResourceKeystoreParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the set deployment es resource keystore params

func (*SetDeploymentEsResourceKeystoreParams) SetRefID

func (o *SetDeploymentEsResourceKeystoreParams) SetRefID(refID string)

SetRefID adds the refId to the set deployment es resource keystore params

func (*SetDeploymentEsResourceKeystoreParams) SetTimeout

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

SetTimeout adds the timeout to the set deployment es resource keystore params

func (*SetDeploymentEsResourceKeystoreParams) WithBody

WithBody adds the body to the set deployment es resource keystore params

func (*SetDeploymentEsResourceKeystoreParams) WithContext

WithContext adds the context to the set deployment es resource keystore params

func (*SetDeploymentEsResourceKeystoreParams) WithDefaults

WithDefaults hydrates default values in the set deployment es resource keystore params (not the query body).

All values with no default are reset to their zero value.

func (*SetDeploymentEsResourceKeystoreParams) WithDeploymentID

WithDeploymentID adds the deploymentID to the set deployment es resource keystore params

func (*SetDeploymentEsResourceKeystoreParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the set deployment es resource keystore params

func (*SetDeploymentEsResourceKeystoreParams) WithRefID

WithRefID adds the refID to the set deployment es resource keystore params

func (*SetDeploymentEsResourceKeystoreParams) WithTimeout

WithTimeout adds the timeout to the set deployment es resource keystore params

func (*SetDeploymentEsResourceKeystoreParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SetDeploymentEsResourceKeystoreReader

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

SetDeploymentEsResourceKeystoreReader is a Reader for the SetDeploymentEsResourceKeystore structure.

func (*SetDeploymentEsResourceKeystoreReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SetDeploymentEsResourceRemoteClustersAccepted

type SetDeploymentEsResourceRemoteClustersAccepted struct {
	Payload models.EmptyResponse
}

SetDeploymentEsResourceRemoteClustersAccepted describes a response with status code 202, with default header values.

The Remote Clusters were updated

func NewSetDeploymentEsResourceRemoteClustersAccepted

func NewSetDeploymentEsResourceRemoteClustersAccepted() *SetDeploymentEsResourceRemoteClustersAccepted

NewSetDeploymentEsResourceRemoteClustersAccepted creates a SetDeploymentEsResourceRemoteClustersAccepted with default headers values

func (*SetDeploymentEsResourceRemoteClustersAccepted) Code

Code gets the status code for the set deployment es resource remote clusters accepted response

func (*SetDeploymentEsResourceRemoteClustersAccepted) Error

func (*SetDeploymentEsResourceRemoteClustersAccepted) GetPayload

func (*SetDeploymentEsResourceRemoteClustersAccepted) IsClientError

IsClientError returns true when this set deployment es resource remote clusters accepted response has a 4xx status code

func (*SetDeploymentEsResourceRemoteClustersAccepted) IsCode

IsCode returns true when this set deployment es resource remote clusters accepted response a status code equal to that given

func (*SetDeploymentEsResourceRemoteClustersAccepted) IsRedirect

IsRedirect returns true when this set deployment es resource remote clusters accepted response has a 3xx status code

func (*SetDeploymentEsResourceRemoteClustersAccepted) IsServerError

IsServerError returns true when this set deployment es resource remote clusters accepted response has a 5xx status code

func (*SetDeploymentEsResourceRemoteClustersAccepted) IsSuccess

IsSuccess returns true when this set deployment es resource remote clusters accepted response has a 2xx status code

func (*SetDeploymentEsResourceRemoteClustersAccepted) String

type SetDeploymentEsResourceRemoteClustersNotFound

type SetDeploymentEsResourceRemoteClustersNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}
SetDeploymentEsResourceRemoteClustersNotFound describes a response with status code 404, with default header values.

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

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

func NewSetDeploymentEsResourceRemoteClustersNotFound

func NewSetDeploymentEsResourceRemoteClustersNotFound() *SetDeploymentEsResourceRemoteClustersNotFound

NewSetDeploymentEsResourceRemoteClustersNotFound creates a SetDeploymentEsResourceRemoteClustersNotFound with default headers values

func (*SetDeploymentEsResourceRemoteClustersNotFound) Code

Code gets the status code for the set deployment es resource remote clusters not found response

func (*SetDeploymentEsResourceRemoteClustersNotFound) Error

func (*SetDeploymentEsResourceRemoteClustersNotFound) GetPayload

func (*SetDeploymentEsResourceRemoteClustersNotFound) IsClientError

IsClientError returns true when this set deployment es resource remote clusters not found response has a 4xx status code

func (*SetDeploymentEsResourceRemoteClustersNotFound) IsCode

IsCode returns true when this set deployment es resource remote clusters not found response a status code equal to that given

func (*SetDeploymentEsResourceRemoteClustersNotFound) IsRedirect

IsRedirect returns true when this set deployment es resource remote clusters not found response has a 3xx status code

func (*SetDeploymentEsResourceRemoteClustersNotFound) IsServerError

IsServerError returns true when this set deployment es resource remote clusters not found response has a 5xx status code

func (*SetDeploymentEsResourceRemoteClustersNotFound) IsSuccess

IsSuccess returns true when this set deployment es resource remote clusters not found response has a 2xx status code

func (*SetDeploymentEsResourceRemoteClustersNotFound) String

type SetDeploymentEsResourceRemoteClustersParams

type SetDeploymentEsResourceRemoteClustersParams struct {

	/* Body.

	   List of certificate based remote clusters for the resource
	*/
	Body *models.RemoteResources

	/* DeploymentID.

	   Identifier for the Deployment.
	*/
	DeploymentID string

	/* RefID.

	   User-specified RefId for the Resource (or '_main' if there is only one).
	*/
	RefID string

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

SetDeploymentEsResourceRemoteClustersParams contains all the parameters to send to the API endpoint

for the set deployment es resource remote clusters operation.

Typically these are written to a http.Request.

func NewSetDeploymentEsResourceRemoteClustersParams

func NewSetDeploymentEsResourceRemoteClustersParams() *SetDeploymentEsResourceRemoteClustersParams

NewSetDeploymentEsResourceRemoteClustersParams creates a new SetDeploymentEsResourceRemoteClustersParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewSetDeploymentEsResourceRemoteClustersParamsWithContext

func NewSetDeploymentEsResourceRemoteClustersParamsWithContext(ctx context.Context) *SetDeploymentEsResourceRemoteClustersParams

NewSetDeploymentEsResourceRemoteClustersParamsWithContext creates a new SetDeploymentEsResourceRemoteClustersParams object with the ability to set a context for a request.

func NewSetDeploymentEsResourceRemoteClustersParamsWithHTTPClient

func NewSetDeploymentEsResourceRemoteClustersParamsWithHTTPClient(client *http.Client) *SetDeploymentEsResourceRemoteClustersParams

NewSetDeploymentEsResourceRemoteClustersParamsWithHTTPClient creates a new SetDeploymentEsResourceRemoteClustersParams object with the ability to set a custom HTTPClient for a request.

func NewSetDeploymentEsResourceRemoteClustersParamsWithTimeout

func NewSetDeploymentEsResourceRemoteClustersParamsWithTimeout(timeout time.Duration) *SetDeploymentEsResourceRemoteClustersParams

NewSetDeploymentEsResourceRemoteClustersParamsWithTimeout creates a new SetDeploymentEsResourceRemoteClustersParams object with the ability to set a timeout on a request.

func (*SetDeploymentEsResourceRemoteClustersParams) SetBody

SetBody adds the body to the set deployment es resource remote clusters params

func (*SetDeploymentEsResourceRemoteClustersParams) SetContext

SetContext adds the context to the set deployment es resource remote clusters params

func (*SetDeploymentEsResourceRemoteClustersParams) SetDefaults

SetDefaults hydrates default values in the set deployment es resource remote clusters params (not the query body).

All values with no default are reset to their zero value.

func (*SetDeploymentEsResourceRemoteClustersParams) SetDeploymentID

func (o *SetDeploymentEsResourceRemoteClustersParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the set deployment es resource remote clusters params

func (*SetDeploymentEsResourceRemoteClustersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the set deployment es resource remote clusters params

func (*SetDeploymentEsResourceRemoteClustersParams) SetRefID

SetRefID adds the refId to the set deployment es resource remote clusters params

func (*SetDeploymentEsResourceRemoteClustersParams) SetTimeout

SetTimeout adds the timeout to the set deployment es resource remote clusters params

func (*SetDeploymentEsResourceRemoteClustersParams) WithBody

WithBody adds the body to the set deployment es resource remote clusters params

func (*SetDeploymentEsResourceRemoteClustersParams) WithContext

WithContext adds the context to the set deployment es resource remote clusters params

func (*SetDeploymentEsResourceRemoteClustersParams) WithDefaults

WithDefaults hydrates default values in the set deployment es resource remote clusters params (not the query body).

All values with no default are reset to their zero value.

func (*SetDeploymentEsResourceRemoteClustersParams) WithDeploymentID

WithDeploymentID adds the deploymentID to the set deployment es resource remote clusters params

func (*SetDeploymentEsResourceRemoteClustersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the set deployment es resource remote clusters params

func (*SetDeploymentEsResourceRemoteClustersParams) WithRefID

WithRefID adds the refID to the set deployment es resource remote clusters params

func (*SetDeploymentEsResourceRemoteClustersParams) WithTimeout

WithTimeout adds the timeout to the set deployment es resource remote clusters params

func (*SetDeploymentEsResourceRemoteClustersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SetDeploymentEsResourceRemoteClustersReader

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

SetDeploymentEsResourceRemoteClustersReader is a Reader for the SetDeploymentEsResourceRemoteClusters structure.

func (*SetDeploymentEsResourceRemoteClustersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SetDeploymentResourceRawMetadataBadRequest

type SetDeploymentResourceRawMetadataBadRequest struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

SetDeploymentResourceRawMetadataBadRequest describes a response with status code 400, 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) Code

Code gets the status code for the set deployment resource raw metadata bad request response

func (*SetDeploymentResourceRawMetadataBadRequest) Error

func (*SetDeploymentResourceRawMetadataBadRequest) GetPayload

func (*SetDeploymentResourceRawMetadataBadRequest) IsClientError

IsClientError returns true when this set deployment resource raw metadata bad request response has a 4xx status code

func (*SetDeploymentResourceRawMetadataBadRequest) IsCode

IsCode returns true when this set deployment resource raw metadata bad request response a status code equal to that given

func (*SetDeploymentResourceRawMetadataBadRequest) IsRedirect

IsRedirect returns true when this set deployment resource raw metadata bad request response has a 3xx status code

func (*SetDeploymentResourceRawMetadataBadRequest) IsServerError

IsServerError returns true when this set deployment resource raw metadata bad request response has a 5xx status code

func (*SetDeploymentResourceRawMetadataBadRequest) IsSuccess

IsSuccess returns true when this set deployment resource raw metadata bad request response has a 2xx status code

func (*SetDeploymentResourceRawMetadataBadRequest) String

type SetDeploymentResourceRawMetadataInternalServerError

type SetDeploymentResourceRawMetadataInternalServerError struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

SetDeploymentResourceRawMetadataInternalServerError describes a response with status code 500, 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) Code

Code gets the status code for the set deployment resource raw metadata internal server error response

func (*SetDeploymentResourceRawMetadataInternalServerError) Error

func (*SetDeploymentResourceRawMetadataInternalServerError) GetPayload

func (*SetDeploymentResourceRawMetadataInternalServerError) IsClientError

IsClientError returns true when this set deployment resource raw metadata internal server error response has a 4xx status code

func (*SetDeploymentResourceRawMetadataInternalServerError) IsCode

IsCode returns true when this set deployment resource raw metadata internal server error response a status code equal to that given

func (*SetDeploymentResourceRawMetadataInternalServerError) IsRedirect

IsRedirect returns true when this set deployment resource raw metadata internal server error response has a 3xx status code

func (*SetDeploymentResourceRawMetadataInternalServerError) IsServerError

IsServerError returns true when this set deployment resource raw metadata internal server error response has a 5xx status code

func (*SetDeploymentResourceRawMetadataInternalServerError) IsSuccess

IsSuccess returns true when this set deployment resource raw metadata internal server error response has a 2xx status code

func (*SetDeploymentResourceRawMetadataInternalServerError) String

type SetDeploymentResourceRawMetadataNotFound

type SetDeploymentResourceRawMetadataNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}
SetDeploymentResourceRawMetadataNotFound describes a response with status code 404, with default header values.

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

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

func NewSetDeploymentResourceRawMetadataNotFound

func NewSetDeploymentResourceRawMetadataNotFound() *SetDeploymentResourceRawMetadataNotFound

NewSetDeploymentResourceRawMetadataNotFound creates a SetDeploymentResourceRawMetadataNotFound with default headers values

func (*SetDeploymentResourceRawMetadataNotFound) Code

Code gets the status code for the set deployment resource raw metadata not found response

func (*SetDeploymentResourceRawMetadataNotFound) Error

func (*SetDeploymentResourceRawMetadataNotFound) GetPayload

func (*SetDeploymentResourceRawMetadataNotFound) IsClientError

IsClientError returns true when this set deployment resource raw metadata not found response has a 4xx status code

func (*SetDeploymentResourceRawMetadataNotFound) IsCode

IsCode returns true when this set deployment resource raw metadata not found response a status code equal to that given

func (*SetDeploymentResourceRawMetadataNotFound) IsRedirect

IsRedirect returns true when this set deployment resource raw metadata not found response has a 3xx status code

func (*SetDeploymentResourceRawMetadataNotFound) IsServerError

IsServerError returns true when this set deployment resource raw metadata not found response has a 5xx status code

func (*SetDeploymentResourceRawMetadataNotFound) IsSuccess

IsSuccess returns true when this set deployment resource raw metadata not found response has a 2xx status code

func (*SetDeploymentResourceRawMetadataNotFound) String

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 describes a response with status code 200, 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) Code

Code gets the status code for the set deployment resource raw metadata o k response

func (*SetDeploymentResourceRawMetadataOK) Error

func (*SetDeploymentResourceRawMetadataOK) GetPayload

func (*SetDeploymentResourceRawMetadataOK) IsClientError

func (o *SetDeploymentResourceRawMetadataOK) IsClientError() bool

IsClientError returns true when this set deployment resource raw metadata o k response has a 4xx status code

func (*SetDeploymentResourceRawMetadataOK) IsCode

IsCode returns true when this set deployment resource raw metadata o k response a status code equal to that given

func (*SetDeploymentResourceRawMetadataOK) IsRedirect

func (o *SetDeploymentResourceRawMetadataOK) IsRedirect() bool

IsRedirect returns true when this set deployment resource raw metadata o k response has a 3xx status code

func (*SetDeploymentResourceRawMetadataOK) IsServerError

func (o *SetDeploymentResourceRawMetadataOK) IsServerError() bool

IsServerError returns true when this set deployment resource raw metadata o k response has a 5xx status code

func (*SetDeploymentResourceRawMetadataOK) IsSuccess

IsSuccess returns true when this set deployment resource raw metadata o k response has a 2xx status code

func (*SetDeploymentResourceRawMetadataOK) String

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 (or '_main' if there is only one)
	*/
	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 *string

	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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewSetDeploymentResourceRawMetadataParamsWithContext

func NewSetDeploymentResourceRawMetadataParamsWithContext(ctx context.Context) *SetDeploymentResourceRawMetadataParams

NewSetDeploymentResourceRawMetadataParamsWithContext creates a new SetDeploymentResourceRawMetadataParams object with 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 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 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) SetDefaults

func (o *SetDeploymentResourceRawMetadataParams) SetDefaults()

SetDefaults hydrates default values in the set deployment resource raw metadata params (not the query body).

All values with no default are reset to their zero value.

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 *string)

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) WithDefaults

WithDefaults hydrates default values in the set deployment resource raw metadata params (not the query body).

All values with no default are reset to their zero value.

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 describes a response with status code 449, with default header values.

Please retry. (code: `deployments.metadata_internal_error`)

func NewSetDeploymentResourceRawMetadataRetryWith

func NewSetDeploymentResourceRawMetadataRetryWith() *SetDeploymentResourceRawMetadataRetryWith

NewSetDeploymentResourceRawMetadataRetryWith creates a SetDeploymentResourceRawMetadataRetryWith with default headers values

func (*SetDeploymentResourceRawMetadataRetryWith) Code

Code gets the status code for the set deployment resource raw metadata retry with response

func (*SetDeploymentResourceRawMetadataRetryWith) Error

func (*SetDeploymentResourceRawMetadataRetryWith) GetPayload

func (*SetDeploymentResourceRawMetadataRetryWith) IsClientError

IsClientError returns true when this set deployment resource raw metadata retry with response has a 4xx status code

func (*SetDeploymentResourceRawMetadataRetryWith) IsCode

IsCode returns true when this set deployment resource raw metadata retry with response a status code equal to that given

func (*SetDeploymentResourceRawMetadataRetryWith) IsRedirect

IsRedirect returns true when this set deployment resource raw metadata retry with response has a 3xx status code

func (*SetDeploymentResourceRawMetadataRetryWith) IsServerError

IsServerError returns true when this set deployment resource raw metadata retry with response has a 5xx status code

func (*SetDeploymentResourceRawMetadataRetryWith) IsSuccess

IsSuccess returns true when this set deployment resource raw metadata retry with response has a 2xx status code

func (*SetDeploymentResourceRawMetadataRetryWith) String

type SetInstanceSettingsOverridesNotFound

type SetInstanceSettingsOverridesNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}
SetInstanceSettingsOverridesNotFound describes a response with status code 404, with default header values.

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

* The Resource specified by {ref_id} cannot by found. (code: `deployments.deployment_resource_not_found`) * One or more instances weren't found, and `ignore_missing` is false or unspecified. (code: `deployments.instances_missing_on_update_error`) * The specified override was out of range. Capacity must be in the range [1024, 65536] and storage multiplier must be in the range [1.0, 1000.0]. (code: `instance_overrides.out_of_range`)

func NewSetInstanceSettingsOverridesNotFound

func NewSetInstanceSettingsOverridesNotFound() *SetInstanceSettingsOverridesNotFound

NewSetInstanceSettingsOverridesNotFound creates a SetInstanceSettingsOverridesNotFound with default headers values

func (*SetInstanceSettingsOverridesNotFound) Code

Code gets the status code for the set instance settings overrides not found response

func (*SetInstanceSettingsOverridesNotFound) Error

func (*SetInstanceSettingsOverridesNotFound) GetPayload

func (*SetInstanceSettingsOverridesNotFound) IsClientError

func (o *SetInstanceSettingsOverridesNotFound) IsClientError() bool

IsClientError returns true when this set instance settings overrides not found response has a 4xx status code

func (*SetInstanceSettingsOverridesNotFound) IsCode

IsCode returns true when this set instance settings overrides not found response a status code equal to that given

func (*SetInstanceSettingsOverridesNotFound) IsRedirect

IsRedirect returns true when this set instance settings overrides not found response has a 3xx status code

func (*SetInstanceSettingsOverridesNotFound) IsServerError

func (o *SetInstanceSettingsOverridesNotFound) IsServerError() bool

IsServerError returns true when this set instance settings overrides not found response has a 5xx status code

func (*SetInstanceSettingsOverridesNotFound) IsSuccess

IsSuccess returns true when this set instance settings overrides not found response has a 2xx status code

func (*SetInstanceSettingsOverridesNotFound) String

type SetInstanceSettingsOverridesOK

type SetInstanceSettingsOverridesOK struct {
	Payload *models.InstanceOverrides
}

SetInstanceSettingsOverridesOK describes a response with status code 200, with default header values.

The updated overrides

func NewSetInstanceSettingsOverridesOK

func NewSetInstanceSettingsOverridesOK() *SetInstanceSettingsOverridesOK

NewSetInstanceSettingsOverridesOK creates a SetInstanceSettingsOverridesOK with default headers values

func (*SetInstanceSettingsOverridesOK) Code

Code gets the status code for the set instance settings overrides o k response

func (*SetInstanceSettingsOverridesOK) Error

func (*SetInstanceSettingsOverridesOK) GetPayload

func (*SetInstanceSettingsOverridesOK) IsClientError

func (o *SetInstanceSettingsOverridesOK) IsClientError() bool

IsClientError returns true when this set instance settings overrides o k response has a 4xx status code

func (*SetInstanceSettingsOverridesOK) IsCode

func (o *SetInstanceSettingsOverridesOK) IsCode(code int) bool

IsCode returns true when this set instance settings overrides o k response a status code equal to that given

func (*SetInstanceSettingsOverridesOK) IsRedirect

func (o *SetInstanceSettingsOverridesOK) IsRedirect() bool

IsRedirect returns true when this set instance settings overrides o k response has a 3xx status code

func (*SetInstanceSettingsOverridesOK) IsServerError

func (o *SetInstanceSettingsOverridesOK) IsServerError() bool

IsServerError returns true when this set instance settings overrides o k response has a 5xx status code

func (*SetInstanceSettingsOverridesOK) IsSuccess

func (o *SetInstanceSettingsOverridesOK) IsSuccess() bool

IsSuccess returns true when this set instance settings overrides o k response has a 2xx status code

func (*SetInstanceSettingsOverridesOK) String

type SetInstanceSettingsOverridesParams

type SetInstanceSettingsOverridesParams struct {

	/* Body.

	   The overrides to apply to the given instances. Capacity overrides the RAM size in MB of the instance, and storage multipler overrides the multiplier of the instance RAM size that determines the storage quota of the instance. Capacity must be in the range [1024, 65536] and storage multiplier must be in the range [1.0, 1000.0].
	*/
	Body *models.InstanceOverrides

	/* DeploymentID.

	   Identifier for the Deployment.
	*/
	DeploymentID string

	/* IgnoreMissing.

	   When `false` and a specified instance is missing, will return an error and not update any instances. When `true` will update only existing instances and not treat a missing instance as an error.
	*/
	IgnoreMissing *bool

	/* InstanceIds.

	   A comma-separated list of instance identifiers.
	*/
	InstanceIds []string

	/* RefID.

	   User-specified RefId for the Resource (or '_main' if there is only one).
	*/
	RefID string

	/* ResourceKind.

	   The kind of resource. Only Elasticsearch resources are currently supported.
	*/
	ResourceKind string

	/* RestartAfterUpdate.

	   After overrides are set, restarts the instance to apply the changes.
	*/
	RestartAfterUpdate *bool

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

SetInstanceSettingsOverridesParams contains all the parameters to send to the API endpoint

for the set instance settings overrides operation.

Typically these are written to a http.Request.

func NewSetInstanceSettingsOverridesParams

func NewSetInstanceSettingsOverridesParams() *SetInstanceSettingsOverridesParams

NewSetInstanceSettingsOverridesParams creates a new SetInstanceSettingsOverridesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewSetInstanceSettingsOverridesParamsWithContext

func NewSetInstanceSettingsOverridesParamsWithContext(ctx context.Context) *SetInstanceSettingsOverridesParams

NewSetInstanceSettingsOverridesParamsWithContext creates a new SetInstanceSettingsOverridesParams object with the ability to set a context for a request.

func NewSetInstanceSettingsOverridesParamsWithHTTPClient

func NewSetInstanceSettingsOverridesParamsWithHTTPClient(client *http.Client) *SetInstanceSettingsOverridesParams

NewSetInstanceSettingsOverridesParamsWithHTTPClient creates a new SetInstanceSettingsOverridesParams object with the ability to set a custom HTTPClient for a request.

func NewSetInstanceSettingsOverridesParamsWithTimeout

func NewSetInstanceSettingsOverridesParamsWithTimeout(timeout time.Duration) *SetInstanceSettingsOverridesParams

NewSetInstanceSettingsOverridesParamsWithTimeout creates a new SetInstanceSettingsOverridesParams object with the ability to set a timeout on a request.

func (*SetInstanceSettingsOverridesParams) SetBody

SetBody adds the body to the set instance settings overrides params

func (*SetInstanceSettingsOverridesParams) SetContext

SetContext adds the context to the set instance settings overrides params

func (*SetInstanceSettingsOverridesParams) SetDefaults

func (o *SetInstanceSettingsOverridesParams) SetDefaults()

SetDefaults hydrates default values in the set instance settings overrides params (not the query body).

All values with no default are reset to their zero value.

func (*SetInstanceSettingsOverridesParams) SetDeploymentID

func (o *SetInstanceSettingsOverridesParams) SetDeploymentID(deploymentID string)

SetDeploymentID adds the deploymentId to the set instance settings overrides params

func (*SetInstanceSettingsOverridesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the set instance settings overrides params

func (*SetInstanceSettingsOverridesParams) SetIgnoreMissing

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

SetIgnoreMissing adds the ignoreMissing to the set instance settings overrides params

func (*SetInstanceSettingsOverridesParams) SetInstanceIds

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

SetInstanceIds adds the instanceIds to the set instance settings overrides params

func (*SetInstanceSettingsOverridesParams) SetRefID

func (o *SetInstanceSettingsOverridesParams) SetRefID(refID string)

SetRefID adds the refId to the set instance settings overrides params

func (*SetInstanceSettingsOverridesParams) SetResourceKind

func (o *SetInstanceSettingsOverridesParams) SetResourceKind(resourceKind string)

SetResourceKind adds the resourceKind to the set instance settings overrides params

func (*SetInstanceSettingsOverridesParams) SetRestartAfterUpdate

func (o *SetInstanceSettingsOverridesParams) SetRestartAfterUpdate(restartAfterUpdate *bool)

SetRestartAfterUpdate adds the restartAfterUpdate to the set instance settings overrides params

func (*SetInstanceSettingsOverridesParams) SetTimeout

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

SetTimeout adds the timeout to the set instance settings overrides params

func (*SetInstanceSettingsOverridesParams) WithBody

WithBody adds the body to the set instance settings overrides params

func (*SetInstanceSettingsOverridesParams) WithContext

WithContext adds the context to the set instance settings overrides params

func (*SetInstanceSettingsOverridesParams) WithDefaults

WithDefaults hydrates default values in the set instance settings overrides params (not the query body).

All values with no default are reset to their zero value.

func (*SetInstanceSettingsOverridesParams) WithDeploymentID

WithDeploymentID adds the deploymentID to the set instance settings overrides params

func (*SetInstanceSettingsOverridesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the set instance settings overrides params

func (*SetInstanceSettingsOverridesParams) WithIgnoreMissing

func (o *SetInstanceSettingsOverridesParams) WithIgnoreMissing(ignoreMissing *bool) *SetInstanceSettingsOverridesParams

WithIgnoreMissing adds the ignoreMissing to the set instance settings overrides params

func (*SetInstanceSettingsOverridesParams) WithInstanceIds

WithInstanceIds adds the instanceIds to the set instance settings overrides params

func (*SetInstanceSettingsOverridesParams) WithRefID

WithRefID adds the refID to the set instance settings overrides params

func (*SetInstanceSettingsOverridesParams) WithResourceKind

WithResourceKind adds the resourceKind to the set instance settings overrides params

func (*SetInstanceSettingsOverridesParams) WithRestartAfterUpdate

func (o *SetInstanceSettingsOverridesParams) WithRestartAfterUpdate(restartAfterUpdate *bool) *SetInstanceSettingsOverridesParams

WithRestartAfterUpdate adds the restartAfterUpdate to the set instance settings overrides params

func (*SetInstanceSettingsOverridesParams) WithTimeout

WithTimeout adds the timeout to the set instance settings overrides params

func (*SetInstanceSettingsOverridesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SetInstanceSettingsOverridesReader

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

SetInstanceSettingsOverridesReader is a Reader for the SetInstanceSettingsOverrides structure.

func (*SetInstanceSettingsOverridesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ShutdownDeploymentBadRequest

type ShutdownDeploymentBadRequest struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

ShutdownDeploymentBadRequest describes a response with status code 400, with default header values.

Parameter is restricted and can only be set by a Platform administrator. (code: `deployments.restricted_parameter`)

func NewShutdownDeploymentBadRequest

func NewShutdownDeploymentBadRequest() *ShutdownDeploymentBadRequest

NewShutdownDeploymentBadRequest creates a ShutdownDeploymentBadRequest with default headers values

func (*ShutdownDeploymentBadRequest) Code

Code gets the status code for the shutdown deployment bad request response

func (*ShutdownDeploymentBadRequest) Error

func (*ShutdownDeploymentBadRequest) GetPayload

func (*ShutdownDeploymentBadRequest) IsClientError

func (o *ShutdownDeploymentBadRequest) IsClientError() bool

IsClientError returns true when this shutdown deployment bad request response has a 4xx status code

func (*ShutdownDeploymentBadRequest) IsCode

func (o *ShutdownDeploymentBadRequest) IsCode(code int) bool

IsCode returns true when this shutdown deployment bad request response a status code equal to that given

func (*ShutdownDeploymentBadRequest) IsRedirect

func (o *ShutdownDeploymentBadRequest) IsRedirect() bool

IsRedirect returns true when this shutdown deployment bad request response has a 3xx status code

func (*ShutdownDeploymentBadRequest) IsServerError

func (o *ShutdownDeploymentBadRequest) IsServerError() bool

IsServerError returns true when this shutdown deployment bad request response has a 5xx status code

func (*ShutdownDeploymentBadRequest) IsSuccess

func (o *ShutdownDeploymentBadRequest) IsSuccess() bool

IsSuccess returns true when this shutdown deployment bad request response has a 2xx status code

func (*ShutdownDeploymentBadRequest) String

type ShutdownDeploymentEsResourceBadRequest

type ShutdownDeploymentEsResourceBadRequest struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

ShutdownDeploymentEsResourceBadRequest describes a response with status code 400, with default header values.

Parameter is restricted and can only be set by a Platform administrator. (code: `deployments.restricted_parameter`)

func NewShutdownDeploymentEsResourceBadRequest

func NewShutdownDeploymentEsResourceBadRequest() *ShutdownDeploymentEsResourceBadRequest

NewShutdownDeploymentEsResourceBadRequest creates a ShutdownDeploymentEsResourceBadRequest with default headers values

func (*ShutdownDeploymentEsResourceBadRequest) Code

Code gets the status code for the shutdown deployment es resource bad request response

func (*ShutdownDeploymentEsResourceBadRequest) Error

func (*ShutdownDeploymentEsResourceBadRequest) GetPayload

func (*ShutdownDeploymentEsResourceBadRequest) IsClientError

func (o *ShutdownDeploymentEsResourceBadRequest) IsClientError() bool

IsClientError returns true when this shutdown deployment es resource bad request response has a 4xx status code

func (*ShutdownDeploymentEsResourceBadRequest) IsCode

IsCode returns true when this shutdown deployment es resource bad request response a status code equal to that given

func (*ShutdownDeploymentEsResourceBadRequest) IsRedirect

IsRedirect returns true when this shutdown deployment es resource bad request response has a 3xx status code

func (*ShutdownDeploymentEsResourceBadRequest) IsServerError

func (o *ShutdownDeploymentEsResourceBadRequest) IsServerError() bool

IsServerError returns true when this shutdown deployment es resource bad request response has a 5xx status code

func (*ShutdownDeploymentEsResourceBadRequest) IsSuccess

IsSuccess returns true when this shutdown deployment es resource bad request response has a 2xx status code

func (*ShutdownDeploymentEsResourceBadRequest) String

type ShutdownDeploymentEsResourceInternalServerError

type ShutdownDeploymentEsResourceInternalServerError struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

ShutdownDeploymentEsResourceInternalServerError describes a response with status code 500, with default header values.

A Resource that was previously stored no longer exists. (code: `deployments.deployment_resource_no_longer_exists`)

func NewShutdownDeploymentEsResourceInternalServerError

func NewShutdownDeploymentEsResourceInternalServerError() *ShutdownDeploymentEsResourceInternalServerError

NewShutdownDeploymentEsResourceInternalServerError creates a ShutdownDeploymentEsResourceInternalServerError with default headers values

func (*ShutdownDeploymentEsResourceInternalServerError) Code

Code gets the status code for the shutdown deployment es resource internal server error response

func (*ShutdownDeploymentEsResourceInternalServerError) Error

func (*ShutdownDeploymentEsResourceInternalServerError) GetPayload

func (*ShutdownDeploymentEsResourceInternalServerError) IsClientError

IsClientError returns true when this shutdown deployment es resource internal server error response has a 4xx status code

func (*ShutdownDeploymentEsResourceInternalServerError) IsCode

IsCode returns true when this shutdown deployment es resource internal server error response a status code equal to that given

func (*ShutdownDeploymentEsResourceInternalServerError) IsRedirect

IsRedirect returns true when this shutdown deployment es resource internal server error response has a 3xx status code

func (*ShutdownDeploymentEsResourceInternalServerError) IsServerError

IsServerError returns true when this shutdown deployment es resource internal server error response has a 5xx status code

func (*ShutdownDeploymentEsResourceInternalServerError) IsSuccess

IsSuccess returns true when this shutdown deployment es resource internal server error response has a 2xx status code

func (*ShutdownDeploymentEsResourceInternalServerError) String

type ShutdownDeploymentEsResourceNotFound

type ShutdownDeploymentEsResourceNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}
ShutdownDeploymentEsResourceNotFound describes a response with status code 404, with default header values.

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

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

func NewShutdownDeploymentEsResourceNotFound

func NewShutdownDeploymentEsResourceNotFound() *ShutdownDeploymentEsResourceNotFound

NewShutdownDeploymentEsResourceNotFound creates a ShutdownDeploymentEsResourceNotFound with default headers values

func (*ShutdownDeploymentEsResourceNotFound) Code

Code gets the status code for the shutdown deployment es resource not found response

func (*ShutdownDeploymentEsResourceNotFound) Error

func (*ShutdownDeploymentEsResourceNotFound) GetPayload

func (*ShutdownDeploymentEsResourceNotFound) IsClientError

func (o *ShutdownDeploymentEsResourceNotFound) IsClientError() bool

IsClientError returns true when this shutdown deployment es resource not found response has a 4xx status code

func (*ShutdownDeploymentEsResourceNotFound) IsCode

IsCode returns true when this shutdown deployment es resource not found response a status code equal to that given

func (*ShutdownDeploymentEsResourceNotFound) IsRedirect

IsRedirect returns true when this shutdown deployment es resource not found response has a 3xx status code

func (*ShutdownDeploymentEsResourceNotFound) IsServerError

func (o *ShutdownDeploymentEsResourceNotFound) IsServerError() bool

IsServerError returns true when this shutdown deployment es resource not found response has a 5xx status code

func (*ShutdownDeploymentEsResourceNotFound) IsSuccess

IsSuccess returns true when this shutdown deployment es resource not found response has a 2xx status code

func (*ShutdownDeploymentEsResourceNotFound) String

type ShutdownDeploymentEsResourceOK

type ShutdownDeploymentEsResourceOK struct {
	Payload *models.DeploymentResourceCommandResponse
}

ShutdownDeploymentEsResourceOK describes a response with status code 200, with default header values.

Standard response.

func NewShutdownDeploymentEsResourceOK

func NewShutdownDeploymentEsResourceOK() *ShutdownDeploymentEsResourceOK

NewShutdownDeploymentEsResourceOK creates a ShutdownDeploymentEsResourceOK with default headers values

func (*ShutdownDeploymentEsResourceOK) Code

Code gets the status code for the shutdown deployment es resource o k response

func (*ShutdownDeploymentEsResourceOK) Error

func (*ShutdownDeploymentEsResourceOK) GetPayload

func (*ShutdownDeploymentEsResourceOK) IsClientError

func (o *ShutdownDeploymentEsResourceOK) IsClientError() bool

IsClientError returns true when this shutdown deployment es resource o k response has a 4xx status code

func (*ShutdownDeploymentEsResourceOK) IsCode

func (o *ShutdownDeploymentEsResourceOK) IsCode(code int) bool

IsCode returns true when this shutdown deployment es resource o k response a status code equal to that given

func (*ShutdownDeploymentEsResourceOK) IsRedirect

func (o *ShutdownDeploymentEsResourceOK) IsRedirect() bool

IsRedirect returns true when this shutdown deployment es resource o k response has a 3xx status code

func (*ShutdownDeploymentEsResourceOK) IsServerError

func (o *ShutdownDeploymentEsResourceOK) IsServerError() bool

IsServerError returns true when this shutdown deployment es resource o k response has a 5xx status code

func (*ShutdownDeploymentEsResourceOK) IsSuccess

func (o *ShutdownDeploymentEsResourceOK) IsSuccess() bool

IsSuccess returns true when this shutdown deployment es resource o k response has a 2xx status code

func (*ShutdownDeploymentEsResourceOK) String

type ShutdownDeploymentEsResourceParams

type ShutdownDeploymentEsResourceParams struct {

	/* DeploymentID.

	   Identifier for the Deployment.
	*/
	DeploymentID string

	/* Hide.

	   Hide cluster on shutdown. Hidden clusters are not listed by default. Only applicable for Platform administrators.
	*/
	Hide *bool

	/* RefID.

	   User-specified RefId for the Resource (or '_main' if there is only one).
	*/
	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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewShutdownDeploymentEsResourceParamsWithContext

func NewShutdownDeploymentEsResourceParamsWithContext(ctx context.Context) *ShutdownDeploymentEsResourceParams

NewShutdownDeploymentEsResourceParamsWithContext creates a new ShutdownDeploymentEsResourceParams object with 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 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 ability to set a timeout on a request.

func (*ShutdownDeploymentEsResourceParams) SetContext

SetContext adds the context to the shutdown deployment es resource params

func (*ShutdownDeploymentEsResourceParams) SetDefaults

func (o *ShutdownDeploymentEsResourceParams) SetDefaults()

SetDefaults hydrates default values in the shutdown deployment es resource params (not the query body).

All values with no default are reset to their zero value.

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) WithDefaults

WithDefaults hydrates default values in the shutdown deployment es resource params (not the query body).

All values with no default are reset to their zero value.

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 ShutdownDeploymentNotFound

type ShutdownDeploymentNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

ShutdownDeploymentNotFound describes a response with status code 404, with default header values.

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

func NewShutdownDeploymentNotFound

func NewShutdownDeploymentNotFound() *ShutdownDeploymentNotFound

NewShutdownDeploymentNotFound creates a ShutdownDeploymentNotFound with default headers values

func (*ShutdownDeploymentNotFound) Code

func (o *ShutdownDeploymentNotFound) Code() int

Code gets the status code for the shutdown deployment not found response

func (*ShutdownDeploymentNotFound) Error

func (*ShutdownDeploymentNotFound) GetPayload

func (*ShutdownDeploymentNotFound) IsClientError

func (o *ShutdownDeploymentNotFound) IsClientError() bool

IsClientError returns true when this shutdown deployment not found response has a 4xx status code

func (*ShutdownDeploymentNotFound) IsCode

func (o *ShutdownDeploymentNotFound) IsCode(code int) bool

IsCode returns true when this shutdown deployment not found response a status code equal to that given

func (*ShutdownDeploymentNotFound) IsRedirect

func (o *ShutdownDeploymentNotFound) IsRedirect() bool

IsRedirect returns true when this shutdown deployment not found response has a 3xx status code

func (*ShutdownDeploymentNotFound) IsServerError

func (o *ShutdownDeploymentNotFound) IsServerError() bool

IsServerError returns true when this shutdown deployment not found response has a 5xx status code

func (*ShutdownDeploymentNotFound) IsSuccess

func (o *ShutdownDeploymentNotFound) IsSuccess() bool

IsSuccess returns true when this shutdown deployment not found response has a 2xx status code

func (*ShutdownDeploymentNotFound) String

func (o *ShutdownDeploymentNotFound) String() string

type ShutdownDeploymentOK

type ShutdownDeploymentOK struct {
	Payload *models.DeploymentShutdownResponse
}

ShutdownDeploymentOK describes a response with status code 200, 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) Code

func (o *ShutdownDeploymentOK) Code() int

Code gets the status code for the shutdown deployment o k response

func (*ShutdownDeploymentOK) Error

func (o *ShutdownDeploymentOK) Error() string

func (*ShutdownDeploymentOK) GetPayload

func (*ShutdownDeploymentOK) IsClientError

func (o *ShutdownDeploymentOK) IsClientError() bool

IsClientError returns true when this shutdown deployment o k response has a 4xx status code

func (*ShutdownDeploymentOK) IsCode

func (o *ShutdownDeploymentOK) IsCode(code int) bool

IsCode returns true when this shutdown deployment o k response a status code equal to that given

func (*ShutdownDeploymentOK) IsRedirect

func (o *ShutdownDeploymentOK) IsRedirect() bool

IsRedirect returns true when this shutdown deployment o k response has a 3xx status code

func (*ShutdownDeploymentOK) IsServerError

func (o *ShutdownDeploymentOK) IsServerError() bool

IsServerError returns true when this shutdown deployment o k response has a 5xx status code

func (*ShutdownDeploymentOK) IsSuccess

func (o *ShutdownDeploymentOK) IsSuccess() bool

IsSuccess returns true when this shutdown deployment o k response has a 2xx status code

func (*ShutdownDeploymentOK) String

func (o *ShutdownDeploymentOK) String() string

type ShutdownDeploymentParams

type ShutdownDeploymentParams struct {

	/* DeploymentID.

	   Identifier for the Deployment
	*/
	DeploymentID string

	/* Hide.

	   Whether or not to hide the deployment and its resources.Only applicable for Platform administrators.
	*/
	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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewShutdownDeploymentParamsWithContext

func NewShutdownDeploymentParamsWithContext(ctx context.Context) *ShutdownDeploymentParams

NewShutdownDeploymentParamsWithContext creates a new ShutdownDeploymentParams object with 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 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 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) SetDefaults

func (o *ShutdownDeploymentParams) SetDefaults()

SetDefaults hydrates default values in the shutdown deployment params (not the query body).

All values with no default are reset to their zero value.

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) WithDefaults

WithDefaults hydrates default values in the shutdown deployment params (not the query body).

All values with no default are reset to their zero value.

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 ShutdownDeploymentStatelessResourceBadRequest

type ShutdownDeploymentStatelessResourceBadRequest struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

ShutdownDeploymentStatelessResourceBadRequest describes a response with status code 400, with default header values.

Parameter is restricted and can only be set by a Platform administrator. (code: `deployments.restricted_parameter`)

func NewShutdownDeploymentStatelessResourceBadRequest

func NewShutdownDeploymentStatelessResourceBadRequest() *ShutdownDeploymentStatelessResourceBadRequest

NewShutdownDeploymentStatelessResourceBadRequest creates a ShutdownDeploymentStatelessResourceBadRequest with default headers values

func (*ShutdownDeploymentStatelessResourceBadRequest) Code

Code gets the status code for the shutdown deployment stateless resource bad request response

func (*ShutdownDeploymentStatelessResourceBadRequest) Error

func (*ShutdownDeploymentStatelessResourceBadRequest) GetPayload

func (*ShutdownDeploymentStatelessResourceBadRequest) IsClientError

IsClientError returns true when this shutdown deployment stateless resource bad request response has a 4xx status code

func (*ShutdownDeploymentStatelessResourceBadRequest) IsCode

IsCode returns true when this shutdown deployment stateless resource bad request response a status code equal to that given

func (*ShutdownDeploymentStatelessResourceBadRequest) IsRedirect

IsRedirect returns true when this shutdown deployment stateless resource bad request response has a 3xx status code

func (*ShutdownDeploymentStatelessResourceBadRequest) IsServerError

IsServerError returns true when this shutdown deployment stateless resource bad request response has a 5xx status code

func (*ShutdownDeploymentStatelessResourceBadRequest) IsSuccess

IsSuccess returns true when this shutdown deployment stateless resource bad request response has a 2xx status code

func (*ShutdownDeploymentStatelessResourceBadRequest) String

type ShutdownDeploymentStatelessResourceInternalServerError

type ShutdownDeploymentStatelessResourceInternalServerError struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

ShutdownDeploymentStatelessResourceInternalServerError describes a response with status code 500, 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) Code

Code gets the status code for the shutdown deployment stateless resource internal server error response

func (*ShutdownDeploymentStatelessResourceInternalServerError) Error

func (*ShutdownDeploymentStatelessResourceInternalServerError) GetPayload

func (*ShutdownDeploymentStatelessResourceInternalServerError) IsClientError

IsClientError returns true when this shutdown deployment stateless resource internal server error response has a 4xx status code

func (*ShutdownDeploymentStatelessResourceInternalServerError) IsCode

IsCode returns true when this shutdown deployment stateless resource internal server error response a status code equal to that given

func (*ShutdownDeploymentStatelessResourceInternalServerError) IsRedirect

IsRedirect returns true when this shutdown deployment stateless resource internal server error response has a 3xx status code

func (*ShutdownDeploymentStatelessResourceInternalServerError) IsServerError

IsServerError returns true when this shutdown deployment stateless resource internal server error response has a 5xx status code

func (*ShutdownDeploymentStatelessResourceInternalServerError) IsSuccess

IsSuccess returns true when this shutdown deployment stateless resource internal server error response has a 2xx status code

func (*ShutdownDeploymentStatelessResourceInternalServerError) String

type ShutdownDeploymentStatelessResourceNotFound

type ShutdownDeploymentStatelessResourceNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}
ShutdownDeploymentStatelessResourceNotFound describes a response with status code 404, with default header values.

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

* 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) Code

Code gets the status code for the shutdown deployment stateless resource not found response

func (*ShutdownDeploymentStatelessResourceNotFound) Error

func (*ShutdownDeploymentStatelessResourceNotFound) GetPayload

func (*ShutdownDeploymentStatelessResourceNotFound) IsClientError

IsClientError returns true when this shutdown deployment stateless resource not found response has a 4xx status code

func (*ShutdownDeploymentStatelessResourceNotFound) IsCode

IsCode returns true when this shutdown deployment stateless resource not found response a status code equal to that given

func (*ShutdownDeploymentStatelessResourceNotFound) IsRedirect

IsRedirect returns true when this shutdown deployment stateless resource not found response has a 3xx status code

func (*ShutdownDeploymentStatelessResourceNotFound) IsServerError

IsServerError returns true when this shutdown deployment stateless resource not found response has a 5xx status code

func (*ShutdownDeploymentStatelessResourceNotFound) IsSuccess

IsSuccess returns true when this shutdown deployment stateless resource not found response has a 2xx status code

func (*ShutdownDeploymentStatelessResourceNotFound) String

type ShutdownDeploymentStatelessResourceOK

type ShutdownDeploymentStatelessResourceOK struct {
	Payload *models.DeploymentResourceCommandResponse
}

ShutdownDeploymentStatelessResourceOK describes a response with status code 200, with default header values.

Standard response

func NewShutdownDeploymentStatelessResourceOK

func NewShutdownDeploymentStatelessResourceOK() *ShutdownDeploymentStatelessResourceOK

NewShutdownDeploymentStatelessResourceOK creates a ShutdownDeploymentStatelessResourceOK with default headers values

func (*ShutdownDeploymentStatelessResourceOK) Code

Code gets the status code for the shutdown deployment stateless resource o k response

func (*ShutdownDeploymentStatelessResourceOK) Error

func (*ShutdownDeploymentStatelessResourceOK) GetPayload

func (*ShutdownDeploymentStatelessResourceOK) IsClientError

func (o *ShutdownDeploymentStatelessResourceOK) IsClientError() bool

IsClientError returns true when this shutdown deployment stateless resource o k response has a 4xx status code

func (*ShutdownDeploymentStatelessResourceOK) IsCode

IsCode returns true when this shutdown deployment stateless resource o k response a status code equal to that given

func (*ShutdownDeploymentStatelessResourceOK) IsRedirect

IsRedirect returns true when this shutdown deployment stateless resource o k response has a 3xx status code

func (*ShutdownDeploymentStatelessResourceOK) IsServerError

func (o *ShutdownDeploymentStatelessResourceOK) IsServerError() bool

IsServerError returns true when this shutdown deployment stateless resource o k response has a 5xx status code

func (*ShutdownDeploymentStatelessResourceOK) IsSuccess

IsSuccess returns true when this shutdown deployment stateless resource o k response has a 2xx status code

func (*ShutdownDeploymentStatelessResourceOK) String

type ShutdownDeploymentStatelessResourceParams

type ShutdownDeploymentStatelessResourceParams struct {

	/* DeploymentID.

	   Identifier for the Deployment.
	*/
	DeploymentID string

	/* Hide.

	   Hide cluster on shutdown. Hidden clusters are not listed by default. Only applicable for Platform administrators.
	*/
	Hide *bool

	/* RefID.

	   User-specified RefId for the Resource (or '_main' if there is only one).
	*/
	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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewShutdownDeploymentStatelessResourceParamsWithContext

func NewShutdownDeploymentStatelessResourceParamsWithContext(ctx context.Context) *ShutdownDeploymentStatelessResourceParams

NewShutdownDeploymentStatelessResourceParamsWithContext creates a new ShutdownDeploymentStatelessResourceParams object with 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 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 ability to set a timeout on a request.

func (*ShutdownDeploymentStatelessResourceParams) SetContext

SetContext adds the context to the shutdown deployment stateless resource params

func (*ShutdownDeploymentStatelessResourceParams) SetDefaults

SetDefaults hydrates default values in the shutdown deployment stateless resource params (not the query body).

All values with no default are reset to their zero value.

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) WithDefaults

WithDefaults hydrates default values in the shutdown deployment stateless resource params (not the query body).

All values with no default are reset to their zero value.

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 ShutdownDeploymentUnauthorized

type ShutdownDeploymentUnauthorized struct {
	Payload *models.BasicFailedReply
}

ShutdownDeploymentUnauthorized describes a response with status code 401, 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) Code

Code gets the status code for the shutdown deployment unauthorized response

func (*ShutdownDeploymentUnauthorized) Error

func (*ShutdownDeploymentUnauthorized) GetPayload

func (*ShutdownDeploymentUnauthorized) IsClientError

func (o *ShutdownDeploymentUnauthorized) IsClientError() bool

IsClientError returns true when this shutdown deployment unauthorized response has a 4xx status code

func (*ShutdownDeploymentUnauthorized) IsCode

func (o *ShutdownDeploymentUnauthorized) IsCode(code int) bool

IsCode returns true when this shutdown deployment unauthorized response a status code equal to that given

func (*ShutdownDeploymentUnauthorized) IsRedirect

func (o *ShutdownDeploymentUnauthorized) IsRedirect() bool

IsRedirect returns true when this shutdown deployment unauthorized response has a 3xx status code

func (*ShutdownDeploymentUnauthorized) IsServerError

func (o *ShutdownDeploymentUnauthorized) IsServerError() bool

IsServerError returns true when this shutdown deployment unauthorized response has a 5xx status code

func (*ShutdownDeploymentUnauthorized) IsSuccess

func (o *ShutdownDeploymentUnauthorized) IsSuccess() bool

IsSuccess returns true when this shutdown deployment unauthorized response has a 2xx status code

func (*ShutdownDeploymentUnauthorized) String

type StartDeploymentResourceInstancesAccepted

type StartDeploymentResourceInstancesAccepted struct {
	Payload *models.DeploymentResourceCommandResponse
}

StartDeploymentResourceInstancesAccepted describes a response with status code 202, 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) Code

Code gets the status code for the start deployment resource instances accepted response

func (*StartDeploymentResourceInstancesAccepted) Error

func (*StartDeploymentResourceInstancesAccepted) GetPayload

func (*StartDeploymentResourceInstancesAccepted) IsClientError

IsClientError returns true when this start deployment resource instances accepted response has a 4xx status code

func (*StartDeploymentResourceInstancesAccepted) IsCode

IsCode returns true when this start deployment resource instances accepted response a status code equal to that given

func (*StartDeploymentResourceInstancesAccepted) IsRedirect

IsRedirect returns true when this start deployment resource instances accepted response has a 3xx status code

func (*StartDeploymentResourceInstancesAccepted) IsServerError

IsServerError returns true when this start deployment resource instances accepted response has a 5xx status code

func (*StartDeploymentResourceInstancesAccepted) IsSuccess

IsSuccess returns true when this start deployment resource instances accepted response has a 2xx status code

func (*StartDeploymentResourceInstancesAccepted) String

type StartDeploymentResourceInstancesAllAccepted

type StartDeploymentResourceInstancesAllAccepted struct {
	Payload *models.DeploymentResourceCommandResponse
}

StartDeploymentResourceInstancesAllAccepted describes a response with status code 202, 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) Code

Code gets the status code for the start deployment resource instances all accepted response

func (*StartDeploymentResourceInstancesAllAccepted) Error

func (*StartDeploymentResourceInstancesAllAccepted) GetPayload

func (*StartDeploymentResourceInstancesAllAccepted) IsClientError

IsClientError returns true when this start deployment resource instances all accepted response has a 4xx status code

func (*StartDeploymentResourceInstancesAllAccepted) IsCode

IsCode returns true when this start deployment resource instances all accepted response a status code equal to that given

func (*StartDeploymentResourceInstancesAllAccepted) IsRedirect

IsRedirect returns true when this start deployment resource instances all accepted response has a 3xx status code

func (*StartDeploymentResourceInstancesAllAccepted) IsServerError

IsServerError returns true when this start deployment resource instances all accepted response has a 5xx status code

func (*StartDeploymentResourceInstancesAllAccepted) IsSuccess

IsSuccess returns true when this start deployment resource instances all accepted response has a 2xx status code

func (*StartDeploymentResourceInstancesAllAccepted) String

type StartDeploymentResourceInstancesAllForbidden

type StartDeploymentResourceInstancesAllForbidden struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

StartDeploymentResourceInstancesAllForbidden describes a response with status code 403, with default header values.

The start maintenance mode command was prohibited for the given Resource. (code: `deployments.instance_update_prohibited_error`)

func NewStartDeploymentResourceInstancesAllForbidden

func NewStartDeploymentResourceInstancesAllForbidden() *StartDeploymentResourceInstancesAllForbidden

NewStartDeploymentResourceInstancesAllForbidden creates a StartDeploymentResourceInstancesAllForbidden with default headers values

func (*StartDeploymentResourceInstancesAllForbidden) Code

Code gets the status code for the start deployment resource instances all forbidden response

func (*StartDeploymentResourceInstancesAllForbidden) Error

func (*StartDeploymentResourceInstancesAllForbidden) GetPayload

func (*StartDeploymentResourceInstancesAllForbidden) IsClientError

IsClientError returns true when this start deployment resource instances all forbidden response has a 4xx status code

func (*StartDeploymentResourceInstancesAllForbidden) IsCode

IsCode returns true when this start deployment resource instances all forbidden response a status code equal to that given

func (*StartDeploymentResourceInstancesAllForbidden) IsRedirect

IsRedirect returns true when this start deployment resource instances all forbidden response has a 3xx status code

func (*StartDeploymentResourceInstancesAllForbidden) IsServerError

IsServerError returns true when this start deployment resource instances all forbidden response has a 5xx status code

func (*StartDeploymentResourceInstancesAllForbidden) IsSuccess

IsSuccess returns true when this start deployment resource instances all forbidden response has a 2xx status code

func (*StartDeploymentResourceInstancesAllForbidden) String

type StartDeploymentResourceInstancesAllInternalServerError

type StartDeploymentResourceInstancesAllInternalServerError struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

StartDeploymentResourceInstancesAllInternalServerError describes a response with status code 500, with default header values.

A Resource that was previously stored no longer exists. (code: `deployments.deployment_resource_no_longer_exists`)

func NewStartDeploymentResourceInstancesAllInternalServerError

func NewStartDeploymentResourceInstancesAllInternalServerError() *StartDeploymentResourceInstancesAllInternalServerError

NewStartDeploymentResourceInstancesAllInternalServerError creates a StartDeploymentResourceInstancesAllInternalServerError with default headers values

func (*StartDeploymentResourceInstancesAllInternalServerError) Code

Code gets the status code for the start deployment resource instances all internal server error response

func (*StartDeploymentResourceInstancesAllInternalServerError) Error

func (*StartDeploymentResourceInstancesAllInternalServerError) GetPayload

func (*StartDeploymentResourceInstancesAllInternalServerError) IsClientError

IsClientError returns true when this start deployment resource instances all internal server error response has a 4xx status code

func (*StartDeploymentResourceInstancesAllInternalServerError) IsCode

IsCode returns true when this start deployment resource instances all internal server error response a status code equal to that given

func (*StartDeploymentResourceInstancesAllInternalServerError) IsRedirect

IsRedirect returns true when this start deployment resource instances all internal server error response has a 3xx status code

func (*StartDeploymentResourceInstancesAllInternalServerError) IsServerError

IsServerError returns true when this start deployment resource instances all internal server error response has a 5xx status code

func (*StartDeploymentResourceInstancesAllInternalServerError) IsSuccess

IsSuccess returns true when this start deployment resource instances all internal server error response has a 2xx status code

func (*StartDeploymentResourceInstancesAllInternalServerError) String

type StartDeploymentResourceInstancesAllMaintenanceModeAccepted

type StartDeploymentResourceInstancesAllMaintenanceModeAccepted struct {
	Payload *models.DeploymentResourceCommandResponse
}

StartDeploymentResourceInstancesAllMaintenanceModeAccepted describes a response with status code 202, 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) Code

Code gets the status code for the start deployment resource instances all maintenance mode accepted response

func (*StartDeploymentResourceInstancesAllMaintenanceModeAccepted) Error

func (*StartDeploymentResourceInstancesAllMaintenanceModeAccepted) GetPayload

func (*StartDeploymentResourceInstancesAllMaintenanceModeAccepted) IsClientError

IsClientError returns true when this start deployment resource instances all maintenance mode accepted response has a 4xx status code

func (*StartDeploymentResourceInstancesAllMaintenanceModeAccepted) IsCode

IsCode returns true when this start deployment resource instances all maintenance mode accepted response a status code equal to that given

func (*StartDeploymentResourceInstancesAllMaintenanceModeAccepted) IsRedirect

IsRedirect returns true when this start deployment resource instances all maintenance mode accepted response has a 3xx status code

func (*StartDeploymentResourceInstancesAllMaintenanceModeAccepted) IsServerError

IsServerError returns true when this start deployment resource instances all maintenance mode accepted response has a 5xx status code

func (*StartDeploymentResourceInstancesAllMaintenanceModeAccepted) IsSuccess

IsSuccess returns true when this start deployment resource instances all maintenance mode accepted response has a 2xx status code

func (*StartDeploymentResourceInstancesAllMaintenanceModeAccepted) String

type StartDeploymentResourceInstancesAllMaintenanceModeForbidden

type StartDeploymentResourceInstancesAllMaintenanceModeForbidden struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

StartDeploymentResourceInstancesAllMaintenanceModeForbidden describes a response with status code 403, with default header values.

The start maintenance mode command was prohibited for the given Resource. (code: `deployments.instance_update_prohibited_error`)

func NewStartDeploymentResourceInstancesAllMaintenanceModeForbidden

func NewStartDeploymentResourceInstancesAllMaintenanceModeForbidden() *StartDeploymentResourceInstancesAllMaintenanceModeForbidden

NewStartDeploymentResourceInstancesAllMaintenanceModeForbidden creates a StartDeploymentResourceInstancesAllMaintenanceModeForbidden with default headers values

func (*StartDeploymentResourceInstancesAllMaintenanceModeForbidden) Code

Code gets the status code for the start deployment resource instances all maintenance mode forbidden response

func (*StartDeploymentResourceInstancesAllMaintenanceModeForbidden) Error

func (*StartDeploymentResourceInstancesAllMaintenanceModeForbidden) GetPayload

func (*StartDeploymentResourceInstancesAllMaintenanceModeForbidden) IsClientError

IsClientError returns true when this start deployment resource instances all maintenance mode forbidden response has a 4xx status code

func (*StartDeploymentResourceInstancesAllMaintenanceModeForbidden) IsCode

IsCode returns true when this start deployment resource instances all maintenance mode forbidden response a status code equal to that given

func (*StartDeploymentResourceInstancesAllMaintenanceModeForbidden) IsRedirect

IsRedirect returns true when this start deployment resource instances all maintenance mode forbidden response has a 3xx status code

func (*StartDeploymentResourceInstancesAllMaintenanceModeForbidden) IsServerError

IsServerError returns true when this start deployment resource instances all maintenance mode forbidden response has a 5xx status code

func (*StartDeploymentResourceInstancesAllMaintenanceModeForbidden) IsSuccess

IsSuccess returns true when this start deployment resource instances all maintenance mode forbidden response has a 2xx status code

func (*StartDeploymentResourceInstancesAllMaintenanceModeForbidden) String

type StartDeploymentResourceInstancesAllMaintenanceModeInternalServerError

type StartDeploymentResourceInstancesAllMaintenanceModeInternalServerError struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

StartDeploymentResourceInstancesAllMaintenanceModeInternalServerError describes a response with status code 500, with default header values.

A Resource that was previously stored no longer exists. (code: `deployments.deployment_resource_no_longer_exists`)

func NewStartDeploymentResourceInstancesAllMaintenanceModeInternalServerError

func NewStartDeploymentResourceInstancesAllMaintenanceModeInternalServerError() *StartDeploymentResourceInstancesAllMaintenanceModeInternalServerError

NewStartDeploymentResourceInstancesAllMaintenanceModeInternalServerError creates a StartDeploymentResourceInstancesAllMaintenanceModeInternalServerError with default headers values

func (*StartDeploymentResourceInstancesAllMaintenanceModeInternalServerError) Code

Code gets the status code for the start deployment resource instances all maintenance mode internal server error response

func (*StartDeploymentResourceInstancesAllMaintenanceModeInternalServerError) Error

func (*StartDeploymentResourceInstancesAllMaintenanceModeInternalServerError) GetPayload

func (*StartDeploymentResourceInstancesAllMaintenanceModeInternalServerError) IsClientError

IsClientError returns true when this start deployment resource instances all maintenance mode internal server error response has a 4xx status code

func (*StartDeploymentResourceInstancesAllMaintenanceModeInternalServerError) IsCode

IsCode returns true when this start deployment resource instances all maintenance mode internal server error response a status code equal to that given

func (*StartDeploymentResourceInstancesAllMaintenanceModeInternalServerError) IsRedirect

IsRedirect returns true when this start deployment resource instances all maintenance mode internal server error response has a 3xx status code

func (*StartDeploymentResourceInstancesAllMaintenanceModeInternalServerError) IsServerError

IsServerError returns true when this start deployment resource instances all maintenance mode internal server error response has a 5xx status code

func (*StartDeploymentResourceInstancesAllMaintenanceModeInternalServerError) IsSuccess

IsSuccess returns true when this start deployment resource instances all maintenance mode internal server error response has a 2xx status code

func (*StartDeploymentResourceInstancesAllMaintenanceModeInternalServerError) String

type StartDeploymentResourceInstancesAllMaintenanceModeNotFound

type StartDeploymentResourceInstancesAllMaintenanceModeNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}
StartDeploymentResourceInstancesAllMaintenanceModeNotFound describes a response with status code 404, with default header values.

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

* The Resource specified by {ref_id} cannot be found. (code: `deployments.deployment_resource_not_found`) * One or more instances of the given resource type are missing. (code: `deployments.instances_missing_on_update_error`)

func NewStartDeploymentResourceInstancesAllMaintenanceModeNotFound

func NewStartDeploymentResourceInstancesAllMaintenanceModeNotFound() *StartDeploymentResourceInstancesAllMaintenanceModeNotFound

NewStartDeploymentResourceInstancesAllMaintenanceModeNotFound creates a StartDeploymentResourceInstancesAllMaintenanceModeNotFound with default headers values

func (*StartDeploymentResourceInstancesAllMaintenanceModeNotFound) Code

Code gets the status code for the start deployment resource instances all maintenance mode not found response

func (*StartDeploymentResourceInstancesAllMaintenanceModeNotFound) Error

func (*StartDeploymentResourceInstancesAllMaintenanceModeNotFound) GetPayload

func (*StartDeploymentResourceInstancesAllMaintenanceModeNotFound) IsClientError

IsClientError returns true when this start deployment resource instances all maintenance mode not found response has a 4xx status code

func (*StartDeploymentResourceInstancesAllMaintenanceModeNotFound) IsCode

IsCode returns true when this start deployment resource instances all maintenance mode not found response a status code equal to that given

func (*StartDeploymentResourceInstancesAllMaintenanceModeNotFound) IsRedirect

IsRedirect returns true when this start deployment resource instances all maintenance mode not found response has a 3xx status code

func (*StartDeploymentResourceInstancesAllMaintenanceModeNotFound) IsServerError

IsServerError returns true when this start deployment resource instances all maintenance mode not found response has a 5xx status code

func (*StartDeploymentResourceInstancesAllMaintenanceModeNotFound) IsSuccess

IsSuccess returns true when this start deployment resource instances all maintenance mode not found response has a 2xx status code

func (*StartDeploymentResourceInstancesAllMaintenanceModeNotFound) String

type StartDeploymentResourceInstancesAllMaintenanceModeParams

type StartDeploymentResourceInstancesAllMaintenanceModeParams struct {

	/* DeploymentID.

	   Identifier for the Deployment.
	*/
	DeploymentID string

	/* RefID.

	   User-specified RefId for the Resource (or '_main' if there is only one).
	*/
	RefID string

	/* ResourceKind.

	   The kind of resource (one of elasticsearch, kibana, apm, or integrations_server).
	*/
	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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewStartDeploymentResourceInstancesAllMaintenanceModeParamsWithContext

func NewStartDeploymentResourceInstancesAllMaintenanceModeParamsWithContext(ctx context.Context) *StartDeploymentResourceInstancesAllMaintenanceModeParams

NewStartDeploymentResourceInstancesAllMaintenanceModeParamsWithContext creates a new StartDeploymentResourceInstancesAllMaintenanceModeParams object with 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 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 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) SetDefaults

SetDefaults hydrates default values in the start deployment resource instances all maintenance mode params (not the query body).

All values with no default are reset to their zero value.

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) WithDefaults

WithDefaults hydrates default values in the start deployment resource instances all maintenance mode params (not the query body).

All values with no default are reset to their zero value.

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 StartDeploymentResourceInstancesAllNotFound

type StartDeploymentResourceInstancesAllNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}
StartDeploymentResourceInstancesAllNotFound describes a response with status code 404, with default header values.

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

* The Resource specified by {ref_id} cannot be found. (code: `deployments.deployment_resource_not_found`) * One or more instances of the given resource type are missing. (code: `deployments.instances_missing_on_update_error`)

func NewStartDeploymentResourceInstancesAllNotFound

func NewStartDeploymentResourceInstancesAllNotFound() *StartDeploymentResourceInstancesAllNotFound

NewStartDeploymentResourceInstancesAllNotFound creates a StartDeploymentResourceInstancesAllNotFound with default headers values

func (*StartDeploymentResourceInstancesAllNotFound) Code

Code gets the status code for the start deployment resource instances all not found response

func (*StartDeploymentResourceInstancesAllNotFound) Error

func (*StartDeploymentResourceInstancesAllNotFound) GetPayload

func (*StartDeploymentResourceInstancesAllNotFound) IsClientError

IsClientError returns true when this start deployment resource instances all not found response has a 4xx status code

func (*StartDeploymentResourceInstancesAllNotFound) IsCode

IsCode returns true when this start deployment resource instances all not found response a status code equal to that given

func (*StartDeploymentResourceInstancesAllNotFound) IsRedirect

IsRedirect returns true when this start deployment resource instances all not found response has a 3xx status code

func (*StartDeploymentResourceInstancesAllNotFound) IsServerError

IsServerError returns true when this start deployment resource instances all not found response has a 5xx status code

func (*StartDeploymentResourceInstancesAllNotFound) IsSuccess

IsSuccess returns true when this start deployment resource instances all not found response has a 2xx status code

func (*StartDeploymentResourceInstancesAllNotFound) String

type StartDeploymentResourceInstancesAllParams

type StartDeploymentResourceInstancesAllParams struct {

	/* DeploymentID.

	   Identifier for the Deployment.
	*/
	DeploymentID string

	/* RefID.

	   User-specified RefId for the Resource (or '_main' if there is only one).
	*/
	RefID string

	/* ResourceKind.

	   The kind of resource (one of elasticsearch, kibana, apm, or integrations_server).
	*/
	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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewStartDeploymentResourceInstancesAllParamsWithContext

func NewStartDeploymentResourceInstancesAllParamsWithContext(ctx context.Context) *StartDeploymentResourceInstancesAllParams

NewStartDeploymentResourceInstancesAllParamsWithContext creates a new StartDeploymentResourceInstancesAllParams object with 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 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 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) SetDefaults

SetDefaults hydrates default values in the start deployment resource instances all params (not the query body).

All values with no default are reset to their zero value.

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) WithDefaults

WithDefaults hydrates default values in the start deployment resource instances all params (not the query body).

All values with no default are reset to their zero value.

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 StartDeploymentResourceInstancesForbidden

type StartDeploymentResourceInstancesForbidden struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

StartDeploymentResourceInstancesForbidden describes a response with status code 403, with default header values.

The start maintenance mode command was prohibited for the given Resource. (code: `deployments.instance_update_prohibited_error`)

func NewStartDeploymentResourceInstancesForbidden

func NewStartDeploymentResourceInstancesForbidden() *StartDeploymentResourceInstancesForbidden

NewStartDeploymentResourceInstancesForbidden creates a StartDeploymentResourceInstancesForbidden with default headers values

func (*StartDeploymentResourceInstancesForbidden) Code

Code gets the status code for the start deployment resource instances forbidden response

func (*StartDeploymentResourceInstancesForbidden) Error

func (*StartDeploymentResourceInstancesForbidden) GetPayload

func (*StartDeploymentResourceInstancesForbidden) IsClientError

IsClientError returns true when this start deployment resource instances forbidden response has a 4xx status code

func (*StartDeploymentResourceInstancesForbidden) IsCode

IsCode returns true when this start deployment resource instances forbidden response a status code equal to that given

func (*StartDeploymentResourceInstancesForbidden) IsRedirect

IsRedirect returns true when this start deployment resource instances forbidden response has a 3xx status code

func (*StartDeploymentResourceInstancesForbidden) IsServerError

IsServerError returns true when this start deployment resource instances forbidden response has a 5xx status code

func (*StartDeploymentResourceInstancesForbidden) IsSuccess

IsSuccess returns true when this start deployment resource instances forbidden response has a 2xx status code

func (*StartDeploymentResourceInstancesForbidden) String

type StartDeploymentResourceInstancesInternalServerError

type StartDeploymentResourceInstancesInternalServerError struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

StartDeploymentResourceInstancesInternalServerError describes a response with status code 500, with default header values.

A Resource that was previously stored no longer exists. (code: `deployments.deployment_resource_no_longer_exists`)

func NewStartDeploymentResourceInstancesInternalServerError

func NewStartDeploymentResourceInstancesInternalServerError() *StartDeploymentResourceInstancesInternalServerError

NewStartDeploymentResourceInstancesInternalServerError creates a StartDeploymentResourceInstancesInternalServerError with default headers values

func (*StartDeploymentResourceInstancesInternalServerError) Code

Code gets the status code for the start deployment resource instances internal server error response

func (*StartDeploymentResourceInstancesInternalServerError) Error

func (*StartDeploymentResourceInstancesInternalServerError) GetPayload

func (*StartDeploymentResourceInstancesInternalServerError) IsClientError

IsClientError returns true when this start deployment resource instances internal server error response has a 4xx status code

func (*StartDeploymentResourceInstancesInternalServerError) IsCode

IsCode returns true when this start deployment resource instances internal server error response a status code equal to that given

func (*StartDeploymentResourceInstancesInternalServerError) IsRedirect

IsRedirect returns true when this start deployment resource instances internal server error response has a 3xx status code

func (*StartDeploymentResourceInstancesInternalServerError) IsServerError

IsServerError returns true when this start deployment resource instances internal server error response has a 5xx status code

func (*StartDeploymentResourceInstancesInternalServerError) IsSuccess

IsSuccess returns true when this start deployment resource instances internal server error response has a 2xx status code

func (*StartDeploymentResourceInstancesInternalServerError) String

type StartDeploymentResourceInstancesNotFound

type StartDeploymentResourceInstancesNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}
StartDeploymentResourceInstancesNotFound describes a response with status code 404, with default header values.

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

* The Resource specified by {ref_id} cannot be found. (code: `deployments.deployment_resource_not_found`) * One or more instances of the given resource type are missing. (code: `deployments.instances_missing_on_update_error`)

func NewStartDeploymentResourceInstancesNotFound

func NewStartDeploymentResourceInstancesNotFound() *StartDeploymentResourceInstancesNotFound

NewStartDeploymentResourceInstancesNotFound creates a StartDeploymentResourceInstancesNotFound with default headers values

func (*StartDeploymentResourceInstancesNotFound) Code

Code gets the status code for the start deployment resource instances not found response

func (*StartDeploymentResourceInstancesNotFound) Error

func (*StartDeploymentResourceInstancesNotFound) GetPayload

func (*StartDeploymentResourceInstancesNotFound) IsClientError

IsClientError returns true when this start deployment resource instances not found response has a 4xx status code

func (*StartDeploymentResourceInstancesNotFound) IsCode

IsCode returns true when this start deployment resource instances not found response a status code equal to that given

func (*StartDeploymentResourceInstancesNotFound) IsRedirect

IsRedirect returns true when this start deployment resource instances not found response has a 3xx status code

func (*StartDeploymentResourceInstancesNotFound) IsServerError

IsServerError returns true when this start deployment resource instances not found response has a 5xx status code

func (*StartDeploymentResourceInstancesNotFound) IsSuccess

IsSuccess returns true when this start deployment resource instances not found response has a 2xx status code

func (*StartDeploymentResourceInstancesNotFound) String

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.

	   A comma-separated list of instance identifiers.
	*/
	InstanceIds []string

	/* RefID.

	   User-specified RefId for the Resource (or '_main' if there is only one).
	*/
	RefID string

	/* ResourceKind.

	   The kind of resource (one of elasticsearch, kibana, apm, or integrations_server).
	*/
	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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewStartDeploymentResourceInstancesParamsWithContext

func NewStartDeploymentResourceInstancesParamsWithContext(ctx context.Context) *StartDeploymentResourceInstancesParams

NewStartDeploymentResourceInstancesParamsWithContext creates a new StartDeploymentResourceInstancesParams object with 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 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 ability to set a timeout on a request.

func (*StartDeploymentResourceInstancesParams) SetContext

SetContext adds the context to the start deployment resource instances params

func (*StartDeploymentResourceInstancesParams) SetDefaults

func (o *StartDeploymentResourceInstancesParams) SetDefaults()

SetDefaults hydrates default values in the start deployment resource instances params (not the query body).

All values with no default are reset to their zero value.

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) WithDefaults

WithDefaults hydrates default values in the start deployment resource instances params (not the query body).

All values with no default are reset to their zero value.

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 StartDeploymentResourceMaintenanceModeAccepted

type StartDeploymentResourceMaintenanceModeAccepted struct {
	Payload *models.DeploymentResourceCommandResponse
}

StartDeploymentResourceMaintenanceModeAccepted describes a response with status code 202, with default header values.

The start maintenance command was issued successfully.

func NewStartDeploymentResourceMaintenanceModeAccepted

func NewStartDeploymentResourceMaintenanceModeAccepted() *StartDeploymentResourceMaintenanceModeAccepted

NewStartDeploymentResourceMaintenanceModeAccepted creates a StartDeploymentResourceMaintenanceModeAccepted with default headers values

func (*StartDeploymentResourceMaintenanceModeAccepted) Code

Code gets the status code for the start deployment resource maintenance mode accepted response

func (*StartDeploymentResourceMaintenanceModeAccepted) Error

func (*StartDeploymentResourceMaintenanceModeAccepted) GetPayload

func (*StartDeploymentResourceMaintenanceModeAccepted) IsClientError

IsClientError returns true when this start deployment resource maintenance mode accepted response has a 4xx status code

func (*StartDeploymentResourceMaintenanceModeAccepted) IsCode

IsCode returns true when this start deployment resource maintenance mode accepted response a status code equal to that given

func (*StartDeploymentResourceMaintenanceModeAccepted) IsRedirect

IsRedirect returns true when this start deployment resource maintenance mode accepted response has a 3xx status code

func (*StartDeploymentResourceMaintenanceModeAccepted) IsServerError

IsServerError returns true when this start deployment resource maintenance mode accepted response has a 5xx status code

func (*StartDeploymentResourceMaintenanceModeAccepted) IsSuccess

IsSuccess returns true when this start deployment resource maintenance mode accepted response has a 2xx status code

func (*StartDeploymentResourceMaintenanceModeAccepted) String

type StartDeploymentResourceMaintenanceModeForbidden

type StartDeploymentResourceMaintenanceModeForbidden struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

StartDeploymentResourceMaintenanceModeForbidden describes a response with status code 403, with default header values.

The start maintenance mode command was prohibited for the given Resource. (code: `deployments.instance_update_prohibited_error`)

func NewStartDeploymentResourceMaintenanceModeForbidden

func NewStartDeploymentResourceMaintenanceModeForbidden() *StartDeploymentResourceMaintenanceModeForbidden

NewStartDeploymentResourceMaintenanceModeForbidden creates a StartDeploymentResourceMaintenanceModeForbidden with default headers values

func (*StartDeploymentResourceMaintenanceModeForbidden) Code

Code gets the status code for the start deployment resource maintenance mode forbidden response

func (*StartDeploymentResourceMaintenanceModeForbidden) Error

func (*StartDeploymentResourceMaintenanceModeForbidden) GetPayload

func (*StartDeploymentResourceMaintenanceModeForbidden) IsClientError

IsClientError returns true when this start deployment resource maintenance mode forbidden response has a 4xx status code

func (*StartDeploymentResourceMaintenanceModeForbidden) IsCode

IsCode returns true when this start deployment resource maintenance mode forbidden response a status code equal to that given

func (*StartDeploymentResourceMaintenanceModeForbidden) IsRedirect

IsRedirect returns true when this start deployment resource maintenance mode forbidden response has a 3xx status code

func (*StartDeploymentResourceMaintenanceModeForbidden) IsServerError

IsServerError returns true when this start deployment resource maintenance mode forbidden response has a 5xx status code

func (*StartDeploymentResourceMaintenanceModeForbidden) IsSuccess

IsSuccess returns true when this start deployment resource maintenance mode forbidden response has a 2xx status code

func (*StartDeploymentResourceMaintenanceModeForbidden) String

type StartDeploymentResourceMaintenanceModeInternalServerError

type StartDeploymentResourceMaintenanceModeInternalServerError struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

StartDeploymentResourceMaintenanceModeInternalServerError describes a response with status code 500, with default header values.

A Resource that was previously stored no longer exists. (code: `deployments.deployment_resource_no_longer_exists`)

func NewStartDeploymentResourceMaintenanceModeInternalServerError

func NewStartDeploymentResourceMaintenanceModeInternalServerError() *StartDeploymentResourceMaintenanceModeInternalServerError

NewStartDeploymentResourceMaintenanceModeInternalServerError creates a StartDeploymentResourceMaintenanceModeInternalServerError with default headers values

func (*StartDeploymentResourceMaintenanceModeInternalServerError) Code

Code gets the status code for the start deployment resource maintenance mode internal server error response

func (*StartDeploymentResourceMaintenanceModeInternalServerError) Error

func (*StartDeploymentResourceMaintenanceModeInternalServerError) GetPayload

func (*StartDeploymentResourceMaintenanceModeInternalServerError) IsClientError

IsClientError returns true when this start deployment resource maintenance mode internal server error response has a 4xx status code

func (*StartDeploymentResourceMaintenanceModeInternalServerError) IsCode

IsCode returns true when this start deployment resource maintenance mode internal server error response a status code equal to that given

func (*StartDeploymentResourceMaintenanceModeInternalServerError) IsRedirect

IsRedirect returns true when this start deployment resource maintenance mode internal server error response has a 3xx status code

func (*StartDeploymentResourceMaintenanceModeInternalServerError) IsServerError

IsServerError returns true when this start deployment resource maintenance mode internal server error response has a 5xx status code

func (*StartDeploymentResourceMaintenanceModeInternalServerError) IsSuccess

IsSuccess returns true when this start deployment resource maintenance mode internal server error response has a 2xx status code

func (*StartDeploymentResourceMaintenanceModeInternalServerError) String

type StartDeploymentResourceMaintenanceModeNotFound

type StartDeploymentResourceMaintenanceModeNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}
StartDeploymentResourceMaintenanceModeNotFound describes a response with status code 404, with default header values.

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

* The Resource specified by {ref_id} cannot be found. (code: `deployments.deployment_resource_not_found`) * One or more instances of the given resource type are missing. (code: `deployments.instances_missing_on_update_error`)

func NewStartDeploymentResourceMaintenanceModeNotFound

func NewStartDeploymentResourceMaintenanceModeNotFound() *StartDeploymentResourceMaintenanceModeNotFound

NewStartDeploymentResourceMaintenanceModeNotFound creates a StartDeploymentResourceMaintenanceModeNotFound with default headers values

func (*StartDeploymentResourceMaintenanceModeNotFound) Code

Code gets the status code for the start deployment resource maintenance mode not found response

func (*StartDeploymentResourceMaintenanceModeNotFound) Error

func (*StartDeploymentResourceMaintenanceModeNotFound) GetPayload

func (*StartDeploymentResourceMaintenanceModeNotFound) IsClientError

IsClientError returns true when this start deployment resource maintenance mode not found response has a 4xx status code

func (*StartDeploymentResourceMaintenanceModeNotFound) IsCode

IsCode returns true when this start deployment resource maintenance mode not found response a status code equal to that given

func (*StartDeploymentResourceMaintenanceModeNotFound) IsRedirect

IsRedirect returns true when this start deployment resource maintenance mode not found response has a 3xx status code

func (*StartDeploymentResourceMaintenanceModeNotFound) IsServerError

IsServerError returns true when this start deployment resource maintenance mode not found response has a 5xx status code

func (*StartDeploymentResourceMaintenanceModeNotFound) IsSuccess

IsSuccess returns true when this start deployment resource maintenance mode not found response has a 2xx status code

func (*StartDeploymentResourceMaintenanceModeNotFound) String

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.

	   A comma-separated list of instance identifiers.
	*/
	InstanceIds []string

	/* RefID.

	   User-specified RefId for the Resource (or '_main' if there is only one).
	*/
	RefID string

	/* ResourceKind.

	   The kind of resource (one of elasticsearch, kibana, apm, or integrations_server).
	*/
	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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewStartDeploymentResourceMaintenanceModeParamsWithContext

func NewStartDeploymentResourceMaintenanceModeParamsWithContext(ctx context.Context) *StartDeploymentResourceMaintenanceModeParams

NewStartDeploymentResourceMaintenanceModeParamsWithContext creates a new StartDeploymentResourceMaintenanceModeParams object with 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 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 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) SetDefaults

SetDefaults hydrates default values in the start deployment resource maintenance mode params (not the query body).

All values with no default are reset to their zero value.

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) WithDefaults

WithDefaults hydrates default values in the start deployment resource maintenance mode params (not the query body).

All values with no default are reset to their zero value.

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 StopDeploymentResourceInstancesAccepted

type StopDeploymentResourceInstancesAccepted struct {
	Payload *models.DeploymentResourceCommandResponse
}

StopDeploymentResourceInstancesAccepted describes a response with status code 202, 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) Code

Code gets the status code for the stop deployment resource instances accepted response

func (*StopDeploymentResourceInstancesAccepted) Error

func (*StopDeploymentResourceInstancesAccepted) GetPayload

func (*StopDeploymentResourceInstancesAccepted) IsClientError

func (o *StopDeploymentResourceInstancesAccepted) IsClientError() bool

IsClientError returns true when this stop deployment resource instances accepted response has a 4xx status code

func (*StopDeploymentResourceInstancesAccepted) IsCode

IsCode returns true when this stop deployment resource instances accepted response a status code equal to that given

func (*StopDeploymentResourceInstancesAccepted) IsRedirect

IsRedirect returns true when this stop deployment resource instances accepted response has a 3xx status code

func (*StopDeploymentResourceInstancesAccepted) IsServerError

func (o *StopDeploymentResourceInstancesAccepted) IsServerError() bool

IsServerError returns true when this stop deployment resource instances accepted response has a 5xx status code

func (*StopDeploymentResourceInstancesAccepted) IsSuccess

IsSuccess returns true when this stop deployment resource instances accepted response has a 2xx status code

func (*StopDeploymentResourceInstancesAccepted) String

type StopDeploymentResourceInstancesAllAccepted

type StopDeploymentResourceInstancesAllAccepted struct {
	Payload *models.DeploymentResourceCommandResponse
}

StopDeploymentResourceInstancesAllAccepted describes a response with status code 202, 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) Code

Code gets the status code for the stop deployment resource instances all accepted response

func (*StopDeploymentResourceInstancesAllAccepted) Error

func (*StopDeploymentResourceInstancesAllAccepted) GetPayload

func (*StopDeploymentResourceInstancesAllAccepted) IsClientError

IsClientError returns true when this stop deployment resource instances all accepted response has a 4xx status code

func (*StopDeploymentResourceInstancesAllAccepted) IsCode

IsCode returns true when this stop deployment resource instances all accepted response a status code equal to that given

func (*StopDeploymentResourceInstancesAllAccepted) IsRedirect

IsRedirect returns true when this stop deployment resource instances all accepted response has a 3xx status code

func (*StopDeploymentResourceInstancesAllAccepted) IsServerError

IsServerError returns true when this stop deployment resource instances all accepted response has a 5xx status code

func (*StopDeploymentResourceInstancesAllAccepted) IsSuccess

IsSuccess returns true when this stop deployment resource instances all accepted response has a 2xx status code

func (*StopDeploymentResourceInstancesAllAccepted) String

type StopDeploymentResourceInstancesAllForbidden

type StopDeploymentResourceInstancesAllForbidden struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

StopDeploymentResourceInstancesAllForbidden describes a response with status code 403, with default header values.

The stop maintenance mode command was prohibited for the given Resource. (code: `deployments.instance_update_prohibited_error`)

func NewStopDeploymentResourceInstancesAllForbidden

func NewStopDeploymentResourceInstancesAllForbidden() *StopDeploymentResourceInstancesAllForbidden

NewStopDeploymentResourceInstancesAllForbidden creates a StopDeploymentResourceInstancesAllForbidden with default headers values

func (*StopDeploymentResourceInstancesAllForbidden) Code

Code gets the status code for the stop deployment resource instances all forbidden response

func (*StopDeploymentResourceInstancesAllForbidden) Error

func (*StopDeploymentResourceInstancesAllForbidden) GetPayload

func (*StopDeploymentResourceInstancesAllForbidden) IsClientError

IsClientError returns true when this stop deployment resource instances all forbidden response has a 4xx status code

func (*StopDeploymentResourceInstancesAllForbidden) IsCode

IsCode returns true when this stop deployment resource instances all forbidden response a status code equal to that given

func (*StopDeploymentResourceInstancesAllForbidden) IsRedirect

IsRedirect returns true when this stop deployment resource instances all forbidden response has a 3xx status code

func (*StopDeploymentResourceInstancesAllForbidden) IsServerError

IsServerError returns true when this stop deployment resource instances all forbidden response has a 5xx status code

func (*StopDeploymentResourceInstancesAllForbidden) IsSuccess

IsSuccess returns true when this stop deployment resource instances all forbidden response has a 2xx status code

func (*StopDeploymentResourceInstancesAllForbidden) String

type StopDeploymentResourceInstancesAllInternalServerError

type StopDeploymentResourceInstancesAllInternalServerError struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

StopDeploymentResourceInstancesAllInternalServerError describes a response with status code 500, with default header values.

A Resource that was previously stored no longer exists. (code: `deployments.deployment_resource_no_longer_exists`)

func NewStopDeploymentResourceInstancesAllInternalServerError

func NewStopDeploymentResourceInstancesAllInternalServerError() *StopDeploymentResourceInstancesAllInternalServerError

NewStopDeploymentResourceInstancesAllInternalServerError creates a StopDeploymentResourceInstancesAllInternalServerError with default headers values

func (*StopDeploymentResourceInstancesAllInternalServerError) Code

Code gets the status code for the stop deployment resource instances all internal server error response

func (*StopDeploymentResourceInstancesAllInternalServerError) Error

func (*StopDeploymentResourceInstancesAllInternalServerError) GetPayload

func (*StopDeploymentResourceInstancesAllInternalServerError) IsClientError

IsClientError returns true when this stop deployment resource instances all internal server error response has a 4xx status code

func (*StopDeploymentResourceInstancesAllInternalServerError) IsCode

IsCode returns true when this stop deployment resource instances all internal server error response a status code equal to that given

func (*StopDeploymentResourceInstancesAllInternalServerError) IsRedirect

IsRedirect returns true when this stop deployment resource instances all internal server error response has a 3xx status code

func (*StopDeploymentResourceInstancesAllInternalServerError) IsServerError

IsServerError returns true when this stop deployment resource instances all internal server error response has a 5xx status code

func (*StopDeploymentResourceInstancesAllInternalServerError) IsSuccess

IsSuccess returns true when this stop deployment resource instances all internal server error response has a 2xx status code

func (*StopDeploymentResourceInstancesAllInternalServerError) String

type StopDeploymentResourceInstancesAllMaintenanceModeAccepted

type StopDeploymentResourceInstancesAllMaintenanceModeAccepted struct {
	Payload *models.DeploymentResourceCommandResponse
}

StopDeploymentResourceInstancesAllMaintenanceModeAccepted describes a response with status code 202, 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) Code

Code gets the status code for the stop deployment resource instances all maintenance mode accepted response

func (*StopDeploymentResourceInstancesAllMaintenanceModeAccepted) Error

func (*StopDeploymentResourceInstancesAllMaintenanceModeAccepted) GetPayload

func (*StopDeploymentResourceInstancesAllMaintenanceModeAccepted) IsClientError

IsClientError returns true when this stop deployment resource instances all maintenance mode accepted response has a 4xx status code

func (*StopDeploymentResourceInstancesAllMaintenanceModeAccepted) IsCode

IsCode returns true when this stop deployment resource instances all maintenance mode accepted response a status code equal to that given

func (*StopDeploymentResourceInstancesAllMaintenanceModeAccepted) IsRedirect

IsRedirect returns true when this stop deployment resource instances all maintenance mode accepted response has a 3xx status code

func (*StopDeploymentResourceInstancesAllMaintenanceModeAccepted) IsServerError

IsServerError returns true when this stop deployment resource instances all maintenance mode accepted response has a 5xx status code

func (*StopDeploymentResourceInstancesAllMaintenanceModeAccepted) IsSuccess

IsSuccess returns true when this stop deployment resource instances all maintenance mode accepted response has a 2xx status code

func (*StopDeploymentResourceInstancesAllMaintenanceModeAccepted) String

type StopDeploymentResourceInstancesAllMaintenanceModeForbidden

type StopDeploymentResourceInstancesAllMaintenanceModeForbidden struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

StopDeploymentResourceInstancesAllMaintenanceModeForbidden describes a response with status code 403, with default header values.

The stop maintenance mode command was prohibited for the given Resource. (code: `deployments.instance_update_prohibited_error`)

func NewStopDeploymentResourceInstancesAllMaintenanceModeForbidden

func NewStopDeploymentResourceInstancesAllMaintenanceModeForbidden() *StopDeploymentResourceInstancesAllMaintenanceModeForbidden

NewStopDeploymentResourceInstancesAllMaintenanceModeForbidden creates a StopDeploymentResourceInstancesAllMaintenanceModeForbidden with default headers values

func (*StopDeploymentResourceInstancesAllMaintenanceModeForbidden) Code

Code gets the status code for the stop deployment resource instances all maintenance mode forbidden response

func (*StopDeploymentResourceInstancesAllMaintenanceModeForbidden) Error

func (*StopDeploymentResourceInstancesAllMaintenanceModeForbidden) GetPayload

func (*StopDeploymentResourceInstancesAllMaintenanceModeForbidden) IsClientError

IsClientError returns true when this stop deployment resource instances all maintenance mode forbidden response has a 4xx status code

func (*StopDeploymentResourceInstancesAllMaintenanceModeForbidden) IsCode

IsCode returns true when this stop deployment resource instances all maintenance mode forbidden response a status code equal to that given

func (*StopDeploymentResourceInstancesAllMaintenanceModeForbidden) IsRedirect

IsRedirect returns true when this stop deployment resource instances all maintenance mode forbidden response has a 3xx status code

func (*StopDeploymentResourceInstancesAllMaintenanceModeForbidden) IsServerError

IsServerError returns true when this stop deployment resource instances all maintenance mode forbidden response has a 5xx status code

func (*StopDeploymentResourceInstancesAllMaintenanceModeForbidden) IsSuccess

IsSuccess returns true when this stop deployment resource instances all maintenance mode forbidden response has a 2xx status code

func (*StopDeploymentResourceInstancesAllMaintenanceModeForbidden) String

type StopDeploymentResourceInstancesAllMaintenanceModeInternalServerError

type StopDeploymentResourceInstancesAllMaintenanceModeInternalServerError struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

StopDeploymentResourceInstancesAllMaintenanceModeInternalServerError describes a response with status code 500, with default header values.

A Resource that was previously stored no longer exists. (code: `deployments.deployment_resource_no_longer_exists`)

func NewStopDeploymentResourceInstancesAllMaintenanceModeInternalServerError

func NewStopDeploymentResourceInstancesAllMaintenanceModeInternalServerError() *StopDeploymentResourceInstancesAllMaintenanceModeInternalServerError

NewStopDeploymentResourceInstancesAllMaintenanceModeInternalServerError creates a StopDeploymentResourceInstancesAllMaintenanceModeInternalServerError with default headers values

func (*StopDeploymentResourceInstancesAllMaintenanceModeInternalServerError) Code

Code gets the status code for the stop deployment resource instances all maintenance mode internal server error response

func (*StopDeploymentResourceInstancesAllMaintenanceModeInternalServerError) Error

func (*StopDeploymentResourceInstancesAllMaintenanceModeInternalServerError) GetPayload

func (*StopDeploymentResourceInstancesAllMaintenanceModeInternalServerError) IsClientError

IsClientError returns true when this stop deployment resource instances all maintenance mode internal server error response has a 4xx status code

func (*StopDeploymentResourceInstancesAllMaintenanceModeInternalServerError) IsCode

IsCode returns true when this stop deployment resource instances all maintenance mode internal server error response a status code equal to that given

func (*StopDeploymentResourceInstancesAllMaintenanceModeInternalServerError) IsRedirect

IsRedirect returns true when this stop deployment resource instances all maintenance mode internal server error response has a 3xx status code

func (*StopDeploymentResourceInstancesAllMaintenanceModeInternalServerError) IsServerError

IsServerError returns true when this stop deployment resource instances all maintenance mode internal server error response has a 5xx status code

func (*StopDeploymentResourceInstancesAllMaintenanceModeInternalServerError) IsSuccess

IsSuccess returns true when this stop deployment resource instances all maintenance mode internal server error response has a 2xx status code

func (*StopDeploymentResourceInstancesAllMaintenanceModeInternalServerError) String

type StopDeploymentResourceInstancesAllMaintenanceModeNotFound

type StopDeploymentResourceInstancesAllMaintenanceModeNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}
StopDeploymentResourceInstancesAllMaintenanceModeNotFound describes a response with status code 404, with default header values.

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

* The Resource specified by {ref_id} cannot be found. (code: `deployments.deployment_resource_not_found`) * One or more instances of the given resource type are missing. (code: `deployments.instances_missing_on_update_error`)

func NewStopDeploymentResourceInstancesAllMaintenanceModeNotFound

func NewStopDeploymentResourceInstancesAllMaintenanceModeNotFound() *StopDeploymentResourceInstancesAllMaintenanceModeNotFound

NewStopDeploymentResourceInstancesAllMaintenanceModeNotFound creates a StopDeploymentResourceInstancesAllMaintenanceModeNotFound with default headers values

func (*StopDeploymentResourceInstancesAllMaintenanceModeNotFound) Code

Code gets the status code for the stop deployment resource instances all maintenance mode not found response

func (*StopDeploymentResourceInstancesAllMaintenanceModeNotFound) Error

func (*StopDeploymentResourceInstancesAllMaintenanceModeNotFound) GetPayload

func (*StopDeploymentResourceInstancesAllMaintenanceModeNotFound) IsClientError

IsClientError returns true when this stop deployment resource instances all maintenance mode not found response has a 4xx status code

func (*StopDeploymentResourceInstancesAllMaintenanceModeNotFound) IsCode

IsCode returns true when this stop deployment resource instances all maintenance mode not found response a status code equal to that given

func (*StopDeploymentResourceInstancesAllMaintenanceModeNotFound) IsRedirect

IsRedirect returns true when this stop deployment resource instances all maintenance mode not found response has a 3xx status code

func (*StopDeploymentResourceInstancesAllMaintenanceModeNotFound) IsServerError

IsServerError returns true when this stop deployment resource instances all maintenance mode not found response has a 5xx status code

func (*StopDeploymentResourceInstancesAllMaintenanceModeNotFound) IsSuccess

IsSuccess returns true when this stop deployment resource instances all maintenance mode not found response has a 2xx status code

func (*StopDeploymentResourceInstancesAllMaintenanceModeNotFound) String

type StopDeploymentResourceInstancesAllMaintenanceModeParams

type StopDeploymentResourceInstancesAllMaintenanceModeParams struct {

	/* DeploymentID.

	   Identifier for the Deployment.
	*/
	DeploymentID string

	/* RefID.

	   User-specified RefId for the Resource (or '_main' if there is only one).
	*/
	RefID string

	/* ResourceKind.

	   The kind of resource (one of elasticsearch, kibana, apm, or integrations_server).
	*/
	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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewStopDeploymentResourceInstancesAllMaintenanceModeParamsWithContext

func NewStopDeploymentResourceInstancesAllMaintenanceModeParamsWithContext(ctx context.Context) *StopDeploymentResourceInstancesAllMaintenanceModeParams

NewStopDeploymentResourceInstancesAllMaintenanceModeParamsWithContext creates a new StopDeploymentResourceInstancesAllMaintenanceModeParams object with 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 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 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) SetDefaults

SetDefaults hydrates default values in the stop deployment resource instances all maintenance mode params (not the query body).

All values with no default are reset to their zero value.

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) WithDefaults

WithDefaults hydrates default values in the stop deployment resource instances all maintenance mode params (not the query body).

All values with no default are reset to their zero value.

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 StopDeploymentResourceInstancesAllNotFound

type StopDeploymentResourceInstancesAllNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}
StopDeploymentResourceInstancesAllNotFound describes a response with status code 404, with default header values.

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

* The Resource specified by {ref_id} cannot be found. (code: `deployments.deployment_resource_not_found`) * One or more instances of the given resource type are missing. (code: `deployments.instances_missing_on_update_error`)

func NewStopDeploymentResourceInstancesAllNotFound

func NewStopDeploymentResourceInstancesAllNotFound() *StopDeploymentResourceInstancesAllNotFound

NewStopDeploymentResourceInstancesAllNotFound creates a StopDeploymentResourceInstancesAllNotFound with default headers values

func (*StopDeploymentResourceInstancesAllNotFound) Code

Code gets the status code for the stop deployment resource instances all not found response

func (*StopDeploymentResourceInstancesAllNotFound) Error

func (*StopDeploymentResourceInstancesAllNotFound) GetPayload

func (*StopDeploymentResourceInstancesAllNotFound) IsClientError

IsClientError returns true when this stop deployment resource instances all not found response has a 4xx status code

func (*StopDeploymentResourceInstancesAllNotFound) IsCode

IsCode returns true when this stop deployment resource instances all not found response a status code equal to that given

func (*StopDeploymentResourceInstancesAllNotFound) IsRedirect

IsRedirect returns true when this stop deployment resource instances all not found response has a 3xx status code

func (*StopDeploymentResourceInstancesAllNotFound) IsServerError

IsServerError returns true when this stop deployment resource instances all not found response has a 5xx status code

func (*StopDeploymentResourceInstancesAllNotFound) IsSuccess

IsSuccess returns true when this stop deployment resource instances all not found response has a 2xx status code

func (*StopDeploymentResourceInstancesAllNotFound) String

type StopDeploymentResourceInstancesAllParams

type StopDeploymentResourceInstancesAllParams struct {

	/* DeploymentID.

	   Identifier for the Deployment.
	*/
	DeploymentID string

	/* RefID.

	   User-specified RefId for the Resource (or '_main' if there is only one).
	*/
	RefID string

	/* ResourceKind.

	   The kind of resource (one of elasticsearch, kibana, apm, or integrations_server).
	*/
	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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewStopDeploymentResourceInstancesAllParamsWithContext

func NewStopDeploymentResourceInstancesAllParamsWithContext(ctx context.Context) *StopDeploymentResourceInstancesAllParams

NewStopDeploymentResourceInstancesAllParamsWithContext creates a new StopDeploymentResourceInstancesAllParams object with 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 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 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) SetDefaults

SetDefaults hydrates default values in the stop deployment resource instances all params (not the query body).

All values with no default are reset to their zero value.

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) WithDefaults

WithDefaults hydrates default values in the stop deployment resource instances all params (not the query body).

All values with no default are reset to their zero value.

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 StopDeploymentResourceInstancesForbidden

type StopDeploymentResourceInstancesForbidden struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

StopDeploymentResourceInstancesForbidden describes a response with status code 403, with default header values.

The start maintenance mode command was prohibited for the given Resource. (code: `deployments.instance_update_prohibited_error`)

func NewStopDeploymentResourceInstancesForbidden

func NewStopDeploymentResourceInstancesForbidden() *StopDeploymentResourceInstancesForbidden

NewStopDeploymentResourceInstancesForbidden creates a StopDeploymentResourceInstancesForbidden with default headers values

func (*StopDeploymentResourceInstancesForbidden) Code

Code gets the status code for the stop deployment resource instances forbidden response

func (*StopDeploymentResourceInstancesForbidden) Error

func (*StopDeploymentResourceInstancesForbidden) GetPayload

func (*StopDeploymentResourceInstancesForbidden) IsClientError

IsClientError returns true when this stop deployment resource instances forbidden response has a 4xx status code

func (*StopDeploymentResourceInstancesForbidden) IsCode

IsCode returns true when this stop deployment resource instances forbidden response a status code equal to that given

func (*StopDeploymentResourceInstancesForbidden) IsRedirect

IsRedirect returns true when this stop deployment resource instances forbidden response has a 3xx status code

func (*StopDeploymentResourceInstancesForbidden) IsServerError

IsServerError returns true when this stop deployment resource instances forbidden response has a 5xx status code

func (*StopDeploymentResourceInstancesForbidden) IsSuccess

IsSuccess returns true when this stop deployment resource instances forbidden response has a 2xx status code

func (*StopDeploymentResourceInstancesForbidden) String

type StopDeploymentResourceInstancesInternalServerError

type StopDeploymentResourceInstancesInternalServerError struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

StopDeploymentResourceInstancesInternalServerError describes a response with status code 500, with default header values.

A Resource that was previously stored no longer exists. (code: `deployments.deployment_resource_no_longer_exists`)

func NewStopDeploymentResourceInstancesInternalServerError

func NewStopDeploymentResourceInstancesInternalServerError() *StopDeploymentResourceInstancesInternalServerError

NewStopDeploymentResourceInstancesInternalServerError creates a StopDeploymentResourceInstancesInternalServerError with default headers values

func (*StopDeploymentResourceInstancesInternalServerError) Code

Code gets the status code for the stop deployment resource instances internal server error response

func (*StopDeploymentResourceInstancesInternalServerError) Error

func (*StopDeploymentResourceInstancesInternalServerError) GetPayload

func (*StopDeploymentResourceInstancesInternalServerError) IsClientError

IsClientError returns true when this stop deployment resource instances internal server error response has a 4xx status code

func (*StopDeploymentResourceInstancesInternalServerError) IsCode

IsCode returns true when this stop deployment resource instances internal server error response a status code equal to that given

func (*StopDeploymentResourceInstancesInternalServerError) IsRedirect

IsRedirect returns true when this stop deployment resource instances internal server error response has a 3xx status code

func (*StopDeploymentResourceInstancesInternalServerError) IsServerError

IsServerError returns true when this stop deployment resource instances internal server error response has a 5xx status code

func (*StopDeploymentResourceInstancesInternalServerError) IsSuccess

IsSuccess returns true when this stop deployment resource instances internal server error response has a 2xx status code

func (*StopDeploymentResourceInstancesInternalServerError) String

type StopDeploymentResourceInstancesNotFound

type StopDeploymentResourceInstancesNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}
StopDeploymentResourceInstancesNotFound describes a response with status code 404, with default header values.

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

* The Resource specified by {ref_id} cannot be found. (code: `deployments.deployment_resource_not_found`) * One or more instances of the given resource type are missing. (code: `deployments.instances_missing_on_update_error`)

func NewStopDeploymentResourceInstancesNotFound

func NewStopDeploymentResourceInstancesNotFound() *StopDeploymentResourceInstancesNotFound

NewStopDeploymentResourceInstancesNotFound creates a StopDeploymentResourceInstancesNotFound with default headers values

func (*StopDeploymentResourceInstancesNotFound) Code

Code gets the status code for the stop deployment resource instances not found response

func (*StopDeploymentResourceInstancesNotFound) Error

func (*StopDeploymentResourceInstancesNotFound) GetPayload

func (*StopDeploymentResourceInstancesNotFound) IsClientError

func (o *StopDeploymentResourceInstancesNotFound) IsClientError() bool

IsClientError returns true when this stop deployment resource instances not found response has a 4xx status code

func (*StopDeploymentResourceInstancesNotFound) IsCode

IsCode returns true when this stop deployment resource instances not found response a status code equal to that given

func (*StopDeploymentResourceInstancesNotFound) IsRedirect

IsRedirect returns true when this stop deployment resource instances not found response has a 3xx status code

func (*StopDeploymentResourceInstancesNotFound) IsServerError

func (o *StopDeploymentResourceInstancesNotFound) IsServerError() bool

IsServerError returns true when this stop deployment resource instances not found response has a 5xx status code

func (*StopDeploymentResourceInstancesNotFound) IsSuccess

IsSuccess returns true when this stop deployment resource instances not found response has a 2xx status code

func (*StopDeploymentResourceInstancesNotFound) String

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.

	   A comma-separated list of instance identifiers.
	*/
	InstanceIds []string

	/* RefID.

	   User-specified RefId for the Resource (or '_main' if there is only one).
	*/
	RefID string

	/* ResourceKind.

	   The kind of resource (one of elasticsearch, kibana, apm, or integrations_server).
	*/
	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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewStopDeploymentResourceInstancesParamsWithContext

func NewStopDeploymentResourceInstancesParamsWithContext(ctx context.Context) *StopDeploymentResourceInstancesParams

NewStopDeploymentResourceInstancesParamsWithContext creates a new StopDeploymentResourceInstancesParams object with 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 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 ability to set a timeout on a request.

func (*StopDeploymentResourceInstancesParams) SetContext

SetContext adds the context to the stop deployment resource instances params

func (*StopDeploymentResourceInstancesParams) SetDefaults

func (o *StopDeploymentResourceInstancesParams) SetDefaults()

SetDefaults hydrates default values in the stop deployment resource instances params (not the query body).

All values with no default are reset to their zero value.

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) WithDefaults

WithDefaults hydrates default values in the stop deployment resource instances params (not the query body).

All values with no default are reset to their zero value.

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 StopDeploymentResourceMaintenanceModeAccepted

type StopDeploymentResourceMaintenanceModeAccepted struct {
	Payload *models.DeploymentResourceCommandResponse
}

StopDeploymentResourceMaintenanceModeAccepted describes a response with status code 202, 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) Code

Code gets the status code for the stop deployment resource maintenance mode accepted response

func (*StopDeploymentResourceMaintenanceModeAccepted) Error

func (*StopDeploymentResourceMaintenanceModeAccepted) GetPayload

func (*StopDeploymentResourceMaintenanceModeAccepted) IsClientError

IsClientError returns true when this stop deployment resource maintenance mode accepted response has a 4xx status code

func (*StopDeploymentResourceMaintenanceModeAccepted) IsCode

IsCode returns true when this stop deployment resource maintenance mode accepted response a status code equal to that given

func (*StopDeploymentResourceMaintenanceModeAccepted) IsRedirect

IsRedirect returns true when this stop deployment resource maintenance mode accepted response has a 3xx status code

func (*StopDeploymentResourceMaintenanceModeAccepted) IsServerError

IsServerError returns true when this stop deployment resource maintenance mode accepted response has a 5xx status code

func (*StopDeploymentResourceMaintenanceModeAccepted) IsSuccess

IsSuccess returns true when this stop deployment resource maintenance mode accepted response has a 2xx status code

func (*StopDeploymentResourceMaintenanceModeAccepted) String

type StopDeploymentResourceMaintenanceModeForbidden

type StopDeploymentResourceMaintenanceModeForbidden struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

StopDeploymentResourceMaintenanceModeForbidden describes a response with status code 403, with default header values.

The stop maintenance mode command was prohibited for the given Resource. (code: `deployments.instance_update_prohibited_error`)

func NewStopDeploymentResourceMaintenanceModeForbidden

func NewStopDeploymentResourceMaintenanceModeForbidden() *StopDeploymentResourceMaintenanceModeForbidden

NewStopDeploymentResourceMaintenanceModeForbidden creates a StopDeploymentResourceMaintenanceModeForbidden with default headers values

func (*StopDeploymentResourceMaintenanceModeForbidden) Code

Code gets the status code for the stop deployment resource maintenance mode forbidden response

func (*StopDeploymentResourceMaintenanceModeForbidden) Error

func (*StopDeploymentResourceMaintenanceModeForbidden) GetPayload

func (*StopDeploymentResourceMaintenanceModeForbidden) IsClientError

IsClientError returns true when this stop deployment resource maintenance mode forbidden response has a 4xx status code

func (*StopDeploymentResourceMaintenanceModeForbidden) IsCode

IsCode returns true when this stop deployment resource maintenance mode forbidden response a status code equal to that given

func (*StopDeploymentResourceMaintenanceModeForbidden) IsRedirect

IsRedirect returns true when this stop deployment resource maintenance mode forbidden response has a 3xx status code

func (*StopDeploymentResourceMaintenanceModeForbidden) IsServerError

IsServerError returns true when this stop deployment resource maintenance mode forbidden response has a 5xx status code

func (*StopDeploymentResourceMaintenanceModeForbidden) IsSuccess

IsSuccess returns true when this stop deployment resource maintenance mode forbidden response has a 2xx status code

func (*StopDeploymentResourceMaintenanceModeForbidden) String

type StopDeploymentResourceMaintenanceModeInternalServerError

type StopDeploymentResourceMaintenanceModeInternalServerError struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

StopDeploymentResourceMaintenanceModeInternalServerError describes a response with status code 500, with default header values.

A Resource that was previously stored no longer exists. (code: `deployments.deployment_resource_no_longer_exists`)

func NewStopDeploymentResourceMaintenanceModeInternalServerError

func NewStopDeploymentResourceMaintenanceModeInternalServerError() *StopDeploymentResourceMaintenanceModeInternalServerError

NewStopDeploymentResourceMaintenanceModeInternalServerError creates a StopDeploymentResourceMaintenanceModeInternalServerError with default headers values

func (*StopDeploymentResourceMaintenanceModeInternalServerError) Code

Code gets the status code for the stop deployment resource maintenance mode internal server error response

func (*StopDeploymentResourceMaintenanceModeInternalServerError) Error

func (*StopDeploymentResourceMaintenanceModeInternalServerError) GetPayload

func (*StopDeploymentResourceMaintenanceModeInternalServerError) IsClientError

IsClientError returns true when this stop deployment resource maintenance mode internal server error response has a 4xx status code

func (*StopDeploymentResourceMaintenanceModeInternalServerError) IsCode

IsCode returns true when this stop deployment resource maintenance mode internal server error response a status code equal to that given

func (*StopDeploymentResourceMaintenanceModeInternalServerError) IsRedirect

IsRedirect returns true when this stop deployment resource maintenance mode internal server error response has a 3xx status code

func (*StopDeploymentResourceMaintenanceModeInternalServerError) IsServerError

IsServerError returns true when this stop deployment resource maintenance mode internal server error response has a 5xx status code

func (*StopDeploymentResourceMaintenanceModeInternalServerError) IsSuccess

IsSuccess returns true when this stop deployment resource maintenance mode internal server error response has a 2xx status code

func (*StopDeploymentResourceMaintenanceModeInternalServerError) String

type StopDeploymentResourceMaintenanceModeNotFound

type StopDeploymentResourceMaintenanceModeNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}
StopDeploymentResourceMaintenanceModeNotFound describes a response with status code 404, with default header values.

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

* The Resource specified by {ref_id} cannot be found. (code: `deployments.deployment_resource_not_found`) * One or more instances of the given resource type are missing. (code: `deployments.instances_missing_on_update_error`)

func NewStopDeploymentResourceMaintenanceModeNotFound

func NewStopDeploymentResourceMaintenanceModeNotFound() *StopDeploymentResourceMaintenanceModeNotFound

NewStopDeploymentResourceMaintenanceModeNotFound creates a StopDeploymentResourceMaintenanceModeNotFound with default headers values

func (*StopDeploymentResourceMaintenanceModeNotFound) Code

Code gets the status code for the stop deployment resource maintenance mode not found response

func (*StopDeploymentResourceMaintenanceModeNotFound) Error

func (*StopDeploymentResourceMaintenanceModeNotFound) GetPayload

func (*StopDeploymentResourceMaintenanceModeNotFound) IsClientError

IsClientError returns true when this stop deployment resource maintenance mode not found response has a 4xx status code

func (*StopDeploymentResourceMaintenanceModeNotFound) IsCode

IsCode returns true when this stop deployment resource maintenance mode not found response a status code equal to that given

func (*StopDeploymentResourceMaintenanceModeNotFound) IsRedirect

IsRedirect returns true when this stop deployment resource maintenance mode not found response has a 3xx status code

func (*StopDeploymentResourceMaintenanceModeNotFound) IsServerError

IsServerError returns true when this stop deployment resource maintenance mode not found response has a 5xx status code

func (*StopDeploymentResourceMaintenanceModeNotFound) IsSuccess

IsSuccess returns true when this stop deployment resource maintenance mode not found response has a 2xx status code

func (*StopDeploymentResourceMaintenanceModeNotFound) String

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.

	   A comma-separated list of instance identifiers.
	*/
	InstanceIds []string

	/* RefID.

	   User-specified RefId for the Resource (or '_main' if there is only one).
	*/
	RefID string

	/* ResourceKind.

	   The kind of resource (one of elasticsearch, kibana, apm, or integrations_server).
	*/
	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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewStopDeploymentResourceMaintenanceModeParamsWithContext

func NewStopDeploymentResourceMaintenanceModeParamsWithContext(ctx context.Context) *StopDeploymentResourceMaintenanceModeParams

NewStopDeploymentResourceMaintenanceModeParamsWithContext creates a new StopDeploymentResourceMaintenanceModeParams object with 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 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 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) SetDefaults

SetDefaults hydrates default values in the stop deployment resource maintenance mode params (not the query body).

All values with no default are reset to their zero value.

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) WithDefaults

WithDefaults hydrates default values in the stop deployment resource maintenance mode params (not the query body).

All values with no default are reset to their zero value.

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 UpdateDeploymentBadRequest

type UpdateDeploymentBadRequest struct {
	Payload *models.BasicFailedReply
}

UpdateDeploymentBadRequest describes a response with status code 400, with default header values.

The deployment request had errors.

func NewUpdateDeploymentBadRequest

func NewUpdateDeploymentBadRequest() *UpdateDeploymentBadRequest

NewUpdateDeploymentBadRequest creates a UpdateDeploymentBadRequest with default headers values

func (*UpdateDeploymentBadRequest) Code

func (o *UpdateDeploymentBadRequest) Code() int

Code gets the status code for the update deployment bad request response

func (*UpdateDeploymentBadRequest) Error

func (*UpdateDeploymentBadRequest) GetPayload

func (*UpdateDeploymentBadRequest) IsClientError

func (o *UpdateDeploymentBadRequest) IsClientError() bool

IsClientError returns true when this update deployment bad request response has a 4xx status code

func (*UpdateDeploymentBadRequest) IsCode

func (o *UpdateDeploymentBadRequest) IsCode(code int) bool

IsCode returns true when this update deployment bad request response a status code equal to that given

func (*UpdateDeploymentBadRequest) IsRedirect

func (o *UpdateDeploymentBadRequest) IsRedirect() bool

IsRedirect returns true when this update deployment bad request response has a 3xx status code

func (*UpdateDeploymentBadRequest) IsServerError

func (o *UpdateDeploymentBadRequest) IsServerError() bool

IsServerError returns true when this update deployment bad request response has a 5xx status code

func (*UpdateDeploymentBadRequest) IsSuccess

func (o *UpdateDeploymentBadRequest) IsSuccess() bool

IsSuccess returns true when this update deployment bad request response has a 2xx status code

func (*UpdateDeploymentBadRequest) String

func (o *UpdateDeploymentBadRequest) String() string

type UpdateDeploymentNotFound

type UpdateDeploymentNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}

UpdateDeploymentNotFound describes a response with status code 404, with default header values.

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

func NewUpdateDeploymentNotFound

func NewUpdateDeploymentNotFound() *UpdateDeploymentNotFound

NewUpdateDeploymentNotFound creates a UpdateDeploymentNotFound with default headers values

func (*UpdateDeploymentNotFound) Code

func (o *UpdateDeploymentNotFound) Code() int

Code gets the status code for the update deployment not found response

func (*UpdateDeploymentNotFound) Error

func (o *UpdateDeploymentNotFound) Error() string

func (*UpdateDeploymentNotFound) GetPayload

func (*UpdateDeploymentNotFound) IsClientError

func (o *UpdateDeploymentNotFound) IsClientError() bool

IsClientError returns true when this update deployment not found response has a 4xx status code

func (*UpdateDeploymentNotFound) IsCode

func (o *UpdateDeploymentNotFound) IsCode(code int) bool

IsCode returns true when this update deployment not found response a status code equal to that given

func (*UpdateDeploymentNotFound) IsRedirect

func (o *UpdateDeploymentNotFound) IsRedirect() bool

IsRedirect returns true when this update deployment not found response has a 3xx status code

func (*UpdateDeploymentNotFound) IsServerError

func (o *UpdateDeploymentNotFound) IsServerError() bool

IsServerError returns true when this update deployment not found response has a 5xx status code

func (*UpdateDeploymentNotFound) IsSuccess

func (o *UpdateDeploymentNotFound) IsSuccess() bool

IsSuccess returns true when this update deployment not found response has a 2xx status code

func (*UpdateDeploymentNotFound) String

func (o *UpdateDeploymentNotFound) String() string

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 describes a response with status code 200, 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) Code

func (o *UpdateDeploymentOK) Code() int

Code gets the status code for the update deployment o k response

func (*UpdateDeploymentOK) Error

func (o *UpdateDeploymentOK) Error() string

func (*UpdateDeploymentOK) GetPayload

func (*UpdateDeploymentOK) IsClientError

func (o *UpdateDeploymentOK) IsClientError() bool

IsClientError returns true when this update deployment o k response has a 4xx status code

func (*UpdateDeploymentOK) IsCode

func (o *UpdateDeploymentOK) IsCode(code int) bool

IsCode returns true when this update deployment o k response a status code equal to that given

func (*UpdateDeploymentOK) IsRedirect

func (o *UpdateDeploymentOK) IsRedirect() bool

IsRedirect returns true when this update deployment o k response has a 3xx status code

func (*UpdateDeploymentOK) IsServerError

func (o *UpdateDeploymentOK) IsServerError() bool

IsServerError returns true when this update deployment o k response has a 5xx status code

func (*UpdateDeploymentOK) IsSuccess

func (o *UpdateDeploymentOK) IsSuccess() bool

IsSuccess returns true when this update deployment o k response has a 2xx status code

func (*UpdateDeploymentOK) String

func (o *UpdateDeploymentOK) String() 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 *string

	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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUpdateDeploymentParamsWithContext

func NewUpdateDeploymentParamsWithContext(ctx context.Context) *UpdateDeploymentParams

NewUpdateDeploymentParamsWithContext creates a new UpdateDeploymentParams object with 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 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 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) SetDefaults

func (o *UpdateDeploymentParams) SetDefaults()

SetDefaults hydrates default values in the update deployment params (not the query body).

All values with no default are reset to their zero value.

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 *string)

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) WithDefaults

WithDefaults hydrates default values in the update deployment params (not the query body).

All values with no default are reset to their zero value.

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 *string) *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 describes a response with status code 401, 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) Code

Code gets the status code for the update deployment unauthorized response

func (*UpdateDeploymentUnauthorized) Error

func (*UpdateDeploymentUnauthorized) GetPayload

func (*UpdateDeploymentUnauthorized) IsClientError

func (o *UpdateDeploymentUnauthorized) IsClientError() bool

IsClientError returns true when this update deployment unauthorized response has a 4xx status code

func (*UpdateDeploymentUnauthorized) IsCode

func (o *UpdateDeploymentUnauthorized) IsCode(code int) bool

IsCode returns true when this update deployment unauthorized response a status code equal to that given

func (*UpdateDeploymentUnauthorized) IsRedirect

func (o *UpdateDeploymentUnauthorized) IsRedirect() bool

IsRedirect returns true when this update deployment unauthorized response has a 3xx status code

func (*UpdateDeploymentUnauthorized) IsServerError

func (o *UpdateDeploymentUnauthorized) IsServerError() bool

IsServerError returns true when this update deployment unauthorized response has a 5xx status code

func (*UpdateDeploymentUnauthorized) IsSuccess

func (o *UpdateDeploymentUnauthorized) IsSuccess() bool

IsSuccess returns true when this update deployment unauthorized response has a 2xx status code

func (*UpdateDeploymentUnauthorized) String

type UpgradeDeploymentStatelessResourceAccepted

type UpgradeDeploymentStatelessResourceAccepted struct {
	Payload *models.DeploymentResourceUpgradeResponse
}

UpgradeDeploymentStatelessResourceAccepted describes a response with status code 202, with default header values.

The upgrade command was issued successfully. Use the "GET" command on the /{deployment_id} resource to monitor progress

func NewUpgradeDeploymentStatelessResourceAccepted

func NewUpgradeDeploymentStatelessResourceAccepted() *UpgradeDeploymentStatelessResourceAccepted

NewUpgradeDeploymentStatelessResourceAccepted creates a UpgradeDeploymentStatelessResourceAccepted with default headers values

func (*UpgradeDeploymentStatelessResourceAccepted) Code

Code gets the status code for the upgrade deployment stateless resource accepted response

func (*UpgradeDeploymentStatelessResourceAccepted) Error

func (*UpgradeDeploymentStatelessResourceAccepted) GetPayload

func (*UpgradeDeploymentStatelessResourceAccepted) IsClientError

IsClientError returns true when this upgrade deployment stateless resource accepted response has a 4xx status code

func (*UpgradeDeploymentStatelessResourceAccepted) IsCode

IsCode returns true when this upgrade deployment stateless resource accepted response a status code equal to that given

func (*UpgradeDeploymentStatelessResourceAccepted) IsRedirect

IsRedirect returns true when this upgrade deployment stateless resource accepted response has a 3xx status code

func (*UpgradeDeploymentStatelessResourceAccepted) IsServerError

IsServerError returns true when this upgrade deployment stateless resource accepted response has a 5xx status code

func (*UpgradeDeploymentStatelessResourceAccepted) IsSuccess

IsSuccess returns true when this upgrade deployment stateless resource accepted response has a 2xx status code

func (*UpgradeDeploymentStatelessResourceAccepted) String

type UpgradeDeploymentStatelessResourceNotFound

type UpgradeDeploymentStatelessResourceNotFound struct {

	/* The error codes associated with the response
	 */
	XCloudErrorCodes string

	Payload *models.BasicFailedReply
}
UpgradeDeploymentStatelessResourceNotFound describes a response with status code 404, with default header values.

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

* 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) Code

Code gets the status code for the upgrade deployment stateless resource not found response

func (*UpgradeDeploymentStatelessResourceNotFound) Error

func (*UpgradeDeploymentStatelessResourceNotFound) GetPayload

func (*UpgradeDeploymentStatelessResourceNotFound) IsClientError

IsClientError returns true when this upgrade deployment stateless resource not found response has a 4xx status code

func (*UpgradeDeploymentStatelessResourceNotFound) IsCode

IsCode returns true when this upgrade deployment stateless resource not found response a status code equal to that given

func (*UpgradeDeploymentStatelessResourceNotFound) IsRedirect

IsRedirect returns true when this upgrade deployment stateless resource not found response has a 3xx status code

func (*UpgradeDeploymentStatelessResourceNotFound) IsServerError

IsServerError returns true when this upgrade deployment stateless resource not found response has a 5xx status code

func (*UpgradeDeploymentStatelessResourceNotFound) IsSuccess

IsSuccess returns true when this upgrade deployment stateless resource not found response has a 2xx status code

func (*UpgradeDeploymentStatelessResourceNotFound) String

type UpgradeDeploymentStatelessResourceParams

type UpgradeDeploymentStatelessResourceParams struct {

	/* DeploymentID.

	   Identifier for the Deployment.
	*/
	DeploymentID string

	/* RefID.

	   User-specified RefId for the Resource (or '_main' if there is only one).
	*/
	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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUpgradeDeploymentStatelessResourceParamsWithContext

func NewUpgradeDeploymentStatelessResourceParamsWithContext(ctx context.Context) *UpgradeDeploymentStatelessResourceParams

NewUpgradeDeploymentStatelessResourceParamsWithContext creates a new UpgradeDeploymentStatelessResourceParams object with 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 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 ability to set a timeout on a request.

func (*UpgradeDeploymentStatelessResourceParams) SetContext

SetContext adds the context to the upgrade deployment stateless resource params

func (*UpgradeDeploymentStatelessResourceParams) SetDefaults

SetDefaults hydrates default values in the upgrade deployment stateless resource params (not the query body).

All values with no default are reset to their zero value.

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) WithDefaults

WithDefaults hydrates default values in the upgrade deployment stateless resource params (not the query body).

All values with no default are reset to their zero value.

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.

Source Files

Jump to

Keyboard shortcuts

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