clusters_kibana

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Feb 10, 2021 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 CancelKibanaClusterPendingPlanNotFound

type CancelKibanaClusterPendingPlanNotFound struct {
	Payload *models.BasicFailedReply
}

CancelKibanaClusterPendingPlanNotFound handles this case with default header values.

The cluster specified by {cluster_id} cannot be found (code: 'clusters.cluster_not_found')

func NewCancelKibanaClusterPendingPlanNotFound

func NewCancelKibanaClusterPendingPlanNotFound() *CancelKibanaClusterPendingPlanNotFound

NewCancelKibanaClusterPendingPlanNotFound creates a CancelKibanaClusterPendingPlanNotFound with default headers values

func (*CancelKibanaClusterPendingPlanNotFound) Error

func (*CancelKibanaClusterPendingPlanNotFound) GetPayload

type CancelKibanaClusterPendingPlanOK

type CancelKibanaClusterPendingPlanOK struct {
	Payload models.EmptyResponse
}

CancelKibanaClusterPendingPlanOK handles this case with default header values.

The pending plan has been successfully cancelled

func NewCancelKibanaClusterPendingPlanOK

func NewCancelKibanaClusterPendingPlanOK() *CancelKibanaClusterPendingPlanOK

NewCancelKibanaClusterPendingPlanOK creates a CancelKibanaClusterPendingPlanOK with default headers values

func (*CancelKibanaClusterPendingPlanOK) Error

func (*CancelKibanaClusterPendingPlanOK) GetPayload

type CancelKibanaClusterPendingPlanParams

type CancelKibanaClusterPendingPlanParams struct {

	/*ClusterID
	  The Kibana deployment identifier.

	*/
	ClusterID 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 pending. The default is `false`.

	*/
	IgnoreMissing *bool

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

CancelKibanaClusterPendingPlanParams contains all the parameters to send to the API endpoint for the cancel kibana cluster pending plan operation typically these are written to a http.Request

func NewCancelKibanaClusterPendingPlanParams

func NewCancelKibanaClusterPendingPlanParams() *CancelKibanaClusterPendingPlanParams

NewCancelKibanaClusterPendingPlanParams creates a new CancelKibanaClusterPendingPlanParams object with the default values initialized.

func NewCancelKibanaClusterPendingPlanParamsWithContext

func NewCancelKibanaClusterPendingPlanParamsWithContext(ctx context.Context) *CancelKibanaClusterPendingPlanParams

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

func NewCancelKibanaClusterPendingPlanParamsWithHTTPClient

func NewCancelKibanaClusterPendingPlanParamsWithHTTPClient(client *http.Client) *CancelKibanaClusterPendingPlanParams

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

func NewCancelKibanaClusterPendingPlanParamsWithTimeout

func NewCancelKibanaClusterPendingPlanParamsWithTimeout(timeout time.Duration) *CancelKibanaClusterPendingPlanParams

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

func (*CancelKibanaClusterPendingPlanParams) SetClusterID

func (o *CancelKibanaClusterPendingPlanParams) SetClusterID(clusterID string)

SetClusterID adds the clusterId to the cancel kibana cluster pending plan params

func (*CancelKibanaClusterPendingPlanParams) SetContext

SetContext adds the context to the cancel kibana cluster pending plan params

func (*CancelKibanaClusterPendingPlanParams) SetForceDelete

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

SetForceDelete adds the forceDelete to the cancel kibana cluster pending plan params

func (*CancelKibanaClusterPendingPlanParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the cancel kibana cluster pending plan params

func (*CancelKibanaClusterPendingPlanParams) SetIgnoreMissing

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

SetIgnoreMissing adds the ignoreMissing to the cancel kibana cluster pending plan params

func (*CancelKibanaClusterPendingPlanParams) SetTimeout

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

SetTimeout adds the timeout to the cancel kibana cluster pending plan params

func (*CancelKibanaClusterPendingPlanParams) WithClusterID

WithClusterID adds the clusterID to the cancel kibana cluster pending plan params

func (*CancelKibanaClusterPendingPlanParams) WithContext

WithContext adds the context to the cancel kibana cluster pending plan params

func (*CancelKibanaClusterPendingPlanParams) WithForceDelete

WithForceDelete adds the forceDelete to the cancel kibana cluster pending plan params

func (*CancelKibanaClusterPendingPlanParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the cancel kibana cluster pending plan params

func (*CancelKibanaClusterPendingPlanParams) WithIgnoreMissing

WithIgnoreMissing adds the ignoreMissing to the cancel kibana cluster pending plan params

func (*CancelKibanaClusterPendingPlanParams) WithTimeout

WithTimeout adds the timeout to the cancel kibana cluster pending plan params

func (*CancelKibanaClusterPendingPlanParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CancelKibanaClusterPendingPlanPreconditionFailed

type CancelKibanaClusterPendingPlanPreconditionFailed struct {
	Payload *models.BasicFailedReply
}

CancelKibanaClusterPendingPlanPreconditionFailed handles this case with default header values.

There is not currently applied plan - eg the cluster has not finished provisioning, or the provisioning failed (code: 'clusters.cluster_plan_state_error')

func NewCancelKibanaClusterPendingPlanPreconditionFailed

func NewCancelKibanaClusterPendingPlanPreconditionFailed() *CancelKibanaClusterPendingPlanPreconditionFailed

NewCancelKibanaClusterPendingPlanPreconditionFailed creates a CancelKibanaClusterPendingPlanPreconditionFailed with default headers values

func (*CancelKibanaClusterPendingPlanPreconditionFailed) Error

func (*CancelKibanaClusterPendingPlanPreconditionFailed) GetPayload

type CancelKibanaClusterPendingPlanReader

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

CancelKibanaClusterPendingPlanReader is a Reader for the CancelKibanaClusterPendingPlan structure.

func (*CancelKibanaClusterPendingPlanReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CancelKibanaClusterPendingPlanRetryWith

type CancelKibanaClusterPendingPlanRetryWith struct {
	Payload *models.BasicFailedReply
}

CancelKibanaClusterPendingPlanRetryWith handles this case with default header values.

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

func NewCancelKibanaClusterPendingPlanRetryWith

func NewCancelKibanaClusterPendingPlanRetryWith() *CancelKibanaClusterPendingPlanRetryWith

NewCancelKibanaClusterPendingPlanRetryWith creates a CancelKibanaClusterPendingPlanRetryWith with default headers values

func (*CancelKibanaClusterPendingPlanRetryWith) Error

func (*CancelKibanaClusterPendingPlanRetryWith) GetPayload

type Client

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

Client for clusters kibana API

func (*Client) CancelKibanaClusterPendingPlan

func (a *Client) CancelKibanaClusterPendingPlan(params *CancelKibanaClusterPendingPlanParams, authInfo runtime.ClientAuthInfoWriter) (*CancelKibanaClusterPendingPlanOK, error)

CancelKibanaClusterPendingPlan cancels pending plan

DEPRECATED (Scheduled to be removed in the next major version): Cancels the pending plan of the Kibana instance.

func (*Client) CreateKibanaCluster

CreateKibanaCluster creates cluster

DEPRECATED (Scheduled to be removed in the next major version): Creates a Kibana instance for the Elasticsearch cluster.

func (*Client) DeleteKibProxyRequests

func (a *Client) DeleteKibProxyRequests(params *DeleteKibProxyRequestsParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteKibProxyRequestsOK, error)

DeleteKibProxyRequests proxies HTTP d e l e t e request

DEPRECATED (Scheduled to be removed in the next major version): Proxies the HTTP DELETE request to the cluster. You must specify the `X-Management-Request` HTTP header. NOTE: Use this endpoint for management purposes. It does not provide high performance.

func (*Client) DeleteKibanaCluster

func (a *Client) DeleteKibanaCluster(params *DeleteKibanaClusterParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteKibanaClusterOK, error)
DeleteKibanaCluster deletes cluster

DEPRECATED (Scheduled to be removed in the next major version): Deletes the Kibana instance.

Before you delete the Kibana instance, you must first successfully issue a `_shutdown` command.

func (*Client) GetKibProxyRequests

func (a *Client) GetKibProxyRequests(params *GetKibProxyRequestsParams, authInfo runtime.ClientAuthInfoWriter) (*GetKibProxyRequestsOK, error)

GetKibProxyRequests proxies HTTP g e t request

DEPRECATED (Scheduled to be removed in the next major version): Proxies the HTTP GET request to the cluster. You must specify the `X-Management-Request` HTTP header. NOTE: Use this endpoint for management purposes. It does not provide high performance.

func (*Client) GetKibanaCluster

func (a *Client) GetKibanaCluster(params *GetKibanaClusterParams, authInfo runtime.ClientAuthInfoWriter) (*GetKibanaClusterOK, error)

GetKibanaCluster gets cluster

DEPRECATED (Scheduled to be removed in the next major version): Retrieves the Kibana instance information.

func (*Client) GetKibanaClusterMetadataRaw

func (a *Client) GetKibanaClusterMetadataRaw(params *GetKibanaClusterMetadataRawParams, authInfo runtime.ClientAuthInfoWriter) (*GetKibanaClusterMetadataRawOK, error)

GetKibanaClusterMetadataRaw gets cluster metadata

DEPRECATED (Scheduled to be removed in the next major version): Advanced use only. Retrieves the internal metadata, in free-form JSON, for the Kibana instance.

func (*Client) GetKibanaClusterMetadataSettings

GetKibanaClusterMetadataSettings gets cluster metadata settings

DEPRECATED (Scheduled to be removed in the next major version): Retrieves a structured version of the cluster metadata as a collection of top-level settings. If a particular setting isn't returned, then the free-form JSON endpoint (`/metadata/raw`) must be used.

func (*Client) GetKibanaClusterPendingPlan

func (a *Client) GetKibanaClusterPendingPlan(params *GetKibanaClusterPendingPlanParams, authInfo runtime.ClientAuthInfoWriter) (*GetKibanaClusterPendingPlanOK, error)

GetKibanaClusterPendingPlan gets pending plan

DEPRECATED (Scheduled to be removed in the next major version): Retrieves the pending plan of the Kibana instance.

func (*Client) GetKibanaClusterPlan

func (a *Client) GetKibanaClusterPlan(params *GetKibanaClusterPlanParams, authInfo runtime.ClientAuthInfoWriter) (*GetKibanaClusterPlanOK, error)

GetKibanaClusterPlan gets plan

DEPRECATED (Scheduled to be removed in the next major version): Retrieves the active plan of the Kibana instance. Transient settings are not show by this endpoint. To view the transient settings that have been applied with a specific plan, use the activity endpoint.

func (*Client) GetKibanaClusterPlanActivity

func (a *Client) GetKibanaClusterPlanActivity(params *GetKibanaClusterPlanActivityParams, authInfo runtime.ClientAuthInfoWriter) (*GetKibanaClusterPlanActivityOK, error)

GetKibanaClusterPlanActivity gets plan activity

DEPRECATED (Scheduled to be removed in the next major version): Retrieves the active and historical plan information for the Kibana instance.

func (*Client) GetKibanaClusters

func (a *Client) GetKibanaClusters(params *GetKibanaClustersParams, authInfo runtime.ClientAuthInfoWriter) (*GetKibanaClustersOK, error)

GetKibanaClusters gets clusters

DEPRECATED (Scheduled to be removed in the next major version): Retrieves the information for all Kibana instances.

func (*Client) MoveKibanaClusterInstances

MoveKibanaClusterInstances moves instances

DEPRECATED (Scheduled to be removed in the next major version): Moves one or more Kibana instances.

func (*Client) MoveKibanaClusterInstancesAdvanced

MoveKibanaClusterInstancesAdvanced moves instances advanced

DEPRECATED (Scheduled to be removed in the next major version): Moves one or more Kibana instances. The custom configuration settings are posted in the body.

func (*Client) PostKibProxyRequests

func (a *Client) PostKibProxyRequests(params *PostKibProxyRequestsParams, authInfo runtime.ClientAuthInfoWriter) (*PostKibProxyRequestsOK, error)

PostKibProxyRequests proxies HTTP p o s t request

DEPRECATED (Scheduled to be removed in the next major version): Proxies the HTTP POST request to the cluster. You must specify the `X-Management-Request` HTTP header. NOTE: Use this endpoint for management purposes. It does not provide high performance.

func (*Client) PutKibProxyRequests

func (a *Client) PutKibProxyRequests(params *PutKibProxyRequestsParams, authInfo runtime.ClientAuthInfoWriter) (*PutKibProxyRequestsOK, error)

PutKibProxyRequests proxies HTTP p u t request

DEPRECATED (Scheduled to be removed in the next major version): Proxies the HTTP PUT request to the cluster. You must specify the `X-Management-Request` HTTP header. NOTE: Use this endpoint for management purposes. It does not provide high performance.

func (*Client) RestartKibanaCluster

RestartKibanaCluster restarts cluster

DEPRECATED (Scheduled to be removed in the next major version): Restarts the Kibana instance. When you restart an active instance, the existing plan is used and a `cluster_reboot` is applied. A `cluster_reboot` issues a Kibana restart command, then waits for the command to complete. When you restart an inactive instance, the most recent successful plan is applied.

func (*Client) ResyncKibanaCluster

func (a *Client) ResyncKibanaCluster(params *ResyncKibanaClusterParams, authInfo runtime.ClientAuthInfoWriter) (*ResyncKibanaClusterOK, error)

ResyncKibanaCluster resynchronizes cluster

DEPRECATED (Scheduled to be removed in the next major version): Immediately resynchronizes the search index and cache for the selected Kibana instance.

func (*Client) ResyncKibanaClusters

ResyncKibanaClusters resynchronizes clusters

DEPRECATED (Scheduled to be removed in the next major version): Asynchronously resynchronizes the search index for all Kibana instances.

func (*Client) SearchKibanaClusters

func (a *Client) SearchKibanaClusters(params *SearchKibanaClustersParams, authInfo runtime.ClientAuthInfoWriter) (*SearchKibanaClustersOK, error)

SearchKibanaClusters searches clusters

DEPRECATED (Scheduled to be removed in the next major version): Retrieves the information for all of the Kibana instances that match the specified query.

func (*Client) SetKibanaClusterMetadataRaw

func (a *Client) SetKibanaClusterMetadataRaw(params *SetKibanaClusterMetadataRawParams, authInfo runtime.ClientAuthInfoWriter) (*SetKibanaClusterMetadataRawOK, error)
SetKibanaClusterMetadataRaw sets cluster metadata

DEPRECATED (Scheduled to be removed in the next major version): Advanced use only. Sets the internal metadata, in free-form JSON, for the Kibana instance.

Only use the parameter to set the modified JSON that is returned from the get version of the metadata.

func (*Client) SetKibanaClusterName

func (a *Client) SetKibanaClusterName(params *SetKibanaClusterNameParams, authInfo runtime.ClientAuthInfoWriter) (*SetKibanaClusterNameOK, error)

SetKibanaClusterName sets cluster name

DEPRECATED (Scheduled to be removed in the next major version): Assigns a name to the Kibana instance.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) ShutdownKibanaCluster

ShutdownKibanaCluster shuts down cluster

DEPRECATED (Scheduled to be removed in the next major version): Shuts down the active Kibana instance and removes all of the instance nodes. The instance definition is retained. WARNING: To avoid data loss, save the snapshot repository before you shut down the instance.

func (*Client) StartKibanaClusterInstances

StartKibanaClusterInstances starts instances

DEPRECATED (Scheduled to be removed in the next major version): Starts the specified Kibana instances.

func (*Client) StartKibanaClusterInstancesAll

StartKibanaClusterInstancesAll starts all instances

DEPRECATED (Scheduled to be removed in the next major version): Starts all of the Kibana instances.

func (*Client) StartKibanaClusterInstancesAllMaintenanceMode

StartKibanaClusterInstancesAllMaintenanceMode starts maintenance mode all instances

DEPRECATED (Scheduled to be removed in the next major version): Starts maintenance mode on all of the Kibana instances.

func (*Client) StartKibanaClusterMaintenanceMode

StartKibanaClusterMaintenanceMode starts maintenance mode

DEPRECATED (Scheduled to be removed in the next major version): Starts maintenance mode on the specified Kibana instances.

func (*Client) StopKibanaClusterInstances

StopKibanaClusterInstances stops instances

DEPRECATED (Scheduled to be removed in the next major version): Stops the specified Kibana instances.

func (*Client) StopKibanaClusterInstancesAll

StopKibanaClusterInstancesAll stops all instances

DEPRECATED (Scheduled to be removed in the next major version): Stops all of the Kibana instances.

func (*Client) StopKibanaClusterInstancesAllMaintenanceMode

StopKibanaClusterInstancesAllMaintenanceMode stops maintenance mode all instances

DEPRECATED (Scheduled to be removed in the next major version): Stops maintenance mode on all of the Kibana instances.

func (*Client) StopKibanaClusterMaintenanceMode

StopKibanaClusterMaintenanceMode stops maintenance mode

DEPRECATED (Scheduled to be removed in the next major version): Stops maintenance mode on the specified Kibana instances.

func (*Client) UpdateKibanaClusterMetadataSettings

UpdateKibanaClusterMetadataSettings updates cluster metadata settings

DEPRECATED (Scheduled to be removed in the next major version): All changes in the specified object are applied to the metadata object according to the JSON Merge Patch processing rules. Omitting existing fields causes the same values to be reapplied. Specifying a `null` value reverts the field to the default value, or removes the field when no default value exists.

func (*Client) UpdateKibanaClusterPlan

UpdateKibanaClusterPlan updates plan

DEPRECATED (Scheduled to be removed in the next major version): Updates the configuration of the Kibana instance.

func (*Client) UpgradeKibanaCluster

UpgradeKibanaCluster upgrades cluster

DEPRECATED (Scheduled to be removed in the next major version): Upgrades an active Kibana instance.

type ClientService

type ClientService interface {
	CancelKibanaClusterPendingPlan(params *CancelKibanaClusterPendingPlanParams, authInfo runtime.ClientAuthInfoWriter) (*CancelKibanaClusterPendingPlanOK, error)

	CreateKibanaCluster(params *CreateKibanaClusterParams, authInfo runtime.ClientAuthInfoWriter) (*CreateKibanaClusterOK, *CreateKibanaClusterCreated, error)

	DeleteKibProxyRequests(params *DeleteKibProxyRequestsParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteKibProxyRequestsOK, error)

	DeleteKibanaCluster(params *DeleteKibanaClusterParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteKibanaClusterOK, error)

	GetKibProxyRequests(params *GetKibProxyRequestsParams, authInfo runtime.ClientAuthInfoWriter) (*GetKibProxyRequestsOK, error)

	GetKibanaCluster(params *GetKibanaClusterParams, authInfo runtime.ClientAuthInfoWriter) (*GetKibanaClusterOK, error)

	GetKibanaClusterMetadataRaw(params *GetKibanaClusterMetadataRawParams, authInfo runtime.ClientAuthInfoWriter) (*GetKibanaClusterMetadataRawOK, error)

	GetKibanaClusterMetadataSettings(params *GetKibanaClusterMetadataSettingsParams, authInfo runtime.ClientAuthInfoWriter) (*GetKibanaClusterMetadataSettingsOK, error)

	GetKibanaClusterPendingPlan(params *GetKibanaClusterPendingPlanParams, authInfo runtime.ClientAuthInfoWriter) (*GetKibanaClusterPendingPlanOK, error)

	GetKibanaClusterPlan(params *GetKibanaClusterPlanParams, authInfo runtime.ClientAuthInfoWriter) (*GetKibanaClusterPlanOK, error)

	GetKibanaClusterPlanActivity(params *GetKibanaClusterPlanActivityParams, authInfo runtime.ClientAuthInfoWriter) (*GetKibanaClusterPlanActivityOK, error)

	GetKibanaClusters(params *GetKibanaClustersParams, authInfo runtime.ClientAuthInfoWriter) (*GetKibanaClustersOK, error)

	MoveKibanaClusterInstances(params *MoveKibanaClusterInstancesParams, authInfo runtime.ClientAuthInfoWriter) (*MoveKibanaClusterInstancesAccepted, error)

	MoveKibanaClusterInstancesAdvanced(params *MoveKibanaClusterInstancesAdvancedParams, authInfo runtime.ClientAuthInfoWriter) (*MoveKibanaClusterInstancesAdvancedAccepted, error)

	PostKibProxyRequests(params *PostKibProxyRequestsParams, authInfo runtime.ClientAuthInfoWriter) (*PostKibProxyRequestsOK, error)

	PutKibProxyRequests(params *PutKibProxyRequestsParams, authInfo runtime.ClientAuthInfoWriter) (*PutKibProxyRequestsOK, error)

	RestartKibanaCluster(params *RestartKibanaClusterParams, authInfo runtime.ClientAuthInfoWriter) (*RestartKibanaClusterAccepted, error)

	ResyncKibanaCluster(params *ResyncKibanaClusterParams, authInfo runtime.ClientAuthInfoWriter) (*ResyncKibanaClusterOK, error)

	ResyncKibanaClusters(params *ResyncKibanaClustersParams, authInfo runtime.ClientAuthInfoWriter) (*ResyncKibanaClustersAccepted, error)

	SearchKibanaClusters(params *SearchKibanaClustersParams, authInfo runtime.ClientAuthInfoWriter) (*SearchKibanaClustersOK, error)

	SetKibanaClusterMetadataRaw(params *SetKibanaClusterMetadataRawParams, authInfo runtime.ClientAuthInfoWriter) (*SetKibanaClusterMetadataRawOK, error)

	SetKibanaClusterName(params *SetKibanaClusterNameParams, authInfo runtime.ClientAuthInfoWriter) (*SetKibanaClusterNameOK, error)

	ShutdownKibanaCluster(params *ShutdownKibanaClusterParams, authInfo runtime.ClientAuthInfoWriter) (*ShutdownKibanaClusterAccepted, error)

	StartKibanaClusterInstances(params *StartKibanaClusterInstancesParams, authInfo runtime.ClientAuthInfoWriter) (*StartKibanaClusterInstancesAccepted, error)

	StartKibanaClusterInstancesAll(params *StartKibanaClusterInstancesAllParams, authInfo runtime.ClientAuthInfoWriter) (*StartKibanaClusterInstancesAllAccepted, error)

	StartKibanaClusterInstancesAllMaintenanceMode(params *StartKibanaClusterInstancesAllMaintenanceModeParams, authInfo runtime.ClientAuthInfoWriter) (*StartKibanaClusterInstancesAllMaintenanceModeAccepted, error)

	StartKibanaClusterMaintenanceMode(params *StartKibanaClusterMaintenanceModeParams, authInfo runtime.ClientAuthInfoWriter) (*StartKibanaClusterMaintenanceModeAccepted, error)

	StopKibanaClusterInstances(params *StopKibanaClusterInstancesParams, authInfo runtime.ClientAuthInfoWriter) (*StopKibanaClusterInstancesAccepted, error)

	StopKibanaClusterInstancesAll(params *StopKibanaClusterInstancesAllParams, authInfo runtime.ClientAuthInfoWriter) (*StopKibanaClusterInstancesAllAccepted, error)

	StopKibanaClusterInstancesAllMaintenanceMode(params *StopKibanaClusterInstancesAllMaintenanceModeParams, authInfo runtime.ClientAuthInfoWriter) (*StopKibanaClusterInstancesAllMaintenanceModeAccepted, error)

	StopKibanaClusterMaintenanceMode(params *StopKibanaClusterMaintenanceModeParams, authInfo runtime.ClientAuthInfoWriter) (*StopKibanaClusterMaintenanceModeAccepted, error)

	UpdateKibanaClusterMetadataSettings(params *UpdateKibanaClusterMetadataSettingsParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateKibanaClusterMetadataSettingsOK, error)

	UpdateKibanaClusterPlan(params *UpdateKibanaClusterPlanParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateKibanaClusterPlanOK, *UpdateKibanaClusterPlanAccepted, error)

	UpgradeKibanaCluster(params *UpgradeKibanaClusterParams, authInfo runtime.ClientAuthInfoWriter) (*UpgradeKibanaClusterAccepted, 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 clusters kibana API client.

type CreateKibanaClusterBadRequest

type CreateKibanaClusterBadRequest struct {
	Payload *models.BasicFailedReply
}

CreateKibanaClusterBadRequest handles this case with default header values.

The cluster definition contained errors (code: 'clusters.cluster_invalid_plan' and 'clusters.plan_feature_not_implemented')

func NewCreateKibanaClusterBadRequest

func NewCreateKibanaClusterBadRequest() *CreateKibanaClusterBadRequest

NewCreateKibanaClusterBadRequest creates a CreateKibanaClusterBadRequest with default headers values

func (*CreateKibanaClusterBadRequest) Error

func (*CreateKibanaClusterBadRequest) GetPayload

type CreateKibanaClusterCreated

type CreateKibanaClusterCreated struct {
	Payload *models.ClusterCrudResponse
}

CreateKibanaClusterCreated handles this case with default header values.

The cluster definition was valid and the cluster creation has started

func NewCreateKibanaClusterCreated

func NewCreateKibanaClusterCreated() *CreateKibanaClusterCreated

NewCreateKibanaClusterCreated creates a CreateKibanaClusterCreated with default headers values

func (*CreateKibanaClusterCreated) Error

func (*CreateKibanaClusterCreated) GetPayload

type CreateKibanaClusterOK

type CreateKibanaClusterOK struct {
	Payload *models.ClusterCrudResponse
}

CreateKibanaClusterOK handles this case with default header values.

The cluster definition was valid - no further action was requested. The return object contains an internal representation of the plan, for use in debugging

func NewCreateKibanaClusterOK

func NewCreateKibanaClusterOK() *CreateKibanaClusterOK

NewCreateKibanaClusterOK creates a CreateKibanaClusterOK with default headers values

func (*CreateKibanaClusterOK) Error

func (o *CreateKibanaClusterOK) Error() string

func (*CreateKibanaClusterOK) GetPayload

type CreateKibanaClusterParams

type CreateKibanaClusterParams struct {

	/*Body
	  The cluster definition

	*/
	Body *models.CreateKibanaRequest
	/*ValidateOnly
	  When `true`, validates the cluster definition without creating the cluster.

	*/
	ValidateOnly *bool

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

CreateKibanaClusterParams contains all the parameters to send to the API endpoint for the create kibana cluster operation typically these are written to a http.Request

func NewCreateKibanaClusterParams

func NewCreateKibanaClusterParams() *CreateKibanaClusterParams

NewCreateKibanaClusterParams creates a new CreateKibanaClusterParams object with the default values initialized.

func NewCreateKibanaClusterParamsWithContext

func NewCreateKibanaClusterParamsWithContext(ctx context.Context) *CreateKibanaClusterParams

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

func NewCreateKibanaClusterParamsWithHTTPClient

func NewCreateKibanaClusterParamsWithHTTPClient(client *http.Client) *CreateKibanaClusterParams

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

func NewCreateKibanaClusterParamsWithTimeout

func NewCreateKibanaClusterParamsWithTimeout(timeout time.Duration) *CreateKibanaClusterParams

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

func (*CreateKibanaClusterParams) SetBody

SetBody adds the body to the create kibana cluster params

func (*CreateKibanaClusterParams) SetContext

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

SetContext adds the context to the create kibana cluster params

func (*CreateKibanaClusterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create kibana cluster params

func (*CreateKibanaClusterParams) SetTimeout

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

SetTimeout adds the timeout to the create kibana cluster params

func (*CreateKibanaClusterParams) SetValidateOnly

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

SetValidateOnly adds the validateOnly to the create kibana cluster params

func (*CreateKibanaClusterParams) WithBody

WithBody adds the body to the create kibana cluster params

func (*CreateKibanaClusterParams) WithContext

WithContext adds the context to the create kibana cluster params

func (*CreateKibanaClusterParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create kibana cluster params

func (*CreateKibanaClusterParams) WithTimeout

WithTimeout adds the timeout to the create kibana cluster params

func (*CreateKibanaClusterParams) WithValidateOnly

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

WithValidateOnly adds the validateOnly to the create kibana cluster params

func (*CreateKibanaClusterParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateKibanaClusterReader

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

CreateKibanaClusterReader is a Reader for the CreateKibanaCluster structure.

func (*CreateKibanaClusterReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateKibanaClusterRetryWith

type CreateKibanaClusterRetryWith struct {
	Payload *models.BasicFailedReply
}

CreateKibanaClusterRetryWith handles this case with default header values.

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

func NewCreateKibanaClusterRetryWith

func NewCreateKibanaClusterRetryWith() *CreateKibanaClusterRetryWith

NewCreateKibanaClusterRetryWith creates a CreateKibanaClusterRetryWith with default headers values

func (*CreateKibanaClusterRetryWith) Error

func (*CreateKibanaClusterRetryWith) GetPayload

type DeleteKibProxyRequestsNotFound

type DeleteKibProxyRequestsNotFound struct {
	Payload *models.BasicFailedReply
}

DeleteKibProxyRequestsNotFound handles this case with default header values.

The cluster specified by {cluster_id} cannot be found (code: 'clusters.cluster_not_found')

func NewDeleteKibProxyRequestsNotFound

func NewDeleteKibProxyRequestsNotFound() *DeleteKibProxyRequestsNotFound

NewDeleteKibProxyRequestsNotFound creates a DeleteKibProxyRequestsNotFound with default headers values

func (*DeleteKibProxyRequestsNotFound) Error

func (*DeleteKibProxyRequestsNotFound) GetPayload

type DeleteKibProxyRequestsOK

type DeleteKibProxyRequestsOK struct {
}

DeleteKibProxyRequestsOK handles this case with default header values.

The request has been processed successfully through the proxy

func NewDeleteKibProxyRequestsOK

func NewDeleteKibProxyRequestsOK() *DeleteKibProxyRequestsOK

NewDeleteKibProxyRequestsOK creates a DeleteKibProxyRequestsOK with default headers values

func (*DeleteKibProxyRequestsOK) Error

func (o *DeleteKibProxyRequestsOK) Error() string

type DeleteKibProxyRequestsParams

type DeleteKibProxyRequestsParams struct {

	/*XManagementRequest
	  When set to `true`, includes the X-Management-Request header value.

	*/
	XManagementRequest string
	/*ClusterID
	  The Kibana deployment identifier

	*/
	ClusterID string
	/*KibanaPath
	  The URL part to proxy to the Kibana cluster. Example: /api/spaces/space or /api/upgrade_assistant/status

	*/
	KibanaPath string

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

DeleteKibProxyRequestsParams contains all the parameters to send to the API endpoint for the delete kib proxy requests operation typically these are written to a http.Request

func NewDeleteKibProxyRequestsParams

func NewDeleteKibProxyRequestsParams() *DeleteKibProxyRequestsParams

NewDeleteKibProxyRequestsParams creates a new DeleteKibProxyRequestsParams object with the default values initialized.

func NewDeleteKibProxyRequestsParamsWithContext

func NewDeleteKibProxyRequestsParamsWithContext(ctx context.Context) *DeleteKibProxyRequestsParams

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

func NewDeleteKibProxyRequestsParamsWithHTTPClient

func NewDeleteKibProxyRequestsParamsWithHTTPClient(client *http.Client) *DeleteKibProxyRequestsParams

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

func NewDeleteKibProxyRequestsParamsWithTimeout

func NewDeleteKibProxyRequestsParamsWithTimeout(timeout time.Duration) *DeleteKibProxyRequestsParams

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

func (*DeleteKibProxyRequestsParams) SetClusterID

func (o *DeleteKibProxyRequestsParams) SetClusterID(clusterID string)

SetClusterID adds the clusterId to the delete kib proxy requests params

func (*DeleteKibProxyRequestsParams) SetContext

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

SetContext adds the context to the delete kib proxy requests params

func (*DeleteKibProxyRequestsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete kib proxy requests params

func (*DeleteKibProxyRequestsParams) SetKibanaPath

func (o *DeleteKibProxyRequestsParams) SetKibanaPath(kibanaPath string)

SetKibanaPath adds the kibanaPath to the delete kib proxy requests params

func (*DeleteKibProxyRequestsParams) SetTimeout

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

SetTimeout adds the timeout to the delete kib proxy requests params

func (*DeleteKibProxyRequestsParams) SetXManagementRequest

func (o *DeleteKibProxyRequestsParams) SetXManagementRequest(xManagementRequest string)

SetXManagementRequest adds the xManagementRequest to the delete kib proxy requests params

func (*DeleteKibProxyRequestsParams) WithClusterID

WithClusterID adds the clusterID to the delete kib proxy requests params

func (*DeleteKibProxyRequestsParams) WithContext

WithContext adds the context to the delete kib proxy requests params

func (*DeleteKibProxyRequestsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete kib proxy requests params

func (*DeleteKibProxyRequestsParams) WithKibanaPath

func (o *DeleteKibProxyRequestsParams) WithKibanaPath(kibanaPath string) *DeleteKibProxyRequestsParams

WithKibanaPath adds the kibanaPath to the delete kib proxy requests params

func (*DeleteKibProxyRequestsParams) WithTimeout

WithTimeout adds the timeout to the delete kib proxy requests params

func (*DeleteKibProxyRequestsParams) WithXManagementRequest

func (o *DeleteKibProxyRequestsParams) WithXManagementRequest(xManagementRequest string) *DeleteKibProxyRequestsParams

WithXManagementRequest adds the xManagementRequest to the delete kib proxy requests params

func (*DeleteKibProxyRequestsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteKibProxyRequestsReader

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

DeleteKibProxyRequestsReader is a Reader for the DeleteKibProxyRequests structure.

func (*DeleteKibProxyRequestsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteKibanaClusterNotFound

type DeleteKibanaClusterNotFound struct {
	Payload *models.BasicFailedReply
}

DeleteKibanaClusterNotFound handles this case with default header values.

The cluster specified by {cluster_id} cannot be found (code: 'clusters.cluster_not_found')

func NewDeleteKibanaClusterNotFound

func NewDeleteKibanaClusterNotFound() *DeleteKibanaClusterNotFound

NewDeleteKibanaClusterNotFound creates a DeleteKibanaClusterNotFound with default headers values

func (*DeleteKibanaClusterNotFound) Error

func (*DeleteKibanaClusterNotFound) GetPayload

type DeleteKibanaClusterOK

type DeleteKibanaClusterOK struct {
	Payload models.EmptyResponse
}

DeleteKibanaClusterOK handles this case with default header values.

The cluster has been successfully deleted

func NewDeleteKibanaClusterOK

func NewDeleteKibanaClusterOK() *DeleteKibanaClusterOK

NewDeleteKibanaClusterOK creates a DeleteKibanaClusterOK with default headers values

func (*DeleteKibanaClusterOK) Error

func (o *DeleteKibanaClusterOK) Error() string

func (*DeleteKibanaClusterOK) GetPayload

func (o *DeleteKibanaClusterOK) GetPayload() models.EmptyResponse

type DeleteKibanaClusterParams

type DeleteKibanaClusterParams struct {

	/*ClusterID
	  The Kibana deployment identifier.

	*/
	ClusterID string

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

DeleteKibanaClusterParams contains all the parameters to send to the API endpoint for the delete kibana cluster operation typically these are written to a http.Request

func NewDeleteKibanaClusterParams

func NewDeleteKibanaClusterParams() *DeleteKibanaClusterParams

NewDeleteKibanaClusterParams creates a new DeleteKibanaClusterParams object with the default values initialized.

func NewDeleteKibanaClusterParamsWithContext

func NewDeleteKibanaClusterParamsWithContext(ctx context.Context) *DeleteKibanaClusterParams

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

func NewDeleteKibanaClusterParamsWithHTTPClient

func NewDeleteKibanaClusterParamsWithHTTPClient(client *http.Client) *DeleteKibanaClusterParams

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

func NewDeleteKibanaClusterParamsWithTimeout

func NewDeleteKibanaClusterParamsWithTimeout(timeout time.Duration) *DeleteKibanaClusterParams

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

func (*DeleteKibanaClusterParams) SetClusterID

func (o *DeleteKibanaClusterParams) SetClusterID(clusterID string)

SetClusterID adds the clusterId to the delete kibana cluster params

func (*DeleteKibanaClusterParams) SetContext

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

SetContext adds the context to the delete kibana cluster params

func (*DeleteKibanaClusterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete kibana cluster params

func (*DeleteKibanaClusterParams) SetTimeout

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

SetTimeout adds the timeout to the delete kibana cluster params

func (*DeleteKibanaClusterParams) WithClusterID

func (o *DeleteKibanaClusterParams) WithClusterID(clusterID string) *DeleteKibanaClusterParams

WithClusterID adds the clusterID to the delete kibana cluster params

func (*DeleteKibanaClusterParams) WithContext

WithContext adds the context to the delete kibana cluster params

func (*DeleteKibanaClusterParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete kibana cluster params

func (*DeleteKibanaClusterParams) WithTimeout

WithTimeout adds the timeout to the delete kibana cluster params

func (*DeleteKibanaClusterParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteKibanaClusterPreconditionFailed

type DeleteKibanaClusterPreconditionFailed struct {
	Payload *models.BasicFailedReply
}

DeleteKibanaClusterPreconditionFailed handles this case with default header values.

The Kibana cluster has not been shutdown yet (code: 'clusters.cluster_plan_state_error')

func NewDeleteKibanaClusterPreconditionFailed

func NewDeleteKibanaClusterPreconditionFailed() *DeleteKibanaClusterPreconditionFailed

NewDeleteKibanaClusterPreconditionFailed creates a DeleteKibanaClusterPreconditionFailed with default headers values

func (*DeleteKibanaClusterPreconditionFailed) Error

func (*DeleteKibanaClusterPreconditionFailed) GetPayload

type DeleteKibanaClusterReader

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

DeleteKibanaClusterReader is a Reader for the DeleteKibanaCluster structure.

func (*DeleteKibanaClusterReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteKibanaClusterRetryWith

type DeleteKibanaClusterRetryWith struct {
	Payload *models.BasicFailedReply
}

DeleteKibanaClusterRetryWith handles this case with default header values.

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

func NewDeleteKibanaClusterRetryWith

func NewDeleteKibanaClusterRetryWith() *DeleteKibanaClusterRetryWith

NewDeleteKibanaClusterRetryWith creates a DeleteKibanaClusterRetryWith with default headers values

func (*DeleteKibanaClusterRetryWith) Error

func (*DeleteKibanaClusterRetryWith) GetPayload

type GetKibProxyRequestsNotFound

type GetKibProxyRequestsNotFound struct {
	Payload *models.BasicFailedReply
}

GetKibProxyRequestsNotFound handles this case with default header values.

The cluster specified by {cluster_id} cannot be found (code: 'clusters.cluster_not_found')

func NewGetKibProxyRequestsNotFound

func NewGetKibProxyRequestsNotFound() *GetKibProxyRequestsNotFound

NewGetKibProxyRequestsNotFound creates a GetKibProxyRequestsNotFound with default headers values

func (*GetKibProxyRequestsNotFound) Error

func (*GetKibProxyRequestsNotFound) GetPayload

type GetKibProxyRequestsOK

type GetKibProxyRequestsOK struct {
}

GetKibProxyRequestsOK handles this case with default header values.

The request has been processed successfully through the proxy

func NewGetKibProxyRequestsOK

func NewGetKibProxyRequestsOK() *GetKibProxyRequestsOK

NewGetKibProxyRequestsOK creates a GetKibProxyRequestsOK with default headers values

func (*GetKibProxyRequestsOK) Error

func (o *GetKibProxyRequestsOK) Error() string

type GetKibProxyRequestsParams

type GetKibProxyRequestsParams struct {

	/*XManagementRequest
	  When set to `true`, includes the X-Management-Request header value.

	*/
	XManagementRequest string
	/*ClusterID
	  The Kibana deployment identifier

	*/
	ClusterID string
	/*KibanaPath
	  The URL part to proxy to the Kibana cluster. Example: /api/spaces/space or /api/upgrade_assistant/status

	*/
	KibanaPath string

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

GetKibProxyRequestsParams contains all the parameters to send to the API endpoint for the get kib proxy requests operation typically these are written to a http.Request

func NewGetKibProxyRequestsParams

func NewGetKibProxyRequestsParams() *GetKibProxyRequestsParams

NewGetKibProxyRequestsParams creates a new GetKibProxyRequestsParams object with the default values initialized.

func NewGetKibProxyRequestsParamsWithContext

func NewGetKibProxyRequestsParamsWithContext(ctx context.Context) *GetKibProxyRequestsParams

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

func NewGetKibProxyRequestsParamsWithHTTPClient

func NewGetKibProxyRequestsParamsWithHTTPClient(client *http.Client) *GetKibProxyRequestsParams

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

func NewGetKibProxyRequestsParamsWithTimeout

func NewGetKibProxyRequestsParamsWithTimeout(timeout time.Duration) *GetKibProxyRequestsParams

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

func (*GetKibProxyRequestsParams) SetClusterID

func (o *GetKibProxyRequestsParams) SetClusterID(clusterID string)

SetClusterID adds the clusterId to the get kib proxy requests params

func (*GetKibProxyRequestsParams) SetContext

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

SetContext adds the context to the get kib proxy requests params

func (*GetKibProxyRequestsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get kib proxy requests params

func (*GetKibProxyRequestsParams) SetKibanaPath

func (o *GetKibProxyRequestsParams) SetKibanaPath(kibanaPath string)

SetKibanaPath adds the kibanaPath to the get kib proxy requests params

func (*GetKibProxyRequestsParams) SetTimeout

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

SetTimeout adds the timeout to the get kib proxy requests params

func (*GetKibProxyRequestsParams) SetXManagementRequest

func (o *GetKibProxyRequestsParams) SetXManagementRequest(xManagementRequest string)

SetXManagementRequest adds the xManagementRequest to the get kib proxy requests params

func (*GetKibProxyRequestsParams) WithClusterID

func (o *GetKibProxyRequestsParams) WithClusterID(clusterID string) *GetKibProxyRequestsParams

WithClusterID adds the clusterID to the get kib proxy requests params

func (*GetKibProxyRequestsParams) WithContext

WithContext adds the context to the get kib proxy requests params

func (*GetKibProxyRequestsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get kib proxy requests params

func (*GetKibProxyRequestsParams) WithKibanaPath

func (o *GetKibProxyRequestsParams) WithKibanaPath(kibanaPath string) *GetKibProxyRequestsParams

WithKibanaPath adds the kibanaPath to the get kib proxy requests params

func (*GetKibProxyRequestsParams) WithTimeout

WithTimeout adds the timeout to the get kib proxy requests params

func (*GetKibProxyRequestsParams) WithXManagementRequest

func (o *GetKibProxyRequestsParams) WithXManagementRequest(xManagementRequest string) *GetKibProxyRequestsParams

WithXManagementRequest adds the xManagementRequest to the get kib proxy requests params

func (*GetKibProxyRequestsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetKibProxyRequestsReader

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

GetKibProxyRequestsReader is a Reader for the GetKibProxyRequests structure.

func (*GetKibProxyRequestsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetKibanaClusterMetadataRawNotFound

type GetKibanaClusterMetadataRawNotFound struct {
	Payload *models.BasicFailedReply
}

GetKibanaClusterMetadataRawNotFound handles this case with default header values.

The cluster specified by {cluster_id} cannot be found (code: 'clusters.cluster_not_found')

func NewGetKibanaClusterMetadataRawNotFound

func NewGetKibanaClusterMetadataRawNotFound() *GetKibanaClusterMetadataRawNotFound

NewGetKibanaClusterMetadataRawNotFound creates a GetKibanaClusterMetadataRawNotFound with default headers values

func (*GetKibanaClusterMetadataRawNotFound) Error

func (*GetKibanaClusterMetadataRawNotFound) GetPayload

type GetKibanaClusterMetadataRawOK

type GetKibanaClusterMetadataRawOK struct {
	Payload interface{}
}

GetKibanaClusterMetadataRawOK handles this case with default header values.

The cluster metadata was successfully returned

func NewGetKibanaClusterMetadataRawOK

func NewGetKibanaClusterMetadataRawOK() *GetKibanaClusterMetadataRawOK

NewGetKibanaClusterMetadataRawOK creates a GetKibanaClusterMetadataRawOK with default headers values

func (*GetKibanaClusterMetadataRawOK) Error

func (*GetKibanaClusterMetadataRawOK) GetPayload

func (o *GetKibanaClusterMetadataRawOK) GetPayload() interface{}

type GetKibanaClusterMetadataRawParams

type GetKibanaClusterMetadataRawParams struct {

	/*ClusterID
	  The Kibana deployment identifier.

	*/
	ClusterID string

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

GetKibanaClusterMetadataRawParams contains all the parameters to send to the API endpoint for the get kibana cluster metadata raw operation typically these are written to a http.Request

func NewGetKibanaClusterMetadataRawParams

func NewGetKibanaClusterMetadataRawParams() *GetKibanaClusterMetadataRawParams

NewGetKibanaClusterMetadataRawParams creates a new GetKibanaClusterMetadataRawParams object with the default values initialized.

func NewGetKibanaClusterMetadataRawParamsWithContext

func NewGetKibanaClusterMetadataRawParamsWithContext(ctx context.Context) *GetKibanaClusterMetadataRawParams

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

func NewGetKibanaClusterMetadataRawParamsWithHTTPClient

func NewGetKibanaClusterMetadataRawParamsWithHTTPClient(client *http.Client) *GetKibanaClusterMetadataRawParams

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

func NewGetKibanaClusterMetadataRawParamsWithTimeout

func NewGetKibanaClusterMetadataRawParamsWithTimeout(timeout time.Duration) *GetKibanaClusterMetadataRawParams

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

func (*GetKibanaClusterMetadataRawParams) SetClusterID

func (o *GetKibanaClusterMetadataRawParams) SetClusterID(clusterID string)

SetClusterID adds the clusterId to the get kibana cluster metadata raw params

func (*GetKibanaClusterMetadataRawParams) SetContext

SetContext adds the context to the get kibana cluster metadata raw params

func (*GetKibanaClusterMetadataRawParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get kibana cluster metadata raw params

func (*GetKibanaClusterMetadataRawParams) SetTimeout

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

SetTimeout adds the timeout to the get kibana cluster metadata raw params

func (*GetKibanaClusterMetadataRawParams) WithClusterID

WithClusterID adds the clusterID to the get kibana cluster metadata raw params

func (*GetKibanaClusterMetadataRawParams) WithContext

WithContext adds the context to the get kibana cluster metadata raw params

func (*GetKibanaClusterMetadataRawParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get kibana cluster metadata raw params

func (*GetKibanaClusterMetadataRawParams) WithTimeout

WithTimeout adds the timeout to the get kibana cluster metadata raw params

func (*GetKibanaClusterMetadataRawParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetKibanaClusterMetadataRawReader

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

GetKibanaClusterMetadataRawReader is a Reader for the GetKibanaClusterMetadataRaw structure.

func (*GetKibanaClusterMetadataRawReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetKibanaClusterMetadataSettingsNotFound

type GetKibanaClusterMetadataSettingsNotFound struct {
	Payload *models.BasicFailedReply
}

GetKibanaClusterMetadataSettingsNotFound handles this case with default header values.

The cluster specified by {cluster_id} cannot be found (code: 'clusters.cluster_not_found')

func NewGetKibanaClusterMetadataSettingsNotFound

func NewGetKibanaClusterMetadataSettingsNotFound() *GetKibanaClusterMetadataSettingsNotFound

NewGetKibanaClusterMetadataSettingsNotFound creates a GetKibanaClusterMetadataSettingsNotFound with default headers values

func (*GetKibanaClusterMetadataSettingsNotFound) Error

func (*GetKibanaClusterMetadataSettingsNotFound) GetPayload

type GetKibanaClusterMetadataSettingsOK

type GetKibanaClusterMetadataSettingsOK 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.ClusterMetadataSettings
}

GetKibanaClusterMetadataSettingsOK handles this case with default header values.

The cluster metadata was successfully returned

func NewGetKibanaClusterMetadataSettingsOK

func NewGetKibanaClusterMetadataSettingsOK() *GetKibanaClusterMetadataSettingsOK

NewGetKibanaClusterMetadataSettingsOK creates a GetKibanaClusterMetadataSettingsOK with default headers values

func (*GetKibanaClusterMetadataSettingsOK) Error

func (*GetKibanaClusterMetadataSettingsOK) GetPayload

type GetKibanaClusterMetadataSettingsParams

type GetKibanaClusterMetadataSettingsParams struct {

	/*ClusterID
	  The Kibana deployment identifier.

	*/
	ClusterID string

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

GetKibanaClusterMetadataSettingsParams contains all the parameters to send to the API endpoint for the get kibana cluster metadata settings operation typically these are written to a http.Request

func NewGetKibanaClusterMetadataSettingsParams

func NewGetKibanaClusterMetadataSettingsParams() *GetKibanaClusterMetadataSettingsParams

NewGetKibanaClusterMetadataSettingsParams creates a new GetKibanaClusterMetadataSettingsParams object with the default values initialized.

func NewGetKibanaClusterMetadataSettingsParamsWithContext

func NewGetKibanaClusterMetadataSettingsParamsWithContext(ctx context.Context) *GetKibanaClusterMetadataSettingsParams

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

func NewGetKibanaClusterMetadataSettingsParamsWithHTTPClient

func NewGetKibanaClusterMetadataSettingsParamsWithHTTPClient(client *http.Client) *GetKibanaClusterMetadataSettingsParams

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

func NewGetKibanaClusterMetadataSettingsParamsWithTimeout

func NewGetKibanaClusterMetadataSettingsParamsWithTimeout(timeout time.Duration) *GetKibanaClusterMetadataSettingsParams

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

func (*GetKibanaClusterMetadataSettingsParams) SetClusterID

func (o *GetKibanaClusterMetadataSettingsParams) SetClusterID(clusterID string)

SetClusterID adds the clusterId to the get kibana cluster metadata settings params

func (*GetKibanaClusterMetadataSettingsParams) SetContext

SetContext adds the context to the get kibana cluster metadata settings params

func (*GetKibanaClusterMetadataSettingsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get kibana cluster metadata settings params

func (*GetKibanaClusterMetadataSettingsParams) SetTimeout

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

SetTimeout adds the timeout to the get kibana cluster metadata settings params

func (*GetKibanaClusterMetadataSettingsParams) WithClusterID

WithClusterID adds the clusterID to the get kibana cluster metadata settings params

func (*GetKibanaClusterMetadataSettingsParams) WithContext

WithContext adds the context to the get kibana cluster metadata settings params

func (*GetKibanaClusterMetadataSettingsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get kibana cluster metadata settings params

func (*GetKibanaClusterMetadataSettingsParams) WithTimeout

WithTimeout adds the timeout to the get kibana cluster metadata settings params

func (*GetKibanaClusterMetadataSettingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetKibanaClusterMetadataSettingsReader

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

GetKibanaClusterMetadataSettingsReader is a Reader for the GetKibanaClusterMetadataSettings structure.

func (*GetKibanaClusterMetadataSettingsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetKibanaClusterNotFound

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

	Payload *models.BasicFailedReply
}

GetKibanaClusterNotFound handles this case with default header values.

The cluster specified by {cluster_id} cannot be found. (code: `clusters.cluster_not_found`)

func NewGetKibanaClusterNotFound

func NewGetKibanaClusterNotFound() *GetKibanaClusterNotFound

NewGetKibanaClusterNotFound creates a GetKibanaClusterNotFound with default headers values

func (*GetKibanaClusterNotFound) Error

func (o *GetKibanaClusterNotFound) Error() string

func (*GetKibanaClusterNotFound) GetPayload

type GetKibanaClusterOK

type GetKibanaClusterOK struct {
	Payload *models.KibanaClusterInfo
}

GetKibanaClusterOK handles this case with default header values.

Returning the information for the specified Kibana cluster

func NewGetKibanaClusterOK

func NewGetKibanaClusterOK() *GetKibanaClusterOK

NewGetKibanaClusterOK creates a GetKibanaClusterOK with default headers values

func (*GetKibanaClusterOK) Error

func (o *GetKibanaClusterOK) Error() string

func (*GetKibanaClusterOK) GetPayload

func (o *GetKibanaClusterOK) GetPayload() *models.KibanaClusterInfo

type GetKibanaClusterParams

type GetKibanaClusterParams struct {

	/*ClusterID
	  The Kibana deployment identifier.

	*/
	ClusterID string
	/*ConvertLegacyPlans
	  When `true`, converts the plans to the 2.0.x format. When `false`, uses the 1.x format. The default is `false`.

	*/
	ConvertLegacyPlans *bool
	/*ShowMetadata
	  Includes all of the cluster metadata in the response. NOTE: Responses can include a large amount of metadata, as well as credentials.

	*/
	ShowMetadata *bool
	/*ShowPlanDefaults
	  When plans are shown, includes the default values in the response. NOTE: This option results in large responses.

	*/
	ShowPlanDefaults *bool
	/*ShowPlanLogs
	  Includes the active, pending, and historical plan information in the attempt log. NOTE: This option can result in large responses.

	*/
	ShowPlanLogs *bool
	/*ShowPlans
	  Includes the active and pending plan information in the response. NOTE: This option can result in large responses.

	*/
	ShowPlans *bool
	/*ShowSettings
	  Includes the cluster settings in the response.

	*/
	ShowSettings *bool

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

GetKibanaClusterParams contains all the parameters to send to the API endpoint for the get kibana cluster operation typically these are written to a http.Request

func NewGetKibanaClusterParams

func NewGetKibanaClusterParams() *GetKibanaClusterParams

NewGetKibanaClusterParams creates a new GetKibanaClusterParams object with the default values initialized.

func NewGetKibanaClusterParamsWithContext

func NewGetKibanaClusterParamsWithContext(ctx context.Context) *GetKibanaClusterParams

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

func NewGetKibanaClusterParamsWithHTTPClient

func NewGetKibanaClusterParamsWithHTTPClient(client *http.Client) *GetKibanaClusterParams

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

func NewGetKibanaClusterParamsWithTimeout

func NewGetKibanaClusterParamsWithTimeout(timeout time.Duration) *GetKibanaClusterParams

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

func (*GetKibanaClusterParams) SetClusterID

func (o *GetKibanaClusterParams) SetClusterID(clusterID string)

SetClusterID adds the clusterId to the get kibana cluster params

func (*GetKibanaClusterParams) SetContext

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

SetContext adds the context to the get kibana cluster params

func (*GetKibanaClusterParams) SetConvertLegacyPlans

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

SetConvertLegacyPlans adds the convertLegacyPlans to the get kibana cluster params

func (*GetKibanaClusterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get kibana cluster params

func (*GetKibanaClusterParams) SetShowMetadata

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

SetShowMetadata adds the showMetadata to the get kibana cluster params

func (*GetKibanaClusterParams) SetShowPlanDefaults

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

SetShowPlanDefaults adds the showPlanDefaults to the get kibana cluster params

func (*GetKibanaClusterParams) SetShowPlanLogs

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

SetShowPlanLogs adds the showPlanLogs to the get kibana cluster params

func (*GetKibanaClusterParams) SetShowPlans

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

SetShowPlans adds the showPlans to the get kibana cluster params

func (*GetKibanaClusterParams) SetShowSettings

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

SetShowSettings adds the showSettings to the get kibana cluster params

func (*GetKibanaClusterParams) SetTimeout

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

SetTimeout adds the timeout to the get kibana cluster params

func (*GetKibanaClusterParams) WithClusterID

func (o *GetKibanaClusterParams) WithClusterID(clusterID string) *GetKibanaClusterParams

WithClusterID adds the clusterID to the get kibana cluster params

func (*GetKibanaClusterParams) WithContext

WithContext adds the context to the get kibana cluster params

func (*GetKibanaClusterParams) WithConvertLegacyPlans

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

WithConvertLegacyPlans adds the convertLegacyPlans to the get kibana cluster params

func (*GetKibanaClusterParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get kibana cluster params

func (*GetKibanaClusterParams) WithShowMetadata

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

WithShowMetadata adds the showMetadata to the get kibana cluster params

func (*GetKibanaClusterParams) WithShowPlanDefaults

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

WithShowPlanDefaults adds the showPlanDefaults to the get kibana cluster params

func (*GetKibanaClusterParams) WithShowPlanLogs

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

WithShowPlanLogs adds the showPlanLogs to the get kibana cluster params

func (*GetKibanaClusterParams) WithShowPlans

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

WithShowPlans adds the showPlans to the get kibana cluster params

func (*GetKibanaClusterParams) WithShowSettings

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

WithShowSettings adds the showSettings to the get kibana cluster params

func (*GetKibanaClusterParams) WithTimeout

WithTimeout adds the timeout to the get kibana cluster params

func (*GetKibanaClusterParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetKibanaClusterPendingPlanNotFound

type GetKibanaClusterPendingPlanNotFound struct {
	Payload *models.BasicFailedReply
}

GetKibanaClusterPendingPlanNotFound handles this case with default header values.

The cluster specified by {cluster_id} cannot be found (code: 'clusters.cluster_not_found')

func NewGetKibanaClusterPendingPlanNotFound

func NewGetKibanaClusterPendingPlanNotFound() *GetKibanaClusterPendingPlanNotFound

NewGetKibanaClusterPendingPlanNotFound creates a GetKibanaClusterPendingPlanNotFound with default headers values

func (*GetKibanaClusterPendingPlanNotFound) Error

func (*GetKibanaClusterPendingPlanNotFound) GetPayload

type GetKibanaClusterPendingPlanOK

type GetKibanaClusterPendingPlanOK 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.KibanaClusterPlan
}

GetKibanaClusterPendingPlanOK handles this case with default header values.

The cluster has a pending plan currently being applied to the cluster

func NewGetKibanaClusterPendingPlanOK

func NewGetKibanaClusterPendingPlanOK() *GetKibanaClusterPendingPlanOK

NewGetKibanaClusterPendingPlanOK creates a GetKibanaClusterPendingPlanOK with default headers values

func (*GetKibanaClusterPendingPlanOK) Error

func (*GetKibanaClusterPendingPlanOK) GetPayload

type GetKibanaClusterPendingPlanParams

type GetKibanaClusterPendingPlanParams struct {

	/*ClusterID
	  The Kibana deployment identifier.

	*/
	ClusterID string
	/*ConvertLegacyPlans
	  When `true`, converts the plans to the 2.0.x format. When `false`, uses the 1.x format. The default is `false`.

	*/
	ConvertLegacyPlans *bool
	/*ShowPlanDefaults
	  When plans are shown, includes the default values in the response. NOTE: This option results in large responses.

	*/
	ShowPlanDefaults *bool

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

GetKibanaClusterPendingPlanParams contains all the parameters to send to the API endpoint for the get kibana cluster pending plan operation typically these are written to a http.Request

func NewGetKibanaClusterPendingPlanParams

func NewGetKibanaClusterPendingPlanParams() *GetKibanaClusterPendingPlanParams

NewGetKibanaClusterPendingPlanParams creates a new GetKibanaClusterPendingPlanParams object with the default values initialized.

func NewGetKibanaClusterPendingPlanParamsWithContext

func NewGetKibanaClusterPendingPlanParamsWithContext(ctx context.Context) *GetKibanaClusterPendingPlanParams

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

func NewGetKibanaClusterPendingPlanParamsWithHTTPClient

func NewGetKibanaClusterPendingPlanParamsWithHTTPClient(client *http.Client) *GetKibanaClusterPendingPlanParams

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

func NewGetKibanaClusterPendingPlanParamsWithTimeout

func NewGetKibanaClusterPendingPlanParamsWithTimeout(timeout time.Duration) *GetKibanaClusterPendingPlanParams

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

func (*GetKibanaClusterPendingPlanParams) SetClusterID

func (o *GetKibanaClusterPendingPlanParams) SetClusterID(clusterID string)

SetClusterID adds the clusterId to the get kibana cluster pending plan params

func (*GetKibanaClusterPendingPlanParams) SetContext

SetContext adds the context to the get kibana cluster pending plan params

func (*GetKibanaClusterPendingPlanParams) SetConvertLegacyPlans

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

SetConvertLegacyPlans adds the convertLegacyPlans to the get kibana cluster pending plan params

func (*GetKibanaClusterPendingPlanParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get kibana cluster pending plan params

func (*GetKibanaClusterPendingPlanParams) SetShowPlanDefaults

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

SetShowPlanDefaults adds the showPlanDefaults to the get kibana cluster pending plan params

func (*GetKibanaClusterPendingPlanParams) SetTimeout

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

SetTimeout adds the timeout to the get kibana cluster pending plan params

func (*GetKibanaClusterPendingPlanParams) WithClusterID

WithClusterID adds the clusterID to the get kibana cluster pending plan params

func (*GetKibanaClusterPendingPlanParams) WithContext

WithContext adds the context to the get kibana cluster pending plan params

func (*GetKibanaClusterPendingPlanParams) WithConvertLegacyPlans

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

WithConvertLegacyPlans adds the convertLegacyPlans to the get kibana cluster pending plan params

func (*GetKibanaClusterPendingPlanParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get kibana cluster pending plan params

func (*GetKibanaClusterPendingPlanParams) WithShowPlanDefaults

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

WithShowPlanDefaults adds the showPlanDefaults to the get kibana cluster pending plan params

func (*GetKibanaClusterPendingPlanParams) WithTimeout

WithTimeout adds the timeout to the get kibana cluster pending plan params

func (*GetKibanaClusterPendingPlanParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetKibanaClusterPendingPlanPreconditionFailed

type GetKibanaClusterPendingPlanPreconditionFailed struct {
	Payload *models.BasicFailedReply
}

GetKibanaClusterPendingPlanPreconditionFailed handles this case with default header values.

There is not currently applied plan - eg the cluster has not finished provisioning, or the provisioning failed (code: 'clusters.cluster_plan_state_error')

func NewGetKibanaClusterPendingPlanPreconditionFailed

func NewGetKibanaClusterPendingPlanPreconditionFailed() *GetKibanaClusterPendingPlanPreconditionFailed

NewGetKibanaClusterPendingPlanPreconditionFailed creates a GetKibanaClusterPendingPlanPreconditionFailed with default headers values

func (*GetKibanaClusterPendingPlanPreconditionFailed) Error

func (*GetKibanaClusterPendingPlanPreconditionFailed) GetPayload

type GetKibanaClusterPendingPlanReader

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

GetKibanaClusterPendingPlanReader is a Reader for the GetKibanaClusterPendingPlan structure.

func (*GetKibanaClusterPendingPlanReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetKibanaClusterPlanActivityNotFound

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

	Payload *models.BasicFailedReply
}

GetKibanaClusterPlanActivityNotFound handles this case with default header values.

The cluster specified by {cluster_id} cannot be found. (code: `clusters.cluster_not_found`)

func NewGetKibanaClusterPlanActivityNotFound

func NewGetKibanaClusterPlanActivityNotFound() *GetKibanaClusterPlanActivityNotFound

NewGetKibanaClusterPlanActivityNotFound creates a GetKibanaClusterPlanActivityNotFound with default headers values

func (*GetKibanaClusterPlanActivityNotFound) Error

func (*GetKibanaClusterPlanActivityNotFound) GetPayload

type GetKibanaClusterPlanActivityOK

type GetKibanaClusterPlanActivityOK struct {
	Payload *models.KibanaClusterPlansInfo
}

GetKibanaClusterPlanActivityOK handles this case with default header values.

Returning the plan activity for the specified Kibana cluster

func NewGetKibanaClusterPlanActivityOK

func NewGetKibanaClusterPlanActivityOK() *GetKibanaClusterPlanActivityOK

NewGetKibanaClusterPlanActivityOK creates a GetKibanaClusterPlanActivityOK with default headers values

func (*GetKibanaClusterPlanActivityOK) Error

func (*GetKibanaClusterPlanActivityOK) GetPayload

type GetKibanaClusterPlanActivityParams

type GetKibanaClusterPlanActivityParams struct {

	/*ClusterID
	  The Kibana deployment identifier.

	*/
	ClusterID string
	/*ConvertLegacyPlans
	  When `true`, converts the plans to the 2.0.x format. When `false`, uses the 1.x format. The default is `false`.

	*/
	ConvertLegacyPlans *bool
	/*ShowPlanDefaults
	  When plans are shown, includes the default values in the response. NOTE: This option results in large responses.

	*/
	ShowPlanDefaults *bool
	/*ShowPlanLogs
	  Includes the active, pending, and historical plan information in the attempt log. NOTE: This option can result in large responses.

	*/
	ShowPlanLogs *bool

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

GetKibanaClusterPlanActivityParams contains all the parameters to send to the API endpoint for the get kibana cluster plan activity operation typically these are written to a http.Request

func NewGetKibanaClusterPlanActivityParams

func NewGetKibanaClusterPlanActivityParams() *GetKibanaClusterPlanActivityParams

NewGetKibanaClusterPlanActivityParams creates a new GetKibanaClusterPlanActivityParams object with the default values initialized.

func NewGetKibanaClusterPlanActivityParamsWithContext

func NewGetKibanaClusterPlanActivityParamsWithContext(ctx context.Context) *GetKibanaClusterPlanActivityParams

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

func NewGetKibanaClusterPlanActivityParamsWithHTTPClient

func NewGetKibanaClusterPlanActivityParamsWithHTTPClient(client *http.Client) *GetKibanaClusterPlanActivityParams

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

func NewGetKibanaClusterPlanActivityParamsWithTimeout

func NewGetKibanaClusterPlanActivityParamsWithTimeout(timeout time.Duration) *GetKibanaClusterPlanActivityParams

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

func (*GetKibanaClusterPlanActivityParams) SetClusterID

func (o *GetKibanaClusterPlanActivityParams) SetClusterID(clusterID string)

SetClusterID adds the clusterId to the get kibana cluster plan activity params

func (*GetKibanaClusterPlanActivityParams) SetContext

SetContext adds the context to the get kibana cluster plan activity params

func (*GetKibanaClusterPlanActivityParams) SetConvertLegacyPlans

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

SetConvertLegacyPlans adds the convertLegacyPlans to the get kibana cluster plan activity params

func (*GetKibanaClusterPlanActivityParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get kibana cluster plan activity params

func (*GetKibanaClusterPlanActivityParams) SetShowPlanDefaults

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

SetShowPlanDefaults adds the showPlanDefaults to the get kibana cluster plan activity params

func (*GetKibanaClusterPlanActivityParams) SetShowPlanLogs

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

SetShowPlanLogs adds the showPlanLogs to the get kibana cluster plan activity params

func (*GetKibanaClusterPlanActivityParams) SetTimeout

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

SetTimeout adds the timeout to the get kibana cluster plan activity params

func (*GetKibanaClusterPlanActivityParams) WithClusterID

WithClusterID adds the clusterID to the get kibana cluster plan activity params

func (*GetKibanaClusterPlanActivityParams) WithContext

WithContext adds the context to the get kibana cluster plan activity params

func (*GetKibanaClusterPlanActivityParams) WithConvertLegacyPlans

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

WithConvertLegacyPlans adds the convertLegacyPlans to the get kibana cluster plan activity params

func (*GetKibanaClusterPlanActivityParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get kibana cluster plan activity params

func (*GetKibanaClusterPlanActivityParams) WithShowPlanDefaults

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

WithShowPlanDefaults adds the showPlanDefaults to the get kibana cluster plan activity params

func (*GetKibanaClusterPlanActivityParams) WithShowPlanLogs

WithShowPlanLogs adds the showPlanLogs to the get kibana cluster plan activity params

func (*GetKibanaClusterPlanActivityParams) WithTimeout

WithTimeout adds the timeout to the get kibana cluster plan activity params

func (*GetKibanaClusterPlanActivityParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetKibanaClusterPlanActivityReader

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

GetKibanaClusterPlanActivityReader is a Reader for the GetKibanaClusterPlanActivity structure.

func (*GetKibanaClusterPlanActivityReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetKibanaClusterPlanNotFound

type GetKibanaClusterPlanNotFound struct {
	Payload *models.BasicFailedReply
}

GetKibanaClusterPlanNotFound handles this case with default header values.

The cluster specified by {cluster_id} cannot be found (code: 'clusters.cluster_not_found')

func NewGetKibanaClusterPlanNotFound

func NewGetKibanaClusterPlanNotFound() *GetKibanaClusterPlanNotFound

NewGetKibanaClusterPlanNotFound creates a GetKibanaClusterPlanNotFound with default headers values

func (*GetKibanaClusterPlanNotFound) Error

func (*GetKibanaClusterPlanNotFound) GetPayload

type GetKibanaClusterPlanOK

type GetKibanaClusterPlanOK 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.KibanaClusterPlan
}

GetKibanaClusterPlanOK handles this case with default header values.

The cluster has a current applied plan

func NewGetKibanaClusterPlanOK

func NewGetKibanaClusterPlanOK() *GetKibanaClusterPlanOK

NewGetKibanaClusterPlanOK creates a GetKibanaClusterPlanOK with default headers values

func (*GetKibanaClusterPlanOK) Error

func (o *GetKibanaClusterPlanOK) Error() string

func (*GetKibanaClusterPlanOK) GetPayload

type GetKibanaClusterPlanParams

type GetKibanaClusterPlanParams struct {

	/*ClusterID
	  The Kibana deployment identifier.

	*/
	ClusterID string
	/*ConvertLegacyPlans
	  When `true`, converts the plans to the 2.0.x format. When `false`, uses the 1.x format. The default is `false`.

	*/
	ConvertLegacyPlans *bool
	/*ShowPlanDefaults
	  When plans are shown, includes the default values in the response. NOTE: This option results in large responses.

	*/
	ShowPlanDefaults *bool

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

GetKibanaClusterPlanParams contains all the parameters to send to the API endpoint for the get kibana cluster plan operation typically these are written to a http.Request

func NewGetKibanaClusterPlanParams

func NewGetKibanaClusterPlanParams() *GetKibanaClusterPlanParams

NewGetKibanaClusterPlanParams creates a new GetKibanaClusterPlanParams object with the default values initialized.

func NewGetKibanaClusterPlanParamsWithContext

func NewGetKibanaClusterPlanParamsWithContext(ctx context.Context) *GetKibanaClusterPlanParams

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

func NewGetKibanaClusterPlanParamsWithHTTPClient

func NewGetKibanaClusterPlanParamsWithHTTPClient(client *http.Client) *GetKibanaClusterPlanParams

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

func NewGetKibanaClusterPlanParamsWithTimeout

func NewGetKibanaClusterPlanParamsWithTimeout(timeout time.Duration) *GetKibanaClusterPlanParams

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

func (*GetKibanaClusterPlanParams) SetClusterID

func (o *GetKibanaClusterPlanParams) SetClusterID(clusterID string)

SetClusterID adds the clusterId to the get kibana cluster plan params

func (*GetKibanaClusterPlanParams) SetContext

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

SetContext adds the context to the get kibana cluster plan params

func (*GetKibanaClusterPlanParams) SetConvertLegacyPlans

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

SetConvertLegacyPlans adds the convertLegacyPlans to the get kibana cluster plan params

func (*GetKibanaClusterPlanParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get kibana cluster plan params

func (*GetKibanaClusterPlanParams) SetShowPlanDefaults

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

SetShowPlanDefaults adds the showPlanDefaults to the get kibana cluster plan params

func (*GetKibanaClusterPlanParams) SetTimeout

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

SetTimeout adds the timeout to the get kibana cluster plan params

func (*GetKibanaClusterPlanParams) WithClusterID

func (o *GetKibanaClusterPlanParams) WithClusterID(clusterID string) *GetKibanaClusterPlanParams

WithClusterID adds the clusterID to the get kibana cluster plan params

func (*GetKibanaClusterPlanParams) WithContext

WithContext adds the context to the get kibana cluster plan params

func (*GetKibanaClusterPlanParams) WithConvertLegacyPlans

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

WithConvertLegacyPlans adds the convertLegacyPlans to the get kibana cluster plan params

func (*GetKibanaClusterPlanParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get kibana cluster plan params

func (*GetKibanaClusterPlanParams) WithShowPlanDefaults

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

WithShowPlanDefaults adds the showPlanDefaults to the get kibana cluster plan params

func (*GetKibanaClusterPlanParams) WithTimeout

WithTimeout adds the timeout to the get kibana cluster plan params

func (*GetKibanaClusterPlanParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetKibanaClusterPlanPreconditionFailed

type GetKibanaClusterPlanPreconditionFailed struct {
	Payload *models.BasicFailedReply
}

GetKibanaClusterPlanPreconditionFailed handles this case with default header values.

There is not currently applied plan - eg the cluster has not finished provisioning, or the provisioning failed (code: 'clusters.cluster_plan_state_error')

func NewGetKibanaClusterPlanPreconditionFailed

func NewGetKibanaClusterPlanPreconditionFailed() *GetKibanaClusterPlanPreconditionFailed

NewGetKibanaClusterPlanPreconditionFailed creates a GetKibanaClusterPlanPreconditionFailed with default headers values

func (*GetKibanaClusterPlanPreconditionFailed) Error

func (*GetKibanaClusterPlanPreconditionFailed) GetPayload

type GetKibanaClusterPlanReader

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

GetKibanaClusterPlanReader is a Reader for the GetKibanaClusterPlan structure.

func (*GetKibanaClusterPlanReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetKibanaClusterReader

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

GetKibanaClusterReader is a Reader for the GetKibanaCluster structure.

func (*GetKibanaClusterReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetKibanaClustersOK

type GetKibanaClustersOK struct {
	Payload *models.KibanaClustersInfo
}

GetKibanaClustersOK handles this case with default header values.

Returning the specified set of clusters from the platform

func NewGetKibanaClustersOK

func NewGetKibanaClustersOK() *GetKibanaClustersOK

NewGetKibanaClustersOK creates a GetKibanaClustersOK with default headers values

func (*GetKibanaClustersOK) Error

func (o *GetKibanaClustersOK) Error() string

func (*GetKibanaClustersOK) GetPayload

type GetKibanaClustersParams

type GetKibanaClustersParams struct {

	/*From
	  The number of clusters to skip.

	*/
	From *int64
	/*Q
	  An optional query to filter Kibana clusters by. Maps to an Elasticsearch query_string query.

	*/
	Q *string
	/*ShowHidden
	  Includes the hidden clusters in the response.

	*/
	ShowHidden *bool
	/*ShowMetadata
	  Includes all of the cluster metadata in the response. NOTE: Responses can include a large amount of metadata, as well as credentials.

	*/
	ShowMetadata *bool
	/*ShowPlanDefaults
	  When plans are shown, includes the default values in the response. NOTE: This option results in large responses.

	*/
	ShowPlanDefaults *bool
	/*ShowPlans
	  Includes the active and pending plan information in the response. NOTE: This option can result in large responses.

	*/
	ShowPlans *bool
	/*ShowSettings
	  Includes the cluster settings in the response.

	*/
	ShowSettings *bool
	/*Size
	  The maximum number of clusters to include in the response. For all clusters, use -1. NOTE: This option can result in large responses.

	*/
	Size *int64

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

GetKibanaClustersParams contains all the parameters to send to the API endpoint for the get kibana clusters operation typically these are written to a http.Request

func NewGetKibanaClustersParams

func NewGetKibanaClustersParams() *GetKibanaClustersParams

NewGetKibanaClustersParams creates a new GetKibanaClustersParams object with the default values initialized.

func NewGetKibanaClustersParamsWithContext

func NewGetKibanaClustersParamsWithContext(ctx context.Context) *GetKibanaClustersParams

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

func NewGetKibanaClustersParamsWithHTTPClient

func NewGetKibanaClustersParamsWithHTTPClient(client *http.Client) *GetKibanaClustersParams

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

func NewGetKibanaClustersParamsWithTimeout

func NewGetKibanaClustersParamsWithTimeout(timeout time.Duration) *GetKibanaClustersParams

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

func (*GetKibanaClustersParams) SetContext

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

SetContext adds the context to the get kibana clusters params

func (*GetKibanaClustersParams) SetFrom

func (o *GetKibanaClustersParams) SetFrom(from *int64)

SetFrom adds the from to the get kibana clusters params

func (*GetKibanaClustersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get kibana clusters params

func (*GetKibanaClustersParams) SetQ

func (o *GetKibanaClustersParams) SetQ(q *string)

SetQ adds the q to the get kibana clusters params

func (*GetKibanaClustersParams) SetShowHidden

func (o *GetKibanaClustersParams) SetShowHidden(showHidden *bool)

SetShowHidden adds the showHidden to the get kibana clusters params

func (*GetKibanaClustersParams) SetShowMetadata

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

SetShowMetadata adds the showMetadata to the get kibana clusters params

func (*GetKibanaClustersParams) SetShowPlanDefaults

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

SetShowPlanDefaults adds the showPlanDefaults to the get kibana clusters params

func (*GetKibanaClustersParams) SetShowPlans

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

SetShowPlans adds the showPlans to the get kibana clusters params

func (*GetKibanaClustersParams) SetShowSettings

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

SetShowSettings adds the showSettings to the get kibana clusters params

func (*GetKibanaClustersParams) SetSize

func (o *GetKibanaClustersParams) SetSize(size *int64)

SetSize adds the size to the get kibana clusters params

func (*GetKibanaClustersParams) SetTimeout

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

SetTimeout adds the timeout to the get kibana clusters params

func (*GetKibanaClustersParams) WithContext

WithContext adds the context to the get kibana clusters params

func (*GetKibanaClustersParams) WithFrom

WithFrom adds the from to the get kibana clusters params

func (*GetKibanaClustersParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get kibana clusters params

func (*GetKibanaClustersParams) WithQ

WithQ adds the q to the get kibana clusters params

func (*GetKibanaClustersParams) WithShowHidden

func (o *GetKibanaClustersParams) WithShowHidden(showHidden *bool) *GetKibanaClustersParams

WithShowHidden adds the showHidden to the get kibana clusters params

func (*GetKibanaClustersParams) WithShowMetadata

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

WithShowMetadata adds the showMetadata to the get kibana clusters params

func (*GetKibanaClustersParams) WithShowPlanDefaults

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

WithShowPlanDefaults adds the showPlanDefaults to the get kibana clusters params

func (*GetKibanaClustersParams) WithShowPlans

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

WithShowPlans adds the showPlans to the get kibana clusters params

func (*GetKibanaClustersParams) WithShowSettings

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

WithShowSettings adds the showSettings to the get kibana clusters params

func (*GetKibanaClustersParams) WithSize

WithSize adds the size to the get kibana clusters params

func (*GetKibanaClustersParams) WithTimeout

WithTimeout adds the timeout to the get kibana clusters params

func (*GetKibanaClustersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetKibanaClustersReader

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

GetKibanaClustersReader is a Reader for the GetKibanaClusters structure.

func (*GetKibanaClustersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type MoveKibanaClusterInstancesAccepted

type MoveKibanaClusterInstancesAccepted struct {
	Payload *models.ClusterCommandResponse
}

MoveKibanaClusterInstancesAccepted handles this case with default header values.

The move command was issued successfully, use the "GET" command on the /{cluster_id} resource to monitor progress

func NewMoveKibanaClusterInstancesAccepted

func NewMoveKibanaClusterInstancesAccepted() *MoveKibanaClusterInstancesAccepted

NewMoveKibanaClusterInstancesAccepted creates a MoveKibanaClusterInstancesAccepted with default headers values

func (*MoveKibanaClusterInstancesAccepted) Error

func (*MoveKibanaClusterInstancesAccepted) GetPayload

type MoveKibanaClusterInstancesAdvancedAccepted

type MoveKibanaClusterInstancesAdvancedAccepted struct {
	Payload *models.ClusterCommandResponse
}

MoveKibanaClusterInstancesAdvancedAccepted handles this case with default header values.

The move command was issued successfully, use the "GET" command on the /{cluster_id} resource to monitor progress

func NewMoveKibanaClusterInstancesAdvancedAccepted

func NewMoveKibanaClusterInstancesAdvancedAccepted() *MoveKibanaClusterInstancesAdvancedAccepted

NewMoveKibanaClusterInstancesAdvancedAccepted creates a MoveKibanaClusterInstancesAdvancedAccepted with default headers values

func (*MoveKibanaClusterInstancesAdvancedAccepted) Error

func (*MoveKibanaClusterInstancesAdvancedAccepted) GetPayload

type MoveKibanaClusterInstancesAdvancedBadRequest

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

	Payload *models.BasicFailedReply
}

MoveKibanaClusterInstancesAdvancedBadRequest handles this case with default header values.

* The cluster definition contained errors. (code: `clusters.cluster_invalid_plan`) * The cluster definition contained errors. (code: `clusters.plan_feature_not_implemented`)

func NewMoveKibanaClusterInstancesAdvancedBadRequest

func NewMoveKibanaClusterInstancesAdvancedBadRequest() *MoveKibanaClusterInstancesAdvancedBadRequest

NewMoveKibanaClusterInstancesAdvancedBadRequest creates a MoveKibanaClusterInstancesAdvancedBadRequest with default headers values

func (*MoveKibanaClusterInstancesAdvancedBadRequest) Error

func (*MoveKibanaClusterInstancesAdvancedBadRequest) GetPayload

type MoveKibanaClusterInstancesAdvancedForbidden

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

	Payload *models.BasicFailedReply
}

MoveKibanaClusterInstancesAdvancedForbidden handles this case with default header values.

The move command was prohibited for the given cluster. (code: `clusters.command_prohibited`)

func NewMoveKibanaClusterInstancesAdvancedForbidden

func NewMoveKibanaClusterInstancesAdvancedForbidden() *MoveKibanaClusterInstancesAdvancedForbidden

NewMoveKibanaClusterInstancesAdvancedForbidden creates a MoveKibanaClusterInstancesAdvancedForbidden with default headers values

func (*MoveKibanaClusterInstancesAdvancedForbidden) Error

func (*MoveKibanaClusterInstancesAdvancedForbidden) GetPayload

type MoveKibanaClusterInstancesAdvancedNotFound

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

	Payload *models.BasicFailedReply
}

MoveKibanaClusterInstancesAdvancedNotFound handles this case with default header values.

* The cluster specified by {cluster_id} cannot be found. (code: `clusters.cluster_not_found`) * One or more of the instances specified at {instance_ids} could not be found. (code: `clusters.instances_not_found`)

func NewMoveKibanaClusterInstancesAdvancedNotFound

func NewMoveKibanaClusterInstancesAdvancedNotFound() *MoveKibanaClusterInstancesAdvancedNotFound

NewMoveKibanaClusterInstancesAdvancedNotFound creates a MoveKibanaClusterInstancesAdvancedNotFound with default headers values

func (*MoveKibanaClusterInstancesAdvancedNotFound) Error

func (*MoveKibanaClusterInstancesAdvancedNotFound) GetPayload

type MoveKibanaClusterInstancesAdvancedParams

type MoveKibanaClusterInstancesAdvancedParams struct {

	/*Body
	  Overrides defaults for the move, including setting the configuration of instances specified in the path

	*/
	Body *models.TransientKibanaPlanConfiguration
	/*ClusterID
	  The Kibana deployment identifier.

	*/
	ClusterID string
	/*ForceUpdate
	  When `true`, cancels and overwrites the pending plans, or treats the instance as an error.

	*/
	ForceUpdate *bool
	/*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
}

MoveKibanaClusterInstancesAdvancedParams contains all the parameters to send to the API endpoint for the move kibana cluster instances advanced operation typically these are written to a http.Request

func NewMoveKibanaClusterInstancesAdvancedParams

func NewMoveKibanaClusterInstancesAdvancedParams() *MoveKibanaClusterInstancesAdvancedParams

NewMoveKibanaClusterInstancesAdvancedParams creates a new MoveKibanaClusterInstancesAdvancedParams object with the default values initialized.

func NewMoveKibanaClusterInstancesAdvancedParamsWithContext

func NewMoveKibanaClusterInstancesAdvancedParamsWithContext(ctx context.Context) *MoveKibanaClusterInstancesAdvancedParams

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

func NewMoveKibanaClusterInstancesAdvancedParamsWithHTTPClient

func NewMoveKibanaClusterInstancesAdvancedParamsWithHTTPClient(client *http.Client) *MoveKibanaClusterInstancesAdvancedParams

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

func NewMoveKibanaClusterInstancesAdvancedParamsWithTimeout

func NewMoveKibanaClusterInstancesAdvancedParamsWithTimeout(timeout time.Duration) *MoveKibanaClusterInstancesAdvancedParams

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

func (*MoveKibanaClusterInstancesAdvancedParams) SetBody

SetBody adds the body to the move kibana cluster instances advanced params

func (*MoveKibanaClusterInstancesAdvancedParams) SetClusterID

func (o *MoveKibanaClusterInstancesAdvancedParams) SetClusterID(clusterID string)

SetClusterID adds the clusterId to the move kibana cluster instances advanced params

func (*MoveKibanaClusterInstancesAdvancedParams) SetContext

SetContext adds the context to the move kibana cluster instances advanced params

func (*MoveKibanaClusterInstancesAdvancedParams) SetForceUpdate

func (o *MoveKibanaClusterInstancesAdvancedParams) SetForceUpdate(forceUpdate *bool)

SetForceUpdate adds the forceUpdate to the move kibana cluster instances advanced params

func (*MoveKibanaClusterInstancesAdvancedParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the move kibana cluster instances advanced params

func (*MoveKibanaClusterInstancesAdvancedParams) SetTimeout

SetTimeout adds the timeout to the move kibana cluster instances advanced params

func (*MoveKibanaClusterInstancesAdvancedParams) SetValidateOnly

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

SetValidateOnly adds the validateOnly to the move kibana cluster instances advanced params

func (*MoveKibanaClusterInstancesAdvancedParams) WithBody

WithBody adds the body to the move kibana cluster instances advanced params

func (*MoveKibanaClusterInstancesAdvancedParams) WithClusterID

WithClusterID adds the clusterID to the move kibana cluster instances advanced params

func (*MoveKibanaClusterInstancesAdvancedParams) WithContext

WithContext adds the context to the move kibana cluster instances advanced params

func (*MoveKibanaClusterInstancesAdvancedParams) WithForceUpdate

WithForceUpdate adds the forceUpdate to the move kibana cluster instances advanced params

func (*MoveKibanaClusterInstancesAdvancedParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the move kibana cluster instances advanced params

func (*MoveKibanaClusterInstancesAdvancedParams) WithTimeout

WithTimeout adds the timeout to the move kibana cluster instances advanced params

func (*MoveKibanaClusterInstancesAdvancedParams) WithValidateOnly

WithValidateOnly adds the validateOnly to the move kibana cluster instances advanced params

func (*MoveKibanaClusterInstancesAdvancedParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type MoveKibanaClusterInstancesAdvancedReader

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

MoveKibanaClusterInstancesAdvancedReader is a Reader for the MoveKibanaClusterInstancesAdvanced structure.

func (*MoveKibanaClusterInstancesAdvancedReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type MoveKibanaClusterInstancesAdvancedRetryWith

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

	Payload *models.BasicFailedReply
}

MoveKibanaClusterInstancesAdvancedRetryWith handles this case with default header values.

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

func NewMoveKibanaClusterInstancesAdvancedRetryWith

func NewMoveKibanaClusterInstancesAdvancedRetryWith() *MoveKibanaClusterInstancesAdvancedRetryWith

NewMoveKibanaClusterInstancesAdvancedRetryWith creates a MoveKibanaClusterInstancesAdvancedRetryWith with default headers values

func (*MoveKibanaClusterInstancesAdvancedRetryWith) Error

func (*MoveKibanaClusterInstancesAdvancedRetryWith) GetPayload

type MoveKibanaClusterInstancesBadRequest

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

	Payload *models.BasicFailedReply
}

MoveKibanaClusterInstancesBadRequest handles this case with default header values.

* The cluster definition contained errors. (code: `clusters.cluster_invalid_plan`) * The cluster definition contained errors. (code: `clusters.plan_feature_not_implemented`)

func NewMoveKibanaClusterInstancesBadRequest

func NewMoveKibanaClusterInstancesBadRequest() *MoveKibanaClusterInstancesBadRequest

NewMoveKibanaClusterInstancesBadRequest creates a MoveKibanaClusterInstancesBadRequest with default headers values

func (*MoveKibanaClusterInstancesBadRequest) Error

func (*MoveKibanaClusterInstancesBadRequest) GetPayload

type MoveKibanaClusterInstancesForbidden

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

	Payload *models.BasicFailedReply
}

MoveKibanaClusterInstancesForbidden handles this case with default header values.

The move command was prohibited for the given cluster. (code: `clusters.command_prohibited`)

func NewMoveKibanaClusterInstancesForbidden

func NewMoveKibanaClusterInstancesForbidden() *MoveKibanaClusterInstancesForbidden

NewMoveKibanaClusterInstancesForbidden creates a MoveKibanaClusterInstancesForbidden with default headers values

func (*MoveKibanaClusterInstancesForbidden) Error

func (*MoveKibanaClusterInstancesForbidden) GetPayload

type MoveKibanaClusterInstancesNotFound

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

	Payload *models.BasicFailedReply
}

MoveKibanaClusterInstancesNotFound handles this case with default header values.

* The cluster specified by {cluster_id} cannot be found. (code: `clusters.cluster_not_found`) * One or more of the instances specified at {instance_ids} could not be found. (code: `clusters.instances_not_found`)

func NewMoveKibanaClusterInstancesNotFound

func NewMoveKibanaClusterInstancesNotFound() *MoveKibanaClusterInstancesNotFound

NewMoveKibanaClusterInstancesNotFound creates a MoveKibanaClusterInstancesNotFound with default headers values

func (*MoveKibanaClusterInstancesNotFound) Error

func (*MoveKibanaClusterInstancesNotFound) GetPayload

type MoveKibanaClusterInstancesParams

type MoveKibanaClusterInstancesParams struct {

	/*Body
	  Overrides defaults for the move, including setting the configuration of instances specified in the path

	*/
	Body *models.TransientKibanaPlanConfiguration
	/*ClusterID
	  The Kibana deployment identifier.

	*/
	ClusterID string
	/*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
	/*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
}

MoveKibanaClusterInstancesParams contains all the parameters to send to the API endpoint for the move kibana cluster instances operation typically these are written to a http.Request

func NewMoveKibanaClusterInstancesParams

func NewMoveKibanaClusterInstancesParams() *MoveKibanaClusterInstancesParams

NewMoveKibanaClusterInstancesParams creates a new MoveKibanaClusterInstancesParams object with the default values initialized.

func NewMoveKibanaClusterInstancesParamsWithContext

func NewMoveKibanaClusterInstancesParamsWithContext(ctx context.Context) *MoveKibanaClusterInstancesParams

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

func NewMoveKibanaClusterInstancesParamsWithHTTPClient

func NewMoveKibanaClusterInstancesParamsWithHTTPClient(client *http.Client) *MoveKibanaClusterInstancesParams

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

func NewMoveKibanaClusterInstancesParamsWithTimeout

func NewMoveKibanaClusterInstancesParamsWithTimeout(timeout time.Duration) *MoveKibanaClusterInstancesParams

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

func (*MoveKibanaClusterInstancesParams) SetBody

SetBody adds the body to the move kibana cluster instances params

func (*MoveKibanaClusterInstancesParams) SetClusterID

func (o *MoveKibanaClusterInstancesParams) SetClusterID(clusterID string)

SetClusterID adds the clusterId to the move kibana cluster instances params

func (*MoveKibanaClusterInstancesParams) SetContext

SetContext adds the context to the move kibana cluster instances params

func (*MoveKibanaClusterInstancesParams) SetForceUpdate

func (o *MoveKibanaClusterInstancesParams) SetForceUpdate(forceUpdate *bool)

SetForceUpdate adds the forceUpdate to the move kibana cluster instances params

func (*MoveKibanaClusterInstancesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the move kibana cluster instances params

func (*MoveKibanaClusterInstancesParams) SetIgnoreMissing

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

SetIgnoreMissing adds the ignoreMissing to the move kibana cluster instances params

func (*MoveKibanaClusterInstancesParams) SetInstanceIds

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

SetInstanceIds adds the instanceIds to the move kibana cluster instances params

func (*MoveKibanaClusterInstancesParams) SetTimeout

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

SetTimeout adds the timeout to the move kibana cluster instances params

func (*MoveKibanaClusterInstancesParams) SetValidateOnly

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

SetValidateOnly adds the validateOnly to the move kibana cluster instances params

func (*MoveKibanaClusterInstancesParams) WithBody

WithBody adds the body to the move kibana cluster instances params

func (*MoveKibanaClusterInstancesParams) WithClusterID

WithClusterID adds the clusterID to the move kibana cluster instances params

func (*MoveKibanaClusterInstancesParams) WithContext

WithContext adds the context to the move kibana cluster instances params

func (*MoveKibanaClusterInstancesParams) WithForceUpdate

WithForceUpdate adds the forceUpdate to the move kibana cluster instances params

func (*MoveKibanaClusterInstancesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the move kibana cluster instances params

func (*MoveKibanaClusterInstancesParams) WithIgnoreMissing

func (o *MoveKibanaClusterInstancesParams) WithIgnoreMissing(ignoreMissing *bool) *MoveKibanaClusterInstancesParams

WithIgnoreMissing adds the ignoreMissing to the move kibana cluster instances params

func (*MoveKibanaClusterInstancesParams) WithInstanceIds

WithInstanceIds adds the instanceIds to the move kibana cluster instances params

func (*MoveKibanaClusterInstancesParams) WithTimeout

WithTimeout adds the timeout to the move kibana cluster instances params

func (*MoveKibanaClusterInstancesParams) WithValidateOnly

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

WithValidateOnly adds the validateOnly to the move kibana cluster instances params

func (*MoveKibanaClusterInstancesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type MoveKibanaClusterInstancesReader

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

MoveKibanaClusterInstancesReader is a Reader for the MoveKibanaClusterInstances structure.

func (*MoveKibanaClusterInstancesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type MoveKibanaClusterInstancesRetryWith

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

	Payload *models.BasicFailedReply
}

MoveKibanaClusterInstancesRetryWith handles this case with default header values.

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

func NewMoveKibanaClusterInstancesRetryWith

func NewMoveKibanaClusterInstancesRetryWith() *MoveKibanaClusterInstancesRetryWith

NewMoveKibanaClusterInstancesRetryWith creates a MoveKibanaClusterInstancesRetryWith with default headers values

func (*MoveKibanaClusterInstancesRetryWith) Error

func (*MoveKibanaClusterInstancesRetryWith) GetPayload

type PostKibProxyRequestsNotFound

type PostKibProxyRequestsNotFound struct {
	Payload *models.BasicFailedReply
}

PostKibProxyRequestsNotFound handles this case with default header values.

The cluster specified by {cluster_id} cannot be found (code: 'clusters.cluster_not_found')

func NewPostKibProxyRequestsNotFound

func NewPostKibProxyRequestsNotFound() *PostKibProxyRequestsNotFound

NewPostKibProxyRequestsNotFound creates a PostKibProxyRequestsNotFound with default headers values

func (*PostKibProxyRequestsNotFound) Error

func (*PostKibProxyRequestsNotFound) GetPayload

type PostKibProxyRequestsOK

type PostKibProxyRequestsOK struct {
}

PostKibProxyRequestsOK handles this case with default header values.

The request has been processed successfully through the proxy

func NewPostKibProxyRequestsOK

func NewPostKibProxyRequestsOK() *PostKibProxyRequestsOK

NewPostKibProxyRequestsOK creates a PostKibProxyRequestsOK with default headers values

func (*PostKibProxyRequestsOK) Error

func (o *PostKibProxyRequestsOK) Error() string

type PostKibProxyRequestsParams

type PostKibProxyRequestsParams struct {

	/*XManagementRequest
	  When set to `true`, includes the X-Management-Request header value.

	*/
	XManagementRequest string
	/*Body
	  The JSON payload that is used to proxy the Kibana deployment.

	*/
	Body string
	/*ClusterID
	  The Kibana deployment identifier

	*/
	ClusterID string
	/*KibanaPath
	  The URL part to proxy to the Kibana cluster. Example: /api/spaces/space or /api/upgrade_assistant/status

	*/
	KibanaPath string

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

PostKibProxyRequestsParams contains all the parameters to send to the API endpoint for the post kib proxy requests operation typically these are written to a http.Request

func NewPostKibProxyRequestsParams

func NewPostKibProxyRequestsParams() *PostKibProxyRequestsParams

NewPostKibProxyRequestsParams creates a new PostKibProxyRequestsParams object with the default values initialized.

func NewPostKibProxyRequestsParamsWithContext

func NewPostKibProxyRequestsParamsWithContext(ctx context.Context) *PostKibProxyRequestsParams

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

func NewPostKibProxyRequestsParamsWithHTTPClient

func NewPostKibProxyRequestsParamsWithHTTPClient(client *http.Client) *PostKibProxyRequestsParams

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

func NewPostKibProxyRequestsParamsWithTimeout

func NewPostKibProxyRequestsParamsWithTimeout(timeout time.Duration) *PostKibProxyRequestsParams

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

func (*PostKibProxyRequestsParams) SetBody

func (o *PostKibProxyRequestsParams) SetBody(body string)

SetBody adds the body to the post kib proxy requests params

func (*PostKibProxyRequestsParams) SetClusterID

func (o *PostKibProxyRequestsParams) SetClusterID(clusterID string)

SetClusterID adds the clusterId to the post kib proxy requests params

func (*PostKibProxyRequestsParams) SetContext

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

SetContext adds the context to the post kib proxy requests params

func (*PostKibProxyRequestsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post kib proxy requests params

func (*PostKibProxyRequestsParams) SetKibanaPath

func (o *PostKibProxyRequestsParams) SetKibanaPath(kibanaPath string)

SetKibanaPath adds the kibanaPath to the post kib proxy requests params

func (*PostKibProxyRequestsParams) SetTimeout

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

SetTimeout adds the timeout to the post kib proxy requests params

func (*PostKibProxyRequestsParams) SetXManagementRequest

func (o *PostKibProxyRequestsParams) SetXManagementRequest(xManagementRequest string)

SetXManagementRequest adds the xManagementRequest to the post kib proxy requests params

func (*PostKibProxyRequestsParams) WithBody

WithBody adds the body to the post kib proxy requests params

func (*PostKibProxyRequestsParams) WithClusterID

func (o *PostKibProxyRequestsParams) WithClusterID(clusterID string) *PostKibProxyRequestsParams

WithClusterID adds the clusterID to the post kib proxy requests params

func (*PostKibProxyRequestsParams) WithContext

WithContext adds the context to the post kib proxy requests params

func (*PostKibProxyRequestsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post kib proxy requests params

func (*PostKibProxyRequestsParams) WithKibanaPath

func (o *PostKibProxyRequestsParams) WithKibanaPath(kibanaPath string) *PostKibProxyRequestsParams

WithKibanaPath adds the kibanaPath to the post kib proxy requests params

func (*PostKibProxyRequestsParams) WithTimeout

WithTimeout adds the timeout to the post kib proxy requests params

func (*PostKibProxyRequestsParams) WithXManagementRequest

func (o *PostKibProxyRequestsParams) WithXManagementRequest(xManagementRequest string) *PostKibProxyRequestsParams

WithXManagementRequest adds the xManagementRequest to the post kib proxy requests params

func (*PostKibProxyRequestsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostKibProxyRequestsReader

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

PostKibProxyRequestsReader is a Reader for the PostKibProxyRequests structure.

func (*PostKibProxyRequestsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutKibProxyRequestsNotFound

type PutKibProxyRequestsNotFound struct {
	Payload *models.BasicFailedReply
}

PutKibProxyRequestsNotFound handles this case with default header values.

The cluster specified by {cluster_id} cannot be found (code: 'clusters.cluster_not_found')

func NewPutKibProxyRequestsNotFound

func NewPutKibProxyRequestsNotFound() *PutKibProxyRequestsNotFound

NewPutKibProxyRequestsNotFound creates a PutKibProxyRequestsNotFound with default headers values

func (*PutKibProxyRequestsNotFound) Error

func (*PutKibProxyRequestsNotFound) GetPayload

type PutKibProxyRequestsOK

type PutKibProxyRequestsOK struct {
}

PutKibProxyRequestsOK handles this case with default header values.

The request has been processed successfully through the proxy

func NewPutKibProxyRequestsOK

func NewPutKibProxyRequestsOK() *PutKibProxyRequestsOK

NewPutKibProxyRequestsOK creates a PutKibProxyRequestsOK with default headers values

func (*PutKibProxyRequestsOK) Error

func (o *PutKibProxyRequestsOK) Error() string

type PutKibProxyRequestsParams

type PutKibProxyRequestsParams struct {

	/*XManagementRequest
	  When set to `true`, includes the X-Management-Request header value.

	*/
	XManagementRequest string
	/*Body
	  The JSON payload that is used to proxy the Kibana deployment.

	*/
	Body string
	/*ClusterID
	  The Kibana deployment identifier

	*/
	ClusterID string
	/*KibanaPath
	  The URL part to proxy to the Kibana cluster. Example: /api/spaces/space or /api/upgrade_assistant/status

	*/
	KibanaPath string

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

PutKibProxyRequestsParams contains all the parameters to send to the API endpoint for the put kib proxy requests operation typically these are written to a http.Request

func NewPutKibProxyRequestsParams

func NewPutKibProxyRequestsParams() *PutKibProxyRequestsParams

NewPutKibProxyRequestsParams creates a new PutKibProxyRequestsParams object with the default values initialized.

func NewPutKibProxyRequestsParamsWithContext

func NewPutKibProxyRequestsParamsWithContext(ctx context.Context) *PutKibProxyRequestsParams

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

func NewPutKibProxyRequestsParamsWithHTTPClient

func NewPutKibProxyRequestsParamsWithHTTPClient(client *http.Client) *PutKibProxyRequestsParams

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

func NewPutKibProxyRequestsParamsWithTimeout

func NewPutKibProxyRequestsParamsWithTimeout(timeout time.Duration) *PutKibProxyRequestsParams

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

func (*PutKibProxyRequestsParams) SetBody

func (o *PutKibProxyRequestsParams) SetBody(body string)

SetBody adds the body to the put kib proxy requests params

func (*PutKibProxyRequestsParams) SetClusterID

func (o *PutKibProxyRequestsParams) SetClusterID(clusterID string)

SetClusterID adds the clusterId to the put kib proxy requests params

func (*PutKibProxyRequestsParams) SetContext

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

SetContext adds the context to the put kib proxy requests params

func (*PutKibProxyRequestsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put kib proxy requests params

func (*PutKibProxyRequestsParams) SetKibanaPath

func (o *PutKibProxyRequestsParams) SetKibanaPath(kibanaPath string)

SetKibanaPath adds the kibanaPath to the put kib proxy requests params

func (*PutKibProxyRequestsParams) SetTimeout

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

SetTimeout adds the timeout to the put kib proxy requests params

func (*PutKibProxyRequestsParams) SetXManagementRequest

func (o *PutKibProxyRequestsParams) SetXManagementRequest(xManagementRequest string)

SetXManagementRequest adds the xManagementRequest to the put kib proxy requests params

func (*PutKibProxyRequestsParams) WithBody

WithBody adds the body to the put kib proxy requests params

func (*PutKibProxyRequestsParams) WithClusterID

func (o *PutKibProxyRequestsParams) WithClusterID(clusterID string) *PutKibProxyRequestsParams

WithClusterID adds the clusterID to the put kib proxy requests params

func (*PutKibProxyRequestsParams) WithContext

WithContext adds the context to the put kib proxy requests params

func (*PutKibProxyRequestsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the put kib proxy requests params

func (*PutKibProxyRequestsParams) WithKibanaPath

func (o *PutKibProxyRequestsParams) WithKibanaPath(kibanaPath string) *PutKibProxyRequestsParams

WithKibanaPath adds the kibanaPath to the put kib proxy requests params

func (*PutKibProxyRequestsParams) WithTimeout

WithTimeout adds the timeout to the put kib proxy requests params

func (*PutKibProxyRequestsParams) WithXManagementRequest

func (o *PutKibProxyRequestsParams) WithXManagementRequest(xManagementRequest string) *PutKibProxyRequestsParams

WithXManagementRequest adds the xManagementRequest to the put kib proxy requests params

func (*PutKibProxyRequestsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutKibProxyRequestsReader

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

PutKibProxyRequestsReader is a Reader for the PutKibProxyRequests structure.

func (*PutKibProxyRequestsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RestartKibanaClusterAccepted

type RestartKibanaClusterAccepted struct {
	Payload *models.ClusterCommandResponse
}

RestartKibanaClusterAccepted handles this case with default header values.

The stop command was issued successfully, use the "GET" command on the /{cluster_id} resource to monitor progress

func NewRestartKibanaClusterAccepted

func NewRestartKibanaClusterAccepted() *RestartKibanaClusterAccepted

NewRestartKibanaClusterAccepted creates a RestartKibanaClusterAccepted with default headers values

func (*RestartKibanaClusterAccepted) Error

func (*RestartKibanaClusterAccepted) GetPayload

type RestartKibanaClusterNotFound

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

	Payload *models.BasicFailedReply
}

RestartKibanaClusterNotFound handles this case with default header values.

The cluster specified by {cluster_id} cannot be found. (code: `clusters.cluster_not_found`)

func NewRestartKibanaClusterNotFound

func NewRestartKibanaClusterNotFound() *RestartKibanaClusterNotFound

NewRestartKibanaClusterNotFound creates a RestartKibanaClusterNotFound with default headers values

func (*RestartKibanaClusterNotFound) Error

func (*RestartKibanaClusterNotFound) GetPayload

type RestartKibanaClusterParams

type RestartKibanaClusterParams struct {

	/*CancelPending
	  When `true`, cancels the pending plans, then restarts the cluster.

	*/
	CancelPending *bool
	/*ClusterID
	  The Kibana deployment identifier.

	*/
	ClusterID string

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

RestartKibanaClusterParams contains all the parameters to send to the API endpoint for the restart kibana cluster operation typically these are written to a http.Request

func NewRestartKibanaClusterParams

func NewRestartKibanaClusterParams() *RestartKibanaClusterParams

NewRestartKibanaClusterParams creates a new RestartKibanaClusterParams object with the default values initialized.

func NewRestartKibanaClusterParamsWithContext

func NewRestartKibanaClusterParamsWithContext(ctx context.Context) *RestartKibanaClusterParams

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

func NewRestartKibanaClusterParamsWithHTTPClient

func NewRestartKibanaClusterParamsWithHTTPClient(client *http.Client) *RestartKibanaClusterParams

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

func NewRestartKibanaClusterParamsWithTimeout

func NewRestartKibanaClusterParamsWithTimeout(timeout time.Duration) *RestartKibanaClusterParams

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

func (*RestartKibanaClusterParams) SetCancelPending

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

SetCancelPending adds the cancelPending to the restart kibana cluster params

func (*RestartKibanaClusterParams) SetClusterID

func (o *RestartKibanaClusterParams) SetClusterID(clusterID string)

SetClusterID adds the clusterId to the restart kibana cluster params

func (*RestartKibanaClusterParams) SetContext

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

SetContext adds the context to the restart kibana cluster params

func (*RestartKibanaClusterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the restart kibana cluster params

func (*RestartKibanaClusterParams) SetTimeout

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

SetTimeout adds the timeout to the restart kibana cluster params

func (*RestartKibanaClusterParams) WithCancelPending

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

WithCancelPending adds the cancelPending to the restart kibana cluster params

func (*RestartKibanaClusterParams) WithClusterID

func (o *RestartKibanaClusterParams) WithClusterID(clusterID string) *RestartKibanaClusterParams

WithClusterID adds the clusterID to the restart kibana cluster params

func (*RestartKibanaClusterParams) WithContext

WithContext adds the context to the restart kibana cluster params

func (*RestartKibanaClusterParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the restart kibana cluster params

func (*RestartKibanaClusterParams) WithTimeout

WithTimeout adds the timeout to the restart kibana cluster params

func (*RestartKibanaClusterParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RestartKibanaClusterPreconditionFailed

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

	Payload *models.BasicFailedReply
}

RestartKibanaClusterPreconditionFailed handles this case with default header values.

The command sent to a cluster found the cluster in an illegal state, the error message gives more details. (code: `clusters.cluster_plan_state_error`)

func NewRestartKibanaClusterPreconditionFailed

func NewRestartKibanaClusterPreconditionFailed() *RestartKibanaClusterPreconditionFailed

NewRestartKibanaClusterPreconditionFailed creates a RestartKibanaClusterPreconditionFailed with default headers values

func (*RestartKibanaClusterPreconditionFailed) Error

func (*RestartKibanaClusterPreconditionFailed) GetPayload

type RestartKibanaClusterReader

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

RestartKibanaClusterReader is a Reader for the RestartKibanaCluster structure.

func (*RestartKibanaClusterReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RestartKibanaClusterRetryWith

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

	Payload *models.BasicFailedReply
}

RestartKibanaClusterRetryWith handles this case with default header values.

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

func NewRestartKibanaClusterRetryWith

func NewRestartKibanaClusterRetryWith() *RestartKibanaClusterRetryWith

NewRestartKibanaClusterRetryWith creates a RestartKibanaClusterRetryWith with default headers values

func (*RestartKibanaClusterRetryWith) Error

func (*RestartKibanaClusterRetryWith) GetPayload

type ResyncKibanaClusterInternalServerError

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

	Payload *models.BasicFailedReply
}

ResyncKibanaClusterInternalServerError handles this case with default header values.

The cluster resync operation failed for cluster {cluster_id}. (code: `clusters.resync_failed`)

func NewResyncKibanaClusterInternalServerError

func NewResyncKibanaClusterInternalServerError() *ResyncKibanaClusterInternalServerError

NewResyncKibanaClusterInternalServerError creates a ResyncKibanaClusterInternalServerError with default headers values

func (*ResyncKibanaClusterInternalServerError) Error

func (*ResyncKibanaClusterInternalServerError) GetPayload

type ResyncKibanaClusterOK

type ResyncKibanaClusterOK struct {
	Payload models.EmptyResponse
}

ResyncKibanaClusterOK handles this case with default header values.

The cluster resync operation executed successfully

func NewResyncKibanaClusterOK

func NewResyncKibanaClusterOK() *ResyncKibanaClusterOK

NewResyncKibanaClusterOK creates a ResyncKibanaClusterOK with default headers values

func (*ResyncKibanaClusterOK) Error

func (o *ResyncKibanaClusterOK) Error() string

func (*ResyncKibanaClusterOK) GetPayload

func (o *ResyncKibanaClusterOK) GetPayload() models.EmptyResponse

type ResyncKibanaClusterParams

type ResyncKibanaClusterParams struct {

	/*ClusterID
	  The Kibana instance identifier.

	*/
	ClusterID string

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

ResyncKibanaClusterParams contains all the parameters to send to the API endpoint for the resync kibana cluster operation typically these are written to a http.Request

func NewResyncKibanaClusterParams

func NewResyncKibanaClusterParams() *ResyncKibanaClusterParams

NewResyncKibanaClusterParams creates a new ResyncKibanaClusterParams object with the default values initialized.

func NewResyncKibanaClusterParamsWithContext

func NewResyncKibanaClusterParamsWithContext(ctx context.Context) *ResyncKibanaClusterParams

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

func NewResyncKibanaClusterParamsWithHTTPClient

func NewResyncKibanaClusterParamsWithHTTPClient(client *http.Client) *ResyncKibanaClusterParams

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

func NewResyncKibanaClusterParamsWithTimeout

func NewResyncKibanaClusterParamsWithTimeout(timeout time.Duration) *ResyncKibanaClusterParams

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

func (*ResyncKibanaClusterParams) SetClusterID

func (o *ResyncKibanaClusterParams) SetClusterID(clusterID string)

SetClusterID adds the clusterId to the resync kibana cluster params

func (*ResyncKibanaClusterParams) SetContext

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

SetContext adds the context to the resync kibana cluster params

func (*ResyncKibanaClusterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the resync kibana cluster params

func (*ResyncKibanaClusterParams) SetTimeout

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

SetTimeout adds the timeout to the resync kibana cluster params

func (*ResyncKibanaClusterParams) WithClusterID

func (o *ResyncKibanaClusterParams) WithClusterID(clusterID string) *ResyncKibanaClusterParams

WithClusterID adds the clusterID to the resync kibana cluster params

func (*ResyncKibanaClusterParams) WithContext

WithContext adds the context to the resync kibana cluster params

func (*ResyncKibanaClusterParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the resync kibana cluster params

func (*ResyncKibanaClusterParams) WithTimeout

WithTimeout adds the timeout to the resync kibana cluster params

func (*ResyncKibanaClusterParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ResyncKibanaClusterReader

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

ResyncKibanaClusterReader is a Reader for the ResyncKibanaCluster structure.

func (*ResyncKibanaClusterReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ResyncKibanaClusterRetryWith

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

	Payload *models.BasicFailedReply
}

ResyncKibanaClusterRetryWith handles this case with default header values.

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

func NewResyncKibanaClusterRetryWith

func NewResyncKibanaClusterRetryWith() *ResyncKibanaClusterRetryWith

NewResyncKibanaClusterRetryWith creates a ResyncKibanaClusterRetryWith with default headers values

func (*ResyncKibanaClusterRetryWith) Error

func (*ResyncKibanaClusterRetryWith) GetPayload

type ResyncKibanaClustersAccepted

type ResyncKibanaClustersAccepted struct {
	Payload *models.ModelVersionIndexSynchronizationResults
}

ResyncKibanaClustersAccepted handles this case with default header values.

The ids of documents, organized by model version, that will be synchronized.

func NewResyncKibanaClustersAccepted

func NewResyncKibanaClustersAccepted() *ResyncKibanaClustersAccepted

NewResyncKibanaClustersAccepted creates a ResyncKibanaClustersAccepted with default headers values

func (*ResyncKibanaClustersAccepted) Error

func (*ResyncKibanaClustersAccepted) GetPayload

type ResyncKibanaClustersParams

type ResyncKibanaClustersParams struct {

	/*SkipMatchingVersion
	  When true, skips the document indexing when the version matches the in-memory copy.

	*/
	SkipMatchingVersion *bool

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

ResyncKibanaClustersParams contains all the parameters to send to the API endpoint for the resync kibana clusters operation typically these are written to a http.Request

func NewResyncKibanaClustersParams

func NewResyncKibanaClustersParams() *ResyncKibanaClustersParams

NewResyncKibanaClustersParams creates a new ResyncKibanaClustersParams object with the default values initialized.

func NewResyncKibanaClustersParamsWithContext

func NewResyncKibanaClustersParamsWithContext(ctx context.Context) *ResyncKibanaClustersParams

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

func NewResyncKibanaClustersParamsWithHTTPClient

func NewResyncKibanaClustersParamsWithHTTPClient(client *http.Client) *ResyncKibanaClustersParams

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

func NewResyncKibanaClustersParamsWithTimeout

func NewResyncKibanaClustersParamsWithTimeout(timeout time.Duration) *ResyncKibanaClustersParams

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

func (*ResyncKibanaClustersParams) SetContext

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

SetContext adds the context to the resync kibana clusters params

func (*ResyncKibanaClustersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the resync kibana clusters params

func (*ResyncKibanaClustersParams) SetSkipMatchingVersion

func (o *ResyncKibanaClustersParams) SetSkipMatchingVersion(skipMatchingVersion *bool)

SetSkipMatchingVersion adds the skipMatchingVersion to the resync kibana clusters params

func (*ResyncKibanaClustersParams) SetTimeout

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

SetTimeout adds the timeout to the resync kibana clusters params

func (*ResyncKibanaClustersParams) WithContext

WithContext adds the context to the resync kibana clusters params

func (*ResyncKibanaClustersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the resync kibana clusters params

func (*ResyncKibanaClustersParams) WithSkipMatchingVersion

func (o *ResyncKibanaClustersParams) WithSkipMatchingVersion(skipMatchingVersion *bool) *ResyncKibanaClustersParams

WithSkipMatchingVersion adds the skipMatchingVersion to the resync kibana clusters params

func (*ResyncKibanaClustersParams) WithTimeout

WithTimeout adds the timeout to the resync kibana clusters params

func (*ResyncKibanaClustersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ResyncKibanaClustersReader

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

ResyncKibanaClustersReader is a Reader for the ResyncKibanaClusters structure.

func (*ResyncKibanaClustersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ResyncKibanaClustersRetryWith

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

	Payload *models.BasicFailedReply
}

ResyncKibanaClustersRetryWith handles this case with default header values.

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

func NewResyncKibanaClustersRetryWith

func NewResyncKibanaClustersRetryWith() *ResyncKibanaClustersRetryWith

NewResyncKibanaClustersRetryWith creates a ResyncKibanaClustersRetryWith with default headers values

func (*ResyncKibanaClustersRetryWith) Error

func (*ResyncKibanaClustersRetryWith) GetPayload

type SearchKibanaClustersBadRequest

type SearchKibanaClustersBadRequest struct {
	Payload *models.BasicFailedReply
}

SearchKibanaClustersBadRequest handles this case with default header values.

The search request failed.

func NewSearchKibanaClustersBadRequest

func NewSearchKibanaClustersBadRequest() *SearchKibanaClustersBadRequest

NewSearchKibanaClustersBadRequest creates a SearchKibanaClustersBadRequest with default headers values

func (*SearchKibanaClustersBadRequest) Error

func (*SearchKibanaClustersBadRequest) GetPayload

type SearchKibanaClustersOK

type SearchKibanaClustersOK struct {
	Payload *models.KibanaClustersInfo
}

SearchKibanaClustersOK handles this case with default header values.

A list of Kibana clusters that matched the given search query.

func NewSearchKibanaClustersOK

func NewSearchKibanaClustersOK() *SearchKibanaClustersOK

NewSearchKibanaClustersOK creates a SearchKibanaClustersOK with default headers values

func (*SearchKibanaClustersOK) Error

func (o *SearchKibanaClustersOK) Error() string

func (*SearchKibanaClustersOK) GetPayload

type SearchKibanaClustersParams

type SearchKibanaClustersParams struct {

	/*Body
	  (Optional) The search query to run. When not specified, all of the clusters are matched.

	*/
	Body *models.SearchRequest

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

SearchKibanaClustersParams contains all the parameters to send to the API endpoint for the search kibana clusters operation typically these are written to a http.Request

func NewSearchKibanaClustersParams

func NewSearchKibanaClustersParams() *SearchKibanaClustersParams

NewSearchKibanaClustersParams creates a new SearchKibanaClustersParams object with the default values initialized.

func NewSearchKibanaClustersParamsWithContext

func NewSearchKibanaClustersParamsWithContext(ctx context.Context) *SearchKibanaClustersParams

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

func NewSearchKibanaClustersParamsWithHTTPClient

func NewSearchKibanaClustersParamsWithHTTPClient(client *http.Client) *SearchKibanaClustersParams

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

func NewSearchKibanaClustersParamsWithTimeout

func NewSearchKibanaClustersParamsWithTimeout(timeout time.Duration) *SearchKibanaClustersParams

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

func (*SearchKibanaClustersParams) SetBody

SetBody adds the body to the search kibana clusters params

func (*SearchKibanaClustersParams) SetContext

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

SetContext adds the context to the search kibana clusters params

func (*SearchKibanaClustersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the search kibana clusters params

func (*SearchKibanaClustersParams) SetTimeout

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

SetTimeout adds the timeout to the search kibana clusters params

func (*SearchKibanaClustersParams) WithBody

WithBody adds the body to the search kibana clusters params

func (*SearchKibanaClustersParams) WithContext

WithContext adds the context to the search kibana clusters params

func (*SearchKibanaClustersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the search kibana clusters params

func (*SearchKibanaClustersParams) WithTimeout

WithTimeout adds the timeout to the search kibana clusters params

func (*SearchKibanaClustersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SearchKibanaClustersReader

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

SearchKibanaClustersReader is a Reader for the SearchKibanaClusters structure.

func (*SearchKibanaClustersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SetKibanaClusterMetadataRawNotFound

type SetKibanaClusterMetadataRawNotFound struct {
	Payload *models.BasicFailedReply
}

SetKibanaClusterMetadataRawNotFound handles this case with default header values.

The cluster specified by {cluster_id} cannot be found (code: 'clusters.cluster_not_found')

func NewSetKibanaClusterMetadataRawNotFound

func NewSetKibanaClusterMetadataRawNotFound() *SetKibanaClusterMetadataRawNotFound

NewSetKibanaClusterMetadataRawNotFound creates a SetKibanaClusterMetadataRawNotFound with default headers values

func (*SetKibanaClusterMetadataRawNotFound) Error

func (*SetKibanaClusterMetadataRawNotFound) GetPayload

type SetKibanaClusterMetadataRawOK

type SetKibanaClusterMetadataRawOK 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 interface{}
}

SetKibanaClusterMetadataRawOK handles this case with default header values.

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

func NewSetKibanaClusterMetadataRawOK

func NewSetKibanaClusterMetadataRawOK() *SetKibanaClusterMetadataRawOK

NewSetKibanaClusterMetadataRawOK creates a SetKibanaClusterMetadataRawOK with default headers values

func (*SetKibanaClusterMetadataRawOK) Error

func (*SetKibanaClusterMetadataRawOK) GetPayload

func (o *SetKibanaClusterMetadataRawOK) GetPayload() interface{}

type SetKibanaClusterMetadataRawParams

type SetKibanaClusterMetadataRawParams struct {

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

	*/
	Body string
	/*ClusterID
	  The Kibana deployment identifier.

	*/
	ClusterID string
	/*Version
	  Checks for conflicts against the metadata version, then returns the value in the `x-cloud-resource-version` header.

	*/
	Version *int64

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

SetKibanaClusterMetadataRawParams contains all the parameters to send to the API endpoint for the set kibana cluster metadata raw operation typically these are written to a http.Request

func NewSetKibanaClusterMetadataRawParams

func NewSetKibanaClusterMetadataRawParams() *SetKibanaClusterMetadataRawParams

NewSetKibanaClusterMetadataRawParams creates a new SetKibanaClusterMetadataRawParams object with the default values initialized.

func NewSetKibanaClusterMetadataRawParamsWithContext

func NewSetKibanaClusterMetadataRawParamsWithContext(ctx context.Context) *SetKibanaClusterMetadataRawParams

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

func NewSetKibanaClusterMetadataRawParamsWithHTTPClient

func NewSetKibanaClusterMetadataRawParamsWithHTTPClient(client *http.Client) *SetKibanaClusterMetadataRawParams

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

func NewSetKibanaClusterMetadataRawParamsWithTimeout

func NewSetKibanaClusterMetadataRawParamsWithTimeout(timeout time.Duration) *SetKibanaClusterMetadataRawParams

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

func (*SetKibanaClusterMetadataRawParams) SetBody

func (o *SetKibanaClusterMetadataRawParams) SetBody(body string)

SetBody adds the body to the set kibana cluster metadata raw params

func (*SetKibanaClusterMetadataRawParams) SetClusterID

func (o *SetKibanaClusterMetadataRawParams) SetClusterID(clusterID string)

SetClusterID adds the clusterId to the set kibana cluster metadata raw params

func (*SetKibanaClusterMetadataRawParams) SetContext

SetContext adds the context to the set kibana cluster metadata raw params

func (*SetKibanaClusterMetadataRawParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the set kibana cluster metadata raw params

func (*SetKibanaClusterMetadataRawParams) SetTimeout

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

SetTimeout adds the timeout to the set kibana cluster metadata raw params

func (*SetKibanaClusterMetadataRawParams) SetVersion

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

SetVersion adds the version to the set kibana cluster metadata raw params

func (*SetKibanaClusterMetadataRawParams) WithBody

WithBody adds the body to the set kibana cluster metadata raw params

func (*SetKibanaClusterMetadataRawParams) WithClusterID

WithClusterID adds the clusterID to the set kibana cluster metadata raw params

func (*SetKibanaClusterMetadataRawParams) WithContext

WithContext adds the context to the set kibana cluster metadata raw params

func (*SetKibanaClusterMetadataRawParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the set kibana cluster metadata raw params

func (*SetKibanaClusterMetadataRawParams) WithTimeout

WithTimeout adds the timeout to the set kibana cluster metadata raw params

func (*SetKibanaClusterMetadataRawParams) WithVersion

WithVersion adds the version to the set kibana cluster metadata raw params

func (*SetKibanaClusterMetadataRawParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SetKibanaClusterMetadataRawReader

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

SetKibanaClusterMetadataRawReader is a Reader for the SetKibanaClusterMetadataRaw structure.

func (*SetKibanaClusterMetadataRawReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SetKibanaClusterMetadataRawRetryWith

type SetKibanaClusterMetadataRawRetryWith struct {
	Payload *models.BasicFailedReply
}

SetKibanaClusterMetadataRawRetryWith handles this case with default header values.

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

func NewSetKibanaClusterMetadataRawRetryWith

func NewSetKibanaClusterMetadataRawRetryWith() *SetKibanaClusterMetadataRawRetryWith

NewSetKibanaClusterMetadataRawRetryWith creates a SetKibanaClusterMetadataRawRetryWith with default headers values

func (*SetKibanaClusterMetadataRawRetryWith) Error

func (*SetKibanaClusterMetadataRawRetryWith) GetPayload

type SetKibanaClusterNameNotFound

type SetKibanaClusterNameNotFound struct {
	Payload *models.BasicFailedReply
}

SetKibanaClusterNameNotFound handles this case with default header values.

The cluster specified by {cluster_id} cannot be found (code: 'clusters.cluster_not_found')

func NewSetKibanaClusterNameNotFound

func NewSetKibanaClusterNameNotFound() *SetKibanaClusterNameNotFound

NewSetKibanaClusterNameNotFound creates a SetKibanaClusterNameNotFound with default headers values

func (*SetKibanaClusterNameNotFound) Error

func (*SetKibanaClusterNameNotFound) GetPayload

type SetKibanaClusterNameOK

type SetKibanaClusterNameOK struct {
	Payload models.EmptyResponse
}

SetKibanaClusterNameOK handles this case with default header values.

The cluster name was successfully changed

func NewSetKibanaClusterNameOK

func NewSetKibanaClusterNameOK() *SetKibanaClusterNameOK

NewSetKibanaClusterNameOK creates a SetKibanaClusterNameOK with default headers values

func (*SetKibanaClusterNameOK) Error

func (o *SetKibanaClusterNameOK) Error() string

func (*SetKibanaClusterNameOK) GetPayload

type SetKibanaClusterNameParams

type SetKibanaClusterNameParams struct {

	/*ClusterID
	  The Kibana deployment identifier.

	*/
	ClusterID string
	/*NewName
	  The new name for the cluster.

	*/
	NewName string

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

SetKibanaClusterNameParams contains all the parameters to send to the API endpoint for the set kibana cluster name operation typically these are written to a http.Request

func NewSetKibanaClusterNameParams

func NewSetKibanaClusterNameParams() *SetKibanaClusterNameParams

NewSetKibanaClusterNameParams creates a new SetKibanaClusterNameParams object with the default values initialized.

func NewSetKibanaClusterNameParamsWithContext

func NewSetKibanaClusterNameParamsWithContext(ctx context.Context) *SetKibanaClusterNameParams

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

func NewSetKibanaClusterNameParamsWithHTTPClient

func NewSetKibanaClusterNameParamsWithHTTPClient(client *http.Client) *SetKibanaClusterNameParams

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

func NewSetKibanaClusterNameParamsWithTimeout

func NewSetKibanaClusterNameParamsWithTimeout(timeout time.Duration) *SetKibanaClusterNameParams

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

func (*SetKibanaClusterNameParams) SetClusterID

func (o *SetKibanaClusterNameParams) SetClusterID(clusterID string)

SetClusterID adds the clusterId to the set kibana cluster name params

func (*SetKibanaClusterNameParams) SetContext

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

SetContext adds the context to the set kibana cluster name params

func (*SetKibanaClusterNameParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the set kibana cluster name params

func (*SetKibanaClusterNameParams) SetNewName

func (o *SetKibanaClusterNameParams) SetNewName(newName string)

SetNewName adds the newName to the set kibana cluster name params

func (*SetKibanaClusterNameParams) SetTimeout

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

SetTimeout adds the timeout to the set kibana cluster name params

func (*SetKibanaClusterNameParams) WithClusterID

func (o *SetKibanaClusterNameParams) WithClusterID(clusterID string) *SetKibanaClusterNameParams

WithClusterID adds the clusterID to the set kibana cluster name params

func (*SetKibanaClusterNameParams) WithContext

WithContext adds the context to the set kibana cluster name params

func (*SetKibanaClusterNameParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the set kibana cluster name params

func (*SetKibanaClusterNameParams) WithNewName

WithNewName adds the newName to the set kibana cluster name params

func (*SetKibanaClusterNameParams) WithTimeout

WithTimeout adds the timeout to the set kibana cluster name params

func (*SetKibanaClusterNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SetKibanaClusterNameReader

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

SetKibanaClusterNameReader is a Reader for the SetKibanaClusterName structure.

func (*SetKibanaClusterNameReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SetKibanaClusterNameRetryWith

type SetKibanaClusterNameRetryWith struct {
	Payload *models.BasicFailedReply
}

SetKibanaClusterNameRetryWith handles this case with default header values.

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

func NewSetKibanaClusterNameRetryWith

func NewSetKibanaClusterNameRetryWith() *SetKibanaClusterNameRetryWith

NewSetKibanaClusterNameRetryWith creates a SetKibanaClusterNameRetryWith with default headers values

func (*SetKibanaClusterNameRetryWith) Error

func (*SetKibanaClusterNameRetryWith) GetPayload

type ShutdownKibanaClusterAccepted

type ShutdownKibanaClusterAccepted struct {
	Payload *models.ClusterCommandResponse
}

ShutdownKibanaClusterAccepted handles this case with default header values.

The shutdown command was issued successfully, use the "GET" command on the /{cluster_id} resource to monitor progress

func NewShutdownKibanaClusterAccepted

func NewShutdownKibanaClusterAccepted() *ShutdownKibanaClusterAccepted

NewShutdownKibanaClusterAccepted creates a ShutdownKibanaClusterAccepted with default headers values

func (*ShutdownKibanaClusterAccepted) Error

func (*ShutdownKibanaClusterAccepted) GetPayload

type ShutdownKibanaClusterNotFound

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

	Payload *models.BasicFailedReply
}

ShutdownKibanaClusterNotFound handles this case with default header values.

The cluster specified by {cluster_id} cannot be found. (code: `clusters.cluster_not_found`)

func NewShutdownKibanaClusterNotFound

func NewShutdownKibanaClusterNotFound() *ShutdownKibanaClusterNotFound

NewShutdownKibanaClusterNotFound creates a ShutdownKibanaClusterNotFound with default headers values

func (*ShutdownKibanaClusterNotFound) Error

func (*ShutdownKibanaClusterNotFound) GetPayload

type ShutdownKibanaClusterParams

type ShutdownKibanaClusterParams struct {

	/*ClusterID
	  The Kibana deployment identifier.

	*/
	ClusterID string
	/*Hide
	  Hides the clusters during shutdown. NOTE: By default, hidden clusters are not listed.

	*/
	Hide *bool

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

ShutdownKibanaClusterParams contains all the parameters to send to the API endpoint for the shutdown kibana cluster operation typically these are written to a http.Request

func NewShutdownKibanaClusterParams

func NewShutdownKibanaClusterParams() *ShutdownKibanaClusterParams

NewShutdownKibanaClusterParams creates a new ShutdownKibanaClusterParams object with the default values initialized.

func NewShutdownKibanaClusterParamsWithContext

func NewShutdownKibanaClusterParamsWithContext(ctx context.Context) *ShutdownKibanaClusterParams

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

func NewShutdownKibanaClusterParamsWithHTTPClient

func NewShutdownKibanaClusterParamsWithHTTPClient(client *http.Client) *ShutdownKibanaClusterParams

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

func NewShutdownKibanaClusterParamsWithTimeout

func NewShutdownKibanaClusterParamsWithTimeout(timeout time.Duration) *ShutdownKibanaClusterParams

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

func (*ShutdownKibanaClusterParams) SetClusterID

func (o *ShutdownKibanaClusterParams) SetClusterID(clusterID string)

SetClusterID adds the clusterId to the shutdown kibana cluster params

func (*ShutdownKibanaClusterParams) SetContext

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

SetContext adds the context to the shutdown kibana cluster params

func (*ShutdownKibanaClusterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the shutdown kibana cluster params

func (*ShutdownKibanaClusterParams) SetHide

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

SetHide adds the hide to the shutdown kibana cluster params

func (*ShutdownKibanaClusterParams) SetTimeout

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

SetTimeout adds the timeout to the shutdown kibana cluster params

func (*ShutdownKibanaClusterParams) WithClusterID

func (o *ShutdownKibanaClusterParams) WithClusterID(clusterID string) *ShutdownKibanaClusterParams

WithClusterID adds the clusterID to the shutdown kibana cluster params

func (*ShutdownKibanaClusterParams) WithContext

WithContext adds the context to the shutdown kibana cluster params

func (*ShutdownKibanaClusterParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the shutdown kibana cluster params

func (*ShutdownKibanaClusterParams) WithHide

WithHide adds the hide to the shutdown kibana cluster params

func (*ShutdownKibanaClusterParams) WithTimeout

WithTimeout adds the timeout to the shutdown kibana cluster params

func (*ShutdownKibanaClusterParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ShutdownKibanaClusterReader

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

ShutdownKibanaClusterReader is a Reader for the ShutdownKibanaCluster structure.

func (*ShutdownKibanaClusterReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ShutdownKibanaClusterRetryWith

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

	Payload *models.BasicFailedReply
}

ShutdownKibanaClusterRetryWith handles this case with default header values.

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

func NewShutdownKibanaClusterRetryWith

func NewShutdownKibanaClusterRetryWith() *ShutdownKibanaClusterRetryWith

NewShutdownKibanaClusterRetryWith creates a ShutdownKibanaClusterRetryWith with default headers values

func (*ShutdownKibanaClusterRetryWith) Error

func (*ShutdownKibanaClusterRetryWith) GetPayload

type StartKibanaClusterInstancesAccepted

type StartKibanaClusterInstancesAccepted struct {
	Payload *models.ClusterCommandResponse
}

StartKibanaClusterInstancesAccepted handles this case with default header values.

The start command was issued successfully, use the "GET" command on the /{cluster_id} resource to monitor progress

func NewStartKibanaClusterInstancesAccepted

func NewStartKibanaClusterInstancesAccepted() *StartKibanaClusterInstancesAccepted

NewStartKibanaClusterInstancesAccepted creates a StartKibanaClusterInstancesAccepted with default headers values

func (*StartKibanaClusterInstancesAccepted) Error

func (*StartKibanaClusterInstancesAccepted) GetPayload

type StartKibanaClusterInstancesAllAccepted

type StartKibanaClusterInstancesAllAccepted struct {
	Payload *models.ClusterCommandResponse
}

StartKibanaClusterInstancesAllAccepted handles this case with default header values.

The start command was issued successfully, use the "GET" command on the /{cluster_id} resource to monitor progress

func NewStartKibanaClusterInstancesAllAccepted

func NewStartKibanaClusterInstancesAllAccepted() *StartKibanaClusterInstancesAllAccepted

NewStartKibanaClusterInstancesAllAccepted creates a StartKibanaClusterInstancesAllAccepted with default headers values

func (*StartKibanaClusterInstancesAllAccepted) Error

func (*StartKibanaClusterInstancesAllAccepted) GetPayload

type StartKibanaClusterInstancesAllForbidden

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

	Payload *models.BasicFailedReply
}

StartKibanaClusterInstancesAllForbidden handles this case with default header values.

The start command was prohibited for the given cluster. (code: `clusters.command_prohibited`)

func NewStartKibanaClusterInstancesAllForbidden

func NewStartKibanaClusterInstancesAllForbidden() *StartKibanaClusterInstancesAllForbidden

NewStartKibanaClusterInstancesAllForbidden creates a StartKibanaClusterInstancesAllForbidden with default headers values

func (*StartKibanaClusterInstancesAllForbidden) Error

func (*StartKibanaClusterInstancesAllForbidden) GetPayload

type StartKibanaClusterInstancesAllMaintenanceModeAccepted

type StartKibanaClusterInstancesAllMaintenanceModeAccepted struct {
	Payload *models.ClusterCommandResponse
}

StartKibanaClusterInstancesAllMaintenanceModeAccepted handles this case with default header values.

The start maintenance mode command was issued successfully, use the "GET" command on the /{cluster_id} resource to monitor progress

func NewStartKibanaClusterInstancesAllMaintenanceModeAccepted

func NewStartKibanaClusterInstancesAllMaintenanceModeAccepted() *StartKibanaClusterInstancesAllMaintenanceModeAccepted

NewStartKibanaClusterInstancesAllMaintenanceModeAccepted creates a StartKibanaClusterInstancesAllMaintenanceModeAccepted with default headers values

func (*StartKibanaClusterInstancesAllMaintenanceModeAccepted) Error

func (*StartKibanaClusterInstancesAllMaintenanceModeAccepted) GetPayload

type StartKibanaClusterInstancesAllMaintenanceModeForbidden

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

	Payload *models.BasicFailedReply
}

StartKibanaClusterInstancesAllMaintenanceModeForbidden handles this case with default header values.

The start maintenance mode command was prohibited for the given cluster. (code: `clusters.command_prohibited`)

func NewStartKibanaClusterInstancesAllMaintenanceModeForbidden

func NewStartKibanaClusterInstancesAllMaintenanceModeForbidden() *StartKibanaClusterInstancesAllMaintenanceModeForbidden

NewStartKibanaClusterInstancesAllMaintenanceModeForbidden creates a StartKibanaClusterInstancesAllMaintenanceModeForbidden with default headers values

func (*StartKibanaClusterInstancesAllMaintenanceModeForbidden) Error

func (*StartKibanaClusterInstancesAllMaintenanceModeForbidden) GetPayload

type StartKibanaClusterInstancesAllMaintenanceModeNotFound

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

	Payload *models.BasicFailedReply
}

StartKibanaClusterInstancesAllMaintenanceModeNotFound handles this case with default header values.

The cluster specified by {cluster_id} cannot be found. (code: `clusters.cluster_not_found`)

func NewStartKibanaClusterInstancesAllMaintenanceModeNotFound

func NewStartKibanaClusterInstancesAllMaintenanceModeNotFound() *StartKibanaClusterInstancesAllMaintenanceModeNotFound

NewStartKibanaClusterInstancesAllMaintenanceModeNotFound creates a StartKibanaClusterInstancesAllMaintenanceModeNotFound with default headers values

func (*StartKibanaClusterInstancesAllMaintenanceModeNotFound) Error

func (*StartKibanaClusterInstancesAllMaintenanceModeNotFound) GetPayload

type StartKibanaClusterInstancesAllMaintenanceModeParams

type StartKibanaClusterInstancesAllMaintenanceModeParams struct {

	/*ClusterID
	  The Kibana deployment identifier.

	*/
	ClusterID string

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

StartKibanaClusterInstancesAllMaintenanceModeParams contains all the parameters to send to the API endpoint for the start kibana cluster instances all maintenance mode operation typically these are written to a http.Request

func NewStartKibanaClusterInstancesAllMaintenanceModeParams

func NewStartKibanaClusterInstancesAllMaintenanceModeParams() *StartKibanaClusterInstancesAllMaintenanceModeParams

NewStartKibanaClusterInstancesAllMaintenanceModeParams creates a new StartKibanaClusterInstancesAllMaintenanceModeParams object with the default values initialized.

func NewStartKibanaClusterInstancesAllMaintenanceModeParamsWithContext

func NewStartKibanaClusterInstancesAllMaintenanceModeParamsWithContext(ctx context.Context) *StartKibanaClusterInstancesAllMaintenanceModeParams

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

func NewStartKibanaClusterInstancesAllMaintenanceModeParamsWithHTTPClient

func NewStartKibanaClusterInstancesAllMaintenanceModeParamsWithHTTPClient(client *http.Client) *StartKibanaClusterInstancesAllMaintenanceModeParams

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

func NewStartKibanaClusterInstancesAllMaintenanceModeParamsWithTimeout

func NewStartKibanaClusterInstancesAllMaintenanceModeParamsWithTimeout(timeout time.Duration) *StartKibanaClusterInstancesAllMaintenanceModeParams

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

func (*StartKibanaClusterInstancesAllMaintenanceModeParams) SetClusterID

SetClusterID adds the clusterId to the start kibana cluster instances all maintenance mode params

func (*StartKibanaClusterInstancesAllMaintenanceModeParams) SetContext

SetContext adds the context to the start kibana cluster instances all maintenance mode params

func (*StartKibanaClusterInstancesAllMaintenanceModeParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the start kibana cluster instances all maintenance mode params

func (*StartKibanaClusterInstancesAllMaintenanceModeParams) SetTimeout

SetTimeout adds the timeout to the start kibana cluster instances all maintenance mode params

func (*StartKibanaClusterInstancesAllMaintenanceModeParams) WithClusterID

WithClusterID adds the clusterID to the start kibana cluster instances all maintenance mode params

func (*StartKibanaClusterInstancesAllMaintenanceModeParams) WithContext

WithContext adds the context to the start kibana cluster instances all maintenance mode params

func (*StartKibanaClusterInstancesAllMaintenanceModeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the start kibana cluster instances all maintenance mode params

func (*StartKibanaClusterInstancesAllMaintenanceModeParams) WithTimeout

WithTimeout adds the timeout to the start kibana cluster instances all maintenance mode params

func (*StartKibanaClusterInstancesAllMaintenanceModeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type StartKibanaClusterInstancesAllMaintenanceModeReader

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

StartKibanaClusterInstancesAllMaintenanceModeReader is a Reader for the StartKibanaClusterInstancesAllMaintenanceMode structure.

func (*StartKibanaClusterInstancesAllMaintenanceModeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type StartKibanaClusterInstancesAllMaintenanceModeRetryWith

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

	Payload *models.BasicFailedReply
}

StartKibanaClusterInstancesAllMaintenanceModeRetryWith handles this case with default header values.

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

func NewStartKibanaClusterInstancesAllMaintenanceModeRetryWith

func NewStartKibanaClusterInstancesAllMaintenanceModeRetryWith() *StartKibanaClusterInstancesAllMaintenanceModeRetryWith

NewStartKibanaClusterInstancesAllMaintenanceModeRetryWith creates a StartKibanaClusterInstancesAllMaintenanceModeRetryWith with default headers values

func (*StartKibanaClusterInstancesAllMaintenanceModeRetryWith) Error

func (*StartKibanaClusterInstancesAllMaintenanceModeRetryWith) GetPayload

type StartKibanaClusterInstancesAllNotFound

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

	Payload *models.BasicFailedReply
}

StartKibanaClusterInstancesAllNotFound handles this case with default header values.

The cluster specified by {cluster_id} cannot be found. (code: `clusters.cluster_not_found`)

func NewStartKibanaClusterInstancesAllNotFound

func NewStartKibanaClusterInstancesAllNotFound() *StartKibanaClusterInstancesAllNotFound

NewStartKibanaClusterInstancesAllNotFound creates a StartKibanaClusterInstancesAllNotFound with default headers values

func (*StartKibanaClusterInstancesAllNotFound) Error

func (*StartKibanaClusterInstancesAllNotFound) GetPayload

type StartKibanaClusterInstancesAllParams

type StartKibanaClusterInstancesAllParams struct {

	/*ClusterID
	  The Kibana deployment identifier.

	*/
	ClusterID string

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

StartKibanaClusterInstancesAllParams contains all the parameters to send to the API endpoint for the start kibana cluster instances all operation typically these are written to a http.Request

func NewStartKibanaClusterInstancesAllParams

func NewStartKibanaClusterInstancesAllParams() *StartKibanaClusterInstancesAllParams

NewStartKibanaClusterInstancesAllParams creates a new StartKibanaClusterInstancesAllParams object with the default values initialized.

func NewStartKibanaClusterInstancesAllParamsWithContext

func NewStartKibanaClusterInstancesAllParamsWithContext(ctx context.Context) *StartKibanaClusterInstancesAllParams

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

func NewStartKibanaClusterInstancesAllParamsWithHTTPClient

func NewStartKibanaClusterInstancesAllParamsWithHTTPClient(client *http.Client) *StartKibanaClusterInstancesAllParams

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

func NewStartKibanaClusterInstancesAllParamsWithTimeout

func NewStartKibanaClusterInstancesAllParamsWithTimeout(timeout time.Duration) *StartKibanaClusterInstancesAllParams

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

func (*StartKibanaClusterInstancesAllParams) SetClusterID

func (o *StartKibanaClusterInstancesAllParams) SetClusterID(clusterID string)

SetClusterID adds the clusterId to the start kibana cluster instances all params

func (*StartKibanaClusterInstancesAllParams) SetContext

SetContext adds the context to the start kibana cluster instances all params

func (*StartKibanaClusterInstancesAllParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the start kibana cluster instances all params

func (*StartKibanaClusterInstancesAllParams) SetTimeout

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

SetTimeout adds the timeout to the start kibana cluster instances all params

func (*StartKibanaClusterInstancesAllParams) WithClusterID

WithClusterID adds the clusterID to the start kibana cluster instances all params

func (*StartKibanaClusterInstancesAllParams) WithContext

WithContext adds the context to the start kibana cluster instances all params

func (*StartKibanaClusterInstancesAllParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the start kibana cluster instances all params

func (*StartKibanaClusterInstancesAllParams) WithTimeout

WithTimeout adds the timeout to the start kibana cluster instances all params

func (*StartKibanaClusterInstancesAllParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type StartKibanaClusterInstancesAllReader

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

StartKibanaClusterInstancesAllReader is a Reader for the StartKibanaClusterInstancesAll structure.

func (*StartKibanaClusterInstancesAllReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type StartKibanaClusterInstancesAllRetryWith

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

	Payload *models.BasicFailedReply
}

StartKibanaClusterInstancesAllRetryWith handles this case with default header values.

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

func NewStartKibanaClusterInstancesAllRetryWith

func NewStartKibanaClusterInstancesAllRetryWith() *StartKibanaClusterInstancesAllRetryWith

NewStartKibanaClusterInstancesAllRetryWith creates a StartKibanaClusterInstancesAllRetryWith with default headers values

func (*StartKibanaClusterInstancesAllRetryWith) Error

func (*StartKibanaClusterInstancesAllRetryWith) GetPayload

type StartKibanaClusterInstancesForbidden

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

	Payload *models.BasicFailedReply
}

StartKibanaClusterInstancesForbidden handles this case with default header values.

The start command was prohibited for the given cluster. (code: `clusters.command_prohibited`)

func NewStartKibanaClusterInstancesForbidden

func NewStartKibanaClusterInstancesForbidden() *StartKibanaClusterInstancesForbidden

NewStartKibanaClusterInstancesForbidden creates a StartKibanaClusterInstancesForbidden with default headers values

func (*StartKibanaClusterInstancesForbidden) Error

func (*StartKibanaClusterInstancesForbidden) GetPayload

type StartKibanaClusterInstancesNotFound

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

	Payload *models.BasicFailedReply
}

StartKibanaClusterInstancesNotFound handles this case with default header values.

* The cluster specified by {cluster_id} cannot be found. (code: `clusters.cluster_not_found`) * One or more of the instances specified at {instance_ids} could not be found. (code: `clusters.instances_not_found`)

func NewStartKibanaClusterInstancesNotFound

func NewStartKibanaClusterInstancesNotFound() *StartKibanaClusterInstancesNotFound

NewStartKibanaClusterInstancesNotFound creates a StartKibanaClusterInstancesNotFound with default headers values

func (*StartKibanaClusterInstancesNotFound) Error

func (*StartKibanaClusterInstancesNotFound) GetPayload

type StartKibanaClusterInstancesParams

type StartKibanaClusterInstancesParams struct {

	/*ClusterID
	  The Kibana deployment identifier.

	*/
	ClusterID string
	/*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

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

StartKibanaClusterInstancesParams contains all the parameters to send to the API endpoint for the start kibana cluster instances operation typically these are written to a http.Request

func NewStartKibanaClusterInstancesParams

func NewStartKibanaClusterInstancesParams() *StartKibanaClusterInstancesParams

NewStartKibanaClusterInstancesParams creates a new StartKibanaClusterInstancesParams object with the default values initialized.

func NewStartKibanaClusterInstancesParamsWithContext

func NewStartKibanaClusterInstancesParamsWithContext(ctx context.Context) *StartKibanaClusterInstancesParams

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

func NewStartKibanaClusterInstancesParamsWithHTTPClient

func NewStartKibanaClusterInstancesParamsWithHTTPClient(client *http.Client) *StartKibanaClusterInstancesParams

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

func NewStartKibanaClusterInstancesParamsWithTimeout

func NewStartKibanaClusterInstancesParamsWithTimeout(timeout time.Duration) *StartKibanaClusterInstancesParams

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

func (*StartKibanaClusterInstancesParams) SetClusterID

func (o *StartKibanaClusterInstancesParams) SetClusterID(clusterID string)

SetClusterID adds the clusterId to the start kibana cluster instances params

func (*StartKibanaClusterInstancesParams) SetContext

SetContext adds the context to the start kibana cluster instances params

func (*StartKibanaClusterInstancesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the start kibana cluster instances params

func (*StartKibanaClusterInstancesParams) SetIgnoreMissing

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

SetIgnoreMissing adds the ignoreMissing to the start kibana cluster instances params

func (*StartKibanaClusterInstancesParams) SetInstanceIds

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

SetInstanceIds adds the instanceIds to the start kibana cluster instances params

func (*StartKibanaClusterInstancesParams) SetTimeout

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

SetTimeout adds the timeout to the start kibana cluster instances params

func (*StartKibanaClusterInstancesParams) WithClusterID

WithClusterID adds the clusterID to the start kibana cluster instances params

func (*StartKibanaClusterInstancesParams) WithContext

WithContext adds the context to the start kibana cluster instances params

func (*StartKibanaClusterInstancesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the start kibana cluster instances params

func (*StartKibanaClusterInstancesParams) WithIgnoreMissing

func (o *StartKibanaClusterInstancesParams) WithIgnoreMissing(ignoreMissing *bool) *StartKibanaClusterInstancesParams

WithIgnoreMissing adds the ignoreMissing to the start kibana cluster instances params

func (*StartKibanaClusterInstancesParams) WithInstanceIds

WithInstanceIds adds the instanceIds to the start kibana cluster instances params

func (*StartKibanaClusterInstancesParams) WithTimeout

WithTimeout adds the timeout to the start kibana cluster instances params

func (*StartKibanaClusterInstancesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type StartKibanaClusterInstancesReader

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

StartKibanaClusterInstancesReader is a Reader for the StartKibanaClusterInstances structure.

func (*StartKibanaClusterInstancesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type StartKibanaClusterInstancesRetryWith

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

	Payload *models.BasicFailedReply
}

StartKibanaClusterInstancesRetryWith handles this case with default header values.

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

func NewStartKibanaClusterInstancesRetryWith

func NewStartKibanaClusterInstancesRetryWith() *StartKibanaClusterInstancesRetryWith

NewStartKibanaClusterInstancesRetryWith creates a StartKibanaClusterInstancesRetryWith with default headers values

func (*StartKibanaClusterInstancesRetryWith) Error

func (*StartKibanaClusterInstancesRetryWith) GetPayload

type StartKibanaClusterMaintenanceModeAccepted

type StartKibanaClusterMaintenanceModeAccepted struct {
	Payload *models.ClusterCommandResponse
}

StartKibanaClusterMaintenanceModeAccepted handles this case with default header values.

The start maintenance mode command was issued successfully, use the "GET" command on the /{cluster_id} resource to monitor progress

func NewStartKibanaClusterMaintenanceModeAccepted

func NewStartKibanaClusterMaintenanceModeAccepted() *StartKibanaClusterMaintenanceModeAccepted

NewStartKibanaClusterMaintenanceModeAccepted creates a StartKibanaClusterMaintenanceModeAccepted with default headers values

func (*StartKibanaClusterMaintenanceModeAccepted) Error

func (*StartKibanaClusterMaintenanceModeAccepted) GetPayload

type StartKibanaClusterMaintenanceModeForbidden

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

	Payload *models.BasicFailedReply
}

StartKibanaClusterMaintenanceModeForbidden handles this case with default header values.

The start maintenance mode command was prohibited for the given cluster. (code: `clusters.command_prohibited`)

func NewStartKibanaClusterMaintenanceModeForbidden

func NewStartKibanaClusterMaintenanceModeForbidden() *StartKibanaClusterMaintenanceModeForbidden

NewStartKibanaClusterMaintenanceModeForbidden creates a StartKibanaClusterMaintenanceModeForbidden with default headers values

func (*StartKibanaClusterMaintenanceModeForbidden) Error

func (*StartKibanaClusterMaintenanceModeForbidden) GetPayload

type StartKibanaClusterMaintenanceModeNotFound

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

	Payload *models.BasicFailedReply
}

StartKibanaClusterMaintenanceModeNotFound handles this case with default header values.

* The cluster specified by {cluster_id} cannot be found. (code: `clusters.cluster_not_found`) * One or more of the instances specified at {instance_ids} could not be found. (code: `clusters.instances_not_found`)

func NewStartKibanaClusterMaintenanceModeNotFound

func NewStartKibanaClusterMaintenanceModeNotFound() *StartKibanaClusterMaintenanceModeNotFound

NewStartKibanaClusterMaintenanceModeNotFound creates a StartKibanaClusterMaintenanceModeNotFound with default headers values

func (*StartKibanaClusterMaintenanceModeNotFound) Error

func (*StartKibanaClusterMaintenanceModeNotFound) GetPayload

type StartKibanaClusterMaintenanceModeParams

type StartKibanaClusterMaintenanceModeParams struct {

	/*ClusterID
	  The Kibana deployment identifier.

	*/
	ClusterID string
	/*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

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

StartKibanaClusterMaintenanceModeParams contains all the parameters to send to the API endpoint for the start kibana cluster maintenance mode operation typically these are written to a http.Request

func NewStartKibanaClusterMaintenanceModeParams

func NewStartKibanaClusterMaintenanceModeParams() *StartKibanaClusterMaintenanceModeParams

NewStartKibanaClusterMaintenanceModeParams creates a new StartKibanaClusterMaintenanceModeParams object with the default values initialized.

func NewStartKibanaClusterMaintenanceModeParamsWithContext

func NewStartKibanaClusterMaintenanceModeParamsWithContext(ctx context.Context) *StartKibanaClusterMaintenanceModeParams

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

func NewStartKibanaClusterMaintenanceModeParamsWithHTTPClient

func NewStartKibanaClusterMaintenanceModeParamsWithHTTPClient(client *http.Client) *StartKibanaClusterMaintenanceModeParams

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

func NewStartKibanaClusterMaintenanceModeParamsWithTimeout

func NewStartKibanaClusterMaintenanceModeParamsWithTimeout(timeout time.Duration) *StartKibanaClusterMaintenanceModeParams

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

func (*StartKibanaClusterMaintenanceModeParams) SetClusterID

func (o *StartKibanaClusterMaintenanceModeParams) SetClusterID(clusterID string)

SetClusterID adds the clusterId to the start kibana cluster maintenance mode params

func (*StartKibanaClusterMaintenanceModeParams) SetContext

SetContext adds the context to the start kibana cluster maintenance mode params

func (*StartKibanaClusterMaintenanceModeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the start kibana cluster maintenance mode params

func (*StartKibanaClusterMaintenanceModeParams) SetIgnoreMissing

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

SetIgnoreMissing adds the ignoreMissing to the start kibana cluster maintenance mode params

func (*StartKibanaClusterMaintenanceModeParams) SetInstanceIds

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

SetInstanceIds adds the instanceIds to the start kibana cluster maintenance mode params

func (*StartKibanaClusterMaintenanceModeParams) SetTimeout

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

SetTimeout adds the timeout to the start kibana cluster maintenance mode params

func (*StartKibanaClusterMaintenanceModeParams) WithClusterID

WithClusterID adds the clusterID to the start kibana cluster maintenance mode params

func (*StartKibanaClusterMaintenanceModeParams) WithContext

WithContext adds the context to the start kibana cluster maintenance mode params

func (*StartKibanaClusterMaintenanceModeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the start kibana cluster maintenance mode params

func (*StartKibanaClusterMaintenanceModeParams) WithIgnoreMissing

WithIgnoreMissing adds the ignoreMissing to the start kibana cluster maintenance mode params

func (*StartKibanaClusterMaintenanceModeParams) WithInstanceIds

WithInstanceIds adds the instanceIds to the start kibana cluster maintenance mode params

func (*StartKibanaClusterMaintenanceModeParams) WithTimeout

WithTimeout adds the timeout to the start kibana cluster maintenance mode params

func (*StartKibanaClusterMaintenanceModeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type StartKibanaClusterMaintenanceModeReader

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

StartKibanaClusterMaintenanceModeReader is a Reader for the StartKibanaClusterMaintenanceMode structure.

func (*StartKibanaClusterMaintenanceModeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type StartKibanaClusterMaintenanceModeRetryWith

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

	Payload *models.BasicFailedReply
}

StartKibanaClusterMaintenanceModeRetryWith handles this case with default header values.

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

func NewStartKibanaClusterMaintenanceModeRetryWith

func NewStartKibanaClusterMaintenanceModeRetryWith() *StartKibanaClusterMaintenanceModeRetryWith

NewStartKibanaClusterMaintenanceModeRetryWith creates a StartKibanaClusterMaintenanceModeRetryWith with default headers values

func (*StartKibanaClusterMaintenanceModeRetryWith) Error

func (*StartKibanaClusterMaintenanceModeRetryWith) GetPayload

type StopKibanaClusterInstancesAccepted

type StopKibanaClusterInstancesAccepted struct {
	Payload *models.ClusterCommandResponse
}

StopKibanaClusterInstancesAccepted handles this case with default header values.

The stop command was issued successfully, use the "GET" command on the /{cluster_id} resource to monitor progress

func NewStopKibanaClusterInstancesAccepted

func NewStopKibanaClusterInstancesAccepted() *StopKibanaClusterInstancesAccepted

NewStopKibanaClusterInstancesAccepted creates a StopKibanaClusterInstancesAccepted with default headers values

func (*StopKibanaClusterInstancesAccepted) Error

func (*StopKibanaClusterInstancesAccepted) GetPayload

type StopKibanaClusterInstancesAllAccepted

type StopKibanaClusterInstancesAllAccepted struct {
	Payload *models.ClusterCommandResponse
}

StopKibanaClusterInstancesAllAccepted handles this case with default header values.

The stop command was issued successfully, use the "GET" command on the /{cluster_id} resource to monitor progress

func NewStopKibanaClusterInstancesAllAccepted

func NewStopKibanaClusterInstancesAllAccepted() *StopKibanaClusterInstancesAllAccepted

NewStopKibanaClusterInstancesAllAccepted creates a StopKibanaClusterInstancesAllAccepted with default headers values

func (*StopKibanaClusterInstancesAllAccepted) Error

func (*StopKibanaClusterInstancesAllAccepted) GetPayload

type StopKibanaClusterInstancesAllForbidden

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

	Payload *models.BasicFailedReply
}

StopKibanaClusterInstancesAllForbidden handles this case with default header values.

The stop command was prohibited for the given cluster. (code: `clusters.command_prohibited`)

func NewStopKibanaClusterInstancesAllForbidden

func NewStopKibanaClusterInstancesAllForbidden() *StopKibanaClusterInstancesAllForbidden

NewStopKibanaClusterInstancesAllForbidden creates a StopKibanaClusterInstancesAllForbidden with default headers values

func (*StopKibanaClusterInstancesAllForbidden) Error

func (*StopKibanaClusterInstancesAllForbidden) GetPayload

type StopKibanaClusterInstancesAllMaintenanceModeAccepted

type StopKibanaClusterInstancesAllMaintenanceModeAccepted struct {
	Payload *models.ClusterCommandResponse
}

StopKibanaClusterInstancesAllMaintenanceModeAccepted handles this case with default header values.

The stop maintenance mode command was issued successfully, use the "GET" command on the /{cluster_id} resource to monitor progress

func NewStopKibanaClusterInstancesAllMaintenanceModeAccepted

func NewStopKibanaClusterInstancesAllMaintenanceModeAccepted() *StopKibanaClusterInstancesAllMaintenanceModeAccepted

NewStopKibanaClusterInstancesAllMaintenanceModeAccepted creates a StopKibanaClusterInstancesAllMaintenanceModeAccepted with default headers values

func (*StopKibanaClusterInstancesAllMaintenanceModeAccepted) Error

func (*StopKibanaClusterInstancesAllMaintenanceModeAccepted) GetPayload

type StopKibanaClusterInstancesAllMaintenanceModeForbidden

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

	Payload *models.BasicFailedReply
}

StopKibanaClusterInstancesAllMaintenanceModeForbidden handles this case with default header values.

The stop maintenance mode command was prohibited for the given cluster. (code: `clusters.command_prohibited`)

func NewStopKibanaClusterInstancesAllMaintenanceModeForbidden

func NewStopKibanaClusterInstancesAllMaintenanceModeForbidden() *StopKibanaClusterInstancesAllMaintenanceModeForbidden

NewStopKibanaClusterInstancesAllMaintenanceModeForbidden creates a StopKibanaClusterInstancesAllMaintenanceModeForbidden with default headers values

func (*StopKibanaClusterInstancesAllMaintenanceModeForbidden) Error

func (*StopKibanaClusterInstancesAllMaintenanceModeForbidden) GetPayload

type StopKibanaClusterInstancesAllMaintenanceModeNotFound

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

	Payload *models.BasicFailedReply
}

StopKibanaClusterInstancesAllMaintenanceModeNotFound handles this case with default header values.

The cluster specified by {cluster_id} cannot be found. (code: `clusters.cluster_not_found`)

func NewStopKibanaClusterInstancesAllMaintenanceModeNotFound

func NewStopKibanaClusterInstancesAllMaintenanceModeNotFound() *StopKibanaClusterInstancesAllMaintenanceModeNotFound

NewStopKibanaClusterInstancesAllMaintenanceModeNotFound creates a StopKibanaClusterInstancesAllMaintenanceModeNotFound with default headers values

func (*StopKibanaClusterInstancesAllMaintenanceModeNotFound) Error

func (*StopKibanaClusterInstancesAllMaintenanceModeNotFound) GetPayload

type StopKibanaClusterInstancesAllMaintenanceModeParams

type StopKibanaClusterInstancesAllMaintenanceModeParams struct {

	/*ClusterID
	  The Kibana deployment identifier.

	*/
	ClusterID string

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

StopKibanaClusterInstancesAllMaintenanceModeParams contains all the parameters to send to the API endpoint for the stop kibana cluster instances all maintenance mode operation typically these are written to a http.Request

func NewStopKibanaClusterInstancesAllMaintenanceModeParams

func NewStopKibanaClusterInstancesAllMaintenanceModeParams() *StopKibanaClusterInstancesAllMaintenanceModeParams

NewStopKibanaClusterInstancesAllMaintenanceModeParams creates a new StopKibanaClusterInstancesAllMaintenanceModeParams object with the default values initialized.

func NewStopKibanaClusterInstancesAllMaintenanceModeParamsWithContext

func NewStopKibanaClusterInstancesAllMaintenanceModeParamsWithContext(ctx context.Context) *StopKibanaClusterInstancesAllMaintenanceModeParams

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

func NewStopKibanaClusterInstancesAllMaintenanceModeParamsWithHTTPClient

func NewStopKibanaClusterInstancesAllMaintenanceModeParamsWithHTTPClient(client *http.Client) *StopKibanaClusterInstancesAllMaintenanceModeParams

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

func NewStopKibanaClusterInstancesAllMaintenanceModeParamsWithTimeout

func NewStopKibanaClusterInstancesAllMaintenanceModeParamsWithTimeout(timeout time.Duration) *StopKibanaClusterInstancesAllMaintenanceModeParams

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

func (*StopKibanaClusterInstancesAllMaintenanceModeParams) SetClusterID

SetClusterID adds the clusterId to the stop kibana cluster instances all maintenance mode params

func (*StopKibanaClusterInstancesAllMaintenanceModeParams) SetContext

SetContext adds the context to the stop kibana cluster instances all maintenance mode params

func (*StopKibanaClusterInstancesAllMaintenanceModeParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the stop kibana cluster instances all maintenance mode params

func (*StopKibanaClusterInstancesAllMaintenanceModeParams) SetTimeout

SetTimeout adds the timeout to the stop kibana cluster instances all maintenance mode params

func (*StopKibanaClusterInstancesAllMaintenanceModeParams) WithClusterID

WithClusterID adds the clusterID to the stop kibana cluster instances all maintenance mode params

func (*StopKibanaClusterInstancesAllMaintenanceModeParams) WithContext

WithContext adds the context to the stop kibana cluster instances all maintenance mode params

func (*StopKibanaClusterInstancesAllMaintenanceModeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the stop kibana cluster instances all maintenance mode params

func (*StopKibanaClusterInstancesAllMaintenanceModeParams) WithTimeout

WithTimeout adds the timeout to the stop kibana cluster instances all maintenance mode params

func (*StopKibanaClusterInstancesAllMaintenanceModeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type StopKibanaClusterInstancesAllMaintenanceModeReader

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

StopKibanaClusterInstancesAllMaintenanceModeReader is a Reader for the StopKibanaClusterInstancesAllMaintenanceMode structure.

func (*StopKibanaClusterInstancesAllMaintenanceModeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type StopKibanaClusterInstancesAllMaintenanceModeRetryWith

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

	Payload *models.BasicFailedReply
}

StopKibanaClusterInstancesAllMaintenanceModeRetryWith handles this case with default header values.

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

func NewStopKibanaClusterInstancesAllMaintenanceModeRetryWith

func NewStopKibanaClusterInstancesAllMaintenanceModeRetryWith() *StopKibanaClusterInstancesAllMaintenanceModeRetryWith

NewStopKibanaClusterInstancesAllMaintenanceModeRetryWith creates a StopKibanaClusterInstancesAllMaintenanceModeRetryWith with default headers values

func (*StopKibanaClusterInstancesAllMaintenanceModeRetryWith) Error

func (*StopKibanaClusterInstancesAllMaintenanceModeRetryWith) GetPayload

type StopKibanaClusterInstancesAllNotFound

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

	Payload *models.BasicFailedReply
}

StopKibanaClusterInstancesAllNotFound handles this case with default header values.

The cluster specified by {cluster_id} cannot be found. (code: `clusters.cluster_not_found`)

func NewStopKibanaClusterInstancesAllNotFound

func NewStopKibanaClusterInstancesAllNotFound() *StopKibanaClusterInstancesAllNotFound

NewStopKibanaClusterInstancesAllNotFound creates a StopKibanaClusterInstancesAllNotFound with default headers values

func (*StopKibanaClusterInstancesAllNotFound) Error

func (*StopKibanaClusterInstancesAllNotFound) GetPayload

type StopKibanaClusterInstancesAllParams

type StopKibanaClusterInstancesAllParams struct {

	/*ClusterID
	  The Kibana deployment identifier.

	*/
	ClusterID string

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

StopKibanaClusterInstancesAllParams contains all the parameters to send to the API endpoint for the stop kibana cluster instances all operation typically these are written to a http.Request

func NewStopKibanaClusterInstancesAllParams

func NewStopKibanaClusterInstancesAllParams() *StopKibanaClusterInstancesAllParams

NewStopKibanaClusterInstancesAllParams creates a new StopKibanaClusterInstancesAllParams object with the default values initialized.

func NewStopKibanaClusterInstancesAllParamsWithContext

func NewStopKibanaClusterInstancesAllParamsWithContext(ctx context.Context) *StopKibanaClusterInstancesAllParams

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

func NewStopKibanaClusterInstancesAllParamsWithHTTPClient

func NewStopKibanaClusterInstancesAllParamsWithHTTPClient(client *http.Client) *StopKibanaClusterInstancesAllParams

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

func NewStopKibanaClusterInstancesAllParamsWithTimeout

func NewStopKibanaClusterInstancesAllParamsWithTimeout(timeout time.Duration) *StopKibanaClusterInstancesAllParams

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

func (*StopKibanaClusterInstancesAllParams) SetClusterID

func (o *StopKibanaClusterInstancesAllParams) SetClusterID(clusterID string)

SetClusterID adds the clusterId to the stop kibana cluster instances all params

func (*StopKibanaClusterInstancesAllParams) SetContext

SetContext adds the context to the stop kibana cluster instances all params

func (*StopKibanaClusterInstancesAllParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the stop kibana cluster instances all params

func (*StopKibanaClusterInstancesAllParams) SetTimeout

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

SetTimeout adds the timeout to the stop kibana cluster instances all params

func (*StopKibanaClusterInstancesAllParams) WithClusterID

WithClusterID adds the clusterID to the stop kibana cluster instances all params

func (*StopKibanaClusterInstancesAllParams) WithContext

WithContext adds the context to the stop kibana cluster instances all params

func (*StopKibanaClusterInstancesAllParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the stop kibana cluster instances all params

func (*StopKibanaClusterInstancesAllParams) WithTimeout

WithTimeout adds the timeout to the stop kibana cluster instances all params

func (*StopKibanaClusterInstancesAllParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type StopKibanaClusterInstancesAllReader

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

StopKibanaClusterInstancesAllReader is a Reader for the StopKibanaClusterInstancesAll structure.

func (*StopKibanaClusterInstancesAllReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type StopKibanaClusterInstancesAllRetryWith

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

	Payload *models.BasicFailedReply
}

StopKibanaClusterInstancesAllRetryWith handles this case with default header values.

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

func NewStopKibanaClusterInstancesAllRetryWith

func NewStopKibanaClusterInstancesAllRetryWith() *StopKibanaClusterInstancesAllRetryWith

NewStopKibanaClusterInstancesAllRetryWith creates a StopKibanaClusterInstancesAllRetryWith with default headers values

func (*StopKibanaClusterInstancesAllRetryWith) Error

func (*StopKibanaClusterInstancesAllRetryWith) GetPayload

type StopKibanaClusterInstancesForbidden

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

	Payload *models.BasicFailedReply
}

StopKibanaClusterInstancesForbidden handles this case with default header values.

The stop command was prohibited for the given cluster. (code: `clusters.command_prohibited`)

func NewStopKibanaClusterInstancesForbidden

func NewStopKibanaClusterInstancesForbidden() *StopKibanaClusterInstancesForbidden

NewStopKibanaClusterInstancesForbidden creates a StopKibanaClusterInstancesForbidden with default headers values

func (*StopKibanaClusterInstancesForbidden) Error

func (*StopKibanaClusterInstancesForbidden) GetPayload

type StopKibanaClusterInstancesNotFound

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

	Payload *models.BasicFailedReply
}

StopKibanaClusterInstancesNotFound handles this case with default header values.

* The cluster specified by {cluster_id} cannot be found. (code: `clusters.cluster_not_found`) * One or more of the instances specified at {instance_ids} could not be found. (code: `clusters.instances_not_found`)

func NewStopKibanaClusterInstancesNotFound

func NewStopKibanaClusterInstancesNotFound() *StopKibanaClusterInstancesNotFound

NewStopKibanaClusterInstancesNotFound creates a StopKibanaClusterInstancesNotFound with default headers values

func (*StopKibanaClusterInstancesNotFound) Error

func (*StopKibanaClusterInstancesNotFound) GetPayload

type StopKibanaClusterInstancesParams

type StopKibanaClusterInstancesParams struct {

	/*ClusterID
	  The Kibana deployment identifier.

	*/
	ClusterID string
	/*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

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

StopKibanaClusterInstancesParams contains all the parameters to send to the API endpoint for the stop kibana cluster instances operation typically these are written to a http.Request

func NewStopKibanaClusterInstancesParams

func NewStopKibanaClusterInstancesParams() *StopKibanaClusterInstancesParams

NewStopKibanaClusterInstancesParams creates a new StopKibanaClusterInstancesParams object with the default values initialized.

func NewStopKibanaClusterInstancesParamsWithContext

func NewStopKibanaClusterInstancesParamsWithContext(ctx context.Context) *StopKibanaClusterInstancesParams

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

func NewStopKibanaClusterInstancesParamsWithHTTPClient

func NewStopKibanaClusterInstancesParamsWithHTTPClient(client *http.Client) *StopKibanaClusterInstancesParams

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

func NewStopKibanaClusterInstancesParamsWithTimeout

func NewStopKibanaClusterInstancesParamsWithTimeout(timeout time.Duration) *StopKibanaClusterInstancesParams

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

func (*StopKibanaClusterInstancesParams) SetClusterID

func (o *StopKibanaClusterInstancesParams) SetClusterID(clusterID string)

SetClusterID adds the clusterId to the stop kibana cluster instances params

func (*StopKibanaClusterInstancesParams) SetContext

SetContext adds the context to the stop kibana cluster instances params

func (*StopKibanaClusterInstancesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the stop kibana cluster instances params

func (*StopKibanaClusterInstancesParams) SetIgnoreMissing

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

SetIgnoreMissing adds the ignoreMissing to the stop kibana cluster instances params

func (*StopKibanaClusterInstancesParams) SetInstanceIds

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

SetInstanceIds adds the instanceIds to the stop kibana cluster instances params

func (*StopKibanaClusterInstancesParams) SetTimeout

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

SetTimeout adds the timeout to the stop kibana cluster instances params

func (*StopKibanaClusterInstancesParams) WithClusterID

WithClusterID adds the clusterID to the stop kibana cluster instances params

func (*StopKibanaClusterInstancesParams) WithContext

WithContext adds the context to the stop kibana cluster instances params

func (*StopKibanaClusterInstancesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the stop kibana cluster instances params

func (*StopKibanaClusterInstancesParams) WithIgnoreMissing

func (o *StopKibanaClusterInstancesParams) WithIgnoreMissing(ignoreMissing *bool) *StopKibanaClusterInstancesParams

WithIgnoreMissing adds the ignoreMissing to the stop kibana cluster instances params

func (*StopKibanaClusterInstancesParams) WithInstanceIds

WithInstanceIds adds the instanceIds to the stop kibana cluster instances params

func (*StopKibanaClusterInstancesParams) WithTimeout

WithTimeout adds the timeout to the stop kibana cluster instances params

func (*StopKibanaClusterInstancesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type StopKibanaClusterInstancesReader

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

StopKibanaClusterInstancesReader is a Reader for the StopKibanaClusterInstances structure.

func (*StopKibanaClusterInstancesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type StopKibanaClusterInstancesRetryWith

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

	Payload *models.BasicFailedReply
}

StopKibanaClusterInstancesRetryWith handles this case with default header values.

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

func NewStopKibanaClusterInstancesRetryWith

func NewStopKibanaClusterInstancesRetryWith() *StopKibanaClusterInstancesRetryWith

NewStopKibanaClusterInstancesRetryWith creates a StopKibanaClusterInstancesRetryWith with default headers values

func (*StopKibanaClusterInstancesRetryWith) Error

func (*StopKibanaClusterInstancesRetryWith) GetPayload

type StopKibanaClusterMaintenanceModeAccepted

type StopKibanaClusterMaintenanceModeAccepted struct {
	Payload *models.ClusterCommandResponse
}

StopKibanaClusterMaintenanceModeAccepted handles this case with default header values.

The stop maintenance mode command was issued successfully, use the "GET" command on the /{cluster_id} resource to monitor progress

func NewStopKibanaClusterMaintenanceModeAccepted

func NewStopKibanaClusterMaintenanceModeAccepted() *StopKibanaClusterMaintenanceModeAccepted

NewStopKibanaClusterMaintenanceModeAccepted creates a StopKibanaClusterMaintenanceModeAccepted with default headers values

func (*StopKibanaClusterMaintenanceModeAccepted) Error

func (*StopKibanaClusterMaintenanceModeAccepted) GetPayload

type StopKibanaClusterMaintenanceModeForbidden

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

	Payload *models.BasicFailedReply
}

StopKibanaClusterMaintenanceModeForbidden handles this case with default header values.

The stop maintenance mode command was prohibited for the given cluster. (code: `clusters.command_prohibited`)

func NewStopKibanaClusterMaintenanceModeForbidden

func NewStopKibanaClusterMaintenanceModeForbidden() *StopKibanaClusterMaintenanceModeForbidden

NewStopKibanaClusterMaintenanceModeForbidden creates a StopKibanaClusterMaintenanceModeForbidden with default headers values

func (*StopKibanaClusterMaintenanceModeForbidden) Error

func (*StopKibanaClusterMaintenanceModeForbidden) GetPayload

type StopKibanaClusterMaintenanceModeNotFound

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

	Payload *models.BasicFailedReply
}

StopKibanaClusterMaintenanceModeNotFound handles this case with default header values.

* The cluster specified by {cluster_id} cannot be found. (code: `clusters.cluster_not_found`) * One or more of the instances specified at {instance_ids} could not be found. (code: `clusters.instances_not_found`)

func NewStopKibanaClusterMaintenanceModeNotFound

func NewStopKibanaClusterMaintenanceModeNotFound() *StopKibanaClusterMaintenanceModeNotFound

NewStopKibanaClusterMaintenanceModeNotFound creates a StopKibanaClusterMaintenanceModeNotFound with default headers values

func (*StopKibanaClusterMaintenanceModeNotFound) Error

func (*StopKibanaClusterMaintenanceModeNotFound) GetPayload

type StopKibanaClusterMaintenanceModeParams

type StopKibanaClusterMaintenanceModeParams struct {

	/*ClusterID
	  The Kibana deployment identifier.

	*/
	ClusterID string
	/*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

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

StopKibanaClusterMaintenanceModeParams contains all the parameters to send to the API endpoint for the stop kibana cluster maintenance mode operation typically these are written to a http.Request

func NewStopKibanaClusterMaintenanceModeParams

func NewStopKibanaClusterMaintenanceModeParams() *StopKibanaClusterMaintenanceModeParams

NewStopKibanaClusterMaintenanceModeParams creates a new StopKibanaClusterMaintenanceModeParams object with the default values initialized.

func NewStopKibanaClusterMaintenanceModeParamsWithContext

func NewStopKibanaClusterMaintenanceModeParamsWithContext(ctx context.Context) *StopKibanaClusterMaintenanceModeParams

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

func NewStopKibanaClusterMaintenanceModeParamsWithHTTPClient

func NewStopKibanaClusterMaintenanceModeParamsWithHTTPClient(client *http.Client) *StopKibanaClusterMaintenanceModeParams

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

func NewStopKibanaClusterMaintenanceModeParamsWithTimeout

func NewStopKibanaClusterMaintenanceModeParamsWithTimeout(timeout time.Duration) *StopKibanaClusterMaintenanceModeParams

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

func (*StopKibanaClusterMaintenanceModeParams) SetClusterID

func (o *StopKibanaClusterMaintenanceModeParams) SetClusterID(clusterID string)

SetClusterID adds the clusterId to the stop kibana cluster maintenance mode params

func (*StopKibanaClusterMaintenanceModeParams) SetContext

SetContext adds the context to the stop kibana cluster maintenance mode params

func (*StopKibanaClusterMaintenanceModeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the stop kibana cluster maintenance mode params

func (*StopKibanaClusterMaintenanceModeParams) SetIgnoreMissing

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

SetIgnoreMissing adds the ignoreMissing to the stop kibana cluster maintenance mode params

func (*StopKibanaClusterMaintenanceModeParams) SetInstanceIds

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

SetInstanceIds adds the instanceIds to the stop kibana cluster maintenance mode params

func (*StopKibanaClusterMaintenanceModeParams) SetTimeout

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

SetTimeout adds the timeout to the stop kibana cluster maintenance mode params

func (*StopKibanaClusterMaintenanceModeParams) WithClusterID

WithClusterID adds the clusterID to the stop kibana cluster maintenance mode params

func (*StopKibanaClusterMaintenanceModeParams) WithContext

WithContext adds the context to the stop kibana cluster maintenance mode params

func (*StopKibanaClusterMaintenanceModeParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the stop kibana cluster maintenance mode params

func (*StopKibanaClusterMaintenanceModeParams) WithIgnoreMissing

WithIgnoreMissing adds the ignoreMissing to the stop kibana cluster maintenance mode params

func (*StopKibanaClusterMaintenanceModeParams) WithInstanceIds

WithInstanceIds adds the instanceIds to the stop kibana cluster maintenance mode params

func (*StopKibanaClusterMaintenanceModeParams) WithTimeout

WithTimeout adds the timeout to the stop kibana cluster maintenance mode params

func (*StopKibanaClusterMaintenanceModeParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type StopKibanaClusterMaintenanceModeReader

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

StopKibanaClusterMaintenanceModeReader is a Reader for the StopKibanaClusterMaintenanceMode structure.

func (*StopKibanaClusterMaintenanceModeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type StopKibanaClusterMaintenanceModeRetryWith

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

	Payload *models.BasicFailedReply
}

StopKibanaClusterMaintenanceModeRetryWith handles this case with default header values.

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

func NewStopKibanaClusterMaintenanceModeRetryWith

func NewStopKibanaClusterMaintenanceModeRetryWith() *StopKibanaClusterMaintenanceModeRetryWith

NewStopKibanaClusterMaintenanceModeRetryWith creates a StopKibanaClusterMaintenanceModeRetryWith with default headers values

func (*StopKibanaClusterMaintenanceModeRetryWith) Error

func (*StopKibanaClusterMaintenanceModeRetryWith) GetPayload

type UpdateKibanaClusterMetadataSettingsForbidden

type UpdateKibanaClusterMetadataSettingsForbidden struct {
	Payload *models.BasicFailedReply
}

UpdateKibanaClusterMetadataSettingsForbidden handles this case with default header values.

The provided action was prohibited for the given cluster

func NewUpdateKibanaClusterMetadataSettingsForbidden

func NewUpdateKibanaClusterMetadataSettingsForbidden() *UpdateKibanaClusterMetadataSettingsForbidden

NewUpdateKibanaClusterMetadataSettingsForbidden creates a UpdateKibanaClusterMetadataSettingsForbidden with default headers values

func (*UpdateKibanaClusterMetadataSettingsForbidden) Error

func (*UpdateKibanaClusterMetadataSettingsForbidden) GetPayload

type UpdateKibanaClusterMetadataSettingsNotFound

type UpdateKibanaClusterMetadataSettingsNotFound struct {
	Payload *models.BasicFailedReply
}

UpdateKibanaClusterMetadataSettingsNotFound handles this case with default header values.

The cluster specified by {cluster_id} cannot be found (code: 'clusters.cluster_not_found')

func NewUpdateKibanaClusterMetadataSettingsNotFound

func NewUpdateKibanaClusterMetadataSettingsNotFound() *UpdateKibanaClusterMetadataSettingsNotFound

NewUpdateKibanaClusterMetadataSettingsNotFound creates a UpdateKibanaClusterMetadataSettingsNotFound with default headers values

func (*UpdateKibanaClusterMetadataSettingsNotFound) Error

func (*UpdateKibanaClusterMetadataSettingsNotFound) GetPayload

type UpdateKibanaClusterMetadataSettingsOK

type UpdateKibanaClusterMetadataSettingsOK 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.ClusterMetadataSettings
}

UpdateKibanaClusterMetadataSettingsOK handles this case with default header values.

The cluster metadata was successfully updated

func NewUpdateKibanaClusterMetadataSettingsOK

func NewUpdateKibanaClusterMetadataSettingsOK() *UpdateKibanaClusterMetadataSettingsOK

NewUpdateKibanaClusterMetadataSettingsOK creates a UpdateKibanaClusterMetadataSettingsOK with default headers values

func (*UpdateKibanaClusterMetadataSettingsOK) Error

func (*UpdateKibanaClusterMetadataSettingsOK) GetPayload

type UpdateKibanaClusterMetadataSettingsParams

type UpdateKibanaClusterMetadataSettingsParams struct {

	/*Body
	  The cluster settings including updated values

	*/
	Body *models.ClusterMetadataSettings
	/*ClusterID
	  The Kibana deployment identifier.

	*/
	ClusterID string
	/*Version
	  Checks for conflicts against the metadata version, then returns the value in the `x-cloud-resource-version` header.

	*/
	Version *int64

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

UpdateKibanaClusterMetadataSettingsParams contains all the parameters to send to the API endpoint for the update kibana cluster metadata settings operation typically these are written to a http.Request

func NewUpdateKibanaClusterMetadataSettingsParams

func NewUpdateKibanaClusterMetadataSettingsParams() *UpdateKibanaClusterMetadataSettingsParams

NewUpdateKibanaClusterMetadataSettingsParams creates a new UpdateKibanaClusterMetadataSettingsParams object with the default values initialized.

func NewUpdateKibanaClusterMetadataSettingsParamsWithContext

func NewUpdateKibanaClusterMetadataSettingsParamsWithContext(ctx context.Context) *UpdateKibanaClusterMetadataSettingsParams

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

func NewUpdateKibanaClusterMetadataSettingsParamsWithHTTPClient

func NewUpdateKibanaClusterMetadataSettingsParamsWithHTTPClient(client *http.Client) *UpdateKibanaClusterMetadataSettingsParams

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

func NewUpdateKibanaClusterMetadataSettingsParamsWithTimeout

func NewUpdateKibanaClusterMetadataSettingsParamsWithTimeout(timeout time.Duration) *UpdateKibanaClusterMetadataSettingsParams

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

func (*UpdateKibanaClusterMetadataSettingsParams) SetBody

SetBody adds the body to the update kibana cluster metadata settings params

func (*UpdateKibanaClusterMetadataSettingsParams) SetClusterID

func (o *UpdateKibanaClusterMetadataSettingsParams) SetClusterID(clusterID string)

SetClusterID adds the clusterId to the update kibana cluster metadata settings params

func (*UpdateKibanaClusterMetadataSettingsParams) SetContext

SetContext adds the context to the update kibana cluster metadata settings params

func (*UpdateKibanaClusterMetadataSettingsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update kibana cluster metadata settings params

func (*UpdateKibanaClusterMetadataSettingsParams) SetTimeout

SetTimeout adds the timeout to the update kibana cluster metadata settings params

func (*UpdateKibanaClusterMetadataSettingsParams) SetVersion

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

SetVersion adds the version to the update kibana cluster metadata settings params

func (*UpdateKibanaClusterMetadataSettingsParams) WithBody

WithBody adds the body to the update kibana cluster metadata settings params

func (*UpdateKibanaClusterMetadataSettingsParams) WithClusterID

WithClusterID adds the clusterID to the update kibana cluster metadata settings params

func (*UpdateKibanaClusterMetadataSettingsParams) WithContext

WithContext adds the context to the update kibana cluster metadata settings params

func (*UpdateKibanaClusterMetadataSettingsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update kibana cluster metadata settings params

func (*UpdateKibanaClusterMetadataSettingsParams) WithTimeout

WithTimeout adds the timeout to the update kibana cluster metadata settings params

func (*UpdateKibanaClusterMetadataSettingsParams) WithVersion

WithVersion adds the version to the update kibana cluster metadata settings params

func (*UpdateKibanaClusterMetadataSettingsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateKibanaClusterMetadataSettingsReader

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

UpdateKibanaClusterMetadataSettingsReader is a Reader for the UpdateKibanaClusterMetadataSettings structure.

func (*UpdateKibanaClusterMetadataSettingsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateKibanaClusterMetadataSettingsRetryWith

type UpdateKibanaClusterMetadataSettingsRetryWith struct {
	Payload *models.BasicFailedReply
}

UpdateKibanaClusterMetadataSettingsRetryWith handles this case with default header values.

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

func NewUpdateKibanaClusterMetadataSettingsRetryWith

func NewUpdateKibanaClusterMetadataSettingsRetryWith() *UpdateKibanaClusterMetadataSettingsRetryWith

NewUpdateKibanaClusterMetadataSettingsRetryWith creates a UpdateKibanaClusterMetadataSettingsRetryWith with default headers values

func (*UpdateKibanaClusterMetadataSettingsRetryWith) Error

func (*UpdateKibanaClusterMetadataSettingsRetryWith) GetPayload

type UpdateKibanaClusterPlanAccepted

type UpdateKibanaClusterPlanAccepted struct {
	Payload *models.ClusterCrudResponse
}

UpdateKibanaClusterPlanAccepted handles this case with default header values.

The plan definition was valid and the updated plan is in progress

func NewUpdateKibanaClusterPlanAccepted

func NewUpdateKibanaClusterPlanAccepted() *UpdateKibanaClusterPlanAccepted

NewUpdateKibanaClusterPlanAccepted creates a UpdateKibanaClusterPlanAccepted with default headers values

func (*UpdateKibanaClusterPlanAccepted) Error

func (*UpdateKibanaClusterPlanAccepted) GetPayload

type UpdateKibanaClusterPlanBadRequest

type UpdateKibanaClusterPlanBadRequest struct {
	Payload *models.BasicFailedReply
}

UpdateKibanaClusterPlanBadRequest handles this case with default header values.

The cluster definition contained errors (code: 'clusters.cluster_invalid_plan' and 'clusters.plan_feature_not_implemented')

func NewUpdateKibanaClusterPlanBadRequest

func NewUpdateKibanaClusterPlanBadRequest() *UpdateKibanaClusterPlanBadRequest

NewUpdateKibanaClusterPlanBadRequest creates a UpdateKibanaClusterPlanBadRequest with default headers values

func (*UpdateKibanaClusterPlanBadRequest) Error

func (*UpdateKibanaClusterPlanBadRequest) GetPayload

type UpdateKibanaClusterPlanNotFound

type UpdateKibanaClusterPlanNotFound struct {
	Payload *models.BasicFailedReply
}

UpdateKibanaClusterPlanNotFound handles this case with default header values.

The cluster specified by {cluster_id} cannot be found (code: 'clusters.cluster_not_found')

func NewUpdateKibanaClusterPlanNotFound

func NewUpdateKibanaClusterPlanNotFound() *UpdateKibanaClusterPlanNotFound

NewUpdateKibanaClusterPlanNotFound creates a UpdateKibanaClusterPlanNotFound with default headers values

func (*UpdateKibanaClusterPlanNotFound) Error

func (*UpdateKibanaClusterPlanNotFound) GetPayload

type UpdateKibanaClusterPlanOK

type UpdateKibanaClusterPlanOK struct {
	Payload *models.ClusterCrudResponse
}

UpdateKibanaClusterPlanOK handles this case with default header values.

The cluster definition was valid - no further action was requested. The return object contains an internal representation of the plan, for use in debugging

func NewUpdateKibanaClusterPlanOK

func NewUpdateKibanaClusterPlanOK() *UpdateKibanaClusterPlanOK

NewUpdateKibanaClusterPlanOK creates a UpdateKibanaClusterPlanOK with default headers values

func (*UpdateKibanaClusterPlanOK) Error

func (o *UpdateKibanaClusterPlanOK) Error() string

func (*UpdateKibanaClusterPlanOK) GetPayload

type UpdateKibanaClusterPlanParams

type UpdateKibanaClusterPlanParams struct {

	/*Body
	  The update plan definition

	*/
	Body *models.KibanaClusterPlan
	/*ClusterID
	  The Kibana deployment identifier.

	*/
	ClusterID string
	/*ValidateOnly
	  When `true`, validates the cluster definition without performing the update.

	*/
	ValidateOnly *bool

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

UpdateKibanaClusterPlanParams contains all the parameters to send to the API endpoint for the update kibana cluster plan operation typically these are written to a http.Request

func NewUpdateKibanaClusterPlanParams

func NewUpdateKibanaClusterPlanParams() *UpdateKibanaClusterPlanParams

NewUpdateKibanaClusterPlanParams creates a new UpdateKibanaClusterPlanParams object with the default values initialized.

func NewUpdateKibanaClusterPlanParamsWithContext

func NewUpdateKibanaClusterPlanParamsWithContext(ctx context.Context) *UpdateKibanaClusterPlanParams

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

func NewUpdateKibanaClusterPlanParamsWithHTTPClient

func NewUpdateKibanaClusterPlanParamsWithHTTPClient(client *http.Client) *UpdateKibanaClusterPlanParams

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

func NewUpdateKibanaClusterPlanParamsWithTimeout

func NewUpdateKibanaClusterPlanParamsWithTimeout(timeout time.Duration) *UpdateKibanaClusterPlanParams

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

func (*UpdateKibanaClusterPlanParams) SetBody

SetBody adds the body to the update kibana cluster plan params

func (*UpdateKibanaClusterPlanParams) SetClusterID

func (o *UpdateKibanaClusterPlanParams) SetClusterID(clusterID string)

SetClusterID adds the clusterId to the update kibana cluster plan params

func (*UpdateKibanaClusterPlanParams) SetContext

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

SetContext adds the context to the update kibana cluster plan params

func (*UpdateKibanaClusterPlanParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update kibana cluster plan params

func (*UpdateKibanaClusterPlanParams) SetTimeout

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

SetTimeout adds the timeout to the update kibana cluster plan params

func (*UpdateKibanaClusterPlanParams) SetValidateOnly

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

SetValidateOnly adds the validateOnly to the update kibana cluster plan params

func (*UpdateKibanaClusterPlanParams) WithBody

WithBody adds the body to the update kibana cluster plan params

func (*UpdateKibanaClusterPlanParams) WithClusterID

WithClusterID adds the clusterID to the update kibana cluster plan params

func (*UpdateKibanaClusterPlanParams) WithContext

WithContext adds the context to the update kibana cluster plan params

func (*UpdateKibanaClusterPlanParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update kibana cluster plan params

func (*UpdateKibanaClusterPlanParams) WithTimeout

WithTimeout adds the timeout to the update kibana cluster plan params

func (*UpdateKibanaClusterPlanParams) WithValidateOnly

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

WithValidateOnly adds the validateOnly to the update kibana cluster plan params

func (*UpdateKibanaClusterPlanParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateKibanaClusterPlanReader

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

UpdateKibanaClusterPlanReader is a Reader for the UpdateKibanaClusterPlan structure.

func (*UpdateKibanaClusterPlanReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateKibanaClusterPlanRetryWith

type UpdateKibanaClusterPlanRetryWith struct {
	Payload *models.BasicFailedReply
}

UpdateKibanaClusterPlanRetryWith handles this case with default header values.

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

func NewUpdateKibanaClusterPlanRetryWith

func NewUpdateKibanaClusterPlanRetryWith() *UpdateKibanaClusterPlanRetryWith

NewUpdateKibanaClusterPlanRetryWith creates a UpdateKibanaClusterPlanRetryWith with default headers values

func (*UpdateKibanaClusterPlanRetryWith) Error

func (*UpdateKibanaClusterPlanRetryWith) GetPayload

type UpgradeKibanaClusterAccepted

type UpgradeKibanaClusterAccepted struct {
	Payload *models.ClusterUpgradeInfo
}

UpgradeKibanaClusterAccepted handles this case with default header values.

The upgrade command was issued successfully, use the "GET" command on the /{cluster_id} resource to monitor progress

func NewUpgradeKibanaClusterAccepted

func NewUpgradeKibanaClusterAccepted() *UpgradeKibanaClusterAccepted

NewUpgradeKibanaClusterAccepted creates a UpgradeKibanaClusterAccepted with default headers values

func (*UpgradeKibanaClusterAccepted) Error

func (*UpgradeKibanaClusterAccepted) GetPayload

type UpgradeKibanaClusterNotFound

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

	Payload *models.BasicFailedReply
}

UpgradeKibanaClusterNotFound handles this case with default header values.

The cluster specified by {cluster_id} cannot be found. (code: `clusters.cluster_not_found`)

func NewUpgradeKibanaClusterNotFound

func NewUpgradeKibanaClusterNotFound() *UpgradeKibanaClusterNotFound

NewUpgradeKibanaClusterNotFound creates a UpgradeKibanaClusterNotFound with default headers values

func (*UpgradeKibanaClusterNotFound) Error

func (*UpgradeKibanaClusterNotFound) GetPayload

type UpgradeKibanaClusterParams

type UpgradeKibanaClusterParams struct {

	/*ClusterID
	  The Kibana deployment identifier.

	*/
	ClusterID 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
}

UpgradeKibanaClusterParams contains all the parameters to send to the API endpoint for the upgrade kibana cluster operation typically these are written to a http.Request

func NewUpgradeKibanaClusterParams

func NewUpgradeKibanaClusterParams() *UpgradeKibanaClusterParams

NewUpgradeKibanaClusterParams creates a new UpgradeKibanaClusterParams object with the default values initialized.

func NewUpgradeKibanaClusterParamsWithContext

func NewUpgradeKibanaClusterParamsWithContext(ctx context.Context) *UpgradeKibanaClusterParams

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

func NewUpgradeKibanaClusterParamsWithHTTPClient

func NewUpgradeKibanaClusterParamsWithHTTPClient(client *http.Client) *UpgradeKibanaClusterParams

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

func NewUpgradeKibanaClusterParamsWithTimeout

func NewUpgradeKibanaClusterParamsWithTimeout(timeout time.Duration) *UpgradeKibanaClusterParams

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

func (*UpgradeKibanaClusterParams) SetClusterID

func (o *UpgradeKibanaClusterParams) SetClusterID(clusterID string)

SetClusterID adds the clusterId to the upgrade kibana cluster params

func (*UpgradeKibanaClusterParams) SetContext

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

SetContext adds the context to the upgrade kibana cluster params

func (*UpgradeKibanaClusterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the upgrade kibana cluster params

func (*UpgradeKibanaClusterParams) SetTimeout

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

SetTimeout adds the timeout to the upgrade kibana cluster params

func (*UpgradeKibanaClusterParams) SetValidateOnly

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

SetValidateOnly adds the validateOnly to the upgrade kibana cluster params

func (*UpgradeKibanaClusterParams) WithClusterID

func (o *UpgradeKibanaClusterParams) WithClusterID(clusterID string) *UpgradeKibanaClusterParams

WithClusterID adds the clusterID to the upgrade kibana cluster params

func (*UpgradeKibanaClusterParams) WithContext

WithContext adds the context to the upgrade kibana cluster params

func (*UpgradeKibanaClusterParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the upgrade kibana cluster params

func (*UpgradeKibanaClusterParams) WithTimeout

WithTimeout adds the timeout to the upgrade kibana cluster params

func (*UpgradeKibanaClusterParams) WithValidateOnly

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

WithValidateOnly adds the validateOnly to the upgrade kibana cluster params

func (*UpgradeKibanaClusterParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpgradeKibanaClusterReader

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

UpgradeKibanaClusterReader is a Reader for the UpgradeKibanaCluster structure.

func (*UpgradeKibanaClusterReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpgradeKibanaClusterRetryWith

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

	Payload *models.BasicFailedReply
}

UpgradeKibanaClusterRetryWith handles this case with default header values.

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

func NewUpgradeKibanaClusterRetryWith

func NewUpgradeKibanaClusterRetryWith() *UpgradeKibanaClusterRetryWith

NewUpgradeKibanaClusterRetryWith creates a UpgradeKibanaClusterRetryWith with default headers values

func (*UpgradeKibanaClusterRetryWith) Error

func (*UpgradeKibanaClusterRetryWith) GetPayload

Source Files

Jump to

Keyboard shortcuts

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