Documentation ¶
Index ¶
- type CancelDeploymentResourcePendingPlanBadRequest
- func (o *CancelDeploymentResourcePendingPlanBadRequest) Code() int
- func (o *CancelDeploymentResourcePendingPlanBadRequest) Error() string
- func (o *CancelDeploymentResourcePendingPlanBadRequest) GetPayload() *models.BasicFailedReply
- func (o *CancelDeploymentResourcePendingPlanBadRequest) IsClientError() bool
- func (o *CancelDeploymentResourcePendingPlanBadRequest) IsCode(code int) bool
- func (o *CancelDeploymentResourcePendingPlanBadRequest) IsRedirect() bool
- func (o *CancelDeploymentResourcePendingPlanBadRequest) IsServerError() bool
- func (o *CancelDeploymentResourcePendingPlanBadRequest) IsSuccess() bool
- func (o *CancelDeploymentResourcePendingPlanBadRequest) String() string
- type CancelDeploymentResourcePendingPlanInternalServerError
- func (o *CancelDeploymentResourcePendingPlanInternalServerError) Code() int
- func (o *CancelDeploymentResourcePendingPlanInternalServerError) Error() string
- func (o *CancelDeploymentResourcePendingPlanInternalServerError) GetPayload() *models.BasicFailedReply
- func (o *CancelDeploymentResourcePendingPlanInternalServerError) IsClientError() bool
- func (o *CancelDeploymentResourcePendingPlanInternalServerError) IsCode(code int) bool
- func (o *CancelDeploymentResourcePendingPlanInternalServerError) IsRedirect() bool
- func (o *CancelDeploymentResourcePendingPlanInternalServerError) IsServerError() bool
- func (o *CancelDeploymentResourcePendingPlanInternalServerError) IsSuccess() bool
- func (o *CancelDeploymentResourcePendingPlanInternalServerError) String() string
- type CancelDeploymentResourcePendingPlanNotFound
- func (o *CancelDeploymentResourcePendingPlanNotFound) Code() int
- func (o *CancelDeploymentResourcePendingPlanNotFound) Error() string
- func (o *CancelDeploymentResourcePendingPlanNotFound) GetPayload() *models.BasicFailedReply
- func (o *CancelDeploymentResourcePendingPlanNotFound) IsClientError() bool
- func (o *CancelDeploymentResourcePendingPlanNotFound) IsCode(code int) bool
- func (o *CancelDeploymentResourcePendingPlanNotFound) IsRedirect() bool
- func (o *CancelDeploymentResourcePendingPlanNotFound) IsServerError() bool
- func (o *CancelDeploymentResourcePendingPlanNotFound) IsSuccess() bool
- func (o *CancelDeploymentResourcePendingPlanNotFound) String() string
- type CancelDeploymentResourcePendingPlanOK
- func (o *CancelDeploymentResourcePendingPlanOK) Code() int
- func (o *CancelDeploymentResourcePendingPlanOK) Error() string
- func (o *CancelDeploymentResourcePendingPlanOK) GetPayload() *models.DeploymentResourceCrudResponse
- func (o *CancelDeploymentResourcePendingPlanOK) IsClientError() bool
- func (o *CancelDeploymentResourcePendingPlanOK) IsCode(code int) bool
- func (o *CancelDeploymentResourcePendingPlanOK) IsRedirect() bool
- func (o *CancelDeploymentResourcePendingPlanOK) IsServerError() bool
- func (o *CancelDeploymentResourcePendingPlanOK) IsSuccess() bool
- func (o *CancelDeploymentResourcePendingPlanOK) String() string
- type CancelDeploymentResourcePendingPlanParams
- func NewCancelDeploymentResourcePendingPlanParams() *CancelDeploymentResourcePendingPlanParams
- func NewCancelDeploymentResourcePendingPlanParamsWithContext(ctx context.Context) *CancelDeploymentResourcePendingPlanParams
- func NewCancelDeploymentResourcePendingPlanParamsWithHTTPClient(client *http.Client) *CancelDeploymentResourcePendingPlanParams
- func NewCancelDeploymentResourcePendingPlanParamsWithTimeout(timeout time.Duration) *CancelDeploymentResourcePendingPlanParams
- func (o *CancelDeploymentResourcePendingPlanParams) SetContext(ctx context.Context)
- func (o *CancelDeploymentResourcePendingPlanParams) SetDefaults()
- func (o *CancelDeploymentResourcePendingPlanParams) SetDeploymentID(deploymentID string)
- func (o *CancelDeploymentResourcePendingPlanParams) SetForceDelete(forceDelete *bool)
- func (o *CancelDeploymentResourcePendingPlanParams) SetHTTPClient(client *http.Client)
- func (o *CancelDeploymentResourcePendingPlanParams) SetIgnoreMissing(ignoreMissing *bool)
- func (o *CancelDeploymentResourcePendingPlanParams) SetRefID(refID string)
- func (o *CancelDeploymentResourcePendingPlanParams) SetResourceKind(resourceKind string)
- func (o *CancelDeploymentResourcePendingPlanParams) SetTimeout(timeout time.Duration)
- func (o *CancelDeploymentResourcePendingPlanParams) WithContext(ctx context.Context) *CancelDeploymentResourcePendingPlanParams
- func (o *CancelDeploymentResourcePendingPlanParams) WithDefaults() *CancelDeploymentResourcePendingPlanParams
- func (o *CancelDeploymentResourcePendingPlanParams) WithDeploymentID(deploymentID string) *CancelDeploymentResourcePendingPlanParams
- func (o *CancelDeploymentResourcePendingPlanParams) WithForceDelete(forceDelete *bool) *CancelDeploymentResourcePendingPlanParams
- func (o *CancelDeploymentResourcePendingPlanParams) WithHTTPClient(client *http.Client) *CancelDeploymentResourcePendingPlanParams
- func (o *CancelDeploymentResourcePendingPlanParams) WithIgnoreMissing(ignoreMissing *bool) *CancelDeploymentResourcePendingPlanParams
- func (o *CancelDeploymentResourcePendingPlanParams) WithRefID(refID string) *CancelDeploymentResourcePendingPlanParams
- func (o *CancelDeploymentResourcePendingPlanParams) WithResourceKind(resourceKind string) *CancelDeploymentResourcePendingPlanParams
- func (o *CancelDeploymentResourcePendingPlanParams) WithTimeout(timeout time.Duration) *CancelDeploymentResourcePendingPlanParams
- func (o *CancelDeploymentResourcePendingPlanParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CancelDeploymentResourcePendingPlanReader
- type CaptureDeploymentInstanceHeapDumpAccepted
- func (o *CaptureDeploymentInstanceHeapDumpAccepted) Code() int
- func (o *CaptureDeploymentInstanceHeapDumpAccepted) Error() string
- func (o *CaptureDeploymentInstanceHeapDumpAccepted) GetPayload() models.EmptyResponse
- func (o *CaptureDeploymentInstanceHeapDumpAccepted) IsClientError() bool
- func (o *CaptureDeploymentInstanceHeapDumpAccepted) IsCode(code int) bool
- func (o *CaptureDeploymentInstanceHeapDumpAccepted) IsRedirect() bool
- func (o *CaptureDeploymentInstanceHeapDumpAccepted) IsServerError() bool
- func (o *CaptureDeploymentInstanceHeapDumpAccepted) IsSuccess() bool
- func (o *CaptureDeploymentInstanceHeapDumpAccepted) String() string
- type CaptureDeploymentInstanceHeapDumpNotFound
- func (o *CaptureDeploymentInstanceHeapDumpNotFound) Code() int
- func (o *CaptureDeploymentInstanceHeapDumpNotFound) Error() string
- func (o *CaptureDeploymentInstanceHeapDumpNotFound) GetPayload() *models.BasicFailedReply
- func (o *CaptureDeploymentInstanceHeapDumpNotFound) IsClientError() bool
- func (o *CaptureDeploymentInstanceHeapDumpNotFound) IsCode(code int) bool
- func (o *CaptureDeploymentInstanceHeapDumpNotFound) IsRedirect() bool
- func (o *CaptureDeploymentInstanceHeapDumpNotFound) IsServerError() bool
- func (o *CaptureDeploymentInstanceHeapDumpNotFound) IsSuccess() bool
- func (o *CaptureDeploymentInstanceHeapDumpNotFound) String() string
- type CaptureDeploymentInstanceHeapDumpParams
- func NewCaptureDeploymentInstanceHeapDumpParams() *CaptureDeploymentInstanceHeapDumpParams
- func NewCaptureDeploymentInstanceHeapDumpParamsWithContext(ctx context.Context) *CaptureDeploymentInstanceHeapDumpParams
- func NewCaptureDeploymentInstanceHeapDumpParamsWithHTTPClient(client *http.Client) *CaptureDeploymentInstanceHeapDumpParams
- func NewCaptureDeploymentInstanceHeapDumpParamsWithTimeout(timeout time.Duration) *CaptureDeploymentInstanceHeapDumpParams
- func (o *CaptureDeploymentInstanceHeapDumpParams) SetContext(ctx context.Context)
- func (o *CaptureDeploymentInstanceHeapDumpParams) SetDefaults()
- func (o *CaptureDeploymentInstanceHeapDumpParams) SetDeploymentID(deploymentID string)
- func (o *CaptureDeploymentInstanceHeapDumpParams) SetHTTPClient(client *http.Client)
- func (o *CaptureDeploymentInstanceHeapDumpParams) SetInstanceID(instanceID string)
- func (o *CaptureDeploymentInstanceHeapDumpParams) SetRefID(refID string)
- func (o *CaptureDeploymentInstanceHeapDumpParams) SetResourceKind(resourceKind string)
- func (o *CaptureDeploymentInstanceHeapDumpParams) SetTimeout(timeout time.Duration)
- func (o *CaptureDeploymentInstanceHeapDumpParams) WithContext(ctx context.Context) *CaptureDeploymentInstanceHeapDumpParams
- func (o *CaptureDeploymentInstanceHeapDumpParams) WithDefaults() *CaptureDeploymentInstanceHeapDumpParams
- func (o *CaptureDeploymentInstanceHeapDumpParams) WithDeploymentID(deploymentID string) *CaptureDeploymentInstanceHeapDumpParams
- func (o *CaptureDeploymentInstanceHeapDumpParams) WithHTTPClient(client *http.Client) *CaptureDeploymentInstanceHeapDumpParams
- func (o *CaptureDeploymentInstanceHeapDumpParams) WithInstanceID(instanceID string) *CaptureDeploymentInstanceHeapDumpParams
- func (o *CaptureDeploymentInstanceHeapDumpParams) WithRefID(refID string) *CaptureDeploymentInstanceHeapDumpParams
- func (o *CaptureDeploymentInstanceHeapDumpParams) WithResourceKind(resourceKind string) *CaptureDeploymentInstanceHeapDumpParams
- func (o *CaptureDeploymentInstanceHeapDumpParams) WithTimeout(timeout time.Duration) *CaptureDeploymentInstanceHeapDumpParams
- func (o *CaptureDeploymentInstanceHeapDumpParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CaptureDeploymentInstanceHeapDumpReader
- type CaptureDeploymentInstanceThreadDumpNotFound
- func (o *CaptureDeploymentInstanceThreadDumpNotFound) Code() int
- func (o *CaptureDeploymentInstanceThreadDumpNotFound) Error() string
- func (o *CaptureDeploymentInstanceThreadDumpNotFound) GetPayload() *models.BasicFailedReply
- func (o *CaptureDeploymentInstanceThreadDumpNotFound) IsClientError() bool
- func (o *CaptureDeploymentInstanceThreadDumpNotFound) IsCode(code int) bool
- func (o *CaptureDeploymentInstanceThreadDumpNotFound) IsRedirect() bool
- func (o *CaptureDeploymentInstanceThreadDumpNotFound) IsServerError() bool
- func (o *CaptureDeploymentInstanceThreadDumpNotFound) IsSuccess() bool
- func (o *CaptureDeploymentInstanceThreadDumpNotFound) String() string
- type CaptureDeploymentInstanceThreadDumpOK
- func (o *CaptureDeploymentInstanceThreadDumpOK) Code() int
- func (o *CaptureDeploymentInstanceThreadDumpOK) Error() string
- func (o *CaptureDeploymentInstanceThreadDumpOK) GetPayload() strfmt.Base64
- func (o *CaptureDeploymentInstanceThreadDumpOK) IsClientError() bool
- func (o *CaptureDeploymentInstanceThreadDumpOK) IsCode(code int) bool
- func (o *CaptureDeploymentInstanceThreadDumpOK) IsRedirect() bool
- func (o *CaptureDeploymentInstanceThreadDumpOK) IsServerError() bool
- func (o *CaptureDeploymentInstanceThreadDumpOK) IsSuccess() bool
- func (o *CaptureDeploymentInstanceThreadDumpOK) String() string
- type CaptureDeploymentInstanceThreadDumpParams
- func NewCaptureDeploymentInstanceThreadDumpParams() *CaptureDeploymentInstanceThreadDumpParams
- func NewCaptureDeploymentInstanceThreadDumpParamsWithContext(ctx context.Context) *CaptureDeploymentInstanceThreadDumpParams
- func NewCaptureDeploymentInstanceThreadDumpParamsWithHTTPClient(client *http.Client) *CaptureDeploymentInstanceThreadDumpParams
- func NewCaptureDeploymentInstanceThreadDumpParamsWithTimeout(timeout time.Duration) *CaptureDeploymentInstanceThreadDumpParams
- func (o *CaptureDeploymentInstanceThreadDumpParams) SetContext(ctx context.Context)
- func (o *CaptureDeploymentInstanceThreadDumpParams) SetDefaults()
- func (o *CaptureDeploymentInstanceThreadDumpParams) SetDeploymentID(deploymentID string)
- func (o *CaptureDeploymentInstanceThreadDumpParams) SetHTTPClient(client *http.Client)
- func (o *CaptureDeploymentInstanceThreadDumpParams) SetInstanceID(instanceID string)
- func (o *CaptureDeploymentInstanceThreadDumpParams) SetRefID(refID string)
- func (o *CaptureDeploymentInstanceThreadDumpParams) SetResourceKind(resourceKind string)
- func (o *CaptureDeploymentInstanceThreadDumpParams) SetTimeout(timeout time.Duration)
- func (o *CaptureDeploymentInstanceThreadDumpParams) WithContext(ctx context.Context) *CaptureDeploymentInstanceThreadDumpParams
- func (o *CaptureDeploymentInstanceThreadDumpParams) WithDefaults() *CaptureDeploymentInstanceThreadDumpParams
- func (o *CaptureDeploymentInstanceThreadDumpParams) WithDeploymentID(deploymentID string) *CaptureDeploymentInstanceThreadDumpParams
- func (o *CaptureDeploymentInstanceThreadDumpParams) WithHTTPClient(client *http.Client) *CaptureDeploymentInstanceThreadDumpParams
- func (o *CaptureDeploymentInstanceThreadDumpParams) WithInstanceID(instanceID string) *CaptureDeploymentInstanceThreadDumpParams
- func (o *CaptureDeploymentInstanceThreadDumpParams) WithRefID(refID string) *CaptureDeploymentInstanceThreadDumpParams
- func (o *CaptureDeploymentInstanceThreadDumpParams) WithResourceKind(resourceKind string) *CaptureDeploymentInstanceThreadDumpParams
- func (o *CaptureDeploymentInstanceThreadDumpParams) WithTimeout(timeout time.Duration) *CaptureDeploymentInstanceThreadDumpParams
- func (o *CaptureDeploymentInstanceThreadDumpParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CaptureDeploymentInstanceThreadDumpReader
- type CaptureDeploymentResourceDiagnosticsNotFound
- func (o *CaptureDeploymentResourceDiagnosticsNotFound) Code() int
- func (o *CaptureDeploymentResourceDiagnosticsNotFound) Error() string
- func (o *CaptureDeploymentResourceDiagnosticsNotFound) GetPayload() *models.BasicFailedReply
- func (o *CaptureDeploymentResourceDiagnosticsNotFound) IsClientError() bool
- func (o *CaptureDeploymentResourceDiagnosticsNotFound) IsCode(code int) bool
- func (o *CaptureDeploymentResourceDiagnosticsNotFound) IsRedirect() bool
- func (o *CaptureDeploymentResourceDiagnosticsNotFound) IsServerError() bool
- func (o *CaptureDeploymentResourceDiagnosticsNotFound) IsSuccess() bool
- func (o *CaptureDeploymentResourceDiagnosticsNotFound) String() string
- type CaptureDeploymentResourceDiagnosticsOK
- func (o *CaptureDeploymentResourceDiagnosticsOK) Code() int
- func (o *CaptureDeploymentResourceDiagnosticsOK) Error() string
- func (o *CaptureDeploymentResourceDiagnosticsOK) GetPayload() strfmt.Base64
- func (o *CaptureDeploymentResourceDiagnosticsOK) IsClientError() bool
- func (o *CaptureDeploymentResourceDiagnosticsOK) IsCode(code int) bool
- func (o *CaptureDeploymentResourceDiagnosticsOK) IsRedirect() bool
- func (o *CaptureDeploymentResourceDiagnosticsOK) IsServerError() bool
- func (o *CaptureDeploymentResourceDiagnosticsOK) IsSuccess() bool
- func (o *CaptureDeploymentResourceDiagnosticsOK) String() string
- type CaptureDeploymentResourceDiagnosticsParams
- func NewCaptureDeploymentResourceDiagnosticsParams() *CaptureDeploymentResourceDiagnosticsParams
- func NewCaptureDeploymentResourceDiagnosticsParamsWithContext(ctx context.Context) *CaptureDeploymentResourceDiagnosticsParams
- func NewCaptureDeploymentResourceDiagnosticsParamsWithHTTPClient(client *http.Client) *CaptureDeploymentResourceDiagnosticsParams
- func NewCaptureDeploymentResourceDiagnosticsParamsWithTimeout(timeout time.Duration) *CaptureDeploymentResourceDiagnosticsParams
- func (o *CaptureDeploymentResourceDiagnosticsParams) SetContext(ctx context.Context)
- func (o *CaptureDeploymentResourceDiagnosticsParams) SetDefaults()
- func (o *CaptureDeploymentResourceDiagnosticsParams) SetDeploymentID(deploymentID string)
- func (o *CaptureDeploymentResourceDiagnosticsParams) SetHTTPClient(client *http.Client)
- func (o *CaptureDeploymentResourceDiagnosticsParams) SetMode(mode *string)
- func (o *CaptureDeploymentResourceDiagnosticsParams) SetRefID(refID string)
- func (o *CaptureDeploymentResourceDiagnosticsParams) SetResourceKind(resourceKind string)
- func (o *CaptureDeploymentResourceDiagnosticsParams) SetTimeout(timeout time.Duration)
- func (o *CaptureDeploymentResourceDiagnosticsParams) WithContext(ctx context.Context) *CaptureDeploymentResourceDiagnosticsParams
- func (o *CaptureDeploymentResourceDiagnosticsParams) WithDefaults() *CaptureDeploymentResourceDiagnosticsParams
- func (o *CaptureDeploymentResourceDiagnosticsParams) WithDeploymentID(deploymentID string) *CaptureDeploymentResourceDiagnosticsParams
- func (o *CaptureDeploymentResourceDiagnosticsParams) WithHTTPClient(client *http.Client) *CaptureDeploymentResourceDiagnosticsParams
- func (o *CaptureDeploymentResourceDiagnosticsParams) WithMode(mode *string) *CaptureDeploymentResourceDiagnosticsParams
- func (o *CaptureDeploymentResourceDiagnosticsParams) WithRefID(refID string) *CaptureDeploymentResourceDiagnosticsParams
- func (o *CaptureDeploymentResourceDiagnosticsParams) WithResourceKind(resourceKind string) *CaptureDeploymentResourceDiagnosticsParams
- func (o *CaptureDeploymentResourceDiagnosticsParams) WithTimeout(timeout time.Duration) *CaptureDeploymentResourceDiagnosticsParams
- func (o *CaptureDeploymentResourceDiagnosticsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CaptureDeploymentResourceDiagnosticsPreconditionFailed
- func (o *CaptureDeploymentResourceDiagnosticsPreconditionFailed) Code() int
- func (o *CaptureDeploymentResourceDiagnosticsPreconditionFailed) Error() string
- func (o *CaptureDeploymentResourceDiagnosticsPreconditionFailed) GetPayload() *models.BasicFailedReply
- func (o *CaptureDeploymentResourceDiagnosticsPreconditionFailed) IsClientError() bool
- func (o *CaptureDeploymentResourceDiagnosticsPreconditionFailed) IsCode(code int) bool
- func (o *CaptureDeploymentResourceDiagnosticsPreconditionFailed) IsRedirect() bool
- func (o *CaptureDeploymentResourceDiagnosticsPreconditionFailed) IsServerError() bool
- func (o *CaptureDeploymentResourceDiagnosticsPreconditionFailed) IsSuccess() bool
- func (o *CaptureDeploymentResourceDiagnosticsPreconditionFailed) String() string
- type CaptureDeploymentResourceDiagnosticsReader
- type Client
- func (a *Client) CancelDeploymentResourcePendingPlan(params *CancelDeploymentResourcePendingPlanParams, ...) (*CancelDeploymentResourcePendingPlanOK, error)
- func (a *Client) CaptureDeploymentInstanceHeapDump(params *CaptureDeploymentInstanceHeapDumpParams, ...) (*CaptureDeploymentInstanceHeapDumpAccepted, error)
- func (a *Client) CaptureDeploymentInstanceThreadDump(params *CaptureDeploymentInstanceThreadDumpParams, ...) (*CaptureDeploymentInstanceThreadDumpOK, error)
- func (a *Client) CaptureDeploymentResourceDiagnostics(params *CaptureDeploymentResourceDiagnosticsParams, ...) (*CaptureDeploymentResourceDiagnosticsOK, error)
- func (a *Client) CreateDeployment(params *CreateDeploymentParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateDeploymentOK, *CreateDeploymentCreated, *CreateDeploymentAccepted, ...)
- func (a *Client) DeleteDeployment(params *DeleteDeploymentParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteDeploymentOK, error)
- func (a *Client) DeleteDeploymentResourceProxyRequests(params *DeleteDeploymentResourceProxyRequestsParams, ...) (*DeleteDeploymentResourceProxyRequestsOK, error)
- func (a *Client) DeleteDeploymentStatelessResource(params *DeleteDeploymentStatelessResourceParams, ...) (*DeleteDeploymentStatelessResourceOK, error)
- func (a *Client) DeploymentApmResetSecretToken(params *DeploymentApmResetSecretTokenParams, ...) (*DeploymentApmResetSecretTokenAccepted, error)
- func (a *Client) DownloadDeploymentInstanceHeapDump(params *DownloadDeploymentInstanceHeapDumpParams, ...) (*DownloadDeploymentInstanceHeapDumpOK, error)
- func (a *Client) EnableDeploymentResourceCcr(params *EnableDeploymentResourceCcrParams, ...) (*EnableDeploymentResourceCcrOK, error)
- func (a *Client) EnableDeploymentResourceIlm(params *EnableDeploymentResourceIlmParams, ...) (*EnableDeploymentResourceIlmOK, error)
- func (a *Client) EnableDeploymentResourceSlm(params *EnableDeploymentResourceSlmParams, ...) (*EnableDeploymentResourceSlmOK, error)
- func (a *Client) GetAppsearchReadOnlyMode(params *GetAppsearchReadOnlyModeParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetAppsearchReadOnlyModeOK, error)
- func (a *Client) GetDeployment(params *GetDeploymentParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetDeploymentOK, error)
- func (a *Client) GetDeploymentApmResourceInfo(params *GetDeploymentApmResourceInfoParams, ...) (*GetDeploymentApmResourceInfoOK, error)
- func (a *Client) GetDeploymentAppsearchResourceInfo(params *GetDeploymentAppsearchResourceInfoParams, ...) (*GetDeploymentAppsearchResourceInfoOK, error)
- func (a *Client) GetDeploymentCertificateAuthority(params *GetDeploymentCertificateAuthorityParams, ...) (*GetDeploymentCertificateAuthorityOK, error)
- func (a *Client) GetDeploymentEnterpriseSearchResourceInfo(params *GetDeploymentEnterpriseSearchResourceInfoParams, ...) (*GetDeploymentEnterpriseSearchResourceInfoOK, error)
- func (a *Client) GetDeploymentEsResourceEligibleRemoteClusters(params *GetDeploymentEsResourceEligibleRemoteClustersParams, ...) (*GetDeploymentEsResourceEligibleRemoteClustersOK, error)
- func (a *Client) GetDeploymentEsResourceInfo(params *GetDeploymentEsResourceInfoParams, ...) (*GetDeploymentEsResourceInfoOK, error)
- func (a *Client) GetDeploymentEsResourceKeystore(params *GetDeploymentEsResourceKeystoreParams, ...) (*GetDeploymentEsResourceKeystoreOK, error)
- func (a *Client) GetDeploymentEsResourceRemoteClusters(params *GetDeploymentEsResourceRemoteClustersParams, ...) (*GetDeploymentEsResourceRemoteClustersOK, error)
- func (a *Client) GetDeploymentHeapDumps(params *GetDeploymentHeapDumpsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetDeploymentHeapDumpsOK, error)
- func (a *Client) GetDeploymentIntegrationsServerResourceInfo(params *GetDeploymentIntegrationsServerResourceInfoParams, ...) (*GetDeploymentIntegrationsServerResourceInfoOK, error)
- func (a *Client) GetDeploymentKibResourceInfo(params *GetDeploymentKibResourceInfoParams, ...) (*GetDeploymentKibResourceInfoOK, error)
- func (a *Client) GetDeploymentResourcePlanActivity(params *GetDeploymentResourcePlanActivityParams, ...) (*GetDeploymentResourcePlanActivityOK, error)
- func (a *Client) GetDeploymentResourceProxyRequests(params *GetDeploymentResourceProxyRequestsParams, ...) (*GetDeploymentResourceProxyRequestsOK, error)
- func (a *Client) GetDeploymentUpgradeAssistantStatus(params *GetDeploymentUpgradeAssistantStatusParams, ...) (*GetDeploymentUpgradeAssistantStatusOK, error)
- func (a *Client) ListDeployments(params *ListDeploymentsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListDeploymentsOK, error)
- func (a *Client) MigrateDeploymentTemplate(params *MigrateDeploymentTemplateParams, authInfo runtime.ClientAuthInfoWriter, ...) (*MigrateDeploymentTemplateOK, error)
- func (a *Client) MoveDeploymentElasticsearchResourceInstances(params *MoveDeploymentElasticsearchResourceInstancesParams, ...) (*MoveDeploymentElasticsearchResourceInstancesOK, ...)
- func (a *Client) PostDeploymentResourceProxyRequests(params *PostDeploymentResourceProxyRequestsParams, ...) (*PostDeploymentResourceProxyRequestsOK, error)
- func (a *Client) PutDeploymentResourceProxyRequests(params *PutDeploymentResourceProxyRequestsParams, ...) (*PutDeploymentResourceProxyRequestsOK, error)
- func (a *Client) ResetElasticsearchUserPassword(params *ResetElasticsearchUserPasswordParams, ...) (*ResetElasticsearchUserPasswordOK, error)
- func (a *Client) RestartDeploymentEsResource(params *RestartDeploymentEsResourceParams, ...) (*RestartDeploymentEsResourceAccepted, error)
- func (a *Client) RestartDeploymentStatelessResource(params *RestartDeploymentStatelessResourceParams, ...) (*RestartDeploymentStatelessResourceAccepted, error)
- func (a *Client) RestoreDeployment(params *RestoreDeploymentParams, authInfo runtime.ClientAuthInfoWriter, ...) (*RestoreDeploymentOK, error)
- func (a *Client) RestoreDeploymentResource(params *RestoreDeploymentResourceParams, authInfo runtime.ClientAuthInfoWriter, ...) (*RestoreDeploymentResourceOK, error)
- func (a *Client) ResyncDeployment(params *ResyncDeploymentParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ResyncDeploymentOK, error)
- func (a *Client) ResyncDeployments(params *ResyncDeploymentsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ResyncDeploymentsOK, error)
- func (a *Client) SearchDeployments(params *SearchDeploymentsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*SearchDeploymentsOK, error)
- func (a *Client) SearchEligibleRemoteClusters(params *SearchEligibleRemoteClustersParams, ...) (*SearchEligibleRemoteClustersOK, error)
- func (a *Client) SetAllInstancesSettingsOverrides(params *SetAllInstancesSettingsOverridesParams, ...) (*SetAllInstancesSettingsOverridesOK, error)
- func (a *Client) SetAppsearchReadOnlyMode(params *SetAppsearchReadOnlyModeParams, authInfo runtime.ClientAuthInfoWriter, ...) (*SetAppsearchReadOnlyModeOK, error)
- func (a *Client) SetDeploymentEsResourceKeystore(params *SetDeploymentEsResourceKeystoreParams, ...) (*SetDeploymentEsResourceKeystoreOK, error)
- func (a *Client) SetDeploymentEsResourceRemoteClusters(params *SetDeploymentEsResourceRemoteClustersParams, ...) (*SetDeploymentEsResourceRemoteClustersAccepted, error)
- func (a *Client) SetDeploymentResourceRawMetadata(params *SetDeploymentResourceRawMetadataParams, ...) (*SetDeploymentResourceRawMetadataOK, error)
- func (a *Client) SetInstanceSettingsOverrides(params *SetInstanceSettingsOverridesParams, ...) (*SetInstanceSettingsOverridesOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) ShutdownDeployment(params *ShutdownDeploymentParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ShutdownDeploymentOK, error)
- func (a *Client) ShutdownDeploymentEsResource(params *ShutdownDeploymentEsResourceParams, ...) (*ShutdownDeploymentEsResourceOK, error)
- func (a *Client) ShutdownDeploymentStatelessResource(params *ShutdownDeploymentStatelessResourceParams, ...) (*ShutdownDeploymentStatelessResourceOK, error)
- func (a *Client) StartDeploymentResourceInstances(params *StartDeploymentResourceInstancesParams, ...) (*StartDeploymentResourceInstancesAccepted, error)
- func (a *Client) StartDeploymentResourceInstancesAll(params *StartDeploymentResourceInstancesAllParams, ...) (*StartDeploymentResourceInstancesAllAccepted, error)
- func (a *Client) StartDeploymentResourceInstancesAllMaintenanceMode(params *StartDeploymentResourceInstancesAllMaintenanceModeParams, ...) (*StartDeploymentResourceInstancesAllMaintenanceModeAccepted, error)
- func (a *Client) StartDeploymentResourceMaintenanceMode(params *StartDeploymentResourceMaintenanceModeParams, ...) (*StartDeploymentResourceMaintenanceModeAccepted, error)
- func (a *Client) StopDeploymentResourceInstances(params *StopDeploymentResourceInstancesParams, ...) (*StopDeploymentResourceInstancesAccepted, error)
- func (a *Client) StopDeploymentResourceInstancesAll(params *StopDeploymentResourceInstancesAllParams, ...) (*StopDeploymentResourceInstancesAllAccepted, error)
- func (a *Client) StopDeploymentResourceInstancesAllMaintenanceMode(params *StopDeploymentResourceInstancesAllMaintenanceModeParams, ...) (*StopDeploymentResourceInstancesAllMaintenanceModeAccepted, error)
- func (a *Client) StopDeploymentResourceMaintenanceMode(params *StopDeploymentResourceMaintenanceModeParams, ...) (*StopDeploymentResourceMaintenanceModeAccepted, error)
- func (a *Client) UpdateDeployment(params *UpdateDeploymentParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateDeploymentOK, error)
- func (a *Client) UpgradeDeploymentStatelessResource(params *UpgradeDeploymentStatelessResourceParams, ...) (*UpgradeDeploymentStatelessResourceAccepted, error)
- type ClientOption
- type ClientService
- type CreateDeploymentAccepted
- func (o *CreateDeploymentAccepted) Code() int
- func (o *CreateDeploymentAccepted) Error() string
- func (o *CreateDeploymentAccepted) GetPayload() *models.DeploymentCreateResponse
- func (o *CreateDeploymentAccepted) IsClientError() bool
- func (o *CreateDeploymentAccepted) IsCode(code int) bool
- func (o *CreateDeploymentAccepted) IsRedirect() bool
- func (o *CreateDeploymentAccepted) IsServerError() bool
- func (o *CreateDeploymentAccepted) IsSuccess() bool
- func (o *CreateDeploymentAccepted) String() string
- type CreateDeploymentBadRequest
- func (o *CreateDeploymentBadRequest) Code() int
- func (o *CreateDeploymentBadRequest) Error() string
- func (o *CreateDeploymentBadRequest) GetPayload() *models.BasicFailedReply
- func (o *CreateDeploymentBadRequest) IsClientError() bool
- func (o *CreateDeploymentBadRequest) IsCode(code int) bool
- func (o *CreateDeploymentBadRequest) IsRedirect() bool
- func (o *CreateDeploymentBadRequest) IsServerError() bool
- func (o *CreateDeploymentBadRequest) IsSuccess() bool
- func (o *CreateDeploymentBadRequest) String() string
- type CreateDeploymentCreated
- func (o *CreateDeploymentCreated) Code() int
- func (o *CreateDeploymentCreated) Error() string
- func (o *CreateDeploymentCreated) GetPayload() *models.DeploymentCreateResponse
- func (o *CreateDeploymentCreated) IsClientError() bool
- func (o *CreateDeploymentCreated) IsCode(code int) bool
- func (o *CreateDeploymentCreated) IsRedirect() bool
- func (o *CreateDeploymentCreated) IsServerError() bool
- func (o *CreateDeploymentCreated) IsSuccess() bool
- func (o *CreateDeploymentCreated) String() string
- type CreateDeploymentOK
- func (o *CreateDeploymentOK) Code() int
- func (o *CreateDeploymentOK) Error() string
- func (o *CreateDeploymentOK) GetPayload() *models.DeploymentCreateResponse
- func (o *CreateDeploymentOK) IsClientError() bool
- func (o *CreateDeploymentOK) IsCode(code int) bool
- func (o *CreateDeploymentOK) IsRedirect() bool
- func (o *CreateDeploymentOK) IsServerError() bool
- func (o *CreateDeploymentOK) IsSuccess() bool
- func (o *CreateDeploymentOK) String() string
- type CreateDeploymentParams
- func NewCreateDeploymentParams() *CreateDeploymentParams
- func NewCreateDeploymentParamsWithContext(ctx context.Context) *CreateDeploymentParams
- func NewCreateDeploymentParamsWithHTTPClient(client *http.Client) *CreateDeploymentParams
- func NewCreateDeploymentParamsWithTimeout(timeout time.Duration) *CreateDeploymentParams
- func (o *CreateDeploymentParams) SetBody(body *models.DeploymentCreateRequest)
- func (o *CreateDeploymentParams) SetContext(ctx context.Context)
- func (o *CreateDeploymentParams) SetDefaults()
- func (o *CreateDeploymentParams) SetHTTPClient(client *http.Client)
- func (o *CreateDeploymentParams) SetRequestID(requestID *string)
- func (o *CreateDeploymentParams) SetTemplateID(templateID *string)
- func (o *CreateDeploymentParams) SetTimeout(timeout time.Duration)
- func (o *CreateDeploymentParams) SetValidateOnly(validateOnly *bool)
- func (o *CreateDeploymentParams) WithBody(body *models.DeploymentCreateRequest) *CreateDeploymentParams
- func (o *CreateDeploymentParams) WithContext(ctx context.Context) *CreateDeploymentParams
- func (o *CreateDeploymentParams) WithDefaults() *CreateDeploymentParams
- func (o *CreateDeploymentParams) WithHTTPClient(client *http.Client) *CreateDeploymentParams
- func (o *CreateDeploymentParams) WithRequestID(requestID *string) *CreateDeploymentParams
- func (o *CreateDeploymentParams) WithTemplateID(templateID *string) *CreateDeploymentParams
- func (o *CreateDeploymentParams) WithTimeout(timeout time.Duration) *CreateDeploymentParams
- func (o *CreateDeploymentParams) WithValidateOnly(validateOnly *bool) *CreateDeploymentParams
- func (o *CreateDeploymentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateDeploymentReader
- type CreateDeploymentUnauthorized
- func (o *CreateDeploymentUnauthorized) Code() int
- func (o *CreateDeploymentUnauthorized) Error() string
- func (o *CreateDeploymentUnauthorized) GetPayload() *models.BasicFailedReply
- func (o *CreateDeploymentUnauthorized) IsClientError() bool
- func (o *CreateDeploymentUnauthorized) IsCode(code int) bool
- func (o *CreateDeploymentUnauthorized) IsRedirect() bool
- func (o *CreateDeploymentUnauthorized) IsServerError() bool
- func (o *CreateDeploymentUnauthorized) IsSuccess() bool
- func (o *CreateDeploymentUnauthorized) String() string
- type DeleteDeploymentBadRequest
- func (o *DeleteDeploymentBadRequest) Code() int
- func (o *DeleteDeploymentBadRequest) Error() string
- func (o *DeleteDeploymentBadRequest) GetPayload() *models.BasicFailedReply
- func (o *DeleteDeploymentBadRequest) IsClientError() bool
- func (o *DeleteDeploymentBadRequest) IsCode(code int) bool
- func (o *DeleteDeploymentBadRequest) IsRedirect() bool
- func (o *DeleteDeploymentBadRequest) IsServerError() bool
- func (o *DeleteDeploymentBadRequest) IsSuccess() bool
- func (o *DeleteDeploymentBadRequest) String() string
- type DeleteDeploymentNotFound
- func (o *DeleteDeploymentNotFound) Code() int
- func (o *DeleteDeploymentNotFound) Error() string
- func (o *DeleteDeploymentNotFound) GetPayload() *models.BasicFailedReply
- func (o *DeleteDeploymentNotFound) IsClientError() bool
- func (o *DeleteDeploymentNotFound) IsCode(code int) bool
- func (o *DeleteDeploymentNotFound) IsRedirect() bool
- func (o *DeleteDeploymentNotFound) IsServerError() bool
- func (o *DeleteDeploymentNotFound) IsSuccess() bool
- func (o *DeleteDeploymentNotFound) String() string
- type DeleteDeploymentOK
- func (o *DeleteDeploymentOK) Code() int
- func (o *DeleteDeploymentOK) Error() string
- func (o *DeleteDeploymentOK) GetPayload() *models.DeploymentDeleteResponse
- func (o *DeleteDeploymentOK) IsClientError() bool
- func (o *DeleteDeploymentOK) IsCode(code int) bool
- func (o *DeleteDeploymentOK) IsRedirect() bool
- func (o *DeleteDeploymentOK) IsServerError() bool
- func (o *DeleteDeploymentOK) IsSuccess() bool
- func (o *DeleteDeploymentOK) String() string
- type DeleteDeploymentParams
- func NewDeleteDeploymentParams() *DeleteDeploymentParams
- func NewDeleteDeploymentParamsWithContext(ctx context.Context) *DeleteDeploymentParams
- func NewDeleteDeploymentParamsWithHTTPClient(client *http.Client) *DeleteDeploymentParams
- func NewDeleteDeploymentParamsWithTimeout(timeout time.Duration) *DeleteDeploymentParams
- func (o *DeleteDeploymentParams) SetContext(ctx context.Context)
- func (o *DeleteDeploymentParams) SetDefaults()
- func (o *DeleteDeploymentParams) SetDeploymentID(deploymentID string)
- func (o *DeleteDeploymentParams) SetHTTPClient(client *http.Client)
- func (o *DeleteDeploymentParams) SetTimeout(timeout time.Duration)
- func (o *DeleteDeploymentParams) WithContext(ctx context.Context) *DeleteDeploymentParams
- func (o *DeleteDeploymentParams) WithDefaults() *DeleteDeploymentParams
- func (o *DeleteDeploymentParams) WithDeploymentID(deploymentID string) *DeleteDeploymentParams
- func (o *DeleteDeploymentParams) WithHTTPClient(client *http.Client) *DeleteDeploymentParams
- func (o *DeleteDeploymentParams) WithTimeout(timeout time.Duration) *DeleteDeploymentParams
- func (o *DeleteDeploymentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteDeploymentReader
- type DeleteDeploymentResourceProxyRequestsNotFound
- func (o *DeleteDeploymentResourceProxyRequestsNotFound) Code() int
- func (o *DeleteDeploymentResourceProxyRequestsNotFound) Error() string
- func (o *DeleteDeploymentResourceProxyRequestsNotFound) GetPayload() *models.BasicFailedReply
- func (o *DeleteDeploymentResourceProxyRequestsNotFound) IsClientError() bool
- func (o *DeleteDeploymentResourceProxyRequestsNotFound) IsCode(code int) bool
- func (o *DeleteDeploymentResourceProxyRequestsNotFound) IsRedirect() bool
- func (o *DeleteDeploymentResourceProxyRequestsNotFound) IsServerError() bool
- func (o *DeleteDeploymentResourceProxyRequestsNotFound) IsSuccess() bool
- func (o *DeleteDeploymentResourceProxyRequestsNotFound) String() string
- type DeleteDeploymentResourceProxyRequestsOK
- func (o *DeleteDeploymentResourceProxyRequestsOK) Code() int
- func (o *DeleteDeploymentResourceProxyRequestsOK) Error() string
- func (o *DeleteDeploymentResourceProxyRequestsOK) GetPayload() *models.GenericResponse
- func (o *DeleteDeploymentResourceProxyRequestsOK) IsClientError() bool
- func (o *DeleteDeploymentResourceProxyRequestsOK) IsCode(code int) bool
- func (o *DeleteDeploymentResourceProxyRequestsOK) IsRedirect() bool
- func (o *DeleteDeploymentResourceProxyRequestsOK) IsServerError() bool
- func (o *DeleteDeploymentResourceProxyRequestsOK) IsSuccess() bool
- func (o *DeleteDeploymentResourceProxyRequestsOK) String() string
- type DeleteDeploymentResourceProxyRequestsParams
- func NewDeleteDeploymentResourceProxyRequestsParams() *DeleteDeploymentResourceProxyRequestsParams
- func NewDeleteDeploymentResourceProxyRequestsParamsWithContext(ctx context.Context) *DeleteDeploymentResourceProxyRequestsParams
- func NewDeleteDeploymentResourceProxyRequestsParamsWithHTTPClient(client *http.Client) *DeleteDeploymentResourceProxyRequestsParams
- func NewDeleteDeploymentResourceProxyRequestsParamsWithTimeout(timeout time.Duration) *DeleteDeploymentResourceProxyRequestsParams
- func (o *DeleteDeploymentResourceProxyRequestsParams) SetBody(body string)
- func (o *DeleteDeploymentResourceProxyRequestsParams) SetContext(ctx context.Context)
- func (o *DeleteDeploymentResourceProxyRequestsParams) SetDefaults()
- func (o *DeleteDeploymentResourceProxyRequestsParams) SetDeploymentID(deploymentID string)
- func (o *DeleteDeploymentResourceProxyRequestsParams) SetHTTPClient(client *http.Client)
- func (o *DeleteDeploymentResourceProxyRequestsParams) SetProxyPath(proxyPath string)
- func (o *DeleteDeploymentResourceProxyRequestsParams) SetRefID(refID string)
- func (o *DeleteDeploymentResourceProxyRequestsParams) SetResourceKind(resourceKind string)
- func (o *DeleteDeploymentResourceProxyRequestsParams) SetTimeout(timeout time.Duration)
- func (o *DeleteDeploymentResourceProxyRequestsParams) SetXManagementRequest(xManagementRequest string)
- func (o *DeleteDeploymentResourceProxyRequestsParams) WithBody(body string) *DeleteDeploymentResourceProxyRequestsParams
- func (o *DeleteDeploymentResourceProxyRequestsParams) WithContext(ctx context.Context) *DeleteDeploymentResourceProxyRequestsParams
- func (o *DeleteDeploymentResourceProxyRequestsParams) WithDefaults() *DeleteDeploymentResourceProxyRequestsParams
- func (o *DeleteDeploymentResourceProxyRequestsParams) WithDeploymentID(deploymentID string) *DeleteDeploymentResourceProxyRequestsParams
- func (o *DeleteDeploymentResourceProxyRequestsParams) WithHTTPClient(client *http.Client) *DeleteDeploymentResourceProxyRequestsParams
- func (o *DeleteDeploymentResourceProxyRequestsParams) WithProxyPath(proxyPath string) *DeleteDeploymentResourceProxyRequestsParams
- func (o *DeleteDeploymentResourceProxyRequestsParams) WithRefID(refID string) *DeleteDeploymentResourceProxyRequestsParams
- func (o *DeleteDeploymentResourceProxyRequestsParams) WithResourceKind(resourceKind string) *DeleteDeploymentResourceProxyRequestsParams
- func (o *DeleteDeploymentResourceProxyRequestsParams) WithTimeout(timeout time.Duration) *DeleteDeploymentResourceProxyRequestsParams
- func (o *DeleteDeploymentResourceProxyRequestsParams) WithXManagementRequest(xManagementRequest string) *DeleteDeploymentResourceProxyRequestsParams
- func (o *DeleteDeploymentResourceProxyRequestsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteDeploymentResourceProxyRequestsReader
- type DeleteDeploymentStatelessResourceBadRequest
- func (o *DeleteDeploymentStatelessResourceBadRequest) Code() int
- func (o *DeleteDeploymentStatelessResourceBadRequest) Error() string
- func (o *DeleteDeploymentStatelessResourceBadRequest) GetPayload() *models.BasicFailedReply
- func (o *DeleteDeploymentStatelessResourceBadRequest) IsClientError() bool
- func (o *DeleteDeploymentStatelessResourceBadRequest) IsCode(code int) bool
- func (o *DeleteDeploymentStatelessResourceBadRequest) IsRedirect() bool
- func (o *DeleteDeploymentStatelessResourceBadRequest) IsServerError() bool
- func (o *DeleteDeploymentStatelessResourceBadRequest) IsSuccess() bool
- func (o *DeleteDeploymentStatelessResourceBadRequest) String() string
- type DeleteDeploymentStatelessResourceInternalServerError
- func (o *DeleteDeploymentStatelessResourceInternalServerError) Code() int
- func (o *DeleteDeploymentStatelessResourceInternalServerError) Error() string
- func (o *DeleteDeploymentStatelessResourceInternalServerError) GetPayload() *models.BasicFailedReply
- func (o *DeleteDeploymentStatelessResourceInternalServerError) IsClientError() bool
- func (o *DeleteDeploymentStatelessResourceInternalServerError) IsCode(code int) bool
- func (o *DeleteDeploymentStatelessResourceInternalServerError) IsRedirect() bool
- func (o *DeleteDeploymentStatelessResourceInternalServerError) IsServerError() bool
- func (o *DeleteDeploymentStatelessResourceInternalServerError) IsSuccess() bool
- func (o *DeleteDeploymentStatelessResourceInternalServerError) String() string
- type DeleteDeploymentStatelessResourceNotFound
- func (o *DeleteDeploymentStatelessResourceNotFound) Code() int
- func (o *DeleteDeploymentStatelessResourceNotFound) Error() string
- func (o *DeleteDeploymentStatelessResourceNotFound) GetPayload() *models.BasicFailedReply
- func (o *DeleteDeploymentStatelessResourceNotFound) IsClientError() bool
- func (o *DeleteDeploymentStatelessResourceNotFound) IsCode(code int) bool
- func (o *DeleteDeploymentStatelessResourceNotFound) IsRedirect() bool
- func (o *DeleteDeploymentStatelessResourceNotFound) IsServerError() bool
- func (o *DeleteDeploymentStatelessResourceNotFound) IsSuccess() bool
- func (o *DeleteDeploymentStatelessResourceNotFound) String() string
- type DeleteDeploymentStatelessResourceOK
- func (o *DeleteDeploymentStatelessResourceOK) Code() int
- func (o *DeleteDeploymentStatelessResourceOK) Error() string
- func (o *DeleteDeploymentStatelessResourceOK) GetPayload() *models.DeploymentResourceCrudResponse
- func (o *DeleteDeploymentStatelessResourceOK) IsClientError() bool
- func (o *DeleteDeploymentStatelessResourceOK) IsCode(code int) bool
- func (o *DeleteDeploymentStatelessResourceOK) IsRedirect() bool
- func (o *DeleteDeploymentStatelessResourceOK) IsServerError() bool
- func (o *DeleteDeploymentStatelessResourceOK) IsSuccess() bool
- func (o *DeleteDeploymentStatelessResourceOK) String() string
- type DeleteDeploymentStatelessResourceParams
- func NewDeleteDeploymentStatelessResourceParams() *DeleteDeploymentStatelessResourceParams
- func NewDeleteDeploymentStatelessResourceParamsWithContext(ctx context.Context) *DeleteDeploymentStatelessResourceParams
- func NewDeleteDeploymentStatelessResourceParamsWithHTTPClient(client *http.Client) *DeleteDeploymentStatelessResourceParams
- func NewDeleteDeploymentStatelessResourceParamsWithTimeout(timeout time.Duration) *DeleteDeploymentStatelessResourceParams
- func (o *DeleteDeploymentStatelessResourceParams) SetContext(ctx context.Context)
- func (o *DeleteDeploymentStatelessResourceParams) SetDefaults()
- func (o *DeleteDeploymentStatelessResourceParams) SetDeploymentID(deploymentID string)
- func (o *DeleteDeploymentStatelessResourceParams) SetHTTPClient(client *http.Client)
- func (o *DeleteDeploymentStatelessResourceParams) SetRefID(refID string)
- func (o *DeleteDeploymentStatelessResourceParams) SetStatelessResourceKind(statelessResourceKind string)
- func (o *DeleteDeploymentStatelessResourceParams) SetTimeout(timeout time.Duration)
- func (o *DeleteDeploymentStatelessResourceParams) WithContext(ctx context.Context) *DeleteDeploymentStatelessResourceParams
- func (o *DeleteDeploymentStatelessResourceParams) WithDefaults() *DeleteDeploymentStatelessResourceParams
- func (o *DeleteDeploymentStatelessResourceParams) WithDeploymentID(deploymentID string) *DeleteDeploymentStatelessResourceParams
- func (o *DeleteDeploymentStatelessResourceParams) WithHTTPClient(client *http.Client) *DeleteDeploymentStatelessResourceParams
- func (o *DeleteDeploymentStatelessResourceParams) WithRefID(refID string) *DeleteDeploymentStatelessResourceParams
- func (o *DeleteDeploymentStatelessResourceParams) WithStatelessResourceKind(statelessResourceKind string) *DeleteDeploymentStatelessResourceParams
- func (o *DeleteDeploymentStatelessResourceParams) WithTimeout(timeout time.Duration) *DeleteDeploymentStatelessResourceParams
- func (o *DeleteDeploymentStatelessResourceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteDeploymentStatelessResourceReader
- type DeleteDeploymentUnauthorized
- func (o *DeleteDeploymentUnauthorized) Code() int
- func (o *DeleteDeploymentUnauthorized) Error() string
- func (o *DeleteDeploymentUnauthorized) GetPayload() *models.BasicFailedReply
- func (o *DeleteDeploymentUnauthorized) IsClientError() bool
- func (o *DeleteDeploymentUnauthorized) IsCode(code int) bool
- func (o *DeleteDeploymentUnauthorized) IsRedirect() bool
- func (o *DeleteDeploymentUnauthorized) IsServerError() bool
- func (o *DeleteDeploymentUnauthorized) IsSuccess() bool
- func (o *DeleteDeploymentUnauthorized) String() string
- type DeploymentApmResetSecretTokenAccepted
- func (o *DeploymentApmResetSecretTokenAccepted) Code() int
- func (o *DeploymentApmResetSecretTokenAccepted) Error() string
- func (o *DeploymentApmResetSecretTokenAccepted) GetPayload() *models.ApmCrudResponse
- func (o *DeploymentApmResetSecretTokenAccepted) IsClientError() bool
- func (o *DeploymentApmResetSecretTokenAccepted) IsCode(code int) bool
- func (o *DeploymentApmResetSecretTokenAccepted) IsRedirect() bool
- func (o *DeploymentApmResetSecretTokenAccepted) IsServerError() bool
- func (o *DeploymentApmResetSecretTokenAccepted) IsSuccess() bool
- func (o *DeploymentApmResetSecretTokenAccepted) String() string
- type DeploymentApmResetSecretTokenBadRequest
- func (o *DeploymentApmResetSecretTokenBadRequest) Code() int
- func (o *DeploymentApmResetSecretTokenBadRequest) Error() string
- func (o *DeploymentApmResetSecretTokenBadRequest) GetPayload() *models.BasicFailedReply
- func (o *DeploymentApmResetSecretTokenBadRequest) IsClientError() bool
- func (o *DeploymentApmResetSecretTokenBadRequest) IsCode(code int) bool
- func (o *DeploymentApmResetSecretTokenBadRequest) IsRedirect() bool
- func (o *DeploymentApmResetSecretTokenBadRequest) IsServerError() bool
- func (o *DeploymentApmResetSecretTokenBadRequest) IsSuccess() bool
- func (o *DeploymentApmResetSecretTokenBadRequest) String() string
- type DeploymentApmResetSecretTokenInternalServerError
- func (o *DeploymentApmResetSecretTokenInternalServerError) Code() int
- func (o *DeploymentApmResetSecretTokenInternalServerError) Error() string
- func (o *DeploymentApmResetSecretTokenInternalServerError) GetPayload() *models.BasicFailedReply
- func (o *DeploymentApmResetSecretTokenInternalServerError) IsClientError() bool
- func (o *DeploymentApmResetSecretTokenInternalServerError) IsCode(code int) bool
- func (o *DeploymentApmResetSecretTokenInternalServerError) IsRedirect() bool
- func (o *DeploymentApmResetSecretTokenInternalServerError) IsServerError() bool
- func (o *DeploymentApmResetSecretTokenInternalServerError) IsSuccess() bool
- func (o *DeploymentApmResetSecretTokenInternalServerError) String() string
- type DeploymentApmResetSecretTokenNotFound
- func (o *DeploymentApmResetSecretTokenNotFound) Code() int
- func (o *DeploymentApmResetSecretTokenNotFound) Error() string
- func (o *DeploymentApmResetSecretTokenNotFound) GetPayload() *models.BasicFailedReply
- func (o *DeploymentApmResetSecretTokenNotFound) IsClientError() bool
- func (o *DeploymentApmResetSecretTokenNotFound) IsCode(code int) bool
- func (o *DeploymentApmResetSecretTokenNotFound) IsRedirect() bool
- func (o *DeploymentApmResetSecretTokenNotFound) IsServerError() bool
- func (o *DeploymentApmResetSecretTokenNotFound) IsSuccess() bool
- func (o *DeploymentApmResetSecretTokenNotFound) String() string
- type DeploymentApmResetSecretTokenParams
- func NewDeploymentApmResetSecretTokenParams() *DeploymentApmResetSecretTokenParams
- func NewDeploymentApmResetSecretTokenParamsWithContext(ctx context.Context) *DeploymentApmResetSecretTokenParams
- func NewDeploymentApmResetSecretTokenParamsWithHTTPClient(client *http.Client) *DeploymentApmResetSecretTokenParams
- func NewDeploymentApmResetSecretTokenParamsWithTimeout(timeout time.Duration) *DeploymentApmResetSecretTokenParams
- func (o *DeploymentApmResetSecretTokenParams) SetContext(ctx context.Context)
- func (o *DeploymentApmResetSecretTokenParams) SetDefaults()
- func (o *DeploymentApmResetSecretTokenParams) SetDeploymentID(deploymentID string)
- func (o *DeploymentApmResetSecretTokenParams) SetHTTPClient(client *http.Client)
- func (o *DeploymentApmResetSecretTokenParams) SetRefID(refID string)
- func (o *DeploymentApmResetSecretTokenParams) SetTimeout(timeout time.Duration)
- func (o *DeploymentApmResetSecretTokenParams) WithContext(ctx context.Context) *DeploymentApmResetSecretTokenParams
- func (o *DeploymentApmResetSecretTokenParams) WithDefaults() *DeploymentApmResetSecretTokenParams
- func (o *DeploymentApmResetSecretTokenParams) WithDeploymentID(deploymentID string) *DeploymentApmResetSecretTokenParams
- func (o *DeploymentApmResetSecretTokenParams) WithHTTPClient(client *http.Client) *DeploymentApmResetSecretTokenParams
- func (o *DeploymentApmResetSecretTokenParams) WithRefID(refID string) *DeploymentApmResetSecretTokenParams
- func (o *DeploymentApmResetSecretTokenParams) WithTimeout(timeout time.Duration) *DeploymentApmResetSecretTokenParams
- func (o *DeploymentApmResetSecretTokenParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeploymentApmResetSecretTokenReader
- type DownloadDeploymentInstanceHeapDumpNotFound
- func (o *DownloadDeploymentInstanceHeapDumpNotFound) Code() int
- func (o *DownloadDeploymentInstanceHeapDumpNotFound) Error() string
- func (o *DownloadDeploymentInstanceHeapDumpNotFound) GetPayload() *models.BasicFailedReply
- func (o *DownloadDeploymentInstanceHeapDumpNotFound) IsClientError() bool
- func (o *DownloadDeploymentInstanceHeapDumpNotFound) IsCode(code int) bool
- func (o *DownloadDeploymentInstanceHeapDumpNotFound) IsRedirect() bool
- func (o *DownloadDeploymentInstanceHeapDumpNotFound) IsServerError() bool
- func (o *DownloadDeploymentInstanceHeapDumpNotFound) IsSuccess() bool
- func (o *DownloadDeploymentInstanceHeapDumpNotFound) String() string
- type DownloadDeploymentInstanceHeapDumpOK
- func (o *DownloadDeploymentInstanceHeapDumpOK) Code() int
- func (o *DownloadDeploymentInstanceHeapDumpOK) Error() string
- func (o *DownloadDeploymentInstanceHeapDumpOK) GetPayload() strfmt.Base64
- func (o *DownloadDeploymentInstanceHeapDumpOK) IsClientError() bool
- func (o *DownloadDeploymentInstanceHeapDumpOK) IsCode(code int) bool
- func (o *DownloadDeploymentInstanceHeapDumpOK) IsRedirect() bool
- func (o *DownloadDeploymentInstanceHeapDumpOK) IsServerError() bool
- func (o *DownloadDeploymentInstanceHeapDumpOK) IsSuccess() bool
- func (o *DownloadDeploymentInstanceHeapDumpOK) String() string
- type DownloadDeploymentInstanceHeapDumpParams
- func NewDownloadDeploymentInstanceHeapDumpParams() *DownloadDeploymentInstanceHeapDumpParams
- func NewDownloadDeploymentInstanceHeapDumpParamsWithContext(ctx context.Context) *DownloadDeploymentInstanceHeapDumpParams
- func NewDownloadDeploymentInstanceHeapDumpParamsWithHTTPClient(client *http.Client) *DownloadDeploymentInstanceHeapDumpParams
- func NewDownloadDeploymentInstanceHeapDumpParamsWithTimeout(timeout time.Duration) *DownloadDeploymentInstanceHeapDumpParams
- func (o *DownloadDeploymentInstanceHeapDumpParams) SetContext(ctx context.Context)
- func (o *DownloadDeploymentInstanceHeapDumpParams) SetDefaults()
- func (o *DownloadDeploymentInstanceHeapDumpParams) SetDeploymentID(deploymentID string)
- func (o *DownloadDeploymentInstanceHeapDumpParams) SetHTTPClient(client *http.Client)
- func (o *DownloadDeploymentInstanceHeapDumpParams) SetInstanceID(instanceID string)
- func (o *DownloadDeploymentInstanceHeapDumpParams) SetRefID(refID string)
- func (o *DownloadDeploymentInstanceHeapDumpParams) SetResourceKind(resourceKind string)
- func (o *DownloadDeploymentInstanceHeapDumpParams) SetTimeout(timeout time.Duration)
- func (o *DownloadDeploymentInstanceHeapDumpParams) WithContext(ctx context.Context) *DownloadDeploymentInstanceHeapDumpParams
- func (o *DownloadDeploymentInstanceHeapDumpParams) WithDefaults() *DownloadDeploymentInstanceHeapDumpParams
- func (o *DownloadDeploymentInstanceHeapDumpParams) WithDeploymentID(deploymentID string) *DownloadDeploymentInstanceHeapDumpParams
- func (o *DownloadDeploymentInstanceHeapDumpParams) WithHTTPClient(client *http.Client) *DownloadDeploymentInstanceHeapDumpParams
- func (o *DownloadDeploymentInstanceHeapDumpParams) WithInstanceID(instanceID string) *DownloadDeploymentInstanceHeapDumpParams
- func (o *DownloadDeploymentInstanceHeapDumpParams) WithRefID(refID string) *DownloadDeploymentInstanceHeapDumpParams
- func (o *DownloadDeploymentInstanceHeapDumpParams) WithResourceKind(resourceKind string) *DownloadDeploymentInstanceHeapDumpParams
- func (o *DownloadDeploymentInstanceHeapDumpParams) WithTimeout(timeout time.Duration) *DownloadDeploymentInstanceHeapDumpParams
- func (o *DownloadDeploymentInstanceHeapDumpParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DownloadDeploymentInstanceHeapDumpReader
- type EnableDeploymentResourceCcrNotFound
- func (o *EnableDeploymentResourceCcrNotFound) Code() int
- func (o *EnableDeploymentResourceCcrNotFound) Error() string
- func (o *EnableDeploymentResourceCcrNotFound) GetPayload() *models.BasicFailedReply
- func (o *EnableDeploymentResourceCcrNotFound) IsClientError() bool
- func (o *EnableDeploymentResourceCcrNotFound) IsCode(code int) bool
- func (o *EnableDeploymentResourceCcrNotFound) IsRedirect() bool
- func (o *EnableDeploymentResourceCcrNotFound) IsServerError() bool
- func (o *EnableDeploymentResourceCcrNotFound) IsSuccess() bool
- func (o *EnableDeploymentResourceCcrNotFound) String() string
- type EnableDeploymentResourceCcrOK
- func (o *EnableDeploymentResourceCcrOK) Code() int
- func (o *EnableDeploymentResourceCcrOK) Error() string
- func (o *EnableDeploymentResourceCcrOK) GetPayload() *models.DeploymentResourceCommandResponse
- func (o *EnableDeploymentResourceCcrOK) IsClientError() bool
- func (o *EnableDeploymentResourceCcrOK) IsCode(code int) bool
- func (o *EnableDeploymentResourceCcrOK) IsRedirect() bool
- func (o *EnableDeploymentResourceCcrOK) IsServerError() bool
- func (o *EnableDeploymentResourceCcrOK) IsSuccess() bool
- func (o *EnableDeploymentResourceCcrOK) String() string
- type EnableDeploymentResourceCcrParams
- func NewEnableDeploymentResourceCcrParams() *EnableDeploymentResourceCcrParams
- func NewEnableDeploymentResourceCcrParamsWithContext(ctx context.Context) *EnableDeploymentResourceCcrParams
- func NewEnableDeploymentResourceCcrParamsWithHTTPClient(client *http.Client) *EnableDeploymentResourceCcrParams
- func NewEnableDeploymentResourceCcrParamsWithTimeout(timeout time.Duration) *EnableDeploymentResourceCcrParams
- func (o *EnableDeploymentResourceCcrParams) SetContext(ctx context.Context)
- func (o *EnableDeploymentResourceCcrParams) SetDefaults()
- func (o *EnableDeploymentResourceCcrParams) SetDeploymentID(deploymentID string)
- func (o *EnableDeploymentResourceCcrParams) SetHTTPClient(client *http.Client)
- func (o *EnableDeploymentResourceCcrParams) SetRefID(refID string)
- func (o *EnableDeploymentResourceCcrParams) SetTimeout(timeout time.Duration)
- func (o *EnableDeploymentResourceCcrParams) SetValidateOnly(validateOnly *bool)
- func (o *EnableDeploymentResourceCcrParams) WithContext(ctx context.Context) *EnableDeploymentResourceCcrParams
- func (o *EnableDeploymentResourceCcrParams) WithDefaults() *EnableDeploymentResourceCcrParams
- func (o *EnableDeploymentResourceCcrParams) WithDeploymentID(deploymentID string) *EnableDeploymentResourceCcrParams
- func (o *EnableDeploymentResourceCcrParams) WithHTTPClient(client *http.Client) *EnableDeploymentResourceCcrParams
- func (o *EnableDeploymentResourceCcrParams) WithRefID(refID string) *EnableDeploymentResourceCcrParams
- func (o *EnableDeploymentResourceCcrParams) WithTimeout(timeout time.Duration) *EnableDeploymentResourceCcrParams
- func (o *EnableDeploymentResourceCcrParams) WithValidateOnly(validateOnly *bool) *EnableDeploymentResourceCcrParams
- func (o *EnableDeploymentResourceCcrParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type EnableDeploymentResourceCcrReader
- type EnableDeploymentResourceIlmInternalServerError
- func (o *EnableDeploymentResourceIlmInternalServerError) Code() int
- func (o *EnableDeploymentResourceIlmInternalServerError) Error() string
- func (o *EnableDeploymentResourceIlmInternalServerError) GetPayload() *models.BasicFailedReply
- func (o *EnableDeploymentResourceIlmInternalServerError) IsClientError() bool
- func (o *EnableDeploymentResourceIlmInternalServerError) IsCode(code int) bool
- func (o *EnableDeploymentResourceIlmInternalServerError) IsRedirect() bool
- func (o *EnableDeploymentResourceIlmInternalServerError) IsServerError() bool
- func (o *EnableDeploymentResourceIlmInternalServerError) IsSuccess() bool
- func (o *EnableDeploymentResourceIlmInternalServerError) String() string
- type EnableDeploymentResourceIlmNotFound
- func (o *EnableDeploymentResourceIlmNotFound) Code() int
- func (o *EnableDeploymentResourceIlmNotFound) Error() string
- func (o *EnableDeploymentResourceIlmNotFound) GetPayload() *models.BasicFailedReply
- func (o *EnableDeploymentResourceIlmNotFound) IsClientError() bool
- func (o *EnableDeploymentResourceIlmNotFound) IsCode(code int) bool
- func (o *EnableDeploymentResourceIlmNotFound) IsRedirect() bool
- func (o *EnableDeploymentResourceIlmNotFound) IsServerError() bool
- func (o *EnableDeploymentResourceIlmNotFound) IsSuccess() bool
- func (o *EnableDeploymentResourceIlmNotFound) String() string
- type EnableDeploymentResourceIlmOK
- func (o *EnableDeploymentResourceIlmOK) Code() int
- func (o *EnableDeploymentResourceIlmOK) Error() string
- func (o *EnableDeploymentResourceIlmOK) GetPayload() *models.DeploymentResourceCommandResponse
- func (o *EnableDeploymentResourceIlmOK) IsClientError() bool
- func (o *EnableDeploymentResourceIlmOK) IsCode(code int) bool
- func (o *EnableDeploymentResourceIlmOK) IsRedirect() bool
- func (o *EnableDeploymentResourceIlmOK) IsServerError() bool
- func (o *EnableDeploymentResourceIlmOK) IsSuccess() bool
- func (o *EnableDeploymentResourceIlmOK) String() string
- type EnableDeploymentResourceIlmParams
- func NewEnableDeploymentResourceIlmParams() *EnableDeploymentResourceIlmParams
- func NewEnableDeploymentResourceIlmParamsWithContext(ctx context.Context) *EnableDeploymentResourceIlmParams
- func NewEnableDeploymentResourceIlmParamsWithHTTPClient(client *http.Client) *EnableDeploymentResourceIlmParams
- func NewEnableDeploymentResourceIlmParamsWithTimeout(timeout time.Duration) *EnableDeploymentResourceIlmParams
- func (o *EnableDeploymentResourceIlmParams) SetBody(body *models.EnableIlmRequest)
- func (o *EnableDeploymentResourceIlmParams) SetContext(ctx context.Context)
- func (o *EnableDeploymentResourceIlmParams) SetDefaults()
- func (o *EnableDeploymentResourceIlmParams) SetDeploymentID(deploymentID string)
- func (o *EnableDeploymentResourceIlmParams) SetHTTPClient(client *http.Client)
- func (o *EnableDeploymentResourceIlmParams) SetRefID(refID string)
- func (o *EnableDeploymentResourceIlmParams) SetTimeout(timeout time.Duration)
- func (o *EnableDeploymentResourceIlmParams) SetValidateOnly(validateOnly *bool)
- func (o *EnableDeploymentResourceIlmParams) WithBody(body *models.EnableIlmRequest) *EnableDeploymentResourceIlmParams
- func (o *EnableDeploymentResourceIlmParams) WithContext(ctx context.Context) *EnableDeploymentResourceIlmParams
- func (o *EnableDeploymentResourceIlmParams) WithDefaults() *EnableDeploymentResourceIlmParams
- func (o *EnableDeploymentResourceIlmParams) WithDeploymentID(deploymentID string) *EnableDeploymentResourceIlmParams
- func (o *EnableDeploymentResourceIlmParams) WithHTTPClient(client *http.Client) *EnableDeploymentResourceIlmParams
- func (o *EnableDeploymentResourceIlmParams) WithRefID(refID string) *EnableDeploymentResourceIlmParams
- func (o *EnableDeploymentResourceIlmParams) WithTimeout(timeout time.Duration) *EnableDeploymentResourceIlmParams
- func (o *EnableDeploymentResourceIlmParams) WithValidateOnly(validateOnly *bool) *EnableDeploymentResourceIlmParams
- func (o *EnableDeploymentResourceIlmParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type EnableDeploymentResourceIlmReader
- type EnableDeploymentResourceSlmInternalServerError
- func (o *EnableDeploymentResourceSlmInternalServerError) Code() int
- func (o *EnableDeploymentResourceSlmInternalServerError) Error() string
- func (o *EnableDeploymentResourceSlmInternalServerError) GetPayload() *models.BasicFailedReply
- func (o *EnableDeploymentResourceSlmInternalServerError) IsClientError() bool
- func (o *EnableDeploymentResourceSlmInternalServerError) IsCode(code int) bool
- func (o *EnableDeploymentResourceSlmInternalServerError) IsRedirect() bool
- func (o *EnableDeploymentResourceSlmInternalServerError) IsServerError() bool
- func (o *EnableDeploymentResourceSlmInternalServerError) IsSuccess() bool
- func (o *EnableDeploymentResourceSlmInternalServerError) String() string
- type EnableDeploymentResourceSlmNotFound
- func (o *EnableDeploymentResourceSlmNotFound) Code() int
- func (o *EnableDeploymentResourceSlmNotFound) Error() string
- func (o *EnableDeploymentResourceSlmNotFound) GetPayload() *models.BasicFailedReply
- func (o *EnableDeploymentResourceSlmNotFound) IsClientError() bool
- func (o *EnableDeploymentResourceSlmNotFound) IsCode(code int) bool
- func (o *EnableDeploymentResourceSlmNotFound) IsRedirect() bool
- func (o *EnableDeploymentResourceSlmNotFound) IsServerError() bool
- func (o *EnableDeploymentResourceSlmNotFound) IsSuccess() bool
- func (o *EnableDeploymentResourceSlmNotFound) String() string
- type EnableDeploymentResourceSlmOK
- func (o *EnableDeploymentResourceSlmOK) Code() int
- func (o *EnableDeploymentResourceSlmOK) Error() string
- func (o *EnableDeploymentResourceSlmOK) GetPayload() *models.DeploymentResourceCommandResponse
- func (o *EnableDeploymentResourceSlmOK) IsClientError() bool
- func (o *EnableDeploymentResourceSlmOK) IsCode(code int) bool
- func (o *EnableDeploymentResourceSlmOK) IsRedirect() bool
- func (o *EnableDeploymentResourceSlmOK) IsServerError() bool
- func (o *EnableDeploymentResourceSlmOK) IsSuccess() bool
- func (o *EnableDeploymentResourceSlmOK) String() string
- type EnableDeploymentResourceSlmParams
- func NewEnableDeploymentResourceSlmParams() *EnableDeploymentResourceSlmParams
- func NewEnableDeploymentResourceSlmParamsWithContext(ctx context.Context) *EnableDeploymentResourceSlmParams
- func NewEnableDeploymentResourceSlmParamsWithHTTPClient(client *http.Client) *EnableDeploymentResourceSlmParams
- func NewEnableDeploymentResourceSlmParamsWithTimeout(timeout time.Duration) *EnableDeploymentResourceSlmParams
- func (o *EnableDeploymentResourceSlmParams) SetContext(ctx context.Context)
- func (o *EnableDeploymentResourceSlmParams) SetDefaults()
- func (o *EnableDeploymentResourceSlmParams) SetDeploymentID(deploymentID string)
- func (o *EnableDeploymentResourceSlmParams) SetHTTPClient(client *http.Client)
- func (o *EnableDeploymentResourceSlmParams) SetRefID(refID string)
- func (o *EnableDeploymentResourceSlmParams) SetTimeout(timeout time.Duration)
- func (o *EnableDeploymentResourceSlmParams) SetValidateOnly(validateOnly *bool)
- func (o *EnableDeploymentResourceSlmParams) WithContext(ctx context.Context) *EnableDeploymentResourceSlmParams
- func (o *EnableDeploymentResourceSlmParams) WithDefaults() *EnableDeploymentResourceSlmParams
- func (o *EnableDeploymentResourceSlmParams) WithDeploymentID(deploymentID string) *EnableDeploymentResourceSlmParams
- func (o *EnableDeploymentResourceSlmParams) WithHTTPClient(client *http.Client) *EnableDeploymentResourceSlmParams
- func (o *EnableDeploymentResourceSlmParams) WithRefID(refID string) *EnableDeploymentResourceSlmParams
- func (o *EnableDeploymentResourceSlmParams) WithTimeout(timeout time.Duration) *EnableDeploymentResourceSlmParams
- func (o *EnableDeploymentResourceSlmParams) WithValidateOnly(validateOnly *bool) *EnableDeploymentResourceSlmParams
- func (o *EnableDeploymentResourceSlmParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type EnableDeploymentResourceSlmReader
- type GetAppsearchReadOnlyModeInternalServerError
- func (o *GetAppsearchReadOnlyModeInternalServerError) Code() int
- func (o *GetAppsearchReadOnlyModeInternalServerError) Error() string
- func (o *GetAppsearchReadOnlyModeInternalServerError) GetPayload() *models.BasicFailedReply
- func (o *GetAppsearchReadOnlyModeInternalServerError) IsClientError() bool
- func (o *GetAppsearchReadOnlyModeInternalServerError) IsCode(code int) bool
- func (o *GetAppsearchReadOnlyModeInternalServerError) IsRedirect() bool
- func (o *GetAppsearchReadOnlyModeInternalServerError) IsServerError() bool
- func (o *GetAppsearchReadOnlyModeInternalServerError) IsSuccess() bool
- func (o *GetAppsearchReadOnlyModeInternalServerError) String() string
- type GetAppsearchReadOnlyModeNotFound
- func (o *GetAppsearchReadOnlyModeNotFound) Code() int
- func (o *GetAppsearchReadOnlyModeNotFound) Error() string
- func (o *GetAppsearchReadOnlyModeNotFound) GetPayload() *models.BasicFailedReply
- func (o *GetAppsearchReadOnlyModeNotFound) IsClientError() bool
- func (o *GetAppsearchReadOnlyModeNotFound) IsCode(code int) bool
- func (o *GetAppsearchReadOnlyModeNotFound) IsRedirect() bool
- func (o *GetAppsearchReadOnlyModeNotFound) IsServerError() bool
- func (o *GetAppsearchReadOnlyModeNotFound) IsSuccess() bool
- func (o *GetAppsearchReadOnlyModeNotFound) String() string
- type GetAppsearchReadOnlyModeOK
- func (o *GetAppsearchReadOnlyModeOK) Code() int
- func (o *GetAppsearchReadOnlyModeOK) Error() string
- func (o *GetAppsearchReadOnlyModeOK) GetPayload() *models.ReadOnlyResponse
- func (o *GetAppsearchReadOnlyModeOK) IsClientError() bool
- func (o *GetAppsearchReadOnlyModeOK) IsCode(code int) bool
- func (o *GetAppsearchReadOnlyModeOK) IsRedirect() bool
- func (o *GetAppsearchReadOnlyModeOK) IsServerError() bool
- func (o *GetAppsearchReadOnlyModeOK) IsSuccess() bool
- func (o *GetAppsearchReadOnlyModeOK) String() string
- type GetAppsearchReadOnlyModeParams
- func NewGetAppsearchReadOnlyModeParams() *GetAppsearchReadOnlyModeParams
- func NewGetAppsearchReadOnlyModeParamsWithContext(ctx context.Context) *GetAppsearchReadOnlyModeParams
- func NewGetAppsearchReadOnlyModeParamsWithHTTPClient(client *http.Client) *GetAppsearchReadOnlyModeParams
- func NewGetAppsearchReadOnlyModeParamsWithTimeout(timeout time.Duration) *GetAppsearchReadOnlyModeParams
- func (o *GetAppsearchReadOnlyModeParams) SetContext(ctx context.Context)
- func (o *GetAppsearchReadOnlyModeParams) SetDefaults()
- func (o *GetAppsearchReadOnlyModeParams) SetDeploymentID(deploymentID string)
- func (o *GetAppsearchReadOnlyModeParams) SetHTTPClient(client *http.Client)
- func (o *GetAppsearchReadOnlyModeParams) SetRefID(refID string)
- func (o *GetAppsearchReadOnlyModeParams) SetTimeout(timeout time.Duration)
- func (o *GetAppsearchReadOnlyModeParams) WithContext(ctx context.Context) *GetAppsearchReadOnlyModeParams
- func (o *GetAppsearchReadOnlyModeParams) WithDefaults() *GetAppsearchReadOnlyModeParams
- func (o *GetAppsearchReadOnlyModeParams) WithDeploymentID(deploymentID string) *GetAppsearchReadOnlyModeParams
- func (o *GetAppsearchReadOnlyModeParams) WithHTTPClient(client *http.Client) *GetAppsearchReadOnlyModeParams
- func (o *GetAppsearchReadOnlyModeParams) WithRefID(refID string) *GetAppsearchReadOnlyModeParams
- func (o *GetAppsearchReadOnlyModeParams) WithTimeout(timeout time.Duration) *GetAppsearchReadOnlyModeParams
- func (o *GetAppsearchReadOnlyModeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAppsearchReadOnlyModeReader
- type GetDeploymentApmResourceInfoInternalServerError
- func (o *GetDeploymentApmResourceInfoInternalServerError) Code() int
- func (o *GetDeploymentApmResourceInfoInternalServerError) Error() string
- func (o *GetDeploymentApmResourceInfoInternalServerError) GetPayload() *models.BasicFailedReply
- func (o *GetDeploymentApmResourceInfoInternalServerError) IsClientError() bool
- func (o *GetDeploymentApmResourceInfoInternalServerError) IsCode(code int) bool
- func (o *GetDeploymentApmResourceInfoInternalServerError) IsRedirect() bool
- func (o *GetDeploymentApmResourceInfoInternalServerError) IsServerError() bool
- func (o *GetDeploymentApmResourceInfoInternalServerError) IsSuccess() bool
- func (o *GetDeploymentApmResourceInfoInternalServerError) String() string
- type GetDeploymentApmResourceInfoNotFound
- func (o *GetDeploymentApmResourceInfoNotFound) Code() int
- func (o *GetDeploymentApmResourceInfoNotFound) Error() string
- func (o *GetDeploymentApmResourceInfoNotFound) GetPayload() *models.BasicFailedReply
- func (o *GetDeploymentApmResourceInfoNotFound) IsClientError() bool
- func (o *GetDeploymentApmResourceInfoNotFound) IsCode(code int) bool
- func (o *GetDeploymentApmResourceInfoNotFound) IsRedirect() bool
- func (o *GetDeploymentApmResourceInfoNotFound) IsServerError() bool
- func (o *GetDeploymentApmResourceInfoNotFound) IsSuccess() bool
- func (o *GetDeploymentApmResourceInfoNotFound) String() string
- type GetDeploymentApmResourceInfoOK
- func (o *GetDeploymentApmResourceInfoOK) Code() int
- func (o *GetDeploymentApmResourceInfoOK) Error() string
- func (o *GetDeploymentApmResourceInfoOK) GetPayload() *models.ApmResourceInfo
- func (o *GetDeploymentApmResourceInfoOK) IsClientError() bool
- func (o *GetDeploymentApmResourceInfoOK) IsCode(code int) bool
- func (o *GetDeploymentApmResourceInfoOK) IsRedirect() bool
- func (o *GetDeploymentApmResourceInfoOK) IsServerError() bool
- func (o *GetDeploymentApmResourceInfoOK) IsSuccess() bool
- func (o *GetDeploymentApmResourceInfoOK) String() string
- type GetDeploymentApmResourceInfoParams
- func NewGetDeploymentApmResourceInfoParams() *GetDeploymentApmResourceInfoParams
- func NewGetDeploymentApmResourceInfoParamsWithContext(ctx context.Context) *GetDeploymentApmResourceInfoParams
- func NewGetDeploymentApmResourceInfoParamsWithHTTPClient(client *http.Client) *GetDeploymentApmResourceInfoParams
- func NewGetDeploymentApmResourceInfoParamsWithTimeout(timeout time.Duration) *GetDeploymentApmResourceInfoParams
- func (o *GetDeploymentApmResourceInfoParams) SetClearTransient(clearTransient *bool)
- func (o *GetDeploymentApmResourceInfoParams) SetContext(ctx context.Context)
- func (o *GetDeploymentApmResourceInfoParams) SetDefaults()
- func (o *GetDeploymentApmResourceInfoParams) SetDeploymentID(deploymentID string)
- func (o *GetDeploymentApmResourceInfoParams) SetHTTPClient(client *http.Client)
- func (o *GetDeploymentApmResourceInfoParams) SetRefID(refID string)
- func (o *GetDeploymentApmResourceInfoParams) SetShowMetadata(showMetadata *bool)
- func (o *GetDeploymentApmResourceInfoParams) SetShowPlanDefaults(showPlanDefaults *bool)
- func (o *GetDeploymentApmResourceInfoParams) SetShowPlanHistory(showPlanHistory *bool)
- func (o *GetDeploymentApmResourceInfoParams) SetShowPlanLogs(showPlanLogs *bool)
- func (o *GetDeploymentApmResourceInfoParams) SetShowPlans(showPlans *bool)
- func (o *GetDeploymentApmResourceInfoParams) SetShowSettings(showSettings *bool)
- func (o *GetDeploymentApmResourceInfoParams) SetTimeout(timeout time.Duration)
- func (o *GetDeploymentApmResourceInfoParams) WithClearTransient(clearTransient *bool) *GetDeploymentApmResourceInfoParams
- func (o *GetDeploymentApmResourceInfoParams) WithContext(ctx context.Context) *GetDeploymentApmResourceInfoParams
- func (o *GetDeploymentApmResourceInfoParams) WithDefaults() *GetDeploymentApmResourceInfoParams
- func (o *GetDeploymentApmResourceInfoParams) WithDeploymentID(deploymentID string) *GetDeploymentApmResourceInfoParams
- func (o *GetDeploymentApmResourceInfoParams) WithHTTPClient(client *http.Client) *GetDeploymentApmResourceInfoParams
- func (o *GetDeploymentApmResourceInfoParams) WithRefID(refID string) *GetDeploymentApmResourceInfoParams
- func (o *GetDeploymentApmResourceInfoParams) WithShowMetadata(showMetadata *bool) *GetDeploymentApmResourceInfoParams
- func (o *GetDeploymentApmResourceInfoParams) WithShowPlanDefaults(showPlanDefaults *bool) *GetDeploymentApmResourceInfoParams
- func (o *GetDeploymentApmResourceInfoParams) WithShowPlanHistory(showPlanHistory *bool) *GetDeploymentApmResourceInfoParams
- func (o *GetDeploymentApmResourceInfoParams) WithShowPlanLogs(showPlanLogs *bool) *GetDeploymentApmResourceInfoParams
- func (o *GetDeploymentApmResourceInfoParams) WithShowPlans(showPlans *bool) *GetDeploymentApmResourceInfoParams
- func (o *GetDeploymentApmResourceInfoParams) WithShowSettings(showSettings *bool) *GetDeploymentApmResourceInfoParams
- func (o *GetDeploymentApmResourceInfoParams) WithTimeout(timeout time.Duration) *GetDeploymentApmResourceInfoParams
- func (o *GetDeploymentApmResourceInfoParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetDeploymentApmResourceInfoReader
- type GetDeploymentAppsearchResourceInfoInternalServerError
- func (o *GetDeploymentAppsearchResourceInfoInternalServerError) Code() int
- func (o *GetDeploymentAppsearchResourceInfoInternalServerError) Error() string
- func (o *GetDeploymentAppsearchResourceInfoInternalServerError) GetPayload() *models.BasicFailedReply
- func (o *GetDeploymentAppsearchResourceInfoInternalServerError) IsClientError() bool
- func (o *GetDeploymentAppsearchResourceInfoInternalServerError) IsCode(code int) bool
- func (o *GetDeploymentAppsearchResourceInfoInternalServerError) IsRedirect() bool
- func (o *GetDeploymentAppsearchResourceInfoInternalServerError) IsServerError() bool
- func (o *GetDeploymentAppsearchResourceInfoInternalServerError) IsSuccess() bool
- func (o *GetDeploymentAppsearchResourceInfoInternalServerError) String() string
- type GetDeploymentAppsearchResourceInfoNotFound
- func (o *GetDeploymentAppsearchResourceInfoNotFound) Code() int
- func (o *GetDeploymentAppsearchResourceInfoNotFound) Error() string
- func (o *GetDeploymentAppsearchResourceInfoNotFound) GetPayload() *models.BasicFailedReply
- func (o *GetDeploymentAppsearchResourceInfoNotFound) IsClientError() bool
- func (o *GetDeploymentAppsearchResourceInfoNotFound) IsCode(code int) bool
- func (o *GetDeploymentAppsearchResourceInfoNotFound) IsRedirect() bool
- func (o *GetDeploymentAppsearchResourceInfoNotFound) IsServerError() bool
- func (o *GetDeploymentAppsearchResourceInfoNotFound) IsSuccess() bool
- func (o *GetDeploymentAppsearchResourceInfoNotFound) String() string
- type GetDeploymentAppsearchResourceInfoOK
- func (o *GetDeploymentAppsearchResourceInfoOK) Code() int
- func (o *GetDeploymentAppsearchResourceInfoOK) Error() string
- func (o *GetDeploymentAppsearchResourceInfoOK) GetPayload() *models.AppSearchResourceInfo
- func (o *GetDeploymentAppsearchResourceInfoOK) IsClientError() bool
- func (o *GetDeploymentAppsearchResourceInfoOK) IsCode(code int) bool
- func (o *GetDeploymentAppsearchResourceInfoOK) IsRedirect() bool
- func (o *GetDeploymentAppsearchResourceInfoOK) IsServerError() bool
- func (o *GetDeploymentAppsearchResourceInfoOK) IsSuccess() bool
- func (o *GetDeploymentAppsearchResourceInfoOK) String() string
- type GetDeploymentAppsearchResourceInfoParams
- func NewGetDeploymentAppsearchResourceInfoParams() *GetDeploymentAppsearchResourceInfoParams
- func NewGetDeploymentAppsearchResourceInfoParamsWithContext(ctx context.Context) *GetDeploymentAppsearchResourceInfoParams
- func NewGetDeploymentAppsearchResourceInfoParamsWithHTTPClient(client *http.Client) *GetDeploymentAppsearchResourceInfoParams
- func NewGetDeploymentAppsearchResourceInfoParamsWithTimeout(timeout time.Duration) *GetDeploymentAppsearchResourceInfoParams
- func (o *GetDeploymentAppsearchResourceInfoParams) SetClearTransient(clearTransient *bool)
- func (o *GetDeploymentAppsearchResourceInfoParams) SetContext(ctx context.Context)
- func (o *GetDeploymentAppsearchResourceInfoParams) SetDefaults()
- func (o *GetDeploymentAppsearchResourceInfoParams) SetDeploymentID(deploymentID string)
- func (o *GetDeploymentAppsearchResourceInfoParams) SetHTTPClient(client *http.Client)
- func (o *GetDeploymentAppsearchResourceInfoParams) SetRefID(refID string)
- func (o *GetDeploymentAppsearchResourceInfoParams) SetShowMetadata(showMetadata *bool)
- func (o *GetDeploymentAppsearchResourceInfoParams) SetShowPlanDefaults(showPlanDefaults *bool)
- func (o *GetDeploymentAppsearchResourceInfoParams) SetShowPlanHistory(showPlanHistory *bool)
- func (o *GetDeploymentAppsearchResourceInfoParams) SetShowPlanLogs(showPlanLogs *bool)
- func (o *GetDeploymentAppsearchResourceInfoParams) SetShowPlans(showPlans *bool)
- func (o *GetDeploymentAppsearchResourceInfoParams) SetShowSettings(showSettings *bool)
- func (o *GetDeploymentAppsearchResourceInfoParams) SetTimeout(timeout time.Duration)
- func (o *GetDeploymentAppsearchResourceInfoParams) WithClearTransient(clearTransient *bool) *GetDeploymentAppsearchResourceInfoParams
- func (o *GetDeploymentAppsearchResourceInfoParams) WithContext(ctx context.Context) *GetDeploymentAppsearchResourceInfoParams
- func (o *GetDeploymentAppsearchResourceInfoParams) WithDefaults() *GetDeploymentAppsearchResourceInfoParams
- func (o *GetDeploymentAppsearchResourceInfoParams) WithDeploymentID(deploymentID string) *GetDeploymentAppsearchResourceInfoParams
- func (o *GetDeploymentAppsearchResourceInfoParams) WithHTTPClient(client *http.Client) *GetDeploymentAppsearchResourceInfoParams
- func (o *GetDeploymentAppsearchResourceInfoParams) WithRefID(refID string) *GetDeploymentAppsearchResourceInfoParams
- func (o *GetDeploymentAppsearchResourceInfoParams) WithShowMetadata(showMetadata *bool) *GetDeploymentAppsearchResourceInfoParams
- func (o *GetDeploymentAppsearchResourceInfoParams) WithShowPlanDefaults(showPlanDefaults *bool) *GetDeploymentAppsearchResourceInfoParams
- func (o *GetDeploymentAppsearchResourceInfoParams) WithShowPlanHistory(showPlanHistory *bool) *GetDeploymentAppsearchResourceInfoParams
- func (o *GetDeploymentAppsearchResourceInfoParams) WithShowPlanLogs(showPlanLogs *bool) *GetDeploymentAppsearchResourceInfoParams
- func (o *GetDeploymentAppsearchResourceInfoParams) WithShowPlans(showPlans *bool) *GetDeploymentAppsearchResourceInfoParams
- func (o *GetDeploymentAppsearchResourceInfoParams) WithShowSettings(showSettings *bool) *GetDeploymentAppsearchResourceInfoParams
- func (o *GetDeploymentAppsearchResourceInfoParams) WithTimeout(timeout time.Duration) *GetDeploymentAppsearchResourceInfoParams
- func (o *GetDeploymentAppsearchResourceInfoParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetDeploymentAppsearchResourceInfoReader
- type GetDeploymentCertificateAuthorityNotFound
- func (o *GetDeploymentCertificateAuthorityNotFound) Code() int
- func (o *GetDeploymentCertificateAuthorityNotFound) Error() string
- func (o *GetDeploymentCertificateAuthorityNotFound) GetPayload() *models.BasicFailedReply
- func (o *GetDeploymentCertificateAuthorityNotFound) IsClientError() bool
- func (o *GetDeploymentCertificateAuthorityNotFound) IsCode(code int) bool
- func (o *GetDeploymentCertificateAuthorityNotFound) IsRedirect() bool
- func (o *GetDeploymentCertificateAuthorityNotFound) IsServerError() bool
- func (o *GetDeploymentCertificateAuthorityNotFound) IsSuccess() bool
- func (o *GetDeploymentCertificateAuthorityNotFound) String() string
- type GetDeploymentCertificateAuthorityOK
- func (o *GetDeploymentCertificateAuthorityOK) Code() int
- func (o *GetDeploymentCertificateAuthorityOK) Error() string
- func (o *GetDeploymentCertificateAuthorityOK) GetPayload() *models.CertificateAuthority
- func (o *GetDeploymentCertificateAuthorityOK) IsClientError() bool
- func (o *GetDeploymentCertificateAuthorityOK) IsCode(code int) bool
- func (o *GetDeploymentCertificateAuthorityOK) IsRedirect() bool
- func (o *GetDeploymentCertificateAuthorityOK) IsServerError() bool
- func (o *GetDeploymentCertificateAuthorityOK) IsSuccess() bool
- func (o *GetDeploymentCertificateAuthorityOK) String() string
- type GetDeploymentCertificateAuthorityParams
- func NewGetDeploymentCertificateAuthorityParams() *GetDeploymentCertificateAuthorityParams
- func NewGetDeploymentCertificateAuthorityParamsWithContext(ctx context.Context) *GetDeploymentCertificateAuthorityParams
- func NewGetDeploymentCertificateAuthorityParamsWithHTTPClient(client *http.Client) *GetDeploymentCertificateAuthorityParams
- func NewGetDeploymentCertificateAuthorityParamsWithTimeout(timeout time.Duration) *GetDeploymentCertificateAuthorityParams
- func (o *GetDeploymentCertificateAuthorityParams) SetContext(ctx context.Context)
- func (o *GetDeploymentCertificateAuthorityParams) SetDefaults()
- func (o *GetDeploymentCertificateAuthorityParams) SetDeploymentID(deploymentID string)
- func (o *GetDeploymentCertificateAuthorityParams) SetHTTPClient(client *http.Client)
- func (o *GetDeploymentCertificateAuthorityParams) SetTimeout(timeout time.Duration)
- func (o *GetDeploymentCertificateAuthorityParams) WithContext(ctx context.Context) *GetDeploymentCertificateAuthorityParams
- func (o *GetDeploymentCertificateAuthorityParams) WithDefaults() *GetDeploymentCertificateAuthorityParams
- func (o *GetDeploymentCertificateAuthorityParams) WithDeploymentID(deploymentID string) *GetDeploymentCertificateAuthorityParams
- func (o *GetDeploymentCertificateAuthorityParams) WithHTTPClient(client *http.Client) *GetDeploymentCertificateAuthorityParams
- func (o *GetDeploymentCertificateAuthorityParams) WithTimeout(timeout time.Duration) *GetDeploymentCertificateAuthorityParams
- func (o *GetDeploymentCertificateAuthorityParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetDeploymentCertificateAuthorityReader
- type GetDeploymentEnterpriseSearchResourceInfoInternalServerError
- func (o *GetDeploymentEnterpriseSearchResourceInfoInternalServerError) Code() int
- func (o *GetDeploymentEnterpriseSearchResourceInfoInternalServerError) Error() string
- func (o *GetDeploymentEnterpriseSearchResourceInfoInternalServerError) GetPayload() *models.BasicFailedReply
- func (o *GetDeploymentEnterpriseSearchResourceInfoInternalServerError) IsClientError() bool
- func (o *GetDeploymentEnterpriseSearchResourceInfoInternalServerError) IsCode(code int) bool
- func (o *GetDeploymentEnterpriseSearchResourceInfoInternalServerError) IsRedirect() bool
- func (o *GetDeploymentEnterpriseSearchResourceInfoInternalServerError) IsServerError() bool
- func (o *GetDeploymentEnterpriseSearchResourceInfoInternalServerError) IsSuccess() bool
- func (o *GetDeploymentEnterpriseSearchResourceInfoInternalServerError) String() string
- type GetDeploymentEnterpriseSearchResourceInfoNotFound
- func (o *GetDeploymentEnterpriseSearchResourceInfoNotFound) Code() int
- func (o *GetDeploymentEnterpriseSearchResourceInfoNotFound) Error() string
- func (o *GetDeploymentEnterpriseSearchResourceInfoNotFound) GetPayload() *models.BasicFailedReply
- func (o *GetDeploymentEnterpriseSearchResourceInfoNotFound) IsClientError() bool
- func (o *GetDeploymentEnterpriseSearchResourceInfoNotFound) IsCode(code int) bool
- func (o *GetDeploymentEnterpriseSearchResourceInfoNotFound) IsRedirect() bool
- func (o *GetDeploymentEnterpriseSearchResourceInfoNotFound) IsServerError() bool
- func (o *GetDeploymentEnterpriseSearchResourceInfoNotFound) IsSuccess() bool
- func (o *GetDeploymentEnterpriseSearchResourceInfoNotFound) String() string
- type GetDeploymentEnterpriseSearchResourceInfoOK
- func (o *GetDeploymentEnterpriseSearchResourceInfoOK) Code() int
- func (o *GetDeploymentEnterpriseSearchResourceInfoOK) Error() string
- func (o *GetDeploymentEnterpriseSearchResourceInfoOK) GetPayload() *models.EnterpriseSearchResourceInfo
- func (o *GetDeploymentEnterpriseSearchResourceInfoOK) IsClientError() bool
- func (o *GetDeploymentEnterpriseSearchResourceInfoOK) IsCode(code int) bool
- func (o *GetDeploymentEnterpriseSearchResourceInfoOK) IsRedirect() bool
- func (o *GetDeploymentEnterpriseSearchResourceInfoOK) IsServerError() bool
- func (o *GetDeploymentEnterpriseSearchResourceInfoOK) IsSuccess() bool
- func (o *GetDeploymentEnterpriseSearchResourceInfoOK) String() string
- type GetDeploymentEnterpriseSearchResourceInfoParams
- func NewGetDeploymentEnterpriseSearchResourceInfoParams() *GetDeploymentEnterpriseSearchResourceInfoParams
- func NewGetDeploymentEnterpriseSearchResourceInfoParamsWithContext(ctx context.Context) *GetDeploymentEnterpriseSearchResourceInfoParams
- func NewGetDeploymentEnterpriseSearchResourceInfoParamsWithHTTPClient(client *http.Client) *GetDeploymentEnterpriseSearchResourceInfoParams
- func NewGetDeploymentEnterpriseSearchResourceInfoParamsWithTimeout(timeout time.Duration) *GetDeploymentEnterpriseSearchResourceInfoParams
- func (o *GetDeploymentEnterpriseSearchResourceInfoParams) SetClearTransient(clearTransient *bool)
- func (o *GetDeploymentEnterpriseSearchResourceInfoParams) SetContext(ctx context.Context)
- func (o *GetDeploymentEnterpriseSearchResourceInfoParams) SetDefaults()
- func (o *GetDeploymentEnterpriseSearchResourceInfoParams) SetDeploymentID(deploymentID string)
- func (o *GetDeploymentEnterpriseSearchResourceInfoParams) SetHTTPClient(client *http.Client)
- func (o *GetDeploymentEnterpriseSearchResourceInfoParams) SetRefID(refID string)
- func (o *GetDeploymentEnterpriseSearchResourceInfoParams) SetShowMetadata(showMetadata *bool)
- func (o *GetDeploymentEnterpriseSearchResourceInfoParams) SetShowPlanDefaults(showPlanDefaults *bool)
- func (o *GetDeploymentEnterpriseSearchResourceInfoParams) SetShowPlanHistory(showPlanHistory *bool)
- func (o *GetDeploymentEnterpriseSearchResourceInfoParams) SetShowPlanLogs(showPlanLogs *bool)
- func (o *GetDeploymentEnterpriseSearchResourceInfoParams) SetShowPlans(showPlans *bool)
- func (o *GetDeploymentEnterpriseSearchResourceInfoParams) SetShowSettings(showSettings *bool)
- func (o *GetDeploymentEnterpriseSearchResourceInfoParams) SetTimeout(timeout time.Duration)
- func (o *GetDeploymentEnterpriseSearchResourceInfoParams) WithClearTransient(clearTransient *bool) *GetDeploymentEnterpriseSearchResourceInfoParams
- func (o *GetDeploymentEnterpriseSearchResourceInfoParams) WithContext(ctx context.Context) *GetDeploymentEnterpriseSearchResourceInfoParams
- func (o *GetDeploymentEnterpriseSearchResourceInfoParams) WithDefaults() *GetDeploymentEnterpriseSearchResourceInfoParams
- func (o *GetDeploymentEnterpriseSearchResourceInfoParams) WithDeploymentID(deploymentID string) *GetDeploymentEnterpriseSearchResourceInfoParams
- func (o *GetDeploymentEnterpriseSearchResourceInfoParams) WithHTTPClient(client *http.Client) *GetDeploymentEnterpriseSearchResourceInfoParams
- func (o *GetDeploymentEnterpriseSearchResourceInfoParams) WithRefID(refID string) *GetDeploymentEnterpriseSearchResourceInfoParams
- func (o *GetDeploymentEnterpriseSearchResourceInfoParams) WithShowMetadata(showMetadata *bool) *GetDeploymentEnterpriseSearchResourceInfoParams
- func (o *GetDeploymentEnterpriseSearchResourceInfoParams) WithShowPlanDefaults(showPlanDefaults *bool) *GetDeploymentEnterpriseSearchResourceInfoParams
- func (o *GetDeploymentEnterpriseSearchResourceInfoParams) WithShowPlanHistory(showPlanHistory *bool) *GetDeploymentEnterpriseSearchResourceInfoParams
- func (o *GetDeploymentEnterpriseSearchResourceInfoParams) WithShowPlanLogs(showPlanLogs *bool) *GetDeploymentEnterpriseSearchResourceInfoParams
- func (o *GetDeploymentEnterpriseSearchResourceInfoParams) WithShowPlans(showPlans *bool) *GetDeploymentEnterpriseSearchResourceInfoParams
- func (o *GetDeploymentEnterpriseSearchResourceInfoParams) WithShowSettings(showSettings *bool) *GetDeploymentEnterpriseSearchResourceInfoParams
- func (o *GetDeploymentEnterpriseSearchResourceInfoParams) WithTimeout(timeout time.Duration) *GetDeploymentEnterpriseSearchResourceInfoParams
- func (o *GetDeploymentEnterpriseSearchResourceInfoParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetDeploymentEnterpriseSearchResourceInfoReader
- type GetDeploymentEsResourceEligibleRemoteClustersBadRequest
- func (o *GetDeploymentEsResourceEligibleRemoteClustersBadRequest) Code() int
- func (o *GetDeploymentEsResourceEligibleRemoteClustersBadRequest) Error() string
- func (o *GetDeploymentEsResourceEligibleRemoteClustersBadRequest) GetPayload() *models.BasicFailedReply
- func (o *GetDeploymentEsResourceEligibleRemoteClustersBadRequest) IsClientError() bool
- func (o *GetDeploymentEsResourceEligibleRemoteClustersBadRequest) IsCode(code int) bool
- func (o *GetDeploymentEsResourceEligibleRemoteClustersBadRequest) IsRedirect() bool
- func (o *GetDeploymentEsResourceEligibleRemoteClustersBadRequest) IsServerError() bool
- func (o *GetDeploymentEsResourceEligibleRemoteClustersBadRequest) IsSuccess() bool
- func (o *GetDeploymentEsResourceEligibleRemoteClustersBadRequest) String() string
- type GetDeploymentEsResourceEligibleRemoteClustersNotFound
- func (o *GetDeploymentEsResourceEligibleRemoteClustersNotFound) Code() int
- func (o *GetDeploymentEsResourceEligibleRemoteClustersNotFound) Error() string
- func (o *GetDeploymentEsResourceEligibleRemoteClustersNotFound) GetPayload() *models.BasicFailedReply
- func (o *GetDeploymentEsResourceEligibleRemoteClustersNotFound) IsClientError() bool
- func (o *GetDeploymentEsResourceEligibleRemoteClustersNotFound) IsCode(code int) bool
- func (o *GetDeploymentEsResourceEligibleRemoteClustersNotFound) IsRedirect() bool
- func (o *GetDeploymentEsResourceEligibleRemoteClustersNotFound) IsServerError() bool
- func (o *GetDeploymentEsResourceEligibleRemoteClustersNotFound) IsSuccess() bool
- func (o *GetDeploymentEsResourceEligibleRemoteClustersNotFound) String() string
- type GetDeploymentEsResourceEligibleRemoteClustersOK
- func (o *GetDeploymentEsResourceEligibleRemoteClustersOK) Code() int
- func (o *GetDeploymentEsResourceEligibleRemoteClustersOK) Error() string
- func (o *GetDeploymentEsResourceEligibleRemoteClustersOK) GetPayload() *models.DeploymentsSearchResponse
- func (o *GetDeploymentEsResourceEligibleRemoteClustersOK) IsClientError() bool
- func (o *GetDeploymentEsResourceEligibleRemoteClustersOK) IsCode(code int) bool
- func (o *GetDeploymentEsResourceEligibleRemoteClustersOK) IsRedirect() bool
- func (o *GetDeploymentEsResourceEligibleRemoteClustersOK) IsServerError() bool
- func (o *GetDeploymentEsResourceEligibleRemoteClustersOK) IsSuccess() bool
- func (o *GetDeploymentEsResourceEligibleRemoteClustersOK) String() string
- type GetDeploymentEsResourceEligibleRemoteClustersParams
- func NewGetDeploymentEsResourceEligibleRemoteClustersParams() *GetDeploymentEsResourceEligibleRemoteClustersParams
- func NewGetDeploymentEsResourceEligibleRemoteClustersParamsWithContext(ctx context.Context) *GetDeploymentEsResourceEligibleRemoteClustersParams
- func NewGetDeploymentEsResourceEligibleRemoteClustersParamsWithHTTPClient(client *http.Client) *GetDeploymentEsResourceEligibleRemoteClustersParams
- func NewGetDeploymentEsResourceEligibleRemoteClustersParamsWithTimeout(timeout time.Duration) *GetDeploymentEsResourceEligibleRemoteClustersParams
- func (o *GetDeploymentEsResourceEligibleRemoteClustersParams) SetBody(body *models.SearchRequest)
- func (o *GetDeploymentEsResourceEligibleRemoteClustersParams) SetContext(ctx context.Context)
- func (o *GetDeploymentEsResourceEligibleRemoteClustersParams) SetDefaults()
- func (o *GetDeploymentEsResourceEligibleRemoteClustersParams) SetDeploymentID(deploymentID string)
- func (o *GetDeploymentEsResourceEligibleRemoteClustersParams) SetHTTPClient(client *http.Client)
- func (o *GetDeploymentEsResourceEligibleRemoteClustersParams) SetRefID(refID string)
- func (o *GetDeploymentEsResourceEligibleRemoteClustersParams) SetTimeout(timeout time.Duration)
- func (o *GetDeploymentEsResourceEligibleRemoteClustersParams) WithBody(body *models.SearchRequest) *GetDeploymentEsResourceEligibleRemoteClustersParams
- func (o *GetDeploymentEsResourceEligibleRemoteClustersParams) WithContext(ctx context.Context) *GetDeploymentEsResourceEligibleRemoteClustersParams
- func (o *GetDeploymentEsResourceEligibleRemoteClustersParams) WithDefaults() *GetDeploymentEsResourceEligibleRemoteClustersParams
- func (o *GetDeploymentEsResourceEligibleRemoteClustersParams) WithDeploymentID(deploymentID string) *GetDeploymentEsResourceEligibleRemoteClustersParams
- func (o *GetDeploymentEsResourceEligibleRemoteClustersParams) WithHTTPClient(client *http.Client) *GetDeploymentEsResourceEligibleRemoteClustersParams
- func (o *GetDeploymentEsResourceEligibleRemoteClustersParams) WithRefID(refID string) *GetDeploymentEsResourceEligibleRemoteClustersParams
- func (o *GetDeploymentEsResourceEligibleRemoteClustersParams) WithTimeout(timeout time.Duration) *GetDeploymentEsResourceEligibleRemoteClustersParams
- func (o *GetDeploymentEsResourceEligibleRemoteClustersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetDeploymentEsResourceEligibleRemoteClustersReader
- type GetDeploymentEsResourceInfoInternalServerError
- func (o *GetDeploymentEsResourceInfoInternalServerError) Code() int
- func (o *GetDeploymentEsResourceInfoInternalServerError) Error() string
- func (o *GetDeploymentEsResourceInfoInternalServerError) GetPayload() *models.BasicFailedReply
- func (o *GetDeploymentEsResourceInfoInternalServerError) IsClientError() bool
- func (o *GetDeploymentEsResourceInfoInternalServerError) IsCode(code int) bool
- func (o *GetDeploymentEsResourceInfoInternalServerError) IsRedirect() bool
- func (o *GetDeploymentEsResourceInfoInternalServerError) IsServerError() bool
- func (o *GetDeploymentEsResourceInfoInternalServerError) IsSuccess() bool
- func (o *GetDeploymentEsResourceInfoInternalServerError) String() string
- type GetDeploymentEsResourceInfoNotFound
- func (o *GetDeploymentEsResourceInfoNotFound) Code() int
- func (o *GetDeploymentEsResourceInfoNotFound) Error() string
- func (o *GetDeploymentEsResourceInfoNotFound) GetPayload() *models.BasicFailedReply
- func (o *GetDeploymentEsResourceInfoNotFound) IsClientError() bool
- func (o *GetDeploymentEsResourceInfoNotFound) IsCode(code int) bool
- func (o *GetDeploymentEsResourceInfoNotFound) IsRedirect() bool
- func (o *GetDeploymentEsResourceInfoNotFound) IsServerError() bool
- func (o *GetDeploymentEsResourceInfoNotFound) IsSuccess() bool
- func (o *GetDeploymentEsResourceInfoNotFound) String() string
- type GetDeploymentEsResourceInfoOK
- func (o *GetDeploymentEsResourceInfoOK) Code() int
- func (o *GetDeploymentEsResourceInfoOK) Error() string
- func (o *GetDeploymentEsResourceInfoOK) GetPayload() *models.ElasticsearchResourceInfo
- func (o *GetDeploymentEsResourceInfoOK) IsClientError() bool
- func (o *GetDeploymentEsResourceInfoOK) IsCode(code int) bool
- func (o *GetDeploymentEsResourceInfoOK) IsRedirect() bool
- func (o *GetDeploymentEsResourceInfoOK) IsServerError() bool
- func (o *GetDeploymentEsResourceInfoOK) IsSuccess() bool
- func (o *GetDeploymentEsResourceInfoOK) String() string
- type GetDeploymentEsResourceInfoParams
- func NewGetDeploymentEsResourceInfoParams() *GetDeploymentEsResourceInfoParams
- func NewGetDeploymentEsResourceInfoParamsWithContext(ctx context.Context) *GetDeploymentEsResourceInfoParams
- func NewGetDeploymentEsResourceInfoParamsWithHTTPClient(client *http.Client) *GetDeploymentEsResourceInfoParams
- func NewGetDeploymentEsResourceInfoParamsWithTimeout(timeout time.Duration) *GetDeploymentEsResourceInfoParams
- func (o *GetDeploymentEsResourceInfoParams) SetClearTransient(clearTransient *bool)
- func (o *GetDeploymentEsResourceInfoParams) SetContext(ctx context.Context)
- func (o *GetDeploymentEsResourceInfoParams) SetConvertLegacyPlans(convertLegacyPlans *bool)
- func (o *GetDeploymentEsResourceInfoParams) SetDefaults()
- func (o *GetDeploymentEsResourceInfoParams) SetDeploymentID(deploymentID string)
- func (o *GetDeploymentEsResourceInfoParams) SetEnrichWithTemplate(enrichWithTemplate *bool)
- func (o *GetDeploymentEsResourceInfoParams) SetHTTPClient(client *http.Client)
- func (o *GetDeploymentEsResourceInfoParams) SetRefID(refID string)
- func (o *GetDeploymentEsResourceInfoParams) SetShowMetadata(showMetadata *bool)
- func (o *GetDeploymentEsResourceInfoParams) SetShowPlanDefaults(showPlanDefaults *bool)
- func (o *GetDeploymentEsResourceInfoParams) SetShowPlanHistory(showPlanHistory *bool)
- func (o *GetDeploymentEsResourceInfoParams) SetShowPlanLogs(showPlanLogs *bool)
- func (o *GetDeploymentEsResourceInfoParams) SetShowPlans(showPlans *bool)
- func (o *GetDeploymentEsResourceInfoParams) SetShowSecurity(showSecurity *bool)
- func (o *GetDeploymentEsResourceInfoParams) SetShowSettings(showSettings *bool)
- func (o *GetDeploymentEsResourceInfoParams) SetShowSystemAlerts(showSystemAlerts *int64)
- func (o *GetDeploymentEsResourceInfoParams) SetTimeout(timeout time.Duration)
- func (o *GetDeploymentEsResourceInfoParams) WithClearTransient(clearTransient *bool) *GetDeploymentEsResourceInfoParams
- func (o *GetDeploymentEsResourceInfoParams) WithContext(ctx context.Context) *GetDeploymentEsResourceInfoParams
- func (o *GetDeploymentEsResourceInfoParams) WithConvertLegacyPlans(convertLegacyPlans *bool) *GetDeploymentEsResourceInfoParams
- func (o *GetDeploymentEsResourceInfoParams) WithDefaults() *GetDeploymentEsResourceInfoParams
- func (o *GetDeploymentEsResourceInfoParams) WithDeploymentID(deploymentID string) *GetDeploymentEsResourceInfoParams
- func (o *GetDeploymentEsResourceInfoParams) WithEnrichWithTemplate(enrichWithTemplate *bool) *GetDeploymentEsResourceInfoParams
- func (o *GetDeploymentEsResourceInfoParams) WithHTTPClient(client *http.Client) *GetDeploymentEsResourceInfoParams
- func (o *GetDeploymentEsResourceInfoParams) WithRefID(refID string) *GetDeploymentEsResourceInfoParams
- func (o *GetDeploymentEsResourceInfoParams) WithShowMetadata(showMetadata *bool) *GetDeploymentEsResourceInfoParams
- func (o *GetDeploymentEsResourceInfoParams) WithShowPlanDefaults(showPlanDefaults *bool) *GetDeploymentEsResourceInfoParams
- func (o *GetDeploymentEsResourceInfoParams) WithShowPlanHistory(showPlanHistory *bool) *GetDeploymentEsResourceInfoParams
- func (o *GetDeploymentEsResourceInfoParams) WithShowPlanLogs(showPlanLogs *bool) *GetDeploymentEsResourceInfoParams
- func (o *GetDeploymentEsResourceInfoParams) WithShowPlans(showPlans *bool) *GetDeploymentEsResourceInfoParams
- func (o *GetDeploymentEsResourceInfoParams) WithShowSecurity(showSecurity *bool) *GetDeploymentEsResourceInfoParams
- func (o *GetDeploymentEsResourceInfoParams) WithShowSettings(showSettings *bool) *GetDeploymentEsResourceInfoParams
- func (o *GetDeploymentEsResourceInfoParams) WithShowSystemAlerts(showSystemAlerts *int64) *GetDeploymentEsResourceInfoParams
- func (o *GetDeploymentEsResourceInfoParams) WithTimeout(timeout time.Duration) *GetDeploymentEsResourceInfoParams
- func (o *GetDeploymentEsResourceInfoParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetDeploymentEsResourceInfoReader
- type GetDeploymentEsResourceKeystoreInternalServerError
- func (o *GetDeploymentEsResourceKeystoreInternalServerError) Code() int
- func (o *GetDeploymentEsResourceKeystoreInternalServerError) Error() string
- func (o *GetDeploymentEsResourceKeystoreInternalServerError) GetPayload() *models.BasicFailedReply
- func (o *GetDeploymentEsResourceKeystoreInternalServerError) IsClientError() bool
- func (o *GetDeploymentEsResourceKeystoreInternalServerError) IsCode(code int) bool
- func (o *GetDeploymentEsResourceKeystoreInternalServerError) IsRedirect() bool
- func (o *GetDeploymentEsResourceKeystoreInternalServerError) IsServerError() bool
- func (o *GetDeploymentEsResourceKeystoreInternalServerError) IsSuccess() bool
- func (o *GetDeploymentEsResourceKeystoreInternalServerError) String() string
- type GetDeploymentEsResourceKeystoreNotFound
- func (o *GetDeploymentEsResourceKeystoreNotFound) Code() int
- func (o *GetDeploymentEsResourceKeystoreNotFound) Error() string
- func (o *GetDeploymentEsResourceKeystoreNotFound) GetPayload() *models.BasicFailedReply
- func (o *GetDeploymentEsResourceKeystoreNotFound) IsClientError() bool
- func (o *GetDeploymentEsResourceKeystoreNotFound) IsCode(code int) bool
- func (o *GetDeploymentEsResourceKeystoreNotFound) IsRedirect() bool
- func (o *GetDeploymentEsResourceKeystoreNotFound) IsServerError() bool
- func (o *GetDeploymentEsResourceKeystoreNotFound) IsSuccess() bool
- func (o *GetDeploymentEsResourceKeystoreNotFound) String() string
- type GetDeploymentEsResourceKeystoreOK
- func (o *GetDeploymentEsResourceKeystoreOK) Code() int
- func (o *GetDeploymentEsResourceKeystoreOK) Error() string
- func (o *GetDeploymentEsResourceKeystoreOK) GetPayload() *models.KeystoreContents
- func (o *GetDeploymentEsResourceKeystoreOK) IsClientError() bool
- func (o *GetDeploymentEsResourceKeystoreOK) IsCode(code int) bool
- func (o *GetDeploymentEsResourceKeystoreOK) IsRedirect() bool
- func (o *GetDeploymentEsResourceKeystoreOK) IsServerError() bool
- func (o *GetDeploymentEsResourceKeystoreOK) IsSuccess() bool
- func (o *GetDeploymentEsResourceKeystoreOK) String() string
- type GetDeploymentEsResourceKeystoreParams
- func NewGetDeploymentEsResourceKeystoreParams() *GetDeploymentEsResourceKeystoreParams
- func NewGetDeploymentEsResourceKeystoreParamsWithContext(ctx context.Context) *GetDeploymentEsResourceKeystoreParams
- func NewGetDeploymentEsResourceKeystoreParamsWithHTTPClient(client *http.Client) *GetDeploymentEsResourceKeystoreParams
- func NewGetDeploymentEsResourceKeystoreParamsWithTimeout(timeout time.Duration) *GetDeploymentEsResourceKeystoreParams
- func (o *GetDeploymentEsResourceKeystoreParams) SetContext(ctx context.Context)
- func (o *GetDeploymentEsResourceKeystoreParams) SetDefaults()
- func (o *GetDeploymentEsResourceKeystoreParams) SetDeploymentID(deploymentID string)
- func (o *GetDeploymentEsResourceKeystoreParams) SetHTTPClient(client *http.Client)
- func (o *GetDeploymentEsResourceKeystoreParams) SetRefID(refID string)
- func (o *GetDeploymentEsResourceKeystoreParams) SetTimeout(timeout time.Duration)
- func (o *GetDeploymentEsResourceKeystoreParams) WithContext(ctx context.Context) *GetDeploymentEsResourceKeystoreParams
- func (o *GetDeploymentEsResourceKeystoreParams) WithDefaults() *GetDeploymentEsResourceKeystoreParams
- func (o *GetDeploymentEsResourceKeystoreParams) WithDeploymentID(deploymentID string) *GetDeploymentEsResourceKeystoreParams
- func (o *GetDeploymentEsResourceKeystoreParams) WithHTTPClient(client *http.Client) *GetDeploymentEsResourceKeystoreParams
- func (o *GetDeploymentEsResourceKeystoreParams) WithRefID(refID string) *GetDeploymentEsResourceKeystoreParams
- func (o *GetDeploymentEsResourceKeystoreParams) WithTimeout(timeout time.Duration) *GetDeploymentEsResourceKeystoreParams
- func (o *GetDeploymentEsResourceKeystoreParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetDeploymentEsResourceKeystoreReader
- type GetDeploymentEsResourceRemoteClustersNotFound
- func (o *GetDeploymentEsResourceRemoteClustersNotFound) Code() int
- func (o *GetDeploymentEsResourceRemoteClustersNotFound) Error() string
- func (o *GetDeploymentEsResourceRemoteClustersNotFound) GetPayload() *models.BasicFailedReply
- func (o *GetDeploymentEsResourceRemoteClustersNotFound) IsClientError() bool
- func (o *GetDeploymentEsResourceRemoteClustersNotFound) IsCode(code int) bool
- func (o *GetDeploymentEsResourceRemoteClustersNotFound) IsRedirect() bool
- func (o *GetDeploymentEsResourceRemoteClustersNotFound) IsServerError() bool
- func (o *GetDeploymentEsResourceRemoteClustersNotFound) IsSuccess() bool
- func (o *GetDeploymentEsResourceRemoteClustersNotFound) String() string
- type GetDeploymentEsResourceRemoteClustersOK
- func (o *GetDeploymentEsResourceRemoteClustersOK) Code() int
- func (o *GetDeploymentEsResourceRemoteClustersOK) Error() string
- func (o *GetDeploymentEsResourceRemoteClustersOK) GetPayload() *models.RemoteResources
- func (o *GetDeploymentEsResourceRemoteClustersOK) IsClientError() bool
- func (o *GetDeploymentEsResourceRemoteClustersOK) IsCode(code int) bool
- func (o *GetDeploymentEsResourceRemoteClustersOK) IsRedirect() bool
- func (o *GetDeploymentEsResourceRemoteClustersOK) IsServerError() bool
- func (o *GetDeploymentEsResourceRemoteClustersOK) IsSuccess() bool
- func (o *GetDeploymentEsResourceRemoteClustersOK) String() string
- type GetDeploymentEsResourceRemoteClustersParams
- func NewGetDeploymentEsResourceRemoteClustersParams() *GetDeploymentEsResourceRemoteClustersParams
- func NewGetDeploymentEsResourceRemoteClustersParamsWithContext(ctx context.Context) *GetDeploymentEsResourceRemoteClustersParams
- func NewGetDeploymentEsResourceRemoteClustersParamsWithHTTPClient(client *http.Client) *GetDeploymentEsResourceRemoteClustersParams
- func NewGetDeploymentEsResourceRemoteClustersParamsWithTimeout(timeout time.Duration) *GetDeploymentEsResourceRemoteClustersParams
- func (o *GetDeploymentEsResourceRemoteClustersParams) SetContext(ctx context.Context)
- func (o *GetDeploymentEsResourceRemoteClustersParams) SetDefaults()
- func (o *GetDeploymentEsResourceRemoteClustersParams) SetDeploymentID(deploymentID string)
- func (o *GetDeploymentEsResourceRemoteClustersParams) SetHTTPClient(client *http.Client)
- func (o *GetDeploymentEsResourceRemoteClustersParams) SetRefID(refID string)
- func (o *GetDeploymentEsResourceRemoteClustersParams) SetTimeout(timeout time.Duration)
- func (o *GetDeploymentEsResourceRemoteClustersParams) WithContext(ctx context.Context) *GetDeploymentEsResourceRemoteClustersParams
- func (o *GetDeploymentEsResourceRemoteClustersParams) WithDefaults() *GetDeploymentEsResourceRemoteClustersParams
- func (o *GetDeploymentEsResourceRemoteClustersParams) WithDeploymentID(deploymentID string) *GetDeploymentEsResourceRemoteClustersParams
- func (o *GetDeploymentEsResourceRemoteClustersParams) WithHTTPClient(client *http.Client) *GetDeploymentEsResourceRemoteClustersParams
- func (o *GetDeploymentEsResourceRemoteClustersParams) WithRefID(refID string) *GetDeploymentEsResourceRemoteClustersParams
- func (o *GetDeploymentEsResourceRemoteClustersParams) WithTimeout(timeout time.Duration) *GetDeploymentEsResourceRemoteClustersParams
- func (o *GetDeploymentEsResourceRemoteClustersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetDeploymentEsResourceRemoteClustersReader
- type GetDeploymentHeapDumpsNotFound
- func (o *GetDeploymentHeapDumpsNotFound) Code() int
- func (o *GetDeploymentHeapDumpsNotFound) Error() string
- func (o *GetDeploymentHeapDumpsNotFound) GetPayload() *models.BasicFailedReply
- func (o *GetDeploymentHeapDumpsNotFound) IsClientError() bool
- func (o *GetDeploymentHeapDumpsNotFound) IsCode(code int) bool
- func (o *GetDeploymentHeapDumpsNotFound) IsRedirect() bool
- func (o *GetDeploymentHeapDumpsNotFound) IsServerError() bool
- func (o *GetDeploymentHeapDumpsNotFound) IsSuccess() bool
- func (o *GetDeploymentHeapDumpsNotFound) String() string
- type GetDeploymentHeapDumpsOK
- func (o *GetDeploymentHeapDumpsOK) Code() int
- func (o *GetDeploymentHeapDumpsOK) Error() string
- func (o *GetDeploymentHeapDumpsOK) GetPayload() *models.DeploymentHeapDumps
- func (o *GetDeploymentHeapDumpsOK) IsClientError() bool
- func (o *GetDeploymentHeapDumpsOK) IsCode(code int) bool
- func (o *GetDeploymentHeapDumpsOK) IsRedirect() bool
- func (o *GetDeploymentHeapDumpsOK) IsServerError() bool
- func (o *GetDeploymentHeapDumpsOK) IsSuccess() bool
- func (o *GetDeploymentHeapDumpsOK) String() string
- type GetDeploymentHeapDumpsParams
- func NewGetDeploymentHeapDumpsParams() *GetDeploymentHeapDumpsParams
- func NewGetDeploymentHeapDumpsParamsWithContext(ctx context.Context) *GetDeploymentHeapDumpsParams
- func NewGetDeploymentHeapDumpsParamsWithHTTPClient(client *http.Client) *GetDeploymentHeapDumpsParams
- func NewGetDeploymentHeapDumpsParamsWithTimeout(timeout time.Duration) *GetDeploymentHeapDumpsParams
- func (o *GetDeploymentHeapDumpsParams) SetContext(ctx context.Context)
- func (o *GetDeploymentHeapDumpsParams) SetDefaults()
- func (o *GetDeploymentHeapDumpsParams) SetDeploymentID(deploymentID string)
- func (o *GetDeploymentHeapDumpsParams) SetHTTPClient(client *http.Client)
- func (o *GetDeploymentHeapDumpsParams) SetTimeout(timeout time.Duration)
- func (o *GetDeploymentHeapDumpsParams) WithContext(ctx context.Context) *GetDeploymentHeapDumpsParams
- func (o *GetDeploymentHeapDumpsParams) WithDefaults() *GetDeploymentHeapDumpsParams
- func (o *GetDeploymentHeapDumpsParams) WithDeploymentID(deploymentID string) *GetDeploymentHeapDumpsParams
- func (o *GetDeploymentHeapDumpsParams) WithHTTPClient(client *http.Client) *GetDeploymentHeapDumpsParams
- func (o *GetDeploymentHeapDumpsParams) WithTimeout(timeout time.Duration) *GetDeploymentHeapDumpsParams
- func (o *GetDeploymentHeapDumpsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetDeploymentHeapDumpsReader
- type GetDeploymentIntegrationsServerResourceInfoInternalServerError
- func (o *GetDeploymentIntegrationsServerResourceInfoInternalServerError) Code() int
- func (o *GetDeploymentIntegrationsServerResourceInfoInternalServerError) Error() string
- func (o *GetDeploymentIntegrationsServerResourceInfoInternalServerError) GetPayload() *models.BasicFailedReply
- func (o *GetDeploymentIntegrationsServerResourceInfoInternalServerError) IsClientError() bool
- func (o *GetDeploymentIntegrationsServerResourceInfoInternalServerError) IsCode(code int) bool
- func (o *GetDeploymentIntegrationsServerResourceInfoInternalServerError) IsRedirect() bool
- func (o *GetDeploymentIntegrationsServerResourceInfoInternalServerError) IsServerError() bool
- func (o *GetDeploymentIntegrationsServerResourceInfoInternalServerError) IsSuccess() bool
- func (o *GetDeploymentIntegrationsServerResourceInfoInternalServerError) String() string
- type GetDeploymentIntegrationsServerResourceInfoNotFound
- func (o *GetDeploymentIntegrationsServerResourceInfoNotFound) Code() int
- func (o *GetDeploymentIntegrationsServerResourceInfoNotFound) Error() string
- func (o *GetDeploymentIntegrationsServerResourceInfoNotFound) GetPayload() *models.BasicFailedReply
- func (o *GetDeploymentIntegrationsServerResourceInfoNotFound) IsClientError() bool
- func (o *GetDeploymentIntegrationsServerResourceInfoNotFound) IsCode(code int) bool
- func (o *GetDeploymentIntegrationsServerResourceInfoNotFound) IsRedirect() bool
- func (o *GetDeploymentIntegrationsServerResourceInfoNotFound) IsServerError() bool
- func (o *GetDeploymentIntegrationsServerResourceInfoNotFound) IsSuccess() bool
- func (o *GetDeploymentIntegrationsServerResourceInfoNotFound) String() string
- type GetDeploymentIntegrationsServerResourceInfoOK
- func (o *GetDeploymentIntegrationsServerResourceInfoOK) Code() int
- func (o *GetDeploymentIntegrationsServerResourceInfoOK) Error() string
- func (o *GetDeploymentIntegrationsServerResourceInfoOK) GetPayload() *models.IntegrationsServerResourceInfo
- func (o *GetDeploymentIntegrationsServerResourceInfoOK) IsClientError() bool
- func (o *GetDeploymentIntegrationsServerResourceInfoOK) IsCode(code int) bool
- func (o *GetDeploymentIntegrationsServerResourceInfoOK) IsRedirect() bool
- func (o *GetDeploymentIntegrationsServerResourceInfoOK) IsServerError() bool
- func (o *GetDeploymentIntegrationsServerResourceInfoOK) IsSuccess() bool
- func (o *GetDeploymentIntegrationsServerResourceInfoOK) String() string
- type GetDeploymentIntegrationsServerResourceInfoParams
- func NewGetDeploymentIntegrationsServerResourceInfoParams() *GetDeploymentIntegrationsServerResourceInfoParams
- func NewGetDeploymentIntegrationsServerResourceInfoParamsWithContext(ctx context.Context) *GetDeploymentIntegrationsServerResourceInfoParams
- func NewGetDeploymentIntegrationsServerResourceInfoParamsWithHTTPClient(client *http.Client) *GetDeploymentIntegrationsServerResourceInfoParams
- func NewGetDeploymentIntegrationsServerResourceInfoParamsWithTimeout(timeout time.Duration) *GetDeploymentIntegrationsServerResourceInfoParams
- func (o *GetDeploymentIntegrationsServerResourceInfoParams) SetClearTransient(clearTransient *bool)
- func (o *GetDeploymentIntegrationsServerResourceInfoParams) SetContext(ctx context.Context)
- func (o *GetDeploymentIntegrationsServerResourceInfoParams) SetDefaults()
- func (o *GetDeploymentIntegrationsServerResourceInfoParams) SetDeploymentID(deploymentID string)
- func (o *GetDeploymentIntegrationsServerResourceInfoParams) SetHTTPClient(client *http.Client)
- func (o *GetDeploymentIntegrationsServerResourceInfoParams) SetRefID(refID string)
- func (o *GetDeploymentIntegrationsServerResourceInfoParams) SetShowMetadata(showMetadata *bool)
- func (o *GetDeploymentIntegrationsServerResourceInfoParams) SetShowPlanDefaults(showPlanDefaults *bool)
- func (o *GetDeploymentIntegrationsServerResourceInfoParams) SetShowPlanHistory(showPlanHistory *bool)
- func (o *GetDeploymentIntegrationsServerResourceInfoParams) SetShowPlanLogs(showPlanLogs *bool)
- func (o *GetDeploymentIntegrationsServerResourceInfoParams) SetShowPlans(showPlans *bool)
- func (o *GetDeploymentIntegrationsServerResourceInfoParams) SetShowSettings(showSettings *bool)
- func (o *GetDeploymentIntegrationsServerResourceInfoParams) SetTimeout(timeout time.Duration)
- func (o *GetDeploymentIntegrationsServerResourceInfoParams) WithClearTransient(clearTransient *bool) *GetDeploymentIntegrationsServerResourceInfoParams
- func (o *GetDeploymentIntegrationsServerResourceInfoParams) WithContext(ctx context.Context) *GetDeploymentIntegrationsServerResourceInfoParams
- func (o *GetDeploymentIntegrationsServerResourceInfoParams) WithDefaults() *GetDeploymentIntegrationsServerResourceInfoParams
- func (o *GetDeploymentIntegrationsServerResourceInfoParams) WithDeploymentID(deploymentID string) *GetDeploymentIntegrationsServerResourceInfoParams
- func (o *GetDeploymentIntegrationsServerResourceInfoParams) WithHTTPClient(client *http.Client) *GetDeploymentIntegrationsServerResourceInfoParams
- func (o *GetDeploymentIntegrationsServerResourceInfoParams) WithRefID(refID string) *GetDeploymentIntegrationsServerResourceInfoParams
- func (o *GetDeploymentIntegrationsServerResourceInfoParams) WithShowMetadata(showMetadata *bool) *GetDeploymentIntegrationsServerResourceInfoParams
- func (o *GetDeploymentIntegrationsServerResourceInfoParams) WithShowPlanDefaults(showPlanDefaults *bool) *GetDeploymentIntegrationsServerResourceInfoParams
- func (o *GetDeploymentIntegrationsServerResourceInfoParams) WithShowPlanHistory(showPlanHistory *bool) *GetDeploymentIntegrationsServerResourceInfoParams
- func (o *GetDeploymentIntegrationsServerResourceInfoParams) WithShowPlanLogs(showPlanLogs *bool) *GetDeploymentIntegrationsServerResourceInfoParams
- func (o *GetDeploymentIntegrationsServerResourceInfoParams) WithShowPlans(showPlans *bool) *GetDeploymentIntegrationsServerResourceInfoParams
- func (o *GetDeploymentIntegrationsServerResourceInfoParams) WithShowSettings(showSettings *bool) *GetDeploymentIntegrationsServerResourceInfoParams
- func (o *GetDeploymentIntegrationsServerResourceInfoParams) WithTimeout(timeout time.Duration) *GetDeploymentIntegrationsServerResourceInfoParams
- func (o *GetDeploymentIntegrationsServerResourceInfoParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetDeploymentIntegrationsServerResourceInfoReader
- type GetDeploymentKibResourceInfoInternalServerError
- func (o *GetDeploymentKibResourceInfoInternalServerError) Code() int
- func (o *GetDeploymentKibResourceInfoInternalServerError) Error() string
- func (o *GetDeploymentKibResourceInfoInternalServerError) GetPayload() *models.BasicFailedReply
- func (o *GetDeploymentKibResourceInfoInternalServerError) IsClientError() bool
- func (o *GetDeploymentKibResourceInfoInternalServerError) IsCode(code int) bool
- func (o *GetDeploymentKibResourceInfoInternalServerError) IsRedirect() bool
- func (o *GetDeploymentKibResourceInfoInternalServerError) IsServerError() bool
- func (o *GetDeploymentKibResourceInfoInternalServerError) IsSuccess() bool
- func (o *GetDeploymentKibResourceInfoInternalServerError) String() string
- type GetDeploymentKibResourceInfoNotFound
- func (o *GetDeploymentKibResourceInfoNotFound) Code() int
- func (o *GetDeploymentKibResourceInfoNotFound) Error() string
- func (o *GetDeploymentKibResourceInfoNotFound) GetPayload() *models.BasicFailedReply
- func (o *GetDeploymentKibResourceInfoNotFound) IsClientError() bool
- func (o *GetDeploymentKibResourceInfoNotFound) IsCode(code int) bool
- func (o *GetDeploymentKibResourceInfoNotFound) IsRedirect() bool
- func (o *GetDeploymentKibResourceInfoNotFound) IsServerError() bool
- func (o *GetDeploymentKibResourceInfoNotFound) IsSuccess() bool
- func (o *GetDeploymentKibResourceInfoNotFound) String() string
- type GetDeploymentKibResourceInfoOK
- func (o *GetDeploymentKibResourceInfoOK) Code() int
- func (o *GetDeploymentKibResourceInfoOK) Error() string
- func (o *GetDeploymentKibResourceInfoOK) GetPayload() *models.KibanaResourceInfo
- func (o *GetDeploymentKibResourceInfoOK) IsClientError() bool
- func (o *GetDeploymentKibResourceInfoOK) IsCode(code int) bool
- func (o *GetDeploymentKibResourceInfoOK) IsRedirect() bool
- func (o *GetDeploymentKibResourceInfoOK) IsServerError() bool
- func (o *GetDeploymentKibResourceInfoOK) IsSuccess() bool
- func (o *GetDeploymentKibResourceInfoOK) String() string
- type GetDeploymentKibResourceInfoParams
- func NewGetDeploymentKibResourceInfoParams() *GetDeploymentKibResourceInfoParams
- func NewGetDeploymentKibResourceInfoParamsWithContext(ctx context.Context) *GetDeploymentKibResourceInfoParams
- func NewGetDeploymentKibResourceInfoParamsWithHTTPClient(client *http.Client) *GetDeploymentKibResourceInfoParams
- func NewGetDeploymentKibResourceInfoParamsWithTimeout(timeout time.Duration) *GetDeploymentKibResourceInfoParams
- func (o *GetDeploymentKibResourceInfoParams) SetClearTransient(clearTransient *bool)
- func (o *GetDeploymentKibResourceInfoParams) SetContext(ctx context.Context)
- func (o *GetDeploymentKibResourceInfoParams) SetConvertLegacyPlans(convertLegacyPlans *bool)
- func (o *GetDeploymentKibResourceInfoParams) SetDefaults()
- func (o *GetDeploymentKibResourceInfoParams) SetDeploymentID(deploymentID string)
- func (o *GetDeploymentKibResourceInfoParams) SetHTTPClient(client *http.Client)
- func (o *GetDeploymentKibResourceInfoParams) SetRefID(refID string)
- func (o *GetDeploymentKibResourceInfoParams) SetShowMetadata(showMetadata *bool)
- func (o *GetDeploymentKibResourceInfoParams) SetShowPlanDefaults(showPlanDefaults *bool)
- func (o *GetDeploymentKibResourceInfoParams) SetShowPlanHistory(showPlanHistory *bool)
- func (o *GetDeploymentKibResourceInfoParams) SetShowPlanLogs(showPlanLogs *bool)
- func (o *GetDeploymentKibResourceInfoParams) SetShowPlans(showPlans *bool)
- func (o *GetDeploymentKibResourceInfoParams) SetShowSettings(showSettings *bool)
- func (o *GetDeploymentKibResourceInfoParams) SetTimeout(timeout time.Duration)
- func (o *GetDeploymentKibResourceInfoParams) WithClearTransient(clearTransient *bool) *GetDeploymentKibResourceInfoParams
- func (o *GetDeploymentKibResourceInfoParams) WithContext(ctx context.Context) *GetDeploymentKibResourceInfoParams
- func (o *GetDeploymentKibResourceInfoParams) WithConvertLegacyPlans(convertLegacyPlans *bool) *GetDeploymentKibResourceInfoParams
- func (o *GetDeploymentKibResourceInfoParams) WithDefaults() *GetDeploymentKibResourceInfoParams
- func (o *GetDeploymentKibResourceInfoParams) WithDeploymentID(deploymentID string) *GetDeploymentKibResourceInfoParams
- func (o *GetDeploymentKibResourceInfoParams) WithHTTPClient(client *http.Client) *GetDeploymentKibResourceInfoParams
- func (o *GetDeploymentKibResourceInfoParams) WithRefID(refID string) *GetDeploymentKibResourceInfoParams
- func (o *GetDeploymentKibResourceInfoParams) WithShowMetadata(showMetadata *bool) *GetDeploymentKibResourceInfoParams
- func (o *GetDeploymentKibResourceInfoParams) WithShowPlanDefaults(showPlanDefaults *bool) *GetDeploymentKibResourceInfoParams
- func (o *GetDeploymentKibResourceInfoParams) WithShowPlanHistory(showPlanHistory *bool) *GetDeploymentKibResourceInfoParams
- func (o *GetDeploymentKibResourceInfoParams) WithShowPlanLogs(showPlanLogs *bool) *GetDeploymentKibResourceInfoParams
- func (o *GetDeploymentKibResourceInfoParams) WithShowPlans(showPlans *bool) *GetDeploymentKibResourceInfoParams
- func (o *GetDeploymentKibResourceInfoParams) WithShowSettings(showSettings *bool) *GetDeploymentKibResourceInfoParams
- func (o *GetDeploymentKibResourceInfoParams) WithTimeout(timeout time.Duration) *GetDeploymentKibResourceInfoParams
- func (o *GetDeploymentKibResourceInfoParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetDeploymentKibResourceInfoReader
- type GetDeploymentNotFound
- func (o *GetDeploymentNotFound) Code() int
- func (o *GetDeploymentNotFound) Error() string
- func (o *GetDeploymentNotFound) GetPayload() *models.BasicFailedReply
- func (o *GetDeploymentNotFound) IsClientError() bool
- func (o *GetDeploymentNotFound) IsCode(code int) bool
- func (o *GetDeploymentNotFound) IsRedirect() bool
- func (o *GetDeploymentNotFound) IsServerError() bool
- func (o *GetDeploymentNotFound) IsSuccess() bool
- func (o *GetDeploymentNotFound) String() string
- type GetDeploymentOK
- func (o *GetDeploymentOK) Code() int
- func (o *GetDeploymentOK) Error() string
- func (o *GetDeploymentOK) GetPayload() *models.DeploymentGetResponse
- func (o *GetDeploymentOK) IsClientError() bool
- func (o *GetDeploymentOK) IsCode(code int) bool
- func (o *GetDeploymentOK) IsRedirect() bool
- func (o *GetDeploymentOK) IsServerError() bool
- func (o *GetDeploymentOK) IsSuccess() bool
- func (o *GetDeploymentOK) String() string
- type GetDeploymentParams
- func (o *GetDeploymentParams) SetClearTransient(clearTransient *bool)
- func (o *GetDeploymentParams) SetContext(ctx context.Context)
- func (o *GetDeploymentParams) SetConvertLegacyPlans(convertLegacyPlans *bool)
- func (o *GetDeploymentParams) SetDefaults()
- func (o *GetDeploymentParams) SetDeploymentID(deploymentID string)
- func (o *GetDeploymentParams) SetEnrichWithTemplate(enrichWithTemplate *bool)
- func (o *GetDeploymentParams) SetForceAllPlanHistory(forceAllPlanHistory *bool)
- func (o *GetDeploymentParams) SetHTTPClient(client *http.Client)
- func (o *GetDeploymentParams) SetShowInstanceConfigurations(showInstanceConfigurations *bool)
- func (o *GetDeploymentParams) SetShowMetadata(showMetadata *bool)
- func (o *GetDeploymentParams) SetShowPlanDefaults(showPlanDefaults *bool)
- func (o *GetDeploymentParams) SetShowPlanHistory(showPlanHistory *bool)
- func (o *GetDeploymentParams) SetShowPlanLogs(showPlanLogs *bool)
- func (o *GetDeploymentParams) SetShowPlans(showPlans *bool)
- func (o *GetDeploymentParams) SetShowSecurity(showSecurity *bool)
- func (o *GetDeploymentParams) SetShowSettings(showSettings *bool)
- func (o *GetDeploymentParams) SetShowSystemAlerts(showSystemAlerts *int64)
- func (o *GetDeploymentParams) SetTimeout(timeout time.Duration)
- func (o *GetDeploymentParams) WithClearTransient(clearTransient *bool) *GetDeploymentParams
- func (o *GetDeploymentParams) WithContext(ctx context.Context) *GetDeploymentParams
- func (o *GetDeploymentParams) WithConvertLegacyPlans(convertLegacyPlans *bool) *GetDeploymentParams
- func (o *GetDeploymentParams) WithDefaults() *GetDeploymentParams
- func (o *GetDeploymentParams) WithDeploymentID(deploymentID string) *GetDeploymentParams
- func (o *GetDeploymentParams) WithEnrichWithTemplate(enrichWithTemplate *bool) *GetDeploymentParams
- func (o *GetDeploymentParams) WithForceAllPlanHistory(forceAllPlanHistory *bool) *GetDeploymentParams
- func (o *GetDeploymentParams) WithHTTPClient(client *http.Client) *GetDeploymentParams
- func (o *GetDeploymentParams) WithShowInstanceConfigurations(showInstanceConfigurations *bool) *GetDeploymentParams
- func (o *GetDeploymentParams) WithShowMetadata(showMetadata *bool) *GetDeploymentParams
- func (o *GetDeploymentParams) WithShowPlanDefaults(showPlanDefaults *bool) *GetDeploymentParams
- func (o *GetDeploymentParams) WithShowPlanHistory(showPlanHistory *bool) *GetDeploymentParams
- func (o *GetDeploymentParams) WithShowPlanLogs(showPlanLogs *bool) *GetDeploymentParams
- func (o *GetDeploymentParams) WithShowPlans(showPlans *bool) *GetDeploymentParams
- func (o *GetDeploymentParams) WithShowSecurity(showSecurity *bool) *GetDeploymentParams
- func (o *GetDeploymentParams) WithShowSettings(showSettings *bool) *GetDeploymentParams
- func (o *GetDeploymentParams) WithShowSystemAlerts(showSystemAlerts *int64) *GetDeploymentParams
- func (o *GetDeploymentParams) WithTimeout(timeout time.Duration) *GetDeploymentParams
- func (o *GetDeploymentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetDeploymentReader
- type GetDeploymentResourcePlanActivityNotFound
- func (o *GetDeploymentResourcePlanActivityNotFound) Code() int
- func (o *GetDeploymentResourcePlanActivityNotFound) Error() string
- func (o *GetDeploymentResourcePlanActivityNotFound) GetPayload() *models.BasicFailedReply
- func (o *GetDeploymentResourcePlanActivityNotFound) IsClientError() bool
- func (o *GetDeploymentResourcePlanActivityNotFound) IsCode(code int) bool
- func (o *GetDeploymentResourcePlanActivityNotFound) IsRedirect() bool
- func (o *GetDeploymentResourcePlanActivityNotFound) IsServerError() bool
- func (o *GetDeploymentResourcePlanActivityNotFound) IsSuccess() bool
- func (o *GetDeploymentResourcePlanActivityNotFound) String() string
- type GetDeploymentResourcePlanActivityOK
- func (o *GetDeploymentResourcePlanActivityOK) Code() int
- func (o *GetDeploymentResourcePlanActivityOK) Error() string
- func (o *GetDeploymentResourcePlanActivityOK) GetPayload() *models.CommonClusterPlanInfo
- func (o *GetDeploymentResourcePlanActivityOK) IsClientError() bool
- func (o *GetDeploymentResourcePlanActivityOK) IsCode(code int) bool
- func (o *GetDeploymentResourcePlanActivityOK) IsRedirect() bool
- func (o *GetDeploymentResourcePlanActivityOK) IsServerError() bool
- func (o *GetDeploymentResourcePlanActivityOK) IsSuccess() bool
- func (o *GetDeploymentResourcePlanActivityOK) String() string
- type GetDeploymentResourcePlanActivityParams
- func NewGetDeploymentResourcePlanActivityParams() *GetDeploymentResourcePlanActivityParams
- func NewGetDeploymentResourcePlanActivityParamsWithContext(ctx context.Context) *GetDeploymentResourcePlanActivityParams
- func NewGetDeploymentResourcePlanActivityParamsWithHTTPClient(client *http.Client) *GetDeploymentResourcePlanActivityParams
- func NewGetDeploymentResourcePlanActivityParamsWithTimeout(timeout time.Duration) *GetDeploymentResourcePlanActivityParams
- func (o *GetDeploymentResourcePlanActivityParams) SetAttemptID(attemptID string)
- func (o *GetDeploymentResourcePlanActivityParams) SetContext(ctx context.Context)
- func (o *GetDeploymentResourcePlanActivityParams) SetDefaults()
- func (o *GetDeploymentResourcePlanActivityParams) SetDeploymentID(deploymentID string)
- func (o *GetDeploymentResourcePlanActivityParams) SetHTTPClient(client *http.Client)
- func (o *GetDeploymentResourcePlanActivityParams) SetRefID(refID string)
- func (o *GetDeploymentResourcePlanActivityParams) SetResourceKind(resourceKind string)
- func (o *GetDeploymentResourcePlanActivityParams) SetTimeout(timeout time.Duration)
- func (o *GetDeploymentResourcePlanActivityParams) WithAttemptID(attemptID string) *GetDeploymentResourcePlanActivityParams
- func (o *GetDeploymentResourcePlanActivityParams) WithContext(ctx context.Context) *GetDeploymentResourcePlanActivityParams
- func (o *GetDeploymentResourcePlanActivityParams) WithDefaults() *GetDeploymentResourcePlanActivityParams
- func (o *GetDeploymentResourcePlanActivityParams) WithDeploymentID(deploymentID string) *GetDeploymentResourcePlanActivityParams
- func (o *GetDeploymentResourcePlanActivityParams) WithHTTPClient(client *http.Client) *GetDeploymentResourcePlanActivityParams
- func (o *GetDeploymentResourcePlanActivityParams) WithRefID(refID string) *GetDeploymentResourcePlanActivityParams
- func (o *GetDeploymentResourcePlanActivityParams) WithResourceKind(resourceKind string) *GetDeploymentResourcePlanActivityParams
- func (o *GetDeploymentResourcePlanActivityParams) WithTimeout(timeout time.Duration) *GetDeploymentResourcePlanActivityParams
- func (o *GetDeploymentResourcePlanActivityParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetDeploymentResourcePlanActivityReader
- type GetDeploymentResourceProxyRequestsNotFound
- func (o *GetDeploymentResourceProxyRequestsNotFound) Code() int
- func (o *GetDeploymentResourceProxyRequestsNotFound) Error() string
- func (o *GetDeploymentResourceProxyRequestsNotFound) GetPayload() *models.BasicFailedReply
- func (o *GetDeploymentResourceProxyRequestsNotFound) IsClientError() bool
- func (o *GetDeploymentResourceProxyRequestsNotFound) IsCode(code int) bool
- func (o *GetDeploymentResourceProxyRequestsNotFound) IsRedirect() bool
- func (o *GetDeploymentResourceProxyRequestsNotFound) IsServerError() bool
- func (o *GetDeploymentResourceProxyRequestsNotFound) IsSuccess() bool
- func (o *GetDeploymentResourceProxyRequestsNotFound) String() string
- type GetDeploymentResourceProxyRequestsOK
- func (o *GetDeploymentResourceProxyRequestsOK) Code() int
- func (o *GetDeploymentResourceProxyRequestsOK) Error() string
- func (o *GetDeploymentResourceProxyRequestsOK) GetPayload() *models.GenericResponse
- func (o *GetDeploymentResourceProxyRequestsOK) IsClientError() bool
- func (o *GetDeploymentResourceProxyRequestsOK) IsCode(code int) bool
- func (o *GetDeploymentResourceProxyRequestsOK) IsRedirect() bool
- func (o *GetDeploymentResourceProxyRequestsOK) IsServerError() bool
- func (o *GetDeploymentResourceProxyRequestsOK) IsSuccess() bool
- func (o *GetDeploymentResourceProxyRequestsOK) String() string
- type GetDeploymentResourceProxyRequestsParams
- func NewGetDeploymentResourceProxyRequestsParams() *GetDeploymentResourceProxyRequestsParams
- func NewGetDeploymentResourceProxyRequestsParamsWithContext(ctx context.Context) *GetDeploymentResourceProxyRequestsParams
- func NewGetDeploymentResourceProxyRequestsParamsWithHTTPClient(client *http.Client) *GetDeploymentResourceProxyRequestsParams
- func NewGetDeploymentResourceProxyRequestsParamsWithTimeout(timeout time.Duration) *GetDeploymentResourceProxyRequestsParams
- func (o *GetDeploymentResourceProxyRequestsParams) SetBody(body string)
- func (o *GetDeploymentResourceProxyRequestsParams) SetContext(ctx context.Context)
- func (o *GetDeploymentResourceProxyRequestsParams) SetDefaults()
- func (o *GetDeploymentResourceProxyRequestsParams) SetDeploymentID(deploymentID string)
- func (o *GetDeploymentResourceProxyRequestsParams) SetHTTPClient(client *http.Client)
- func (o *GetDeploymentResourceProxyRequestsParams) SetProxyPath(proxyPath string)
- func (o *GetDeploymentResourceProxyRequestsParams) SetRefID(refID string)
- func (o *GetDeploymentResourceProxyRequestsParams) SetResourceKind(resourceKind string)
- func (o *GetDeploymentResourceProxyRequestsParams) SetTimeout(timeout time.Duration)
- func (o *GetDeploymentResourceProxyRequestsParams) SetXManagementRequest(xManagementRequest string)
- func (o *GetDeploymentResourceProxyRequestsParams) WithBody(body string) *GetDeploymentResourceProxyRequestsParams
- func (o *GetDeploymentResourceProxyRequestsParams) WithContext(ctx context.Context) *GetDeploymentResourceProxyRequestsParams
- func (o *GetDeploymentResourceProxyRequestsParams) WithDefaults() *GetDeploymentResourceProxyRequestsParams
- func (o *GetDeploymentResourceProxyRequestsParams) WithDeploymentID(deploymentID string) *GetDeploymentResourceProxyRequestsParams
- func (o *GetDeploymentResourceProxyRequestsParams) WithHTTPClient(client *http.Client) *GetDeploymentResourceProxyRequestsParams
- func (o *GetDeploymentResourceProxyRequestsParams) WithProxyPath(proxyPath string) *GetDeploymentResourceProxyRequestsParams
- func (o *GetDeploymentResourceProxyRequestsParams) WithRefID(refID string) *GetDeploymentResourceProxyRequestsParams
- func (o *GetDeploymentResourceProxyRequestsParams) WithResourceKind(resourceKind string) *GetDeploymentResourceProxyRequestsParams
- func (o *GetDeploymentResourceProxyRequestsParams) WithTimeout(timeout time.Duration) *GetDeploymentResourceProxyRequestsParams
- func (o *GetDeploymentResourceProxyRequestsParams) WithXManagementRequest(xManagementRequest string) *GetDeploymentResourceProxyRequestsParams
- func (o *GetDeploymentResourceProxyRequestsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetDeploymentResourceProxyRequestsReader
- type GetDeploymentUnauthorized
- func (o *GetDeploymentUnauthorized) Code() int
- func (o *GetDeploymentUnauthorized) Error() string
- func (o *GetDeploymentUnauthorized) GetPayload() *models.BasicFailedReply
- func (o *GetDeploymentUnauthorized) IsClientError() bool
- func (o *GetDeploymentUnauthorized) IsCode(code int) bool
- func (o *GetDeploymentUnauthorized) IsRedirect() bool
- func (o *GetDeploymentUnauthorized) IsServerError() bool
- func (o *GetDeploymentUnauthorized) IsSuccess() bool
- func (o *GetDeploymentUnauthorized) String() string
- type GetDeploymentUpgradeAssistantStatusNotFound
- func (o *GetDeploymentUpgradeAssistantStatusNotFound) Code() int
- func (o *GetDeploymentUpgradeAssistantStatusNotFound) Error() string
- func (o *GetDeploymentUpgradeAssistantStatusNotFound) GetPayload() *models.BasicFailedReply
- func (o *GetDeploymentUpgradeAssistantStatusNotFound) IsClientError() bool
- func (o *GetDeploymentUpgradeAssistantStatusNotFound) IsCode(code int) bool
- func (o *GetDeploymentUpgradeAssistantStatusNotFound) IsRedirect() bool
- func (o *GetDeploymentUpgradeAssistantStatusNotFound) IsServerError() bool
- func (o *GetDeploymentUpgradeAssistantStatusNotFound) IsSuccess() bool
- func (o *GetDeploymentUpgradeAssistantStatusNotFound) String() string
- type GetDeploymentUpgradeAssistantStatusOK
- func (o *GetDeploymentUpgradeAssistantStatusOK) Code() int
- func (o *GetDeploymentUpgradeAssistantStatusOK) Error() string
- func (o *GetDeploymentUpgradeAssistantStatusOK) GetPayload() *models.DeploymentUpgradeAssistantStatusResponse
- func (o *GetDeploymentUpgradeAssistantStatusOK) IsClientError() bool
- func (o *GetDeploymentUpgradeAssistantStatusOK) IsCode(code int) bool
- func (o *GetDeploymentUpgradeAssistantStatusOK) IsRedirect() bool
- func (o *GetDeploymentUpgradeAssistantStatusOK) IsServerError() bool
- func (o *GetDeploymentUpgradeAssistantStatusOK) IsSuccess() bool
- func (o *GetDeploymentUpgradeAssistantStatusOK) String() string
- type GetDeploymentUpgradeAssistantStatusParams
- func NewGetDeploymentUpgradeAssistantStatusParams() *GetDeploymentUpgradeAssistantStatusParams
- func NewGetDeploymentUpgradeAssistantStatusParamsWithContext(ctx context.Context) *GetDeploymentUpgradeAssistantStatusParams
- func NewGetDeploymentUpgradeAssistantStatusParamsWithHTTPClient(client *http.Client) *GetDeploymentUpgradeAssistantStatusParams
- func NewGetDeploymentUpgradeAssistantStatusParamsWithTimeout(timeout time.Duration) *GetDeploymentUpgradeAssistantStatusParams
- func (o *GetDeploymentUpgradeAssistantStatusParams) SetContext(ctx context.Context)
- func (o *GetDeploymentUpgradeAssistantStatusParams) SetDefaults()
- func (o *GetDeploymentUpgradeAssistantStatusParams) SetDeploymentID(deploymentID string)
- func (o *GetDeploymentUpgradeAssistantStatusParams) SetHTTPClient(client *http.Client)
- func (o *GetDeploymentUpgradeAssistantStatusParams) SetTimeout(timeout time.Duration)
- func (o *GetDeploymentUpgradeAssistantStatusParams) WithContext(ctx context.Context) *GetDeploymentUpgradeAssistantStatusParams
- func (o *GetDeploymentUpgradeAssistantStatusParams) WithDefaults() *GetDeploymentUpgradeAssistantStatusParams
- func (o *GetDeploymentUpgradeAssistantStatusParams) WithDeploymentID(deploymentID string) *GetDeploymentUpgradeAssistantStatusParams
- func (o *GetDeploymentUpgradeAssistantStatusParams) WithHTTPClient(client *http.Client) *GetDeploymentUpgradeAssistantStatusParams
- func (o *GetDeploymentUpgradeAssistantStatusParams) WithTimeout(timeout time.Duration) *GetDeploymentUpgradeAssistantStatusParams
- func (o *GetDeploymentUpgradeAssistantStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetDeploymentUpgradeAssistantStatusReader
- type ListDeploymentsOK
- func (o *ListDeploymentsOK) Code() int
- func (o *ListDeploymentsOK) Error() string
- func (o *ListDeploymentsOK) GetPayload() *models.DeploymentsListResponse
- func (o *ListDeploymentsOK) IsClientError() bool
- func (o *ListDeploymentsOK) IsCode(code int) bool
- func (o *ListDeploymentsOK) IsRedirect() bool
- func (o *ListDeploymentsOK) IsServerError() bool
- func (o *ListDeploymentsOK) IsSuccess() bool
- func (o *ListDeploymentsOK) String() string
- type ListDeploymentsParams
- func NewListDeploymentsParams() *ListDeploymentsParams
- func NewListDeploymentsParamsWithContext(ctx context.Context) *ListDeploymentsParams
- func NewListDeploymentsParamsWithHTTPClient(client *http.Client) *ListDeploymentsParams
- func NewListDeploymentsParamsWithTimeout(timeout time.Duration) *ListDeploymentsParams
- func (o *ListDeploymentsParams) SetContext(ctx context.Context)
- func (o *ListDeploymentsParams) SetDefaults()
- func (o *ListDeploymentsParams) SetHTTPClient(client *http.Client)
- func (o *ListDeploymentsParams) SetTimeout(timeout time.Duration)
- func (o *ListDeploymentsParams) WithContext(ctx context.Context) *ListDeploymentsParams
- func (o *ListDeploymentsParams) WithDefaults() *ListDeploymentsParams
- func (o *ListDeploymentsParams) WithHTTPClient(client *http.Client) *ListDeploymentsParams
- func (o *ListDeploymentsParams) WithTimeout(timeout time.Duration) *ListDeploymentsParams
- func (o *ListDeploymentsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListDeploymentsReader
- type ListDeploymentsUnauthorized
- func (o *ListDeploymentsUnauthorized) Code() int
- func (o *ListDeploymentsUnauthorized) Error() string
- func (o *ListDeploymentsUnauthorized) GetPayload() *models.BasicFailedReply
- func (o *ListDeploymentsUnauthorized) IsClientError() bool
- func (o *ListDeploymentsUnauthorized) IsCode(code int) bool
- func (o *ListDeploymentsUnauthorized) IsRedirect() bool
- func (o *ListDeploymentsUnauthorized) IsServerError() bool
- func (o *ListDeploymentsUnauthorized) IsSuccess() bool
- func (o *ListDeploymentsUnauthorized) String() string
- type MigrateDeploymentTemplateBadRequest
- func (o *MigrateDeploymentTemplateBadRequest) Code() int
- func (o *MigrateDeploymentTemplateBadRequest) Error() string
- func (o *MigrateDeploymentTemplateBadRequest) GetPayload() *models.BasicFailedReply
- func (o *MigrateDeploymentTemplateBadRequest) IsClientError() bool
- func (o *MigrateDeploymentTemplateBadRequest) IsCode(code int) bool
- func (o *MigrateDeploymentTemplateBadRequest) IsRedirect() bool
- func (o *MigrateDeploymentTemplateBadRequest) IsServerError() bool
- func (o *MigrateDeploymentTemplateBadRequest) IsSuccess() bool
- func (o *MigrateDeploymentTemplateBadRequest) String() string
- type MigrateDeploymentTemplateNotFound
- func (o *MigrateDeploymentTemplateNotFound) Code() int
- func (o *MigrateDeploymentTemplateNotFound) Error() string
- func (o *MigrateDeploymentTemplateNotFound) GetPayload() *models.BasicFailedReply
- func (o *MigrateDeploymentTemplateNotFound) IsClientError() bool
- func (o *MigrateDeploymentTemplateNotFound) IsCode(code int) bool
- func (o *MigrateDeploymentTemplateNotFound) IsRedirect() bool
- func (o *MigrateDeploymentTemplateNotFound) IsServerError() bool
- func (o *MigrateDeploymentTemplateNotFound) IsSuccess() bool
- func (o *MigrateDeploymentTemplateNotFound) String() string
- type MigrateDeploymentTemplateOK
- func (o *MigrateDeploymentTemplateOK) Code() int
- func (o *MigrateDeploymentTemplateOK) Error() string
- func (o *MigrateDeploymentTemplateOK) GetPayload() *models.DeploymentUpdateRequest
- func (o *MigrateDeploymentTemplateOK) IsClientError() bool
- func (o *MigrateDeploymentTemplateOK) IsCode(code int) bool
- func (o *MigrateDeploymentTemplateOK) IsRedirect() bool
- func (o *MigrateDeploymentTemplateOK) IsServerError() bool
- func (o *MigrateDeploymentTemplateOK) IsSuccess() bool
- func (o *MigrateDeploymentTemplateOK) String() string
- type MigrateDeploymentTemplateParams
- func NewMigrateDeploymentTemplateParams() *MigrateDeploymentTemplateParams
- func NewMigrateDeploymentTemplateParamsWithContext(ctx context.Context) *MigrateDeploymentTemplateParams
- func NewMigrateDeploymentTemplateParamsWithHTTPClient(client *http.Client) *MigrateDeploymentTemplateParams
- func NewMigrateDeploymentTemplateParamsWithTimeout(timeout time.Duration) *MigrateDeploymentTemplateParams
- func (o *MigrateDeploymentTemplateParams) SetContext(ctx context.Context)
- func (o *MigrateDeploymentTemplateParams) SetDefaults()
- func (o *MigrateDeploymentTemplateParams) SetDeploymentID(deploymentID string)
- func (o *MigrateDeploymentTemplateParams) SetHTTPClient(client *http.Client)
- func (o *MigrateDeploymentTemplateParams) SetTemplateID(templateID string)
- func (o *MigrateDeploymentTemplateParams) SetTimeout(timeout time.Duration)
- func (o *MigrateDeploymentTemplateParams) WithContext(ctx context.Context) *MigrateDeploymentTemplateParams
- func (o *MigrateDeploymentTemplateParams) WithDefaults() *MigrateDeploymentTemplateParams
- func (o *MigrateDeploymentTemplateParams) WithDeploymentID(deploymentID string) *MigrateDeploymentTemplateParams
- func (o *MigrateDeploymentTemplateParams) WithHTTPClient(client *http.Client) *MigrateDeploymentTemplateParams
- func (o *MigrateDeploymentTemplateParams) WithTemplateID(templateID string) *MigrateDeploymentTemplateParams
- func (o *MigrateDeploymentTemplateParams) WithTimeout(timeout time.Duration) *MigrateDeploymentTemplateParams
- func (o *MigrateDeploymentTemplateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type MigrateDeploymentTemplateReader
- type MigrateDeploymentTemplateUnauthorized
- func (o *MigrateDeploymentTemplateUnauthorized) Code() int
- func (o *MigrateDeploymentTemplateUnauthorized) Error() string
- func (o *MigrateDeploymentTemplateUnauthorized) GetPayload() *models.BasicFailedReply
- func (o *MigrateDeploymentTemplateUnauthorized) IsClientError() bool
- func (o *MigrateDeploymentTemplateUnauthorized) IsCode(code int) bool
- func (o *MigrateDeploymentTemplateUnauthorized) IsRedirect() bool
- func (o *MigrateDeploymentTemplateUnauthorized) IsServerError() bool
- func (o *MigrateDeploymentTemplateUnauthorized) IsSuccess() bool
- func (o *MigrateDeploymentTemplateUnauthorized) String() string
- type MoveDeploymentElasticsearchResourceInstancesAccepted
- func (o *MoveDeploymentElasticsearchResourceInstancesAccepted) Code() int
- func (o *MoveDeploymentElasticsearchResourceInstancesAccepted) Error() string
- func (o *MoveDeploymentElasticsearchResourceInstancesAccepted) GetPayload() models.EmptyResponse
- func (o *MoveDeploymentElasticsearchResourceInstancesAccepted) IsClientError() bool
- func (o *MoveDeploymentElasticsearchResourceInstancesAccepted) IsCode(code int) bool
- func (o *MoveDeploymentElasticsearchResourceInstancesAccepted) IsRedirect() bool
- func (o *MoveDeploymentElasticsearchResourceInstancesAccepted) IsServerError() bool
- func (o *MoveDeploymentElasticsearchResourceInstancesAccepted) IsSuccess() bool
- func (o *MoveDeploymentElasticsearchResourceInstancesAccepted) String() string
- type MoveDeploymentElasticsearchResourceInstancesNotFound
- func (o *MoveDeploymentElasticsearchResourceInstancesNotFound) Code() int
- func (o *MoveDeploymentElasticsearchResourceInstancesNotFound) Error() string
- func (o *MoveDeploymentElasticsearchResourceInstancesNotFound) GetPayload() *models.BasicFailedReply
- func (o *MoveDeploymentElasticsearchResourceInstancesNotFound) IsClientError() bool
- func (o *MoveDeploymentElasticsearchResourceInstancesNotFound) IsCode(code int) bool
- func (o *MoveDeploymentElasticsearchResourceInstancesNotFound) IsRedirect() bool
- func (o *MoveDeploymentElasticsearchResourceInstancesNotFound) IsServerError() bool
- func (o *MoveDeploymentElasticsearchResourceInstancesNotFound) IsSuccess() bool
- func (o *MoveDeploymentElasticsearchResourceInstancesNotFound) String() string
- type MoveDeploymentElasticsearchResourceInstancesOK
- func (o *MoveDeploymentElasticsearchResourceInstancesOK) Code() int
- func (o *MoveDeploymentElasticsearchResourceInstancesOK) Error() string
- func (o *MoveDeploymentElasticsearchResourceInstancesOK) GetPayload() *models.TransientElasticsearchPlanConfiguration
- func (o *MoveDeploymentElasticsearchResourceInstancesOK) IsClientError() bool
- func (o *MoveDeploymentElasticsearchResourceInstancesOK) IsCode(code int) bool
- func (o *MoveDeploymentElasticsearchResourceInstancesOK) IsRedirect() bool
- func (o *MoveDeploymentElasticsearchResourceInstancesOK) IsServerError() bool
- func (o *MoveDeploymentElasticsearchResourceInstancesOK) IsSuccess() bool
- func (o *MoveDeploymentElasticsearchResourceInstancesOK) String() string
- type MoveDeploymentElasticsearchResourceInstancesParams
- func NewMoveDeploymentElasticsearchResourceInstancesParams() *MoveDeploymentElasticsearchResourceInstancesParams
- func NewMoveDeploymentElasticsearchResourceInstancesParamsWithContext(ctx context.Context) *MoveDeploymentElasticsearchResourceInstancesParams
- func NewMoveDeploymentElasticsearchResourceInstancesParamsWithHTTPClient(client *http.Client) *MoveDeploymentElasticsearchResourceInstancesParams
- func NewMoveDeploymentElasticsearchResourceInstancesParamsWithTimeout(timeout time.Duration) *MoveDeploymentElasticsearchResourceInstancesParams
- func (o *MoveDeploymentElasticsearchResourceInstancesParams) SetBody(body *models.TransientElasticsearchPlanConfiguration)
- func (o *MoveDeploymentElasticsearchResourceInstancesParams) SetContext(ctx context.Context)
- func (o *MoveDeploymentElasticsearchResourceInstancesParams) SetDefaults()
- func (o *MoveDeploymentElasticsearchResourceInstancesParams) SetDeploymentID(deploymentID string)
- func (o *MoveDeploymentElasticsearchResourceInstancesParams) SetForceMove(forceMove *bool)
- func (o *MoveDeploymentElasticsearchResourceInstancesParams) SetForceUpdate(forceUpdate *bool)
- func (o *MoveDeploymentElasticsearchResourceInstancesParams) SetHTTPClient(client *http.Client)
- func (o *MoveDeploymentElasticsearchResourceInstancesParams) SetIgnoreMissing(ignoreMissing *bool)
- func (o *MoveDeploymentElasticsearchResourceInstancesParams) SetInstanceIds(instanceIds []string)
- func (o *MoveDeploymentElasticsearchResourceInstancesParams) SetInstancesDown(instancesDown *bool)
- func (o *MoveDeploymentElasticsearchResourceInstancesParams) SetMoveOnly(moveOnly *bool)
- func (o *MoveDeploymentElasticsearchResourceInstancesParams) SetRefID(refID string)
- func (o *MoveDeploymentElasticsearchResourceInstancesParams) SetTimeout(timeout time.Duration)
- func (o *MoveDeploymentElasticsearchResourceInstancesParams) SetValidateOnly(validateOnly *bool)
- func (o *MoveDeploymentElasticsearchResourceInstancesParams) WithBody(body *models.TransientElasticsearchPlanConfiguration) *MoveDeploymentElasticsearchResourceInstancesParams
- func (o *MoveDeploymentElasticsearchResourceInstancesParams) WithContext(ctx context.Context) *MoveDeploymentElasticsearchResourceInstancesParams
- func (o *MoveDeploymentElasticsearchResourceInstancesParams) WithDefaults() *MoveDeploymentElasticsearchResourceInstancesParams
- func (o *MoveDeploymentElasticsearchResourceInstancesParams) WithDeploymentID(deploymentID string) *MoveDeploymentElasticsearchResourceInstancesParams
- func (o *MoveDeploymentElasticsearchResourceInstancesParams) WithForceMove(forceMove *bool) *MoveDeploymentElasticsearchResourceInstancesParams
- func (o *MoveDeploymentElasticsearchResourceInstancesParams) WithForceUpdate(forceUpdate *bool) *MoveDeploymentElasticsearchResourceInstancesParams
- func (o *MoveDeploymentElasticsearchResourceInstancesParams) WithHTTPClient(client *http.Client) *MoveDeploymentElasticsearchResourceInstancesParams
- func (o *MoveDeploymentElasticsearchResourceInstancesParams) WithIgnoreMissing(ignoreMissing *bool) *MoveDeploymentElasticsearchResourceInstancesParams
- func (o *MoveDeploymentElasticsearchResourceInstancesParams) WithInstanceIds(instanceIds []string) *MoveDeploymentElasticsearchResourceInstancesParams
- func (o *MoveDeploymentElasticsearchResourceInstancesParams) WithInstancesDown(instancesDown *bool) *MoveDeploymentElasticsearchResourceInstancesParams
- func (o *MoveDeploymentElasticsearchResourceInstancesParams) WithMoveOnly(moveOnly *bool) *MoveDeploymentElasticsearchResourceInstancesParams
- func (o *MoveDeploymentElasticsearchResourceInstancesParams) WithRefID(refID string) *MoveDeploymentElasticsearchResourceInstancesParams
- func (o *MoveDeploymentElasticsearchResourceInstancesParams) WithTimeout(timeout time.Duration) *MoveDeploymentElasticsearchResourceInstancesParams
- func (o *MoveDeploymentElasticsearchResourceInstancesParams) WithValidateOnly(validateOnly *bool) *MoveDeploymentElasticsearchResourceInstancesParams
- func (o *MoveDeploymentElasticsearchResourceInstancesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type MoveDeploymentElasticsearchResourceInstancesReader
- type PostDeploymentResourceProxyRequestsNotFound
- func (o *PostDeploymentResourceProxyRequestsNotFound) Code() int
- func (o *PostDeploymentResourceProxyRequestsNotFound) Error() string
- func (o *PostDeploymentResourceProxyRequestsNotFound) GetPayload() *models.BasicFailedReply
- func (o *PostDeploymentResourceProxyRequestsNotFound) IsClientError() bool
- func (o *PostDeploymentResourceProxyRequestsNotFound) IsCode(code int) bool
- func (o *PostDeploymentResourceProxyRequestsNotFound) IsRedirect() bool
- func (o *PostDeploymentResourceProxyRequestsNotFound) IsServerError() bool
- func (o *PostDeploymentResourceProxyRequestsNotFound) IsSuccess() bool
- func (o *PostDeploymentResourceProxyRequestsNotFound) String() string
- type PostDeploymentResourceProxyRequestsOK
- func (o *PostDeploymentResourceProxyRequestsOK) Code() int
- func (o *PostDeploymentResourceProxyRequestsOK) Error() string
- func (o *PostDeploymentResourceProxyRequestsOK) GetPayload() *models.GenericResponse
- func (o *PostDeploymentResourceProxyRequestsOK) IsClientError() bool
- func (o *PostDeploymentResourceProxyRequestsOK) IsCode(code int) bool
- func (o *PostDeploymentResourceProxyRequestsOK) IsRedirect() bool
- func (o *PostDeploymentResourceProxyRequestsOK) IsServerError() bool
- func (o *PostDeploymentResourceProxyRequestsOK) IsSuccess() bool
- func (o *PostDeploymentResourceProxyRequestsOK) String() string
- type PostDeploymentResourceProxyRequestsParams
- func NewPostDeploymentResourceProxyRequestsParams() *PostDeploymentResourceProxyRequestsParams
- func NewPostDeploymentResourceProxyRequestsParamsWithContext(ctx context.Context) *PostDeploymentResourceProxyRequestsParams
- func NewPostDeploymentResourceProxyRequestsParamsWithHTTPClient(client *http.Client) *PostDeploymentResourceProxyRequestsParams
- func NewPostDeploymentResourceProxyRequestsParamsWithTimeout(timeout time.Duration) *PostDeploymentResourceProxyRequestsParams
- func (o *PostDeploymentResourceProxyRequestsParams) SetBody(body string)
- func (o *PostDeploymentResourceProxyRequestsParams) SetContext(ctx context.Context)
- func (o *PostDeploymentResourceProxyRequestsParams) SetDefaults()
- func (o *PostDeploymentResourceProxyRequestsParams) SetDeploymentID(deploymentID string)
- func (o *PostDeploymentResourceProxyRequestsParams) SetHTTPClient(client *http.Client)
- func (o *PostDeploymentResourceProxyRequestsParams) SetProxyPath(proxyPath string)
- func (o *PostDeploymentResourceProxyRequestsParams) SetRefID(refID string)
- func (o *PostDeploymentResourceProxyRequestsParams) SetResourceKind(resourceKind string)
- func (o *PostDeploymentResourceProxyRequestsParams) SetTimeout(timeout time.Duration)
- func (o *PostDeploymentResourceProxyRequestsParams) SetXManagementRequest(xManagementRequest string)
- func (o *PostDeploymentResourceProxyRequestsParams) WithBody(body string) *PostDeploymentResourceProxyRequestsParams
- func (o *PostDeploymentResourceProxyRequestsParams) WithContext(ctx context.Context) *PostDeploymentResourceProxyRequestsParams
- func (o *PostDeploymentResourceProxyRequestsParams) WithDefaults() *PostDeploymentResourceProxyRequestsParams
- func (o *PostDeploymentResourceProxyRequestsParams) WithDeploymentID(deploymentID string) *PostDeploymentResourceProxyRequestsParams
- func (o *PostDeploymentResourceProxyRequestsParams) WithHTTPClient(client *http.Client) *PostDeploymentResourceProxyRequestsParams
- func (o *PostDeploymentResourceProxyRequestsParams) WithProxyPath(proxyPath string) *PostDeploymentResourceProxyRequestsParams
- func (o *PostDeploymentResourceProxyRequestsParams) WithRefID(refID string) *PostDeploymentResourceProxyRequestsParams
- func (o *PostDeploymentResourceProxyRequestsParams) WithResourceKind(resourceKind string) *PostDeploymentResourceProxyRequestsParams
- func (o *PostDeploymentResourceProxyRequestsParams) WithTimeout(timeout time.Duration) *PostDeploymentResourceProxyRequestsParams
- func (o *PostDeploymentResourceProxyRequestsParams) WithXManagementRequest(xManagementRequest string) *PostDeploymentResourceProxyRequestsParams
- func (o *PostDeploymentResourceProxyRequestsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PostDeploymentResourceProxyRequestsReader
- type PutDeploymentResourceProxyRequestsNotFound
- func (o *PutDeploymentResourceProxyRequestsNotFound) Code() int
- func (o *PutDeploymentResourceProxyRequestsNotFound) Error() string
- func (o *PutDeploymentResourceProxyRequestsNotFound) GetPayload() *models.BasicFailedReply
- func (o *PutDeploymentResourceProxyRequestsNotFound) IsClientError() bool
- func (o *PutDeploymentResourceProxyRequestsNotFound) IsCode(code int) bool
- func (o *PutDeploymentResourceProxyRequestsNotFound) IsRedirect() bool
- func (o *PutDeploymentResourceProxyRequestsNotFound) IsServerError() bool
- func (o *PutDeploymentResourceProxyRequestsNotFound) IsSuccess() bool
- func (o *PutDeploymentResourceProxyRequestsNotFound) String() string
- type PutDeploymentResourceProxyRequestsOK
- func (o *PutDeploymentResourceProxyRequestsOK) Code() int
- func (o *PutDeploymentResourceProxyRequestsOK) Error() string
- func (o *PutDeploymentResourceProxyRequestsOK) GetPayload() *models.GenericResponse
- func (o *PutDeploymentResourceProxyRequestsOK) IsClientError() bool
- func (o *PutDeploymentResourceProxyRequestsOK) IsCode(code int) bool
- func (o *PutDeploymentResourceProxyRequestsOK) IsRedirect() bool
- func (o *PutDeploymentResourceProxyRequestsOK) IsServerError() bool
- func (o *PutDeploymentResourceProxyRequestsOK) IsSuccess() bool
- func (o *PutDeploymentResourceProxyRequestsOK) String() string
- type PutDeploymentResourceProxyRequestsParams
- func NewPutDeploymentResourceProxyRequestsParams() *PutDeploymentResourceProxyRequestsParams
- func NewPutDeploymentResourceProxyRequestsParamsWithContext(ctx context.Context) *PutDeploymentResourceProxyRequestsParams
- func NewPutDeploymentResourceProxyRequestsParamsWithHTTPClient(client *http.Client) *PutDeploymentResourceProxyRequestsParams
- func NewPutDeploymentResourceProxyRequestsParamsWithTimeout(timeout time.Duration) *PutDeploymentResourceProxyRequestsParams
- func (o *PutDeploymentResourceProxyRequestsParams) SetBody(body string)
- func (o *PutDeploymentResourceProxyRequestsParams) SetContext(ctx context.Context)
- func (o *PutDeploymentResourceProxyRequestsParams) SetDefaults()
- func (o *PutDeploymentResourceProxyRequestsParams) SetDeploymentID(deploymentID string)
- func (o *PutDeploymentResourceProxyRequestsParams) SetHTTPClient(client *http.Client)
- func (o *PutDeploymentResourceProxyRequestsParams) SetProxyPath(proxyPath string)
- func (o *PutDeploymentResourceProxyRequestsParams) SetRefID(refID string)
- func (o *PutDeploymentResourceProxyRequestsParams) SetResourceKind(resourceKind string)
- func (o *PutDeploymentResourceProxyRequestsParams) SetTimeout(timeout time.Duration)
- func (o *PutDeploymentResourceProxyRequestsParams) SetXManagementRequest(xManagementRequest string)
- func (o *PutDeploymentResourceProxyRequestsParams) WithBody(body string) *PutDeploymentResourceProxyRequestsParams
- func (o *PutDeploymentResourceProxyRequestsParams) WithContext(ctx context.Context) *PutDeploymentResourceProxyRequestsParams
- func (o *PutDeploymentResourceProxyRequestsParams) WithDefaults() *PutDeploymentResourceProxyRequestsParams
- func (o *PutDeploymentResourceProxyRequestsParams) WithDeploymentID(deploymentID string) *PutDeploymentResourceProxyRequestsParams
- func (o *PutDeploymentResourceProxyRequestsParams) WithHTTPClient(client *http.Client) *PutDeploymentResourceProxyRequestsParams
- func (o *PutDeploymentResourceProxyRequestsParams) WithProxyPath(proxyPath string) *PutDeploymentResourceProxyRequestsParams
- func (o *PutDeploymentResourceProxyRequestsParams) WithRefID(refID string) *PutDeploymentResourceProxyRequestsParams
- func (o *PutDeploymentResourceProxyRequestsParams) WithResourceKind(resourceKind string) *PutDeploymentResourceProxyRequestsParams
- func (o *PutDeploymentResourceProxyRequestsParams) WithTimeout(timeout time.Duration) *PutDeploymentResourceProxyRequestsParams
- func (o *PutDeploymentResourceProxyRequestsParams) WithXManagementRequest(xManagementRequest string) *PutDeploymentResourceProxyRequestsParams
- func (o *PutDeploymentResourceProxyRequestsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PutDeploymentResourceProxyRequestsReader
- type ResetElasticsearchUserPasswordInternalServerError
- func (o *ResetElasticsearchUserPasswordInternalServerError) Code() int
- func (o *ResetElasticsearchUserPasswordInternalServerError) Error() string
- func (o *ResetElasticsearchUserPasswordInternalServerError) GetPayload() *models.BasicFailedReply
- func (o *ResetElasticsearchUserPasswordInternalServerError) IsClientError() bool
- func (o *ResetElasticsearchUserPasswordInternalServerError) IsCode(code int) bool
- func (o *ResetElasticsearchUserPasswordInternalServerError) IsRedirect() bool
- func (o *ResetElasticsearchUserPasswordInternalServerError) IsServerError() bool
- func (o *ResetElasticsearchUserPasswordInternalServerError) IsSuccess() bool
- func (o *ResetElasticsearchUserPasswordInternalServerError) String() string
- type ResetElasticsearchUserPasswordNotFound
- func (o *ResetElasticsearchUserPasswordNotFound) Code() int
- func (o *ResetElasticsearchUserPasswordNotFound) Error() string
- func (o *ResetElasticsearchUserPasswordNotFound) GetPayload() *models.BasicFailedReply
- func (o *ResetElasticsearchUserPasswordNotFound) IsClientError() bool
- func (o *ResetElasticsearchUserPasswordNotFound) IsCode(code int) bool
- func (o *ResetElasticsearchUserPasswordNotFound) IsRedirect() bool
- func (o *ResetElasticsearchUserPasswordNotFound) IsServerError() bool
- func (o *ResetElasticsearchUserPasswordNotFound) IsSuccess() bool
- func (o *ResetElasticsearchUserPasswordNotFound) String() string
- type ResetElasticsearchUserPasswordOK
- func (o *ResetElasticsearchUserPasswordOK) Code() int
- func (o *ResetElasticsearchUserPasswordOK) Error() string
- func (o *ResetElasticsearchUserPasswordOK) GetPayload() *models.ElasticsearchElasticUserPasswordResetResponse
- func (o *ResetElasticsearchUserPasswordOK) IsClientError() bool
- func (o *ResetElasticsearchUserPasswordOK) IsCode(code int) bool
- func (o *ResetElasticsearchUserPasswordOK) IsRedirect() bool
- func (o *ResetElasticsearchUserPasswordOK) IsServerError() bool
- func (o *ResetElasticsearchUserPasswordOK) IsSuccess() bool
- func (o *ResetElasticsearchUserPasswordOK) String() string
- type ResetElasticsearchUserPasswordParams
- func NewResetElasticsearchUserPasswordParams() *ResetElasticsearchUserPasswordParams
- func NewResetElasticsearchUserPasswordParamsWithContext(ctx context.Context) *ResetElasticsearchUserPasswordParams
- func NewResetElasticsearchUserPasswordParamsWithHTTPClient(client *http.Client) *ResetElasticsearchUserPasswordParams
- func NewResetElasticsearchUserPasswordParamsWithTimeout(timeout time.Duration) *ResetElasticsearchUserPasswordParams
- func (o *ResetElasticsearchUserPasswordParams) SetCheckCompletion(checkCompletion *bool)
- func (o *ResetElasticsearchUserPasswordParams) SetContext(ctx context.Context)
- func (o *ResetElasticsearchUserPasswordParams) SetDefaults()
- func (o *ResetElasticsearchUserPasswordParams) SetDeploymentID(deploymentID string)
- func (o *ResetElasticsearchUserPasswordParams) SetHTTPClient(client *http.Client)
- func (o *ResetElasticsearchUserPasswordParams) SetRefID(refID string)
- func (o *ResetElasticsearchUserPasswordParams) SetTimeout(timeout time.Duration)
- func (o *ResetElasticsearchUserPasswordParams) WithCheckCompletion(checkCompletion *bool) *ResetElasticsearchUserPasswordParams
- func (o *ResetElasticsearchUserPasswordParams) WithContext(ctx context.Context) *ResetElasticsearchUserPasswordParams
- func (o *ResetElasticsearchUserPasswordParams) WithDefaults() *ResetElasticsearchUserPasswordParams
- func (o *ResetElasticsearchUserPasswordParams) WithDeploymentID(deploymentID string) *ResetElasticsearchUserPasswordParams
- func (o *ResetElasticsearchUserPasswordParams) WithHTTPClient(client *http.Client) *ResetElasticsearchUserPasswordParams
- func (o *ResetElasticsearchUserPasswordParams) WithRefID(refID string) *ResetElasticsearchUserPasswordParams
- func (o *ResetElasticsearchUserPasswordParams) WithTimeout(timeout time.Duration) *ResetElasticsearchUserPasswordParams
- func (o *ResetElasticsearchUserPasswordParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ResetElasticsearchUserPasswordReader
- type RestartDeploymentEsResourceAccepted
- func (o *RestartDeploymentEsResourceAccepted) Code() int
- func (o *RestartDeploymentEsResourceAccepted) Error() string
- func (o *RestartDeploymentEsResourceAccepted) GetPayload() *models.DeploymentResourceCommandResponse
- func (o *RestartDeploymentEsResourceAccepted) IsClientError() bool
- func (o *RestartDeploymentEsResourceAccepted) IsCode(code int) bool
- func (o *RestartDeploymentEsResourceAccepted) IsRedirect() bool
- func (o *RestartDeploymentEsResourceAccepted) IsServerError() bool
- func (o *RestartDeploymentEsResourceAccepted) IsSuccess() bool
- func (o *RestartDeploymentEsResourceAccepted) String() string
- type RestartDeploymentEsResourceInternalServerError
- func (o *RestartDeploymentEsResourceInternalServerError) Code() int
- func (o *RestartDeploymentEsResourceInternalServerError) Error() string
- func (o *RestartDeploymentEsResourceInternalServerError) GetPayload() *models.BasicFailedReply
- func (o *RestartDeploymentEsResourceInternalServerError) IsClientError() bool
- func (o *RestartDeploymentEsResourceInternalServerError) IsCode(code int) bool
- func (o *RestartDeploymentEsResourceInternalServerError) IsRedirect() bool
- func (o *RestartDeploymentEsResourceInternalServerError) IsServerError() bool
- func (o *RestartDeploymentEsResourceInternalServerError) IsSuccess() bool
- func (o *RestartDeploymentEsResourceInternalServerError) String() string
- type RestartDeploymentEsResourceNotFound
- func (o *RestartDeploymentEsResourceNotFound) Code() int
- func (o *RestartDeploymentEsResourceNotFound) Error() string
- func (o *RestartDeploymentEsResourceNotFound) GetPayload() *models.BasicFailedReply
- func (o *RestartDeploymentEsResourceNotFound) IsClientError() bool
- func (o *RestartDeploymentEsResourceNotFound) IsCode(code int) bool
- func (o *RestartDeploymentEsResourceNotFound) IsRedirect() bool
- func (o *RestartDeploymentEsResourceNotFound) IsServerError() bool
- func (o *RestartDeploymentEsResourceNotFound) IsSuccess() bool
- func (o *RestartDeploymentEsResourceNotFound) String() string
- type RestartDeploymentEsResourceParams
- func NewRestartDeploymentEsResourceParams() *RestartDeploymentEsResourceParams
- func NewRestartDeploymentEsResourceParamsWithContext(ctx context.Context) *RestartDeploymentEsResourceParams
- func NewRestartDeploymentEsResourceParamsWithHTTPClient(client *http.Client) *RestartDeploymentEsResourceParams
- func NewRestartDeploymentEsResourceParamsWithTimeout(timeout time.Duration) *RestartDeploymentEsResourceParams
- func (o *RestartDeploymentEsResourceParams) SetCancelPending(cancelPending *bool)
- func (o *RestartDeploymentEsResourceParams) SetContext(ctx context.Context)
- func (o *RestartDeploymentEsResourceParams) SetDefaults()
- func (o *RestartDeploymentEsResourceParams) SetDeploymentID(deploymentID string)
- func (o *RestartDeploymentEsResourceParams) SetGroupAttribute(groupAttribute *string)
- func (o *RestartDeploymentEsResourceParams) SetHTTPClient(client *http.Client)
- func (o *RestartDeploymentEsResourceParams) SetRefID(refID string)
- func (o *RestartDeploymentEsResourceParams) SetRestoreSnapshot(restoreSnapshot *bool)
- func (o *RestartDeploymentEsResourceParams) SetShardInitWaitTime(shardInitWaitTime *int64)
- func (o *RestartDeploymentEsResourceParams) SetSkipSnapshot(skipSnapshot *bool)
- func (o *RestartDeploymentEsResourceParams) SetTimeout(timeout time.Duration)
- func (o *RestartDeploymentEsResourceParams) WithCancelPending(cancelPending *bool) *RestartDeploymentEsResourceParams
- func (o *RestartDeploymentEsResourceParams) WithContext(ctx context.Context) *RestartDeploymentEsResourceParams
- func (o *RestartDeploymentEsResourceParams) WithDefaults() *RestartDeploymentEsResourceParams
- func (o *RestartDeploymentEsResourceParams) WithDeploymentID(deploymentID string) *RestartDeploymentEsResourceParams
- func (o *RestartDeploymentEsResourceParams) WithGroupAttribute(groupAttribute *string) *RestartDeploymentEsResourceParams
- func (o *RestartDeploymentEsResourceParams) WithHTTPClient(client *http.Client) *RestartDeploymentEsResourceParams
- func (o *RestartDeploymentEsResourceParams) WithRefID(refID string) *RestartDeploymentEsResourceParams
- func (o *RestartDeploymentEsResourceParams) WithRestoreSnapshot(restoreSnapshot *bool) *RestartDeploymentEsResourceParams
- func (o *RestartDeploymentEsResourceParams) WithShardInitWaitTime(shardInitWaitTime *int64) *RestartDeploymentEsResourceParams
- func (o *RestartDeploymentEsResourceParams) WithSkipSnapshot(skipSnapshot *bool) *RestartDeploymentEsResourceParams
- func (o *RestartDeploymentEsResourceParams) WithTimeout(timeout time.Duration) *RestartDeploymentEsResourceParams
- func (o *RestartDeploymentEsResourceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RestartDeploymentEsResourceReader
- type RestartDeploymentEsResourceUnprocessableEntity
- func (o *RestartDeploymentEsResourceUnprocessableEntity) Code() int
- func (o *RestartDeploymentEsResourceUnprocessableEntity) Error() string
- func (o *RestartDeploymentEsResourceUnprocessableEntity) GetPayload() *models.BasicFailedReply
- func (o *RestartDeploymentEsResourceUnprocessableEntity) IsClientError() bool
- func (o *RestartDeploymentEsResourceUnprocessableEntity) IsCode(code int) bool
- func (o *RestartDeploymentEsResourceUnprocessableEntity) IsRedirect() bool
- func (o *RestartDeploymentEsResourceUnprocessableEntity) IsServerError() bool
- func (o *RestartDeploymentEsResourceUnprocessableEntity) IsSuccess() bool
- func (o *RestartDeploymentEsResourceUnprocessableEntity) String() string
- type RestartDeploymentStatelessResourceAccepted
- func (o *RestartDeploymentStatelessResourceAccepted) Code() int
- func (o *RestartDeploymentStatelessResourceAccepted) Error() string
- func (o *RestartDeploymentStatelessResourceAccepted) GetPayload() *models.DeploymentResourceCommandResponse
- func (o *RestartDeploymentStatelessResourceAccepted) IsClientError() bool
- func (o *RestartDeploymentStatelessResourceAccepted) IsCode(code int) bool
- func (o *RestartDeploymentStatelessResourceAccepted) IsRedirect() bool
- func (o *RestartDeploymentStatelessResourceAccepted) IsServerError() bool
- func (o *RestartDeploymentStatelessResourceAccepted) IsSuccess() bool
- func (o *RestartDeploymentStatelessResourceAccepted) String() string
- type RestartDeploymentStatelessResourceInternalServerError
- func (o *RestartDeploymentStatelessResourceInternalServerError) Code() int
- func (o *RestartDeploymentStatelessResourceInternalServerError) Error() string
- func (o *RestartDeploymentStatelessResourceInternalServerError) GetPayload() *models.BasicFailedReply
- func (o *RestartDeploymentStatelessResourceInternalServerError) IsClientError() bool
- func (o *RestartDeploymentStatelessResourceInternalServerError) IsCode(code int) bool
- func (o *RestartDeploymentStatelessResourceInternalServerError) IsRedirect() bool
- func (o *RestartDeploymentStatelessResourceInternalServerError) IsServerError() bool
- func (o *RestartDeploymentStatelessResourceInternalServerError) IsSuccess() bool
- func (o *RestartDeploymentStatelessResourceInternalServerError) String() string
- type RestartDeploymentStatelessResourceNotFound
- func (o *RestartDeploymentStatelessResourceNotFound) Code() int
- func (o *RestartDeploymentStatelessResourceNotFound) Error() string
- func (o *RestartDeploymentStatelessResourceNotFound) GetPayload() *models.BasicFailedReply
- func (o *RestartDeploymentStatelessResourceNotFound) IsClientError() bool
- func (o *RestartDeploymentStatelessResourceNotFound) IsCode(code int) bool
- func (o *RestartDeploymentStatelessResourceNotFound) IsRedirect() bool
- func (o *RestartDeploymentStatelessResourceNotFound) IsServerError() bool
- func (o *RestartDeploymentStatelessResourceNotFound) IsSuccess() bool
- func (o *RestartDeploymentStatelessResourceNotFound) String() string
- type RestartDeploymentStatelessResourceParams
- func NewRestartDeploymentStatelessResourceParams() *RestartDeploymentStatelessResourceParams
- func NewRestartDeploymentStatelessResourceParamsWithContext(ctx context.Context) *RestartDeploymentStatelessResourceParams
- func NewRestartDeploymentStatelessResourceParamsWithHTTPClient(client *http.Client) *RestartDeploymentStatelessResourceParams
- func NewRestartDeploymentStatelessResourceParamsWithTimeout(timeout time.Duration) *RestartDeploymentStatelessResourceParams
- func (o *RestartDeploymentStatelessResourceParams) SetCancelPending(cancelPending *bool)
- func (o *RestartDeploymentStatelessResourceParams) SetContext(ctx context.Context)
- func (o *RestartDeploymentStatelessResourceParams) SetDefaults()
- func (o *RestartDeploymentStatelessResourceParams) SetDeploymentID(deploymentID string)
- func (o *RestartDeploymentStatelessResourceParams) SetHTTPClient(client *http.Client)
- func (o *RestartDeploymentStatelessResourceParams) SetRefID(refID string)
- func (o *RestartDeploymentStatelessResourceParams) SetStatelessResourceKind(statelessResourceKind string)
- func (o *RestartDeploymentStatelessResourceParams) SetTimeout(timeout time.Duration)
- func (o *RestartDeploymentStatelessResourceParams) WithCancelPending(cancelPending *bool) *RestartDeploymentStatelessResourceParams
- func (o *RestartDeploymentStatelessResourceParams) WithContext(ctx context.Context) *RestartDeploymentStatelessResourceParams
- func (o *RestartDeploymentStatelessResourceParams) WithDefaults() *RestartDeploymentStatelessResourceParams
- func (o *RestartDeploymentStatelessResourceParams) WithDeploymentID(deploymentID string) *RestartDeploymentStatelessResourceParams
- func (o *RestartDeploymentStatelessResourceParams) WithHTTPClient(client *http.Client) *RestartDeploymentStatelessResourceParams
- func (o *RestartDeploymentStatelessResourceParams) WithRefID(refID string) *RestartDeploymentStatelessResourceParams
- func (o *RestartDeploymentStatelessResourceParams) WithStatelessResourceKind(statelessResourceKind string) *RestartDeploymentStatelessResourceParams
- func (o *RestartDeploymentStatelessResourceParams) WithTimeout(timeout time.Duration) *RestartDeploymentStatelessResourceParams
- func (o *RestartDeploymentStatelessResourceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RestartDeploymentStatelessResourceReader
- type RestartDeploymentStatelessResourceUnprocessableEntity
- func (o *RestartDeploymentStatelessResourceUnprocessableEntity) Code() int
- func (o *RestartDeploymentStatelessResourceUnprocessableEntity) Error() string
- func (o *RestartDeploymentStatelessResourceUnprocessableEntity) GetPayload() *models.BasicFailedReply
- func (o *RestartDeploymentStatelessResourceUnprocessableEntity) IsClientError() bool
- func (o *RestartDeploymentStatelessResourceUnprocessableEntity) IsCode(code int) bool
- func (o *RestartDeploymentStatelessResourceUnprocessableEntity) IsRedirect() bool
- func (o *RestartDeploymentStatelessResourceUnprocessableEntity) IsServerError() bool
- func (o *RestartDeploymentStatelessResourceUnprocessableEntity) IsSuccess() bool
- func (o *RestartDeploymentStatelessResourceUnprocessableEntity) String() string
- type RestoreDeploymentBadRequest
- func (o *RestoreDeploymentBadRequest) Code() int
- func (o *RestoreDeploymentBadRequest) Error() string
- func (o *RestoreDeploymentBadRequest) GetPayload() *models.BasicFailedReply
- func (o *RestoreDeploymentBadRequest) IsClientError() bool
- func (o *RestoreDeploymentBadRequest) IsCode(code int) bool
- func (o *RestoreDeploymentBadRequest) IsRedirect() bool
- func (o *RestoreDeploymentBadRequest) IsServerError() bool
- func (o *RestoreDeploymentBadRequest) IsSuccess() bool
- func (o *RestoreDeploymentBadRequest) String() string
- type RestoreDeploymentNotFound
- func (o *RestoreDeploymentNotFound) Code() int
- func (o *RestoreDeploymentNotFound) Error() string
- func (o *RestoreDeploymentNotFound) GetPayload() *models.BasicFailedReply
- func (o *RestoreDeploymentNotFound) IsClientError() bool
- func (o *RestoreDeploymentNotFound) IsCode(code int) bool
- func (o *RestoreDeploymentNotFound) IsRedirect() bool
- func (o *RestoreDeploymentNotFound) IsServerError() bool
- func (o *RestoreDeploymentNotFound) IsSuccess() bool
- func (o *RestoreDeploymentNotFound) String() string
- type RestoreDeploymentOK
- func (o *RestoreDeploymentOK) Code() int
- func (o *RestoreDeploymentOK) Error() string
- func (o *RestoreDeploymentOK) GetPayload() *models.DeploymentRestoreResponse
- func (o *RestoreDeploymentOK) IsClientError() bool
- func (o *RestoreDeploymentOK) IsCode(code int) bool
- func (o *RestoreDeploymentOK) IsRedirect() bool
- func (o *RestoreDeploymentOK) IsServerError() bool
- func (o *RestoreDeploymentOK) IsSuccess() bool
- func (o *RestoreDeploymentOK) String() string
- type RestoreDeploymentParams
- func NewRestoreDeploymentParams() *RestoreDeploymentParams
- func NewRestoreDeploymentParamsWithContext(ctx context.Context) *RestoreDeploymentParams
- func NewRestoreDeploymentParamsWithHTTPClient(client *http.Client) *RestoreDeploymentParams
- func NewRestoreDeploymentParamsWithTimeout(timeout time.Duration) *RestoreDeploymentParams
- func (o *RestoreDeploymentParams) SetContext(ctx context.Context)
- func (o *RestoreDeploymentParams) SetDefaults()
- func (o *RestoreDeploymentParams) SetDeploymentID(deploymentID string)
- func (o *RestoreDeploymentParams) SetHTTPClient(client *http.Client)
- func (o *RestoreDeploymentParams) SetRestoreSnapshot(restoreSnapshot *bool)
- func (o *RestoreDeploymentParams) SetTimeout(timeout time.Duration)
- func (o *RestoreDeploymentParams) WithContext(ctx context.Context) *RestoreDeploymentParams
- func (o *RestoreDeploymentParams) WithDefaults() *RestoreDeploymentParams
- func (o *RestoreDeploymentParams) WithDeploymentID(deploymentID string) *RestoreDeploymentParams
- func (o *RestoreDeploymentParams) WithHTTPClient(client *http.Client) *RestoreDeploymentParams
- func (o *RestoreDeploymentParams) WithRestoreSnapshot(restoreSnapshot *bool) *RestoreDeploymentParams
- func (o *RestoreDeploymentParams) WithTimeout(timeout time.Duration) *RestoreDeploymentParams
- func (o *RestoreDeploymentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RestoreDeploymentReader
- type RestoreDeploymentResourceBadRequest
- func (o *RestoreDeploymentResourceBadRequest) Code() int
- func (o *RestoreDeploymentResourceBadRequest) Error() string
- func (o *RestoreDeploymentResourceBadRequest) GetPayload() *models.BasicFailedReply
- func (o *RestoreDeploymentResourceBadRequest) IsClientError() bool
- func (o *RestoreDeploymentResourceBadRequest) IsCode(code int) bool
- func (o *RestoreDeploymentResourceBadRequest) IsRedirect() bool
- func (o *RestoreDeploymentResourceBadRequest) IsServerError() bool
- func (o *RestoreDeploymentResourceBadRequest) IsSuccess() bool
- func (o *RestoreDeploymentResourceBadRequest) String() string
- type RestoreDeploymentResourceNotFound
- func (o *RestoreDeploymentResourceNotFound) Code() int
- func (o *RestoreDeploymentResourceNotFound) Error() string
- func (o *RestoreDeploymentResourceNotFound) GetPayload() *models.BasicFailedReply
- func (o *RestoreDeploymentResourceNotFound) IsClientError() bool
- func (o *RestoreDeploymentResourceNotFound) IsCode(code int) bool
- func (o *RestoreDeploymentResourceNotFound) IsRedirect() bool
- func (o *RestoreDeploymentResourceNotFound) IsServerError() bool
- func (o *RestoreDeploymentResourceNotFound) IsSuccess() bool
- func (o *RestoreDeploymentResourceNotFound) String() string
- type RestoreDeploymentResourceOK
- func (o *RestoreDeploymentResourceOK) Code() int
- func (o *RestoreDeploymentResourceOK) Error() string
- func (o *RestoreDeploymentResourceOK) GetPayload() *models.DeploymentResourceCrudResponse
- func (o *RestoreDeploymentResourceOK) IsClientError() bool
- func (o *RestoreDeploymentResourceOK) IsCode(code int) bool
- func (o *RestoreDeploymentResourceOK) IsRedirect() bool
- func (o *RestoreDeploymentResourceOK) IsServerError() bool
- func (o *RestoreDeploymentResourceOK) IsSuccess() bool
- func (o *RestoreDeploymentResourceOK) String() string
- type RestoreDeploymentResourceParams
- func NewRestoreDeploymentResourceParams() *RestoreDeploymentResourceParams
- func NewRestoreDeploymentResourceParamsWithContext(ctx context.Context) *RestoreDeploymentResourceParams
- func NewRestoreDeploymentResourceParamsWithHTTPClient(client *http.Client) *RestoreDeploymentResourceParams
- func NewRestoreDeploymentResourceParamsWithTimeout(timeout time.Duration) *RestoreDeploymentResourceParams
- func (o *RestoreDeploymentResourceParams) SetContext(ctx context.Context)
- func (o *RestoreDeploymentResourceParams) SetDefaults()
- func (o *RestoreDeploymentResourceParams) SetDeploymentID(deploymentID string)
- func (o *RestoreDeploymentResourceParams) SetHTTPClient(client *http.Client)
- func (o *RestoreDeploymentResourceParams) SetRefID(refID string)
- func (o *RestoreDeploymentResourceParams) SetResourceKind(resourceKind string)
- func (o *RestoreDeploymentResourceParams) SetRestoreSnapshot(restoreSnapshot *bool)
- func (o *RestoreDeploymentResourceParams) SetTimeout(timeout time.Duration)
- func (o *RestoreDeploymentResourceParams) WithContext(ctx context.Context) *RestoreDeploymentResourceParams
- func (o *RestoreDeploymentResourceParams) WithDefaults() *RestoreDeploymentResourceParams
- func (o *RestoreDeploymentResourceParams) WithDeploymentID(deploymentID string) *RestoreDeploymentResourceParams
- func (o *RestoreDeploymentResourceParams) WithHTTPClient(client *http.Client) *RestoreDeploymentResourceParams
- func (o *RestoreDeploymentResourceParams) WithRefID(refID string) *RestoreDeploymentResourceParams
- func (o *RestoreDeploymentResourceParams) WithResourceKind(resourceKind string) *RestoreDeploymentResourceParams
- func (o *RestoreDeploymentResourceParams) WithRestoreSnapshot(restoreSnapshot *bool) *RestoreDeploymentResourceParams
- func (o *RestoreDeploymentResourceParams) WithTimeout(timeout time.Duration) *RestoreDeploymentResourceParams
- func (o *RestoreDeploymentResourceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RestoreDeploymentResourceReader
- type RestoreDeploymentUnauthorized
- func (o *RestoreDeploymentUnauthorized) Code() int
- func (o *RestoreDeploymentUnauthorized) Error() string
- func (o *RestoreDeploymentUnauthorized) GetPayload() *models.BasicFailedReply
- func (o *RestoreDeploymentUnauthorized) IsClientError() bool
- func (o *RestoreDeploymentUnauthorized) IsCode(code int) bool
- func (o *RestoreDeploymentUnauthorized) IsRedirect() bool
- func (o *RestoreDeploymentUnauthorized) IsServerError() bool
- func (o *RestoreDeploymentUnauthorized) IsSuccess() bool
- func (o *RestoreDeploymentUnauthorized) String() string
- type ResyncDeploymentInternalServerError
- func (o *ResyncDeploymentInternalServerError) Code() int
- func (o *ResyncDeploymentInternalServerError) Error() string
- func (o *ResyncDeploymentInternalServerError) GetPayload() *models.BasicFailedReply
- func (o *ResyncDeploymentInternalServerError) IsClientError() bool
- func (o *ResyncDeploymentInternalServerError) IsCode(code int) bool
- func (o *ResyncDeploymentInternalServerError) IsRedirect() bool
- func (o *ResyncDeploymentInternalServerError) IsServerError() bool
- func (o *ResyncDeploymentInternalServerError) IsSuccess() bool
- func (o *ResyncDeploymentInternalServerError) String() string
- type ResyncDeploymentOK
- func (o *ResyncDeploymentOK) Code() int
- func (o *ResyncDeploymentOK) Error() string
- func (o *ResyncDeploymentOK) GetPayload() *models.IndexSynchronizationResults
- func (o *ResyncDeploymentOK) IsClientError() bool
- func (o *ResyncDeploymentOK) IsCode(code int) bool
- func (o *ResyncDeploymentOK) IsRedirect() bool
- func (o *ResyncDeploymentOK) IsServerError() bool
- func (o *ResyncDeploymentOK) IsSuccess() bool
- func (o *ResyncDeploymentOK) String() string
- type ResyncDeploymentParams
- func NewResyncDeploymentParams() *ResyncDeploymentParams
- func NewResyncDeploymentParamsWithContext(ctx context.Context) *ResyncDeploymentParams
- func NewResyncDeploymentParamsWithHTTPClient(client *http.Client) *ResyncDeploymentParams
- func NewResyncDeploymentParamsWithTimeout(timeout time.Duration) *ResyncDeploymentParams
- func (o *ResyncDeploymentParams) SetContext(ctx context.Context)
- func (o *ResyncDeploymentParams) SetDefaults()
- func (o *ResyncDeploymentParams) SetDeploymentID(deploymentID string)
- func (o *ResyncDeploymentParams) SetHTTPClient(client *http.Client)
- func (o *ResyncDeploymentParams) SetTimeout(timeout time.Duration)
- func (o *ResyncDeploymentParams) WithContext(ctx context.Context) *ResyncDeploymentParams
- func (o *ResyncDeploymentParams) WithDefaults() *ResyncDeploymentParams
- func (o *ResyncDeploymentParams) WithDeploymentID(deploymentID string) *ResyncDeploymentParams
- func (o *ResyncDeploymentParams) WithHTTPClient(client *http.Client) *ResyncDeploymentParams
- func (o *ResyncDeploymentParams) WithTimeout(timeout time.Duration) *ResyncDeploymentParams
- func (o *ResyncDeploymentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ResyncDeploymentReader
- type ResyncDeploymentsInternalServerError
- func (o *ResyncDeploymentsInternalServerError) Code() int
- func (o *ResyncDeploymentsInternalServerError) Error() string
- func (o *ResyncDeploymentsInternalServerError) GetPayload() *models.BasicFailedReply
- func (o *ResyncDeploymentsInternalServerError) IsClientError() bool
- func (o *ResyncDeploymentsInternalServerError) IsCode(code int) bool
- func (o *ResyncDeploymentsInternalServerError) IsRedirect() bool
- func (o *ResyncDeploymentsInternalServerError) IsServerError() bool
- func (o *ResyncDeploymentsInternalServerError) IsSuccess() bool
- func (o *ResyncDeploymentsInternalServerError) String() string
- type ResyncDeploymentsOK
- func (o *ResyncDeploymentsOK) Code() int
- func (o *ResyncDeploymentsOK) Error() string
- func (o *ResyncDeploymentsOK) GetPayload() *models.IndexSynchronizationResults
- func (o *ResyncDeploymentsOK) IsClientError() bool
- func (o *ResyncDeploymentsOK) IsCode(code int) bool
- func (o *ResyncDeploymentsOK) IsRedirect() bool
- func (o *ResyncDeploymentsOK) IsServerError() bool
- func (o *ResyncDeploymentsOK) IsSuccess() bool
- func (o *ResyncDeploymentsOK) String() string
- type ResyncDeploymentsParams
- func NewResyncDeploymentsParams() *ResyncDeploymentsParams
- func NewResyncDeploymentsParamsWithContext(ctx context.Context) *ResyncDeploymentsParams
- func NewResyncDeploymentsParamsWithHTTPClient(client *http.Client) *ResyncDeploymentsParams
- func NewResyncDeploymentsParamsWithTimeout(timeout time.Duration) *ResyncDeploymentsParams
- func (o *ResyncDeploymentsParams) SetContext(ctx context.Context)
- func (o *ResyncDeploymentsParams) SetDefaults()
- func (o *ResyncDeploymentsParams) SetHTTPClient(client *http.Client)
- func (o *ResyncDeploymentsParams) SetSkipMatchingVersion(skipMatchingVersion *bool)
- func (o *ResyncDeploymentsParams) SetTimeout(timeout time.Duration)
- func (o *ResyncDeploymentsParams) WithContext(ctx context.Context) *ResyncDeploymentsParams
- func (o *ResyncDeploymentsParams) WithDefaults() *ResyncDeploymentsParams
- func (o *ResyncDeploymentsParams) WithHTTPClient(client *http.Client) *ResyncDeploymentsParams
- func (o *ResyncDeploymentsParams) WithSkipMatchingVersion(skipMatchingVersion *bool) *ResyncDeploymentsParams
- func (o *ResyncDeploymentsParams) WithTimeout(timeout time.Duration) *ResyncDeploymentsParams
- func (o *ResyncDeploymentsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ResyncDeploymentsReader
- type SearchDeploymentsOK
- func (o *SearchDeploymentsOK) Code() int
- func (o *SearchDeploymentsOK) Error() string
- func (o *SearchDeploymentsOK) GetPayload() *models.DeploymentsSearchResponse
- func (o *SearchDeploymentsOK) IsClientError() bool
- func (o *SearchDeploymentsOK) IsCode(code int) bool
- func (o *SearchDeploymentsOK) IsRedirect() bool
- func (o *SearchDeploymentsOK) IsServerError() bool
- func (o *SearchDeploymentsOK) IsSuccess() bool
- func (o *SearchDeploymentsOK) String() string
- type SearchDeploymentsParams
- func NewSearchDeploymentsParams() *SearchDeploymentsParams
- func NewSearchDeploymentsParamsWithContext(ctx context.Context) *SearchDeploymentsParams
- func NewSearchDeploymentsParamsWithHTTPClient(client *http.Client) *SearchDeploymentsParams
- func NewSearchDeploymentsParamsWithTimeout(timeout time.Duration) *SearchDeploymentsParams
- func (o *SearchDeploymentsParams) SetBody(body *models.SearchRequest)
- func (o *SearchDeploymentsParams) SetContext(ctx context.Context)
- func (o *SearchDeploymentsParams) SetDefaults()
- func (o *SearchDeploymentsParams) SetHTTPClient(client *http.Client)
- func (o *SearchDeploymentsParams) SetMinimalMetadata(minimalMetadata *string)
- func (o *SearchDeploymentsParams) SetTimeout(timeout time.Duration)
- func (o *SearchDeploymentsParams) WithBody(body *models.SearchRequest) *SearchDeploymentsParams
- func (o *SearchDeploymentsParams) WithContext(ctx context.Context) *SearchDeploymentsParams
- func (o *SearchDeploymentsParams) WithDefaults() *SearchDeploymentsParams
- func (o *SearchDeploymentsParams) WithHTTPClient(client *http.Client) *SearchDeploymentsParams
- func (o *SearchDeploymentsParams) WithMinimalMetadata(minimalMetadata *string) *SearchDeploymentsParams
- func (o *SearchDeploymentsParams) WithTimeout(timeout time.Duration) *SearchDeploymentsParams
- func (o *SearchDeploymentsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SearchDeploymentsReader
- type SearchEligibleRemoteClustersBadRequest
- func (o *SearchEligibleRemoteClustersBadRequest) Code() int
- func (o *SearchEligibleRemoteClustersBadRequest) Error() string
- func (o *SearchEligibleRemoteClustersBadRequest) GetPayload() *models.BasicFailedReply
- func (o *SearchEligibleRemoteClustersBadRequest) IsClientError() bool
- func (o *SearchEligibleRemoteClustersBadRequest) IsCode(code int) bool
- func (o *SearchEligibleRemoteClustersBadRequest) IsRedirect() bool
- func (o *SearchEligibleRemoteClustersBadRequest) IsServerError() bool
- func (o *SearchEligibleRemoteClustersBadRequest) IsSuccess() bool
- func (o *SearchEligibleRemoteClustersBadRequest) String() string
- type SearchEligibleRemoteClustersOK
- func (o *SearchEligibleRemoteClustersOK) Code() int
- func (o *SearchEligibleRemoteClustersOK) Error() string
- func (o *SearchEligibleRemoteClustersOK) GetPayload() *models.DeploymentsSearchResponse
- func (o *SearchEligibleRemoteClustersOK) IsClientError() bool
- func (o *SearchEligibleRemoteClustersOK) IsCode(code int) bool
- func (o *SearchEligibleRemoteClustersOK) IsRedirect() bool
- func (o *SearchEligibleRemoteClustersOK) IsServerError() bool
- func (o *SearchEligibleRemoteClustersOK) IsSuccess() bool
- func (o *SearchEligibleRemoteClustersOK) String() string
- type SearchEligibleRemoteClustersParams
- func NewSearchEligibleRemoteClustersParams() *SearchEligibleRemoteClustersParams
- func NewSearchEligibleRemoteClustersParamsWithContext(ctx context.Context) *SearchEligibleRemoteClustersParams
- func NewSearchEligibleRemoteClustersParamsWithHTTPClient(client *http.Client) *SearchEligibleRemoteClustersParams
- func NewSearchEligibleRemoteClustersParamsWithTimeout(timeout time.Duration) *SearchEligibleRemoteClustersParams
- func (o *SearchEligibleRemoteClustersParams) SetBody(body *models.SearchRequest)
- func (o *SearchEligibleRemoteClustersParams) SetContext(ctx context.Context)
- func (o *SearchEligibleRemoteClustersParams) SetDefaults()
- func (o *SearchEligibleRemoteClustersParams) SetHTTPClient(client *http.Client)
- func (o *SearchEligibleRemoteClustersParams) SetTimeout(timeout time.Duration)
- func (o *SearchEligibleRemoteClustersParams) SetVersion(version string)
- func (o *SearchEligibleRemoteClustersParams) WithBody(body *models.SearchRequest) *SearchEligibleRemoteClustersParams
- func (o *SearchEligibleRemoteClustersParams) WithContext(ctx context.Context) *SearchEligibleRemoteClustersParams
- func (o *SearchEligibleRemoteClustersParams) WithDefaults() *SearchEligibleRemoteClustersParams
- func (o *SearchEligibleRemoteClustersParams) WithHTTPClient(client *http.Client) *SearchEligibleRemoteClustersParams
- func (o *SearchEligibleRemoteClustersParams) WithTimeout(timeout time.Duration) *SearchEligibleRemoteClustersParams
- func (o *SearchEligibleRemoteClustersParams) WithVersion(version string) *SearchEligibleRemoteClustersParams
- func (o *SearchEligibleRemoteClustersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SearchEligibleRemoteClustersReader
- type SetAllInstancesSettingsOverridesNotFound
- func (o *SetAllInstancesSettingsOverridesNotFound) Code() int
- func (o *SetAllInstancesSettingsOverridesNotFound) Error() string
- func (o *SetAllInstancesSettingsOverridesNotFound) GetPayload() *models.BasicFailedReply
- func (o *SetAllInstancesSettingsOverridesNotFound) IsClientError() bool
- func (o *SetAllInstancesSettingsOverridesNotFound) IsCode(code int) bool
- func (o *SetAllInstancesSettingsOverridesNotFound) IsRedirect() bool
- func (o *SetAllInstancesSettingsOverridesNotFound) IsServerError() bool
- func (o *SetAllInstancesSettingsOverridesNotFound) IsSuccess() bool
- func (o *SetAllInstancesSettingsOverridesNotFound) String() string
- type SetAllInstancesSettingsOverridesOK
- func (o *SetAllInstancesSettingsOverridesOK) Code() int
- func (o *SetAllInstancesSettingsOverridesOK) Error() string
- func (o *SetAllInstancesSettingsOverridesOK) GetPayload() *models.InstanceOverrides
- func (o *SetAllInstancesSettingsOverridesOK) IsClientError() bool
- func (o *SetAllInstancesSettingsOverridesOK) IsCode(code int) bool
- func (o *SetAllInstancesSettingsOverridesOK) IsRedirect() bool
- func (o *SetAllInstancesSettingsOverridesOK) IsServerError() bool
- func (o *SetAllInstancesSettingsOverridesOK) IsSuccess() bool
- func (o *SetAllInstancesSettingsOverridesOK) String() string
- type SetAllInstancesSettingsOverridesParams
- func NewSetAllInstancesSettingsOverridesParams() *SetAllInstancesSettingsOverridesParams
- func NewSetAllInstancesSettingsOverridesParamsWithContext(ctx context.Context) *SetAllInstancesSettingsOverridesParams
- func NewSetAllInstancesSettingsOverridesParamsWithHTTPClient(client *http.Client) *SetAllInstancesSettingsOverridesParams
- func NewSetAllInstancesSettingsOverridesParamsWithTimeout(timeout time.Duration) *SetAllInstancesSettingsOverridesParams
- func (o *SetAllInstancesSettingsOverridesParams) SetBody(body *models.InstanceOverrides)
- func (o *SetAllInstancesSettingsOverridesParams) SetContext(ctx context.Context)
- func (o *SetAllInstancesSettingsOverridesParams) SetDefaults()
- func (o *SetAllInstancesSettingsOverridesParams) SetDeploymentID(deploymentID string)
- func (o *SetAllInstancesSettingsOverridesParams) SetHTTPClient(client *http.Client)
- func (o *SetAllInstancesSettingsOverridesParams) SetRefID(refID string)
- func (o *SetAllInstancesSettingsOverridesParams) SetResourceKind(resourceKind string)
- func (o *SetAllInstancesSettingsOverridesParams) SetRestartAfterUpdate(restartAfterUpdate *bool)
- func (o *SetAllInstancesSettingsOverridesParams) SetTimeout(timeout time.Duration)
- func (o *SetAllInstancesSettingsOverridesParams) WithBody(body *models.InstanceOverrides) *SetAllInstancesSettingsOverridesParams
- func (o *SetAllInstancesSettingsOverridesParams) WithContext(ctx context.Context) *SetAllInstancesSettingsOverridesParams
- func (o *SetAllInstancesSettingsOverridesParams) WithDefaults() *SetAllInstancesSettingsOverridesParams
- func (o *SetAllInstancesSettingsOverridesParams) WithDeploymentID(deploymentID string) *SetAllInstancesSettingsOverridesParams
- func (o *SetAllInstancesSettingsOverridesParams) WithHTTPClient(client *http.Client) *SetAllInstancesSettingsOverridesParams
- func (o *SetAllInstancesSettingsOverridesParams) WithRefID(refID string) *SetAllInstancesSettingsOverridesParams
- func (o *SetAllInstancesSettingsOverridesParams) WithResourceKind(resourceKind string) *SetAllInstancesSettingsOverridesParams
- func (o *SetAllInstancesSettingsOverridesParams) WithRestartAfterUpdate(restartAfterUpdate *bool) *SetAllInstancesSettingsOverridesParams
- func (o *SetAllInstancesSettingsOverridesParams) WithTimeout(timeout time.Duration) *SetAllInstancesSettingsOverridesParams
- func (o *SetAllInstancesSettingsOverridesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SetAllInstancesSettingsOverridesReader
- type SetAppsearchReadOnlyModeInternalServerError
- func (o *SetAppsearchReadOnlyModeInternalServerError) Code() int
- func (o *SetAppsearchReadOnlyModeInternalServerError) Error() string
- func (o *SetAppsearchReadOnlyModeInternalServerError) GetPayload() *models.BasicFailedReply
- func (o *SetAppsearchReadOnlyModeInternalServerError) IsClientError() bool
- func (o *SetAppsearchReadOnlyModeInternalServerError) IsCode(code int) bool
- func (o *SetAppsearchReadOnlyModeInternalServerError) IsRedirect() bool
- func (o *SetAppsearchReadOnlyModeInternalServerError) IsServerError() bool
- func (o *SetAppsearchReadOnlyModeInternalServerError) IsSuccess() bool
- func (o *SetAppsearchReadOnlyModeInternalServerError) String() string
- type SetAppsearchReadOnlyModeNotFound
- func (o *SetAppsearchReadOnlyModeNotFound) Code() int
- func (o *SetAppsearchReadOnlyModeNotFound) Error() string
- func (o *SetAppsearchReadOnlyModeNotFound) GetPayload() *models.BasicFailedReply
- func (o *SetAppsearchReadOnlyModeNotFound) IsClientError() bool
- func (o *SetAppsearchReadOnlyModeNotFound) IsCode(code int) bool
- func (o *SetAppsearchReadOnlyModeNotFound) IsRedirect() bool
- func (o *SetAppsearchReadOnlyModeNotFound) IsServerError() bool
- func (o *SetAppsearchReadOnlyModeNotFound) IsSuccess() bool
- func (o *SetAppsearchReadOnlyModeNotFound) String() string
- type SetAppsearchReadOnlyModeOK
- func (o *SetAppsearchReadOnlyModeOK) Code() int
- func (o *SetAppsearchReadOnlyModeOK) Error() string
- func (o *SetAppsearchReadOnlyModeOK) GetPayload() *models.ReadOnlyResponse
- func (o *SetAppsearchReadOnlyModeOK) IsClientError() bool
- func (o *SetAppsearchReadOnlyModeOK) IsCode(code int) bool
- func (o *SetAppsearchReadOnlyModeOK) IsRedirect() bool
- func (o *SetAppsearchReadOnlyModeOK) IsServerError() bool
- func (o *SetAppsearchReadOnlyModeOK) IsSuccess() bool
- func (o *SetAppsearchReadOnlyModeOK) String() string
- type SetAppsearchReadOnlyModeParams
- func NewSetAppsearchReadOnlyModeParams() *SetAppsearchReadOnlyModeParams
- func NewSetAppsearchReadOnlyModeParamsWithContext(ctx context.Context) *SetAppsearchReadOnlyModeParams
- func NewSetAppsearchReadOnlyModeParamsWithHTTPClient(client *http.Client) *SetAppsearchReadOnlyModeParams
- func NewSetAppsearchReadOnlyModeParamsWithTimeout(timeout time.Duration) *SetAppsearchReadOnlyModeParams
- func (o *SetAppsearchReadOnlyModeParams) SetBody(body *models.ReadOnlyRequest)
- func (o *SetAppsearchReadOnlyModeParams) SetContext(ctx context.Context)
- func (o *SetAppsearchReadOnlyModeParams) SetDefaults()
- func (o *SetAppsearchReadOnlyModeParams) SetDeploymentID(deploymentID string)
- func (o *SetAppsearchReadOnlyModeParams) SetHTTPClient(client *http.Client)
- func (o *SetAppsearchReadOnlyModeParams) SetRefID(refID string)
- func (o *SetAppsearchReadOnlyModeParams) SetTimeout(timeout time.Duration)
- func (o *SetAppsearchReadOnlyModeParams) WithBody(body *models.ReadOnlyRequest) *SetAppsearchReadOnlyModeParams
- func (o *SetAppsearchReadOnlyModeParams) WithContext(ctx context.Context) *SetAppsearchReadOnlyModeParams
- func (o *SetAppsearchReadOnlyModeParams) WithDefaults() *SetAppsearchReadOnlyModeParams
- func (o *SetAppsearchReadOnlyModeParams) WithDeploymentID(deploymentID string) *SetAppsearchReadOnlyModeParams
- func (o *SetAppsearchReadOnlyModeParams) WithHTTPClient(client *http.Client) *SetAppsearchReadOnlyModeParams
- func (o *SetAppsearchReadOnlyModeParams) WithRefID(refID string) *SetAppsearchReadOnlyModeParams
- func (o *SetAppsearchReadOnlyModeParams) WithTimeout(timeout time.Duration) *SetAppsearchReadOnlyModeParams
- func (o *SetAppsearchReadOnlyModeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SetAppsearchReadOnlyModeReader
- type SetDeploymentEsResourceKeystoreInternalServerError
- func (o *SetDeploymentEsResourceKeystoreInternalServerError) Code() int
- func (o *SetDeploymentEsResourceKeystoreInternalServerError) Error() string
- func (o *SetDeploymentEsResourceKeystoreInternalServerError) GetPayload() *models.BasicFailedReply
- func (o *SetDeploymentEsResourceKeystoreInternalServerError) IsClientError() bool
- func (o *SetDeploymentEsResourceKeystoreInternalServerError) IsCode(code int) bool
- func (o *SetDeploymentEsResourceKeystoreInternalServerError) IsRedirect() bool
- func (o *SetDeploymentEsResourceKeystoreInternalServerError) IsServerError() bool
- func (o *SetDeploymentEsResourceKeystoreInternalServerError) IsSuccess() bool
- func (o *SetDeploymentEsResourceKeystoreInternalServerError) String() string
- type SetDeploymentEsResourceKeystoreNotFound
- func (o *SetDeploymentEsResourceKeystoreNotFound) Code() int
- func (o *SetDeploymentEsResourceKeystoreNotFound) Error() string
- func (o *SetDeploymentEsResourceKeystoreNotFound) GetPayload() *models.BasicFailedReply
- func (o *SetDeploymentEsResourceKeystoreNotFound) IsClientError() bool
- func (o *SetDeploymentEsResourceKeystoreNotFound) IsCode(code int) bool
- func (o *SetDeploymentEsResourceKeystoreNotFound) IsRedirect() bool
- func (o *SetDeploymentEsResourceKeystoreNotFound) IsServerError() bool
- func (o *SetDeploymentEsResourceKeystoreNotFound) IsSuccess() bool
- func (o *SetDeploymentEsResourceKeystoreNotFound) String() string
- type SetDeploymentEsResourceKeystoreOK
- func (o *SetDeploymentEsResourceKeystoreOK) Code() int
- func (o *SetDeploymentEsResourceKeystoreOK) Error() string
- func (o *SetDeploymentEsResourceKeystoreOK) GetPayload() *models.KeystoreContents
- func (o *SetDeploymentEsResourceKeystoreOK) IsClientError() bool
- func (o *SetDeploymentEsResourceKeystoreOK) IsCode(code int) bool
- func (o *SetDeploymentEsResourceKeystoreOK) IsRedirect() bool
- func (o *SetDeploymentEsResourceKeystoreOK) IsServerError() bool
- func (o *SetDeploymentEsResourceKeystoreOK) IsSuccess() bool
- func (o *SetDeploymentEsResourceKeystoreOK) String() string
- type SetDeploymentEsResourceKeystoreParams
- func NewSetDeploymentEsResourceKeystoreParams() *SetDeploymentEsResourceKeystoreParams
- func NewSetDeploymentEsResourceKeystoreParamsWithContext(ctx context.Context) *SetDeploymentEsResourceKeystoreParams
- func NewSetDeploymentEsResourceKeystoreParamsWithHTTPClient(client *http.Client) *SetDeploymentEsResourceKeystoreParams
- func NewSetDeploymentEsResourceKeystoreParamsWithTimeout(timeout time.Duration) *SetDeploymentEsResourceKeystoreParams
- func (o *SetDeploymentEsResourceKeystoreParams) SetBody(body *models.KeystoreContents)
- func (o *SetDeploymentEsResourceKeystoreParams) SetContext(ctx context.Context)
- func (o *SetDeploymentEsResourceKeystoreParams) SetDefaults()
- func (o *SetDeploymentEsResourceKeystoreParams) SetDeploymentID(deploymentID string)
- func (o *SetDeploymentEsResourceKeystoreParams) SetHTTPClient(client *http.Client)
- func (o *SetDeploymentEsResourceKeystoreParams) SetRefID(refID string)
- func (o *SetDeploymentEsResourceKeystoreParams) SetTimeout(timeout time.Duration)
- func (o *SetDeploymentEsResourceKeystoreParams) WithBody(body *models.KeystoreContents) *SetDeploymentEsResourceKeystoreParams
- func (o *SetDeploymentEsResourceKeystoreParams) WithContext(ctx context.Context) *SetDeploymentEsResourceKeystoreParams
- func (o *SetDeploymentEsResourceKeystoreParams) WithDefaults() *SetDeploymentEsResourceKeystoreParams
- func (o *SetDeploymentEsResourceKeystoreParams) WithDeploymentID(deploymentID string) *SetDeploymentEsResourceKeystoreParams
- func (o *SetDeploymentEsResourceKeystoreParams) WithHTTPClient(client *http.Client) *SetDeploymentEsResourceKeystoreParams
- func (o *SetDeploymentEsResourceKeystoreParams) WithRefID(refID string) *SetDeploymentEsResourceKeystoreParams
- func (o *SetDeploymentEsResourceKeystoreParams) WithTimeout(timeout time.Duration) *SetDeploymentEsResourceKeystoreParams
- func (o *SetDeploymentEsResourceKeystoreParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SetDeploymentEsResourceKeystoreReader
- type SetDeploymentEsResourceRemoteClustersAccepted
- func (o *SetDeploymentEsResourceRemoteClustersAccepted) Code() int
- func (o *SetDeploymentEsResourceRemoteClustersAccepted) Error() string
- func (o *SetDeploymentEsResourceRemoteClustersAccepted) GetPayload() models.EmptyResponse
- func (o *SetDeploymentEsResourceRemoteClustersAccepted) IsClientError() bool
- func (o *SetDeploymentEsResourceRemoteClustersAccepted) IsCode(code int) bool
- func (o *SetDeploymentEsResourceRemoteClustersAccepted) IsRedirect() bool
- func (o *SetDeploymentEsResourceRemoteClustersAccepted) IsServerError() bool
- func (o *SetDeploymentEsResourceRemoteClustersAccepted) IsSuccess() bool
- func (o *SetDeploymentEsResourceRemoteClustersAccepted) String() string
- type SetDeploymentEsResourceRemoteClustersNotFound
- func (o *SetDeploymentEsResourceRemoteClustersNotFound) Code() int
- func (o *SetDeploymentEsResourceRemoteClustersNotFound) Error() string
- func (o *SetDeploymentEsResourceRemoteClustersNotFound) GetPayload() *models.BasicFailedReply
- func (o *SetDeploymentEsResourceRemoteClustersNotFound) IsClientError() bool
- func (o *SetDeploymentEsResourceRemoteClustersNotFound) IsCode(code int) bool
- func (o *SetDeploymentEsResourceRemoteClustersNotFound) IsRedirect() bool
- func (o *SetDeploymentEsResourceRemoteClustersNotFound) IsServerError() bool
- func (o *SetDeploymentEsResourceRemoteClustersNotFound) IsSuccess() bool
- func (o *SetDeploymentEsResourceRemoteClustersNotFound) String() string
- type SetDeploymentEsResourceRemoteClustersParams
- func NewSetDeploymentEsResourceRemoteClustersParams() *SetDeploymentEsResourceRemoteClustersParams
- func NewSetDeploymentEsResourceRemoteClustersParamsWithContext(ctx context.Context) *SetDeploymentEsResourceRemoteClustersParams
- func NewSetDeploymentEsResourceRemoteClustersParamsWithHTTPClient(client *http.Client) *SetDeploymentEsResourceRemoteClustersParams
- func NewSetDeploymentEsResourceRemoteClustersParamsWithTimeout(timeout time.Duration) *SetDeploymentEsResourceRemoteClustersParams
- func (o *SetDeploymentEsResourceRemoteClustersParams) SetBody(body *models.RemoteResources)
- func (o *SetDeploymentEsResourceRemoteClustersParams) SetContext(ctx context.Context)
- func (o *SetDeploymentEsResourceRemoteClustersParams) SetDefaults()
- func (o *SetDeploymentEsResourceRemoteClustersParams) SetDeploymentID(deploymentID string)
- func (o *SetDeploymentEsResourceRemoteClustersParams) SetHTTPClient(client *http.Client)
- func (o *SetDeploymentEsResourceRemoteClustersParams) SetRefID(refID string)
- func (o *SetDeploymentEsResourceRemoteClustersParams) SetTimeout(timeout time.Duration)
- func (o *SetDeploymentEsResourceRemoteClustersParams) WithBody(body *models.RemoteResources) *SetDeploymentEsResourceRemoteClustersParams
- func (o *SetDeploymentEsResourceRemoteClustersParams) WithContext(ctx context.Context) *SetDeploymentEsResourceRemoteClustersParams
- func (o *SetDeploymentEsResourceRemoteClustersParams) WithDefaults() *SetDeploymentEsResourceRemoteClustersParams
- func (o *SetDeploymentEsResourceRemoteClustersParams) WithDeploymentID(deploymentID string) *SetDeploymentEsResourceRemoteClustersParams
- func (o *SetDeploymentEsResourceRemoteClustersParams) WithHTTPClient(client *http.Client) *SetDeploymentEsResourceRemoteClustersParams
- func (o *SetDeploymentEsResourceRemoteClustersParams) WithRefID(refID string) *SetDeploymentEsResourceRemoteClustersParams
- func (o *SetDeploymentEsResourceRemoteClustersParams) WithTimeout(timeout time.Duration) *SetDeploymentEsResourceRemoteClustersParams
- func (o *SetDeploymentEsResourceRemoteClustersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SetDeploymentEsResourceRemoteClustersReader
- type SetDeploymentResourceRawMetadataBadRequest
- func (o *SetDeploymentResourceRawMetadataBadRequest) Code() int
- func (o *SetDeploymentResourceRawMetadataBadRequest) Error() string
- func (o *SetDeploymentResourceRawMetadataBadRequest) GetPayload() *models.BasicFailedReply
- func (o *SetDeploymentResourceRawMetadataBadRequest) IsClientError() bool
- func (o *SetDeploymentResourceRawMetadataBadRequest) IsCode(code int) bool
- func (o *SetDeploymentResourceRawMetadataBadRequest) IsRedirect() bool
- func (o *SetDeploymentResourceRawMetadataBadRequest) IsServerError() bool
- func (o *SetDeploymentResourceRawMetadataBadRequest) IsSuccess() bool
- func (o *SetDeploymentResourceRawMetadataBadRequest) String() string
- type SetDeploymentResourceRawMetadataInternalServerError
- func (o *SetDeploymentResourceRawMetadataInternalServerError) Code() int
- func (o *SetDeploymentResourceRawMetadataInternalServerError) Error() string
- func (o *SetDeploymentResourceRawMetadataInternalServerError) GetPayload() *models.BasicFailedReply
- func (o *SetDeploymentResourceRawMetadataInternalServerError) IsClientError() bool
- func (o *SetDeploymentResourceRawMetadataInternalServerError) IsCode(code int) bool
- func (o *SetDeploymentResourceRawMetadataInternalServerError) IsRedirect() bool
- func (o *SetDeploymentResourceRawMetadataInternalServerError) IsServerError() bool
- func (o *SetDeploymentResourceRawMetadataInternalServerError) IsSuccess() bool
- func (o *SetDeploymentResourceRawMetadataInternalServerError) String() string
- type SetDeploymentResourceRawMetadataNotFound
- func (o *SetDeploymentResourceRawMetadataNotFound) Code() int
- func (o *SetDeploymentResourceRawMetadataNotFound) Error() string
- func (o *SetDeploymentResourceRawMetadataNotFound) GetPayload() *models.BasicFailedReply
- func (o *SetDeploymentResourceRawMetadataNotFound) IsClientError() bool
- func (o *SetDeploymentResourceRawMetadataNotFound) IsCode(code int) bool
- func (o *SetDeploymentResourceRawMetadataNotFound) IsRedirect() bool
- func (o *SetDeploymentResourceRawMetadataNotFound) IsServerError() bool
- func (o *SetDeploymentResourceRawMetadataNotFound) IsSuccess() bool
- func (o *SetDeploymentResourceRawMetadataNotFound) String() string
- type SetDeploymentResourceRawMetadataOK
- func (o *SetDeploymentResourceRawMetadataOK) Code() int
- func (o *SetDeploymentResourceRawMetadataOK) Error() string
- func (o *SetDeploymentResourceRawMetadataOK) GetPayload() string
- func (o *SetDeploymentResourceRawMetadataOK) IsClientError() bool
- func (o *SetDeploymentResourceRawMetadataOK) IsCode(code int) bool
- func (o *SetDeploymentResourceRawMetadataOK) IsRedirect() bool
- func (o *SetDeploymentResourceRawMetadataOK) IsServerError() bool
- func (o *SetDeploymentResourceRawMetadataOK) IsSuccess() bool
- func (o *SetDeploymentResourceRawMetadataOK) String() string
- type SetDeploymentResourceRawMetadataParams
- func NewSetDeploymentResourceRawMetadataParams() *SetDeploymentResourceRawMetadataParams
- func NewSetDeploymentResourceRawMetadataParamsWithContext(ctx context.Context) *SetDeploymentResourceRawMetadataParams
- func NewSetDeploymentResourceRawMetadataParamsWithHTTPClient(client *http.Client) *SetDeploymentResourceRawMetadataParams
- func NewSetDeploymentResourceRawMetadataParamsWithTimeout(timeout time.Duration) *SetDeploymentResourceRawMetadataParams
- func (o *SetDeploymentResourceRawMetadataParams) SetBody(body string)
- func (o *SetDeploymentResourceRawMetadataParams) SetContext(ctx context.Context)
- func (o *SetDeploymentResourceRawMetadataParams) SetDefaults()
- func (o *SetDeploymentResourceRawMetadataParams) SetDeploymentID(deploymentID string)
- func (o *SetDeploymentResourceRawMetadataParams) SetHTTPClient(client *http.Client)
- func (o *SetDeploymentResourceRawMetadataParams) SetRefID(refID string)
- func (o *SetDeploymentResourceRawMetadataParams) SetResourceKind(resourceKind string)
- func (o *SetDeploymentResourceRawMetadataParams) SetTimeout(timeout time.Duration)
- func (o *SetDeploymentResourceRawMetadataParams) SetVersion(version *string)
- func (o *SetDeploymentResourceRawMetadataParams) WithBody(body string) *SetDeploymentResourceRawMetadataParams
- func (o *SetDeploymentResourceRawMetadataParams) WithContext(ctx context.Context) *SetDeploymentResourceRawMetadataParams
- func (o *SetDeploymentResourceRawMetadataParams) WithDefaults() *SetDeploymentResourceRawMetadataParams
- func (o *SetDeploymentResourceRawMetadataParams) WithDeploymentID(deploymentID string) *SetDeploymentResourceRawMetadataParams
- func (o *SetDeploymentResourceRawMetadataParams) WithHTTPClient(client *http.Client) *SetDeploymentResourceRawMetadataParams
- func (o *SetDeploymentResourceRawMetadataParams) WithRefID(refID string) *SetDeploymentResourceRawMetadataParams
- func (o *SetDeploymentResourceRawMetadataParams) WithResourceKind(resourceKind string) *SetDeploymentResourceRawMetadataParams
- func (o *SetDeploymentResourceRawMetadataParams) WithTimeout(timeout time.Duration) *SetDeploymentResourceRawMetadataParams
- func (o *SetDeploymentResourceRawMetadataParams) WithVersion(version *string) *SetDeploymentResourceRawMetadataParams
- func (o *SetDeploymentResourceRawMetadataParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SetDeploymentResourceRawMetadataReader
- type SetDeploymentResourceRawMetadataRetryWith
- func (o *SetDeploymentResourceRawMetadataRetryWith) Code() int
- func (o *SetDeploymentResourceRawMetadataRetryWith) Error() string
- func (o *SetDeploymentResourceRawMetadataRetryWith) GetPayload() *models.BasicFailedReply
- func (o *SetDeploymentResourceRawMetadataRetryWith) IsClientError() bool
- func (o *SetDeploymentResourceRawMetadataRetryWith) IsCode(code int) bool
- func (o *SetDeploymentResourceRawMetadataRetryWith) IsRedirect() bool
- func (o *SetDeploymentResourceRawMetadataRetryWith) IsServerError() bool
- func (o *SetDeploymentResourceRawMetadataRetryWith) IsSuccess() bool
- func (o *SetDeploymentResourceRawMetadataRetryWith) String() string
- type SetInstanceSettingsOverridesNotFound
- func (o *SetInstanceSettingsOverridesNotFound) Code() int
- func (o *SetInstanceSettingsOverridesNotFound) Error() string
- func (o *SetInstanceSettingsOverridesNotFound) GetPayload() *models.BasicFailedReply
- func (o *SetInstanceSettingsOverridesNotFound) IsClientError() bool
- func (o *SetInstanceSettingsOverridesNotFound) IsCode(code int) bool
- func (o *SetInstanceSettingsOverridesNotFound) IsRedirect() bool
- func (o *SetInstanceSettingsOverridesNotFound) IsServerError() bool
- func (o *SetInstanceSettingsOverridesNotFound) IsSuccess() bool
- func (o *SetInstanceSettingsOverridesNotFound) String() string
- type SetInstanceSettingsOverridesOK
- func (o *SetInstanceSettingsOverridesOK) Code() int
- func (o *SetInstanceSettingsOverridesOK) Error() string
- func (o *SetInstanceSettingsOverridesOK) GetPayload() *models.InstanceOverrides
- func (o *SetInstanceSettingsOverridesOK) IsClientError() bool
- func (o *SetInstanceSettingsOverridesOK) IsCode(code int) bool
- func (o *SetInstanceSettingsOverridesOK) IsRedirect() bool
- func (o *SetInstanceSettingsOverridesOK) IsServerError() bool
- func (o *SetInstanceSettingsOverridesOK) IsSuccess() bool
- func (o *SetInstanceSettingsOverridesOK) String() string
- type SetInstanceSettingsOverridesParams
- func NewSetInstanceSettingsOverridesParams() *SetInstanceSettingsOverridesParams
- func NewSetInstanceSettingsOverridesParamsWithContext(ctx context.Context) *SetInstanceSettingsOverridesParams
- func NewSetInstanceSettingsOverridesParamsWithHTTPClient(client *http.Client) *SetInstanceSettingsOverridesParams
- func NewSetInstanceSettingsOverridesParamsWithTimeout(timeout time.Duration) *SetInstanceSettingsOverridesParams
- func (o *SetInstanceSettingsOverridesParams) SetBody(body *models.InstanceOverrides)
- func (o *SetInstanceSettingsOverridesParams) SetContext(ctx context.Context)
- func (o *SetInstanceSettingsOverridesParams) SetDefaults()
- func (o *SetInstanceSettingsOverridesParams) SetDeploymentID(deploymentID string)
- func (o *SetInstanceSettingsOverridesParams) SetHTTPClient(client *http.Client)
- func (o *SetInstanceSettingsOverridesParams) SetIgnoreMissing(ignoreMissing *bool)
- func (o *SetInstanceSettingsOverridesParams) SetInstanceIds(instanceIds []string)
- func (o *SetInstanceSettingsOverridesParams) SetRefID(refID string)
- func (o *SetInstanceSettingsOverridesParams) SetResourceKind(resourceKind string)
- func (o *SetInstanceSettingsOverridesParams) SetRestartAfterUpdate(restartAfterUpdate *bool)
- func (o *SetInstanceSettingsOverridesParams) SetTimeout(timeout time.Duration)
- func (o *SetInstanceSettingsOverridesParams) WithBody(body *models.InstanceOverrides) *SetInstanceSettingsOverridesParams
- func (o *SetInstanceSettingsOverridesParams) WithContext(ctx context.Context) *SetInstanceSettingsOverridesParams
- func (o *SetInstanceSettingsOverridesParams) WithDefaults() *SetInstanceSettingsOverridesParams
- func (o *SetInstanceSettingsOverridesParams) WithDeploymentID(deploymentID string) *SetInstanceSettingsOverridesParams
- func (o *SetInstanceSettingsOverridesParams) WithHTTPClient(client *http.Client) *SetInstanceSettingsOverridesParams
- func (o *SetInstanceSettingsOverridesParams) WithIgnoreMissing(ignoreMissing *bool) *SetInstanceSettingsOverridesParams
- func (o *SetInstanceSettingsOverridesParams) WithInstanceIds(instanceIds []string) *SetInstanceSettingsOverridesParams
- func (o *SetInstanceSettingsOverridesParams) WithRefID(refID string) *SetInstanceSettingsOverridesParams
- func (o *SetInstanceSettingsOverridesParams) WithResourceKind(resourceKind string) *SetInstanceSettingsOverridesParams
- func (o *SetInstanceSettingsOverridesParams) WithRestartAfterUpdate(restartAfterUpdate *bool) *SetInstanceSettingsOverridesParams
- func (o *SetInstanceSettingsOverridesParams) WithTimeout(timeout time.Duration) *SetInstanceSettingsOverridesParams
- func (o *SetInstanceSettingsOverridesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SetInstanceSettingsOverridesReader
- type ShutdownDeploymentBadRequest
- func (o *ShutdownDeploymentBadRequest) Code() int
- func (o *ShutdownDeploymentBadRequest) Error() string
- func (o *ShutdownDeploymentBadRequest) GetPayload() *models.BasicFailedReply
- func (o *ShutdownDeploymentBadRequest) IsClientError() bool
- func (o *ShutdownDeploymentBadRequest) IsCode(code int) bool
- func (o *ShutdownDeploymentBadRequest) IsRedirect() bool
- func (o *ShutdownDeploymentBadRequest) IsServerError() bool
- func (o *ShutdownDeploymentBadRequest) IsSuccess() bool
- func (o *ShutdownDeploymentBadRequest) String() string
- type ShutdownDeploymentEsResourceBadRequest
- func (o *ShutdownDeploymentEsResourceBadRequest) Code() int
- func (o *ShutdownDeploymentEsResourceBadRequest) Error() string
- func (o *ShutdownDeploymentEsResourceBadRequest) GetPayload() *models.BasicFailedReply
- func (o *ShutdownDeploymentEsResourceBadRequest) IsClientError() bool
- func (o *ShutdownDeploymentEsResourceBadRequest) IsCode(code int) bool
- func (o *ShutdownDeploymentEsResourceBadRequest) IsRedirect() bool
- func (o *ShutdownDeploymentEsResourceBadRequest) IsServerError() bool
- func (o *ShutdownDeploymentEsResourceBadRequest) IsSuccess() bool
- func (o *ShutdownDeploymentEsResourceBadRequest) String() string
- type ShutdownDeploymentEsResourceInternalServerError
- func (o *ShutdownDeploymentEsResourceInternalServerError) Code() int
- func (o *ShutdownDeploymentEsResourceInternalServerError) Error() string
- func (o *ShutdownDeploymentEsResourceInternalServerError) GetPayload() *models.BasicFailedReply
- func (o *ShutdownDeploymentEsResourceInternalServerError) IsClientError() bool
- func (o *ShutdownDeploymentEsResourceInternalServerError) IsCode(code int) bool
- func (o *ShutdownDeploymentEsResourceInternalServerError) IsRedirect() bool
- func (o *ShutdownDeploymentEsResourceInternalServerError) IsServerError() bool
- func (o *ShutdownDeploymentEsResourceInternalServerError) IsSuccess() bool
- func (o *ShutdownDeploymentEsResourceInternalServerError) String() string
- type ShutdownDeploymentEsResourceNotFound
- func (o *ShutdownDeploymentEsResourceNotFound) Code() int
- func (o *ShutdownDeploymentEsResourceNotFound) Error() string
- func (o *ShutdownDeploymentEsResourceNotFound) GetPayload() *models.BasicFailedReply
- func (o *ShutdownDeploymentEsResourceNotFound) IsClientError() bool
- func (o *ShutdownDeploymentEsResourceNotFound) IsCode(code int) bool
- func (o *ShutdownDeploymentEsResourceNotFound) IsRedirect() bool
- func (o *ShutdownDeploymentEsResourceNotFound) IsServerError() bool
- func (o *ShutdownDeploymentEsResourceNotFound) IsSuccess() bool
- func (o *ShutdownDeploymentEsResourceNotFound) String() string
- type ShutdownDeploymentEsResourceOK
- func (o *ShutdownDeploymentEsResourceOK) Code() int
- func (o *ShutdownDeploymentEsResourceOK) Error() string
- func (o *ShutdownDeploymentEsResourceOK) GetPayload() *models.DeploymentResourceCommandResponse
- func (o *ShutdownDeploymentEsResourceOK) IsClientError() bool
- func (o *ShutdownDeploymentEsResourceOK) IsCode(code int) bool
- func (o *ShutdownDeploymentEsResourceOK) IsRedirect() bool
- func (o *ShutdownDeploymentEsResourceOK) IsServerError() bool
- func (o *ShutdownDeploymentEsResourceOK) IsSuccess() bool
- func (o *ShutdownDeploymentEsResourceOK) String() string
- type ShutdownDeploymentEsResourceParams
- func NewShutdownDeploymentEsResourceParams() *ShutdownDeploymentEsResourceParams
- func NewShutdownDeploymentEsResourceParamsWithContext(ctx context.Context) *ShutdownDeploymentEsResourceParams
- func NewShutdownDeploymentEsResourceParamsWithHTTPClient(client *http.Client) *ShutdownDeploymentEsResourceParams
- func NewShutdownDeploymentEsResourceParamsWithTimeout(timeout time.Duration) *ShutdownDeploymentEsResourceParams
- func (o *ShutdownDeploymentEsResourceParams) SetContext(ctx context.Context)
- func (o *ShutdownDeploymentEsResourceParams) SetDefaults()
- func (o *ShutdownDeploymentEsResourceParams) SetDeploymentID(deploymentID string)
- func (o *ShutdownDeploymentEsResourceParams) SetHTTPClient(client *http.Client)
- func (o *ShutdownDeploymentEsResourceParams) SetHide(hide *bool)
- func (o *ShutdownDeploymentEsResourceParams) SetRefID(refID string)
- func (o *ShutdownDeploymentEsResourceParams) SetSkipSnapshot(skipSnapshot *bool)
- func (o *ShutdownDeploymentEsResourceParams) SetTimeout(timeout time.Duration)
- func (o *ShutdownDeploymentEsResourceParams) WithContext(ctx context.Context) *ShutdownDeploymentEsResourceParams
- func (o *ShutdownDeploymentEsResourceParams) WithDefaults() *ShutdownDeploymentEsResourceParams
- func (o *ShutdownDeploymentEsResourceParams) WithDeploymentID(deploymentID string) *ShutdownDeploymentEsResourceParams
- func (o *ShutdownDeploymentEsResourceParams) WithHTTPClient(client *http.Client) *ShutdownDeploymentEsResourceParams
- func (o *ShutdownDeploymentEsResourceParams) WithHide(hide *bool) *ShutdownDeploymentEsResourceParams
- func (o *ShutdownDeploymentEsResourceParams) WithRefID(refID string) *ShutdownDeploymentEsResourceParams
- func (o *ShutdownDeploymentEsResourceParams) WithSkipSnapshot(skipSnapshot *bool) *ShutdownDeploymentEsResourceParams
- func (o *ShutdownDeploymentEsResourceParams) WithTimeout(timeout time.Duration) *ShutdownDeploymentEsResourceParams
- func (o *ShutdownDeploymentEsResourceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ShutdownDeploymentEsResourceReader
- type ShutdownDeploymentNotFound
- func (o *ShutdownDeploymentNotFound) Code() int
- func (o *ShutdownDeploymentNotFound) Error() string
- func (o *ShutdownDeploymentNotFound) GetPayload() *models.BasicFailedReply
- func (o *ShutdownDeploymentNotFound) IsClientError() bool
- func (o *ShutdownDeploymentNotFound) IsCode(code int) bool
- func (o *ShutdownDeploymentNotFound) IsRedirect() bool
- func (o *ShutdownDeploymentNotFound) IsServerError() bool
- func (o *ShutdownDeploymentNotFound) IsSuccess() bool
- func (o *ShutdownDeploymentNotFound) String() string
- type ShutdownDeploymentOK
- func (o *ShutdownDeploymentOK) Code() int
- func (o *ShutdownDeploymentOK) Error() string
- func (o *ShutdownDeploymentOK) GetPayload() *models.DeploymentShutdownResponse
- func (o *ShutdownDeploymentOK) IsClientError() bool
- func (o *ShutdownDeploymentOK) IsCode(code int) bool
- func (o *ShutdownDeploymentOK) IsRedirect() bool
- func (o *ShutdownDeploymentOK) IsServerError() bool
- func (o *ShutdownDeploymentOK) IsSuccess() bool
- func (o *ShutdownDeploymentOK) String() string
- type ShutdownDeploymentParams
- func NewShutdownDeploymentParams() *ShutdownDeploymentParams
- func NewShutdownDeploymentParamsWithContext(ctx context.Context) *ShutdownDeploymentParams
- func NewShutdownDeploymentParamsWithHTTPClient(client *http.Client) *ShutdownDeploymentParams
- func NewShutdownDeploymentParamsWithTimeout(timeout time.Duration) *ShutdownDeploymentParams
- func (o *ShutdownDeploymentParams) SetContext(ctx context.Context)
- func (o *ShutdownDeploymentParams) SetDefaults()
- func (o *ShutdownDeploymentParams) SetDeploymentID(deploymentID string)
- func (o *ShutdownDeploymentParams) SetHTTPClient(client *http.Client)
- func (o *ShutdownDeploymentParams) SetHide(hide *bool)
- func (o *ShutdownDeploymentParams) SetSkipSnapshot(skipSnapshot *bool)
- func (o *ShutdownDeploymentParams) SetTimeout(timeout time.Duration)
- func (o *ShutdownDeploymentParams) WithContext(ctx context.Context) *ShutdownDeploymentParams
- func (o *ShutdownDeploymentParams) WithDefaults() *ShutdownDeploymentParams
- func (o *ShutdownDeploymentParams) WithDeploymentID(deploymentID string) *ShutdownDeploymentParams
- func (o *ShutdownDeploymentParams) WithHTTPClient(client *http.Client) *ShutdownDeploymentParams
- func (o *ShutdownDeploymentParams) WithHide(hide *bool) *ShutdownDeploymentParams
- func (o *ShutdownDeploymentParams) WithSkipSnapshot(skipSnapshot *bool) *ShutdownDeploymentParams
- func (o *ShutdownDeploymentParams) WithTimeout(timeout time.Duration) *ShutdownDeploymentParams
- func (o *ShutdownDeploymentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ShutdownDeploymentReader
- type ShutdownDeploymentStatelessResourceBadRequest
- func (o *ShutdownDeploymentStatelessResourceBadRequest) Code() int
- func (o *ShutdownDeploymentStatelessResourceBadRequest) Error() string
- func (o *ShutdownDeploymentStatelessResourceBadRequest) GetPayload() *models.BasicFailedReply
- func (o *ShutdownDeploymentStatelessResourceBadRequest) IsClientError() bool
- func (o *ShutdownDeploymentStatelessResourceBadRequest) IsCode(code int) bool
- func (o *ShutdownDeploymentStatelessResourceBadRequest) IsRedirect() bool
- func (o *ShutdownDeploymentStatelessResourceBadRequest) IsServerError() bool
- func (o *ShutdownDeploymentStatelessResourceBadRequest) IsSuccess() bool
- func (o *ShutdownDeploymentStatelessResourceBadRequest) String() string
- type ShutdownDeploymentStatelessResourceInternalServerError
- func (o *ShutdownDeploymentStatelessResourceInternalServerError) Code() int
- func (o *ShutdownDeploymentStatelessResourceInternalServerError) Error() string
- func (o *ShutdownDeploymentStatelessResourceInternalServerError) GetPayload() *models.BasicFailedReply
- func (o *ShutdownDeploymentStatelessResourceInternalServerError) IsClientError() bool
- func (o *ShutdownDeploymentStatelessResourceInternalServerError) IsCode(code int) bool
- func (o *ShutdownDeploymentStatelessResourceInternalServerError) IsRedirect() bool
- func (o *ShutdownDeploymentStatelessResourceInternalServerError) IsServerError() bool
- func (o *ShutdownDeploymentStatelessResourceInternalServerError) IsSuccess() bool
- func (o *ShutdownDeploymentStatelessResourceInternalServerError) String() string
- type ShutdownDeploymentStatelessResourceNotFound
- func (o *ShutdownDeploymentStatelessResourceNotFound) Code() int
- func (o *ShutdownDeploymentStatelessResourceNotFound) Error() string
- func (o *ShutdownDeploymentStatelessResourceNotFound) GetPayload() *models.BasicFailedReply
- func (o *ShutdownDeploymentStatelessResourceNotFound) IsClientError() bool
- func (o *ShutdownDeploymentStatelessResourceNotFound) IsCode(code int) bool
- func (o *ShutdownDeploymentStatelessResourceNotFound) IsRedirect() bool
- func (o *ShutdownDeploymentStatelessResourceNotFound) IsServerError() bool
- func (o *ShutdownDeploymentStatelessResourceNotFound) IsSuccess() bool
- func (o *ShutdownDeploymentStatelessResourceNotFound) String() string
- type ShutdownDeploymentStatelessResourceOK
- func (o *ShutdownDeploymentStatelessResourceOK) Code() int
- func (o *ShutdownDeploymentStatelessResourceOK) Error() string
- func (o *ShutdownDeploymentStatelessResourceOK) GetPayload() *models.DeploymentResourceCommandResponse
- func (o *ShutdownDeploymentStatelessResourceOK) IsClientError() bool
- func (o *ShutdownDeploymentStatelessResourceOK) IsCode(code int) bool
- func (o *ShutdownDeploymentStatelessResourceOK) IsRedirect() bool
- func (o *ShutdownDeploymentStatelessResourceOK) IsServerError() bool
- func (o *ShutdownDeploymentStatelessResourceOK) IsSuccess() bool
- func (o *ShutdownDeploymentStatelessResourceOK) String() string
- type ShutdownDeploymentStatelessResourceParams
- func NewShutdownDeploymentStatelessResourceParams() *ShutdownDeploymentStatelessResourceParams
- func NewShutdownDeploymentStatelessResourceParamsWithContext(ctx context.Context) *ShutdownDeploymentStatelessResourceParams
- func NewShutdownDeploymentStatelessResourceParamsWithHTTPClient(client *http.Client) *ShutdownDeploymentStatelessResourceParams
- func NewShutdownDeploymentStatelessResourceParamsWithTimeout(timeout time.Duration) *ShutdownDeploymentStatelessResourceParams
- func (o *ShutdownDeploymentStatelessResourceParams) SetContext(ctx context.Context)
- func (o *ShutdownDeploymentStatelessResourceParams) SetDefaults()
- func (o *ShutdownDeploymentStatelessResourceParams) SetDeploymentID(deploymentID string)
- func (o *ShutdownDeploymentStatelessResourceParams) SetHTTPClient(client *http.Client)
- func (o *ShutdownDeploymentStatelessResourceParams) SetHide(hide *bool)
- func (o *ShutdownDeploymentStatelessResourceParams) SetRefID(refID string)
- func (o *ShutdownDeploymentStatelessResourceParams) SetSkipSnapshot(skipSnapshot *bool)
- func (o *ShutdownDeploymentStatelessResourceParams) SetStatelessResourceKind(statelessResourceKind string)
- func (o *ShutdownDeploymentStatelessResourceParams) SetTimeout(timeout time.Duration)
- func (o *ShutdownDeploymentStatelessResourceParams) WithContext(ctx context.Context) *ShutdownDeploymentStatelessResourceParams
- func (o *ShutdownDeploymentStatelessResourceParams) WithDefaults() *ShutdownDeploymentStatelessResourceParams
- func (o *ShutdownDeploymentStatelessResourceParams) WithDeploymentID(deploymentID string) *ShutdownDeploymentStatelessResourceParams
- func (o *ShutdownDeploymentStatelessResourceParams) WithHTTPClient(client *http.Client) *ShutdownDeploymentStatelessResourceParams
- func (o *ShutdownDeploymentStatelessResourceParams) WithHide(hide *bool) *ShutdownDeploymentStatelessResourceParams
- func (o *ShutdownDeploymentStatelessResourceParams) WithRefID(refID string) *ShutdownDeploymentStatelessResourceParams
- func (o *ShutdownDeploymentStatelessResourceParams) WithSkipSnapshot(skipSnapshot *bool) *ShutdownDeploymentStatelessResourceParams
- func (o *ShutdownDeploymentStatelessResourceParams) WithStatelessResourceKind(statelessResourceKind string) *ShutdownDeploymentStatelessResourceParams
- func (o *ShutdownDeploymentStatelessResourceParams) WithTimeout(timeout time.Duration) *ShutdownDeploymentStatelessResourceParams
- func (o *ShutdownDeploymentStatelessResourceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ShutdownDeploymentStatelessResourceReader
- type ShutdownDeploymentUnauthorized
- func (o *ShutdownDeploymentUnauthorized) Code() int
- func (o *ShutdownDeploymentUnauthorized) Error() string
- func (o *ShutdownDeploymentUnauthorized) GetPayload() *models.BasicFailedReply
- func (o *ShutdownDeploymentUnauthorized) IsClientError() bool
- func (o *ShutdownDeploymentUnauthorized) IsCode(code int) bool
- func (o *ShutdownDeploymentUnauthorized) IsRedirect() bool
- func (o *ShutdownDeploymentUnauthorized) IsServerError() bool
- func (o *ShutdownDeploymentUnauthorized) IsSuccess() bool
- func (o *ShutdownDeploymentUnauthorized) String() string
- type StartDeploymentResourceInstancesAccepted
- func (o *StartDeploymentResourceInstancesAccepted) Code() int
- func (o *StartDeploymentResourceInstancesAccepted) Error() string
- func (o *StartDeploymentResourceInstancesAccepted) GetPayload() *models.DeploymentResourceCommandResponse
- func (o *StartDeploymentResourceInstancesAccepted) IsClientError() bool
- func (o *StartDeploymentResourceInstancesAccepted) IsCode(code int) bool
- func (o *StartDeploymentResourceInstancesAccepted) IsRedirect() bool
- func (o *StartDeploymentResourceInstancesAccepted) IsServerError() bool
- func (o *StartDeploymentResourceInstancesAccepted) IsSuccess() bool
- func (o *StartDeploymentResourceInstancesAccepted) String() string
- type StartDeploymentResourceInstancesAllAccepted
- func (o *StartDeploymentResourceInstancesAllAccepted) Code() int
- func (o *StartDeploymentResourceInstancesAllAccepted) Error() string
- func (o *StartDeploymentResourceInstancesAllAccepted) GetPayload() *models.DeploymentResourceCommandResponse
- func (o *StartDeploymentResourceInstancesAllAccepted) IsClientError() bool
- func (o *StartDeploymentResourceInstancesAllAccepted) IsCode(code int) bool
- func (o *StartDeploymentResourceInstancesAllAccepted) IsRedirect() bool
- func (o *StartDeploymentResourceInstancesAllAccepted) IsServerError() bool
- func (o *StartDeploymentResourceInstancesAllAccepted) IsSuccess() bool
- func (o *StartDeploymentResourceInstancesAllAccepted) String() string
- type StartDeploymentResourceInstancesAllForbidden
- func (o *StartDeploymentResourceInstancesAllForbidden) Code() int
- func (o *StartDeploymentResourceInstancesAllForbidden) Error() string
- func (o *StartDeploymentResourceInstancesAllForbidden) GetPayload() *models.BasicFailedReply
- func (o *StartDeploymentResourceInstancesAllForbidden) IsClientError() bool
- func (o *StartDeploymentResourceInstancesAllForbidden) IsCode(code int) bool
- func (o *StartDeploymentResourceInstancesAllForbidden) IsRedirect() bool
- func (o *StartDeploymentResourceInstancesAllForbidden) IsServerError() bool
- func (o *StartDeploymentResourceInstancesAllForbidden) IsSuccess() bool
- func (o *StartDeploymentResourceInstancesAllForbidden) String() string
- type StartDeploymentResourceInstancesAllInternalServerError
- func (o *StartDeploymentResourceInstancesAllInternalServerError) Code() int
- func (o *StartDeploymentResourceInstancesAllInternalServerError) Error() string
- func (o *StartDeploymentResourceInstancesAllInternalServerError) GetPayload() *models.BasicFailedReply
- func (o *StartDeploymentResourceInstancesAllInternalServerError) IsClientError() bool
- func (o *StartDeploymentResourceInstancesAllInternalServerError) IsCode(code int) bool
- func (o *StartDeploymentResourceInstancesAllInternalServerError) IsRedirect() bool
- func (o *StartDeploymentResourceInstancesAllInternalServerError) IsServerError() bool
- func (o *StartDeploymentResourceInstancesAllInternalServerError) IsSuccess() bool
- func (o *StartDeploymentResourceInstancesAllInternalServerError) String() string
- type StartDeploymentResourceInstancesAllMaintenanceModeAccepted
- func (o *StartDeploymentResourceInstancesAllMaintenanceModeAccepted) Code() int
- func (o *StartDeploymentResourceInstancesAllMaintenanceModeAccepted) Error() string
- func (o *StartDeploymentResourceInstancesAllMaintenanceModeAccepted) GetPayload() *models.DeploymentResourceCommandResponse
- func (o *StartDeploymentResourceInstancesAllMaintenanceModeAccepted) IsClientError() bool
- func (o *StartDeploymentResourceInstancesAllMaintenanceModeAccepted) IsCode(code int) bool
- func (o *StartDeploymentResourceInstancesAllMaintenanceModeAccepted) IsRedirect() bool
- func (o *StartDeploymentResourceInstancesAllMaintenanceModeAccepted) IsServerError() bool
- func (o *StartDeploymentResourceInstancesAllMaintenanceModeAccepted) IsSuccess() bool
- func (o *StartDeploymentResourceInstancesAllMaintenanceModeAccepted) String() string
- type StartDeploymentResourceInstancesAllMaintenanceModeForbidden
- func (o *StartDeploymentResourceInstancesAllMaintenanceModeForbidden) Code() int
- func (o *StartDeploymentResourceInstancesAllMaintenanceModeForbidden) Error() string
- func (o *StartDeploymentResourceInstancesAllMaintenanceModeForbidden) GetPayload() *models.BasicFailedReply
- func (o *StartDeploymentResourceInstancesAllMaintenanceModeForbidden) IsClientError() bool
- func (o *StartDeploymentResourceInstancesAllMaintenanceModeForbidden) IsCode(code int) bool
- func (o *StartDeploymentResourceInstancesAllMaintenanceModeForbidden) IsRedirect() bool
- func (o *StartDeploymentResourceInstancesAllMaintenanceModeForbidden) IsServerError() bool
- func (o *StartDeploymentResourceInstancesAllMaintenanceModeForbidden) IsSuccess() bool
- func (o *StartDeploymentResourceInstancesAllMaintenanceModeForbidden) String() string
- type StartDeploymentResourceInstancesAllMaintenanceModeInternalServerError
- func (o *StartDeploymentResourceInstancesAllMaintenanceModeInternalServerError) Code() int
- func (o *StartDeploymentResourceInstancesAllMaintenanceModeInternalServerError) Error() string
- func (o *StartDeploymentResourceInstancesAllMaintenanceModeInternalServerError) GetPayload() *models.BasicFailedReply
- func (o *StartDeploymentResourceInstancesAllMaintenanceModeInternalServerError) IsClientError() bool
- func (o *StartDeploymentResourceInstancesAllMaintenanceModeInternalServerError) IsCode(code int) bool
- func (o *StartDeploymentResourceInstancesAllMaintenanceModeInternalServerError) IsRedirect() bool
- func (o *StartDeploymentResourceInstancesAllMaintenanceModeInternalServerError) IsServerError() bool
- func (o *StartDeploymentResourceInstancesAllMaintenanceModeInternalServerError) IsSuccess() bool
- func (o *StartDeploymentResourceInstancesAllMaintenanceModeInternalServerError) String() string
- type StartDeploymentResourceInstancesAllMaintenanceModeNotFound
- func (o *StartDeploymentResourceInstancesAllMaintenanceModeNotFound) Code() int
- func (o *StartDeploymentResourceInstancesAllMaintenanceModeNotFound) Error() string
- func (o *StartDeploymentResourceInstancesAllMaintenanceModeNotFound) GetPayload() *models.BasicFailedReply
- func (o *StartDeploymentResourceInstancesAllMaintenanceModeNotFound) IsClientError() bool
- func (o *StartDeploymentResourceInstancesAllMaintenanceModeNotFound) IsCode(code int) bool
- func (o *StartDeploymentResourceInstancesAllMaintenanceModeNotFound) IsRedirect() bool
- func (o *StartDeploymentResourceInstancesAllMaintenanceModeNotFound) IsServerError() bool
- func (o *StartDeploymentResourceInstancesAllMaintenanceModeNotFound) IsSuccess() bool
- func (o *StartDeploymentResourceInstancesAllMaintenanceModeNotFound) String() string
- type StartDeploymentResourceInstancesAllMaintenanceModeParams
- func NewStartDeploymentResourceInstancesAllMaintenanceModeParams() *StartDeploymentResourceInstancesAllMaintenanceModeParams
- func NewStartDeploymentResourceInstancesAllMaintenanceModeParamsWithContext(ctx context.Context) *StartDeploymentResourceInstancesAllMaintenanceModeParams
- func NewStartDeploymentResourceInstancesAllMaintenanceModeParamsWithHTTPClient(client *http.Client) *StartDeploymentResourceInstancesAllMaintenanceModeParams
- func NewStartDeploymentResourceInstancesAllMaintenanceModeParamsWithTimeout(timeout time.Duration) *StartDeploymentResourceInstancesAllMaintenanceModeParams
- func (o *StartDeploymentResourceInstancesAllMaintenanceModeParams) SetContext(ctx context.Context)
- func (o *StartDeploymentResourceInstancesAllMaintenanceModeParams) SetDefaults()
- func (o *StartDeploymentResourceInstancesAllMaintenanceModeParams) SetDeploymentID(deploymentID string)
- func (o *StartDeploymentResourceInstancesAllMaintenanceModeParams) SetHTTPClient(client *http.Client)
- func (o *StartDeploymentResourceInstancesAllMaintenanceModeParams) SetRefID(refID string)
- func (o *StartDeploymentResourceInstancesAllMaintenanceModeParams) SetResourceKind(resourceKind string)
- func (o *StartDeploymentResourceInstancesAllMaintenanceModeParams) SetTimeout(timeout time.Duration)
- func (o *StartDeploymentResourceInstancesAllMaintenanceModeParams) WithContext(ctx context.Context) *StartDeploymentResourceInstancesAllMaintenanceModeParams
- func (o *StartDeploymentResourceInstancesAllMaintenanceModeParams) WithDefaults() *StartDeploymentResourceInstancesAllMaintenanceModeParams
- func (o *StartDeploymentResourceInstancesAllMaintenanceModeParams) WithDeploymentID(deploymentID string) *StartDeploymentResourceInstancesAllMaintenanceModeParams
- func (o *StartDeploymentResourceInstancesAllMaintenanceModeParams) WithHTTPClient(client *http.Client) *StartDeploymentResourceInstancesAllMaintenanceModeParams
- func (o *StartDeploymentResourceInstancesAllMaintenanceModeParams) WithRefID(refID string) *StartDeploymentResourceInstancesAllMaintenanceModeParams
- func (o *StartDeploymentResourceInstancesAllMaintenanceModeParams) WithResourceKind(resourceKind string) *StartDeploymentResourceInstancesAllMaintenanceModeParams
- func (o *StartDeploymentResourceInstancesAllMaintenanceModeParams) WithTimeout(timeout time.Duration) *StartDeploymentResourceInstancesAllMaintenanceModeParams
- func (o *StartDeploymentResourceInstancesAllMaintenanceModeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type StartDeploymentResourceInstancesAllMaintenanceModeReader
- type StartDeploymentResourceInstancesAllNotFound
- func (o *StartDeploymentResourceInstancesAllNotFound) Code() int
- func (o *StartDeploymentResourceInstancesAllNotFound) Error() string
- func (o *StartDeploymentResourceInstancesAllNotFound) GetPayload() *models.BasicFailedReply
- func (o *StartDeploymentResourceInstancesAllNotFound) IsClientError() bool
- func (o *StartDeploymentResourceInstancesAllNotFound) IsCode(code int) bool
- func (o *StartDeploymentResourceInstancesAllNotFound) IsRedirect() bool
- func (o *StartDeploymentResourceInstancesAllNotFound) IsServerError() bool
- func (o *StartDeploymentResourceInstancesAllNotFound) IsSuccess() bool
- func (o *StartDeploymentResourceInstancesAllNotFound) String() string
- type StartDeploymentResourceInstancesAllParams
- func NewStartDeploymentResourceInstancesAllParams() *StartDeploymentResourceInstancesAllParams
- func NewStartDeploymentResourceInstancesAllParamsWithContext(ctx context.Context) *StartDeploymentResourceInstancesAllParams
- func NewStartDeploymentResourceInstancesAllParamsWithHTTPClient(client *http.Client) *StartDeploymentResourceInstancesAllParams
- func NewStartDeploymentResourceInstancesAllParamsWithTimeout(timeout time.Duration) *StartDeploymentResourceInstancesAllParams
- func (o *StartDeploymentResourceInstancesAllParams) SetContext(ctx context.Context)
- func (o *StartDeploymentResourceInstancesAllParams) SetDefaults()
- func (o *StartDeploymentResourceInstancesAllParams) SetDeploymentID(deploymentID string)
- func (o *StartDeploymentResourceInstancesAllParams) SetHTTPClient(client *http.Client)
- func (o *StartDeploymentResourceInstancesAllParams) SetRefID(refID string)
- func (o *StartDeploymentResourceInstancesAllParams) SetResourceKind(resourceKind string)
- func (o *StartDeploymentResourceInstancesAllParams) SetTimeout(timeout time.Duration)
- func (o *StartDeploymentResourceInstancesAllParams) WithContext(ctx context.Context) *StartDeploymentResourceInstancesAllParams
- func (o *StartDeploymentResourceInstancesAllParams) WithDefaults() *StartDeploymentResourceInstancesAllParams
- func (o *StartDeploymentResourceInstancesAllParams) WithDeploymentID(deploymentID string) *StartDeploymentResourceInstancesAllParams
- func (o *StartDeploymentResourceInstancesAllParams) WithHTTPClient(client *http.Client) *StartDeploymentResourceInstancesAllParams
- func (o *StartDeploymentResourceInstancesAllParams) WithRefID(refID string) *StartDeploymentResourceInstancesAllParams
- func (o *StartDeploymentResourceInstancesAllParams) WithResourceKind(resourceKind string) *StartDeploymentResourceInstancesAllParams
- func (o *StartDeploymentResourceInstancesAllParams) WithTimeout(timeout time.Duration) *StartDeploymentResourceInstancesAllParams
- func (o *StartDeploymentResourceInstancesAllParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type StartDeploymentResourceInstancesAllReader
- type StartDeploymentResourceInstancesForbidden
- func (o *StartDeploymentResourceInstancesForbidden) Code() int
- func (o *StartDeploymentResourceInstancesForbidden) Error() string
- func (o *StartDeploymentResourceInstancesForbidden) GetPayload() *models.BasicFailedReply
- func (o *StartDeploymentResourceInstancesForbidden) IsClientError() bool
- func (o *StartDeploymentResourceInstancesForbidden) IsCode(code int) bool
- func (o *StartDeploymentResourceInstancesForbidden) IsRedirect() bool
- func (o *StartDeploymentResourceInstancesForbidden) IsServerError() bool
- func (o *StartDeploymentResourceInstancesForbidden) IsSuccess() bool
- func (o *StartDeploymentResourceInstancesForbidden) String() string
- type StartDeploymentResourceInstancesInternalServerError
- func (o *StartDeploymentResourceInstancesInternalServerError) Code() int
- func (o *StartDeploymentResourceInstancesInternalServerError) Error() string
- func (o *StartDeploymentResourceInstancesInternalServerError) GetPayload() *models.BasicFailedReply
- func (o *StartDeploymentResourceInstancesInternalServerError) IsClientError() bool
- func (o *StartDeploymentResourceInstancesInternalServerError) IsCode(code int) bool
- func (o *StartDeploymentResourceInstancesInternalServerError) IsRedirect() bool
- func (o *StartDeploymentResourceInstancesInternalServerError) IsServerError() bool
- func (o *StartDeploymentResourceInstancesInternalServerError) IsSuccess() bool
- func (o *StartDeploymentResourceInstancesInternalServerError) String() string
- type StartDeploymentResourceInstancesNotFound
- func (o *StartDeploymentResourceInstancesNotFound) Code() int
- func (o *StartDeploymentResourceInstancesNotFound) Error() string
- func (o *StartDeploymentResourceInstancesNotFound) GetPayload() *models.BasicFailedReply
- func (o *StartDeploymentResourceInstancesNotFound) IsClientError() bool
- func (o *StartDeploymentResourceInstancesNotFound) IsCode(code int) bool
- func (o *StartDeploymentResourceInstancesNotFound) IsRedirect() bool
- func (o *StartDeploymentResourceInstancesNotFound) IsServerError() bool
- func (o *StartDeploymentResourceInstancesNotFound) IsSuccess() bool
- func (o *StartDeploymentResourceInstancesNotFound) String() string
- type StartDeploymentResourceInstancesParams
- func NewStartDeploymentResourceInstancesParams() *StartDeploymentResourceInstancesParams
- func NewStartDeploymentResourceInstancesParamsWithContext(ctx context.Context) *StartDeploymentResourceInstancesParams
- func NewStartDeploymentResourceInstancesParamsWithHTTPClient(client *http.Client) *StartDeploymentResourceInstancesParams
- func NewStartDeploymentResourceInstancesParamsWithTimeout(timeout time.Duration) *StartDeploymentResourceInstancesParams
- func (o *StartDeploymentResourceInstancesParams) SetContext(ctx context.Context)
- func (o *StartDeploymentResourceInstancesParams) SetDefaults()
- func (o *StartDeploymentResourceInstancesParams) SetDeploymentID(deploymentID string)
- func (o *StartDeploymentResourceInstancesParams) SetHTTPClient(client *http.Client)
- func (o *StartDeploymentResourceInstancesParams) SetIgnoreMissing(ignoreMissing *bool)
- func (o *StartDeploymentResourceInstancesParams) SetInstanceIds(instanceIds []string)
- func (o *StartDeploymentResourceInstancesParams) SetRefID(refID string)
- func (o *StartDeploymentResourceInstancesParams) SetResourceKind(resourceKind string)
- func (o *StartDeploymentResourceInstancesParams) SetTimeout(timeout time.Duration)
- func (o *StartDeploymentResourceInstancesParams) WithContext(ctx context.Context) *StartDeploymentResourceInstancesParams
- func (o *StartDeploymentResourceInstancesParams) WithDefaults() *StartDeploymentResourceInstancesParams
- func (o *StartDeploymentResourceInstancesParams) WithDeploymentID(deploymentID string) *StartDeploymentResourceInstancesParams
- func (o *StartDeploymentResourceInstancesParams) WithHTTPClient(client *http.Client) *StartDeploymentResourceInstancesParams
- func (o *StartDeploymentResourceInstancesParams) WithIgnoreMissing(ignoreMissing *bool) *StartDeploymentResourceInstancesParams
- func (o *StartDeploymentResourceInstancesParams) WithInstanceIds(instanceIds []string) *StartDeploymentResourceInstancesParams
- func (o *StartDeploymentResourceInstancesParams) WithRefID(refID string) *StartDeploymentResourceInstancesParams
- func (o *StartDeploymentResourceInstancesParams) WithResourceKind(resourceKind string) *StartDeploymentResourceInstancesParams
- func (o *StartDeploymentResourceInstancesParams) WithTimeout(timeout time.Duration) *StartDeploymentResourceInstancesParams
- func (o *StartDeploymentResourceInstancesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type StartDeploymentResourceInstancesReader
- type StartDeploymentResourceMaintenanceModeAccepted
- func (o *StartDeploymentResourceMaintenanceModeAccepted) Code() int
- func (o *StartDeploymentResourceMaintenanceModeAccepted) Error() string
- func (o *StartDeploymentResourceMaintenanceModeAccepted) GetPayload() *models.DeploymentResourceCommandResponse
- func (o *StartDeploymentResourceMaintenanceModeAccepted) IsClientError() bool
- func (o *StartDeploymentResourceMaintenanceModeAccepted) IsCode(code int) bool
- func (o *StartDeploymentResourceMaintenanceModeAccepted) IsRedirect() bool
- func (o *StartDeploymentResourceMaintenanceModeAccepted) IsServerError() bool
- func (o *StartDeploymentResourceMaintenanceModeAccepted) IsSuccess() bool
- func (o *StartDeploymentResourceMaintenanceModeAccepted) String() string
- type StartDeploymentResourceMaintenanceModeForbidden
- func (o *StartDeploymentResourceMaintenanceModeForbidden) Code() int
- func (o *StartDeploymentResourceMaintenanceModeForbidden) Error() string
- func (o *StartDeploymentResourceMaintenanceModeForbidden) GetPayload() *models.BasicFailedReply
- func (o *StartDeploymentResourceMaintenanceModeForbidden) IsClientError() bool
- func (o *StartDeploymentResourceMaintenanceModeForbidden) IsCode(code int) bool
- func (o *StartDeploymentResourceMaintenanceModeForbidden) IsRedirect() bool
- func (o *StartDeploymentResourceMaintenanceModeForbidden) IsServerError() bool
- func (o *StartDeploymentResourceMaintenanceModeForbidden) IsSuccess() bool
- func (o *StartDeploymentResourceMaintenanceModeForbidden) String() string
- type StartDeploymentResourceMaintenanceModeInternalServerError
- func (o *StartDeploymentResourceMaintenanceModeInternalServerError) Code() int
- func (o *StartDeploymentResourceMaintenanceModeInternalServerError) Error() string
- func (o *StartDeploymentResourceMaintenanceModeInternalServerError) GetPayload() *models.BasicFailedReply
- func (o *StartDeploymentResourceMaintenanceModeInternalServerError) IsClientError() bool
- func (o *StartDeploymentResourceMaintenanceModeInternalServerError) IsCode(code int) bool
- func (o *StartDeploymentResourceMaintenanceModeInternalServerError) IsRedirect() bool
- func (o *StartDeploymentResourceMaintenanceModeInternalServerError) IsServerError() bool
- func (o *StartDeploymentResourceMaintenanceModeInternalServerError) IsSuccess() bool
- func (o *StartDeploymentResourceMaintenanceModeInternalServerError) String() string
- type StartDeploymentResourceMaintenanceModeNotFound
- func (o *StartDeploymentResourceMaintenanceModeNotFound) Code() int
- func (o *StartDeploymentResourceMaintenanceModeNotFound) Error() string
- func (o *StartDeploymentResourceMaintenanceModeNotFound) GetPayload() *models.BasicFailedReply
- func (o *StartDeploymentResourceMaintenanceModeNotFound) IsClientError() bool
- func (o *StartDeploymentResourceMaintenanceModeNotFound) IsCode(code int) bool
- func (o *StartDeploymentResourceMaintenanceModeNotFound) IsRedirect() bool
- func (o *StartDeploymentResourceMaintenanceModeNotFound) IsServerError() bool
- func (o *StartDeploymentResourceMaintenanceModeNotFound) IsSuccess() bool
- func (o *StartDeploymentResourceMaintenanceModeNotFound) String() string
- type StartDeploymentResourceMaintenanceModeParams
- func NewStartDeploymentResourceMaintenanceModeParams() *StartDeploymentResourceMaintenanceModeParams
- func NewStartDeploymentResourceMaintenanceModeParamsWithContext(ctx context.Context) *StartDeploymentResourceMaintenanceModeParams
- func NewStartDeploymentResourceMaintenanceModeParamsWithHTTPClient(client *http.Client) *StartDeploymentResourceMaintenanceModeParams
- func NewStartDeploymentResourceMaintenanceModeParamsWithTimeout(timeout time.Duration) *StartDeploymentResourceMaintenanceModeParams
- func (o *StartDeploymentResourceMaintenanceModeParams) SetContext(ctx context.Context)
- func (o *StartDeploymentResourceMaintenanceModeParams) SetDefaults()
- func (o *StartDeploymentResourceMaintenanceModeParams) SetDeploymentID(deploymentID string)
- func (o *StartDeploymentResourceMaintenanceModeParams) SetHTTPClient(client *http.Client)
- func (o *StartDeploymentResourceMaintenanceModeParams) SetIgnoreMissing(ignoreMissing *bool)
- func (o *StartDeploymentResourceMaintenanceModeParams) SetInstanceIds(instanceIds []string)
- func (o *StartDeploymentResourceMaintenanceModeParams) SetRefID(refID string)
- func (o *StartDeploymentResourceMaintenanceModeParams) SetResourceKind(resourceKind string)
- func (o *StartDeploymentResourceMaintenanceModeParams) SetTimeout(timeout time.Duration)
- func (o *StartDeploymentResourceMaintenanceModeParams) WithContext(ctx context.Context) *StartDeploymentResourceMaintenanceModeParams
- func (o *StartDeploymentResourceMaintenanceModeParams) WithDefaults() *StartDeploymentResourceMaintenanceModeParams
- func (o *StartDeploymentResourceMaintenanceModeParams) WithDeploymentID(deploymentID string) *StartDeploymentResourceMaintenanceModeParams
- func (o *StartDeploymentResourceMaintenanceModeParams) WithHTTPClient(client *http.Client) *StartDeploymentResourceMaintenanceModeParams
- func (o *StartDeploymentResourceMaintenanceModeParams) WithIgnoreMissing(ignoreMissing *bool) *StartDeploymentResourceMaintenanceModeParams
- func (o *StartDeploymentResourceMaintenanceModeParams) WithInstanceIds(instanceIds []string) *StartDeploymentResourceMaintenanceModeParams
- func (o *StartDeploymentResourceMaintenanceModeParams) WithRefID(refID string) *StartDeploymentResourceMaintenanceModeParams
- func (o *StartDeploymentResourceMaintenanceModeParams) WithResourceKind(resourceKind string) *StartDeploymentResourceMaintenanceModeParams
- func (o *StartDeploymentResourceMaintenanceModeParams) WithTimeout(timeout time.Duration) *StartDeploymentResourceMaintenanceModeParams
- func (o *StartDeploymentResourceMaintenanceModeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type StartDeploymentResourceMaintenanceModeReader
- type StopDeploymentResourceInstancesAccepted
- func (o *StopDeploymentResourceInstancesAccepted) Code() int
- func (o *StopDeploymentResourceInstancesAccepted) Error() string
- func (o *StopDeploymentResourceInstancesAccepted) GetPayload() *models.DeploymentResourceCommandResponse
- func (o *StopDeploymentResourceInstancesAccepted) IsClientError() bool
- func (o *StopDeploymentResourceInstancesAccepted) IsCode(code int) bool
- func (o *StopDeploymentResourceInstancesAccepted) IsRedirect() bool
- func (o *StopDeploymentResourceInstancesAccepted) IsServerError() bool
- func (o *StopDeploymentResourceInstancesAccepted) IsSuccess() bool
- func (o *StopDeploymentResourceInstancesAccepted) String() string
- type StopDeploymentResourceInstancesAllAccepted
- func (o *StopDeploymentResourceInstancesAllAccepted) Code() int
- func (o *StopDeploymentResourceInstancesAllAccepted) Error() string
- func (o *StopDeploymentResourceInstancesAllAccepted) GetPayload() *models.DeploymentResourceCommandResponse
- func (o *StopDeploymentResourceInstancesAllAccepted) IsClientError() bool
- func (o *StopDeploymentResourceInstancesAllAccepted) IsCode(code int) bool
- func (o *StopDeploymentResourceInstancesAllAccepted) IsRedirect() bool
- func (o *StopDeploymentResourceInstancesAllAccepted) IsServerError() bool
- func (o *StopDeploymentResourceInstancesAllAccepted) IsSuccess() bool
- func (o *StopDeploymentResourceInstancesAllAccepted) String() string
- type StopDeploymentResourceInstancesAllForbidden
- func (o *StopDeploymentResourceInstancesAllForbidden) Code() int
- func (o *StopDeploymentResourceInstancesAllForbidden) Error() string
- func (o *StopDeploymentResourceInstancesAllForbidden) GetPayload() *models.BasicFailedReply
- func (o *StopDeploymentResourceInstancesAllForbidden) IsClientError() bool
- func (o *StopDeploymentResourceInstancesAllForbidden) IsCode(code int) bool
- func (o *StopDeploymentResourceInstancesAllForbidden) IsRedirect() bool
- func (o *StopDeploymentResourceInstancesAllForbidden) IsServerError() bool
- func (o *StopDeploymentResourceInstancesAllForbidden) IsSuccess() bool
- func (o *StopDeploymentResourceInstancesAllForbidden) String() string
- type StopDeploymentResourceInstancesAllInternalServerError
- func (o *StopDeploymentResourceInstancesAllInternalServerError) Code() int
- func (o *StopDeploymentResourceInstancesAllInternalServerError) Error() string
- func (o *StopDeploymentResourceInstancesAllInternalServerError) GetPayload() *models.BasicFailedReply
- func (o *StopDeploymentResourceInstancesAllInternalServerError) IsClientError() bool
- func (o *StopDeploymentResourceInstancesAllInternalServerError) IsCode(code int) bool
- func (o *StopDeploymentResourceInstancesAllInternalServerError) IsRedirect() bool
- func (o *StopDeploymentResourceInstancesAllInternalServerError) IsServerError() bool
- func (o *StopDeploymentResourceInstancesAllInternalServerError) IsSuccess() bool
- func (o *StopDeploymentResourceInstancesAllInternalServerError) String() string
- type StopDeploymentResourceInstancesAllMaintenanceModeAccepted
- func (o *StopDeploymentResourceInstancesAllMaintenanceModeAccepted) Code() int
- func (o *StopDeploymentResourceInstancesAllMaintenanceModeAccepted) Error() string
- func (o *StopDeploymentResourceInstancesAllMaintenanceModeAccepted) GetPayload() *models.DeploymentResourceCommandResponse
- func (o *StopDeploymentResourceInstancesAllMaintenanceModeAccepted) IsClientError() bool
- func (o *StopDeploymentResourceInstancesAllMaintenanceModeAccepted) IsCode(code int) bool
- func (o *StopDeploymentResourceInstancesAllMaintenanceModeAccepted) IsRedirect() bool
- func (o *StopDeploymentResourceInstancesAllMaintenanceModeAccepted) IsServerError() bool
- func (o *StopDeploymentResourceInstancesAllMaintenanceModeAccepted) IsSuccess() bool
- func (o *StopDeploymentResourceInstancesAllMaintenanceModeAccepted) String() string
- type StopDeploymentResourceInstancesAllMaintenanceModeForbidden
- func (o *StopDeploymentResourceInstancesAllMaintenanceModeForbidden) Code() int
- func (o *StopDeploymentResourceInstancesAllMaintenanceModeForbidden) Error() string
- func (o *StopDeploymentResourceInstancesAllMaintenanceModeForbidden) GetPayload() *models.BasicFailedReply
- func (o *StopDeploymentResourceInstancesAllMaintenanceModeForbidden) IsClientError() bool
- func (o *StopDeploymentResourceInstancesAllMaintenanceModeForbidden) IsCode(code int) bool
- func (o *StopDeploymentResourceInstancesAllMaintenanceModeForbidden) IsRedirect() bool
- func (o *StopDeploymentResourceInstancesAllMaintenanceModeForbidden) IsServerError() bool
- func (o *StopDeploymentResourceInstancesAllMaintenanceModeForbidden) IsSuccess() bool
- func (o *StopDeploymentResourceInstancesAllMaintenanceModeForbidden) String() string
- type StopDeploymentResourceInstancesAllMaintenanceModeInternalServerError
- func (o *StopDeploymentResourceInstancesAllMaintenanceModeInternalServerError) Code() int
- func (o *StopDeploymentResourceInstancesAllMaintenanceModeInternalServerError) Error() string
- func (o *StopDeploymentResourceInstancesAllMaintenanceModeInternalServerError) GetPayload() *models.BasicFailedReply
- func (o *StopDeploymentResourceInstancesAllMaintenanceModeInternalServerError) IsClientError() bool
- func (o *StopDeploymentResourceInstancesAllMaintenanceModeInternalServerError) IsCode(code int) bool
- func (o *StopDeploymentResourceInstancesAllMaintenanceModeInternalServerError) IsRedirect() bool
- func (o *StopDeploymentResourceInstancesAllMaintenanceModeInternalServerError) IsServerError() bool
- func (o *StopDeploymentResourceInstancesAllMaintenanceModeInternalServerError) IsSuccess() bool
- func (o *StopDeploymentResourceInstancesAllMaintenanceModeInternalServerError) String() string
- type StopDeploymentResourceInstancesAllMaintenanceModeNotFound
- func (o *StopDeploymentResourceInstancesAllMaintenanceModeNotFound) Code() int
- func (o *StopDeploymentResourceInstancesAllMaintenanceModeNotFound) Error() string
- func (o *StopDeploymentResourceInstancesAllMaintenanceModeNotFound) GetPayload() *models.BasicFailedReply
- func (o *StopDeploymentResourceInstancesAllMaintenanceModeNotFound) IsClientError() bool
- func (o *StopDeploymentResourceInstancesAllMaintenanceModeNotFound) IsCode(code int) bool
- func (o *StopDeploymentResourceInstancesAllMaintenanceModeNotFound) IsRedirect() bool
- func (o *StopDeploymentResourceInstancesAllMaintenanceModeNotFound) IsServerError() bool
- func (o *StopDeploymentResourceInstancesAllMaintenanceModeNotFound) IsSuccess() bool
- func (o *StopDeploymentResourceInstancesAllMaintenanceModeNotFound) String() string
- type StopDeploymentResourceInstancesAllMaintenanceModeParams
- func NewStopDeploymentResourceInstancesAllMaintenanceModeParams() *StopDeploymentResourceInstancesAllMaintenanceModeParams
- func NewStopDeploymentResourceInstancesAllMaintenanceModeParamsWithContext(ctx context.Context) *StopDeploymentResourceInstancesAllMaintenanceModeParams
- func NewStopDeploymentResourceInstancesAllMaintenanceModeParamsWithHTTPClient(client *http.Client) *StopDeploymentResourceInstancesAllMaintenanceModeParams
- func NewStopDeploymentResourceInstancesAllMaintenanceModeParamsWithTimeout(timeout time.Duration) *StopDeploymentResourceInstancesAllMaintenanceModeParams
- func (o *StopDeploymentResourceInstancesAllMaintenanceModeParams) SetContext(ctx context.Context)
- func (o *StopDeploymentResourceInstancesAllMaintenanceModeParams) SetDefaults()
- func (o *StopDeploymentResourceInstancesAllMaintenanceModeParams) SetDeploymentID(deploymentID string)
- func (o *StopDeploymentResourceInstancesAllMaintenanceModeParams) SetHTTPClient(client *http.Client)
- func (o *StopDeploymentResourceInstancesAllMaintenanceModeParams) SetRefID(refID string)
- func (o *StopDeploymentResourceInstancesAllMaintenanceModeParams) SetResourceKind(resourceKind string)
- func (o *StopDeploymentResourceInstancesAllMaintenanceModeParams) SetTimeout(timeout time.Duration)
- func (o *StopDeploymentResourceInstancesAllMaintenanceModeParams) WithContext(ctx context.Context) *StopDeploymentResourceInstancesAllMaintenanceModeParams
- func (o *StopDeploymentResourceInstancesAllMaintenanceModeParams) WithDefaults() *StopDeploymentResourceInstancesAllMaintenanceModeParams
- func (o *StopDeploymentResourceInstancesAllMaintenanceModeParams) WithDeploymentID(deploymentID string) *StopDeploymentResourceInstancesAllMaintenanceModeParams
- func (o *StopDeploymentResourceInstancesAllMaintenanceModeParams) WithHTTPClient(client *http.Client) *StopDeploymentResourceInstancesAllMaintenanceModeParams
- func (o *StopDeploymentResourceInstancesAllMaintenanceModeParams) WithRefID(refID string) *StopDeploymentResourceInstancesAllMaintenanceModeParams
- func (o *StopDeploymentResourceInstancesAllMaintenanceModeParams) WithResourceKind(resourceKind string) *StopDeploymentResourceInstancesAllMaintenanceModeParams
- func (o *StopDeploymentResourceInstancesAllMaintenanceModeParams) WithTimeout(timeout time.Duration) *StopDeploymentResourceInstancesAllMaintenanceModeParams
- func (o *StopDeploymentResourceInstancesAllMaintenanceModeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type StopDeploymentResourceInstancesAllMaintenanceModeReader
- type StopDeploymentResourceInstancesAllNotFound
- func (o *StopDeploymentResourceInstancesAllNotFound) Code() int
- func (o *StopDeploymentResourceInstancesAllNotFound) Error() string
- func (o *StopDeploymentResourceInstancesAllNotFound) GetPayload() *models.BasicFailedReply
- func (o *StopDeploymentResourceInstancesAllNotFound) IsClientError() bool
- func (o *StopDeploymentResourceInstancesAllNotFound) IsCode(code int) bool
- func (o *StopDeploymentResourceInstancesAllNotFound) IsRedirect() bool
- func (o *StopDeploymentResourceInstancesAllNotFound) IsServerError() bool
- func (o *StopDeploymentResourceInstancesAllNotFound) IsSuccess() bool
- func (o *StopDeploymentResourceInstancesAllNotFound) String() string
- type StopDeploymentResourceInstancesAllParams
- func NewStopDeploymentResourceInstancesAllParams() *StopDeploymentResourceInstancesAllParams
- func NewStopDeploymentResourceInstancesAllParamsWithContext(ctx context.Context) *StopDeploymentResourceInstancesAllParams
- func NewStopDeploymentResourceInstancesAllParamsWithHTTPClient(client *http.Client) *StopDeploymentResourceInstancesAllParams
- func NewStopDeploymentResourceInstancesAllParamsWithTimeout(timeout time.Duration) *StopDeploymentResourceInstancesAllParams
- func (o *StopDeploymentResourceInstancesAllParams) SetContext(ctx context.Context)
- func (o *StopDeploymentResourceInstancesAllParams) SetDefaults()
- func (o *StopDeploymentResourceInstancesAllParams) SetDeploymentID(deploymentID string)
- func (o *StopDeploymentResourceInstancesAllParams) SetHTTPClient(client *http.Client)
- func (o *StopDeploymentResourceInstancesAllParams) SetRefID(refID string)
- func (o *StopDeploymentResourceInstancesAllParams) SetResourceKind(resourceKind string)
- func (o *StopDeploymentResourceInstancesAllParams) SetTimeout(timeout time.Duration)
- func (o *StopDeploymentResourceInstancesAllParams) WithContext(ctx context.Context) *StopDeploymentResourceInstancesAllParams
- func (o *StopDeploymentResourceInstancesAllParams) WithDefaults() *StopDeploymentResourceInstancesAllParams
- func (o *StopDeploymentResourceInstancesAllParams) WithDeploymentID(deploymentID string) *StopDeploymentResourceInstancesAllParams
- func (o *StopDeploymentResourceInstancesAllParams) WithHTTPClient(client *http.Client) *StopDeploymentResourceInstancesAllParams
- func (o *StopDeploymentResourceInstancesAllParams) WithRefID(refID string) *StopDeploymentResourceInstancesAllParams
- func (o *StopDeploymentResourceInstancesAllParams) WithResourceKind(resourceKind string) *StopDeploymentResourceInstancesAllParams
- func (o *StopDeploymentResourceInstancesAllParams) WithTimeout(timeout time.Duration) *StopDeploymentResourceInstancesAllParams
- func (o *StopDeploymentResourceInstancesAllParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type StopDeploymentResourceInstancesAllReader
- type StopDeploymentResourceInstancesForbidden
- func (o *StopDeploymentResourceInstancesForbidden) Code() int
- func (o *StopDeploymentResourceInstancesForbidden) Error() string
- func (o *StopDeploymentResourceInstancesForbidden) GetPayload() *models.BasicFailedReply
- func (o *StopDeploymentResourceInstancesForbidden) IsClientError() bool
- func (o *StopDeploymentResourceInstancesForbidden) IsCode(code int) bool
- func (o *StopDeploymentResourceInstancesForbidden) IsRedirect() bool
- func (o *StopDeploymentResourceInstancesForbidden) IsServerError() bool
- func (o *StopDeploymentResourceInstancesForbidden) IsSuccess() bool
- func (o *StopDeploymentResourceInstancesForbidden) String() string
- type StopDeploymentResourceInstancesInternalServerError
- func (o *StopDeploymentResourceInstancesInternalServerError) Code() int
- func (o *StopDeploymentResourceInstancesInternalServerError) Error() string
- func (o *StopDeploymentResourceInstancesInternalServerError) GetPayload() *models.BasicFailedReply
- func (o *StopDeploymentResourceInstancesInternalServerError) IsClientError() bool
- func (o *StopDeploymentResourceInstancesInternalServerError) IsCode(code int) bool
- func (o *StopDeploymentResourceInstancesInternalServerError) IsRedirect() bool
- func (o *StopDeploymentResourceInstancesInternalServerError) IsServerError() bool
- func (o *StopDeploymentResourceInstancesInternalServerError) IsSuccess() bool
- func (o *StopDeploymentResourceInstancesInternalServerError) String() string
- type StopDeploymentResourceInstancesNotFound
- func (o *StopDeploymentResourceInstancesNotFound) Code() int
- func (o *StopDeploymentResourceInstancesNotFound) Error() string
- func (o *StopDeploymentResourceInstancesNotFound) GetPayload() *models.BasicFailedReply
- func (o *StopDeploymentResourceInstancesNotFound) IsClientError() bool
- func (o *StopDeploymentResourceInstancesNotFound) IsCode(code int) bool
- func (o *StopDeploymentResourceInstancesNotFound) IsRedirect() bool
- func (o *StopDeploymentResourceInstancesNotFound) IsServerError() bool
- func (o *StopDeploymentResourceInstancesNotFound) IsSuccess() bool
- func (o *StopDeploymentResourceInstancesNotFound) String() string
- type StopDeploymentResourceInstancesParams
- func NewStopDeploymentResourceInstancesParams() *StopDeploymentResourceInstancesParams
- func NewStopDeploymentResourceInstancesParamsWithContext(ctx context.Context) *StopDeploymentResourceInstancesParams
- func NewStopDeploymentResourceInstancesParamsWithHTTPClient(client *http.Client) *StopDeploymentResourceInstancesParams
- func NewStopDeploymentResourceInstancesParamsWithTimeout(timeout time.Duration) *StopDeploymentResourceInstancesParams
- func (o *StopDeploymentResourceInstancesParams) SetContext(ctx context.Context)
- func (o *StopDeploymentResourceInstancesParams) SetDefaults()
- func (o *StopDeploymentResourceInstancesParams) SetDeploymentID(deploymentID string)
- func (o *StopDeploymentResourceInstancesParams) SetHTTPClient(client *http.Client)
- func (o *StopDeploymentResourceInstancesParams) SetIgnoreMissing(ignoreMissing *bool)
- func (o *StopDeploymentResourceInstancesParams) SetInstanceIds(instanceIds []string)
- func (o *StopDeploymentResourceInstancesParams) SetRefID(refID string)
- func (o *StopDeploymentResourceInstancesParams) SetResourceKind(resourceKind string)
- func (o *StopDeploymentResourceInstancesParams) SetTimeout(timeout time.Duration)
- func (o *StopDeploymentResourceInstancesParams) WithContext(ctx context.Context) *StopDeploymentResourceInstancesParams
- func (o *StopDeploymentResourceInstancesParams) WithDefaults() *StopDeploymentResourceInstancesParams
- func (o *StopDeploymentResourceInstancesParams) WithDeploymentID(deploymentID string) *StopDeploymentResourceInstancesParams
- func (o *StopDeploymentResourceInstancesParams) WithHTTPClient(client *http.Client) *StopDeploymentResourceInstancesParams
- func (o *StopDeploymentResourceInstancesParams) WithIgnoreMissing(ignoreMissing *bool) *StopDeploymentResourceInstancesParams
- func (o *StopDeploymentResourceInstancesParams) WithInstanceIds(instanceIds []string) *StopDeploymentResourceInstancesParams
- func (o *StopDeploymentResourceInstancesParams) WithRefID(refID string) *StopDeploymentResourceInstancesParams
- func (o *StopDeploymentResourceInstancesParams) WithResourceKind(resourceKind string) *StopDeploymentResourceInstancesParams
- func (o *StopDeploymentResourceInstancesParams) WithTimeout(timeout time.Duration) *StopDeploymentResourceInstancesParams
- func (o *StopDeploymentResourceInstancesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type StopDeploymentResourceInstancesReader
- type StopDeploymentResourceMaintenanceModeAccepted
- func (o *StopDeploymentResourceMaintenanceModeAccepted) Code() int
- func (o *StopDeploymentResourceMaintenanceModeAccepted) Error() string
- func (o *StopDeploymentResourceMaintenanceModeAccepted) GetPayload() *models.DeploymentResourceCommandResponse
- func (o *StopDeploymentResourceMaintenanceModeAccepted) IsClientError() bool
- func (o *StopDeploymentResourceMaintenanceModeAccepted) IsCode(code int) bool
- func (o *StopDeploymentResourceMaintenanceModeAccepted) IsRedirect() bool
- func (o *StopDeploymentResourceMaintenanceModeAccepted) IsServerError() bool
- func (o *StopDeploymentResourceMaintenanceModeAccepted) IsSuccess() bool
- func (o *StopDeploymentResourceMaintenanceModeAccepted) String() string
- type StopDeploymentResourceMaintenanceModeForbidden
- func (o *StopDeploymentResourceMaintenanceModeForbidden) Code() int
- func (o *StopDeploymentResourceMaintenanceModeForbidden) Error() string
- func (o *StopDeploymentResourceMaintenanceModeForbidden) GetPayload() *models.BasicFailedReply
- func (o *StopDeploymentResourceMaintenanceModeForbidden) IsClientError() bool
- func (o *StopDeploymentResourceMaintenanceModeForbidden) IsCode(code int) bool
- func (o *StopDeploymentResourceMaintenanceModeForbidden) IsRedirect() bool
- func (o *StopDeploymentResourceMaintenanceModeForbidden) IsServerError() bool
- func (o *StopDeploymentResourceMaintenanceModeForbidden) IsSuccess() bool
- func (o *StopDeploymentResourceMaintenanceModeForbidden) String() string
- type StopDeploymentResourceMaintenanceModeInternalServerError
- func (o *StopDeploymentResourceMaintenanceModeInternalServerError) Code() int
- func (o *StopDeploymentResourceMaintenanceModeInternalServerError) Error() string
- func (o *StopDeploymentResourceMaintenanceModeInternalServerError) GetPayload() *models.BasicFailedReply
- func (o *StopDeploymentResourceMaintenanceModeInternalServerError) IsClientError() bool
- func (o *StopDeploymentResourceMaintenanceModeInternalServerError) IsCode(code int) bool
- func (o *StopDeploymentResourceMaintenanceModeInternalServerError) IsRedirect() bool
- func (o *StopDeploymentResourceMaintenanceModeInternalServerError) IsServerError() bool
- func (o *StopDeploymentResourceMaintenanceModeInternalServerError) IsSuccess() bool
- func (o *StopDeploymentResourceMaintenanceModeInternalServerError) String() string
- type StopDeploymentResourceMaintenanceModeNotFound
- func (o *StopDeploymentResourceMaintenanceModeNotFound) Code() int
- func (o *StopDeploymentResourceMaintenanceModeNotFound) Error() string
- func (o *StopDeploymentResourceMaintenanceModeNotFound) GetPayload() *models.BasicFailedReply
- func (o *StopDeploymentResourceMaintenanceModeNotFound) IsClientError() bool
- func (o *StopDeploymentResourceMaintenanceModeNotFound) IsCode(code int) bool
- func (o *StopDeploymentResourceMaintenanceModeNotFound) IsRedirect() bool
- func (o *StopDeploymentResourceMaintenanceModeNotFound) IsServerError() bool
- func (o *StopDeploymentResourceMaintenanceModeNotFound) IsSuccess() bool
- func (o *StopDeploymentResourceMaintenanceModeNotFound) String() string
- type StopDeploymentResourceMaintenanceModeParams
- func NewStopDeploymentResourceMaintenanceModeParams() *StopDeploymentResourceMaintenanceModeParams
- func NewStopDeploymentResourceMaintenanceModeParamsWithContext(ctx context.Context) *StopDeploymentResourceMaintenanceModeParams
- func NewStopDeploymentResourceMaintenanceModeParamsWithHTTPClient(client *http.Client) *StopDeploymentResourceMaintenanceModeParams
- func NewStopDeploymentResourceMaintenanceModeParamsWithTimeout(timeout time.Duration) *StopDeploymentResourceMaintenanceModeParams
- func (o *StopDeploymentResourceMaintenanceModeParams) SetContext(ctx context.Context)
- func (o *StopDeploymentResourceMaintenanceModeParams) SetDefaults()
- func (o *StopDeploymentResourceMaintenanceModeParams) SetDeploymentID(deploymentID string)
- func (o *StopDeploymentResourceMaintenanceModeParams) SetHTTPClient(client *http.Client)
- func (o *StopDeploymentResourceMaintenanceModeParams) SetIgnoreMissing(ignoreMissing *bool)
- func (o *StopDeploymentResourceMaintenanceModeParams) SetInstanceIds(instanceIds []string)
- func (o *StopDeploymentResourceMaintenanceModeParams) SetRefID(refID string)
- func (o *StopDeploymentResourceMaintenanceModeParams) SetResourceKind(resourceKind string)
- func (o *StopDeploymentResourceMaintenanceModeParams) SetTimeout(timeout time.Duration)
- func (o *StopDeploymentResourceMaintenanceModeParams) WithContext(ctx context.Context) *StopDeploymentResourceMaintenanceModeParams
- func (o *StopDeploymentResourceMaintenanceModeParams) WithDefaults() *StopDeploymentResourceMaintenanceModeParams
- func (o *StopDeploymentResourceMaintenanceModeParams) WithDeploymentID(deploymentID string) *StopDeploymentResourceMaintenanceModeParams
- func (o *StopDeploymentResourceMaintenanceModeParams) WithHTTPClient(client *http.Client) *StopDeploymentResourceMaintenanceModeParams
- func (o *StopDeploymentResourceMaintenanceModeParams) WithIgnoreMissing(ignoreMissing *bool) *StopDeploymentResourceMaintenanceModeParams
- func (o *StopDeploymentResourceMaintenanceModeParams) WithInstanceIds(instanceIds []string) *StopDeploymentResourceMaintenanceModeParams
- func (o *StopDeploymentResourceMaintenanceModeParams) WithRefID(refID string) *StopDeploymentResourceMaintenanceModeParams
- func (o *StopDeploymentResourceMaintenanceModeParams) WithResourceKind(resourceKind string) *StopDeploymentResourceMaintenanceModeParams
- func (o *StopDeploymentResourceMaintenanceModeParams) WithTimeout(timeout time.Duration) *StopDeploymentResourceMaintenanceModeParams
- func (o *StopDeploymentResourceMaintenanceModeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type StopDeploymentResourceMaintenanceModeReader
- type UpdateDeploymentBadRequest
- func (o *UpdateDeploymentBadRequest) Code() int
- func (o *UpdateDeploymentBadRequest) Error() string
- func (o *UpdateDeploymentBadRequest) GetPayload() *models.BasicFailedReply
- func (o *UpdateDeploymentBadRequest) IsClientError() bool
- func (o *UpdateDeploymentBadRequest) IsCode(code int) bool
- func (o *UpdateDeploymentBadRequest) IsRedirect() bool
- func (o *UpdateDeploymentBadRequest) IsServerError() bool
- func (o *UpdateDeploymentBadRequest) IsSuccess() bool
- func (o *UpdateDeploymentBadRequest) String() string
- type UpdateDeploymentNotFound
- func (o *UpdateDeploymentNotFound) Code() int
- func (o *UpdateDeploymentNotFound) Error() string
- func (o *UpdateDeploymentNotFound) GetPayload() *models.BasicFailedReply
- func (o *UpdateDeploymentNotFound) IsClientError() bool
- func (o *UpdateDeploymentNotFound) IsCode(code int) bool
- func (o *UpdateDeploymentNotFound) IsRedirect() bool
- func (o *UpdateDeploymentNotFound) IsServerError() bool
- func (o *UpdateDeploymentNotFound) IsSuccess() bool
- func (o *UpdateDeploymentNotFound) String() string
- type UpdateDeploymentOK
- func (o *UpdateDeploymentOK) Code() int
- func (o *UpdateDeploymentOK) Error() string
- func (o *UpdateDeploymentOK) GetPayload() *models.DeploymentUpdateResponse
- func (o *UpdateDeploymentOK) IsClientError() bool
- func (o *UpdateDeploymentOK) IsCode(code int) bool
- func (o *UpdateDeploymentOK) IsRedirect() bool
- func (o *UpdateDeploymentOK) IsServerError() bool
- func (o *UpdateDeploymentOK) IsSuccess() bool
- func (o *UpdateDeploymentOK) String() string
- type UpdateDeploymentParams
- func NewUpdateDeploymentParams() *UpdateDeploymentParams
- func NewUpdateDeploymentParamsWithContext(ctx context.Context) *UpdateDeploymentParams
- func NewUpdateDeploymentParamsWithHTTPClient(client *http.Client) *UpdateDeploymentParams
- func NewUpdateDeploymentParamsWithTimeout(timeout time.Duration) *UpdateDeploymentParams
- func (o *UpdateDeploymentParams) SetBody(body *models.DeploymentUpdateRequest)
- func (o *UpdateDeploymentParams) SetContext(ctx context.Context)
- func (o *UpdateDeploymentParams) SetDefaults()
- func (o *UpdateDeploymentParams) SetDeploymentID(deploymentID string)
- func (o *UpdateDeploymentParams) SetHTTPClient(client *http.Client)
- func (o *UpdateDeploymentParams) SetHidePrunedOrphans(hidePrunedOrphans *bool)
- func (o *UpdateDeploymentParams) SetSkipSnapshot(skipSnapshot *bool)
- func (o *UpdateDeploymentParams) SetTimeout(timeout time.Duration)
- func (o *UpdateDeploymentParams) SetValidateOnly(validateOnly *bool)
- func (o *UpdateDeploymentParams) SetVersion(version *string)
- func (o *UpdateDeploymentParams) WithBody(body *models.DeploymentUpdateRequest) *UpdateDeploymentParams
- func (o *UpdateDeploymentParams) WithContext(ctx context.Context) *UpdateDeploymentParams
- func (o *UpdateDeploymentParams) WithDefaults() *UpdateDeploymentParams
- func (o *UpdateDeploymentParams) WithDeploymentID(deploymentID string) *UpdateDeploymentParams
- func (o *UpdateDeploymentParams) WithHTTPClient(client *http.Client) *UpdateDeploymentParams
- func (o *UpdateDeploymentParams) WithHidePrunedOrphans(hidePrunedOrphans *bool) *UpdateDeploymentParams
- func (o *UpdateDeploymentParams) WithSkipSnapshot(skipSnapshot *bool) *UpdateDeploymentParams
- func (o *UpdateDeploymentParams) WithTimeout(timeout time.Duration) *UpdateDeploymentParams
- func (o *UpdateDeploymentParams) WithValidateOnly(validateOnly *bool) *UpdateDeploymentParams
- func (o *UpdateDeploymentParams) WithVersion(version *string) *UpdateDeploymentParams
- func (o *UpdateDeploymentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateDeploymentReader
- type UpdateDeploymentUnauthorized
- func (o *UpdateDeploymentUnauthorized) Code() int
- func (o *UpdateDeploymentUnauthorized) Error() string
- func (o *UpdateDeploymentUnauthorized) GetPayload() *models.BasicFailedReply
- func (o *UpdateDeploymentUnauthorized) IsClientError() bool
- func (o *UpdateDeploymentUnauthorized) IsCode(code int) bool
- func (o *UpdateDeploymentUnauthorized) IsRedirect() bool
- func (o *UpdateDeploymentUnauthorized) IsServerError() bool
- func (o *UpdateDeploymentUnauthorized) IsSuccess() bool
- func (o *UpdateDeploymentUnauthorized) String() string
- type UpgradeDeploymentStatelessResourceAccepted
- func (o *UpgradeDeploymentStatelessResourceAccepted) Code() int
- func (o *UpgradeDeploymentStatelessResourceAccepted) Error() string
- func (o *UpgradeDeploymentStatelessResourceAccepted) GetPayload() *models.DeploymentResourceUpgradeResponse
- func (o *UpgradeDeploymentStatelessResourceAccepted) IsClientError() bool
- func (o *UpgradeDeploymentStatelessResourceAccepted) IsCode(code int) bool
- func (o *UpgradeDeploymentStatelessResourceAccepted) IsRedirect() bool
- func (o *UpgradeDeploymentStatelessResourceAccepted) IsServerError() bool
- func (o *UpgradeDeploymentStatelessResourceAccepted) IsSuccess() bool
- func (o *UpgradeDeploymentStatelessResourceAccepted) String() string
- type UpgradeDeploymentStatelessResourceNotFound
- func (o *UpgradeDeploymentStatelessResourceNotFound) Code() int
- func (o *UpgradeDeploymentStatelessResourceNotFound) Error() string
- func (o *UpgradeDeploymentStatelessResourceNotFound) GetPayload() *models.BasicFailedReply
- func (o *UpgradeDeploymentStatelessResourceNotFound) IsClientError() bool
- func (o *UpgradeDeploymentStatelessResourceNotFound) IsCode(code int) bool
- func (o *UpgradeDeploymentStatelessResourceNotFound) IsRedirect() bool
- func (o *UpgradeDeploymentStatelessResourceNotFound) IsServerError() bool
- func (o *UpgradeDeploymentStatelessResourceNotFound) IsSuccess() bool
- func (o *UpgradeDeploymentStatelessResourceNotFound) String() string
- type UpgradeDeploymentStatelessResourceParams
- func NewUpgradeDeploymentStatelessResourceParams() *UpgradeDeploymentStatelessResourceParams
- func NewUpgradeDeploymentStatelessResourceParamsWithContext(ctx context.Context) *UpgradeDeploymentStatelessResourceParams
- func NewUpgradeDeploymentStatelessResourceParamsWithHTTPClient(client *http.Client) *UpgradeDeploymentStatelessResourceParams
- func NewUpgradeDeploymentStatelessResourceParamsWithTimeout(timeout time.Duration) *UpgradeDeploymentStatelessResourceParams
- func (o *UpgradeDeploymentStatelessResourceParams) SetContext(ctx context.Context)
- func (o *UpgradeDeploymentStatelessResourceParams) SetDefaults()
- func (o *UpgradeDeploymentStatelessResourceParams) SetDeploymentID(deploymentID string)
- func (o *UpgradeDeploymentStatelessResourceParams) SetHTTPClient(client *http.Client)
- func (o *UpgradeDeploymentStatelessResourceParams) SetRefID(refID string)
- func (o *UpgradeDeploymentStatelessResourceParams) SetStatelessResourceKind(statelessResourceKind string)
- func (o *UpgradeDeploymentStatelessResourceParams) SetTimeout(timeout time.Duration)
- func (o *UpgradeDeploymentStatelessResourceParams) SetValidateOnly(validateOnly *bool)
- func (o *UpgradeDeploymentStatelessResourceParams) WithContext(ctx context.Context) *UpgradeDeploymentStatelessResourceParams
- func (o *UpgradeDeploymentStatelessResourceParams) WithDefaults() *UpgradeDeploymentStatelessResourceParams
- func (o *UpgradeDeploymentStatelessResourceParams) WithDeploymentID(deploymentID string) *UpgradeDeploymentStatelessResourceParams
- func (o *UpgradeDeploymentStatelessResourceParams) WithHTTPClient(client *http.Client) *UpgradeDeploymentStatelessResourceParams
- func (o *UpgradeDeploymentStatelessResourceParams) WithRefID(refID string) *UpgradeDeploymentStatelessResourceParams
- func (o *UpgradeDeploymentStatelessResourceParams) WithStatelessResourceKind(statelessResourceKind string) *UpgradeDeploymentStatelessResourceParams
- func (o *UpgradeDeploymentStatelessResourceParams) WithTimeout(timeout time.Duration) *UpgradeDeploymentStatelessResourceParams
- func (o *UpgradeDeploymentStatelessResourceParams) WithValidateOnly(validateOnly *bool) *UpgradeDeploymentStatelessResourceParams
- func (o *UpgradeDeploymentStatelessResourceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpgradeDeploymentStatelessResourceReader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CancelDeploymentResourcePendingPlanBadRequest ¶
type CancelDeploymentResourcePendingPlanBadRequest struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
CancelDeploymentResourcePendingPlanBadRequest describes a response with status code 400, with default header values.
The Resource does not have a pending plan. (code: `deployments.resource_does_not_have_a_pending_plan`)
func NewCancelDeploymentResourcePendingPlanBadRequest ¶
func NewCancelDeploymentResourcePendingPlanBadRequest() *CancelDeploymentResourcePendingPlanBadRequest
NewCancelDeploymentResourcePendingPlanBadRequest creates a CancelDeploymentResourcePendingPlanBadRequest with default headers values
func (*CancelDeploymentResourcePendingPlanBadRequest) Code ¶ added in v1.13.0
func (o *CancelDeploymentResourcePendingPlanBadRequest) Code() int
Code gets the status code for the cancel deployment resource pending plan bad request response
func (*CancelDeploymentResourcePendingPlanBadRequest) Error ¶
func (o *CancelDeploymentResourcePendingPlanBadRequest) Error() string
func (*CancelDeploymentResourcePendingPlanBadRequest) GetPayload ¶
func (o *CancelDeploymentResourcePendingPlanBadRequest) GetPayload() *models.BasicFailedReply
func (*CancelDeploymentResourcePendingPlanBadRequest) IsClientError ¶ added in v1.13.0
func (o *CancelDeploymentResourcePendingPlanBadRequest) IsClientError() bool
IsClientError returns true when this cancel deployment resource pending plan bad request response has a 4xx status code
func (*CancelDeploymentResourcePendingPlanBadRequest) IsCode ¶ added in v1.13.0
func (o *CancelDeploymentResourcePendingPlanBadRequest) IsCode(code int) bool
IsCode returns true when this cancel deployment resource pending plan bad request response a status code equal to that given
func (*CancelDeploymentResourcePendingPlanBadRequest) IsRedirect ¶ added in v1.13.0
func (o *CancelDeploymentResourcePendingPlanBadRequest) IsRedirect() bool
IsRedirect returns true when this cancel deployment resource pending plan bad request response has a 3xx status code
func (*CancelDeploymentResourcePendingPlanBadRequest) IsServerError ¶ added in v1.13.0
func (o *CancelDeploymentResourcePendingPlanBadRequest) IsServerError() bool
IsServerError returns true when this cancel deployment resource pending plan bad request response has a 5xx status code
func (*CancelDeploymentResourcePendingPlanBadRequest) IsSuccess ¶ added in v1.13.0
func (o *CancelDeploymentResourcePendingPlanBadRequest) IsSuccess() bool
IsSuccess returns true when this cancel deployment resource pending plan bad request response has a 2xx status code
func (*CancelDeploymentResourcePendingPlanBadRequest) String ¶ added in v1.13.0
func (o *CancelDeploymentResourcePendingPlanBadRequest) String() string
type CancelDeploymentResourcePendingPlanInternalServerError ¶
type CancelDeploymentResourcePendingPlanInternalServerError struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
CancelDeploymentResourcePendingPlanInternalServerError describes a response with status code 500, with default header values.
We have failed you. (code: `deployments.deployment_resource_no_longer_exists`)
func NewCancelDeploymentResourcePendingPlanInternalServerError ¶
func NewCancelDeploymentResourcePendingPlanInternalServerError() *CancelDeploymentResourcePendingPlanInternalServerError
NewCancelDeploymentResourcePendingPlanInternalServerError creates a CancelDeploymentResourcePendingPlanInternalServerError with default headers values
func (*CancelDeploymentResourcePendingPlanInternalServerError) Code ¶ added in v1.13.0
func (o *CancelDeploymentResourcePendingPlanInternalServerError) Code() int
Code gets the status code for the cancel deployment resource pending plan internal server error response
func (*CancelDeploymentResourcePendingPlanInternalServerError) Error ¶
func (o *CancelDeploymentResourcePendingPlanInternalServerError) Error() string
func (*CancelDeploymentResourcePendingPlanInternalServerError) GetPayload ¶
func (o *CancelDeploymentResourcePendingPlanInternalServerError) GetPayload() *models.BasicFailedReply
func (*CancelDeploymentResourcePendingPlanInternalServerError) IsClientError ¶ added in v1.13.0
func (o *CancelDeploymentResourcePendingPlanInternalServerError) IsClientError() bool
IsClientError returns true when this cancel deployment resource pending plan internal server error response has a 4xx status code
func (*CancelDeploymentResourcePendingPlanInternalServerError) IsCode ¶ added in v1.13.0
func (o *CancelDeploymentResourcePendingPlanInternalServerError) IsCode(code int) bool
IsCode returns true when this cancel deployment resource pending plan internal server error response a status code equal to that given
func (*CancelDeploymentResourcePendingPlanInternalServerError) IsRedirect ¶ added in v1.13.0
func (o *CancelDeploymentResourcePendingPlanInternalServerError) IsRedirect() bool
IsRedirect returns true when this cancel deployment resource pending plan internal server error response has a 3xx status code
func (*CancelDeploymentResourcePendingPlanInternalServerError) IsServerError ¶ added in v1.13.0
func (o *CancelDeploymentResourcePendingPlanInternalServerError) IsServerError() bool
IsServerError returns true when this cancel deployment resource pending plan internal server error response has a 5xx status code
func (*CancelDeploymentResourcePendingPlanInternalServerError) IsSuccess ¶ added in v1.13.0
func (o *CancelDeploymentResourcePendingPlanInternalServerError) IsSuccess() bool
IsSuccess returns true when this cancel deployment resource pending plan internal server error response has a 2xx status code
func (*CancelDeploymentResourcePendingPlanInternalServerError) String ¶ added in v1.13.0
func (o *CancelDeploymentResourcePendingPlanInternalServerError) String() string
type CancelDeploymentResourcePendingPlanNotFound ¶
type CancelDeploymentResourcePendingPlanNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
CancelDeploymentResourcePendingPlanNotFound describes a response with status code 404, with default header values.
The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
func NewCancelDeploymentResourcePendingPlanNotFound ¶
func NewCancelDeploymentResourcePendingPlanNotFound() *CancelDeploymentResourcePendingPlanNotFound
NewCancelDeploymentResourcePendingPlanNotFound creates a CancelDeploymentResourcePendingPlanNotFound with default headers values
func (*CancelDeploymentResourcePendingPlanNotFound) Code ¶ added in v1.13.0
func (o *CancelDeploymentResourcePendingPlanNotFound) Code() int
Code gets the status code for the cancel deployment resource pending plan not found response
func (*CancelDeploymentResourcePendingPlanNotFound) Error ¶
func (o *CancelDeploymentResourcePendingPlanNotFound) Error() string
func (*CancelDeploymentResourcePendingPlanNotFound) GetPayload ¶
func (o *CancelDeploymentResourcePendingPlanNotFound) GetPayload() *models.BasicFailedReply
func (*CancelDeploymentResourcePendingPlanNotFound) IsClientError ¶ added in v1.13.0
func (o *CancelDeploymentResourcePendingPlanNotFound) IsClientError() bool
IsClientError returns true when this cancel deployment resource pending plan not found response has a 4xx status code
func (*CancelDeploymentResourcePendingPlanNotFound) IsCode ¶ added in v1.13.0
func (o *CancelDeploymentResourcePendingPlanNotFound) IsCode(code int) bool
IsCode returns true when this cancel deployment resource pending plan not found response a status code equal to that given
func (*CancelDeploymentResourcePendingPlanNotFound) IsRedirect ¶ added in v1.13.0
func (o *CancelDeploymentResourcePendingPlanNotFound) IsRedirect() bool
IsRedirect returns true when this cancel deployment resource pending plan not found response has a 3xx status code
func (*CancelDeploymentResourcePendingPlanNotFound) IsServerError ¶ added in v1.13.0
func (o *CancelDeploymentResourcePendingPlanNotFound) IsServerError() bool
IsServerError returns true when this cancel deployment resource pending plan not found response has a 5xx status code
func (*CancelDeploymentResourcePendingPlanNotFound) IsSuccess ¶ added in v1.13.0
func (o *CancelDeploymentResourcePendingPlanNotFound) IsSuccess() bool
IsSuccess returns true when this cancel deployment resource pending plan not found response has a 2xx status code
func (*CancelDeploymentResourcePendingPlanNotFound) String ¶ added in v1.13.0
func (o *CancelDeploymentResourcePendingPlanNotFound) String() string
type CancelDeploymentResourcePendingPlanOK ¶
type CancelDeploymentResourcePendingPlanOK struct {
Payload *models.DeploymentResourceCrudResponse
}
CancelDeploymentResourcePendingPlanOK describes a response with status code 200, with default header values.
Standard Deployment Resource Crud Response
func NewCancelDeploymentResourcePendingPlanOK ¶
func NewCancelDeploymentResourcePendingPlanOK() *CancelDeploymentResourcePendingPlanOK
NewCancelDeploymentResourcePendingPlanOK creates a CancelDeploymentResourcePendingPlanOK with default headers values
func (*CancelDeploymentResourcePendingPlanOK) Code ¶ added in v1.13.0
func (o *CancelDeploymentResourcePendingPlanOK) Code() int
Code gets the status code for the cancel deployment resource pending plan o k response
func (*CancelDeploymentResourcePendingPlanOK) Error ¶
func (o *CancelDeploymentResourcePendingPlanOK) Error() string
func (*CancelDeploymentResourcePendingPlanOK) GetPayload ¶
func (o *CancelDeploymentResourcePendingPlanOK) GetPayload() *models.DeploymentResourceCrudResponse
func (*CancelDeploymentResourcePendingPlanOK) IsClientError ¶ added in v1.13.0
func (o *CancelDeploymentResourcePendingPlanOK) IsClientError() bool
IsClientError returns true when this cancel deployment resource pending plan o k response has a 4xx status code
func (*CancelDeploymentResourcePendingPlanOK) IsCode ¶ added in v1.13.0
func (o *CancelDeploymentResourcePendingPlanOK) IsCode(code int) bool
IsCode returns true when this cancel deployment resource pending plan o k response a status code equal to that given
func (*CancelDeploymentResourcePendingPlanOK) IsRedirect ¶ added in v1.13.0
func (o *CancelDeploymentResourcePendingPlanOK) IsRedirect() bool
IsRedirect returns true when this cancel deployment resource pending plan o k response has a 3xx status code
func (*CancelDeploymentResourcePendingPlanOK) IsServerError ¶ added in v1.13.0
func (o *CancelDeploymentResourcePendingPlanOK) IsServerError() bool
IsServerError returns true when this cancel deployment resource pending plan o k response has a 5xx status code
func (*CancelDeploymentResourcePendingPlanOK) IsSuccess ¶ added in v1.13.0
func (o *CancelDeploymentResourcePendingPlanOK) IsSuccess() bool
IsSuccess returns true when this cancel deployment resource pending plan o k response has a 2xx status code
func (*CancelDeploymentResourcePendingPlanOK) String ¶ added in v1.13.0
func (o *CancelDeploymentResourcePendingPlanOK) String() string
type CancelDeploymentResourcePendingPlanParams ¶
type CancelDeploymentResourcePendingPlanParams struct { /* DeploymentID. Identifier for the Deployment */ DeploymentID string /* ForceDelete. When `true`, deletes the pending plan instead of attempting a graceful cancellation. The default is `false`. */ ForceDelete *bool /* IgnoreMissing. When `true`, returns successfully, even when plans are missing. The default is `false`. */ IgnoreMissing *bool /* RefID. User-specified RefId for the Resource (or '_main' if there is only one) */ RefID string /* ResourceKind. The kind of resource */ ResourceKind string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CancelDeploymentResourcePendingPlanParams contains all the parameters to send to the API endpoint
for the cancel deployment resource pending plan operation. Typically these are written to a http.Request.
func NewCancelDeploymentResourcePendingPlanParams ¶
func NewCancelDeploymentResourcePendingPlanParams() *CancelDeploymentResourcePendingPlanParams
NewCancelDeploymentResourcePendingPlanParams creates a new CancelDeploymentResourcePendingPlanParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewCancelDeploymentResourcePendingPlanParamsWithContext ¶
func NewCancelDeploymentResourcePendingPlanParamsWithContext(ctx context.Context) *CancelDeploymentResourcePendingPlanParams
NewCancelDeploymentResourcePendingPlanParamsWithContext creates a new CancelDeploymentResourcePendingPlanParams object with the ability to set a context for a request.
func NewCancelDeploymentResourcePendingPlanParamsWithHTTPClient ¶
func NewCancelDeploymentResourcePendingPlanParamsWithHTTPClient(client *http.Client) *CancelDeploymentResourcePendingPlanParams
NewCancelDeploymentResourcePendingPlanParamsWithHTTPClient creates a new CancelDeploymentResourcePendingPlanParams object with the ability to set a custom HTTPClient for a request.
func NewCancelDeploymentResourcePendingPlanParamsWithTimeout ¶
func NewCancelDeploymentResourcePendingPlanParamsWithTimeout(timeout time.Duration) *CancelDeploymentResourcePendingPlanParams
NewCancelDeploymentResourcePendingPlanParamsWithTimeout creates a new CancelDeploymentResourcePendingPlanParams object with the ability to set a timeout on a request.
func (*CancelDeploymentResourcePendingPlanParams) SetContext ¶
func (o *CancelDeploymentResourcePendingPlanParams) SetContext(ctx context.Context)
SetContext adds the context to the cancel deployment resource pending plan params
func (*CancelDeploymentResourcePendingPlanParams) SetDefaults ¶ added in v1.3.0
func (o *CancelDeploymentResourcePendingPlanParams) SetDefaults()
SetDefaults hydrates default values in the cancel deployment resource pending plan params (not the query body).
All values with no default are reset to their zero value.
func (*CancelDeploymentResourcePendingPlanParams) SetDeploymentID ¶
func (o *CancelDeploymentResourcePendingPlanParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the cancel deployment resource pending plan params
func (*CancelDeploymentResourcePendingPlanParams) SetForceDelete ¶
func (o *CancelDeploymentResourcePendingPlanParams) SetForceDelete(forceDelete *bool)
SetForceDelete adds the forceDelete to the cancel deployment resource pending plan params
func (*CancelDeploymentResourcePendingPlanParams) SetHTTPClient ¶
func (o *CancelDeploymentResourcePendingPlanParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the cancel deployment resource pending plan params
func (*CancelDeploymentResourcePendingPlanParams) SetIgnoreMissing ¶
func (o *CancelDeploymentResourcePendingPlanParams) SetIgnoreMissing(ignoreMissing *bool)
SetIgnoreMissing adds the ignoreMissing to the cancel deployment resource pending plan params
func (*CancelDeploymentResourcePendingPlanParams) SetRefID ¶
func (o *CancelDeploymentResourcePendingPlanParams) SetRefID(refID string)
SetRefID adds the refId to the cancel deployment resource pending plan params
func (*CancelDeploymentResourcePendingPlanParams) SetResourceKind ¶
func (o *CancelDeploymentResourcePendingPlanParams) SetResourceKind(resourceKind string)
SetResourceKind adds the resourceKind to the cancel deployment resource pending plan params
func (*CancelDeploymentResourcePendingPlanParams) SetTimeout ¶
func (o *CancelDeploymentResourcePendingPlanParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the cancel deployment resource pending plan params
func (*CancelDeploymentResourcePendingPlanParams) WithContext ¶
func (o *CancelDeploymentResourcePendingPlanParams) WithContext(ctx context.Context) *CancelDeploymentResourcePendingPlanParams
WithContext adds the context to the cancel deployment resource pending plan params
func (*CancelDeploymentResourcePendingPlanParams) WithDefaults ¶ added in v1.3.0
func (o *CancelDeploymentResourcePendingPlanParams) WithDefaults() *CancelDeploymentResourcePendingPlanParams
WithDefaults hydrates default values in the cancel deployment resource pending plan params (not the query body).
All values with no default are reset to their zero value.
func (*CancelDeploymentResourcePendingPlanParams) WithDeploymentID ¶
func (o *CancelDeploymentResourcePendingPlanParams) WithDeploymentID(deploymentID string) *CancelDeploymentResourcePendingPlanParams
WithDeploymentID adds the deploymentID to the cancel deployment resource pending plan params
func (*CancelDeploymentResourcePendingPlanParams) WithForceDelete ¶
func (o *CancelDeploymentResourcePendingPlanParams) WithForceDelete(forceDelete *bool) *CancelDeploymentResourcePendingPlanParams
WithForceDelete adds the forceDelete to the cancel deployment resource pending plan params
func (*CancelDeploymentResourcePendingPlanParams) WithHTTPClient ¶
func (o *CancelDeploymentResourcePendingPlanParams) WithHTTPClient(client *http.Client) *CancelDeploymentResourcePendingPlanParams
WithHTTPClient adds the HTTPClient to the cancel deployment resource pending plan params
func (*CancelDeploymentResourcePendingPlanParams) WithIgnoreMissing ¶
func (o *CancelDeploymentResourcePendingPlanParams) WithIgnoreMissing(ignoreMissing *bool) *CancelDeploymentResourcePendingPlanParams
WithIgnoreMissing adds the ignoreMissing to the cancel deployment resource pending plan params
func (*CancelDeploymentResourcePendingPlanParams) WithRefID ¶
func (o *CancelDeploymentResourcePendingPlanParams) WithRefID(refID string) *CancelDeploymentResourcePendingPlanParams
WithRefID adds the refID to the cancel deployment resource pending plan params
func (*CancelDeploymentResourcePendingPlanParams) WithResourceKind ¶
func (o *CancelDeploymentResourcePendingPlanParams) WithResourceKind(resourceKind string) *CancelDeploymentResourcePendingPlanParams
WithResourceKind adds the resourceKind to the cancel deployment resource pending plan params
func (*CancelDeploymentResourcePendingPlanParams) WithTimeout ¶
func (o *CancelDeploymentResourcePendingPlanParams) WithTimeout(timeout time.Duration) *CancelDeploymentResourcePendingPlanParams
WithTimeout adds the timeout to the cancel deployment resource pending plan params
func (*CancelDeploymentResourcePendingPlanParams) WriteToRequest ¶
func (o *CancelDeploymentResourcePendingPlanParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CancelDeploymentResourcePendingPlanReader ¶
type CancelDeploymentResourcePendingPlanReader struct {
// contains filtered or unexported fields
}
CancelDeploymentResourcePendingPlanReader is a Reader for the CancelDeploymentResourcePendingPlan structure.
func (*CancelDeploymentResourcePendingPlanReader) ReadResponse ¶
func (o *CancelDeploymentResourcePendingPlanReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CaptureDeploymentInstanceHeapDumpAccepted ¶ added in v1.6.0
type CaptureDeploymentInstanceHeapDumpAccepted struct {
Payload models.EmptyResponse
}
CaptureDeploymentInstanceHeapDumpAccepted describes a response with status code 202, with default header values.
Indicates that the capture has started
func NewCaptureDeploymentInstanceHeapDumpAccepted ¶ added in v1.6.0
func NewCaptureDeploymentInstanceHeapDumpAccepted() *CaptureDeploymentInstanceHeapDumpAccepted
NewCaptureDeploymentInstanceHeapDumpAccepted creates a CaptureDeploymentInstanceHeapDumpAccepted with default headers values
func (*CaptureDeploymentInstanceHeapDumpAccepted) Code ¶ added in v1.13.0
func (o *CaptureDeploymentInstanceHeapDumpAccepted) Code() int
Code gets the status code for the capture deployment instance heap dump accepted response
func (*CaptureDeploymentInstanceHeapDumpAccepted) Error ¶ added in v1.6.0
func (o *CaptureDeploymentInstanceHeapDumpAccepted) Error() string
func (*CaptureDeploymentInstanceHeapDumpAccepted) GetPayload ¶ added in v1.6.0
func (o *CaptureDeploymentInstanceHeapDumpAccepted) GetPayload() models.EmptyResponse
func (*CaptureDeploymentInstanceHeapDumpAccepted) IsClientError ¶ added in v1.13.0
func (o *CaptureDeploymentInstanceHeapDumpAccepted) IsClientError() bool
IsClientError returns true when this capture deployment instance heap dump accepted response has a 4xx status code
func (*CaptureDeploymentInstanceHeapDumpAccepted) IsCode ¶ added in v1.13.0
func (o *CaptureDeploymentInstanceHeapDumpAccepted) IsCode(code int) bool
IsCode returns true when this capture deployment instance heap dump accepted response a status code equal to that given
func (*CaptureDeploymentInstanceHeapDumpAccepted) IsRedirect ¶ added in v1.13.0
func (o *CaptureDeploymentInstanceHeapDumpAccepted) IsRedirect() bool
IsRedirect returns true when this capture deployment instance heap dump accepted response has a 3xx status code
func (*CaptureDeploymentInstanceHeapDumpAccepted) IsServerError ¶ added in v1.13.0
func (o *CaptureDeploymentInstanceHeapDumpAccepted) IsServerError() bool
IsServerError returns true when this capture deployment instance heap dump accepted response has a 5xx status code
func (*CaptureDeploymentInstanceHeapDumpAccepted) IsSuccess ¶ added in v1.13.0
func (o *CaptureDeploymentInstanceHeapDumpAccepted) IsSuccess() bool
IsSuccess returns true when this capture deployment instance heap dump accepted response has a 2xx status code
func (*CaptureDeploymentInstanceHeapDumpAccepted) String ¶ added in v1.13.0
func (o *CaptureDeploymentInstanceHeapDumpAccepted) String() string
type CaptureDeploymentInstanceHeapDumpNotFound ¶ added in v1.6.0
type CaptureDeploymentInstanceHeapDumpNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
CaptureDeploymentInstanceHeapDumpNotFound describes a response with status code 404, with default header values. * The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
* The Resource specified by {ref_id} cannot be found. (code: `deployments.deployment_resource_not_found`) * The specified instance cannot be found. (code: `deployments.instance_not_found_error`)
func NewCaptureDeploymentInstanceHeapDumpNotFound ¶ added in v1.6.0
func NewCaptureDeploymentInstanceHeapDumpNotFound() *CaptureDeploymentInstanceHeapDumpNotFound
NewCaptureDeploymentInstanceHeapDumpNotFound creates a CaptureDeploymentInstanceHeapDumpNotFound with default headers values
func (*CaptureDeploymentInstanceHeapDumpNotFound) Code ¶ added in v1.13.0
func (o *CaptureDeploymentInstanceHeapDumpNotFound) Code() int
Code gets the status code for the capture deployment instance heap dump not found response
func (*CaptureDeploymentInstanceHeapDumpNotFound) Error ¶ added in v1.6.0
func (o *CaptureDeploymentInstanceHeapDumpNotFound) Error() string
func (*CaptureDeploymentInstanceHeapDumpNotFound) GetPayload ¶ added in v1.6.0
func (o *CaptureDeploymentInstanceHeapDumpNotFound) GetPayload() *models.BasicFailedReply
func (*CaptureDeploymentInstanceHeapDumpNotFound) IsClientError ¶ added in v1.13.0
func (o *CaptureDeploymentInstanceHeapDumpNotFound) IsClientError() bool
IsClientError returns true when this capture deployment instance heap dump not found response has a 4xx status code
func (*CaptureDeploymentInstanceHeapDumpNotFound) IsCode ¶ added in v1.13.0
func (o *CaptureDeploymentInstanceHeapDumpNotFound) IsCode(code int) bool
IsCode returns true when this capture deployment instance heap dump not found response a status code equal to that given
func (*CaptureDeploymentInstanceHeapDumpNotFound) IsRedirect ¶ added in v1.13.0
func (o *CaptureDeploymentInstanceHeapDumpNotFound) IsRedirect() bool
IsRedirect returns true when this capture deployment instance heap dump not found response has a 3xx status code
func (*CaptureDeploymentInstanceHeapDumpNotFound) IsServerError ¶ added in v1.13.0
func (o *CaptureDeploymentInstanceHeapDumpNotFound) IsServerError() bool
IsServerError returns true when this capture deployment instance heap dump not found response has a 5xx status code
func (*CaptureDeploymentInstanceHeapDumpNotFound) IsSuccess ¶ added in v1.13.0
func (o *CaptureDeploymentInstanceHeapDumpNotFound) IsSuccess() bool
IsSuccess returns true when this capture deployment instance heap dump not found response has a 2xx status code
func (*CaptureDeploymentInstanceHeapDumpNotFound) String ¶ added in v1.13.0
func (o *CaptureDeploymentInstanceHeapDumpNotFound) String() string
type CaptureDeploymentInstanceHeapDumpParams ¶ added in v1.6.0
type CaptureDeploymentInstanceHeapDumpParams struct { /* DeploymentID. Identifier for the Deployment. */ DeploymentID string /* InstanceID. The instance identifier */ InstanceID string /* RefID. User-specified RefId for the Resource (or '_main' if there is only one). */ RefID string /* ResourceKind. The kind of resource (one of elasticsearch, kibana or apm). */ ResourceKind string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CaptureDeploymentInstanceHeapDumpParams contains all the parameters to send to the API endpoint
for the capture deployment instance heap dump operation. Typically these are written to a http.Request.
func NewCaptureDeploymentInstanceHeapDumpParams ¶ added in v1.6.0
func NewCaptureDeploymentInstanceHeapDumpParams() *CaptureDeploymentInstanceHeapDumpParams
NewCaptureDeploymentInstanceHeapDumpParams creates a new CaptureDeploymentInstanceHeapDumpParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewCaptureDeploymentInstanceHeapDumpParamsWithContext ¶ added in v1.6.0
func NewCaptureDeploymentInstanceHeapDumpParamsWithContext(ctx context.Context) *CaptureDeploymentInstanceHeapDumpParams
NewCaptureDeploymentInstanceHeapDumpParamsWithContext creates a new CaptureDeploymentInstanceHeapDumpParams object with the ability to set a context for a request.
func NewCaptureDeploymentInstanceHeapDumpParamsWithHTTPClient ¶ added in v1.6.0
func NewCaptureDeploymentInstanceHeapDumpParamsWithHTTPClient(client *http.Client) *CaptureDeploymentInstanceHeapDumpParams
NewCaptureDeploymentInstanceHeapDumpParamsWithHTTPClient creates a new CaptureDeploymentInstanceHeapDumpParams object with the ability to set a custom HTTPClient for a request.
func NewCaptureDeploymentInstanceHeapDumpParamsWithTimeout ¶ added in v1.6.0
func NewCaptureDeploymentInstanceHeapDumpParamsWithTimeout(timeout time.Duration) *CaptureDeploymentInstanceHeapDumpParams
NewCaptureDeploymentInstanceHeapDumpParamsWithTimeout creates a new CaptureDeploymentInstanceHeapDumpParams object with the ability to set a timeout on a request.
func (*CaptureDeploymentInstanceHeapDumpParams) SetContext ¶ added in v1.6.0
func (o *CaptureDeploymentInstanceHeapDumpParams) SetContext(ctx context.Context)
SetContext adds the context to the capture deployment instance heap dump params
func (*CaptureDeploymentInstanceHeapDumpParams) SetDefaults ¶ added in v1.6.0
func (o *CaptureDeploymentInstanceHeapDumpParams) SetDefaults()
SetDefaults hydrates default values in the capture deployment instance heap dump params (not the query body).
All values with no default are reset to their zero value.
func (*CaptureDeploymentInstanceHeapDumpParams) SetDeploymentID ¶ added in v1.6.0
func (o *CaptureDeploymentInstanceHeapDumpParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the capture deployment instance heap dump params
func (*CaptureDeploymentInstanceHeapDumpParams) SetHTTPClient ¶ added in v1.6.0
func (o *CaptureDeploymentInstanceHeapDumpParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the capture deployment instance heap dump params
func (*CaptureDeploymentInstanceHeapDumpParams) SetInstanceID ¶ added in v1.6.0
func (o *CaptureDeploymentInstanceHeapDumpParams) SetInstanceID(instanceID string)
SetInstanceID adds the instanceId to the capture deployment instance heap dump params
func (*CaptureDeploymentInstanceHeapDumpParams) SetRefID ¶ added in v1.6.0
func (o *CaptureDeploymentInstanceHeapDumpParams) SetRefID(refID string)
SetRefID adds the refId to the capture deployment instance heap dump params
func (*CaptureDeploymentInstanceHeapDumpParams) SetResourceKind ¶ added in v1.6.0
func (o *CaptureDeploymentInstanceHeapDumpParams) SetResourceKind(resourceKind string)
SetResourceKind adds the resourceKind to the capture deployment instance heap dump params
func (*CaptureDeploymentInstanceHeapDumpParams) SetTimeout ¶ added in v1.6.0
func (o *CaptureDeploymentInstanceHeapDumpParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the capture deployment instance heap dump params
func (*CaptureDeploymentInstanceHeapDumpParams) WithContext ¶ added in v1.6.0
func (o *CaptureDeploymentInstanceHeapDumpParams) WithContext(ctx context.Context) *CaptureDeploymentInstanceHeapDumpParams
WithContext adds the context to the capture deployment instance heap dump params
func (*CaptureDeploymentInstanceHeapDumpParams) WithDefaults ¶ added in v1.6.0
func (o *CaptureDeploymentInstanceHeapDumpParams) WithDefaults() *CaptureDeploymentInstanceHeapDumpParams
WithDefaults hydrates default values in the capture deployment instance heap dump params (not the query body).
All values with no default are reset to their zero value.
func (*CaptureDeploymentInstanceHeapDumpParams) WithDeploymentID ¶ added in v1.6.0
func (o *CaptureDeploymentInstanceHeapDumpParams) WithDeploymentID(deploymentID string) *CaptureDeploymentInstanceHeapDumpParams
WithDeploymentID adds the deploymentID to the capture deployment instance heap dump params
func (*CaptureDeploymentInstanceHeapDumpParams) WithHTTPClient ¶ added in v1.6.0
func (o *CaptureDeploymentInstanceHeapDumpParams) WithHTTPClient(client *http.Client) *CaptureDeploymentInstanceHeapDumpParams
WithHTTPClient adds the HTTPClient to the capture deployment instance heap dump params
func (*CaptureDeploymentInstanceHeapDumpParams) WithInstanceID ¶ added in v1.6.0
func (o *CaptureDeploymentInstanceHeapDumpParams) WithInstanceID(instanceID string) *CaptureDeploymentInstanceHeapDumpParams
WithInstanceID adds the instanceID to the capture deployment instance heap dump params
func (*CaptureDeploymentInstanceHeapDumpParams) WithRefID ¶ added in v1.6.0
func (o *CaptureDeploymentInstanceHeapDumpParams) WithRefID(refID string) *CaptureDeploymentInstanceHeapDumpParams
WithRefID adds the refID to the capture deployment instance heap dump params
func (*CaptureDeploymentInstanceHeapDumpParams) WithResourceKind ¶ added in v1.6.0
func (o *CaptureDeploymentInstanceHeapDumpParams) WithResourceKind(resourceKind string) *CaptureDeploymentInstanceHeapDumpParams
WithResourceKind adds the resourceKind to the capture deployment instance heap dump params
func (*CaptureDeploymentInstanceHeapDumpParams) WithTimeout ¶ added in v1.6.0
func (o *CaptureDeploymentInstanceHeapDumpParams) WithTimeout(timeout time.Duration) *CaptureDeploymentInstanceHeapDumpParams
WithTimeout adds the timeout to the capture deployment instance heap dump params
func (*CaptureDeploymentInstanceHeapDumpParams) WriteToRequest ¶ added in v1.6.0
func (o *CaptureDeploymentInstanceHeapDumpParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CaptureDeploymentInstanceHeapDumpReader ¶ added in v1.6.0
type CaptureDeploymentInstanceHeapDumpReader struct {
// contains filtered or unexported fields
}
CaptureDeploymentInstanceHeapDumpReader is a Reader for the CaptureDeploymentInstanceHeapDump structure.
func (*CaptureDeploymentInstanceHeapDumpReader) ReadResponse ¶ added in v1.6.0
func (o *CaptureDeploymentInstanceHeapDumpReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CaptureDeploymentInstanceThreadDumpNotFound ¶ added in v1.7.0
type CaptureDeploymentInstanceThreadDumpNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
CaptureDeploymentInstanceThreadDumpNotFound describes a response with status code 404, with default header values. * The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
* The Resource specified by {ref_id} cannot be found. (code: `deployments.deployment_resource_not_found`) * The specified instance cannot be found. (code: `deployments.instance_not_found_error`)
func NewCaptureDeploymentInstanceThreadDumpNotFound ¶ added in v1.7.0
func NewCaptureDeploymentInstanceThreadDumpNotFound() *CaptureDeploymentInstanceThreadDumpNotFound
NewCaptureDeploymentInstanceThreadDumpNotFound creates a CaptureDeploymentInstanceThreadDumpNotFound with default headers values
func (*CaptureDeploymentInstanceThreadDumpNotFound) Code ¶ added in v1.13.0
func (o *CaptureDeploymentInstanceThreadDumpNotFound) Code() int
Code gets the status code for the capture deployment instance thread dump not found response
func (*CaptureDeploymentInstanceThreadDumpNotFound) Error ¶ added in v1.7.0
func (o *CaptureDeploymentInstanceThreadDumpNotFound) Error() string
func (*CaptureDeploymentInstanceThreadDumpNotFound) GetPayload ¶ added in v1.7.0
func (o *CaptureDeploymentInstanceThreadDumpNotFound) GetPayload() *models.BasicFailedReply
func (*CaptureDeploymentInstanceThreadDumpNotFound) IsClientError ¶ added in v1.13.0
func (o *CaptureDeploymentInstanceThreadDumpNotFound) IsClientError() bool
IsClientError returns true when this capture deployment instance thread dump not found response has a 4xx status code
func (*CaptureDeploymentInstanceThreadDumpNotFound) IsCode ¶ added in v1.13.0
func (o *CaptureDeploymentInstanceThreadDumpNotFound) IsCode(code int) bool
IsCode returns true when this capture deployment instance thread dump not found response a status code equal to that given
func (*CaptureDeploymentInstanceThreadDumpNotFound) IsRedirect ¶ added in v1.13.0
func (o *CaptureDeploymentInstanceThreadDumpNotFound) IsRedirect() bool
IsRedirect returns true when this capture deployment instance thread dump not found response has a 3xx status code
func (*CaptureDeploymentInstanceThreadDumpNotFound) IsServerError ¶ added in v1.13.0
func (o *CaptureDeploymentInstanceThreadDumpNotFound) IsServerError() bool
IsServerError returns true when this capture deployment instance thread dump not found response has a 5xx status code
func (*CaptureDeploymentInstanceThreadDumpNotFound) IsSuccess ¶ added in v1.13.0
func (o *CaptureDeploymentInstanceThreadDumpNotFound) IsSuccess() bool
IsSuccess returns true when this capture deployment instance thread dump not found response has a 2xx status code
func (*CaptureDeploymentInstanceThreadDumpNotFound) String ¶ added in v1.13.0
func (o *CaptureDeploymentInstanceThreadDumpNotFound) String() string
type CaptureDeploymentInstanceThreadDumpOK ¶ added in v1.7.0
CaptureDeploymentInstanceThreadDumpOK describes a response with status code 200, with default header values.
The thread dump contents
func NewCaptureDeploymentInstanceThreadDumpOK ¶ added in v1.7.0
func NewCaptureDeploymentInstanceThreadDumpOK() *CaptureDeploymentInstanceThreadDumpOK
NewCaptureDeploymentInstanceThreadDumpOK creates a CaptureDeploymentInstanceThreadDumpOK with default headers values
func (*CaptureDeploymentInstanceThreadDumpOK) Code ¶ added in v1.13.0
func (o *CaptureDeploymentInstanceThreadDumpOK) Code() int
Code gets the status code for the capture deployment instance thread dump o k response
func (*CaptureDeploymentInstanceThreadDumpOK) Error ¶ added in v1.7.0
func (o *CaptureDeploymentInstanceThreadDumpOK) Error() string
func (*CaptureDeploymentInstanceThreadDumpOK) GetPayload ¶ added in v1.7.0
func (o *CaptureDeploymentInstanceThreadDumpOK) GetPayload() strfmt.Base64
func (*CaptureDeploymentInstanceThreadDumpOK) IsClientError ¶ added in v1.13.0
func (o *CaptureDeploymentInstanceThreadDumpOK) IsClientError() bool
IsClientError returns true when this capture deployment instance thread dump o k response has a 4xx status code
func (*CaptureDeploymentInstanceThreadDumpOK) IsCode ¶ added in v1.13.0
func (o *CaptureDeploymentInstanceThreadDumpOK) IsCode(code int) bool
IsCode returns true when this capture deployment instance thread dump o k response a status code equal to that given
func (*CaptureDeploymentInstanceThreadDumpOK) IsRedirect ¶ added in v1.13.0
func (o *CaptureDeploymentInstanceThreadDumpOK) IsRedirect() bool
IsRedirect returns true when this capture deployment instance thread dump o k response has a 3xx status code
func (*CaptureDeploymentInstanceThreadDumpOK) IsServerError ¶ added in v1.13.0
func (o *CaptureDeploymentInstanceThreadDumpOK) IsServerError() bool
IsServerError returns true when this capture deployment instance thread dump o k response has a 5xx status code
func (*CaptureDeploymentInstanceThreadDumpOK) IsSuccess ¶ added in v1.13.0
func (o *CaptureDeploymentInstanceThreadDumpOK) IsSuccess() bool
IsSuccess returns true when this capture deployment instance thread dump o k response has a 2xx status code
func (*CaptureDeploymentInstanceThreadDumpOK) String ¶ added in v1.13.0
func (o *CaptureDeploymentInstanceThreadDumpOK) String() string
type CaptureDeploymentInstanceThreadDumpParams ¶ added in v1.7.0
type CaptureDeploymentInstanceThreadDumpParams struct { /* DeploymentID. Identifier for the Deployment. */ DeploymentID string /* InstanceID. The instance identifier */ InstanceID string /* RefID. User-specified RefId for the Resource (or '_main' if there is only one). */ RefID string /* ResourceKind. The kind of resource (one of elasticsearch, kibana or apm). */ ResourceKind string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CaptureDeploymentInstanceThreadDumpParams contains all the parameters to send to the API endpoint
for the capture deployment instance thread dump operation. Typically these are written to a http.Request.
func NewCaptureDeploymentInstanceThreadDumpParams ¶ added in v1.7.0
func NewCaptureDeploymentInstanceThreadDumpParams() *CaptureDeploymentInstanceThreadDumpParams
NewCaptureDeploymentInstanceThreadDumpParams creates a new CaptureDeploymentInstanceThreadDumpParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewCaptureDeploymentInstanceThreadDumpParamsWithContext ¶ added in v1.7.0
func NewCaptureDeploymentInstanceThreadDumpParamsWithContext(ctx context.Context) *CaptureDeploymentInstanceThreadDumpParams
NewCaptureDeploymentInstanceThreadDumpParamsWithContext creates a new CaptureDeploymentInstanceThreadDumpParams object with the ability to set a context for a request.
func NewCaptureDeploymentInstanceThreadDumpParamsWithHTTPClient ¶ added in v1.7.0
func NewCaptureDeploymentInstanceThreadDumpParamsWithHTTPClient(client *http.Client) *CaptureDeploymentInstanceThreadDumpParams
NewCaptureDeploymentInstanceThreadDumpParamsWithHTTPClient creates a new CaptureDeploymentInstanceThreadDumpParams object with the ability to set a custom HTTPClient for a request.
func NewCaptureDeploymentInstanceThreadDumpParamsWithTimeout ¶ added in v1.7.0
func NewCaptureDeploymentInstanceThreadDumpParamsWithTimeout(timeout time.Duration) *CaptureDeploymentInstanceThreadDumpParams
NewCaptureDeploymentInstanceThreadDumpParamsWithTimeout creates a new CaptureDeploymentInstanceThreadDumpParams object with the ability to set a timeout on a request.
func (*CaptureDeploymentInstanceThreadDumpParams) SetContext ¶ added in v1.7.0
func (o *CaptureDeploymentInstanceThreadDumpParams) SetContext(ctx context.Context)
SetContext adds the context to the capture deployment instance thread dump params
func (*CaptureDeploymentInstanceThreadDumpParams) SetDefaults ¶ added in v1.7.0
func (o *CaptureDeploymentInstanceThreadDumpParams) SetDefaults()
SetDefaults hydrates default values in the capture deployment instance thread dump params (not the query body).
All values with no default are reset to their zero value.
func (*CaptureDeploymentInstanceThreadDumpParams) SetDeploymentID ¶ added in v1.7.0
func (o *CaptureDeploymentInstanceThreadDumpParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the capture deployment instance thread dump params
func (*CaptureDeploymentInstanceThreadDumpParams) SetHTTPClient ¶ added in v1.7.0
func (o *CaptureDeploymentInstanceThreadDumpParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the capture deployment instance thread dump params
func (*CaptureDeploymentInstanceThreadDumpParams) SetInstanceID ¶ added in v1.7.0
func (o *CaptureDeploymentInstanceThreadDumpParams) SetInstanceID(instanceID string)
SetInstanceID adds the instanceId to the capture deployment instance thread dump params
func (*CaptureDeploymentInstanceThreadDumpParams) SetRefID ¶ added in v1.7.0
func (o *CaptureDeploymentInstanceThreadDumpParams) SetRefID(refID string)
SetRefID adds the refId to the capture deployment instance thread dump params
func (*CaptureDeploymentInstanceThreadDumpParams) SetResourceKind ¶ added in v1.7.0
func (o *CaptureDeploymentInstanceThreadDumpParams) SetResourceKind(resourceKind string)
SetResourceKind adds the resourceKind to the capture deployment instance thread dump params
func (*CaptureDeploymentInstanceThreadDumpParams) SetTimeout ¶ added in v1.7.0
func (o *CaptureDeploymentInstanceThreadDumpParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the capture deployment instance thread dump params
func (*CaptureDeploymentInstanceThreadDumpParams) WithContext ¶ added in v1.7.0
func (o *CaptureDeploymentInstanceThreadDumpParams) WithContext(ctx context.Context) *CaptureDeploymentInstanceThreadDumpParams
WithContext adds the context to the capture deployment instance thread dump params
func (*CaptureDeploymentInstanceThreadDumpParams) WithDefaults ¶ added in v1.7.0
func (o *CaptureDeploymentInstanceThreadDumpParams) WithDefaults() *CaptureDeploymentInstanceThreadDumpParams
WithDefaults hydrates default values in the capture deployment instance thread dump params (not the query body).
All values with no default are reset to their zero value.
func (*CaptureDeploymentInstanceThreadDumpParams) WithDeploymentID ¶ added in v1.7.0
func (o *CaptureDeploymentInstanceThreadDumpParams) WithDeploymentID(deploymentID string) *CaptureDeploymentInstanceThreadDumpParams
WithDeploymentID adds the deploymentID to the capture deployment instance thread dump params
func (*CaptureDeploymentInstanceThreadDumpParams) WithHTTPClient ¶ added in v1.7.0
func (o *CaptureDeploymentInstanceThreadDumpParams) WithHTTPClient(client *http.Client) *CaptureDeploymentInstanceThreadDumpParams
WithHTTPClient adds the HTTPClient to the capture deployment instance thread dump params
func (*CaptureDeploymentInstanceThreadDumpParams) WithInstanceID ¶ added in v1.7.0
func (o *CaptureDeploymentInstanceThreadDumpParams) WithInstanceID(instanceID string) *CaptureDeploymentInstanceThreadDumpParams
WithInstanceID adds the instanceID to the capture deployment instance thread dump params
func (*CaptureDeploymentInstanceThreadDumpParams) WithRefID ¶ added in v1.7.0
func (o *CaptureDeploymentInstanceThreadDumpParams) WithRefID(refID string) *CaptureDeploymentInstanceThreadDumpParams
WithRefID adds the refID to the capture deployment instance thread dump params
func (*CaptureDeploymentInstanceThreadDumpParams) WithResourceKind ¶ added in v1.7.0
func (o *CaptureDeploymentInstanceThreadDumpParams) WithResourceKind(resourceKind string) *CaptureDeploymentInstanceThreadDumpParams
WithResourceKind adds the resourceKind to the capture deployment instance thread dump params
func (*CaptureDeploymentInstanceThreadDumpParams) WithTimeout ¶ added in v1.7.0
func (o *CaptureDeploymentInstanceThreadDumpParams) WithTimeout(timeout time.Duration) *CaptureDeploymentInstanceThreadDumpParams
WithTimeout adds the timeout to the capture deployment instance thread dump params
func (*CaptureDeploymentInstanceThreadDumpParams) WriteToRequest ¶ added in v1.7.0
func (o *CaptureDeploymentInstanceThreadDumpParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CaptureDeploymentInstanceThreadDumpReader ¶ added in v1.7.0
type CaptureDeploymentInstanceThreadDumpReader struct {
// contains filtered or unexported fields
}
CaptureDeploymentInstanceThreadDumpReader is a Reader for the CaptureDeploymentInstanceThreadDump structure.
func (*CaptureDeploymentInstanceThreadDumpReader) ReadResponse ¶ added in v1.7.0
func (o *CaptureDeploymentInstanceThreadDumpReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CaptureDeploymentResourceDiagnosticsNotFound ¶ added in v1.7.0
type CaptureDeploymentResourceDiagnosticsNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
CaptureDeploymentResourceDiagnosticsNotFound describes a response with status code 404, with default header values. * The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
* The Resource specified by {ref_id} cannot be found. (code: `deployments.deployment_resource_not_found`)
func NewCaptureDeploymentResourceDiagnosticsNotFound ¶ added in v1.7.0
func NewCaptureDeploymentResourceDiagnosticsNotFound() *CaptureDeploymentResourceDiagnosticsNotFound
NewCaptureDeploymentResourceDiagnosticsNotFound creates a CaptureDeploymentResourceDiagnosticsNotFound with default headers values
func (*CaptureDeploymentResourceDiagnosticsNotFound) Code ¶ added in v1.13.0
func (o *CaptureDeploymentResourceDiagnosticsNotFound) Code() int
Code gets the status code for the capture deployment resource diagnostics not found response
func (*CaptureDeploymentResourceDiagnosticsNotFound) Error ¶ added in v1.7.0
func (o *CaptureDeploymentResourceDiagnosticsNotFound) Error() string
func (*CaptureDeploymentResourceDiagnosticsNotFound) GetPayload ¶ added in v1.7.0
func (o *CaptureDeploymentResourceDiagnosticsNotFound) GetPayload() *models.BasicFailedReply
func (*CaptureDeploymentResourceDiagnosticsNotFound) IsClientError ¶ added in v1.13.0
func (o *CaptureDeploymentResourceDiagnosticsNotFound) IsClientError() bool
IsClientError returns true when this capture deployment resource diagnostics not found response has a 4xx status code
func (*CaptureDeploymentResourceDiagnosticsNotFound) IsCode ¶ added in v1.13.0
func (o *CaptureDeploymentResourceDiagnosticsNotFound) IsCode(code int) bool
IsCode returns true when this capture deployment resource diagnostics not found response a status code equal to that given
func (*CaptureDeploymentResourceDiagnosticsNotFound) IsRedirect ¶ added in v1.13.0
func (o *CaptureDeploymentResourceDiagnosticsNotFound) IsRedirect() bool
IsRedirect returns true when this capture deployment resource diagnostics not found response has a 3xx status code
func (*CaptureDeploymentResourceDiagnosticsNotFound) IsServerError ¶ added in v1.13.0
func (o *CaptureDeploymentResourceDiagnosticsNotFound) IsServerError() bool
IsServerError returns true when this capture deployment resource diagnostics not found response has a 5xx status code
func (*CaptureDeploymentResourceDiagnosticsNotFound) IsSuccess ¶ added in v1.13.0
func (o *CaptureDeploymentResourceDiagnosticsNotFound) IsSuccess() bool
IsSuccess returns true when this capture deployment resource diagnostics not found response has a 2xx status code
func (*CaptureDeploymentResourceDiagnosticsNotFound) String ¶ added in v1.13.0
func (o *CaptureDeploymentResourceDiagnosticsNotFound) String() string
type CaptureDeploymentResourceDiagnosticsOK ¶ added in v1.7.0
CaptureDeploymentResourceDiagnosticsOK describes a response with status code 200, with default header values.
The diagnostic bundle as a zip file
func NewCaptureDeploymentResourceDiagnosticsOK ¶ added in v1.7.0
func NewCaptureDeploymentResourceDiagnosticsOK() *CaptureDeploymentResourceDiagnosticsOK
NewCaptureDeploymentResourceDiagnosticsOK creates a CaptureDeploymentResourceDiagnosticsOK with default headers values
func (*CaptureDeploymentResourceDiagnosticsOK) Code ¶ added in v1.13.0
func (o *CaptureDeploymentResourceDiagnosticsOK) Code() int
Code gets the status code for the capture deployment resource diagnostics o k response
func (*CaptureDeploymentResourceDiagnosticsOK) Error ¶ added in v1.7.0
func (o *CaptureDeploymentResourceDiagnosticsOK) Error() string
func (*CaptureDeploymentResourceDiagnosticsOK) GetPayload ¶ added in v1.7.0
func (o *CaptureDeploymentResourceDiagnosticsOK) GetPayload() strfmt.Base64
func (*CaptureDeploymentResourceDiagnosticsOK) IsClientError ¶ added in v1.13.0
func (o *CaptureDeploymentResourceDiagnosticsOK) IsClientError() bool
IsClientError returns true when this capture deployment resource diagnostics o k response has a 4xx status code
func (*CaptureDeploymentResourceDiagnosticsOK) IsCode ¶ added in v1.13.0
func (o *CaptureDeploymentResourceDiagnosticsOK) IsCode(code int) bool
IsCode returns true when this capture deployment resource diagnostics o k response a status code equal to that given
func (*CaptureDeploymentResourceDiagnosticsOK) IsRedirect ¶ added in v1.13.0
func (o *CaptureDeploymentResourceDiagnosticsOK) IsRedirect() bool
IsRedirect returns true when this capture deployment resource diagnostics o k response has a 3xx status code
func (*CaptureDeploymentResourceDiagnosticsOK) IsServerError ¶ added in v1.13.0
func (o *CaptureDeploymentResourceDiagnosticsOK) IsServerError() bool
IsServerError returns true when this capture deployment resource diagnostics o k response has a 5xx status code
func (*CaptureDeploymentResourceDiagnosticsOK) IsSuccess ¶ added in v1.13.0
func (o *CaptureDeploymentResourceDiagnosticsOK) IsSuccess() bool
IsSuccess returns true when this capture deployment resource diagnostics o k response has a 2xx status code
func (*CaptureDeploymentResourceDiagnosticsOK) String ¶ added in v1.13.0
func (o *CaptureDeploymentResourceDiagnosticsOK) String() string
type CaptureDeploymentResourceDiagnosticsParams ¶ added in v1.7.0
type CaptureDeploymentResourceDiagnosticsParams struct { /* DeploymentID. Identifier for the Deployment */ DeploymentID string /* Mode. Capture mode - whether to obtain all the diagnostics data or the lightweight, essential-only subset of it. Applicable only to Elasticsearch, ignored for any other components which have just one capture mode implemented. Default: "Full" */ Mode *string /* RefID. User-specified RefId for the Resource (or '_main' if there is only one). */ RefID string /* ResourceKind. The kind of resource (one of elasticsearch or kibana). */ ResourceKind string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CaptureDeploymentResourceDiagnosticsParams contains all the parameters to send to the API endpoint
for the capture deployment resource diagnostics operation. Typically these are written to a http.Request.
func NewCaptureDeploymentResourceDiagnosticsParams ¶ added in v1.7.0
func NewCaptureDeploymentResourceDiagnosticsParams() *CaptureDeploymentResourceDiagnosticsParams
NewCaptureDeploymentResourceDiagnosticsParams creates a new CaptureDeploymentResourceDiagnosticsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewCaptureDeploymentResourceDiagnosticsParamsWithContext ¶ added in v1.7.0
func NewCaptureDeploymentResourceDiagnosticsParamsWithContext(ctx context.Context) *CaptureDeploymentResourceDiagnosticsParams
NewCaptureDeploymentResourceDiagnosticsParamsWithContext creates a new CaptureDeploymentResourceDiagnosticsParams object with the ability to set a context for a request.
func NewCaptureDeploymentResourceDiagnosticsParamsWithHTTPClient ¶ added in v1.7.0
func NewCaptureDeploymentResourceDiagnosticsParamsWithHTTPClient(client *http.Client) *CaptureDeploymentResourceDiagnosticsParams
NewCaptureDeploymentResourceDiagnosticsParamsWithHTTPClient creates a new CaptureDeploymentResourceDiagnosticsParams object with the ability to set a custom HTTPClient for a request.
func NewCaptureDeploymentResourceDiagnosticsParamsWithTimeout ¶ added in v1.7.0
func NewCaptureDeploymentResourceDiagnosticsParamsWithTimeout(timeout time.Duration) *CaptureDeploymentResourceDiagnosticsParams
NewCaptureDeploymentResourceDiagnosticsParamsWithTimeout creates a new CaptureDeploymentResourceDiagnosticsParams object with the ability to set a timeout on a request.
func (*CaptureDeploymentResourceDiagnosticsParams) SetContext ¶ added in v1.7.0
func (o *CaptureDeploymentResourceDiagnosticsParams) SetContext(ctx context.Context)
SetContext adds the context to the capture deployment resource diagnostics params
func (*CaptureDeploymentResourceDiagnosticsParams) SetDefaults ¶ added in v1.7.0
func (o *CaptureDeploymentResourceDiagnosticsParams) SetDefaults()
SetDefaults hydrates default values in the capture deployment resource diagnostics params (not the query body).
All values with no default are reset to their zero value.
func (*CaptureDeploymentResourceDiagnosticsParams) SetDeploymentID ¶ added in v1.7.0
func (o *CaptureDeploymentResourceDiagnosticsParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the capture deployment resource diagnostics params
func (*CaptureDeploymentResourceDiagnosticsParams) SetHTTPClient ¶ added in v1.7.0
func (o *CaptureDeploymentResourceDiagnosticsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the capture deployment resource diagnostics params
func (*CaptureDeploymentResourceDiagnosticsParams) SetMode ¶ added in v1.15.0
func (o *CaptureDeploymentResourceDiagnosticsParams) SetMode(mode *string)
SetMode adds the mode to the capture deployment resource diagnostics params
func (*CaptureDeploymentResourceDiagnosticsParams) SetRefID ¶ added in v1.7.0
func (o *CaptureDeploymentResourceDiagnosticsParams) SetRefID(refID string)
SetRefID adds the refId to the capture deployment resource diagnostics params
func (*CaptureDeploymentResourceDiagnosticsParams) SetResourceKind ¶ added in v1.7.0
func (o *CaptureDeploymentResourceDiagnosticsParams) SetResourceKind(resourceKind string)
SetResourceKind adds the resourceKind to the capture deployment resource diagnostics params
func (*CaptureDeploymentResourceDiagnosticsParams) SetTimeout ¶ added in v1.7.0
func (o *CaptureDeploymentResourceDiagnosticsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the capture deployment resource diagnostics params
func (*CaptureDeploymentResourceDiagnosticsParams) WithContext ¶ added in v1.7.0
func (o *CaptureDeploymentResourceDiagnosticsParams) WithContext(ctx context.Context) *CaptureDeploymentResourceDiagnosticsParams
WithContext adds the context to the capture deployment resource diagnostics params
func (*CaptureDeploymentResourceDiagnosticsParams) WithDefaults ¶ added in v1.7.0
func (o *CaptureDeploymentResourceDiagnosticsParams) WithDefaults() *CaptureDeploymentResourceDiagnosticsParams
WithDefaults hydrates default values in the capture deployment resource diagnostics params (not the query body).
All values with no default are reset to their zero value.
func (*CaptureDeploymentResourceDiagnosticsParams) WithDeploymentID ¶ added in v1.7.0
func (o *CaptureDeploymentResourceDiagnosticsParams) WithDeploymentID(deploymentID string) *CaptureDeploymentResourceDiagnosticsParams
WithDeploymentID adds the deploymentID to the capture deployment resource diagnostics params
func (*CaptureDeploymentResourceDiagnosticsParams) WithHTTPClient ¶ added in v1.7.0
func (o *CaptureDeploymentResourceDiagnosticsParams) WithHTTPClient(client *http.Client) *CaptureDeploymentResourceDiagnosticsParams
WithHTTPClient adds the HTTPClient to the capture deployment resource diagnostics params
func (*CaptureDeploymentResourceDiagnosticsParams) WithMode ¶ added in v1.15.0
func (o *CaptureDeploymentResourceDiagnosticsParams) WithMode(mode *string) *CaptureDeploymentResourceDiagnosticsParams
WithMode adds the mode to the capture deployment resource diagnostics params
func (*CaptureDeploymentResourceDiagnosticsParams) WithRefID ¶ added in v1.7.0
func (o *CaptureDeploymentResourceDiagnosticsParams) WithRefID(refID string) *CaptureDeploymentResourceDiagnosticsParams
WithRefID adds the refID to the capture deployment resource diagnostics params
func (*CaptureDeploymentResourceDiagnosticsParams) WithResourceKind ¶ added in v1.7.0
func (o *CaptureDeploymentResourceDiagnosticsParams) WithResourceKind(resourceKind string) *CaptureDeploymentResourceDiagnosticsParams
WithResourceKind adds the resourceKind to the capture deployment resource diagnostics params
func (*CaptureDeploymentResourceDiagnosticsParams) WithTimeout ¶ added in v1.7.0
func (o *CaptureDeploymentResourceDiagnosticsParams) WithTimeout(timeout time.Duration) *CaptureDeploymentResourceDiagnosticsParams
WithTimeout adds the timeout to the capture deployment resource diagnostics params
func (*CaptureDeploymentResourceDiagnosticsParams) WriteToRequest ¶ added in v1.7.0
func (o *CaptureDeploymentResourceDiagnosticsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CaptureDeploymentResourceDiagnosticsPreconditionFailed ¶ added in v1.7.0
type CaptureDeploymentResourceDiagnosticsPreconditionFailed struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
CaptureDeploymentResourceDiagnosticsPreconditionFailed describes a response with status code 412, with default header values.
The diagnostics cannot be generated because the cluster is either stopped or initializing. (code: `clusters.cluster_plan_state_error`)
func NewCaptureDeploymentResourceDiagnosticsPreconditionFailed ¶ added in v1.7.0
func NewCaptureDeploymentResourceDiagnosticsPreconditionFailed() *CaptureDeploymentResourceDiagnosticsPreconditionFailed
NewCaptureDeploymentResourceDiagnosticsPreconditionFailed creates a CaptureDeploymentResourceDiagnosticsPreconditionFailed with default headers values
func (*CaptureDeploymentResourceDiagnosticsPreconditionFailed) Code ¶ added in v1.13.0
func (o *CaptureDeploymentResourceDiagnosticsPreconditionFailed) Code() int
Code gets the status code for the capture deployment resource diagnostics precondition failed response
func (*CaptureDeploymentResourceDiagnosticsPreconditionFailed) Error ¶ added in v1.7.0
func (o *CaptureDeploymentResourceDiagnosticsPreconditionFailed) Error() string
func (*CaptureDeploymentResourceDiagnosticsPreconditionFailed) GetPayload ¶ added in v1.7.0
func (o *CaptureDeploymentResourceDiagnosticsPreconditionFailed) GetPayload() *models.BasicFailedReply
func (*CaptureDeploymentResourceDiagnosticsPreconditionFailed) IsClientError ¶ added in v1.13.0
func (o *CaptureDeploymentResourceDiagnosticsPreconditionFailed) IsClientError() bool
IsClientError returns true when this capture deployment resource diagnostics precondition failed response has a 4xx status code
func (*CaptureDeploymentResourceDiagnosticsPreconditionFailed) IsCode ¶ added in v1.13.0
func (o *CaptureDeploymentResourceDiagnosticsPreconditionFailed) IsCode(code int) bool
IsCode returns true when this capture deployment resource diagnostics precondition failed response a status code equal to that given
func (*CaptureDeploymentResourceDiagnosticsPreconditionFailed) IsRedirect ¶ added in v1.13.0
func (o *CaptureDeploymentResourceDiagnosticsPreconditionFailed) IsRedirect() bool
IsRedirect returns true when this capture deployment resource diagnostics precondition failed response has a 3xx status code
func (*CaptureDeploymentResourceDiagnosticsPreconditionFailed) IsServerError ¶ added in v1.13.0
func (o *CaptureDeploymentResourceDiagnosticsPreconditionFailed) IsServerError() bool
IsServerError returns true when this capture deployment resource diagnostics precondition failed response has a 5xx status code
func (*CaptureDeploymentResourceDiagnosticsPreconditionFailed) IsSuccess ¶ added in v1.13.0
func (o *CaptureDeploymentResourceDiagnosticsPreconditionFailed) IsSuccess() bool
IsSuccess returns true when this capture deployment resource diagnostics precondition failed response has a 2xx status code
func (*CaptureDeploymentResourceDiagnosticsPreconditionFailed) String ¶ added in v1.13.0
func (o *CaptureDeploymentResourceDiagnosticsPreconditionFailed) String() string
type CaptureDeploymentResourceDiagnosticsReader ¶ added in v1.7.0
type CaptureDeploymentResourceDiagnosticsReader struct {
// contains filtered or unexported fields
}
CaptureDeploymentResourceDiagnosticsReader is a Reader for the CaptureDeploymentResourceDiagnostics structure.
func (*CaptureDeploymentResourceDiagnosticsReader) ReadResponse ¶ added in v1.7.0
func (o *CaptureDeploymentResourceDiagnosticsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for deployments API
func (*Client) CancelDeploymentResourcePendingPlan ¶
func (a *Client) CancelDeploymentResourcePendingPlan(params *CancelDeploymentResourcePendingPlanParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CancelDeploymentResourcePendingPlanOK, error)
CancelDeploymentResourcePendingPlan cancels resource pending plan
Cancels the pending plan of a Resource belonging to a given Deployment.
func (*Client) CaptureDeploymentInstanceHeapDump ¶ added in v1.6.0
func (a *Client) CaptureDeploymentInstanceHeapDump(params *CaptureDeploymentInstanceHeapDumpParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CaptureDeploymentInstanceHeapDumpAccepted, error)
CaptureDeploymentInstanceHeapDump captures a new on demand heap dump for the given instance
Captures a new on-demand heap dump for the given instance. The capture is completed asynchronously, and you can check its progress by getting heap dumps for the given resource.
func (*Client) CaptureDeploymentInstanceThreadDump ¶ added in v1.7.0
func (a *Client) CaptureDeploymentInstanceThreadDump(params *CaptureDeploymentInstanceThreadDumpParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CaptureDeploymentInstanceThreadDumpOK, error)
CaptureDeploymentInstanceThreadDump captures a new thread dump for the given instance
Captures a new thread dump for the given instance and returns the thread dump contents.
func (*Client) CaptureDeploymentResourceDiagnostics ¶ added in v1.7.0
func (a *Client) CaptureDeploymentResourceDiagnostics(params *CaptureDeploymentResourceDiagnosticsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CaptureDeploymentResourceDiagnosticsOK, error)
CaptureDeploymentResourceDiagnostics captures diagnostics for an elasticsearch or kibana resource
Retrieves a diagnostic bundle from an active cluster. To successfully retrieve a diagnostic bundle, the cluster must be responsive.
func (*Client) CreateDeployment ¶
func (a *Client) CreateDeployment(params *CreateDeploymentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateDeploymentOK, *CreateDeploymentCreated, *CreateDeploymentAccepted, error)
CreateDeployment creates deployment
Creates a Deployment.
func (*Client) DeleteDeployment ¶
func (a *Client) DeleteDeployment(params *DeleteDeploymentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteDeploymentOK, error)
DeleteDeployment deletes deployment
Deletes a Deployment and all its resources.
func (*Client) DeleteDeploymentResourceProxyRequests ¶ added in v1.7.0
func (a *Client) DeleteDeploymentResourceProxyRequests(params *DeleteDeploymentResourceProxyRequestsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteDeploymentResourceProxyRequestsOK, error)
DeleteDeploymentResourceProxyRequests proxies HTTP d e l e t e request
Proxies the HTTP DELETE request to the deployment resource. You must specify the `X-Management-Request` HTTP header. NOTE: Use this endpoint for management purposes. It does not provide high performance.
func (*Client) DeleteDeploymentStatelessResource ¶
func (a *Client) DeleteDeploymentStatelessResource(params *DeleteDeploymentStatelessResourceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteDeploymentStatelessResourceOK, error)
DeleteDeploymentStatelessResource deletes stateless resource from deployment
Delete Stateless Resource belonging to a given Deployment. Deployment must be shutdown already.
func (*Client) DeploymentApmResetSecretToken ¶
func (a *Client) DeploymentApmResetSecretToken(params *DeploymentApmResetSecretTokenParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeploymentApmResetSecretTokenAccepted, error)
DeploymentApmResetSecretToken resets the secret token for an a p m resource
Reset the token of an APM resource.
func (*Client) DownloadDeploymentInstanceHeapDump ¶ added in v1.6.0
func (a *Client) DownloadDeploymentInstanceHeapDump(params *DownloadDeploymentInstanceHeapDumpParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DownloadDeploymentInstanceHeapDumpOK, error)
DownloadDeploymentInstanceHeapDump downloads the given instance s heap dump
Returns the given instance's heap dump for download.
func (*Client) EnableDeploymentResourceCcr ¶ added in v1.3.0
func (a *Client) EnableDeploymentResourceCcr(params *EnableDeploymentResourceCcrParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EnableDeploymentResourceCcrOK, error)
EnableDeploymentResourceCcr migrates elasticsearch and associated kibana resources to enable c c r
Migrates the specified Elasticsearch resource and its associated Kibana to enable CCR (if supported).
func (*Client) EnableDeploymentResourceIlm ¶
func (a *Client) EnableDeploymentResourceIlm(params *EnableDeploymentResourceIlmParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EnableDeploymentResourceIlmOK, error)
EnableDeploymentResourceIlm migrates elasticsearch resource to use i l m
Migrates the specified Elasticsearch resource to use ILM.
func (*Client) EnableDeploymentResourceSlm ¶
func (a *Client) EnableDeploymentResourceSlm(params *EnableDeploymentResourceSlmParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EnableDeploymentResourceSlmOK, error)
EnableDeploymentResourceSlm migrates elasticsearch resource to use s l m
Migrates the specified Elasticsearch resource to use SLM.
func (*Client) GetAppsearchReadOnlyMode ¶
func (a *Client) GetAppsearchReadOnlyMode(params *GetAppsearchReadOnlyModeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAppsearchReadOnlyModeOK, error)
GetAppsearchReadOnlyMode sets app search read only status
Enable/Disable read-only mode on the given App Search resource.
func (*Client) GetDeployment ¶
func (a *Client) GetDeployment(params *GetDeploymentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentOK, error)
GetDeployment gets deployment
Retrieves information about a Deployment.
func (*Client) GetDeploymentApmResourceInfo ¶
func (a *Client) GetDeploymentApmResourceInfo(params *GetDeploymentApmResourceInfoParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentApmResourceInfoOK, error)
GetDeploymentApmResourceInfo gets deployment a p m resource info
Get info about an APM Resource belonging to a given Deployment.
func (*Client) GetDeploymentAppsearchResourceInfo ¶
func (a *Client) GetDeploymentAppsearchResourceInfo(params *GetDeploymentAppsearchResourceInfoParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentAppsearchResourceInfoOK, error)
GetDeploymentAppsearchResourceInfo gets deployment app search resource info
Get info about an App Search Resource belonging to a given Deployment.
func (*Client) GetDeploymentCertificateAuthority ¶ added in v1.10.0
func (a *Client) GetDeploymentCertificateAuthority(params *GetDeploymentCertificateAuthorityParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentCertificateAuthorityOK, error)
GetDeploymentCertificateAuthority gets certificate authority
Returns the certificate authority used to sign the certificates of this deployment.
func (*Client) GetDeploymentEnterpriseSearchResourceInfo ¶
func (a *Client) GetDeploymentEnterpriseSearchResourceInfo(params *GetDeploymentEnterpriseSearchResourceInfoParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentEnterpriseSearchResourceInfoOK, error)
GetDeploymentEnterpriseSearchResourceInfo gets deployment enterprise search resource info
Get info about an Enterprise Search Resource belonging to a given Deployment.
func (*Client) GetDeploymentEsResourceEligibleRemoteClusters ¶ added in v1.2.0
func (a *Client) GetDeploymentEsResourceEligibleRemoteClusters(params *GetDeploymentEsResourceEligibleRemoteClustersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentEsResourceEligibleRemoteClustersOK, error)
GetDeploymentEsResourceEligibleRemoteClusters gets eligible remote clusters
Returns the list of deployments which contain eligible remote clusters for the elasticsearch resource.
func (*Client) GetDeploymentEsResourceInfo ¶
func (a *Client) GetDeploymentEsResourceInfo(params *GetDeploymentEsResourceInfoParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentEsResourceInfoOK, error)
GetDeploymentEsResourceInfo gets deployment elasticsearch resource info
Get info about an Elasticsearch Resource belonging to a given Deployment.
func (*Client) GetDeploymentEsResourceKeystore ¶
func (a *Client) GetDeploymentEsResourceKeystore(params *GetDeploymentEsResourceKeystoreParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentEsResourceKeystoreOK, error)
GetDeploymentEsResourceKeystore gets the items in the elasticsearch resource keystore
Fetches the current fields and metadata (but not the values) of the keystore for the Elasticsearch resource.
func (*Client) GetDeploymentEsResourceRemoteClusters ¶
func (a *Client) GetDeploymentEsResourceRemoteClusters(params *GetDeploymentEsResourceRemoteClustersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentEsResourceRemoteClustersOK, error)
GetDeploymentEsResourceRemoteClusters gets certificate based remote clusters
Returns the list of certificate based remote clusters for the elasticsearch resource.
func (*Client) GetDeploymentHeapDumps ¶ added in v1.6.0
func (a *Client) GetDeploymentHeapDumps(params *GetDeploymentHeapDumpsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentHeapDumpsOK, error)
GetDeploymentHeapDumps gets details about heap dumps for a deployment
Gets details about existing heap dumps and in progress heap dump captures across all instances belonging to the deployment.
func (*Client) GetDeploymentIntegrationsServerResourceInfo ¶ added in v1.8.0
func (a *Client) GetDeploymentIntegrationsServerResourceInfo(params *GetDeploymentIntegrationsServerResourceInfoParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentIntegrationsServerResourceInfoOK, error)
GetDeploymentIntegrationsServerResourceInfo gets deployment integrations server resource info
Get info about an Integrations Server Resource belonging to a given Deployment.
func (*Client) GetDeploymentKibResourceInfo ¶
func (a *Client) GetDeploymentKibResourceInfo(params *GetDeploymentKibResourceInfoParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentKibResourceInfoOK, error)
GetDeploymentKibResourceInfo gets deployment kibana resource info
Get info about a Kibana Resource belonging to a given Deployment.
func (*Client) GetDeploymentResourcePlanActivity ¶ added in v1.10.0
func (a *Client) GetDeploymentResourcePlanActivity(params *GetDeploymentResourcePlanActivityParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentResourcePlanActivityOK, error)
GetDeploymentResourcePlanActivity gets plan activity
Retrieves details for a single plan activity for the given resource.
func (*Client) GetDeploymentResourceProxyRequests ¶ added in v1.7.0
func (a *Client) GetDeploymentResourceProxyRequests(params *GetDeploymentResourceProxyRequestsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentResourceProxyRequestsOK, error)
GetDeploymentResourceProxyRequests proxies HTTP g e t request
Proxies the HTTP GET request to the deployment resource. You must specify the `X-Management-Request` HTTP header. NOTE: Use this endpoint for management purposes. It does not provide high performance.
func (*Client) GetDeploymentUpgradeAssistantStatus ¶ added in v1.8.0
func (a *Client) GetDeploymentUpgradeAssistantStatus(params *GetDeploymentUpgradeAssistantStatusParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentUpgradeAssistantStatusOK, error)
GetDeploymentUpgradeAssistantStatus gets deployment upgade assistant status
Get details about an Elasticsearch resource belonging to a given deployment.
func (*Client) ListDeployments ¶
func (a *Client) ListDeployments(params *ListDeploymentsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListDeploymentsOK, error)
ListDeployments lists deployments
List Deployments.
func (*Client) MigrateDeploymentTemplate ¶ added in v1.10.0
func (a *Client) MigrateDeploymentTemplate(params *MigrateDeploymentTemplateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MigrateDeploymentTemplateOK, error)
MigrateDeploymentTemplate builds request to migrate deployment to a different template
Returns a deployment update request that would migrate this deployment to a different template.
func (*Client) MoveDeploymentElasticsearchResourceInstances ¶ added in v1.8.0
func (a *Client) MoveDeploymentElasticsearchResourceInstances(params *MoveDeploymentElasticsearchResourceInstancesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MoveDeploymentElasticsearchResourceInstancesOK, *MoveDeploymentElasticsearchResourceInstancesAccepted, error)
MoveDeploymentElasticsearchResourceInstances moves elasticsearch resource instances
Moves one or more instances belonging to the given Elasticsearch resource to a different allocator.
func (*Client) PostDeploymentResourceProxyRequests ¶ added in v1.7.0
func (a *Client) PostDeploymentResourceProxyRequests(params *PostDeploymentResourceProxyRequestsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostDeploymentResourceProxyRequestsOK, error)
PostDeploymentResourceProxyRequests proxies HTTP p o s t request
Proxies the HTTP POST request to the deployment resource. You must specify the `X-Management-Request` HTTP header. NOTE: Use this endpoint for management purposes. It does not provide high performance.
func (*Client) PutDeploymentResourceProxyRequests ¶ added in v1.7.0
func (a *Client) PutDeploymentResourceProxyRequests(params *PutDeploymentResourceProxyRequestsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PutDeploymentResourceProxyRequestsOK, error)
PutDeploymentResourceProxyRequests proxies HTTP p u t request
Proxies the HTTP PUT request to the deployment resource. You must specify the `X-Management-Request` HTTP header. NOTE: Use this endpoint for management purposes. It does not provide high performance.
func (*Client) ResetElasticsearchUserPassword ¶
func (a *Client) ResetElasticsearchUserPassword(params *ResetElasticsearchUserPasswordParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ResetElasticsearchUserPasswordOK, error)
ResetElasticsearchUserPassword resets elastic user password
Resets the password of the 'elastic' user.
func (*Client) RestartDeploymentEsResource ¶
func (a *Client) RestartDeploymentEsResource(params *RestartDeploymentEsResourceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RestartDeploymentEsResourceAccepted, error)
RestartDeploymentEsResource restarts deployment elasticsearch resource
Restarts an Elasticsearch Resource. If a Resource is active: this command re-applies the existing plan but applies a "cluster_reboot", which issues a restart command and waits for it to complete. If a Resource is inactive: this command starts it up with the most recent successful plan.
func (*Client) RestartDeploymentStatelessResource ¶
func (a *Client) RestartDeploymentStatelessResource(params *RestartDeploymentStatelessResourceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RestartDeploymentStatelessResourceAccepted, error)
RestartDeploymentStatelessResource restarts deployment stateless resource
Restarts a Stateless Resource. If a Resource is active: this command re-applies the existing plan but applies a "cluster_reboot", which issues a restart command and waits for it to complete. If a Resource is inactive: this command starts it up with the most recent successful plan.
func (*Client) RestoreDeployment ¶
func (a *Client) RestoreDeployment(params *RestoreDeploymentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RestoreDeploymentOK, error)
RestoreDeployment restores a shutdown deployment
Restores all resources in a Deployment.
func (*Client) RestoreDeploymentResource ¶
func (a *Client) RestoreDeploymentResource(params *RestoreDeploymentResourceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RestoreDeploymentResourceOK, error)
RestoreDeploymentResource restores a shutdown resource
Restores a shutdown resource belonging to a given Deployment.
func (*Client) ResyncDeployment ¶
func (a *Client) ResyncDeployment(params *ResyncDeploymentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ResyncDeploymentOK, error)
ResyncDeployment resynchronizes deployment
Immediately resynchronizes the search index for the selected deployment.
func (*Client) ResyncDeployments ¶
func (a *Client) ResyncDeployments(params *ResyncDeploymentsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ResyncDeploymentsOK, error)
ResyncDeployments resynchronizes deployments
Resynchronizes the search index for all the deployments.
func (*Client) SearchDeployments ¶
func (a *Client) SearchDeployments(params *SearchDeploymentsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SearchDeploymentsOK, error)
SearchDeployments searches deployments
Retrieves the information for all of the deployments that match the specified query.
func (*Client) SearchEligibleRemoteClusters ¶ added in v1.2.0
func (a *Client) SearchEligibleRemoteClusters(params *SearchEligibleRemoteClustersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SearchEligibleRemoteClustersOK, error)
SearchEligibleRemoteClusters gets eligible remote clusters
Returns the list of deployments which contain eligible remote clusters for a specific version.
func (*Client) SetAllInstancesSettingsOverrides ¶ added in v1.7.0
func (a *Client) SetAllInstancesSettingsOverrides(params *SetAllInstancesSettingsOverridesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SetAllInstancesSettingsOverridesOK, error)
SetAllInstancesSettingsOverrides sets size overrides
Applies size overrides for all of the instances belonging to the given resource. Instance size overrides will be reset with the next plan change.
func (*Client) SetAppsearchReadOnlyMode ¶
func (a *Client) SetAppsearchReadOnlyMode(params *SetAppsearchReadOnlyModeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SetAppsearchReadOnlyModeOK, error)
SetAppsearchReadOnlyMode sets app search read only status
Enable/Disable read-only mode on the given App Search resource.
func (*Client) SetDeploymentEsResourceKeystore ¶
func (a *Client) SetDeploymentEsResourceKeystore(params *SetDeploymentEsResourceKeystoreParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SetDeploymentEsResourceKeystoreOK, error)
SetDeploymentEsResourceKeystore adds or remove items from the elasticsearch resource keystore
Adds the specified values to the Elasticsearch keystore, or removes the keys for the unspecified values.
func (*Client) SetDeploymentEsResourceRemoteClusters ¶
func (a *Client) SetDeploymentEsResourceRemoteClusters(params *SetDeploymentEsResourceRemoteClustersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SetDeploymentEsResourceRemoteClustersAccepted, error)
SetDeploymentEsResourceRemoteClusters sets certificate based remote clusters
Overwrites or creates the list of certificate based remote clusters for the elasticsearch resource.
func (*Client) SetDeploymentResourceRawMetadata ¶
func (a *Client) SetDeploymentResourceRawMetadata(params *SetDeploymentResourceRawMetadataParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SetDeploymentResourceRawMetadataOK, error)
SetDeploymentResourceRawMetadata sets a deployment s resource metadata Advanced use only. Sets the internal metadata, in free-form JSON, for the resource.
Only use the parameter to set the modified JSON that is returned from the get version of the metadata.
func (*Client) SetInstanceSettingsOverrides ¶ added in v1.7.0
func (a *Client) SetInstanceSettingsOverrides(params *SetInstanceSettingsOverridesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SetInstanceSettingsOverridesOK, error)
SetInstanceSettingsOverrides sets size overrides
Applies size overrides for the given instances belonging to the given resource. Instance size overrides will be reset with the next plan change.
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) ShutdownDeployment ¶
func (a *Client) ShutdownDeployment(params *ShutdownDeploymentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ShutdownDeploymentOK, error)
ShutdownDeployment shuts down deployment
Shuts down all resources in a Deployment.
func (*Client) ShutdownDeploymentEsResource ¶
func (a *Client) ShutdownDeploymentEsResource(params *ShutdownDeploymentEsResourceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ShutdownDeploymentEsResourceOK, error)
ShutdownDeploymentEsResource shutdowns deployment elasticsearch resource
Shutdown Elasticsearch Resource belonging to a given Deployment.
func (*Client) ShutdownDeploymentStatelessResource ¶
func (a *Client) ShutdownDeploymentStatelessResource(params *ShutdownDeploymentStatelessResourceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ShutdownDeploymentStatelessResourceOK, error)
ShutdownDeploymentStatelessResource shutdowns deployment stateless resource Shut down Stateless Resource belonging to a given Deployment.
Kibana cannot be shut down on Elasticsearch Service as it is required for Elasticsearch administrative functions, such as Snapshot Lifecycle Management and version upgrades.
func (*Client) StartDeploymentResourceInstances ¶
func (a *Client) StartDeploymentResourceInstances(params *StartDeploymentResourceInstancesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*StartDeploymentResourceInstancesAccepted, error)
StartDeploymentResourceInstances starts instances
Starts instances belonging to a Deployment Resource.
func (*Client) StartDeploymentResourceInstancesAll ¶
func (a *Client) StartDeploymentResourceInstancesAll(params *StartDeploymentResourceInstancesAllParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*StartDeploymentResourceInstancesAllAccepted, error)
StartDeploymentResourceInstancesAll starts all instances
Starts all instances belonging to a Deployment Resource.
func (*Client) StartDeploymentResourceInstancesAllMaintenanceMode ¶
func (a *Client) StartDeploymentResourceInstancesAllMaintenanceMode(params *StartDeploymentResourceInstancesAllMaintenanceModeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*StartDeploymentResourceInstancesAllMaintenanceModeAccepted, error)
StartDeploymentResourceInstancesAllMaintenanceMode starts maintenance mode all instances
Starts maintenance mode of all instances belonging to a Deployment Resource.
func (*Client) StartDeploymentResourceMaintenanceMode ¶
func (a *Client) StartDeploymentResourceMaintenanceMode(params *StartDeploymentResourceMaintenanceModeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*StartDeploymentResourceMaintenanceModeAccepted, error)
StartDeploymentResourceMaintenanceMode starts maintenance mode
Starts maintenance mode of instances belonging to a Deployment Resource.
func (*Client) StopDeploymentResourceInstances ¶
func (a *Client) StopDeploymentResourceInstances(params *StopDeploymentResourceInstancesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*StopDeploymentResourceInstancesAccepted, error)
StopDeploymentResourceInstances stops instances
Stops instances belonging to a Deployment Resource.
func (*Client) StopDeploymentResourceInstancesAll ¶
func (a *Client) StopDeploymentResourceInstancesAll(params *StopDeploymentResourceInstancesAllParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*StopDeploymentResourceInstancesAllAccepted, error)
StopDeploymentResourceInstancesAll stops all instances
Stops all instances belonging to a Deployment Resource.
func (*Client) StopDeploymentResourceInstancesAllMaintenanceMode ¶
func (a *Client) StopDeploymentResourceInstancesAllMaintenanceMode(params *StopDeploymentResourceInstancesAllMaintenanceModeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*StopDeploymentResourceInstancesAllMaintenanceModeAccepted, error)
StopDeploymentResourceInstancesAllMaintenanceMode stops maintenance mode all instances
Stops maintenance mode of all instances belonging to a Deployment Resource.
func (*Client) StopDeploymentResourceMaintenanceMode ¶
func (a *Client) StopDeploymentResourceMaintenanceMode(params *StopDeploymentResourceMaintenanceModeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*StopDeploymentResourceMaintenanceModeAccepted, error)
StopDeploymentResourceMaintenanceMode stops maintenance mode
Stops maintenance mode of instances belonging to a Resource.
func (*Client) UpdateDeployment ¶
func (a *Client) UpdateDeployment(params *UpdateDeploymentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateDeploymentOK, error)
UpdateDeployment updates deployment
Updates a Deployment.
func (*Client) UpgradeDeploymentStatelessResource ¶
func (a *Client) UpgradeDeploymentStatelessResource(params *UpgradeDeploymentStatelessResourceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpgradeDeploymentStatelessResourceAccepted, error)
UpgradeDeploymentStatelessResource upgrades kibana a p m integrations server app search enterprise search inside deployment
Upgrades a running cluster.
type ClientOption ¶ added in v1.3.0
type ClientOption func(*runtime.ClientOperation)
ClientOption is the option for Client methods
type ClientService ¶
type ClientService interface { CancelDeploymentResourcePendingPlan(params *CancelDeploymentResourcePendingPlanParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CancelDeploymentResourcePendingPlanOK, error) CaptureDeploymentInstanceHeapDump(params *CaptureDeploymentInstanceHeapDumpParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CaptureDeploymentInstanceHeapDumpAccepted, error) CaptureDeploymentInstanceThreadDump(params *CaptureDeploymentInstanceThreadDumpParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CaptureDeploymentInstanceThreadDumpOK, error) CaptureDeploymentResourceDiagnostics(params *CaptureDeploymentResourceDiagnosticsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CaptureDeploymentResourceDiagnosticsOK, error) CreateDeployment(params *CreateDeploymentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateDeploymentOK, *CreateDeploymentCreated, *CreateDeploymentAccepted, error) DeleteDeployment(params *DeleteDeploymentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteDeploymentOK, error) DeleteDeploymentResourceProxyRequests(params *DeleteDeploymentResourceProxyRequestsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteDeploymentResourceProxyRequestsOK, error) DeleteDeploymentStatelessResource(params *DeleteDeploymentStatelessResourceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteDeploymentStatelessResourceOK, error) DeploymentApmResetSecretToken(params *DeploymentApmResetSecretTokenParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeploymentApmResetSecretTokenAccepted, error) DownloadDeploymentInstanceHeapDump(params *DownloadDeploymentInstanceHeapDumpParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DownloadDeploymentInstanceHeapDumpOK, error) EnableDeploymentResourceCcr(params *EnableDeploymentResourceCcrParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EnableDeploymentResourceCcrOK, error) EnableDeploymentResourceIlm(params *EnableDeploymentResourceIlmParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EnableDeploymentResourceIlmOK, error) EnableDeploymentResourceSlm(params *EnableDeploymentResourceSlmParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*EnableDeploymentResourceSlmOK, error) GetAppsearchReadOnlyMode(params *GetAppsearchReadOnlyModeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAppsearchReadOnlyModeOK, error) GetDeployment(params *GetDeploymentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentOK, error) GetDeploymentApmResourceInfo(params *GetDeploymentApmResourceInfoParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentApmResourceInfoOK, error) GetDeploymentAppsearchResourceInfo(params *GetDeploymentAppsearchResourceInfoParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentAppsearchResourceInfoOK, error) GetDeploymentCertificateAuthority(params *GetDeploymentCertificateAuthorityParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentCertificateAuthorityOK, error) GetDeploymentEnterpriseSearchResourceInfo(params *GetDeploymentEnterpriseSearchResourceInfoParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentEnterpriseSearchResourceInfoOK, error) GetDeploymentEsResourceEligibleRemoteClusters(params *GetDeploymentEsResourceEligibleRemoteClustersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentEsResourceEligibleRemoteClustersOK, error) GetDeploymentEsResourceInfo(params *GetDeploymentEsResourceInfoParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentEsResourceInfoOK, error) GetDeploymentEsResourceKeystore(params *GetDeploymentEsResourceKeystoreParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentEsResourceKeystoreOK, error) GetDeploymentEsResourceRemoteClusters(params *GetDeploymentEsResourceRemoteClustersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentEsResourceRemoteClustersOK, error) GetDeploymentHeapDumps(params *GetDeploymentHeapDumpsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentHeapDumpsOK, error) GetDeploymentIntegrationsServerResourceInfo(params *GetDeploymentIntegrationsServerResourceInfoParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentIntegrationsServerResourceInfoOK, error) GetDeploymentKibResourceInfo(params *GetDeploymentKibResourceInfoParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentKibResourceInfoOK, error) GetDeploymentResourcePlanActivity(params *GetDeploymentResourcePlanActivityParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentResourcePlanActivityOK, error) GetDeploymentResourceProxyRequests(params *GetDeploymentResourceProxyRequestsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentResourceProxyRequestsOK, error) GetDeploymentUpgradeAssistantStatus(params *GetDeploymentUpgradeAssistantStatusParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetDeploymentUpgradeAssistantStatusOK, error) ListDeployments(params *ListDeploymentsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListDeploymentsOK, error) MigrateDeploymentTemplate(params *MigrateDeploymentTemplateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MigrateDeploymentTemplateOK, error) MoveDeploymentElasticsearchResourceInstances(params *MoveDeploymentElasticsearchResourceInstancesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*MoveDeploymentElasticsearchResourceInstancesOK, *MoveDeploymentElasticsearchResourceInstancesAccepted, error) PostDeploymentResourceProxyRequests(params *PostDeploymentResourceProxyRequestsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostDeploymentResourceProxyRequestsOK, error) PutDeploymentResourceProxyRequests(params *PutDeploymentResourceProxyRequestsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PutDeploymentResourceProxyRequestsOK, error) ResetElasticsearchUserPassword(params *ResetElasticsearchUserPasswordParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ResetElasticsearchUserPasswordOK, error) RestartDeploymentEsResource(params *RestartDeploymentEsResourceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RestartDeploymentEsResourceAccepted, error) RestartDeploymentStatelessResource(params *RestartDeploymentStatelessResourceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RestartDeploymentStatelessResourceAccepted, error) RestoreDeployment(params *RestoreDeploymentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RestoreDeploymentOK, error) RestoreDeploymentResource(params *RestoreDeploymentResourceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*RestoreDeploymentResourceOK, error) ResyncDeployment(params *ResyncDeploymentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ResyncDeploymentOK, error) ResyncDeployments(params *ResyncDeploymentsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ResyncDeploymentsOK, error) SearchDeployments(params *SearchDeploymentsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SearchDeploymentsOK, error) SearchEligibleRemoteClusters(params *SearchEligibleRemoteClustersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SearchEligibleRemoteClustersOK, error) SetAllInstancesSettingsOverrides(params *SetAllInstancesSettingsOverridesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SetAllInstancesSettingsOverridesOK, error) SetAppsearchReadOnlyMode(params *SetAppsearchReadOnlyModeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SetAppsearchReadOnlyModeOK, error) SetDeploymentEsResourceKeystore(params *SetDeploymentEsResourceKeystoreParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SetDeploymentEsResourceKeystoreOK, error) SetDeploymentEsResourceRemoteClusters(params *SetDeploymentEsResourceRemoteClustersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SetDeploymentEsResourceRemoteClustersAccepted, error) SetDeploymentResourceRawMetadata(params *SetDeploymentResourceRawMetadataParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SetDeploymentResourceRawMetadataOK, error) SetInstanceSettingsOverrides(params *SetInstanceSettingsOverridesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*SetInstanceSettingsOverridesOK, error) ShutdownDeployment(params *ShutdownDeploymentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ShutdownDeploymentOK, error) ShutdownDeploymentEsResource(params *ShutdownDeploymentEsResourceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ShutdownDeploymentEsResourceOK, error) ShutdownDeploymentStatelessResource(params *ShutdownDeploymentStatelessResourceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ShutdownDeploymentStatelessResourceOK, error) StartDeploymentResourceInstances(params *StartDeploymentResourceInstancesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*StartDeploymentResourceInstancesAccepted, error) StartDeploymentResourceInstancesAll(params *StartDeploymentResourceInstancesAllParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*StartDeploymentResourceInstancesAllAccepted, error) StartDeploymentResourceInstancesAllMaintenanceMode(params *StartDeploymentResourceInstancesAllMaintenanceModeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*StartDeploymentResourceInstancesAllMaintenanceModeAccepted, error) StartDeploymentResourceMaintenanceMode(params *StartDeploymentResourceMaintenanceModeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*StartDeploymentResourceMaintenanceModeAccepted, error) StopDeploymentResourceInstances(params *StopDeploymentResourceInstancesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*StopDeploymentResourceInstancesAccepted, error) StopDeploymentResourceInstancesAll(params *StopDeploymentResourceInstancesAllParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*StopDeploymentResourceInstancesAllAccepted, error) StopDeploymentResourceInstancesAllMaintenanceMode(params *StopDeploymentResourceInstancesAllMaintenanceModeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*StopDeploymentResourceInstancesAllMaintenanceModeAccepted, error) StopDeploymentResourceMaintenanceMode(params *StopDeploymentResourceMaintenanceModeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*StopDeploymentResourceMaintenanceModeAccepted, error) UpdateDeployment(params *UpdateDeploymentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateDeploymentOK, error) UpgradeDeploymentStatelessResource(params *UpgradeDeploymentStatelessResourceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpgradeDeploymentStatelessResourceAccepted, error) SetTransport(transport runtime.ClientTransport) }
ClientService is the interface for Client methods
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService
New creates a new deployments API client.
type CreateDeploymentAccepted ¶
type CreateDeploymentAccepted struct {
Payload *models.DeploymentCreateResponse
}
CreateDeploymentAccepted describes a response with status code 202, with default header values.
The request was valid and deployment creation had already been started.
func NewCreateDeploymentAccepted ¶
func NewCreateDeploymentAccepted() *CreateDeploymentAccepted
NewCreateDeploymentAccepted creates a CreateDeploymentAccepted with default headers values
func (*CreateDeploymentAccepted) Code ¶ added in v1.13.0
func (o *CreateDeploymentAccepted) Code() int
Code gets the status code for the create deployment accepted response
func (*CreateDeploymentAccepted) Error ¶
func (o *CreateDeploymentAccepted) Error() string
func (*CreateDeploymentAccepted) GetPayload ¶
func (o *CreateDeploymentAccepted) GetPayload() *models.DeploymentCreateResponse
func (*CreateDeploymentAccepted) IsClientError ¶ added in v1.13.0
func (o *CreateDeploymentAccepted) IsClientError() bool
IsClientError returns true when this create deployment accepted response has a 4xx status code
func (*CreateDeploymentAccepted) IsCode ¶ added in v1.13.0
func (o *CreateDeploymentAccepted) IsCode(code int) bool
IsCode returns true when this create deployment accepted response a status code equal to that given
func (*CreateDeploymentAccepted) IsRedirect ¶ added in v1.13.0
func (o *CreateDeploymentAccepted) IsRedirect() bool
IsRedirect returns true when this create deployment accepted response has a 3xx status code
func (*CreateDeploymentAccepted) IsServerError ¶ added in v1.13.0
func (o *CreateDeploymentAccepted) IsServerError() bool
IsServerError returns true when this create deployment accepted response has a 5xx status code
func (*CreateDeploymentAccepted) IsSuccess ¶ added in v1.13.0
func (o *CreateDeploymentAccepted) IsSuccess() bool
IsSuccess returns true when this create deployment accepted response has a 2xx status code
func (*CreateDeploymentAccepted) String ¶ added in v1.13.0
func (o *CreateDeploymentAccepted) String() string
type CreateDeploymentBadRequest ¶
type CreateDeploymentBadRequest struct {
Payload *models.BasicFailedReply
}
CreateDeploymentBadRequest describes a response with status code 400, with default header values.
The deployment request had errors.
func NewCreateDeploymentBadRequest ¶
func NewCreateDeploymentBadRequest() *CreateDeploymentBadRequest
NewCreateDeploymentBadRequest creates a CreateDeploymentBadRequest with default headers values
func (*CreateDeploymentBadRequest) Code ¶ added in v1.13.0
func (o *CreateDeploymentBadRequest) Code() int
Code gets the status code for the create deployment bad request response
func (*CreateDeploymentBadRequest) Error ¶
func (o *CreateDeploymentBadRequest) Error() string
func (*CreateDeploymentBadRequest) GetPayload ¶
func (o *CreateDeploymentBadRequest) GetPayload() *models.BasicFailedReply
func (*CreateDeploymentBadRequest) IsClientError ¶ added in v1.13.0
func (o *CreateDeploymentBadRequest) IsClientError() bool
IsClientError returns true when this create deployment bad request response has a 4xx status code
func (*CreateDeploymentBadRequest) IsCode ¶ added in v1.13.0
func (o *CreateDeploymentBadRequest) IsCode(code int) bool
IsCode returns true when this create deployment bad request response a status code equal to that given
func (*CreateDeploymentBadRequest) IsRedirect ¶ added in v1.13.0
func (o *CreateDeploymentBadRequest) IsRedirect() bool
IsRedirect returns true when this create deployment bad request response has a 3xx status code
func (*CreateDeploymentBadRequest) IsServerError ¶ added in v1.13.0
func (o *CreateDeploymentBadRequest) IsServerError() bool
IsServerError returns true when this create deployment bad request response has a 5xx status code
func (*CreateDeploymentBadRequest) IsSuccess ¶ added in v1.13.0
func (o *CreateDeploymentBadRequest) IsSuccess() bool
IsSuccess returns true when this create deployment bad request response has a 2xx status code
func (*CreateDeploymentBadRequest) String ¶ added in v1.13.0
func (o *CreateDeploymentBadRequest) String() string
type CreateDeploymentCreated ¶
type CreateDeploymentCreated struct { /* The date-time when the resource was created (ISO format relative to UTC) */ XCloudResourceCreated string /* The date-time when the resource was last modified (ISO format relative to UTC) */ XCloudResourceLastModified string /* The resource version, which is used to avoid update conflicts with concurrent operations */ XCloudResourceVersion string Payload *models.DeploymentCreateResponse }
CreateDeploymentCreated describes a response with status code 201, with default header values.
The request was valid and a new deployment was created
func NewCreateDeploymentCreated ¶
func NewCreateDeploymentCreated() *CreateDeploymentCreated
NewCreateDeploymentCreated creates a CreateDeploymentCreated with default headers values
func (*CreateDeploymentCreated) Code ¶ added in v1.13.0
func (o *CreateDeploymentCreated) Code() int
Code gets the status code for the create deployment created response
func (*CreateDeploymentCreated) Error ¶
func (o *CreateDeploymentCreated) Error() string
func (*CreateDeploymentCreated) GetPayload ¶
func (o *CreateDeploymentCreated) GetPayload() *models.DeploymentCreateResponse
func (*CreateDeploymentCreated) IsClientError ¶ added in v1.13.0
func (o *CreateDeploymentCreated) IsClientError() bool
IsClientError returns true when this create deployment created response has a 4xx status code
func (*CreateDeploymentCreated) IsCode ¶ added in v1.13.0
func (o *CreateDeploymentCreated) IsCode(code int) bool
IsCode returns true when this create deployment created response a status code equal to that given
func (*CreateDeploymentCreated) IsRedirect ¶ added in v1.13.0
func (o *CreateDeploymentCreated) IsRedirect() bool
IsRedirect returns true when this create deployment created response has a 3xx status code
func (*CreateDeploymentCreated) IsServerError ¶ added in v1.13.0
func (o *CreateDeploymentCreated) IsServerError() bool
IsServerError returns true when this create deployment created response has a 5xx status code
func (*CreateDeploymentCreated) IsSuccess ¶ added in v1.13.0
func (o *CreateDeploymentCreated) IsSuccess() bool
IsSuccess returns true when this create deployment created response has a 2xx status code
func (*CreateDeploymentCreated) String ¶ added in v1.13.0
func (o *CreateDeploymentCreated) String() string
type CreateDeploymentOK ¶
type CreateDeploymentOK struct {
Payload *models.DeploymentCreateResponse
}
CreateDeploymentOK describes a response with status code 200, with default header values.
The request was valid (used when validate_only is true).
func NewCreateDeploymentOK ¶
func NewCreateDeploymentOK() *CreateDeploymentOK
NewCreateDeploymentOK creates a CreateDeploymentOK with default headers values
func (*CreateDeploymentOK) Code ¶ added in v1.13.0
func (o *CreateDeploymentOK) Code() int
Code gets the status code for the create deployment o k response
func (*CreateDeploymentOK) Error ¶
func (o *CreateDeploymentOK) Error() string
func (*CreateDeploymentOK) GetPayload ¶
func (o *CreateDeploymentOK) GetPayload() *models.DeploymentCreateResponse
func (*CreateDeploymentOK) IsClientError ¶ added in v1.13.0
func (o *CreateDeploymentOK) IsClientError() bool
IsClientError returns true when this create deployment o k response has a 4xx status code
func (*CreateDeploymentOK) IsCode ¶ added in v1.13.0
func (o *CreateDeploymentOK) IsCode(code int) bool
IsCode returns true when this create deployment o k response a status code equal to that given
func (*CreateDeploymentOK) IsRedirect ¶ added in v1.13.0
func (o *CreateDeploymentOK) IsRedirect() bool
IsRedirect returns true when this create deployment o k response has a 3xx status code
func (*CreateDeploymentOK) IsServerError ¶ added in v1.13.0
func (o *CreateDeploymentOK) IsServerError() bool
IsServerError returns true when this create deployment o k response has a 5xx status code
func (*CreateDeploymentOK) IsSuccess ¶ added in v1.13.0
func (o *CreateDeploymentOK) IsSuccess() bool
IsSuccess returns true when this create deployment o k response has a 2xx status code
func (*CreateDeploymentOK) String ¶ added in v1.13.0
func (o *CreateDeploymentOK) String() string
type CreateDeploymentParams ¶
type CreateDeploymentParams struct { /* Body. The deployment definition */ Body *models.DeploymentCreateRequest /* RequestID. An optional idempotency token - if two create requests share the same request_id token (min size 32 characters, max 128) then only one deployment will be created, the second request will return the info of that deployment (in the same format described below, but with blanks for auth-related fields) */ RequestID *string /* TemplateID. An optional template id - if present, the referenced template will be used to fill in the resources field of the deployment creation request. If any resources are present in the request together with the template, the ones coming in the request will prevail and no merging with the template will be performed. */ TemplateID *string /* ValidateOnly. If true, will just validate the Deployment definition but will not perform the creation */ ValidateOnly *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateDeploymentParams contains all the parameters to send to the API endpoint
for the create deployment operation. Typically these are written to a http.Request.
func NewCreateDeploymentParams ¶
func NewCreateDeploymentParams() *CreateDeploymentParams
NewCreateDeploymentParams creates a new CreateDeploymentParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewCreateDeploymentParamsWithContext ¶
func NewCreateDeploymentParamsWithContext(ctx context.Context) *CreateDeploymentParams
NewCreateDeploymentParamsWithContext creates a new CreateDeploymentParams object with the ability to set a context for a request.
func NewCreateDeploymentParamsWithHTTPClient ¶
func NewCreateDeploymentParamsWithHTTPClient(client *http.Client) *CreateDeploymentParams
NewCreateDeploymentParamsWithHTTPClient creates a new CreateDeploymentParams object with the ability to set a custom HTTPClient for a request.
func NewCreateDeploymentParamsWithTimeout ¶
func NewCreateDeploymentParamsWithTimeout(timeout time.Duration) *CreateDeploymentParams
NewCreateDeploymentParamsWithTimeout creates a new CreateDeploymentParams object with the ability to set a timeout on a request.
func (*CreateDeploymentParams) SetBody ¶
func (o *CreateDeploymentParams) SetBody(body *models.DeploymentCreateRequest)
SetBody adds the body to the create deployment params
func (*CreateDeploymentParams) SetContext ¶
func (o *CreateDeploymentParams) SetContext(ctx context.Context)
SetContext adds the context to the create deployment params
func (*CreateDeploymentParams) SetDefaults ¶ added in v1.3.0
func (o *CreateDeploymentParams) SetDefaults()
SetDefaults hydrates default values in the create deployment params (not the query body).
All values with no default are reset to their zero value.
func (*CreateDeploymentParams) SetHTTPClient ¶
func (o *CreateDeploymentParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create deployment params
func (*CreateDeploymentParams) SetRequestID ¶
func (o *CreateDeploymentParams) SetRequestID(requestID *string)
SetRequestID adds the requestId to the create deployment params
func (*CreateDeploymentParams) SetTemplateID ¶ added in v1.10.0
func (o *CreateDeploymentParams) SetTemplateID(templateID *string)
SetTemplateID adds the templateId to the create deployment params
func (*CreateDeploymentParams) SetTimeout ¶
func (o *CreateDeploymentParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create deployment params
func (*CreateDeploymentParams) SetValidateOnly ¶
func (o *CreateDeploymentParams) SetValidateOnly(validateOnly *bool)
SetValidateOnly adds the validateOnly to the create deployment params
func (*CreateDeploymentParams) WithBody ¶
func (o *CreateDeploymentParams) WithBody(body *models.DeploymentCreateRequest) *CreateDeploymentParams
WithBody adds the body to the create deployment params
func (*CreateDeploymentParams) WithContext ¶
func (o *CreateDeploymentParams) WithContext(ctx context.Context) *CreateDeploymentParams
WithContext adds the context to the create deployment params
func (*CreateDeploymentParams) WithDefaults ¶ added in v1.3.0
func (o *CreateDeploymentParams) WithDefaults() *CreateDeploymentParams
WithDefaults hydrates default values in the create deployment params (not the query body).
All values with no default are reset to their zero value.
func (*CreateDeploymentParams) WithHTTPClient ¶
func (o *CreateDeploymentParams) WithHTTPClient(client *http.Client) *CreateDeploymentParams
WithHTTPClient adds the HTTPClient to the create deployment params
func (*CreateDeploymentParams) WithRequestID ¶
func (o *CreateDeploymentParams) WithRequestID(requestID *string) *CreateDeploymentParams
WithRequestID adds the requestID to the create deployment params
func (*CreateDeploymentParams) WithTemplateID ¶ added in v1.10.0
func (o *CreateDeploymentParams) WithTemplateID(templateID *string) *CreateDeploymentParams
WithTemplateID adds the templateID to the create deployment params
func (*CreateDeploymentParams) WithTimeout ¶
func (o *CreateDeploymentParams) WithTimeout(timeout time.Duration) *CreateDeploymentParams
WithTimeout adds the timeout to the create deployment params
func (*CreateDeploymentParams) WithValidateOnly ¶
func (o *CreateDeploymentParams) WithValidateOnly(validateOnly *bool) *CreateDeploymentParams
WithValidateOnly adds the validateOnly to the create deployment params
func (*CreateDeploymentParams) WriteToRequest ¶
func (o *CreateDeploymentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateDeploymentReader ¶
type CreateDeploymentReader struct {
// contains filtered or unexported fields
}
CreateDeploymentReader is a Reader for the CreateDeployment structure.
func (*CreateDeploymentReader) ReadResponse ¶
func (o *CreateDeploymentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateDeploymentUnauthorized ¶
type CreateDeploymentUnauthorized struct {
}CreateDeploymentUnauthorized describes a response with status code 401, with default header values.
You are not authorized to perform this action.
func NewCreateDeploymentUnauthorized ¶
func NewCreateDeploymentUnauthorized() *CreateDeploymentUnauthorized
NewCreateDeploymentUnauthorized creates a CreateDeploymentUnauthorized with default headers values
func (*CreateDeploymentUnauthorized) Code ¶ added in v1.13.0
func (o *CreateDeploymentUnauthorized) Code() int
Code gets the status code for the create deployment unauthorized response
func (*CreateDeploymentUnauthorized) Error ¶
func (o *CreateDeploymentUnauthorized) Error() string
func (*CreateDeploymentUnauthorized) GetPayload ¶
func (o *CreateDeploymentUnauthorized) GetPayload() *models.BasicFailedReply
func (*CreateDeploymentUnauthorized) IsClientError ¶ added in v1.13.0
func (o *CreateDeploymentUnauthorized) IsClientError() bool
IsClientError returns true when this create deployment unauthorized response has a 4xx status code
func (*CreateDeploymentUnauthorized) IsCode ¶ added in v1.13.0
func (o *CreateDeploymentUnauthorized) IsCode(code int) bool
IsCode returns true when this create deployment unauthorized response a status code equal to that given
func (*CreateDeploymentUnauthorized) IsRedirect ¶ added in v1.13.0
func (o *CreateDeploymentUnauthorized) IsRedirect() bool
IsRedirect returns true when this create deployment unauthorized response has a 3xx status code
func (*CreateDeploymentUnauthorized) IsServerError ¶ added in v1.13.0
func (o *CreateDeploymentUnauthorized) IsServerError() bool
IsServerError returns true when this create deployment unauthorized response has a 5xx status code
func (*CreateDeploymentUnauthorized) IsSuccess ¶ added in v1.13.0
func (o *CreateDeploymentUnauthorized) IsSuccess() bool
IsSuccess returns true when this create deployment unauthorized response has a 2xx status code
func (*CreateDeploymentUnauthorized) String ¶ added in v1.13.0
func (o *CreateDeploymentUnauthorized) String() string
type DeleteDeploymentBadRequest ¶
type DeleteDeploymentBadRequest struct {
Payload *models.BasicFailedReply
}
DeleteDeploymentBadRequest describes a response with status code 400, with default header values.
The Deployment resources have not been shutdown yet.
func NewDeleteDeploymentBadRequest ¶
func NewDeleteDeploymentBadRequest() *DeleteDeploymentBadRequest
NewDeleteDeploymentBadRequest creates a DeleteDeploymentBadRequest with default headers values
func (*DeleteDeploymentBadRequest) Code ¶ added in v1.13.0
func (o *DeleteDeploymentBadRequest) Code() int
Code gets the status code for the delete deployment bad request response
func (*DeleteDeploymentBadRequest) Error ¶
func (o *DeleteDeploymentBadRequest) Error() string
func (*DeleteDeploymentBadRequest) GetPayload ¶
func (o *DeleteDeploymentBadRequest) GetPayload() *models.BasicFailedReply
func (*DeleteDeploymentBadRequest) IsClientError ¶ added in v1.13.0
func (o *DeleteDeploymentBadRequest) IsClientError() bool
IsClientError returns true when this delete deployment bad request response has a 4xx status code
func (*DeleteDeploymentBadRequest) IsCode ¶ added in v1.13.0
func (o *DeleteDeploymentBadRequest) IsCode(code int) bool
IsCode returns true when this delete deployment bad request response a status code equal to that given
func (*DeleteDeploymentBadRequest) IsRedirect ¶ added in v1.13.0
func (o *DeleteDeploymentBadRequest) IsRedirect() bool
IsRedirect returns true when this delete deployment bad request response has a 3xx status code
func (*DeleteDeploymentBadRequest) IsServerError ¶ added in v1.13.0
func (o *DeleteDeploymentBadRequest) IsServerError() bool
IsServerError returns true when this delete deployment bad request response has a 5xx status code
func (*DeleteDeploymentBadRequest) IsSuccess ¶ added in v1.13.0
func (o *DeleteDeploymentBadRequest) IsSuccess() bool
IsSuccess returns true when this delete deployment bad request response has a 2xx status code
func (*DeleteDeploymentBadRequest) String ¶ added in v1.13.0
func (o *DeleteDeploymentBadRequest) String() string
type DeleteDeploymentNotFound ¶
type DeleteDeploymentNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
DeleteDeploymentNotFound describes a response with status code 404, with default header values.
The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
func NewDeleteDeploymentNotFound ¶
func NewDeleteDeploymentNotFound() *DeleteDeploymentNotFound
NewDeleteDeploymentNotFound creates a DeleteDeploymentNotFound with default headers values
func (*DeleteDeploymentNotFound) Code ¶ added in v1.13.0
func (o *DeleteDeploymentNotFound) Code() int
Code gets the status code for the delete deployment not found response
func (*DeleteDeploymentNotFound) Error ¶
func (o *DeleteDeploymentNotFound) Error() string
func (*DeleteDeploymentNotFound) GetPayload ¶
func (o *DeleteDeploymentNotFound) GetPayload() *models.BasicFailedReply
func (*DeleteDeploymentNotFound) IsClientError ¶ added in v1.13.0
func (o *DeleteDeploymentNotFound) IsClientError() bool
IsClientError returns true when this delete deployment not found response has a 4xx status code
func (*DeleteDeploymentNotFound) IsCode ¶ added in v1.13.0
func (o *DeleteDeploymentNotFound) IsCode(code int) bool
IsCode returns true when this delete deployment not found response a status code equal to that given
func (*DeleteDeploymentNotFound) IsRedirect ¶ added in v1.13.0
func (o *DeleteDeploymentNotFound) IsRedirect() bool
IsRedirect returns true when this delete deployment not found response has a 3xx status code
func (*DeleteDeploymentNotFound) IsServerError ¶ added in v1.13.0
func (o *DeleteDeploymentNotFound) IsServerError() bool
IsServerError returns true when this delete deployment not found response has a 5xx status code
func (*DeleteDeploymentNotFound) IsSuccess ¶ added in v1.13.0
func (o *DeleteDeploymentNotFound) IsSuccess() bool
IsSuccess returns true when this delete deployment not found response has a 2xx status code
func (*DeleteDeploymentNotFound) String ¶ added in v1.13.0
func (o *DeleteDeploymentNotFound) String() string
type DeleteDeploymentOK ¶
type DeleteDeploymentOK struct {
Payload *models.DeploymentDeleteResponse
}
DeleteDeploymentOK describes a response with status code 200, with default header values.
The request was valid and the deployment was deleted.
func NewDeleteDeploymentOK ¶
func NewDeleteDeploymentOK() *DeleteDeploymentOK
NewDeleteDeploymentOK creates a DeleteDeploymentOK with default headers values
func (*DeleteDeploymentOK) Code ¶ added in v1.13.0
func (o *DeleteDeploymentOK) Code() int
Code gets the status code for the delete deployment o k response
func (*DeleteDeploymentOK) Error ¶
func (o *DeleteDeploymentOK) Error() string
func (*DeleteDeploymentOK) GetPayload ¶
func (o *DeleteDeploymentOK) GetPayload() *models.DeploymentDeleteResponse
func (*DeleteDeploymentOK) IsClientError ¶ added in v1.13.0
func (o *DeleteDeploymentOK) IsClientError() bool
IsClientError returns true when this delete deployment o k response has a 4xx status code
func (*DeleteDeploymentOK) IsCode ¶ added in v1.13.0
func (o *DeleteDeploymentOK) IsCode(code int) bool
IsCode returns true when this delete deployment o k response a status code equal to that given
func (*DeleteDeploymentOK) IsRedirect ¶ added in v1.13.0
func (o *DeleteDeploymentOK) IsRedirect() bool
IsRedirect returns true when this delete deployment o k response has a 3xx status code
func (*DeleteDeploymentOK) IsServerError ¶ added in v1.13.0
func (o *DeleteDeploymentOK) IsServerError() bool
IsServerError returns true when this delete deployment o k response has a 5xx status code
func (*DeleteDeploymentOK) IsSuccess ¶ added in v1.13.0
func (o *DeleteDeploymentOK) IsSuccess() bool
IsSuccess returns true when this delete deployment o k response has a 2xx status code
func (*DeleteDeploymentOK) String ¶ added in v1.13.0
func (o *DeleteDeploymentOK) String() string
type DeleteDeploymentParams ¶
type DeleteDeploymentParams struct { /* DeploymentID. Identifier for the Deployment */ DeploymentID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteDeploymentParams contains all the parameters to send to the API endpoint
for the delete deployment operation. Typically these are written to a http.Request.
func NewDeleteDeploymentParams ¶
func NewDeleteDeploymentParams() *DeleteDeploymentParams
NewDeleteDeploymentParams creates a new DeleteDeploymentParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewDeleteDeploymentParamsWithContext ¶
func NewDeleteDeploymentParamsWithContext(ctx context.Context) *DeleteDeploymentParams
NewDeleteDeploymentParamsWithContext creates a new DeleteDeploymentParams object with the ability to set a context for a request.
func NewDeleteDeploymentParamsWithHTTPClient ¶
func NewDeleteDeploymentParamsWithHTTPClient(client *http.Client) *DeleteDeploymentParams
NewDeleteDeploymentParamsWithHTTPClient creates a new DeleteDeploymentParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteDeploymentParamsWithTimeout ¶
func NewDeleteDeploymentParamsWithTimeout(timeout time.Duration) *DeleteDeploymentParams
NewDeleteDeploymentParamsWithTimeout creates a new DeleteDeploymentParams object with the ability to set a timeout on a request.
func (*DeleteDeploymentParams) SetContext ¶
func (o *DeleteDeploymentParams) SetContext(ctx context.Context)
SetContext adds the context to the delete deployment params
func (*DeleteDeploymentParams) SetDefaults ¶ added in v1.3.0
func (o *DeleteDeploymentParams) SetDefaults()
SetDefaults hydrates default values in the delete deployment params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteDeploymentParams) SetDeploymentID ¶
func (o *DeleteDeploymentParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the delete deployment params
func (*DeleteDeploymentParams) SetHTTPClient ¶
func (o *DeleteDeploymentParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete deployment params
func (*DeleteDeploymentParams) SetTimeout ¶
func (o *DeleteDeploymentParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete deployment params
func (*DeleteDeploymentParams) WithContext ¶
func (o *DeleteDeploymentParams) WithContext(ctx context.Context) *DeleteDeploymentParams
WithContext adds the context to the delete deployment params
func (*DeleteDeploymentParams) WithDefaults ¶ added in v1.3.0
func (o *DeleteDeploymentParams) WithDefaults() *DeleteDeploymentParams
WithDefaults hydrates default values in the delete deployment params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteDeploymentParams) WithDeploymentID ¶
func (o *DeleteDeploymentParams) WithDeploymentID(deploymentID string) *DeleteDeploymentParams
WithDeploymentID adds the deploymentID to the delete deployment params
func (*DeleteDeploymentParams) WithHTTPClient ¶
func (o *DeleteDeploymentParams) WithHTTPClient(client *http.Client) *DeleteDeploymentParams
WithHTTPClient adds the HTTPClient to the delete deployment params
func (*DeleteDeploymentParams) WithTimeout ¶
func (o *DeleteDeploymentParams) WithTimeout(timeout time.Duration) *DeleteDeploymentParams
WithTimeout adds the timeout to the delete deployment params
func (*DeleteDeploymentParams) WriteToRequest ¶
func (o *DeleteDeploymentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteDeploymentReader ¶
type DeleteDeploymentReader struct {
// contains filtered or unexported fields
}
DeleteDeploymentReader is a Reader for the DeleteDeployment structure.
func (*DeleteDeploymentReader) ReadResponse ¶
func (o *DeleteDeploymentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteDeploymentResourceProxyRequestsNotFound ¶ added in v1.7.0
type DeleteDeploymentResourceProxyRequestsNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
DeleteDeploymentResourceProxyRequestsNotFound describes a response with status code 404, with default header values. * The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
* The Resource specified by {ref_id} cannot be found. (code: `deployments.deployment_resource_not_found`) * The Resource specified by {ref_id} cannot be found. (code: `clusters.cluster_not_found`)
func NewDeleteDeploymentResourceProxyRequestsNotFound ¶ added in v1.7.0
func NewDeleteDeploymentResourceProxyRequestsNotFound() *DeleteDeploymentResourceProxyRequestsNotFound
NewDeleteDeploymentResourceProxyRequestsNotFound creates a DeleteDeploymentResourceProxyRequestsNotFound with default headers values
func (*DeleteDeploymentResourceProxyRequestsNotFound) Code ¶ added in v1.13.0
func (o *DeleteDeploymentResourceProxyRequestsNotFound) Code() int
Code gets the status code for the delete deployment resource proxy requests not found response
func (*DeleteDeploymentResourceProxyRequestsNotFound) Error ¶ added in v1.7.0
func (o *DeleteDeploymentResourceProxyRequestsNotFound) Error() string
func (*DeleteDeploymentResourceProxyRequestsNotFound) GetPayload ¶ added in v1.7.0
func (o *DeleteDeploymentResourceProxyRequestsNotFound) GetPayload() *models.BasicFailedReply
func (*DeleteDeploymentResourceProxyRequestsNotFound) IsClientError ¶ added in v1.13.0
func (o *DeleteDeploymentResourceProxyRequestsNotFound) IsClientError() bool
IsClientError returns true when this delete deployment resource proxy requests not found response has a 4xx status code
func (*DeleteDeploymentResourceProxyRequestsNotFound) IsCode ¶ added in v1.13.0
func (o *DeleteDeploymentResourceProxyRequestsNotFound) IsCode(code int) bool
IsCode returns true when this delete deployment resource proxy requests not found response a status code equal to that given
func (*DeleteDeploymentResourceProxyRequestsNotFound) IsRedirect ¶ added in v1.13.0
func (o *DeleteDeploymentResourceProxyRequestsNotFound) IsRedirect() bool
IsRedirect returns true when this delete deployment resource proxy requests not found response has a 3xx status code
func (*DeleteDeploymentResourceProxyRequestsNotFound) IsServerError ¶ added in v1.13.0
func (o *DeleteDeploymentResourceProxyRequestsNotFound) IsServerError() bool
IsServerError returns true when this delete deployment resource proxy requests not found response has a 5xx status code
func (*DeleteDeploymentResourceProxyRequestsNotFound) IsSuccess ¶ added in v1.13.0
func (o *DeleteDeploymentResourceProxyRequestsNotFound) IsSuccess() bool
IsSuccess returns true when this delete deployment resource proxy requests not found response has a 2xx status code
func (*DeleteDeploymentResourceProxyRequestsNotFound) String ¶ added in v1.13.0
func (o *DeleteDeploymentResourceProxyRequestsNotFound) String() string
type DeleteDeploymentResourceProxyRequestsOK ¶ added in v1.7.0
type DeleteDeploymentResourceProxyRequestsOK struct {
Payload *models.GenericResponse
}
DeleteDeploymentResourceProxyRequestsOK describes a response with status code 200, with default header values.
The request has been processed successfully through the proxy.
func NewDeleteDeploymentResourceProxyRequestsOK ¶ added in v1.7.0
func NewDeleteDeploymentResourceProxyRequestsOK() *DeleteDeploymentResourceProxyRequestsOK
NewDeleteDeploymentResourceProxyRequestsOK creates a DeleteDeploymentResourceProxyRequestsOK with default headers values
func (*DeleteDeploymentResourceProxyRequestsOK) Code ¶ added in v1.13.0
func (o *DeleteDeploymentResourceProxyRequestsOK) Code() int
Code gets the status code for the delete deployment resource proxy requests o k response
func (*DeleteDeploymentResourceProxyRequestsOK) Error ¶ added in v1.7.0
func (o *DeleteDeploymentResourceProxyRequestsOK) Error() string
func (*DeleteDeploymentResourceProxyRequestsOK) GetPayload ¶ added in v1.7.0
func (o *DeleteDeploymentResourceProxyRequestsOK) GetPayload() *models.GenericResponse
func (*DeleteDeploymentResourceProxyRequestsOK) IsClientError ¶ added in v1.13.0
func (o *DeleteDeploymentResourceProxyRequestsOK) IsClientError() bool
IsClientError returns true when this delete deployment resource proxy requests o k response has a 4xx status code
func (*DeleteDeploymentResourceProxyRequestsOK) IsCode ¶ added in v1.13.0
func (o *DeleteDeploymentResourceProxyRequestsOK) IsCode(code int) bool
IsCode returns true when this delete deployment resource proxy requests o k response a status code equal to that given
func (*DeleteDeploymentResourceProxyRequestsOK) IsRedirect ¶ added in v1.13.0
func (o *DeleteDeploymentResourceProxyRequestsOK) IsRedirect() bool
IsRedirect returns true when this delete deployment resource proxy requests o k response has a 3xx status code
func (*DeleteDeploymentResourceProxyRequestsOK) IsServerError ¶ added in v1.13.0
func (o *DeleteDeploymentResourceProxyRequestsOK) IsServerError() bool
IsServerError returns true when this delete deployment resource proxy requests o k response has a 5xx status code
func (*DeleteDeploymentResourceProxyRequestsOK) IsSuccess ¶ added in v1.13.0
func (o *DeleteDeploymentResourceProxyRequestsOK) IsSuccess() bool
IsSuccess returns true when this delete deployment resource proxy requests o k response has a 2xx status code
func (*DeleteDeploymentResourceProxyRequestsOK) String ¶ added in v1.13.0
func (o *DeleteDeploymentResourceProxyRequestsOK) String() string
type DeleteDeploymentResourceProxyRequestsParams ¶ added in v1.7.0
type DeleteDeploymentResourceProxyRequestsParams struct { /* XManagementRequest. You must specify the `X-Management-Request` HTTP header with value `true`. NOTE: Use this endpoint for management purposes. It does not provide high performance. */ XManagementRequest string /* Body. The JSON payload to proxy to the deployment resource. */ Body string /* DeploymentID. Identifier for the Deployment */ DeploymentID string /* ProxyPath. The URL part to proxy to the deployment resource. Example: _cat/indices, /api/spaces/space or /api/ent/v1/internal/health */ ProxyPath string /* RefID. User-specified RefId for the Resource (or '_main' if there is only one) */ RefID string /* ResourceKind. The kind of resource */ ResourceKind string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteDeploymentResourceProxyRequestsParams contains all the parameters to send to the API endpoint
for the delete deployment resource proxy requests operation. Typically these are written to a http.Request.
func NewDeleteDeploymentResourceProxyRequestsParams ¶ added in v1.7.0
func NewDeleteDeploymentResourceProxyRequestsParams() *DeleteDeploymentResourceProxyRequestsParams
NewDeleteDeploymentResourceProxyRequestsParams creates a new DeleteDeploymentResourceProxyRequestsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewDeleteDeploymentResourceProxyRequestsParamsWithContext ¶ added in v1.7.0
func NewDeleteDeploymentResourceProxyRequestsParamsWithContext(ctx context.Context) *DeleteDeploymentResourceProxyRequestsParams
NewDeleteDeploymentResourceProxyRequestsParamsWithContext creates a new DeleteDeploymentResourceProxyRequestsParams object with the ability to set a context for a request.
func NewDeleteDeploymentResourceProxyRequestsParamsWithHTTPClient ¶ added in v1.7.0
func NewDeleteDeploymentResourceProxyRequestsParamsWithHTTPClient(client *http.Client) *DeleteDeploymentResourceProxyRequestsParams
NewDeleteDeploymentResourceProxyRequestsParamsWithHTTPClient creates a new DeleteDeploymentResourceProxyRequestsParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteDeploymentResourceProxyRequestsParamsWithTimeout ¶ added in v1.7.0
func NewDeleteDeploymentResourceProxyRequestsParamsWithTimeout(timeout time.Duration) *DeleteDeploymentResourceProxyRequestsParams
NewDeleteDeploymentResourceProxyRequestsParamsWithTimeout creates a new DeleteDeploymentResourceProxyRequestsParams object with the ability to set a timeout on a request.
func (*DeleteDeploymentResourceProxyRequestsParams) SetBody ¶ added in v1.7.0
func (o *DeleteDeploymentResourceProxyRequestsParams) SetBody(body string)
SetBody adds the body to the delete deployment resource proxy requests params
func (*DeleteDeploymentResourceProxyRequestsParams) SetContext ¶ added in v1.7.0
func (o *DeleteDeploymentResourceProxyRequestsParams) SetContext(ctx context.Context)
SetContext adds the context to the delete deployment resource proxy requests params
func (*DeleteDeploymentResourceProxyRequestsParams) SetDefaults ¶ added in v1.7.0
func (o *DeleteDeploymentResourceProxyRequestsParams) SetDefaults()
SetDefaults hydrates default values in the delete deployment resource proxy requests params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteDeploymentResourceProxyRequestsParams) SetDeploymentID ¶ added in v1.7.0
func (o *DeleteDeploymentResourceProxyRequestsParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the delete deployment resource proxy requests params
func (*DeleteDeploymentResourceProxyRequestsParams) SetHTTPClient ¶ added in v1.7.0
func (o *DeleteDeploymentResourceProxyRequestsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete deployment resource proxy requests params
func (*DeleteDeploymentResourceProxyRequestsParams) SetProxyPath ¶ added in v1.7.0
func (o *DeleteDeploymentResourceProxyRequestsParams) SetProxyPath(proxyPath string)
SetProxyPath adds the proxyPath to the delete deployment resource proxy requests params
func (*DeleteDeploymentResourceProxyRequestsParams) SetRefID ¶ added in v1.7.0
func (o *DeleteDeploymentResourceProxyRequestsParams) SetRefID(refID string)
SetRefID adds the refId to the delete deployment resource proxy requests params
func (*DeleteDeploymentResourceProxyRequestsParams) SetResourceKind ¶ added in v1.7.0
func (o *DeleteDeploymentResourceProxyRequestsParams) SetResourceKind(resourceKind string)
SetResourceKind adds the resourceKind to the delete deployment resource proxy requests params
func (*DeleteDeploymentResourceProxyRequestsParams) SetTimeout ¶ added in v1.7.0
func (o *DeleteDeploymentResourceProxyRequestsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete deployment resource proxy requests params
func (*DeleteDeploymentResourceProxyRequestsParams) SetXManagementRequest ¶ added in v1.7.0
func (o *DeleteDeploymentResourceProxyRequestsParams) SetXManagementRequest(xManagementRequest string)
SetXManagementRequest adds the xManagementRequest to the delete deployment resource proxy requests params
func (*DeleteDeploymentResourceProxyRequestsParams) WithBody ¶ added in v1.7.0
func (o *DeleteDeploymentResourceProxyRequestsParams) WithBody(body string) *DeleteDeploymentResourceProxyRequestsParams
WithBody adds the body to the delete deployment resource proxy requests params
func (*DeleteDeploymentResourceProxyRequestsParams) WithContext ¶ added in v1.7.0
func (o *DeleteDeploymentResourceProxyRequestsParams) WithContext(ctx context.Context) *DeleteDeploymentResourceProxyRequestsParams
WithContext adds the context to the delete deployment resource proxy requests params
func (*DeleteDeploymentResourceProxyRequestsParams) WithDefaults ¶ added in v1.7.0
func (o *DeleteDeploymentResourceProxyRequestsParams) WithDefaults() *DeleteDeploymentResourceProxyRequestsParams
WithDefaults hydrates default values in the delete deployment resource proxy requests params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteDeploymentResourceProxyRequestsParams) WithDeploymentID ¶ added in v1.7.0
func (o *DeleteDeploymentResourceProxyRequestsParams) WithDeploymentID(deploymentID string) *DeleteDeploymentResourceProxyRequestsParams
WithDeploymentID adds the deploymentID to the delete deployment resource proxy requests params
func (*DeleteDeploymentResourceProxyRequestsParams) WithHTTPClient ¶ added in v1.7.0
func (o *DeleteDeploymentResourceProxyRequestsParams) WithHTTPClient(client *http.Client) *DeleteDeploymentResourceProxyRequestsParams
WithHTTPClient adds the HTTPClient to the delete deployment resource proxy requests params
func (*DeleteDeploymentResourceProxyRequestsParams) WithProxyPath ¶ added in v1.7.0
func (o *DeleteDeploymentResourceProxyRequestsParams) WithProxyPath(proxyPath string) *DeleteDeploymentResourceProxyRequestsParams
WithProxyPath adds the proxyPath to the delete deployment resource proxy requests params
func (*DeleteDeploymentResourceProxyRequestsParams) WithRefID ¶ added in v1.7.0
func (o *DeleteDeploymentResourceProxyRequestsParams) WithRefID(refID string) *DeleteDeploymentResourceProxyRequestsParams
WithRefID adds the refID to the delete deployment resource proxy requests params
func (*DeleteDeploymentResourceProxyRequestsParams) WithResourceKind ¶ added in v1.7.0
func (o *DeleteDeploymentResourceProxyRequestsParams) WithResourceKind(resourceKind string) *DeleteDeploymentResourceProxyRequestsParams
WithResourceKind adds the resourceKind to the delete deployment resource proxy requests params
func (*DeleteDeploymentResourceProxyRequestsParams) WithTimeout ¶ added in v1.7.0
func (o *DeleteDeploymentResourceProxyRequestsParams) WithTimeout(timeout time.Duration) *DeleteDeploymentResourceProxyRequestsParams
WithTimeout adds the timeout to the delete deployment resource proxy requests params
func (*DeleteDeploymentResourceProxyRequestsParams) WithXManagementRequest ¶ added in v1.7.0
func (o *DeleteDeploymentResourceProxyRequestsParams) WithXManagementRequest(xManagementRequest string) *DeleteDeploymentResourceProxyRequestsParams
WithXManagementRequest adds the xManagementRequest to the delete deployment resource proxy requests params
func (*DeleteDeploymentResourceProxyRequestsParams) WriteToRequest ¶ added in v1.7.0
func (o *DeleteDeploymentResourceProxyRequestsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteDeploymentResourceProxyRequestsReader ¶ added in v1.7.0
type DeleteDeploymentResourceProxyRequestsReader struct {
// contains filtered or unexported fields
}
DeleteDeploymentResourceProxyRequestsReader is a Reader for the DeleteDeploymentResourceProxyRequests structure.
func (*DeleteDeploymentResourceProxyRequestsReader) ReadResponse ¶ added in v1.7.0
func (o *DeleteDeploymentResourceProxyRequestsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteDeploymentStatelessResourceBadRequest ¶
type DeleteDeploymentStatelessResourceBadRequest struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
DeleteDeploymentStatelessResourceBadRequest describes a response with status code 400, with default header values.
Resource has still instances. (code: `deployments.resource_has_instances`)
func NewDeleteDeploymentStatelessResourceBadRequest ¶
func NewDeleteDeploymentStatelessResourceBadRequest() *DeleteDeploymentStatelessResourceBadRequest
NewDeleteDeploymentStatelessResourceBadRequest creates a DeleteDeploymentStatelessResourceBadRequest with default headers values
func (*DeleteDeploymentStatelessResourceBadRequest) Code ¶ added in v1.13.0
func (o *DeleteDeploymentStatelessResourceBadRequest) Code() int
Code gets the status code for the delete deployment stateless resource bad request response
func (*DeleteDeploymentStatelessResourceBadRequest) Error ¶
func (o *DeleteDeploymentStatelessResourceBadRequest) Error() string
func (*DeleteDeploymentStatelessResourceBadRequest) GetPayload ¶
func (o *DeleteDeploymentStatelessResourceBadRequest) GetPayload() *models.BasicFailedReply
func (*DeleteDeploymentStatelessResourceBadRequest) IsClientError ¶ added in v1.13.0
func (o *DeleteDeploymentStatelessResourceBadRequest) IsClientError() bool
IsClientError returns true when this delete deployment stateless resource bad request response has a 4xx status code
func (*DeleteDeploymentStatelessResourceBadRequest) IsCode ¶ added in v1.13.0
func (o *DeleteDeploymentStatelessResourceBadRequest) IsCode(code int) bool
IsCode returns true when this delete deployment stateless resource bad request response a status code equal to that given
func (*DeleteDeploymentStatelessResourceBadRequest) IsRedirect ¶ added in v1.13.0
func (o *DeleteDeploymentStatelessResourceBadRequest) IsRedirect() bool
IsRedirect returns true when this delete deployment stateless resource bad request response has a 3xx status code
func (*DeleteDeploymentStatelessResourceBadRequest) IsServerError ¶ added in v1.13.0
func (o *DeleteDeploymentStatelessResourceBadRequest) IsServerError() bool
IsServerError returns true when this delete deployment stateless resource bad request response has a 5xx status code
func (*DeleteDeploymentStatelessResourceBadRequest) IsSuccess ¶ added in v1.13.0
func (o *DeleteDeploymentStatelessResourceBadRequest) IsSuccess() bool
IsSuccess returns true when this delete deployment stateless resource bad request response has a 2xx status code
func (*DeleteDeploymentStatelessResourceBadRequest) String ¶ added in v1.13.0
func (o *DeleteDeploymentStatelessResourceBadRequest) String() string
type DeleteDeploymentStatelessResourceInternalServerError ¶
type DeleteDeploymentStatelessResourceInternalServerError struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
DeleteDeploymentStatelessResourceInternalServerError describes a response with status code 500, with default header values.
We have failed you. (code: `deployments.deployment_resource_no_longer_exists`)
func NewDeleteDeploymentStatelessResourceInternalServerError ¶
func NewDeleteDeploymentStatelessResourceInternalServerError() *DeleteDeploymentStatelessResourceInternalServerError
NewDeleteDeploymentStatelessResourceInternalServerError creates a DeleteDeploymentStatelessResourceInternalServerError with default headers values
func (*DeleteDeploymentStatelessResourceInternalServerError) Code ¶ added in v1.13.0
func (o *DeleteDeploymentStatelessResourceInternalServerError) Code() int
Code gets the status code for the delete deployment stateless resource internal server error response
func (*DeleteDeploymentStatelessResourceInternalServerError) Error ¶
func (o *DeleteDeploymentStatelessResourceInternalServerError) Error() string
func (*DeleteDeploymentStatelessResourceInternalServerError) GetPayload ¶
func (o *DeleteDeploymentStatelessResourceInternalServerError) GetPayload() *models.BasicFailedReply
func (*DeleteDeploymentStatelessResourceInternalServerError) IsClientError ¶ added in v1.13.0
func (o *DeleteDeploymentStatelessResourceInternalServerError) IsClientError() bool
IsClientError returns true when this delete deployment stateless resource internal server error response has a 4xx status code
func (*DeleteDeploymentStatelessResourceInternalServerError) IsCode ¶ added in v1.13.0
func (o *DeleteDeploymentStatelessResourceInternalServerError) IsCode(code int) bool
IsCode returns true when this delete deployment stateless resource internal server error response a status code equal to that given
func (*DeleteDeploymentStatelessResourceInternalServerError) IsRedirect ¶ added in v1.13.0
func (o *DeleteDeploymentStatelessResourceInternalServerError) IsRedirect() bool
IsRedirect returns true when this delete deployment stateless resource internal server error response has a 3xx status code
func (*DeleteDeploymentStatelessResourceInternalServerError) IsServerError ¶ added in v1.13.0
func (o *DeleteDeploymentStatelessResourceInternalServerError) IsServerError() bool
IsServerError returns true when this delete deployment stateless resource internal server error response has a 5xx status code
func (*DeleteDeploymentStatelessResourceInternalServerError) IsSuccess ¶ added in v1.13.0
func (o *DeleteDeploymentStatelessResourceInternalServerError) IsSuccess() bool
IsSuccess returns true when this delete deployment stateless resource internal server error response has a 2xx status code
func (*DeleteDeploymentStatelessResourceInternalServerError) String ¶ added in v1.13.0
func (o *DeleteDeploymentStatelessResourceInternalServerError) String() string
type DeleteDeploymentStatelessResourceNotFound ¶
type DeleteDeploymentStatelessResourceNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
DeleteDeploymentStatelessResourceNotFound describes a response with status code 404, with default header values. * The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
* The Resource specified by {ref_id} cannot be found. (code: `deployments.deployment_resource_not_found`)
func NewDeleteDeploymentStatelessResourceNotFound ¶
func NewDeleteDeploymentStatelessResourceNotFound() *DeleteDeploymentStatelessResourceNotFound
NewDeleteDeploymentStatelessResourceNotFound creates a DeleteDeploymentStatelessResourceNotFound with default headers values
func (*DeleteDeploymentStatelessResourceNotFound) Code ¶ added in v1.13.0
func (o *DeleteDeploymentStatelessResourceNotFound) Code() int
Code gets the status code for the delete deployment stateless resource not found response
func (*DeleteDeploymentStatelessResourceNotFound) Error ¶
func (o *DeleteDeploymentStatelessResourceNotFound) Error() string
func (*DeleteDeploymentStatelessResourceNotFound) GetPayload ¶
func (o *DeleteDeploymentStatelessResourceNotFound) GetPayload() *models.BasicFailedReply
func (*DeleteDeploymentStatelessResourceNotFound) IsClientError ¶ added in v1.13.0
func (o *DeleteDeploymentStatelessResourceNotFound) IsClientError() bool
IsClientError returns true when this delete deployment stateless resource not found response has a 4xx status code
func (*DeleteDeploymentStatelessResourceNotFound) IsCode ¶ added in v1.13.0
func (o *DeleteDeploymentStatelessResourceNotFound) IsCode(code int) bool
IsCode returns true when this delete deployment stateless resource not found response a status code equal to that given
func (*DeleteDeploymentStatelessResourceNotFound) IsRedirect ¶ added in v1.13.0
func (o *DeleteDeploymentStatelessResourceNotFound) IsRedirect() bool
IsRedirect returns true when this delete deployment stateless resource not found response has a 3xx status code
func (*DeleteDeploymentStatelessResourceNotFound) IsServerError ¶ added in v1.13.0
func (o *DeleteDeploymentStatelessResourceNotFound) IsServerError() bool
IsServerError returns true when this delete deployment stateless resource not found response has a 5xx status code
func (*DeleteDeploymentStatelessResourceNotFound) IsSuccess ¶ added in v1.13.0
func (o *DeleteDeploymentStatelessResourceNotFound) IsSuccess() bool
IsSuccess returns true when this delete deployment stateless resource not found response has a 2xx status code
func (*DeleteDeploymentStatelessResourceNotFound) String ¶ added in v1.13.0
func (o *DeleteDeploymentStatelessResourceNotFound) String() string
type DeleteDeploymentStatelessResourceOK ¶
type DeleteDeploymentStatelessResourceOK struct {
Payload *models.DeploymentResourceCrudResponse
}
DeleteDeploymentStatelessResourceOK describes a response with status code 200, with default header values.
Standard Deployment Resource Crud Response
func NewDeleteDeploymentStatelessResourceOK ¶
func NewDeleteDeploymentStatelessResourceOK() *DeleteDeploymentStatelessResourceOK
NewDeleteDeploymentStatelessResourceOK creates a DeleteDeploymentStatelessResourceOK with default headers values
func (*DeleteDeploymentStatelessResourceOK) Code ¶ added in v1.13.0
func (o *DeleteDeploymentStatelessResourceOK) Code() int
Code gets the status code for the delete deployment stateless resource o k response
func (*DeleteDeploymentStatelessResourceOK) Error ¶
func (o *DeleteDeploymentStatelessResourceOK) Error() string
func (*DeleteDeploymentStatelessResourceOK) GetPayload ¶
func (o *DeleteDeploymentStatelessResourceOK) GetPayload() *models.DeploymentResourceCrudResponse
func (*DeleteDeploymentStatelessResourceOK) IsClientError ¶ added in v1.13.0
func (o *DeleteDeploymentStatelessResourceOK) IsClientError() bool
IsClientError returns true when this delete deployment stateless resource o k response has a 4xx status code
func (*DeleteDeploymentStatelessResourceOK) IsCode ¶ added in v1.13.0
func (o *DeleteDeploymentStatelessResourceOK) IsCode(code int) bool
IsCode returns true when this delete deployment stateless resource o k response a status code equal to that given
func (*DeleteDeploymentStatelessResourceOK) IsRedirect ¶ added in v1.13.0
func (o *DeleteDeploymentStatelessResourceOK) IsRedirect() bool
IsRedirect returns true when this delete deployment stateless resource o k response has a 3xx status code
func (*DeleteDeploymentStatelessResourceOK) IsServerError ¶ added in v1.13.0
func (o *DeleteDeploymentStatelessResourceOK) IsServerError() bool
IsServerError returns true when this delete deployment stateless resource o k response has a 5xx status code
func (*DeleteDeploymentStatelessResourceOK) IsSuccess ¶ added in v1.13.0
func (o *DeleteDeploymentStatelessResourceOK) IsSuccess() bool
IsSuccess returns true when this delete deployment stateless resource o k response has a 2xx status code
func (*DeleteDeploymentStatelessResourceOK) String ¶ added in v1.13.0
func (o *DeleteDeploymentStatelessResourceOK) String() string
type DeleteDeploymentStatelessResourceParams ¶
type DeleteDeploymentStatelessResourceParams struct { /* DeploymentID. Identifier for the Deployment */ DeploymentID string /* RefID. User-specified RefId for the Resource (or '_main' if there is only one) */ RefID string /* StatelessResourceKind. The kind of stateless resource */ StatelessResourceKind string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteDeploymentStatelessResourceParams contains all the parameters to send to the API endpoint
for the delete deployment stateless resource operation. Typically these are written to a http.Request.
func NewDeleteDeploymentStatelessResourceParams ¶
func NewDeleteDeploymentStatelessResourceParams() *DeleteDeploymentStatelessResourceParams
NewDeleteDeploymentStatelessResourceParams creates a new DeleteDeploymentStatelessResourceParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewDeleteDeploymentStatelessResourceParamsWithContext ¶
func NewDeleteDeploymentStatelessResourceParamsWithContext(ctx context.Context) *DeleteDeploymentStatelessResourceParams
NewDeleteDeploymentStatelessResourceParamsWithContext creates a new DeleteDeploymentStatelessResourceParams object with the ability to set a context for a request.
func NewDeleteDeploymentStatelessResourceParamsWithHTTPClient ¶
func NewDeleteDeploymentStatelessResourceParamsWithHTTPClient(client *http.Client) *DeleteDeploymentStatelessResourceParams
NewDeleteDeploymentStatelessResourceParamsWithHTTPClient creates a new DeleteDeploymentStatelessResourceParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteDeploymentStatelessResourceParamsWithTimeout ¶
func NewDeleteDeploymentStatelessResourceParamsWithTimeout(timeout time.Duration) *DeleteDeploymentStatelessResourceParams
NewDeleteDeploymentStatelessResourceParamsWithTimeout creates a new DeleteDeploymentStatelessResourceParams object with the ability to set a timeout on a request.
func (*DeleteDeploymentStatelessResourceParams) SetContext ¶
func (o *DeleteDeploymentStatelessResourceParams) SetContext(ctx context.Context)
SetContext adds the context to the delete deployment stateless resource params
func (*DeleteDeploymentStatelessResourceParams) SetDefaults ¶ added in v1.3.0
func (o *DeleteDeploymentStatelessResourceParams) SetDefaults()
SetDefaults hydrates default values in the delete deployment stateless resource params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteDeploymentStatelessResourceParams) SetDeploymentID ¶
func (o *DeleteDeploymentStatelessResourceParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the delete deployment stateless resource params
func (*DeleteDeploymentStatelessResourceParams) SetHTTPClient ¶
func (o *DeleteDeploymentStatelessResourceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete deployment stateless resource params
func (*DeleteDeploymentStatelessResourceParams) SetRefID ¶
func (o *DeleteDeploymentStatelessResourceParams) SetRefID(refID string)
SetRefID adds the refId to the delete deployment stateless resource params
func (*DeleteDeploymentStatelessResourceParams) SetStatelessResourceKind ¶
func (o *DeleteDeploymentStatelessResourceParams) SetStatelessResourceKind(statelessResourceKind string)
SetStatelessResourceKind adds the statelessResourceKind to the delete deployment stateless resource params
func (*DeleteDeploymentStatelessResourceParams) SetTimeout ¶
func (o *DeleteDeploymentStatelessResourceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete deployment stateless resource params
func (*DeleteDeploymentStatelessResourceParams) WithContext ¶
func (o *DeleteDeploymentStatelessResourceParams) WithContext(ctx context.Context) *DeleteDeploymentStatelessResourceParams
WithContext adds the context to the delete deployment stateless resource params
func (*DeleteDeploymentStatelessResourceParams) WithDefaults ¶ added in v1.3.0
func (o *DeleteDeploymentStatelessResourceParams) WithDefaults() *DeleteDeploymentStatelessResourceParams
WithDefaults hydrates default values in the delete deployment stateless resource params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteDeploymentStatelessResourceParams) WithDeploymentID ¶
func (o *DeleteDeploymentStatelessResourceParams) WithDeploymentID(deploymentID string) *DeleteDeploymentStatelessResourceParams
WithDeploymentID adds the deploymentID to the delete deployment stateless resource params
func (*DeleteDeploymentStatelessResourceParams) WithHTTPClient ¶
func (o *DeleteDeploymentStatelessResourceParams) WithHTTPClient(client *http.Client) *DeleteDeploymentStatelessResourceParams
WithHTTPClient adds the HTTPClient to the delete deployment stateless resource params
func (*DeleteDeploymentStatelessResourceParams) WithRefID ¶
func (o *DeleteDeploymentStatelessResourceParams) WithRefID(refID string) *DeleteDeploymentStatelessResourceParams
WithRefID adds the refID to the delete deployment stateless resource params
func (*DeleteDeploymentStatelessResourceParams) WithStatelessResourceKind ¶
func (o *DeleteDeploymentStatelessResourceParams) WithStatelessResourceKind(statelessResourceKind string) *DeleteDeploymentStatelessResourceParams
WithStatelessResourceKind adds the statelessResourceKind to the delete deployment stateless resource params
func (*DeleteDeploymentStatelessResourceParams) WithTimeout ¶
func (o *DeleteDeploymentStatelessResourceParams) WithTimeout(timeout time.Duration) *DeleteDeploymentStatelessResourceParams
WithTimeout adds the timeout to the delete deployment stateless resource params
func (*DeleteDeploymentStatelessResourceParams) WriteToRequest ¶
func (o *DeleteDeploymentStatelessResourceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteDeploymentStatelessResourceReader ¶
type DeleteDeploymentStatelessResourceReader struct {
// contains filtered or unexported fields
}
DeleteDeploymentStatelessResourceReader is a Reader for the DeleteDeploymentStatelessResource structure.
func (*DeleteDeploymentStatelessResourceReader) ReadResponse ¶
func (o *DeleteDeploymentStatelessResourceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteDeploymentUnauthorized ¶
type DeleteDeploymentUnauthorized struct {
}DeleteDeploymentUnauthorized describes a response with status code 401, with default header values.
You are not authorized to perform this action.
func NewDeleteDeploymentUnauthorized ¶
func NewDeleteDeploymentUnauthorized() *DeleteDeploymentUnauthorized
NewDeleteDeploymentUnauthorized creates a DeleteDeploymentUnauthorized with default headers values
func (*DeleteDeploymentUnauthorized) Code ¶ added in v1.13.0
func (o *DeleteDeploymentUnauthorized) Code() int
Code gets the status code for the delete deployment unauthorized response
func (*DeleteDeploymentUnauthorized) Error ¶
func (o *DeleteDeploymentUnauthorized) Error() string
func (*DeleteDeploymentUnauthorized) GetPayload ¶
func (o *DeleteDeploymentUnauthorized) GetPayload() *models.BasicFailedReply
func (*DeleteDeploymentUnauthorized) IsClientError ¶ added in v1.13.0
func (o *DeleteDeploymentUnauthorized) IsClientError() bool
IsClientError returns true when this delete deployment unauthorized response has a 4xx status code
func (*DeleteDeploymentUnauthorized) IsCode ¶ added in v1.13.0
func (o *DeleteDeploymentUnauthorized) IsCode(code int) bool
IsCode returns true when this delete deployment unauthorized response a status code equal to that given
func (*DeleteDeploymentUnauthorized) IsRedirect ¶ added in v1.13.0
func (o *DeleteDeploymentUnauthorized) IsRedirect() bool
IsRedirect returns true when this delete deployment unauthorized response has a 3xx status code
func (*DeleteDeploymentUnauthorized) IsServerError ¶ added in v1.13.0
func (o *DeleteDeploymentUnauthorized) IsServerError() bool
IsServerError returns true when this delete deployment unauthorized response has a 5xx status code
func (*DeleteDeploymentUnauthorized) IsSuccess ¶ added in v1.13.0
func (o *DeleteDeploymentUnauthorized) IsSuccess() bool
IsSuccess returns true when this delete deployment unauthorized response has a 2xx status code
func (*DeleteDeploymentUnauthorized) String ¶ added in v1.13.0
func (o *DeleteDeploymentUnauthorized) String() string
type DeploymentApmResetSecretTokenAccepted ¶
type DeploymentApmResetSecretTokenAccepted struct {
Payload *models.ApmCrudResponse
}
DeploymentApmResetSecretTokenAccepted describes a response with status code 202, with default header values.
Response containing the new secret token, plan to apply it starts
func NewDeploymentApmResetSecretTokenAccepted ¶
func NewDeploymentApmResetSecretTokenAccepted() *DeploymentApmResetSecretTokenAccepted
NewDeploymentApmResetSecretTokenAccepted creates a DeploymentApmResetSecretTokenAccepted with default headers values
func (*DeploymentApmResetSecretTokenAccepted) Code ¶ added in v1.13.0
func (o *DeploymentApmResetSecretTokenAccepted) Code() int
Code gets the status code for the deployment apm reset secret token accepted response
func (*DeploymentApmResetSecretTokenAccepted) Error ¶
func (o *DeploymentApmResetSecretTokenAccepted) Error() string
func (*DeploymentApmResetSecretTokenAccepted) GetPayload ¶
func (o *DeploymentApmResetSecretTokenAccepted) GetPayload() *models.ApmCrudResponse
func (*DeploymentApmResetSecretTokenAccepted) IsClientError ¶ added in v1.13.0
func (o *DeploymentApmResetSecretTokenAccepted) IsClientError() bool
IsClientError returns true when this deployment apm reset secret token accepted response has a 4xx status code
func (*DeploymentApmResetSecretTokenAccepted) IsCode ¶ added in v1.13.0
func (o *DeploymentApmResetSecretTokenAccepted) IsCode(code int) bool
IsCode returns true when this deployment apm reset secret token accepted response a status code equal to that given
func (*DeploymentApmResetSecretTokenAccepted) IsRedirect ¶ added in v1.13.0
func (o *DeploymentApmResetSecretTokenAccepted) IsRedirect() bool
IsRedirect returns true when this deployment apm reset secret token accepted response has a 3xx status code
func (*DeploymentApmResetSecretTokenAccepted) IsServerError ¶ added in v1.13.0
func (o *DeploymentApmResetSecretTokenAccepted) IsServerError() bool
IsServerError returns true when this deployment apm reset secret token accepted response has a 5xx status code
func (*DeploymentApmResetSecretTokenAccepted) IsSuccess ¶ added in v1.13.0
func (o *DeploymentApmResetSecretTokenAccepted) IsSuccess() bool
IsSuccess returns true when this deployment apm reset secret token accepted response has a 2xx status code
func (*DeploymentApmResetSecretTokenAccepted) String ¶ added in v1.13.0
func (o *DeploymentApmResetSecretTokenAccepted) String() string
type DeploymentApmResetSecretTokenBadRequest ¶ added in v1.10.0
type DeploymentApmResetSecretTokenBadRequest struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
DeploymentApmResetSecretTokenBadRequest describes a response with status code 400, with default header values.
Reset token is not supported when APM is managed by Elastic Agent. (code: `clusters.cluster_plan_state_error`)
func NewDeploymentApmResetSecretTokenBadRequest ¶ added in v1.10.0
func NewDeploymentApmResetSecretTokenBadRequest() *DeploymentApmResetSecretTokenBadRequest
NewDeploymentApmResetSecretTokenBadRequest creates a DeploymentApmResetSecretTokenBadRequest with default headers values
func (*DeploymentApmResetSecretTokenBadRequest) Code ¶ added in v1.13.0
func (o *DeploymentApmResetSecretTokenBadRequest) Code() int
Code gets the status code for the deployment apm reset secret token bad request response
func (*DeploymentApmResetSecretTokenBadRequest) Error ¶ added in v1.10.0
func (o *DeploymentApmResetSecretTokenBadRequest) Error() string
func (*DeploymentApmResetSecretTokenBadRequest) GetPayload ¶ added in v1.10.0
func (o *DeploymentApmResetSecretTokenBadRequest) GetPayload() *models.BasicFailedReply
func (*DeploymentApmResetSecretTokenBadRequest) IsClientError ¶ added in v1.13.0
func (o *DeploymentApmResetSecretTokenBadRequest) IsClientError() bool
IsClientError returns true when this deployment apm reset secret token bad request response has a 4xx status code
func (*DeploymentApmResetSecretTokenBadRequest) IsCode ¶ added in v1.13.0
func (o *DeploymentApmResetSecretTokenBadRequest) IsCode(code int) bool
IsCode returns true when this deployment apm reset secret token bad request response a status code equal to that given
func (*DeploymentApmResetSecretTokenBadRequest) IsRedirect ¶ added in v1.13.0
func (o *DeploymentApmResetSecretTokenBadRequest) IsRedirect() bool
IsRedirect returns true when this deployment apm reset secret token bad request response has a 3xx status code
func (*DeploymentApmResetSecretTokenBadRequest) IsServerError ¶ added in v1.13.0
func (o *DeploymentApmResetSecretTokenBadRequest) IsServerError() bool
IsServerError returns true when this deployment apm reset secret token bad request response has a 5xx status code
func (*DeploymentApmResetSecretTokenBadRequest) IsSuccess ¶ added in v1.13.0
func (o *DeploymentApmResetSecretTokenBadRequest) IsSuccess() bool
IsSuccess returns true when this deployment apm reset secret token bad request response has a 2xx status code
func (*DeploymentApmResetSecretTokenBadRequest) String ¶ added in v1.13.0
func (o *DeploymentApmResetSecretTokenBadRequest) String() string
type DeploymentApmResetSecretTokenInternalServerError ¶
type DeploymentApmResetSecretTokenInternalServerError struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
DeploymentApmResetSecretTokenInternalServerError describes a response with status code 500, with default header values.
We have failed you. (code: `deployments.deployment_resource_no_longer_exists`)
func NewDeploymentApmResetSecretTokenInternalServerError ¶
func NewDeploymentApmResetSecretTokenInternalServerError() *DeploymentApmResetSecretTokenInternalServerError
NewDeploymentApmResetSecretTokenInternalServerError creates a DeploymentApmResetSecretTokenInternalServerError with default headers values
func (*DeploymentApmResetSecretTokenInternalServerError) Code ¶ added in v1.13.0
func (o *DeploymentApmResetSecretTokenInternalServerError) Code() int
Code gets the status code for the deployment apm reset secret token internal server error response
func (*DeploymentApmResetSecretTokenInternalServerError) Error ¶
func (o *DeploymentApmResetSecretTokenInternalServerError) Error() string
func (*DeploymentApmResetSecretTokenInternalServerError) GetPayload ¶
func (o *DeploymentApmResetSecretTokenInternalServerError) GetPayload() *models.BasicFailedReply
func (*DeploymentApmResetSecretTokenInternalServerError) IsClientError ¶ added in v1.13.0
func (o *DeploymentApmResetSecretTokenInternalServerError) IsClientError() bool
IsClientError returns true when this deployment apm reset secret token internal server error response has a 4xx status code
func (*DeploymentApmResetSecretTokenInternalServerError) IsCode ¶ added in v1.13.0
func (o *DeploymentApmResetSecretTokenInternalServerError) IsCode(code int) bool
IsCode returns true when this deployment apm reset secret token internal server error response a status code equal to that given
func (*DeploymentApmResetSecretTokenInternalServerError) IsRedirect ¶ added in v1.13.0
func (o *DeploymentApmResetSecretTokenInternalServerError) IsRedirect() bool
IsRedirect returns true when this deployment apm reset secret token internal server error response has a 3xx status code
func (*DeploymentApmResetSecretTokenInternalServerError) IsServerError ¶ added in v1.13.0
func (o *DeploymentApmResetSecretTokenInternalServerError) IsServerError() bool
IsServerError returns true when this deployment apm reset secret token internal server error response has a 5xx status code
func (*DeploymentApmResetSecretTokenInternalServerError) IsSuccess ¶ added in v1.13.0
func (o *DeploymentApmResetSecretTokenInternalServerError) IsSuccess() bool
IsSuccess returns true when this deployment apm reset secret token internal server error response has a 2xx status code
func (*DeploymentApmResetSecretTokenInternalServerError) String ¶ added in v1.13.0
func (o *DeploymentApmResetSecretTokenInternalServerError) String() string
type DeploymentApmResetSecretTokenNotFound ¶
type DeploymentApmResetSecretTokenNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
DeploymentApmResetSecretTokenNotFound describes a response with status code 404, with default header values. * The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
* The Resource specified by {ref_id} cannot be found. (code: `deployments.deployment_resource_not_found`)
func NewDeploymentApmResetSecretTokenNotFound ¶
func NewDeploymentApmResetSecretTokenNotFound() *DeploymentApmResetSecretTokenNotFound
NewDeploymentApmResetSecretTokenNotFound creates a DeploymentApmResetSecretTokenNotFound with default headers values
func (*DeploymentApmResetSecretTokenNotFound) Code ¶ added in v1.13.0
func (o *DeploymentApmResetSecretTokenNotFound) Code() int
Code gets the status code for the deployment apm reset secret token not found response
func (*DeploymentApmResetSecretTokenNotFound) Error ¶
func (o *DeploymentApmResetSecretTokenNotFound) Error() string
func (*DeploymentApmResetSecretTokenNotFound) GetPayload ¶
func (o *DeploymentApmResetSecretTokenNotFound) GetPayload() *models.BasicFailedReply
func (*DeploymentApmResetSecretTokenNotFound) IsClientError ¶ added in v1.13.0
func (o *DeploymentApmResetSecretTokenNotFound) IsClientError() bool
IsClientError returns true when this deployment apm reset secret token not found response has a 4xx status code
func (*DeploymentApmResetSecretTokenNotFound) IsCode ¶ added in v1.13.0
func (o *DeploymentApmResetSecretTokenNotFound) IsCode(code int) bool
IsCode returns true when this deployment apm reset secret token not found response a status code equal to that given
func (*DeploymentApmResetSecretTokenNotFound) IsRedirect ¶ added in v1.13.0
func (o *DeploymentApmResetSecretTokenNotFound) IsRedirect() bool
IsRedirect returns true when this deployment apm reset secret token not found response has a 3xx status code
func (*DeploymentApmResetSecretTokenNotFound) IsServerError ¶ added in v1.13.0
func (o *DeploymentApmResetSecretTokenNotFound) IsServerError() bool
IsServerError returns true when this deployment apm reset secret token not found response has a 5xx status code
func (*DeploymentApmResetSecretTokenNotFound) IsSuccess ¶ added in v1.13.0
func (o *DeploymentApmResetSecretTokenNotFound) IsSuccess() bool
IsSuccess returns true when this deployment apm reset secret token not found response has a 2xx status code
func (*DeploymentApmResetSecretTokenNotFound) String ¶ added in v1.13.0
func (o *DeploymentApmResetSecretTokenNotFound) String() string
type DeploymentApmResetSecretTokenParams ¶
type DeploymentApmResetSecretTokenParams struct { /* DeploymentID. Identifier for the Deployment. */ DeploymentID string /* RefID. User-specified RefId for the Resource (or '_main' if there is only one). */ RefID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeploymentApmResetSecretTokenParams contains all the parameters to send to the API endpoint
for the deployment apm reset secret token operation. Typically these are written to a http.Request.
func NewDeploymentApmResetSecretTokenParams ¶
func NewDeploymentApmResetSecretTokenParams() *DeploymentApmResetSecretTokenParams
NewDeploymentApmResetSecretTokenParams creates a new DeploymentApmResetSecretTokenParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewDeploymentApmResetSecretTokenParamsWithContext ¶
func NewDeploymentApmResetSecretTokenParamsWithContext(ctx context.Context) *DeploymentApmResetSecretTokenParams
NewDeploymentApmResetSecretTokenParamsWithContext creates a new DeploymentApmResetSecretTokenParams object with the ability to set a context for a request.
func NewDeploymentApmResetSecretTokenParamsWithHTTPClient ¶
func NewDeploymentApmResetSecretTokenParamsWithHTTPClient(client *http.Client) *DeploymentApmResetSecretTokenParams
NewDeploymentApmResetSecretTokenParamsWithHTTPClient creates a new DeploymentApmResetSecretTokenParams object with the ability to set a custom HTTPClient for a request.
func NewDeploymentApmResetSecretTokenParamsWithTimeout ¶
func NewDeploymentApmResetSecretTokenParamsWithTimeout(timeout time.Duration) *DeploymentApmResetSecretTokenParams
NewDeploymentApmResetSecretTokenParamsWithTimeout creates a new DeploymentApmResetSecretTokenParams object with the ability to set a timeout on a request.
func (*DeploymentApmResetSecretTokenParams) SetContext ¶
func (o *DeploymentApmResetSecretTokenParams) SetContext(ctx context.Context)
SetContext adds the context to the deployment apm reset secret token params
func (*DeploymentApmResetSecretTokenParams) SetDefaults ¶ added in v1.3.0
func (o *DeploymentApmResetSecretTokenParams) SetDefaults()
SetDefaults hydrates default values in the deployment apm reset secret token params (not the query body).
All values with no default are reset to their zero value.
func (*DeploymentApmResetSecretTokenParams) SetDeploymentID ¶
func (o *DeploymentApmResetSecretTokenParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the deployment apm reset secret token params
func (*DeploymentApmResetSecretTokenParams) SetHTTPClient ¶
func (o *DeploymentApmResetSecretTokenParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the deployment apm reset secret token params
func (*DeploymentApmResetSecretTokenParams) SetRefID ¶
func (o *DeploymentApmResetSecretTokenParams) SetRefID(refID string)
SetRefID adds the refId to the deployment apm reset secret token params
func (*DeploymentApmResetSecretTokenParams) SetTimeout ¶
func (o *DeploymentApmResetSecretTokenParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the deployment apm reset secret token params
func (*DeploymentApmResetSecretTokenParams) WithContext ¶
func (o *DeploymentApmResetSecretTokenParams) WithContext(ctx context.Context) *DeploymentApmResetSecretTokenParams
WithContext adds the context to the deployment apm reset secret token params
func (*DeploymentApmResetSecretTokenParams) WithDefaults ¶ added in v1.3.0
func (o *DeploymentApmResetSecretTokenParams) WithDefaults() *DeploymentApmResetSecretTokenParams
WithDefaults hydrates default values in the deployment apm reset secret token params (not the query body).
All values with no default are reset to their zero value.
func (*DeploymentApmResetSecretTokenParams) WithDeploymentID ¶
func (o *DeploymentApmResetSecretTokenParams) WithDeploymentID(deploymentID string) *DeploymentApmResetSecretTokenParams
WithDeploymentID adds the deploymentID to the deployment apm reset secret token params
func (*DeploymentApmResetSecretTokenParams) WithHTTPClient ¶
func (o *DeploymentApmResetSecretTokenParams) WithHTTPClient(client *http.Client) *DeploymentApmResetSecretTokenParams
WithHTTPClient adds the HTTPClient to the deployment apm reset secret token params
func (*DeploymentApmResetSecretTokenParams) WithRefID ¶
func (o *DeploymentApmResetSecretTokenParams) WithRefID(refID string) *DeploymentApmResetSecretTokenParams
WithRefID adds the refID to the deployment apm reset secret token params
func (*DeploymentApmResetSecretTokenParams) WithTimeout ¶
func (o *DeploymentApmResetSecretTokenParams) WithTimeout(timeout time.Duration) *DeploymentApmResetSecretTokenParams
WithTimeout adds the timeout to the deployment apm reset secret token params
func (*DeploymentApmResetSecretTokenParams) WriteToRequest ¶
func (o *DeploymentApmResetSecretTokenParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeploymentApmResetSecretTokenReader ¶
type DeploymentApmResetSecretTokenReader struct {
// contains filtered or unexported fields
}
DeploymentApmResetSecretTokenReader is a Reader for the DeploymentApmResetSecretToken structure.
func (*DeploymentApmResetSecretTokenReader) ReadResponse ¶
func (o *DeploymentApmResetSecretTokenReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DownloadDeploymentInstanceHeapDumpNotFound ¶ added in v1.6.0
type DownloadDeploymentInstanceHeapDumpNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
DownloadDeploymentInstanceHeapDumpNotFound describes a response with status code 404, with default header values. * The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
* The Resource specified by {ref_id} cannot be found. (code: `deployments.deployment_resource_not_found`) * The specified instance cannot be found. (code: `deployments.instance_not_found_error`) * The specified instance does not have a heap dump available to download. (code: `heap_dumps.heap_dump_not_found`)
func NewDownloadDeploymentInstanceHeapDumpNotFound ¶ added in v1.6.0
func NewDownloadDeploymentInstanceHeapDumpNotFound() *DownloadDeploymentInstanceHeapDumpNotFound
NewDownloadDeploymentInstanceHeapDumpNotFound creates a DownloadDeploymentInstanceHeapDumpNotFound with default headers values
func (*DownloadDeploymentInstanceHeapDumpNotFound) Code ¶ added in v1.13.0
func (o *DownloadDeploymentInstanceHeapDumpNotFound) Code() int
Code gets the status code for the download deployment instance heap dump not found response
func (*DownloadDeploymentInstanceHeapDumpNotFound) Error ¶ added in v1.6.0
func (o *DownloadDeploymentInstanceHeapDumpNotFound) Error() string
func (*DownloadDeploymentInstanceHeapDumpNotFound) GetPayload ¶ added in v1.6.0
func (o *DownloadDeploymentInstanceHeapDumpNotFound) GetPayload() *models.BasicFailedReply
func (*DownloadDeploymentInstanceHeapDumpNotFound) IsClientError ¶ added in v1.13.0
func (o *DownloadDeploymentInstanceHeapDumpNotFound) IsClientError() bool
IsClientError returns true when this download deployment instance heap dump not found response has a 4xx status code
func (*DownloadDeploymentInstanceHeapDumpNotFound) IsCode ¶ added in v1.13.0
func (o *DownloadDeploymentInstanceHeapDumpNotFound) IsCode(code int) bool
IsCode returns true when this download deployment instance heap dump not found response a status code equal to that given
func (*DownloadDeploymentInstanceHeapDumpNotFound) IsRedirect ¶ added in v1.13.0
func (o *DownloadDeploymentInstanceHeapDumpNotFound) IsRedirect() bool
IsRedirect returns true when this download deployment instance heap dump not found response has a 3xx status code
func (*DownloadDeploymentInstanceHeapDumpNotFound) IsServerError ¶ added in v1.13.0
func (o *DownloadDeploymentInstanceHeapDumpNotFound) IsServerError() bool
IsServerError returns true when this download deployment instance heap dump not found response has a 5xx status code
func (*DownloadDeploymentInstanceHeapDumpNotFound) IsSuccess ¶ added in v1.13.0
func (o *DownloadDeploymentInstanceHeapDumpNotFound) IsSuccess() bool
IsSuccess returns true when this download deployment instance heap dump not found response has a 2xx status code
func (*DownloadDeploymentInstanceHeapDumpNotFound) String ¶ added in v1.13.0
func (o *DownloadDeploymentInstanceHeapDumpNotFound) String() string
type DownloadDeploymentInstanceHeapDumpOK ¶ added in v1.6.0
DownloadDeploymentInstanceHeapDumpOK describes a response with status code 200, with default header values.
The given instance's heap dump
func NewDownloadDeploymentInstanceHeapDumpOK ¶ added in v1.6.0
func NewDownloadDeploymentInstanceHeapDumpOK() *DownloadDeploymentInstanceHeapDumpOK
NewDownloadDeploymentInstanceHeapDumpOK creates a DownloadDeploymentInstanceHeapDumpOK with default headers values
func (*DownloadDeploymentInstanceHeapDumpOK) Code ¶ added in v1.13.0
func (o *DownloadDeploymentInstanceHeapDumpOK) Code() int
Code gets the status code for the download deployment instance heap dump o k response
func (*DownloadDeploymentInstanceHeapDumpOK) Error ¶ added in v1.6.0
func (o *DownloadDeploymentInstanceHeapDumpOK) Error() string
func (*DownloadDeploymentInstanceHeapDumpOK) GetPayload ¶ added in v1.6.0
func (o *DownloadDeploymentInstanceHeapDumpOK) GetPayload() strfmt.Base64
func (*DownloadDeploymentInstanceHeapDumpOK) IsClientError ¶ added in v1.13.0
func (o *DownloadDeploymentInstanceHeapDumpOK) IsClientError() bool
IsClientError returns true when this download deployment instance heap dump o k response has a 4xx status code
func (*DownloadDeploymentInstanceHeapDumpOK) IsCode ¶ added in v1.13.0
func (o *DownloadDeploymentInstanceHeapDumpOK) IsCode(code int) bool
IsCode returns true when this download deployment instance heap dump o k response a status code equal to that given
func (*DownloadDeploymentInstanceHeapDumpOK) IsRedirect ¶ added in v1.13.0
func (o *DownloadDeploymentInstanceHeapDumpOK) IsRedirect() bool
IsRedirect returns true when this download deployment instance heap dump o k response has a 3xx status code
func (*DownloadDeploymentInstanceHeapDumpOK) IsServerError ¶ added in v1.13.0
func (o *DownloadDeploymentInstanceHeapDumpOK) IsServerError() bool
IsServerError returns true when this download deployment instance heap dump o k response has a 5xx status code
func (*DownloadDeploymentInstanceHeapDumpOK) IsSuccess ¶ added in v1.13.0
func (o *DownloadDeploymentInstanceHeapDumpOK) IsSuccess() bool
IsSuccess returns true when this download deployment instance heap dump o k response has a 2xx status code
func (*DownloadDeploymentInstanceHeapDumpOK) String ¶ added in v1.13.0
func (o *DownloadDeploymentInstanceHeapDumpOK) String() string
type DownloadDeploymentInstanceHeapDumpParams ¶ added in v1.6.0
type DownloadDeploymentInstanceHeapDumpParams struct { /* DeploymentID. Identifier for the Deployment. */ DeploymentID string /* InstanceID. The instance identifier */ InstanceID string /* RefID. User-specified RefId for the Resource (or '_main' if there is only one). */ RefID string /* ResourceKind. The kind of resource (one of elasticsearch, kibana or apm). */ ResourceKind string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DownloadDeploymentInstanceHeapDumpParams contains all the parameters to send to the API endpoint
for the download deployment instance heap dump operation. Typically these are written to a http.Request.
func NewDownloadDeploymentInstanceHeapDumpParams ¶ added in v1.6.0
func NewDownloadDeploymentInstanceHeapDumpParams() *DownloadDeploymentInstanceHeapDumpParams
NewDownloadDeploymentInstanceHeapDumpParams creates a new DownloadDeploymentInstanceHeapDumpParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewDownloadDeploymentInstanceHeapDumpParamsWithContext ¶ added in v1.6.0
func NewDownloadDeploymentInstanceHeapDumpParamsWithContext(ctx context.Context) *DownloadDeploymentInstanceHeapDumpParams
NewDownloadDeploymentInstanceHeapDumpParamsWithContext creates a new DownloadDeploymentInstanceHeapDumpParams object with the ability to set a context for a request.
func NewDownloadDeploymentInstanceHeapDumpParamsWithHTTPClient ¶ added in v1.6.0
func NewDownloadDeploymentInstanceHeapDumpParamsWithHTTPClient(client *http.Client) *DownloadDeploymentInstanceHeapDumpParams
NewDownloadDeploymentInstanceHeapDumpParamsWithHTTPClient creates a new DownloadDeploymentInstanceHeapDumpParams object with the ability to set a custom HTTPClient for a request.
func NewDownloadDeploymentInstanceHeapDumpParamsWithTimeout ¶ added in v1.6.0
func NewDownloadDeploymentInstanceHeapDumpParamsWithTimeout(timeout time.Duration) *DownloadDeploymentInstanceHeapDumpParams
NewDownloadDeploymentInstanceHeapDumpParamsWithTimeout creates a new DownloadDeploymentInstanceHeapDumpParams object with the ability to set a timeout on a request.
func (*DownloadDeploymentInstanceHeapDumpParams) SetContext ¶ added in v1.6.0
func (o *DownloadDeploymentInstanceHeapDumpParams) SetContext(ctx context.Context)
SetContext adds the context to the download deployment instance heap dump params
func (*DownloadDeploymentInstanceHeapDumpParams) SetDefaults ¶ added in v1.6.0
func (o *DownloadDeploymentInstanceHeapDumpParams) SetDefaults()
SetDefaults hydrates default values in the download deployment instance heap dump params (not the query body).
All values with no default are reset to their zero value.
func (*DownloadDeploymentInstanceHeapDumpParams) SetDeploymentID ¶ added in v1.6.0
func (o *DownloadDeploymentInstanceHeapDumpParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the download deployment instance heap dump params
func (*DownloadDeploymentInstanceHeapDumpParams) SetHTTPClient ¶ added in v1.6.0
func (o *DownloadDeploymentInstanceHeapDumpParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the download deployment instance heap dump params
func (*DownloadDeploymentInstanceHeapDumpParams) SetInstanceID ¶ added in v1.6.0
func (o *DownloadDeploymentInstanceHeapDumpParams) SetInstanceID(instanceID string)
SetInstanceID adds the instanceId to the download deployment instance heap dump params
func (*DownloadDeploymentInstanceHeapDumpParams) SetRefID ¶ added in v1.6.0
func (o *DownloadDeploymentInstanceHeapDumpParams) SetRefID(refID string)
SetRefID adds the refId to the download deployment instance heap dump params
func (*DownloadDeploymentInstanceHeapDumpParams) SetResourceKind ¶ added in v1.6.0
func (o *DownloadDeploymentInstanceHeapDumpParams) SetResourceKind(resourceKind string)
SetResourceKind adds the resourceKind to the download deployment instance heap dump params
func (*DownloadDeploymentInstanceHeapDumpParams) SetTimeout ¶ added in v1.6.0
func (o *DownloadDeploymentInstanceHeapDumpParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the download deployment instance heap dump params
func (*DownloadDeploymentInstanceHeapDumpParams) WithContext ¶ added in v1.6.0
func (o *DownloadDeploymentInstanceHeapDumpParams) WithContext(ctx context.Context) *DownloadDeploymentInstanceHeapDumpParams
WithContext adds the context to the download deployment instance heap dump params
func (*DownloadDeploymentInstanceHeapDumpParams) WithDefaults ¶ added in v1.6.0
func (o *DownloadDeploymentInstanceHeapDumpParams) WithDefaults() *DownloadDeploymentInstanceHeapDumpParams
WithDefaults hydrates default values in the download deployment instance heap dump params (not the query body).
All values with no default are reset to their zero value.
func (*DownloadDeploymentInstanceHeapDumpParams) WithDeploymentID ¶ added in v1.6.0
func (o *DownloadDeploymentInstanceHeapDumpParams) WithDeploymentID(deploymentID string) *DownloadDeploymentInstanceHeapDumpParams
WithDeploymentID adds the deploymentID to the download deployment instance heap dump params
func (*DownloadDeploymentInstanceHeapDumpParams) WithHTTPClient ¶ added in v1.6.0
func (o *DownloadDeploymentInstanceHeapDumpParams) WithHTTPClient(client *http.Client) *DownloadDeploymentInstanceHeapDumpParams
WithHTTPClient adds the HTTPClient to the download deployment instance heap dump params
func (*DownloadDeploymentInstanceHeapDumpParams) WithInstanceID ¶ added in v1.6.0
func (o *DownloadDeploymentInstanceHeapDumpParams) WithInstanceID(instanceID string) *DownloadDeploymentInstanceHeapDumpParams
WithInstanceID adds the instanceID to the download deployment instance heap dump params
func (*DownloadDeploymentInstanceHeapDumpParams) WithRefID ¶ added in v1.6.0
func (o *DownloadDeploymentInstanceHeapDumpParams) WithRefID(refID string) *DownloadDeploymentInstanceHeapDumpParams
WithRefID adds the refID to the download deployment instance heap dump params
func (*DownloadDeploymentInstanceHeapDumpParams) WithResourceKind ¶ added in v1.6.0
func (o *DownloadDeploymentInstanceHeapDumpParams) WithResourceKind(resourceKind string) *DownloadDeploymentInstanceHeapDumpParams
WithResourceKind adds the resourceKind to the download deployment instance heap dump params
func (*DownloadDeploymentInstanceHeapDumpParams) WithTimeout ¶ added in v1.6.0
func (o *DownloadDeploymentInstanceHeapDumpParams) WithTimeout(timeout time.Duration) *DownloadDeploymentInstanceHeapDumpParams
WithTimeout adds the timeout to the download deployment instance heap dump params
func (*DownloadDeploymentInstanceHeapDumpParams) WriteToRequest ¶ added in v1.6.0
func (o *DownloadDeploymentInstanceHeapDumpParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DownloadDeploymentInstanceHeapDumpReader ¶ added in v1.6.0
type DownloadDeploymentInstanceHeapDumpReader struct {
// contains filtered or unexported fields
}
DownloadDeploymentInstanceHeapDumpReader is a Reader for the DownloadDeploymentInstanceHeapDump structure.
func (*DownloadDeploymentInstanceHeapDumpReader) ReadResponse ¶ added in v1.6.0
func (o *DownloadDeploymentInstanceHeapDumpReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type EnableDeploymentResourceCcrNotFound ¶ added in v1.3.0
type EnableDeploymentResourceCcrNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
EnableDeploymentResourceCcrNotFound describes a response with status code 404, with default header values. * The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
* The Resource specified by {ref_id} cannot be found. (code: `deployments.deployment_resource_not_found`)
func NewEnableDeploymentResourceCcrNotFound ¶ added in v1.3.0
func NewEnableDeploymentResourceCcrNotFound() *EnableDeploymentResourceCcrNotFound
NewEnableDeploymentResourceCcrNotFound creates a EnableDeploymentResourceCcrNotFound with default headers values
func (*EnableDeploymentResourceCcrNotFound) Code ¶ added in v1.13.0
func (o *EnableDeploymentResourceCcrNotFound) Code() int
Code gets the status code for the enable deployment resource ccr not found response
func (*EnableDeploymentResourceCcrNotFound) Error ¶ added in v1.3.0
func (o *EnableDeploymentResourceCcrNotFound) Error() string
func (*EnableDeploymentResourceCcrNotFound) GetPayload ¶ added in v1.3.0
func (o *EnableDeploymentResourceCcrNotFound) GetPayload() *models.BasicFailedReply
func (*EnableDeploymentResourceCcrNotFound) IsClientError ¶ added in v1.13.0
func (o *EnableDeploymentResourceCcrNotFound) IsClientError() bool
IsClientError returns true when this enable deployment resource ccr not found response has a 4xx status code
func (*EnableDeploymentResourceCcrNotFound) IsCode ¶ added in v1.13.0
func (o *EnableDeploymentResourceCcrNotFound) IsCode(code int) bool
IsCode returns true when this enable deployment resource ccr not found response a status code equal to that given
func (*EnableDeploymentResourceCcrNotFound) IsRedirect ¶ added in v1.13.0
func (o *EnableDeploymentResourceCcrNotFound) IsRedirect() bool
IsRedirect returns true when this enable deployment resource ccr not found response has a 3xx status code
func (*EnableDeploymentResourceCcrNotFound) IsServerError ¶ added in v1.13.0
func (o *EnableDeploymentResourceCcrNotFound) IsServerError() bool
IsServerError returns true when this enable deployment resource ccr not found response has a 5xx status code
func (*EnableDeploymentResourceCcrNotFound) IsSuccess ¶ added in v1.13.0
func (o *EnableDeploymentResourceCcrNotFound) IsSuccess() bool
IsSuccess returns true when this enable deployment resource ccr not found response has a 2xx status code
func (*EnableDeploymentResourceCcrNotFound) String ¶ added in v1.13.0
func (o *EnableDeploymentResourceCcrNotFound) String() string
type EnableDeploymentResourceCcrOK ¶ added in v1.3.0
type EnableDeploymentResourceCcrOK struct {
Payload *models.DeploymentResourceCommandResponse
}
EnableDeploymentResourceCcrOK describes a response with status code 200, with default header values.
Standard response
func NewEnableDeploymentResourceCcrOK ¶ added in v1.3.0
func NewEnableDeploymentResourceCcrOK() *EnableDeploymentResourceCcrOK
NewEnableDeploymentResourceCcrOK creates a EnableDeploymentResourceCcrOK with default headers values
func (*EnableDeploymentResourceCcrOK) Code ¶ added in v1.13.0
func (o *EnableDeploymentResourceCcrOK) Code() int
Code gets the status code for the enable deployment resource ccr o k response
func (*EnableDeploymentResourceCcrOK) Error ¶ added in v1.3.0
func (o *EnableDeploymentResourceCcrOK) Error() string
func (*EnableDeploymentResourceCcrOK) GetPayload ¶ added in v1.3.0
func (o *EnableDeploymentResourceCcrOK) GetPayload() *models.DeploymentResourceCommandResponse
func (*EnableDeploymentResourceCcrOK) IsClientError ¶ added in v1.13.0
func (o *EnableDeploymentResourceCcrOK) IsClientError() bool
IsClientError returns true when this enable deployment resource ccr o k response has a 4xx status code
func (*EnableDeploymentResourceCcrOK) IsCode ¶ added in v1.13.0
func (o *EnableDeploymentResourceCcrOK) IsCode(code int) bool
IsCode returns true when this enable deployment resource ccr o k response a status code equal to that given
func (*EnableDeploymentResourceCcrOK) IsRedirect ¶ added in v1.13.0
func (o *EnableDeploymentResourceCcrOK) IsRedirect() bool
IsRedirect returns true when this enable deployment resource ccr o k response has a 3xx status code
func (*EnableDeploymentResourceCcrOK) IsServerError ¶ added in v1.13.0
func (o *EnableDeploymentResourceCcrOK) IsServerError() bool
IsServerError returns true when this enable deployment resource ccr o k response has a 5xx status code
func (*EnableDeploymentResourceCcrOK) IsSuccess ¶ added in v1.13.0
func (o *EnableDeploymentResourceCcrOK) IsSuccess() bool
IsSuccess returns true when this enable deployment resource ccr o k response has a 2xx status code
func (*EnableDeploymentResourceCcrOK) String ¶ added in v1.13.0
func (o *EnableDeploymentResourceCcrOK) String() string
type EnableDeploymentResourceCcrParams ¶ added in v1.3.0
type EnableDeploymentResourceCcrParams struct { /* DeploymentID. Identifier for the Deployment. */ DeploymentID string /* RefID. User-specified RefId for the Resource (or '_main' if there is only one). */ RefID string /* ValidateOnly. When `true`, will not enable CCR but returns warnings if any elements may lose availability during CCR enablement */ ValidateOnly *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
EnableDeploymentResourceCcrParams contains all the parameters to send to the API endpoint
for the enable deployment resource ccr operation. Typically these are written to a http.Request.
func NewEnableDeploymentResourceCcrParams ¶ added in v1.3.0
func NewEnableDeploymentResourceCcrParams() *EnableDeploymentResourceCcrParams
NewEnableDeploymentResourceCcrParams creates a new EnableDeploymentResourceCcrParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewEnableDeploymentResourceCcrParamsWithContext ¶ added in v1.3.0
func NewEnableDeploymentResourceCcrParamsWithContext(ctx context.Context) *EnableDeploymentResourceCcrParams
NewEnableDeploymentResourceCcrParamsWithContext creates a new EnableDeploymentResourceCcrParams object with the ability to set a context for a request.
func NewEnableDeploymentResourceCcrParamsWithHTTPClient ¶ added in v1.3.0
func NewEnableDeploymentResourceCcrParamsWithHTTPClient(client *http.Client) *EnableDeploymentResourceCcrParams
NewEnableDeploymentResourceCcrParamsWithHTTPClient creates a new EnableDeploymentResourceCcrParams object with the ability to set a custom HTTPClient for a request.
func NewEnableDeploymentResourceCcrParamsWithTimeout ¶ added in v1.3.0
func NewEnableDeploymentResourceCcrParamsWithTimeout(timeout time.Duration) *EnableDeploymentResourceCcrParams
NewEnableDeploymentResourceCcrParamsWithTimeout creates a new EnableDeploymentResourceCcrParams object with the ability to set a timeout on a request.
func (*EnableDeploymentResourceCcrParams) SetContext ¶ added in v1.3.0
func (o *EnableDeploymentResourceCcrParams) SetContext(ctx context.Context)
SetContext adds the context to the enable deployment resource ccr params
func (*EnableDeploymentResourceCcrParams) SetDefaults ¶ added in v1.3.0
func (o *EnableDeploymentResourceCcrParams) SetDefaults()
SetDefaults hydrates default values in the enable deployment resource ccr params (not the query body).
All values with no default are reset to their zero value.
func (*EnableDeploymentResourceCcrParams) SetDeploymentID ¶ added in v1.3.0
func (o *EnableDeploymentResourceCcrParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the enable deployment resource ccr params
func (*EnableDeploymentResourceCcrParams) SetHTTPClient ¶ added in v1.3.0
func (o *EnableDeploymentResourceCcrParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the enable deployment resource ccr params
func (*EnableDeploymentResourceCcrParams) SetRefID ¶ added in v1.3.0
func (o *EnableDeploymentResourceCcrParams) SetRefID(refID string)
SetRefID adds the refId to the enable deployment resource ccr params
func (*EnableDeploymentResourceCcrParams) SetTimeout ¶ added in v1.3.0
func (o *EnableDeploymentResourceCcrParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the enable deployment resource ccr params
func (*EnableDeploymentResourceCcrParams) SetValidateOnly ¶ added in v1.3.0
func (o *EnableDeploymentResourceCcrParams) SetValidateOnly(validateOnly *bool)
SetValidateOnly adds the validateOnly to the enable deployment resource ccr params
func (*EnableDeploymentResourceCcrParams) WithContext ¶ added in v1.3.0
func (o *EnableDeploymentResourceCcrParams) WithContext(ctx context.Context) *EnableDeploymentResourceCcrParams
WithContext adds the context to the enable deployment resource ccr params
func (*EnableDeploymentResourceCcrParams) WithDefaults ¶ added in v1.3.0
func (o *EnableDeploymentResourceCcrParams) WithDefaults() *EnableDeploymentResourceCcrParams
WithDefaults hydrates default values in the enable deployment resource ccr params (not the query body).
All values with no default are reset to their zero value.
func (*EnableDeploymentResourceCcrParams) WithDeploymentID ¶ added in v1.3.0
func (o *EnableDeploymentResourceCcrParams) WithDeploymentID(deploymentID string) *EnableDeploymentResourceCcrParams
WithDeploymentID adds the deploymentID to the enable deployment resource ccr params
func (*EnableDeploymentResourceCcrParams) WithHTTPClient ¶ added in v1.3.0
func (o *EnableDeploymentResourceCcrParams) WithHTTPClient(client *http.Client) *EnableDeploymentResourceCcrParams
WithHTTPClient adds the HTTPClient to the enable deployment resource ccr params
func (*EnableDeploymentResourceCcrParams) WithRefID ¶ added in v1.3.0
func (o *EnableDeploymentResourceCcrParams) WithRefID(refID string) *EnableDeploymentResourceCcrParams
WithRefID adds the refID to the enable deployment resource ccr params
func (*EnableDeploymentResourceCcrParams) WithTimeout ¶ added in v1.3.0
func (o *EnableDeploymentResourceCcrParams) WithTimeout(timeout time.Duration) *EnableDeploymentResourceCcrParams
WithTimeout adds the timeout to the enable deployment resource ccr params
func (*EnableDeploymentResourceCcrParams) WithValidateOnly ¶ added in v1.3.0
func (o *EnableDeploymentResourceCcrParams) WithValidateOnly(validateOnly *bool) *EnableDeploymentResourceCcrParams
WithValidateOnly adds the validateOnly to the enable deployment resource ccr params
func (*EnableDeploymentResourceCcrParams) WriteToRequest ¶ added in v1.3.0
func (o *EnableDeploymentResourceCcrParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type EnableDeploymentResourceCcrReader ¶ added in v1.3.0
type EnableDeploymentResourceCcrReader struct {
// contains filtered or unexported fields
}
EnableDeploymentResourceCcrReader is a Reader for the EnableDeploymentResourceCcr structure.
func (*EnableDeploymentResourceCcrReader) ReadResponse ¶ added in v1.3.0
func (o *EnableDeploymentResourceCcrReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type EnableDeploymentResourceIlmInternalServerError ¶
type EnableDeploymentResourceIlmInternalServerError struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
EnableDeploymentResourceIlmInternalServerError describes a response with status code 500, with default header values.
We have failed you. (code: `deployments.deployment_resource_no_longer_exists`)
func NewEnableDeploymentResourceIlmInternalServerError ¶
func NewEnableDeploymentResourceIlmInternalServerError() *EnableDeploymentResourceIlmInternalServerError
NewEnableDeploymentResourceIlmInternalServerError creates a EnableDeploymentResourceIlmInternalServerError with default headers values
func (*EnableDeploymentResourceIlmInternalServerError) Code ¶ added in v1.13.0
func (o *EnableDeploymentResourceIlmInternalServerError) Code() int
Code gets the status code for the enable deployment resource ilm internal server error response
func (*EnableDeploymentResourceIlmInternalServerError) Error ¶
func (o *EnableDeploymentResourceIlmInternalServerError) Error() string
func (*EnableDeploymentResourceIlmInternalServerError) GetPayload ¶
func (o *EnableDeploymentResourceIlmInternalServerError) GetPayload() *models.BasicFailedReply
func (*EnableDeploymentResourceIlmInternalServerError) IsClientError ¶ added in v1.13.0
func (o *EnableDeploymentResourceIlmInternalServerError) IsClientError() bool
IsClientError returns true when this enable deployment resource ilm internal server error response has a 4xx status code
func (*EnableDeploymentResourceIlmInternalServerError) IsCode ¶ added in v1.13.0
func (o *EnableDeploymentResourceIlmInternalServerError) IsCode(code int) bool
IsCode returns true when this enable deployment resource ilm internal server error response a status code equal to that given
func (*EnableDeploymentResourceIlmInternalServerError) IsRedirect ¶ added in v1.13.0
func (o *EnableDeploymentResourceIlmInternalServerError) IsRedirect() bool
IsRedirect returns true when this enable deployment resource ilm internal server error response has a 3xx status code
func (*EnableDeploymentResourceIlmInternalServerError) IsServerError ¶ added in v1.13.0
func (o *EnableDeploymentResourceIlmInternalServerError) IsServerError() bool
IsServerError returns true when this enable deployment resource ilm internal server error response has a 5xx status code
func (*EnableDeploymentResourceIlmInternalServerError) IsSuccess ¶ added in v1.13.0
func (o *EnableDeploymentResourceIlmInternalServerError) IsSuccess() bool
IsSuccess returns true when this enable deployment resource ilm internal server error response has a 2xx status code
func (*EnableDeploymentResourceIlmInternalServerError) String ¶ added in v1.13.0
func (o *EnableDeploymentResourceIlmInternalServerError) String() string
type EnableDeploymentResourceIlmNotFound ¶
type EnableDeploymentResourceIlmNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
EnableDeploymentResourceIlmNotFound describes a response with status code 404, with default header values. * The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
* The Resource specified by {ref_id} cannot be found. (code: `deployments.deployment_resource_not_found`)
func NewEnableDeploymentResourceIlmNotFound ¶
func NewEnableDeploymentResourceIlmNotFound() *EnableDeploymentResourceIlmNotFound
NewEnableDeploymentResourceIlmNotFound creates a EnableDeploymentResourceIlmNotFound with default headers values
func (*EnableDeploymentResourceIlmNotFound) Code ¶ added in v1.13.0
func (o *EnableDeploymentResourceIlmNotFound) Code() int
Code gets the status code for the enable deployment resource ilm not found response
func (*EnableDeploymentResourceIlmNotFound) Error ¶
func (o *EnableDeploymentResourceIlmNotFound) Error() string
func (*EnableDeploymentResourceIlmNotFound) GetPayload ¶
func (o *EnableDeploymentResourceIlmNotFound) GetPayload() *models.BasicFailedReply
func (*EnableDeploymentResourceIlmNotFound) IsClientError ¶ added in v1.13.0
func (o *EnableDeploymentResourceIlmNotFound) IsClientError() bool
IsClientError returns true when this enable deployment resource ilm not found response has a 4xx status code
func (*EnableDeploymentResourceIlmNotFound) IsCode ¶ added in v1.13.0
func (o *EnableDeploymentResourceIlmNotFound) IsCode(code int) bool
IsCode returns true when this enable deployment resource ilm not found response a status code equal to that given
func (*EnableDeploymentResourceIlmNotFound) IsRedirect ¶ added in v1.13.0
func (o *EnableDeploymentResourceIlmNotFound) IsRedirect() bool
IsRedirect returns true when this enable deployment resource ilm not found response has a 3xx status code
func (*EnableDeploymentResourceIlmNotFound) IsServerError ¶ added in v1.13.0
func (o *EnableDeploymentResourceIlmNotFound) IsServerError() bool
IsServerError returns true when this enable deployment resource ilm not found response has a 5xx status code
func (*EnableDeploymentResourceIlmNotFound) IsSuccess ¶ added in v1.13.0
func (o *EnableDeploymentResourceIlmNotFound) IsSuccess() bool
IsSuccess returns true when this enable deployment resource ilm not found response has a 2xx status code
func (*EnableDeploymentResourceIlmNotFound) String ¶ added in v1.13.0
func (o *EnableDeploymentResourceIlmNotFound) String() string
type EnableDeploymentResourceIlmOK ¶
type EnableDeploymentResourceIlmOK struct {
Payload *models.DeploymentResourceCommandResponse
}
EnableDeploymentResourceIlmOK describes a response with status code 200, with default header values.
Standard response
func NewEnableDeploymentResourceIlmOK ¶
func NewEnableDeploymentResourceIlmOK() *EnableDeploymentResourceIlmOK
NewEnableDeploymentResourceIlmOK creates a EnableDeploymentResourceIlmOK with default headers values
func (*EnableDeploymentResourceIlmOK) Code ¶ added in v1.13.0
func (o *EnableDeploymentResourceIlmOK) Code() int
Code gets the status code for the enable deployment resource ilm o k response
func (*EnableDeploymentResourceIlmOK) Error ¶
func (o *EnableDeploymentResourceIlmOK) Error() string
func (*EnableDeploymentResourceIlmOK) GetPayload ¶
func (o *EnableDeploymentResourceIlmOK) GetPayload() *models.DeploymentResourceCommandResponse
func (*EnableDeploymentResourceIlmOK) IsClientError ¶ added in v1.13.0
func (o *EnableDeploymentResourceIlmOK) IsClientError() bool
IsClientError returns true when this enable deployment resource ilm o k response has a 4xx status code
func (*EnableDeploymentResourceIlmOK) IsCode ¶ added in v1.13.0
func (o *EnableDeploymentResourceIlmOK) IsCode(code int) bool
IsCode returns true when this enable deployment resource ilm o k response a status code equal to that given
func (*EnableDeploymentResourceIlmOK) IsRedirect ¶ added in v1.13.0
func (o *EnableDeploymentResourceIlmOK) IsRedirect() bool
IsRedirect returns true when this enable deployment resource ilm o k response has a 3xx status code
func (*EnableDeploymentResourceIlmOK) IsServerError ¶ added in v1.13.0
func (o *EnableDeploymentResourceIlmOK) IsServerError() bool
IsServerError returns true when this enable deployment resource ilm o k response has a 5xx status code
func (*EnableDeploymentResourceIlmOK) IsSuccess ¶ added in v1.13.0
func (o *EnableDeploymentResourceIlmOK) IsSuccess() bool
IsSuccess returns true when this enable deployment resource ilm o k response has a 2xx status code
func (*EnableDeploymentResourceIlmOK) String ¶ added in v1.13.0
func (o *EnableDeploymentResourceIlmOK) String() string
type EnableDeploymentResourceIlmParams ¶
type EnableDeploymentResourceIlmParams struct { /* Body. Information to build the ILM policies that will be created */ Body *models.EnableIlmRequest /* DeploymentID. Identifier for the Deployment. */ DeploymentID string /* RefID. User-specified RefId for the Resource (or '_main' if there is only one). */ RefID string /* ValidateOnly. When `true`, does not enable ILM but returns warnings if any applications may lose availability during ILM migration. */ ValidateOnly *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
EnableDeploymentResourceIlmParams contains all the parameters to send to the API endpoint
for the enable deployment resource ilm operation. Typically these are written to a http.Request.
func NewEnableDeploymentResourceIlmParams ¶
func NewEnableDeploymentResourceIlmParams() *EnableDeploymentResourceIlmParams
NewEnableDeploymentResourceIlmParams creates a new EnableDeploymentResourceIlmParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewEnableDeploymentResourceIlmParamsWithContext ¶
func NewEnableDeploymentResourceIlmParamsWithContext(ctx context.Context) *EnableDeploymentResourceIlmParams
NewEnableDeploymentResourceIlmParamsWithContext creates a new EnableDeploymentResourceIlmParams object with the ability to set a context for a request.
func NewEnableDeploymentResourceIlmParamsWithHTTPClient ¶
func NewEnableDeploymentResourceIlmParamsWithHTTPClient(client *http.Client) *EnableDeploymentResourceIlmParams
NewEnableDeploymentResourceIlmParamsWithHTTPClient creates a new EnableDeploymentResourceIlmParams object with the ability to set a custom HTTPClient for a request.
func NewEnableDeploymentResourceIlmParamsWithTimeout ¶
func NewEnableDeploymentResourceIlmParamsWithTimeout(timeout time.Duration) *EnableDeploymentResourceIlmParams
NewEnableDeploymentResourceIlmParamsWithTimeout creates a new EnableDeploymentResourceIlmParams object with the ability to set a timeout on a request.
func (*EnableDeploymentResourceIlmParams) SetBody ¶
func (o *EnableDeploymentResourceIlmParams) SetBody(body *models.EnableIlmRequest)
SetBody adds the body to the enable deployment resource ilm params
func (*EnableDeploymentResourceIlmParams) SetContext ¶
func (o *EnableDeploymentResourceIlmParams) SetContext(ctx context.Context)
SetContext adds the context to the enable deployment resource ilm params
func (*EnableDeploymentResourceIlmParams) SetDefaults ¶ added in v1.3.0
func (o *EnableDeploymentResourceIlmParams) SetDefaults()
SetDefaults hydrates default values in the enable deployment resource ilm params (not the query body).
All values with no default are reset to their zero value.
func (*EnableDeploymentResourceIlmParams) SetDeploymentID ¶
func (o *EnableDeploymentResourceIlmParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the enable deployment resource ilm params
func (*EnableDeploymentResourceIlmParams) SetHTTPClient ¶
func (o *EnableDeploymentResourceIlmParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the enable deployment resource ilm params
func (*EnableDeploymentResourceIlmParams) SetRefID ¶
func (o *EnableDeploymentResourceIlmParams) SetRefID(refID string)
SetRefID adds the refId to the enable deployment resource ilm params
func (*EnableDeploymentResourceIlmParams) SetTimeout ¶
func (o *EnableDeploymentResourceIlmParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the enable deployment resource ilm params
func (*EnableDeploymentResourceIlmParams) SetValidateOnly ¶ added in v1.1.0
func (o *EnableDeploymentResourceIlmParams) SetValidateOnly(validateOnly *bool)
SetValidateOnly adds the validateOnly to the enable deployment resource ilm params
func (*EnableDeploymentResourceIlmParams) WithBody ¶
func (o *EnableDeploymentResourceIlmParams) WithBody(body *models.EnableIlmRequest) *EnableDeploymentResourceIlmParams
WithBody adds the body to the enable deployment resource ilm params
func (*EnableDeploymentResourceIlmParams) WithContext ¶
func (o *EnableDeploymentResourceIlmParams) WithContext(ctx context.Context) *EnableDeploymentResourceIlmParams
WithContext adds the context to the enable deployment resource ilm params
func (*EnableDeploymentResourceIlmParams) WithDefaults ¶ added in v1.3.0
func (o *EnableDeploymentResourceIlmParams) WithDefaults() *EnableDeploymentResourceIlmParams
WithDefaults hydrates default values in the enable deployment resource ilm params (not the query body).
All values with no default are reset to their zero value.
func (*EnableDeploymentResourceIlmParams) WithDeploymentID ¶
func (o *EnableDeploymentResourceIlmParams) WithDeploymentID(deploymentID string) *EnableDeploymentResourceIlmParams
WithDeploymentID adds the deploymentID to the enable deployment resource ilm params
func (*EnableDeploymentResourceIlmParams) WithHTTPClient ¶
func (o *EnableDeploymentResourceIlmParams) WithHTTPClient(client *http.Client) *EnableDeploymentResourceIlmParams
WithHTTPClient adds the HTTPClient to the enable deployment resource ilm params
func (*EnableDeploymentResourceIlmParams) WithRefID ¶
func (o *EnableDeploymentResourceIlmParams) WithRefID(refID string) *EnableDeploymentResourceIlmParams
WithRefID adds the refID to the enable deployment resource ilm params
func (*EnableDeploymentResourceIlmParams) WithTimeout ¶
func (o *EnableDeploymentResourceIlmParams) WithTimeout(timeout time.Duration) *EnableDeploymentResourceIlmParams
WithTimeout adds the timeout to the enable deployment resource ilm params
func (*EnableDeploymentResourceIlmParams) WithValidateOnly ¶ added in v1.1.0
func (o *EnableDeploymentResourceIlmParams) WithValidateOnly(validateOnly *bool) *EnableDeploymentResourceIlmParams
WithValidateOnly adds the validateOnly to the enable deployment resource ilm params
func (*EnableDeploymentResourceIlmParams) WriteToRequest ¶
func (o *EnableDeploymentResourceIlmParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type EnableDeploymentResourceIlmReader ¶
type EnableDeploymentResourceIlmReader struct {
// contains filtered or unexported fields
}
EnableDeploymentResourceIlmReader is a Reader for the EnableDeploymentResourceIlm structure.
func (*EnableDeploymentResourceIlmReader) ReadResponse ¶
func (o *EnableDeploymentResourceIlmReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type EnableDeploymentResourceSlmInternalServerError ¶
type EnableDeploymentResourceSlmInternalServerError struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
EnableDeploymentResourceSlmInternalServerError describes a response with status code 500, with default header values.
We have failed you. (code: `deployments.deployment_resource_no_longer_exists`)
func NewEnableDeploymentResourceSlmInternalServerError ¶
func NewEnableDeploymentResourceSlmInternalServerError() *EnableDeploymentResourceSlmInternalServerError
NewEnableDeploymentResourceSlmInternalServerError creates a EnableDeploymentResourceSlmInternalServerError with default headers values
func (*EnableDeploymentResourceSlmInternalServerError) Code ¶ added in v1.13.0
func (o *EnableDeploymentResourceSlmInternalServerError) Code() int
Code gets the status code for the enable deployment resource slm internal server error response
func (*EnableDeploymentResourceSlmInternalServerError) Error ¶
func (o *EnableDeploymentResourceSlmInternalServerError) Error() string
func (*EnableDeploymentResourceSlmInternalServerError) GetPayload ¶
func (o *EnableDeploymentResourceSlmInternalServerError) GetPayload() *models.BasicFailedReply
func (*EnableDeploymentResourceSlmInternalServerError) IsClientError ¶ added in v1.13.0
func (o *EnableDeploymentResourceSlmInternalServerError) IsClientError() bool
IsClientError returns true when this enable deployment resource slm internal server error response has a 4xx status code
func (*EnableDeploymentResourceSlmInternalServerError) IsCode ¶ added in v1.13.0
func (o *EnableDeploymentResourceSlmInternalServerError) IsCode(code int) bool
IsCode returns true when this enable deployment resource slm internal server error response a status code equal to that given
func (*EnableDeploymentResourceSlmInternalServerError) IsRedirect ¶ added in v1.13.0
func (o *EnableDeploymentResourceSlmInternalServerError) IsRedirect() bool
IsRedirect returns true when this enable deployment resource slm internal server error response has a 3xx status code
func (*EnableDeploymentResourceSlmInternalServerError) IsServerError ¶ added in v1.13.0
func (o *EnableDeploymentResourceSlmInternalServerError) IsServerError() bool
IsServerError returns true when this enable deployment resource slm internal server error response has a 5xx status code
func (*EnableDeploymentResourceSlmInternalServerError) IsSuccess ¶ added in v1.13.0
func (o *EnableDeploymentResourceSlmInternalServerError) IsSuccess() bool
IsSuccess returns true when this enable deployment resource slm internal server error response has a 2xx status code
func (*EnableDeploymentResourceSlmInternalServerError) String ¶ added in v1.13.0
func (o *EnableDeploymentResourceSlmInternalServerError) String() string
type EnableDeploymentResourceSlmNotFound ¶
type EnableDeploymentResourceSlmNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
EnableDeploymentResourceSlmNotFound describes a response with status code 404, with default header values. * The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
* The Resource specified by {ref_id} cannot be found. (code: `deployments.deployment_resource_not_found`)
func NewEnableDeploymentResourceSlmNotFound ¶
func NewEnableDeploymentResourceSlmNotFound() *EnableDeploymentResourceSlmNotFound
NewEnableDeploymentResourceSlmNotFound creates a EnableDeploymentResourceSlmNotFound with default headers values
func (*EnableDeploymentResourceSlmNotFound) Code ¶ added in v1.13.0
func (o *EnableDeploymentResourceSlmNotFound) Code() int
Code gets the status code for the enable deployment resource slm not found response
func (*EnableDeploymentResourceSlmNotFound) Error ¶
func (o *EnableDeploymentResourceSlmNotFound) Error() string
func (*EnableDeploymentResourceSlmNotFound) GetPayload ¶
func (o *EnableDeploymentResourceSlmNotFound) GetPayload() *models.BasicFailedReply
func (*EnableDeploymentResourceSlmNotFound) IsClientError ¶ added in v1.13.0
func (o *EnableDeploymentResourceSlmNotFound) IsClientError() bool
IsClientError returns true when this enable deployment resource slm not found response has a 4xx status code
func (*EnableDeploymentResourceSlmNotFound) IsCode ¶ added in v1.13.0
func (o *EnableDeploymentResourceSlmNotFound) IsCode(code int) bool
IsCode returns true when this enable deployment resource slm not found response a status code equal to that given
func (*EnableDeploymentResourceSlmNotFound) IsRedirect ¶ added in v1.13.0
func (o *EnableDeploymentResourceSlmNotFound) IsRedirect() bool
IsRedirect returns true when this enable deployment resource slm not found response has a 3xx status code
func (*EnableDeploymentResourceSlmNotFound) IsServerError ¶ added in v1.13.0
func (o *EnableDeploymentResourceSlmNotFound) IsServerError() bool
IsServerError returns true when this enable deployment resource slm not found response has a 5xx status code
func (*EnableDeploymentResourceSlmNotFound) IsSuccess ¶ added in v1.13.0
func (o *EnableDeploymentResourceSlmNotFound) IsSuccess() bool
IsSuccess returns true when this enable deployment resource slm not found response has a 2xx status code
func (*EnableDeploymentResourceSlmNotFound) String ¶ added in v1.13.0
func (o *EnableDeploymentResourceSlmNotFound) String() string
type EnableDeploymentResourceSlmOK ¶
type EnableDeploymentResourceSlmOK struct {
Payload *models.DeploymentResourceCommandResponse
}
EnableDeploymentResourceSlmOK describes a response with status code 200, with default header values.
Standard response
func NewEnableDeploymentResourceSlmOK ¶
func NewEnableDeploymentResourceSlmOK() *EnableDeploymentResourceSlmOK
NewEnableDeploymentResourceSlmOK creates a EnableDeploymentResourceSlmOK with default headers values
func (*EnableDeploymentResourceSlmOK) Code ¶ added in v1.13.0
func (o *EnableDeploymentResourceSlmOK) Code() int
Code gets the status code for the enable deployment resource slm o k response
func (*EnableDeploymentResourceSlmOK) Error ¶
func (o *EnableDeploymentResourceSlmOK) Error() string
func (*EnableDeploymentResourceSlmOK) GetPayload ¶
func (o *EnableDeploymentResourceSlmOK) GetPayload() *models.DeploymentResourceCommandResponse
func (*EnableDeploymentResourceSlmOK) IsClientError ¶ added in v1.13.0
func (o *EnableDeploymentResourceSlmOK) IsClientError() bool
IsClientError returns true when this enable deployment resource slm o k response has a 4xx status code
func (*EnableDeploymentResourceSlmOK) IsCode ¶ added in v1.13.0
func (o *EnableDeploymentResourceSlmOK) IsCode(code int) bool
IsCode returns true when this enable deployment resource slm o k response a status code equal to that given
func (*EnableDeploymentResourceSlmOK) IsRedirect ¶ added in v1.13.0
func (o *EnableDeploymentResourceSlmOK) IsRedirect() bool
IsRedirect returns true when this enable deployment resource slm o k response has a 3xx status code
func (*EnableDeploymentResourceSlmOK) IsServerError ¶ added in v1.13.0
func (o *EnableDeploymentResourceSlmOK) IsServerError() bool
IsServerError returns true when this enable deployment resource slm o k response has a 5xx status code
func (*EnableDeploymentResourceSlmOK) IsSuccess ¶ added in v1.13.0
func (o *EnableDeploymentResourceSlmOK) IsSuccess() bool
IsSuccess returns true when this enable deployment resource slm o k response has a 2xx status code
func (*EnableDeploymentResourceSlmOK) String ¶ added in v1.13.0
func (o *EnableDeploymentResourceSlmOK) String() string
type EnableDeploymentResourceSlmParams ¶
type EnableDeploymentResourceSlmParams struct { /* DeploymentID. Identifier for the Deployment. */ DeploymentID string /* RefID. User-specified RefId for the Resource (or '_main' if there is only one). */ RefID string /* ValidateOnly. When `true`, does not enable SLM but returns warnings if any applications may lose availability during SLM migration. */ ValidateOnly *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
EnableDeploymentResourceSlmParams contains all the parameters to send to the API endpoint
for the enable deployment resource slm operation. Typically these are written to a http.Request.
func NewEnableDeploymentResourceSlmParams ¶
func NewEnableDeploymentResourceSlmParams() *EnableDeploymentResourceSlmParams
NewEnableDeploymentResourceSlmParams creates a new EnableDeploymentResourceSlmParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewEnableDeploymentResourceSlmParamsWithContext ¶
func NewEnableDeploymentResourceSlmParamsWithContext(ctx context.Context) *EnableDeploymentResourceSlmParams
NewEnableDeploymentResourceSlmParamsWithContext creates a new EnableDeploymentResourceSlmParams object with the ability to set a context for a request.
func NewEnableDeploymentResourceSlmParamsWithHTTPClient ¶
func NewEnableDeploymentResourceSlmParamsWithHTTPClient(client *http.Client) *EnableDeploymentResourceSlmParams
NewEnableDeploymentResourceSlmParamsWithHTTPClient creates a new EnableDeploymentResourceSlmParams object with the ability to set a custom HTTPClient for a request.
func NewEnableDeploymentResourceSlmParamsWithTimeout ¶
func NewEnableDeploymentResourceSlmParamsWithTimeout(timeout time.Duration) *EnableDeploymentResourceSlmParams
NewEnableDeploymentResourceSlmParamsWithTimeout creates a new EnableDeploymentResourceSlmParams object with the ability to set a timeout on a request.
func (*EnableDeploymentResourceSlmParams) SetContext ¶
func (o *EnableDeploymentResourceSlmParams) SetContext(ctx context.Context)
SetContext adds the context to the enable deployment resource slm params
func (*EnableDeploymentResourceSlmParams) SetDefaults ¶ added in v1.3.0
func (o *EnableDeploymentResourceSlmParams) SetDefaults()
SetDefaults hydrates default values in the enable deployment resource slm params (not the query body).
All values with no default are reset to their zero value.
func (*EnableDeploymentResourceSlmParams) SetDeploymentID ¶
func (o *EnableDeploymentResourceSlmParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the enable deployment resource slm params
func (*EnableDeploymentResourceSlmParams) SetHTTPClient ¶
func (o *EnableDeploymentResourceSlmParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the enable deployment resource slm params
func (*EnableDeploymentResourceSlmParams) SetRefID ¶
func (o *EnableDeploymentResourceSlmParams) SetRefID(refID string)
SetRefID adds the refId to the enable deployment resource slm params
func (*EnableDeploymentResourceSlmParams) SetTimeout ¶
func (o *EnableDeploymentResourceSlmParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the enable deployment resource slm params
func (*EnableDeploymentResourceSlmParams) SetValidateOnly ¶ added in v1.1.0
func (o *EnableDeploymentResourceSlmParams) SetValidateOnly(validateOnly *bool)
SetValidateOnly adds the validateOnly to the enable deployment resource slm params
func (*EnableDeploymentResourceSlmParams) WithContext ¶
func (o *EnableDeploymentResourceSlmParams) WithContext(ctx context.Context) *EnableDeploymentResourceSlmParams
WithContext adds the context to the enable deployment resource slm params
func (*EnableDeploymentResourceSlmParams) WithDefaults ¶ added in v1.3.0
func (o *EnableDeploymentResourceSlmParams) WithDefaults() *EnableDeploymentResourceSlmParams
WithDefaults hydrates default values in the enable deployment resource slm params (not the query body).
All values with no default are reset to their zero value.
func (*EnableDeploymentResourceSlmParams) WithDeploymentID ¶
func (o *EnableDeploymentResourceSlmParams) WithDeploymentID(deploymentID string) *EnableDeploymentResourceSlmParams
WithDeploymentID adds the deploymentID to the enable deployment resource slm params
func (*EnableDeploymentResourceSlmParams) WithHTTPClient ¶
func (o *EnableDeploymentResourceSlmParams) WithHTTPClient(client *http.Client) *EnableDeploymentResourceSlmParams
WithHTTPClient adds the HTTPClient to the enable deployment resource slm params
func (*EnableDeploymentResourceSlmParams) WithRefID ¶
func (o *EnableDeploymentResourceSlmParams) WithRefID(refID string) *EnableDeploymentResourceSlmParams
WithRefID adds the refID to the enable deployment resource slm params
func (*EnableDeploymentResourceSlmParams) WithTimeout ¶
func (o *EnableDeploymentResourceSlmParams) WithTimeout(timeout time.Duration) *EnableDeploymentResourceSlmParams
WithTimeout adds the timeout to the enable deployment resource slm params
func (*EnableDeploymentResourceSlmParams) WithValidateOnly ¶ added in v1.1.0
func (o *EnableDeploymentResourceSlmParams) WithValidateOnly(validateOnly *bool) *EnableDeploymentResourceSlmParams
WithValidateOnly adds the validateOnly to the enable deployment resource slm params
func (*EnableDeploymentResourceSlmParams) WriteToRequest ¶
func (o *EnableDeploymentResourceSlmParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type EnableDeploymentResourceSlmReader ¶
type EnableDeploymentResourceSlmReader struct {
// contains filtered or unexported fields
}
EnableDeploymentResourceSlmReader is a Reader for the EnableDeploymentResourceSlm structure.
func (*EnableDeploymentResourceSlmReader) ReadResponse ¶
func (o *EnableDeploymentResourceSlmReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetAppsearchReadOnlyModeInternalServerError ¶
type GetAppsearchReadOnlyModeInternalServerError struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
GetAppsearchReadOnlyModeInternalServerError describes a response with status code 500, with default header values.
We have failed you. (code: `deployments.deployment_resource_no_longer_exists`)
func NewGetAppsearchReadOnlyModeInternalServerError ¶
func NewGetAppsearchReadOnlyModeInternalServerError() *GetAppsearchReadOnlyModeInternalServerError
NewGetAppsearchReadOnlyModeInternalServerError creates a GetAppsearchReadOnlyModeInternalServerError with default headers values
func (*GetAppsearchReadOnlyModeInternalServerError) Code ¶ added in v1.13.0
func (o *GetAppsearchReadOnlyModeInternalServerError) Code() int
Code gets the status code for the get appsearch read only mode internal server error response
func (*GetAppsearchReadOnlyModeInternalServerError) Error ¶
func (o *GetAppsearchReadOnlyModeInternalServerError) Error() string
func (*GetAppsearchReadOnlyModeInternalServerError) GetPayload ¶
func (o *GetAppsearchReadOnlyModeInternalServerError) GetPayload() *models.BasicFailedReply
func (*GetAppsearchReadOnlyModeInternalServerError) IsClientError ¶ added in v1.13.0
func (o *GetAppsearchReadOnlyModeInternalServerError) IsClientError() bool
IsClientError returns true when this get appsearch read only mode internal server error response has a 4xx status code
func (*GetAppsearchReadOnlyModeInternalServerError) IsCode ¶ added in v1.13.0
func (o *GetAppsearchReadOnlyModeInternalServerError) IsCode(code int) bool
IsCode returns true when this get appsearch read only mode internal server error response a status code equal to that given
func (*GetAppsearchReadOnlyModeInternalServerError) IsRedirect ¶ added in v1.13.0
func (o *GetAppsearchReadOnlyModeInternalServerError) IsRedirect() bool
IsRedirect returns true when this get appsearch read only mode internal server error response has a 3xx status code
func (*GetAppsearchReadOnlyModeInternalServerError) IsServerError ¶ added in v1.13.0
func (o *GetAppsearchReadOnlyModeInternalServerError) IsServerError() bool
IsServerError returns true when this get appsearch read only mode internal server error response has a 5xx status code
func (*GetAppsearchReadOnlyModeInternalServerError) IsSuccess ¶ added in v1.13.0
func (o *GetAppsearchReadOnlyModeInternalServerError) IsSuccess() bool
IsSuccess returns true when this get appsearch read only mode internal server error response has a 2xx status code
func (*GetAppsearchReadOnlyModeInternalServerError) String ¶ added in v1.13.0
func (o *GetAppsearchReadOnlyModeInternalServerError) String() string
type GetAppsearchReadOnlyModeNotFound ¶
type GetAppsearchReadOnlyModeNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
GetAppsearchReadOnlyModeNotFound describes a response with status code 404, with default header values.
The Resource specified by ref_id cannot be found. (code: `deployments.deployment_resource_not_found`)
func NewGetAppsearchReadOnlyModeNotFound ¶
func NewGetAppsearchReadOnlyModeNotFound() *GetAppsearchReadOnlyModeNotFound
NewGetAppsearchReadOnlyModeNotFound creates a GetAppsearchReadOnlyModeNotFound with default headers values
func (*GetAppsearchReadOnlyModeNotFound) Code ¶ added in v1.13.0
func (o *GetAppsearchReadOnlyModeNotFound) Code() int
Code gets the status code for the get appsearch read only mode not found response
func (*GetAppsearchReadOnlyModeNotFound) Error ¶
func (o *GetAppsearchReadOnlyModeNotFound) Error() string
func (*GetAppsearchReadOnlyModeNotFound) GetPayload ¶
func (o *GetAppsearchReadOnlyModeNotFound) GetPayload() *models.BasicFailedReply
func (*GetAppsearchReadOnlyModeNotFound) IsClientError ¶ added in v1.13.0
func (o *GetAppsearchReadOnlyModeNotFound) IsClientError() bool
IsClientError returns true when this get appsearch read only mode not found response has a 4xx status code
func (*GetAppsearchReadOnlyModeNotFound) IsCode ¶ added in v1.13.0
func (o *GetAppsearchReadOnlyModeNotFound) IsCode(code int) bool
IsCode returns true when this get appsearch read only mode not found response a status code equal to that given
func (*GetAppsearchReadOnlyModeNotFound) IsRedirect ¶ added in v1.13.0
func (o *GetAppsearchReadOnlyModeNotFound) IsRedirect() bool
IsRedirect returns true when this get appsearch read only mode not found response has a 3xx status code
func (*GetAppsearchReadOnlyModeNotFound) IsServerError ¶ added in v1.13.0
func (o *GetAppsearchReadOnlyModeNotFound) IsServerError() bool
IsServerError returns true when this get appsearch read only mode not found response has a 5xx status code
func (*GetAppsearchReadOnlyModeNotFound) IsSuccess ¶ added in v1.13.0
func (o *GetAppsearchReadOnlyModeNotFound) IsSuccess() bool
IsSuccess returns true when this get appsearch read only mode not found response has a 2xx status code
func (*GetAppsearchReadOnlyModeNotFound) String ¶ added in v1.13.0
func (o *GetAppsearchReadOnlyModeNotFound) String() string
type GetAppsearchReadOnlyModeOK ¶
type GetAppsearchReadOnlyModeOK struct {
Payload *models.ReadOnlyResponse
}
GetAppsearchReadOnlyModeOK describes a response with status code 200, with default header values.
Standard response
func NewGetAppsearchReadOnlyModeOK ¶
func NewGetAppsearchReadOnlyModeOK() *GetAppsearchReadOnlyModeOK
NewGetAppsearchReadOnlyModeOK creates a GetAppsearchReadOnlyModeOK with default headers values
func (*GetAppsearchReadOnlyModeOK) Code ¶ added in v1.13.0
func (o *GetAppsearchReadOnlyModeOK) Code() int
Code gets the status code for the get appsearch read only mode o k response
func (*GetAppsearchReadOnlyModeOK) Error ¶
func (o *GetAppsearchReadOnlyModeOK) Error() string
func (*GetAppsearchReadOnlyModeOK) GetPayload ¶
func (o *GetAppsearchReadOnlyModeOK) GetPayload() *models.ReadOnlyResponse
func (*GetAppsearchReadOnlyModeOK) IsClientError ¶ added in v1.13.0
func (o *GetAppsearchReadOnlyModeOK) IsClientError() bool
IsClientError returns true when this get appsearch read only mode o k response has a 4xx status code
func (*GetAppsearchReadOnlyModeOK) IsCode ¶ added in v1.13.0
func (o *GetAppsearchReadOnlyModeOK) IsCode(code int) bool
IsCode returns true when this get appsearch read only mode o k response a status code equal to that given
func (*GetAppsearchReadOnlyModeOK) IsRedirect ¶ added in v1.13.0
func (o *GetAppsearchReadOnlyModeOK) IsRedirect() bool
IsRedirect returns true when this get appsearch read only mode o k response has a 3xx status code
func (*GetAppsearchReadOnlyModeOK) IsServerError ¶ added in v1.13.0
func (o *GetAppsearchReadOnlyModeOK) IsServerError() bool
IsServerError returns true when this get appsearch read only mode o k response has a 5xx status code
func (*GetAppsearchReadOnlyModeOK) IsSuccess ¶ added in v1.13.0
func (o *GetAppsearchReadOnlyModeOK) IsSuccess() bool
IsSuccess returns true when this get appsearch read only mode o k response has a 2xx status code
func (*GetAppsearchReadOnlyModeOK) String ¶ added in v1.13.0
func (o *GetAppsearchReadOnlyModeOK) String() string
type GetAppsearchReadOnlyModeParams ¶
type GetAppsearchReadOnlyModeParams struct { /* DeploymentID. Identifier for the Deployment. */ DeploymentID string /* RefID. User-specified RefId for the Resource (or '_main' if there is only one). */ RefID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetAppsearchReadOnlyModeParams contains all the parameters to send to the API endpoint
for the get appsearch read only mode operation. Typically these are written to a http.Request.
func NewGetAppsearchReadOnlyModeParams ¶
func NewGetAppsearchReadOnlyModeParams() *GetAppsearchReadOnlyModeParams
NewGetAppsearchReadOnlyModeParams creates a new GetAppsearchReadOnlyModeParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetAppsearchReadOnlyModeParamsWithContext ¶
func NewGetAppsearchReadOnlyModeParamsWithContext(ctx context.Context) *GetAppsearchReadOnlyModeParams
NewGetAppsearchReadOnlyModeParamsWithContext creates a new GetAppsearchReadOnlyModeParams object with the ability to set a context for a request.
func NewGetAppsearchReadOnlyModeParamsWithHTTPClient ¶
func NewGetAppsearchReadOnlyModeParamsWithHTTPClient(client *http.Client) *GetAppsearchReadOnlyModeParams
NewGetAppsearchReadOnlyModeParamsWithHTTPClient creates a new GetAppsearchReadOnlyModeParams object with the ability to set a custom HTTPClient for a request.
func NewGetAppsearchReadOnlyModeParamsWithTimeout ¶
func NewGetAppsearchReadOnlyModeParamsWithTimeout(timeout time.Duration) *GetAppsearchReadOnlyModeParams
NewGetAppsearchReadOnlyModeParamsWithTimeout creates a new GetAppsearchReadOnlyModeParams object with the ability to set a timeout on a request.
func (*GetAppsearchReadOnlyModeParams) SetContext ¶
func (o *GetAppsearchReadOnlyModeParams) SetContext(ctx context.Context)
SetContext adds the context to the get appsearch read only mode params
func (*GetAppsearchReadOnlyModeParams) SetDefaults ¶ added in v1.3.0
func (o *GetAppsearchReadOnlyModeParams) SetDefaults()
SetDefaults hydrates default values in the get appsearch read only mode params (not the query body).
All values with no default are reset to their zero value.
func (*GetAppsearchReadOnlyModeParams) SetDeploymentID ¶
func (o *GetAppsearchReadOnlyModeParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the get appsearch read only mode params
func (*GetAppsearchReadOnlyModeParams) SetHTTPClient ¶
func (o *GetAppsearchReadOnlyModeParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get appsearch read only mode params
func (*GetAppsearchReadOnlyModeParams) SetRefID ¶
func (o *GetAppsearchReadOnlyModeParams) SetRefID(refID string)
SetRefID adds the refId to the get appsearch read only mode params
func (*GetAppsearchReadOnlyModeParams) SetTimeout ¶
func (o *GetAppsearchReadOnlyModeParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get appsearch read only mode params
func (*GetAppsearchReadOnlyModeParams) WithContext ¶
func (o *GetAppsearchReadOnlyModeParams) WithContext(ctx context.Context) *GetAppsearchReadOnlyModeParams
WithContext adds the context to the get appsearch read only mode params
func (*GetAppsearchReadOnlyModeParams) WithDefaults ¶ added in v1.3.0
func (o *GetAppsearchReadOnlyModeParams) WithDefaults() *GetAppsearchReadOnlyModeParams
WithDefaults hydrates default values in the get appsearch read only mode params (not the query body).
All values with no default are reset to their zero value.
func (*GetAppsearchReadOnlyModeParams) WithDeploymentID ¶
func (o *GetAppsearchReadOnlyModeParams) WithDeploymentID(deploymentID string) *GetAppsearchReadOnlyModeParams
WithDeploymentID adds the deploymentID to the get appsearch read only mode params
func (*GetAppsearchReadOnlyModeParams) WithHTTPClient ¶
func (o *GetAppsearchReadOnlyModeParams) WithHTTPClient(client *http.Client) *GetAppsearchReadOnlyModeParams
WithHTTPClient adds the HTTPClient to the get appsearch read only mode params
func (*GetAppsearchReadOnlyModeParams) WithRefID ¶
func (o *GetAppsearchReadOnlyModeParams) WithRefID(refID string) *GetAppsearchReadOnlyModeParams
WithRefID adds the refID to the get appsearch read only mode params
func (*GetAppsearchReadOnlyModeParams) WithTimeout ¶
func (o *GetAppsearchReadOnlyModeParams) WithTimeout(timeout time.Duration) *GetAppsearchReadOnlyModeParams
WithTimeout adds the timeout to the get appsearch read only mode params
func (*GetAppsearchReadOnlyModeParams) WriteToRequest ¶
func (o *GetAppsearchReadOnlyModeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetAppsearchReadOnlyModeReader ¶
type GetAppsearchReadOnlyModeReader struct {
// contains filtered or unexported fields
}
GetAppsearchReadOnlyModeReader is a Reader for the GetAppsearchReadOnlyMode structure.
func (*GetAppsearchReadOnlyModeReader) ReadResponse ¶
func (o *GetAppsearchReadOnlyModeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetDeploymentApmResourceInfoInternalServerError ¶
type GetDeploymentApmResourceInfoInternalServerError struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
GetDeploymentApmResourceInfoInternalServerError describes a response with status code 500, with default header values.
We have failed you. (code: `deployments.deployment_resource_no_longer_exists`)
func NewGetDeploymentApmResourceInfoInternalServerError ¶
func NewGetDeploymentApmResourceInfoInternalServerError() *GetDeploymentApmResourceInfoInternalServerError
NewGetDeploymentApmResourceInfoInternalServerError creates a GetDeploymentApmResourceInfoInternalServerError with default headers values
func (*GetDeploymentApmResourceInfoInternalServerError) Code ¶ added in v1.13.0
func (o *GetDeploymentApmResourceInfoInternalServerError) Code() int
Code gets the status code for the get deployment apm resource info internal server error response
func (*GetDeploymentApmResourceInfoInternalServerError) Error ¶
func (o *GetDeploymentApmResourceInfoInternalServerError) Error() string
func (*GetDeploymentApmResourceInfoInternalServerError) GetPayload ¶
func (o *GetDeploymentApmResourceInfoInternalServerError) GetPayload() *models.BasicFailedReply
func (*GetDeploymentApmResourceInfoInternalServerError) IsClientError ¶ added in v1.13.0
func (o *GetDeploymentApmResourceInfoInternalServerError) IsClientError() bool
IsClientError returns true when this get deployment apm resource info internal server error response has a 4xx status code
func (*GetDeploymentApmResourceInfoInternalServerError) IsCode ¶ added in v1.13.0
func (o *GetDeploymentApmResourceInfoInternalServerError) IsCode(code int) bool
IsCode returns true when this get deployment apm resource info internal server error response a status code equal to that given
func (*GetDeploymentApmResourceInfoInternalServerError) IsRedirect ¶ added in v1.13.0
func (o *GetDeploymentApmResourceInfoInternalServerError) IsRedirect() bool
IsRedirect returns true when this get deployment apm resource info internal server error response has a 3xx status code
func (*GetDeploymentApmResourceInfoInternalServerError) IsServerError ¶ added in v1.13.0
func (o *GetDeploymentApmResourceInfoInternalServerError) IsServerError() bool
IsServerError returns true when this get deployment apm resource info internal server error response has a 5xx status code
func (*GetDeploymentApmResourceInfoInternalServerError) IsSuccess ¶ added in v1.13.0
func (o *GetDeploymentApmResourceInfoInternalServerError) IsSuccess() bool
IsSuccess returns true when this get deployment apm resource info internal server error response has a 2xx status code
func (*GetDeploymentApmResourceInfoInternalServerError) String ¶ added in v1.13.0
func (o *GetDeploymentApmResourceInfoInternalServerError) String() string
type GetDeploymentApmResourceInfoNotFound ¶
type GetDeploymentApmResourceInfoNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
GetDeploymentApmResourceInfoNotFound describes a response with status code 404, with default header values.
The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
func NewGetDeploymentApmResourceInfoNotFound ¶
func NewGetDeploymentApmResourceInfoNotFound() *GetDeploymentApmResourceInfoNotFound
NewGetDeploymentApmResourceInfoNotFound creates a GetDeploymentApmResourceInfoNotFound with default headers values
func (*GetDeploymentApmResourceInfoNotFound) Code ¶ added in v1.13.0
func (o *GetDeploymentApmResourceInfoNotFound) Code() int
Code gets the status code for the get deployment apm resource info not found response
func (*GetDeploymentApmResourceInfoNotFound) Error ¶
func (o *GetDeploymentApmResourceInfoNotFound) Error() string
func (*GetDeploymentApmResourceInfoNotFound) GetPayload ¶
func (o *GetDeploymentApmResourceInfoNotFound) GetPayload() *models.BasicFailedReply
func (*GetDeploymentApmResourceInfoNotFound) IsClientError ¶ added in v1.13.0
func (o *GetDeploymentApmResourceInfoNotFound) IsClientError() bool
IsClientError returns true when this get deployment apm resource info not found response has a 4xx status code
func (*GetDeploymentApmResourceInfoNotFound) IsCode ¶ added in v1.13.0
func (o *GetDeploymentApmResourceInfoNotFound) IsCode(code int) bool
IsCode returns true when this get deployment apm resource info not found response a status code equal to that given
func (*GetDeploymentApmResourceInfoNotFound) IsRedirect ¶ added in v1.13.0
func (o *GetDeploymentApmResourceInfoNotFound) IsRedirect() bool
IsRedirect returns true when this get deployment apm resource info not found response has a 3xx status code
func (*GetDeploymentApmResourceInfoNotFound) IsServerError ¶ added in v1.13.0
func (o *GetDeploymentApmResourceInfoNotFound) IsServerError() bool
IsServerError returns true when this get deployment apm resource info not found response has a 5xx status code
func (*GetDeploymentApmResourceInfoNotFound) IsSuccess ¶ added in v1.13.0
func (o *GetDeploymentApmResourceInfoNotFound) IsSuccess() bool
IsSuccess returns true when this get deployment apm resource info not found response has a 2xx status code
func (*GetDeploymentApmResourceInfoNotFound) String ¶ added in v1.13.0
func (o *GetDeploymentApmResourceInfoNotFound) String() string
type GetDeploymentApmResourceInfoOK ¶
type GetDeploymentApmResourceInfoOK struct {
Payload *models.ApmResourceInfo
}
GetDeploymentApmResourceInfoOK describes a response with status code 200, with default header values.
Standard response.
func NewGetDeploymentApmResourceInfoOK ¶
func NewGetDeploymentApmResourceInfoOK() *GetDeploymentApmResourceInfoOK
NewGetDeploymentApmResourceInfoOK creates a GetDeploymentApmResourceInfoOK with default headers values
func (*GetDeploymentApmResourceInfoOK) Code ¶ added in v1.13.0
func (o *GetDeploymentApmResourceInfoOK) Code() int
Code gets the status code for the get deployment apm resource info o k response
func (*GetDeploymentApmResourceInfoOK) Error ¶
func (o *GetDeploymentApmResourceInfoOK) Error() string
func (*GetDeploymentApmResourceInfoOK) GetPayload ¶
func (o *GetDeploymentApmResourceInfoOK) GetPayload() *models.ApmResourceInfo
func (*GetDeploymentApmResourceInfoOK) IsClientError ¶ added in v1.13.0
func (o *GetDeploymentApmResourceInfoOK) IsClientError() bool
IsClientError returns true when this get deployment apm resource info o k response has a 4xx status code
func (*GetDeploymentApmResourceInfoOK) IsCode ¶ added in v1.13.0
func (o *GetDeploymentApmResourceInfoOK) IsCode(code int) bool
IsCode returns true when this get deployment apm resource info o k response a status code equal to that given
func (*GetDeploymentApmResourceInfoOK) IsRedirect ¶ added in v1.13.0
func (o *GetDeploymentApmResourceInfoOK) IsRedirect() bool
IsRedirect returns true when this get deployment apm resource info o k response has a 3xx status code
func (*GetDeploymentApmResourceInfoOK) IsServerError ¶ added in v1.13.0
func (o *GetDeploymentApmResourceInfoOK) IsServerError() bool
IsServerError returns true when this get deployment apm resource info o k response has a 5xx status code
func (*GetDeploymentApmResourceInfoOK) IsSuccess ¶ added in v1.13.0
func (o *GetDeploymentApmResourceInfoOK) IsSuccess() bool
IsSuccess returns true when this get deployment apm resource info o k response has a 2xx status code
func (*GetDeploymentApmResourceInfoOK) String ¶ added in v1.13.0
func (o *GetDeploymentApmResourceInfoOK) String() string
type GetDeploymentApmResourceInfoParams ¶
type GetDeploymentApmResourceInfoParams struct { /* ClearTransient. If set (defaults to false) then removes the transient section from all child resources, making it safe to reapply via an update */ ClearTransient *bool /* DeploymentID. Identifier for the Deployment */ DeploymentID string /* RefID. User-specified RefId for the Resource (or '_main' if there is only one). */ RefID string /* ShowMetadata. Whether to include the full cluster metadata in the response - can be large per cluster and also include credentials. */ ShowMetadata *bool /* ShowPlanDefaults. If showing plans, whether to show values that are left at their default value (less readable but more informative). */ ShowPlanDefaults *bool /* ShowPlanHistory. Whether to include with the current and pending plan information the plan history- can be very large per cluster. */ ShowPlanHistory *bool /* ShowPlanLogs. Whether to include with the current and pending plan information the attempt log - can be very large per cluster. */ ShowPlanLogs *bool /* ShowPlans. Whether to include the full current and pending plan information in the response - can be large per cluster. Default: true */ ShowPlans *bool /* ShowSettings. Whether to show cluster settings in the response. */ ShowSettings *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetDeploymentApmResourceInfoParams contains all the parameters to send to the API endpoint
for the get deployment apm resource info operation. Typically these are written to a http.Request.
func NewGetDeploymentApmResourceInfoParams ¶
func NewGetDeploymentApmResourceInfoParams() *GetDeploymentApmResourceInfoParams
NewGetDeploymentApmResourceInfoParams creates a new GetDeploymentApmResourceInfoParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetDeploymentApmResourceInfoParamsWithContext ¶
func NewGetDeploymentApmResourceInfoParamsWithContext(ctx context.Context) *GetDeploymentApmResourceInfoParams
NewGetDeploymentApmResourceInfoParamsWithContext creates a new GetDeploymentApmResourceInfoParams object with the ability to set a context for a request.
func NewGetDeploymentApmResourceInfoParamsWithHTTPClient ¶
func NewGetDeploymentApmResourceInfoParamsWithHTTPClient(client *http.Client) *GetDeploymentApmResourceInfoParams
NewGetDeploymentApmResourceInfoParamsWithHTTPClient creates a new GetDeploymentApmResourceInfoParams object with the ability to set a custom HTTPClient for a request.
func NewGetDeploymentApmResourceInfoParamsWithTimeout ¶
func NewGetDeploymentApmResourceInfoParamsWithTimeout(timeout time.Duration) *GetDeploymentApmResourceInfoParams
NewGetDeploymentApmResourceInfoParamsWithTimeout creates a new GetDeploymentApmResourceInfoParams object with the ability to set a timeout on a request.
func (*GetDeploymentApmResourceInfoParams) SetClearTransient ¶ added in v1.15.0
func (o *GetDeploymentApmResourceInfoParams) SetClearTransient(clearTransient *bool)
SetClearTransient adds the clearTransient to the get deployment apm resource info params
func (*GetDeploymentApmResourceInfoParams) SetContext ¶
func (o *GetDeploymentApmResourceInfoParams) SetContext(ctx context.Context)
SetContext adds the context to the get deployment apm resource info params
func (*GetDeploymentApmResourceInfoParams) SetDefaults ¶ added in v1.3.0
func (o *GetDeploymentApmResourceInfoParams) SetDefaults()
SetDefaults hydrates default values in the get deployment apm resource info params (not the query body).
All values with no default are reset to their zero value.
func (*GetDeploymentApmResourceInfoParams) SetDeploymentID ¶
func (o *GetDeploymentApmResourceInfoParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the get deployment apm resource info params
func (*GetDeploymentApmResourceInfoParams) SetHTTPClient ¶
func (o *GetDeploymentApmResourceInfoParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get deployment apm resource info params
func (*GetDeploymentApmResourceInfoParams) SetRefID ¶
func (o *GetDeploymentApmResourceInfoParams) SetRefID(refID string)
SetRefID adds the refId to the get deployment apm resource info params
func (*GetDeploymentApmResourceInfoParams) SetShowMetadata ¶
func (o *GetDeploymentApmResourceInfoParams) SetShowMetadata(showMetadata *bool)
SetShowMetadata adds the showMetadata to the get deployment apm resource info params
func (*GetDeploymentApmResourceInfoParams) SetShowPlanDefaults ¶
func (o *GetDeploymentApmResourceInfoParams) SetShowPlanDefaults(showPlanDefaults *bool)
SetShowPlanDefaults adds the showPlanDefaults to the get deployment apm resource info params
func (*GetDeploymentApmResourceInfoParams) SetShowPlanHistory ¶
func (o *GetDeploymentApmResourceInfoParams) SetShowPlanHistory(showPlanHistory *bool)
SetShowPlanHistory adds the showPlanHistory to the get deployment apm resource info params
func (*GetDeploymentApmResourceInfoParams) SetShowPlanLogs ¶
func (o *GetDeploymentApmResourceInfoParams) SetShowPlanLogs(showPlanLogs *bool)
SetShowPlanLogs adds the showPlanLogs to the get deployment apm resource info params
func (*GetDeploymentApmResourceInfoParams) SetShowPlans ¶
func (o *GetDeploymentApmResourceInfoParams) SetShowPlans(showPlans *bool)
SetShowPlans adds the showPlans to the get deployment apm resource info params
func (*GetDeploymentApmResourceInfoParams) SetShowSettings ¶
func (o *GetDeploymentApmResourceInfoParams) SetShowSettings(showSettings *bool)
SetShowSettings adds the showSettings to the get deployment apm resource info params
func (*GetDeploymentApmResourceInfoParams) SetTimeout ¶
func (o *GetDeploymentApmResourceInfoParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get deployment apm resource info params
func (*GetDeploymentApmResourceInfoParams) WithClearTransient ¶ added in v1.15.0
func (o *GetDeploymentApmResourceInfoParams) WithClearTransient(clearTransient *bool) *GetDeploymentApmResourceInfoParams
WithClearTransient adds the clearTransient to the get deployment apm resource info params
func (*GetDeploymentApmResourceInfoParams) WithContext ¶
func (o *GetDeploymentApmResourceInfoParams) WithContext(ctx context.Context) *GetDeploymentApmResourceInfoParams
WithContext adds the context to the get deployment apm resource info params
func (*GetDeploymentApmResourceInfoParams) WithDefaults ¶ added in v1.3.0
func (o *GetDeploymentApmResourceInfoParams) WithDefaults() *GetDeploymentApmResourceInfoParams
WithDefaults hydrates default values in the get deployment apm resource info params (not the query body).
All values with no default are reset to their zero value.
func (*GetDeploymentApmResourceInfoParams) WithDeploymentID ¶
func (o *GetDeploymentApmResourceInfoParams) WithDeploymentID(deploymentID string) *GetDeploymentApmResourceInfoParams
WithDeploymentID adds the deploymentID to the get deployment apm resource info params
func (*GetDeploymentApmResourceInfoParams) WithHTTPClient ¶
func (o *GetDeploymentApmResourceInfoParams) WithHTTPClient(client *http.Client) *GetDeploymentApmResourceInfoParams
WithHTTPClient adds the HTTPClient to the get deployment apm resource info params
func (*GetDeploymentApmResourceInfoParams) WithRefID ¶
func (o *GetDeploymentApmResourceInfoParams) WithRefID(refID string) *GetDeploymentApmResourceInfoParams
WithRefID adds the refID to the get deployment apm resource info params
func (*GetDeploymentApmResourceInfoParams) WithShowMetadata ¶
func (o *GetDeploymentApmResourceInfoParams) WithShowMetadata(showMetadata *bool) *GetDeploymentApmResourceInfoParams
WithShowMetadata adds the showMetadata to the get deployment apm resource info params
func (*GetDeploymentApmResourceInfoParams) WithShowPlanDefaults ¶
func (o *GetDeploymentApmResourceInfoParams) WithShowPlanDefaults(showPlanDefaults *bool) *GetDeploymentApmResourceInfoParams
WithShowPlanDefaults adds the showPlanDefaults to the get deployment apm resource info params
func (*GetDeploymentApmResourceInfoParams) WithShowPlanHistory ¶
func (o *GetDeploymentApmResourceInfoParams) WithShowPlanHistory(showPlanHistory *bool) *GetDeploymentApmResourceInfoParams
WithShowPlanHistory adds the showPlanHistory to the get deployment apm resource info params
func (*GetDeploymentApmResourceInfoParams) WithShowPlanLogs ¶
func (o *GetDeploymentApmResourceInfoParams) WithShowPlanLogs(showPlanLogs *bool) *GetDeploymentApmResourceInfoParams
WithShowPlanLogs adds the showPlanLogs to the get deployment apm resource info params
func (*GetDeploymentApmResourceInfoParams) WithShowPlans ¶
func (o *GetDeploymentApmResourceInfoParams) WithShowPlans(showPlans *bool) *GetDeploymentApmResourceInfoParams
WithShowPlans adds the showPlans to the get deployment apm resource info params
func (*GetDeploymentApmResourceInfoParams) WithShowSettings ¶
func (o *GetDeploymentApmResourceInfoParams) WithShowSettings(showSettings *bool) *GetDeploymentApmResourceInfoParams
WithShowSettings adds the showSettings to the get deployment apm resource info params
func (*GetDeploymentApmResourceInfoParams) WithTimeout ¶
func (o *GetDeploymentApmResourceInfoParams) WithTimeout(timeout time.Duration) *GetDeploymentApmResourceInfoParams
WithTimeout adds the timeout to the get deployment apm resource info params
func (*GetDeploymentApmResourceInfoParams) WriteToRequest ¶
func (o *GetDeploymentApmResourceInfoParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetDeploymentApmResourceInfoReader ¶
type GetDeploymentApmResourceInfoReader struct {
// contains filtered or unexported fields
}
GetDeploymentApmResourceInfoReader is a Reader for the GetDeploymentApmResourceInfo structure.
func (*GetDeploymentApmResourceInfoReader) ReadResponse ¶
func (o *GetDeploymentApmResourceInfoReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetDeploymentAppsearchResourceInfoInternalServerError ¶
type GetDeploymentAppsearchResourceInfoInternalServerError struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
GetDeploymentAppsearchResourceInfoInternalServerError describes a response with status code 500, with default header values.
We have failed you. (code: `deployments.deployment_resource_no_longer_exists`)
func NewGetDeploymentAppsearchResourceInfoInternalServerError ¶
func NewGetDeploymentAppsearchResourceInfoInternalServerError() *GetDeploymentAppsearchResourceInfoInternalServerError
NewGetDeploymentAppsearchResourceInfoInternalServerError creates a GetDeploymentAppsearchResourceInfoInternalServerError with default headers values
func (*GetDeploymentAppsearchResourceInfoInternalServerError) Code ¶ added in v1.13.0
func (o *GetDeploymentAppsearchResourceInfoInternalServerError) Code() int
Code gets the status code for the get deployment appsearch resource info internal server error response
func (*GetDeploymentAppsearchResourceInfoInternalServerError) Error ¶
func (o *GetDeploymentAppsearchResourceInfoInternalServerError) Error() string
func (*GetDeploymentAppsearchResourceInfoInternalServerError) GetPayload ¶
func (o *GetDeploymentAppsearchResourceInfoInternalServerError) GetPayload() *models.BasicFailedReply
func (*GetDeploymentAppsearchResourceInfoInternalServerError) IsClientError ¶ added in v1.13.0
func (o *GetDeploymentAppsearchResourceInfoInternalServerError) IsClientError() bool
IsClientError returns true when this get deployment appsearch resource info internal server error response has a 4xx status code
func (*GetDeploymentAppsearchResourceInfoInternalServerError) IsCode ¶ added in v1.13.0
func (o *GetDeploymentAppsearchResourceInfoInternalServerError) IsCode(code int) bool
IsCode returns true when this get deployment appsearch resource info internal server error response a status code equal to that given
func (*GetDeploymentAppsearchResourceInfoInternalServerError) IsRedirect ¶ added in v1.13.0
func (o *GetDeploymentAppsearchResourceInfoInternalServerError) IsRedirect() bool
IsRedirect returns true when this get deployment appsearch resource info internal server error response has a 3xx status code
func (*GetDeploymentAppsearchResourceInfoInternalServerError) IsServerError ¶ added in v1.13.0
func (o *GetDeploymentAppsearchResourceInfoInternalServerError) IsServerError() bool
IsServerError returns true when this get deployment appsearch resource info internal server error response has a 5xx status code
func (*GetDeploymentAppsearchResourceInfoInternalServerError) IsSuccess ¶ added in v1.13.0
func (o *GetDeploymentAppsearchResourceInfoInternalServerError) IsSuccess() bool
IsSuccess returns true when this get deployment appsearch resource info internal server error response has a 2xx status code
func (*GetDeploymentAppsearchResourceInfoInternalServerError) String ¶ added in v1.13.0
func (o *GetDeploymentAppsearchResourceInfoInternalServerError) String() string
type GetDeploymentAppsearchResourceInfoNotFound ¶
type GetDeploymentAppsearchResourceInfoNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
GetDeploymentAppsearchResourceInfoNotFound describes a response with status code 404, with default header values.
The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
func NewGetDeploymentAppsearchResourceInfoNotFound ¶
func NewGetDeploymentAppsearchResourceInfoNotFound() *GetDeploymentAppsearchResourceInfoNotFound
NewGetDeploymentAppsearchResourceInfoNotFound creates a GetDeploymentAppsearchResourceInfoNotFound with default headers values
func (*GetDeploymentAppsearchResourceInfoNotFound) Code ¶ added in v1.13.0
func (o *GetDeploymentAppsearchResourceInfoNotFound) Code() int
Code gets the status code for the get deployment appsearch resource info not found response
func (*GetDeploymentAppsearchResourceInfoNotFound) Error ¶
func (o *GetDeploymentAppsearchResourceInfoNotFound) Error() string
func (*GetDeploymentAppsearchResourceInfoNotFound) GetPayload ¶
func (o *GetDeploymentAppsearchResourceInfoNotFound) GetPayload() *models.BasicFailedReply
func (*GetDeploymentAppsearchResourceInfoNotFound) IsClientError ¶ added in v1.13.0
func (o *GetDeploymentAppsearchResourceInfoNotFound) IsClientError() bool
IsClientError returns true when this get deployment appsearch resource info not found response has a 4xx status code
func (*GetDeploymentAppsearchResourceInfoNotFound) IsCode ¶ added in v1.13.0
func (o *GetDeploymentAppsearchResourceInfoNotFound) IsCode(code int) bool
IsCode returns true when this get deployment appsearch resource info not found response a status code equal to that given
func (*GetDeploymentAppsearchResourceInfoNotFound) IsRedirect ¶ added in v1.13.0
func (o *GetDeploymentAppsearchResourceInfoNotFound) IsRedirect() bool
IsRedirect returns true when this get deployment appsearch resource info not found response has a 3xx status code
func (*GetDeploymentAppsearchResourceInfoNotFound) IsServerError ¶ added in v1.13.0
func (o *GetDeploymentAppsearchResourceInfoNotFound) IsServerError() bool
IsServerError returns true when this get deployment appsearch resource info not found response has a 5xx status code
func (*GetDeploymentAppsearchResourceInfoNotFound) IsSuccess ¶ added in v1.13.0
func (o *GetDeploymentAppsearchResourceInfoNotFound) IsSuccess() bool
IsSuccess returns true when this get deployment appsearch resource info not found response has a 2xx status code
func (*GetDeploymentAppsearchResourceInfoNotFound) String ¶ added in v1.13.0
func (o *GetDeploymentAppsearchResourceInfoNotFound) String() string
type GetDeploymentAppsearchResourceInfoOK ¶
type GetDeploymentAppsearchResourceInfoOK struct {
Payload *models.AppSearchResourceInfo
}
GetDeploymentAppsearchResourceInfoOK describes a response with status code 200, with default header values.
Standard response.
func NewGetDeploymentAppsearchResourceInfoOK ¶
func NewGetDeploymentAppsearchResourceInfoOK() *GetDeploymentAppsearchResourceInfoOK
NewGetDeploymentAppsearchResourceInfoOK creates a GetDeploymentAppsearchResourceInfoOK with default headers values
func (*GetDeploymentAppsearchResourceInfoOK) Code ¶ added in v1.13.0
func (o *GetDeploymentAppsearchResourceInfoOK) Code() int
Code gets the status code for the get deployment appsearch resource info o k response
func (*GetDeploymentAppsearchResourceInfoOK) Error ¶
func (o *GetDeploymentAppsearchResourceInfoOK) Error() string
func (*GetDeploymentAppsearchResourceInfoOK) GetPayload ¶
func (o *GetDeploymentAppsearchResourceInfoOK) GetPayload() *models.AppSearchResourceInfo
func (*GetDeploymentAppsearchResourceInfoOK) IsClientError ¶ added in v1.13.0
func (o *GetDeploymentAppsearchResourceInfoOK) IsClientError() bool
IsClientError returns true when this get deployment appsearch resource info o k response has a 4xx status code
func (*GetDeploymentAppsearchResourceInfoOK) IsCode ¶ added in v1.13.0
func (o *GetDeploymentAppsearchResourceInfoOK) IsCode(code int) bool
IsCode returns true when this get deployment appsearch resource info o k response a status code equal to that given
func (*GetDeploymentAppsearchResourceInfoOK) IsRedirect ¶ added in v1.13.0
func (o *GetDeploymentAppsearchResourceInfoOK) IsRedirect() bool
IsRedirect returns true when this get deployment appsearch resource info o k response has a 3xx status code
func (*GetDeploymentAppsearchResourceInfoOK) IsServerError ¶ added in v1.13.0
func (o *GetDeploymentAppsearchResourceInfoOK) IsServerError() bool
IsServerError returns true when this get deployment appsearch resource info o k response has a 5xx status code
func (*GetDeploymentAppsearchResourceInfoOK) IsSuccess ¶ added in v1.13.0
func (o *GetDeploymentAppsearchResourceInfoOK) IsSuccess() bool
IsSuccess returns true when this get deployment appsearch resource info o k response has a 2xx status code
func (*GetDeploymentAppsearchResourceInfoOK) String ¶ added in v1.13.0
func (o *GetDeploymentAppsearchResourceInfoOK) String() string
type GetDeploymentAppsearchResourceInfoParams ¶
type GetDeploymentAppsearchResourceInfoParams struct { /* ClearTransient. If set (defaults to false) then removes the transient section from all child resources, making it safe to reapply via an update */ ClearTransient *bool /* DeploymentID. Identifier for the Deployment */ DeploymentID string /* RefID. User-specified RefId for the Resource (or '_main' if there is only one). */ RefID string /* ShowMetadata. Whether to include the full cluster metadata in the response - can be large per cluster and also include credentials. */ ShowMetadata *bool /* ShowPlanDefaults. If showing plans, whether to show values that are left at their default value (less readable but more informative). */ ShowPlanDefaults *bool /* ShowPlanHistory. Whether to include with the current and pending plan information the plan history- can be very large per cluster. */ ShowPlanHistory *bool /* ShowPlanLogs. Whether to include with the current and pending plan information the attempt log - can be very large per cluster. */ ShowPlanLogs *bool /* ShowPlans. Whether to include the full current and pending plan information in the response - can be large per cluster. Default: true */ ShowPlans *bool /* ShowSettings. Whether to show cluster settings in the response. */ ShowSettings *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetDeploymentAppsearchResourceInfoParams contains all the parameters to send to the API endpoint
for the get deployment appsearch resource info operation. Typically these are written to a http.Request.
func NewGetDeploymentAppsearchResourceInfoParams ¶
func NewGetDeploymentAppsearchResourceInfoParams() *GetDeploymentAppsearchResourceInfoParams
NewGetDeploymentAppsearchResourceInfoParams creates a new GetDeploymentAppsearchResourceInfoParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetDeploymentAppsearchResourceInfoParamsWithContext ¶
func NewGetDeploymentAppsearchResourceInfoParamsWithContext(ctx context.Context) *GetDeploymentAppsearchResourceInfoParams
NewGetDeploymentAppsearchResourceInfoParamsWithContext creates a new GetDeploymentAppsearchResourceInfoParams object with the ability to set a context for a request.
func NewGetDeploymentAppsearchResourceInfoParamsWithHTTPClient ¶
func NewGetDeploymentAppsearchResourceInfoParamsWithHTTPClient(client *http.Client) *GetDeploymentAppsearchResourceInfoParams
NewGetDeploymentAppsearchResourceInfoParamsWithHTTPClient creates a new GetDeploymentAppsearchResourceInfoParams object with the ability to set a custom HTTPClient for a request.
func NewGetDeploymentAppsearchResourceInfoParamsWithTimeout ¶
func NewGetDeploymentAppsearchResourceInfoParamsWithTimeout(timeout time.Duration) *GetDeploymentAppsearchResourceInfoParams
NewGetDeploymentAppsearchResourceInfoParamsWithTimeout creates a new GetDeploymentAppsearchResourceInfoParams object with the ability to set a timeout on a request.
func (*GetDeploymentAppsearchResourceInfoParams) SetClearTransient ¶ added in v1.15.0
func (o *GetDeploymentAppsearchResourceInfoParams) SetClearTransient(clearTransient *bool)
SetClearTransient adds the clearTransient to the get deployment appsearch resource info params
func (*GetDeploymentAppsearchResourceInfoParams) SetContext ¶
func (o *GetDeploymentAppsearchResourceInfoParams) SetContext(ctx context.Context)
SetContext adds the context to the get deployment appsearch resource info params
func (*GetDeploymentAppsearchResourceInfoParams) SetDefaults ¶ added in v1.3.0
func (o *GetDeploymentAppsearchResourceInfoParams) SetDefaults()
SetDefaults hydrates default values in the get deployment appsearch resource info params (not the query body).
All values with no default are reset to their zero value.
func (*GetDeploymentAppsearchResourceInfoParams) SetDeploymentID ¶
func (o *GetDeploymentAppsearchResourceInfoParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the get deployment appsearch resource info params
func (*GetDeploymentAppsearchResourceInfoParams) SetHTTPClient ¶
func (o *GetDeploymentAppsearchResourceInfoParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get deployment appsearch resource info params
func (*GetDeploymentAppsearchResourceInfoParams) SetRefID ¶
func (o *GetDeploymentAppsearchResourceInfoParams) SetRefID(refID string)
SetRefID adds the refId to the get deployment appsearch resource info params
func (*GetDeploymentAppsearchResourceInfoParams) SetShowMetadata ¶
func (o *GetDeploymentAppsearchResourceInfoParams) SetShowMetadata(showMetadata *bool)
SetShowMetadata adds the showMetadata to the get deployment appsearch resource info params
func (*GetDeploymentAppsearchResourceInfoParams) SetShowPlanDefaults ¶
func (o *GetDeploymentAppsearchResourceInfoParams) SetShowPlanDefaults(showPlanDefaults *bool)
SetShowPlanDefaults adds the showPlanDefaults to the get deployment appsearch resource info params
func (*GetDeploymentAppsearchResourceInfoParams) SetShowPlanHistory ¶
func (o *GetDeploymentAppsearchResourceInfoParams) SetShowPlanHistory(showPlanHistory *bool)
SetShowPlanHistory adds the showPlanHistory to the get deployment appsearch resource info params
func (*GetDeploymentAppsearchResourceInfoParams) SetShowPlanLogs ¶
func (o *GetDeploymentAppsearchResourceInfoParams) SetShowPlanLogs(showPlanLogs *bool)
SetShowPlanLogs adds the showPlanLogs to the get deployment appsearch resource info params
func (*GetDeploymentAppsearchResourceInfoParams) SetShowPlans ¶
func (o *GetDeploymentAppsearchResourceInfoParams) SetShowPlans(showPlans *bool)
SetShowPlans adds the showPlans to the get deployment appsearch resource info params
func (*GetDeploymentAppsearchResourceInfoParams) SetShowSettings ¶
func (o *GetDeploymentAppsearchResourceInfoParams) SetShowSettings(showSettings *bool)
SetShowSettings adds the showSettings to the get deployment appsearch resource info params
func (*GetDeploymentAppsearchResourceInfoParams) SetTimeout ¶
func (o *GetDeploymentAppsearchResourceInfoParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get deployment appsearch resource info params
func (*GetDeploymentAppsearchResourceInfoParams) WithClearTransient ¶ added in v1.15.0
func (o *GetDeploymentAppsearchResourceInfoParams) WithClearTransient(clearTransient *bool) *GetDeploymentAppsearchResourceInfoParams
WithClearTransient adds the clearTransient to the get deployment appsearch resource info params
func (*GetDeploymentAppsearchResourceInfoParams) WithContext ¶
func (o *GetDeploymentAppsearchResourceInfoParams) WithContext(ctx context.Context) *GetDeploymentAppsearchResourceInfoParams
WithContext adds the context to the get deployment appsearch resource info params
func (*GetDeploymentAppsearchResourceInfoParams) WithDefaults ¶ added in v1.3.0
func (o *GetDeploymentAppsearchResourceInfoParams) WithDefaults() *GetDeploymentAppsearchResourceInfoParams
WithDefaults hydrates default values in the get deployment appsearch resource info params (not the query body).
All values with no default are reset to their zero value.
func (*GetDeploymentAppsearchResourceInfoParams) WithDeploymentID ¶
func (o *GetDeploymentAppsearchResourceInfoParams) WithDeploymentID(deploymentID string) *GetDeploymentAppsearchResourceInfoParams
WithDeploymentID adds the deploymentID to the get deployment appsearch resource info params
func (*GetDeploymentAppsearchResourceInfoParams) WithHTTPClient ¶
func (o *GetDeploymentAppsearchResourceInfoParams) WithHTTPClient(client *http.Client) *GetDeploymentAppsearchResourceInfoParams
WithHTTPClient adds the HTTPClient to the get deployment appsearch resource info params
func (*GetDeploymentAppsearchResourceInfoParams) WithRefID ¶
func (o *GetDeploymentAppsearchResourceInfoParams) WithRefID(refID string) *GetDeploymentAppsearchResourceInfoParams
WithRefID adds the refID to the get deployment appsearch resource info params
func (*GetDeploymentAppsearchResourceInfoParams) WithShowMetadata ¶
func (o *GetDeploymentAppsearchResourceInfoParams) WithShowMetadata(showMetadata *bool) *GetDeploymentAppsearchResourceInfoParams
WithShowMetadata adds the showMetadata to the get deployment appsearch resource info params
func (*GetDeploymentAppsearchResourceInfoParams) WithShowPlanDefaults ¶
func (o *GetDeploymentAppsearchResourceInfoParams) WithShowPlanDefaults(showPlanDefaults *bool) *GetDeploymentAppsearchResourceInfoParams
WithShowPlanDefaults adds the showPlanDefaults to the get deployment appsearch resource info params
func (*GetDeploymentAppsearchResourceInfoParams) WithShowPlanHistory ¶
func (o *GetDeploymentAppsearchResourceInfoParams) WithShowPlanHistory(showPlanHistory *bool) *GetDeploymentAppsearchResourceInfoParams
WithShowPlanHistory adds the showPlanHistory to the get deployment appsearch resource info params
func (*GetDeploymentAppsearchResourceInfoParams) WithShowPlanLogs ¶
func (o *GetDeploymentAppsearchResourceInfoParams) WithShowPlanLogs(showPlanLogs *bool) *GetDeploymentAppsearchResourceInfoParams
WithShowPlanLogs adds the showPlanLogs to the get deployment appsearch resource info params
func (*GetDeploymentAppsearchResourceInfoParams) WithShowPlans ¶
func (o *GetDeploymentAppsearchResourceInfoParams) WithShowPlans(showPlans *bool) *GetDeploymentAppsearchResourceInfoParams
WithShowPlans adds the showPlans to the get deployment appsearch resource info params
func (*GetDeploymentAppsearchResourceInfoParams) WithShowSettings ¶
func (o *GetDeploymentAppsearchResourceInfoParams) WithShowSettings(showSettings *bool) *GetDeploymentAppsearchResourceInfoParams
WithShowSettings adds the showSettings to the get deployment appsearch resource info params
func (*GetDeploymentAppsearchResourceInfoParams) WithTimeout ¶
func (o *GetDeploymentAppsearchResourceInfoParams) WithTimeout(timeout time.Duration) *GetDeploymentAppsearchResourceInfoParams
WithTimeout adds the timeout to the get deployment appsearch resource info params
func (*GetDeploymentAppsearchResourceInfoParams) WriteToRequest ¶
func (o *GetDeploymentAppsearchResourceInfoParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetDeploymentAppsearchResourceInfoReader ¶
type GetDeploymentAppsearchResourceInfoReader struct {
// contains filtered or unexported fields
}
GetDeploymentAppsearchResourceInfoReader is a Reader for the GetDeploymentAppsearchResourceInfo structure.
func (*GetDeploymentAppsearchResourceInfoReader) ReadResponse ¶
func (o *GetDeploymentAppsearchResourceInfoReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetDeploymentCertificateAuthorityNotFound ¶ added in v1.10.0
type GetDeploymentCertificateAuthorityNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
GetDeploymentCertificateAuthorityNotFound describes a response with status code 404, with default header values. * The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
* The Elasticsearch Resource cannot be found. (code: `deployments.deployment_resource_not_found`)
func NewGetDeploymentCertificateAuthorityNotFound ¶ added in v1.10.0
func NewGetDeploymentCertificateAuthorityNotFound() *GetDeploymentCertificateAuthorityNotFound
NewGetDeploymentCertificateAuthorityNotFound creates a GetDeploymentCertificateAuthorityNotFound with default headers values
func (*GetDeploymentCertificateAuthorityNotFound) Code ¶ added in v1.13.0
func (o *GetDeploymentCertificateAuthorityNotFound) Code() int
Code gets the status code for the get deployment certificate authority not found response
func (*GetDeploymentCertificateAuthorityNotFound) Error ¶ added in v1.10.0
func (o *GetDeploymentCertificateAuthorityNotFound) Error() string
func (*GetDeploymentCertificateAuthorityNotFound) GetPayload ¶ added in v1.10.0
func (o *GetDeploymentCertificateAuthorityNotFound) GetPayload() *models.BasicFailedReply
func (*GetDeploymentCertificateAuthorityNotFound) IsClientError ¶ added in v1.13.0
func (o *GetDeploymentCertificateAuthorityNotFound) IsClientError() bool
IsClientError returns true when this get deployment certificate authority not found response has a 4xx status code
func (*GetDeploymentCertificateAuthorityNotFound) IsCode ¶ added in v1.13.0
func (o *GetDeploymentCertificateAuthorityNotFound) IsCode(code int) bool
IsCode returns true when this get deployment certificate authority not found response a status code equal to that given
func (*GetDeploymentCertificateAuthorityNotFound) IsRedirect ¶ added in v1.13.0
func (o *GetDeploymentCertificateAuthorityNotFound) IsRedirect() bool
IsRedirect returns true when this get deployment certificate authority not found response has a 3xx status code
func (*GetDeploymentCertificateAuthorityNotFound) IsServerError ¶ added in v1.13.0
func (o *GetDeploymentCertificateAuthorityNotFound) IsServerError() bool
IsServerError returns true when this get deployment certificate authority not found response has a 5xx status code
func (*GetDeploymentCertificateAuthorityNotFound) IsSuccess ¶ added in v1.13.0
func (o *GetDeploymentCertificateAuthorityNotFound) IsSuccess() bool
IsSuccess returns true when this get deployment certificate authority not found response has a 2xx status code
func (*GetDeploymentCertificateAuthorityNotFound) String ¶ added in v1.13.0
func (o *GetDeploymentCertificateAuthorityNotFound) String() string
type GetDeploymentCertificateAuthorityOK ¶ added in v1.10.0
type GetDeploymentCertificateAuthorityOK struct {
Payload *models.CertificateAuthority
}
GetDeploymentCertificateAuthorityOK describes a response with status code 200, with default header values.
The certificate authority used to sign the certificates of this deployment
func NewGetDeploymentCertificateAuthorityOK ¶ added in v1.10.0
func NewGetDeploymentCertificateAuthorityOK() *GetDeploymentCertificateAuthorityOK
NewGetDeploymentCertificateAuthorityOK creates a GetDeploymentCertificateAuthorityOK with default headers values
func (*GetDeploymentCertificateAuthorityOK) Code ¶ added in v1.13.0
func (o *GetDeploymentCertificateAuthorityOK) Code() int
Code gets the status code for the get deployment certificate authority o k response
func (*GetDeploymentCertificateAuthorityOK) Error ¶ added in v1.10.0
func (o *GetDeploymentCertificateAuthorityOK) Error() string
func (*GetDeploymentCertificateAuthorityOK) GetPayload ¶ added in v1.10.0
func (o *GetDeploymentCertificateAuthorityOK) GetPayload() *models.CertificateAuthority
func (*GetDeploymentCertificateAuthorityOK) IsClientError ¶ added in v1.13.0
func (o *GetDeploymentCertificateAuthorityOK) IsClientError() bool
IsClientError returns true when this get deployment certificate authority o k response has a 4xx status code
func (*GetDeploymentCertificateAuthorityOK) IsCode ¶ added in v1.13.0
func (o *GetDeploymentCertificateAuthorityOK) IsCode(code int) bool
IsCode returns true when this get deployment certificate authority o k response a status code equal to that given
func (*GetDeploymentCertificateAuthorityOK) IsRedirect ¶ added in v1.13.0
func (o *GetDeploymentCertificateAuthorityOK) IsRedirect() bool
IsRedirect returns true when this get deployment certificate authority o k response has a 3xx status code
func (*GetDeploymentCertificateAuthorityOK) IsServerError ¶ added in v1.13.0
func (o *GetDeploymentCertificateAuthorityOK) IsServerError() bool
IsServerError returns true when this get deployment certificate authority o k response has a 5xx status code
func (*GetDeploymentCertificateAuthorityOK) IsSuccess ¶ added in v1.13.0
func (o *GetDeploymentCertificateAuthorityOK) IsSuccess() bool
IsSuccess returns true when this get deployment certificate authority o k response has a 2xx status code
func (*GetDeploymentCertificateAuthorityOK) String ¶ added in v1.13.0
func (o *GetDeploymentCertificateAuthorityOK) String() string
type GetDeploymentCertificateAuthorityParams ¶ added in v1.10.0
type GetDeploymentCertificateAuthorityParams struct { /* DeploymentID. Identifier for the Deployment. */ DeploymentID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetDeploymentCertificateAuthorityParams contains all the parameters to send to the API endpoint
for the get deployment certificate authority operation. Typically these are written to a http.Request.
func NewGetDeploymentCertificateAuthorityParams ¶ added in v1.10.0
func NewGetDeploymentCertificateAuthorityParams() *GetDeploymentCertificateAuthorityParams
NewGetDeploymentCertificateAuthorityParams creates a new GetDeploymentCertificateAuthorityParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetDeploymentCertificateAuthorityParamsWithContext ¶ added in v1.10.0
func NewGetDeploymentCertificateAuthorityParamsWithContext(ctx context.Context) *GetDeploymentCertificateAuthorityParams
NewGetDeploymentCertificateAuthorityParamsWithContext creates a new GetDeploymentCertificateAuthorityParams object with the ability to set a context for a request.
func NewGetDeploymentCertificateAuthorityParamsWithHTTPClient ¶ added in v1.10.0
func NewGetDeploymentCertificateAuthorityParamsWithHTTPClient(client *http.Client) *GetDeploymentCertificateAuthorityParams
NewGetDeploymentCertificateAuthorityParamsWithHTTPClient creates a new GetDeploymentCertificateAuthorityParams object with the ability to set a custom HTTPClient for a request.
func NewGetDeploymentCertificateAuthorityParamsWithTimeout ¶ added in v1.10.0
func NewGetDeploymentCertificateAuthorityParamsWithTimeout(timeout time.Duration) *GetDeploymentCertificateAuthorityParams
NewGetDeploymentCertificateAuthorityParamsWithTimeout creates a new GetDeploymentCertificateAuthorityParams object with the ability to set a timeout on a request.
func (*GetDeploymentCertificateAuthorityParams) SetContext ¶ added in v1.10.0
func (o *GetDeploymentCertificateAuthorityParams) SetContext(ctx context.Context)
SetContext adds the context to the get deployment certificate authority params
func (*GetDeploymentCertificateAuthorityParams) SetDefaults ¶ added in v1.10.0
func (o *GetDeploymentCertificateAuthorityParams) SetDefaults()
SetDefaults hydrates default values in the get deployment certificate authority params (not the query body).
All values with no default are reset to their zero value.
func (*GetDeploymentCertificateAuthorityParams) SetDeploymentID ¶ added in v1.10.0
func (o *GetDeploymentCertificateAuthorityParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the get deployment certificate authority params
func (*GetDeploymentCertificateAuthorityParams) SetHTTPClient ¶ added in v1.10.0
func (o *GetDeploymentCertificateAuthorityParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get deployment certificate authority params
func (*GetDeploymentCertificateAuthorityParams) SetTimeout ¶ added in v1.10.0
func (o *GetDeploymentCertificateAuthorityParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get deployment certificate authority params
func (*GetDeploymentCertificateAuthorityParams) WithContext ¶ added in v1.10.0
func (o *GetDeploymentCertificateAuthorityParams) WithContext(ctx context.Context) *GetDeploymentCertificateAuthorityParams
WithContext adds the context to the get deployment certificate authority params
func (*GetDeploymentCertificateAuthorityParams) WithDefaults ¶ added in v1.10.0
func (o *GetDeploymentCertificateAuthorityParams) WithDefaults() *GetDeploymentCertificateAuthorityParams
WithDefaults hydrates default values in the get deployment certificate authority params (not the query body).
All values with no default are reset to their zero value.
func (*GetDeploymentCertificateAuthorityParams) WithDeploymentID ¶ added in v1.10.0
func (o *GetDeploymentCertificateAuthorityParams) WithDeploymentID(deploymentID string) *GetDeploymentCertificateAuthorityParams
WithDeploymentID adds the deploymentID to the get deployment certificate authority params
func (*GetDeploymentCertificateAuthorityParams) WithHTTPClient ¶ added in v1.10.0
func (o *GetDeploymentCertificateAuthorityParams) WithHTTPClient(client *http.Client) *GetDeploymentCertificateAuthorityParams
WithHTTPClient adds the HTTPClient to the get deployment certificate authority params
func (*GetDeploymentCertificateAuthorityParams) WithTimeout ¶ added in v1.10.0
func (o *GetDeploymentCertificateAuthorityParams) WithTimeout(timeout time.Duration) *GetDeploymentCertificateAuthorityParams
WithTimeout adds the timeout to the get deployment certificate authority params
func (*GetDeploymentCertificateAuthorityParams) WriteToRequest ¶ added in v1.10.0
func (o *GetDeploymentCertificateAuthorityParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetDeploymentCertificateAuthorityReader ¶ added in v1.10.0
type GetDeploymentCertificateAuthorityReader struct {
// contains filtered or unexported fields
}
GetDeploymentCertificateAuthorityReader is a Reader for the GetDeploymentCertificateAuthority structure.
func (*GetDeploymentCertificateAuthorityReader) ReadResponse ¶ added in v1.10.0
func (o *GetDeploymentCertificateAuthorityReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetDeploymentEnterpriseSearchResourceInfoInternalServerError ¶
type GetDeploymentEnterpriseSearchResourceInfoInternalServerError struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
GetDeploymentEnterpriseSearchResourceInfoInternalServerError describes a response with status code 500, with default header values.
We have failed you. (code: `deployments.deployment_resource_no_longer_exists`)
func NewGetDeploymentEnterpriseSearchResourceInfoInternalServerError ¶
func NewGetDeploymentEnterpriseSearchResourceInfoInternalServerError() *GetDeploymentEnterpriseSearchResourceInfoInternalServerError
NewGetDeploymentEnterpriseSearchResourceInfoInternalServerError creates a GetDeploymentEnterpriseSearchResourceInfoInternalServerError with default headers values
func (*GetDeploymentEnterpriseSearchResourceInfoInternalServerError) Code ¶ added in v1.13.0
func (o *GetDeploymentEnterpriseSearchResourceInfoInternalServerError) Code() int
Code gets the status code for the get deployment enterprise search resource info internal server error response
func (*GetDeploymentEnterpriseSearchResourceInfoInternalServerError) Error ¶
func (o *GetDeploymentEnterpriseSearchResourceInfoInternalServerError) Error() string
func (*GetDeploymentEnterpriseSearchResourceInfoInternalServerError) GetPayload ¶
func (o *GetDeploymentEnterpriseSearchResourceInfoInternalServerError) GetPayload() *models.BasicFailedReply
func (*GetDeploymentEnterpriseSearchResourceInfoInternalServerError) IsClientError ¶ added in v1.13.0
func (o *GetDeploymentEnterpriseSearchResourceInfoInternalServerError) IsClientError() bool
IsClientError returns true when this get deployment enterprise search resource info internal server error response has a 4xx status code
func (*GetDeploymentEnterpriseSearchResourceInfoInternalServerError) IsCode ¶ added in v1.13.0
func (o *GetDeploymentEnterpriseSearchResourceInfoInternalServerError) IsCode(code int) bool
IsCode returns true when this get deployment enterprise search resource info internal server error response a status code equal to that given
func (*GetDeploymentEnterpriseSearchResourceInfoInternalServerError) IsRedirect ¶ added in v1.13.0
func (o *GetDeploymentEnterpriseSearchResourceInfoInternalServerError) IsRedirect() bool
IsRedirect returns true when this get deployment enterprise search resource info internal server error response has a 3xx status code
func (*GetDeploymentEnterpriseSearchResourceInfoInternalServerError) IsServerError ¶ added in v1.13.0
func (o *GetDeploymentEnterpriseSearchResourceInfoInternalServerError) IsServerError() bool
IsServerError returns true when this get deployment enterprise search resource info internal server error response has a 5xx status code
func (*GetDeploymentEnterpriseSearchResourceInfoInternalServerError) IsSuccess ¶ added in v1.13.0
func (o *GetDeploymentEnterpriseSearchResourceInfoInternalServerError) IsSuccess() bool
IsSuccess returns true when this get deployment enterprise search resource info internal server error response has a 2xx status code
func (*GetDeploymentEnterpriseSearchResourceInfoInternalServerError) String ¶ added in v1.13.0
func (o *GetDeploymentEnterpriseSearchResourceInfoInternalServerError) String() string
type GetDeploymentEnterpriseSearchResourceInfoNotFound ¶
type GetDeploymentEnterpriseSearchResourceInfoNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
GetDeploymentEnterpriseSearchResourceInfoNotFound describes a response with status code 404, with default header values.
The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
func NewGetDeploymentEnterpriseSearchResourceInfoNotFound ¶
func NewGetDeploymentEnterpriseSearchResourceInfoNotFound() *GetDeploymentEnterpriseSearchResourceInfoNotFound
NewGetDeploymentEnterpriseSearchResourceInfoNotFound creates a GetDeploymentEnterpriseSearchResourceInfoNotFound with default headers values
func (*GetDeploymentEnterpriseSearchResourceInfoNotFound) Code ¶ added in v1.13.0
func (o *GetDeploymentEnterpriseSearchResourceInfoNotFound) Code() int
Code gets the status code for the get deployment enterprise search resource info not found response
func (*GetDeploymentEnterpriseSearchResourceInfoNotFound) Error ¶
func (o *GetDeploymentEnterpriseSearchResourceInfoNotFound) Error() string
func (*GetDeploymentEnterpriseSearchResourceInfoNotFound) GetPayload ¶
func (o *GetDeploymentEnterpriseSearchResourceInfoNotFound) GetPayload() *models.BasicFailedReply
func (*GetDeploymentEnterpriseSearchResourceInfoNotFound) IsClientError ¶ added in v1.13.0
func (o *GetDeploymentEnterpriseSearchResourceInfoNotFound) IsClientError() bool
IsClientError returns true when this get deployment enterprise search resource info not found response has a 4xx status code
func (*GetDeploymentEnterpriseSearchResourceInfoNotFound) IsCode ¶ added in v1.13.0
func (o *GetDeploymentEnterpriseSearchResourceInfoNotFound) IsCode(code int) bool
IsCode returns true when this get deployment enterprise search resource info not found response a status code equal to that given
func (*GetDeploymentEnterpriseSearchResourceInfoNotFound) IsRedirect ¶ added in v1.13.0
func (o *GetDeploymentEnterpriseSearchResourceInfoNotFound) IsRedirect() bool
IsRedirect returns true when this get deployment enterprise search resource info not found response has a 3xx status code
func (*GetDeploymentEnterpriseSearchResourceInfoNotFound) IsServerError ¶ added in v1.13.0
func (o *GetDeploymentEnterpriseSearchResourceInfoNotFound) IsServerError() bool
IsServerError returns true when this get deployment enterprise search resource info not found response has a 5xx status code
func (*GetDeploymentEnterpriseSearchResourceInfoNotFound) IsSuccess ¶ added in v1.13.0
func (o *GetDeploymentEnterpriseSearchResourceInfoNotFound) IsSuccess() bool
IsSuccess returns true when this get deployment enterprise search resource info not found response has a 2xx status code
func (*GetDeploymentEnterpriseSearchResourceInfoNotFound) String ¶ added in v1.13.0
func (o *GetDeploymentEnterpriseSearchResourceInfoNotFound) String() string
type GetDeploymentEnterpriseSearchResourceInfoOK ¶
type GetDeploymentEnterpriseSearchResourceInfoOK struct {
Payload *models.EnterpriseSearchResourceInfo
}
GetDeploymentEnterpriseSearchResourceInfoOK describes a response with status code 200, with default header values.
Standard response.
func NewGetDeploymentEnterpriseSearchResourceInfoOK ¶
func NewGetDeploymentEnterpriseSearchResourceInfoOK() *GetDeploymentEnterpriseSearchResourceInfoOK
NewGetDeploymentEnterpriseSearchResourceInfoOK creates a GetDeploymentEnterpriseSearchResourceInfoOK with default headers values
func (*GetDeploymentEnterpriseSearchResourceInfoOK) Code ¶ added in v1.13.0
func (o *GetDeploymentEnterpriseSearchResourceInfoOK) Code() int
Code gets the status code for the get deployment enterprise search resource info o k response
func (*GetDeploymentEnterpriseSearchResourceInfoOK) Error ¶
func (o *GetDeploymentEnterpriseSearchResourceInfoOK) Error() string
func (*GetDeploymentEnterpriseSearchResourceInfoOK) GetPayload ¶
func (o *GetDeploymentEnterpriseSearchResourceInfoOK) GetPayload() *models.EnterpriseSearchResourceInfo
func (*GetDeploymentEnterpriseSearchResourceInfoOK) IsClientError ¶ added in v1.13.0
func (o *GetDeploymentEnterpriseSearchResourceInfoOK) IsClientError() bool
IsClientError returns true when this get deployment enterprise search resource info o k response has a 4xx status code
func (*GetDeploymentEnterpriseSearchResourceInfoOK) IsCode ¶ added in v1.13.0
func (o *GetDeploymentEnterpriseSearchResourceInfoOK) IsCode(code int) bool
IsCode returns true when this get deployment enterprise search resource info o k response a status code equal to that given
func (*GetDeploymentEnterpriseSearchResourceInfoOK) IsRedirect ¶ added in v1.13.0
func (o *GetDeploymentEnterpriseSearchResourceInfoOK) IsRedirect() bool
IsRedirect returns true when this get deployment enterprise search resource info o k response has a 3xx status code
func (*GetDeploymentEnterpriseSearchResourceInfoOK) IsServerError ¶ added in v1.13.0
func (o *GetDeploymentEnterpriseSearchResourceInfoOK) IsServerError() bool
IsServerError returns true when this get deployment enterprise search resource info o k response has a 5xx status code
func (*GetDeploymentEnterpriseSearchResourceInfoOK) IsSuccess ¶ added in v1.13.0
func (o *GetDeploymentEnterpriseSearchResourceInfoOK) IsSuccess() bool
IsSuccess returns true when this get deployment enterprise search resource info o k response has a 2xx status code
func (*GetDeploymentEnterpriseSearchResourceInfoOK) String ¶ added in v1.13.0
func (o *GetDeploymentEnterpriseSearchResourceInfoOK) String() string
type GetDeploymentEnterpriseSearchResourceInfoParams ¶
type GetDeploymentEnterpriseSearchResourceInfoParams struct { /* ClearTransient. If set (defaults to false) then removes the transient section from all child resources, making it safe to reapply via an update */ ClearTransient *bool /* DeploymentID. Identifier for the Deployment */ DeploymentID string /* RefID. User-specified RefId for the Resource (or '_main' if there is only one). */ RefID string /* ShowMetadata. Whether to include the full cluster metadata in the response - can be large per cluster and also include credentials. */ ShowMetadata *bool /* ShowPlanDefaults. If showing plans, whether to show values that are left at their default value (less readable but more informative). */ ShowPlanDefaults *bool /* ShowPlanHistory. Whether to include with the current and pending plan information the plan history- can be very large per cluster. */ ShowPlanHistory *bool /* ShowPlanLogs. Whether to include with the current and pending plan information the attempt log - can be very large per cluster. */ ShowPlanLogs *bool /* ShowPlans. Whether to include the full current and pending plan information in the response - can be large per cluster. Default: true */ ShowPlans *bool /* ShowSettings. Whether to show cluster settings in the response. */ ShowSettings *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetDeploymentEnterpriseSearchResourceInfoParams contains all the parameters to send to the API endpoint
for the get deployment enterprise search resource info operation. Typically these are written to a http.Request.
func NewGetDeploymentEnterpriseSearchResourceInfoParams ¶
func NewGetDeploymentEnterpriseSearchResourceInfoParams() *GetDeploymentEnterpriseSearchResourceInfoParams
NewGetDeploymentEnterpriseSearchResourceInfoParams creates a new GetDeploymentEnterpriseSearchResourceInfoParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetDeploymentEnterpriseSearchResourceInfoParamsWithContext ¶
func NewGetDeploymentEnterpriseSearchResourceInfoParamsWithContext(ctx context.Context) *GetDeploymentEnterpriseSearchResourceInfoParams
NewGetDeploymentEnterpriseSearchResourceInfoParamsWithContext creates a new GetDeploymentEnterpriseSearchResourceInfoParams object with the ability to set a context for a request.
func NewGetDeploymentEnterpriseSearchResourceInfoParamsWithHTTPClient ¶
func NewGetDeploymentEnterpriseSearchResourceInfoParamsWithHTTPClient(client *http.Client) *GetDeploymentEnterpriseSearchResourceInfoParams
NewGetDeploymentEnterpriseSearchResourceInfoParamsWithHTTPClient creates a new GetDeploymentEnterpriseSearchResourceInfoParams object with the ability to set a custom HTTPClient for a request.
func NewGetDeploymentEnterpriseSearchResourceInfoParamsWithTimeout ¶
func NewGetDeploymentEnterpriseSearchResourceInfoParamsWithTimeout(timeout time.Duration) *GetDeploymentEnterpriseSearchResourceInfoParams
NewGetDeploymentEnterpriseSearchResourceInfoParamsWithTimeout creates a new GetDeploymentEnterpriseSearchResourceInfoParams object with the ability to set a timeout on a request.
func (*GetDeploymentEnterpriseSearchResourceInfoParams) SetClearTransient ¶ added in v1.15.0
func (o *GetDeploymentEnterpriseSearchResourceInfoParams) SetClearTransient(clearTransient *bool)
SetClearTransient adds the clearTransient to the get deployment enterprise search resource info params
func (*GetDeploymentEnterpriseSearchResourceInfoParams) SetContext ¶
func (o *GetDeploymentEnterpriseSearchResourceInfoParams) SetContext(ctx context.Context)
SetContext adds the context to the get deployment enterprise search resource info params
func (*GetDeploymentEnterpriseSearchResourceInfoParams) SetDefaults ¶ added in v1.3.0
func (o *GetDeploymentEnterpriseSearchResourceInfoParams) SetDefaults()
SetDefaults hydrates default values in the get deployment enterprise search resource info params (not the query body).
All values with no default are reset to their zero value.
func (*GetDeploymentEnterpriseSearchResourceInfoParams) SetDeploymentID ¶
func (o *GetDeploymentEnterpriseSearchResourceInfoParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the get deployment enterprise search resource info params
func (*GetDeploymentEnterpriseSearchResourceInfoParams) SetHTTPClient ¶
func (o *GetDeploymentEnterpriseSearchResourceInfoParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get deployment enterprise search resource info params
func (*GetDeploymentEnterpriseSearchResourceInfoParams) SetRefID ¶
func (o *GetDeploymentEnterpriseSearchResourceInfoParams) SetRefID(refID string)
SetRefID adds the refId to the get deployment enterprise search resource info params
func (*GetDeploymentEnterpriseSearchResourceInfoParams) SetShowMetadata ¶
func (o *GetDeploymentEnterpriseSearchResourceInfoParams) SetShowMetadata(showMetadata *bool)
SetShowMetadata adds the showMetadata to the get deployment enterprise search resource info params
func (*GetDeploymentEnterpriseSearchResourceInfoParams) SetShowPlanDefaults ¶
func (o *GetDeploymentEnterpriseSearchResourceInfoParams) SetShowPlanDefaults(showPlanDefaults *bool)
SetShowPlanDefaults adds the showPlanDefaults to the get deployment enterprise search resource info params
func (*GetDeploymentEnterpriseSearchResourceInfoParams) SetShowPlanHistory ¶
func (o *GetDeploymentEnterpriseSearchResourceInfoParams) SetShowPlanHistory(showPlanHistory *bool)
SetShowPlanHistory adds the showPlanHistory to the get deployment enterprise search resource info params
func (*GetDeploymentEnterpriseSearchResourceInfoParams) SetShowPlanLogs ¶
func (o *GetDeploymentEnterpriseSearchResourceInfoParams) SetShowPlanLogs(showPlanLogs *bool)
SetShowPlanLogs adds the showPlanLogs to the get deployment enterprise search resource info params
func (*GetDeploymentEnterpriseSearchResourceInfoParams) SetShowPlans ¶
func (o *GetDeploymentEnterpriseSearchResourceInfoParams) SetShowPlans(showPlans *bool)
SetShowPlans adds the showPlans to the get deployment enterprise search resource info params
func (*GetDeploymentEnterpriseSearchResourceInfoParams) SetShowSettings ¶
func (o *GetDeploymentEnterpriseSearchResourceInfoParams) SetShowSettings(showSettings *bool)
SetShowSettings adds the showSettings to the get deployment enterprise search resource info params
func (*GetDeploymentEnterpriseSearchResourceInfoParams) SetTimeout ¶
func (o *GetDeploymentEnterpriseSearchResourceInfoParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get deployment enterprise search resource info params
func (*GetDeploymentEnterpriseSearchResourceInfoParams) WithClearTransient ¶ added in v1.15.0
func (o *GetDeploymentEnterpriseSearchResourceInfoParams) WithClearTransient(clearTransient *bool) *GetDeploymentEnterpriseSearchResourceInfoParams
WithClearTransient adds the clearTransient to the get deployment enterprise search resource info params
func (*GetDeploymentEnterpriseSearchResourceInfoParams) WithContext ¶
func (o *GetDeploymentEnterpriseSearchResourceInfoParams) WithContext(ctx context.Context) *GetDeploymentEnterpriseSearchResourceInfoParams
WithContext adds the context to the get deployment enterprise search resource info params
func (*GetDeploymentEnterpriseSearchResourceInfoParams) WithDefaults ¶ added in v1.3.0
func (o *GetDeploymentEnterpriseSearchResourceInfoParams) WithDefaults() *GetDeploymentEnterpriseSearchResourceInfoParams
WithDefaults hydrates default values in the get deployment enterprise search resource info params (not the query body).
All values with no default are reset to their zero value.
func (*GetDeploymentEnterpriseSearchResourceInfoParams) WithDeploymentID ¶
func (o *GetDeploymentEnterpriseSearchResourceInfoParams) WithDeploymentID(deploymentID string) *GetDeploymentEnterpriseSearchResourceInfoParams
WithDeploymentID adds the deploymentID to the get deployment enterprise search resource info params
func (*GetDeploymentEnterpriseSearchResourceInfoParams) WithHTTPClient ¶
func (o *GetDeploymentEnterpriseSearchResourceInfoParams) WithHTTPClient(client *http.Client) *GetDeploymentEnterpriseSearchResourceInfoParams
WithHTTPClient adds the HTTPClient to the get deployment enterprise search resource info params
func (*GetDeploymentEnterpriseSearchResourceInfoParams) WithRefID ¶
func (o *GetDeploymentEnterpriseSearchResourceInfoParams) WithRefID(refID string) *GetDeploymentEnterpriseSearchResourceInfoParams
WithRefID adds the refID to the get deployment enterprise search resource info params
func (*GetDeploymentEnterpriseSearchResourceInfoParams) WithShowMetadata ¶
func (o *GetDeploymentEnterpriseSearchResourceInfoParams) WithShowMetadata(showMetadata *bool) *GetDeploymentEnterpriseSearchResourceInfoParams
WithShowMetadata adds the showMetadata to the get deployment enterprise search resource info params
func (*GetDeploymentEnterpriseSearchResourceInfoParams) WithShowPlanDefaults ¶
func (o *GetDeploymentEnterpriseSearchResourceInfoParams) WithShowPlanDefaults(showPlanDefaults *bool) *GetDeploymentEnterpriseSearchResourceInfoParams
WithShowPlanDefaults adds the showPlanDefaults to the get deployment enterprise search resource info params
func (*GetDeploymentEnterpriseSearchResourceInfoParams) WithShowPlanHistory ¶
func (o *GetDeploymentEnterpriseSearchResourceInfoParams) WithShowPlanHistory(showPlanHistory *bool) *GetDeploymentEnterpriseSearchResourceInfoParams
WithShowPlanHistory adds the showPlanHistory to the get deployment enterprise search resource info params
func (*GetDeploymentEnterpriseSearchResourceInfoParams) WithShowPlanLogs ¶
func (o *GetDeploymentEnterpriseSearchResourceInfoParams) WithShowPlanLogs(showPlanLogs *bool) *GetDeploymentEnterpriseSearchResourceInfoParams
WithShowPlanLogs adds the showPlanLogs to the get deployment enterprise search resource info params
func (*GetDeploymentEnterpriseSearchResourceInfoParams) WithShowPlans ¶
func (o *GetDeploymentEnterpriseSearchResourceInfoParams) WithShowPlans(showPlans *bool) *GetDeploymentEnterpriseSearchResourceInfoParams
WithShowPlans adds the showPlans to the get deployment enterprise search resource info params
func (*GetDeploymentEnterpriseSearchResourceInfoParams) WithShowSettings ¶
func (o *GetDeploymentEnterpriseSearchResourceInfoParams) WithShowSettings(showSettings *bool) *GetDeploymentEnterpriseSearchResourceInfoParams
WithShowSettings adds the showSettings to the get deployment enterprise search resource info params
func (*GetDeploymentEnterpriseSearchResourceInfoParams) WithTimeout ¶
func (o *GetDeploymentEnterpriseSearchResourceInfoParams) WithTimeout(timeout time.Duration) *GetDeploymentEnterpriseSearchResourceInfoParams
WithTimeout adds the timeout to the get deployment enterprise search resource info params
func (*GetDeploymentEnterpriseSearchResourceInfoParams) WriteToRequest ¶
func (o *GetDeploymentEnterpriseSearchResourceInfoParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetDeploymentEnterpriseSearchResourceInfoReader ¶
type GetDeploymentEnterpriseSearchResourceInfoReader struct {
// contains filtered or unexported fields
}
GetDeploymentEnterpriseSearchResourceInfoReader is a Reader for the GetDeploymentEnterpriseSearchResourceInfo structure.
func (*GetDeploymentEnterpriseSearchResourceInfoReader) ReadResponse ¶
func (o *GetDeploymentEnterpriseSearchResourceInfoReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetDeploymentEsResourceEligibleRemoteClustersBadRequest ¶ added in v1.2.0
type GetDeploymentEsResourceEligibleRemoteClustersBadRequest struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
GetDeploymentEsResourceEligibleRemoteClustersBadRequest describes a response with status code 400, with default header values.
The resource specified doesn't yet have a valid version for the current plan or the pending plan. (code: `deployments.resource_does_not_have_a_valid_version`)
func NewGetDeploymentEsResourceEligibleRemoteClustersBadRequest ¶ added in v1.2.0
func NewGetDeploymentEsResourceEligibleRemoteClustersBadRequest() *GetDeploymentEsResourceEligibleRemoteClustersBadRequest
NewGetDeploymentEsResourceEligibleRemoteClustersBadRequest creates a GetDeploymentEsResourceEligibleRemoteClustersBadRequest with default headers values
func (*GetDeploymentEsResourceEligibleRemoteClustersBadRequest) Code ¶ added in v1.13.0
func (o *GetDeploymentEsResourceEligibleRemoteClustersBadRequest) Code() int
Code gets the status code for the get deployment es resource eligible remote clusters bad request response
func (*GetDeploymentEsResourceEligibleRemoteClustersBadRequest) Error ¶ added in v1.2.0
func (o *GetDeploymentEsResourceEligibleRemoteClustersBadRequest) Error() string
func (*GetDeploymentEsResourceEligibleRemoteClustersBadRequest) GetPayload ¶ added in v1.2.0
func (o *GetDeploymentEsResourceEligibleRemoteClustersBadRequest) GetPayload() *models.BasicFailedReply
func (*GetDeploymentEsResourceEligibleRemoteClustersBadRequest) IsClientError ¶ added in v1.13.0
func (o *GetDeploymentEsResourceEligibleRemoteClustersBadRequest) IsClientError() bool
IsClientError returns true when this get deployment es resource eligible remote clusters bad request response has a 4xx status code
func (*GetDeploymentEsResourceEligibleRemoteClustersBadRequest) IsCode ¶ added in v1.13.0
func (o *GetDeploymentEsResourceEligibleRemoteClustersBadRequest) IsCode(code int) bool
IsCode returns true when this get deployment es resource eligible remote clusters bad request response a status code equal to that given
func (*GetDeploymentEsResourceEligibleRemoteClustersBadRequest) IsRedirect ¶ added in v1.13.0
func (o *GetDeploymentEsResourceEligibleRemoteClustersBadRequest) IsRedirect() bool
IsRedirect returns true when this get deployment es resource eligible remote clusters bad request response has a 3xx status code
func (*GetDeploymentEsResourceEligibleRemoteClustersBadRequest) IsServerError ¶ added in v1.13.0
func (o *GetDeploymentEsResourceEligibleRemoteClustersBadRequest) IsServerError() bool
IsServerError returns true when this get deployment es resource eligible remote clusters bad request response has a 5xx status code
func (*GetDeploymentEsResourceEligibleRemoteClustersBadRequest) IsSuccess ¶ added in v1.13.0
func (o *GetDeploymentEsResourceEligibleRemoteClustersBadRequest) IsSuccess() bool
IsSuccess returns true when this get deployment es resource eligible remote clusters bad request response has a 2xx status code
func (*GetDeploymentEsResourceEligibleRemoteClustersBadRequest) String ¶ added in v1.13.0
func (o *GetDeploymentEsResourceEligibleRemoteClustersBadRequest) String() string
type GetDeploymentEsResourceEligibleRemoteClustersNotFound ¶ added in v1.2.0
type GetDeploymentEsResourceEligibleRemoteClustersNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
GetDeploymentEsResourceEligibleRemoteClustersNotFound describes a response with status code 404, with default header values. * The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
* The Resource specified by {ref_id} cannot be found. (code: `deployments.deployment_resource_not_found`)
func NewGetDeploymentEsResourceEligibleRemoteClustersNotFound ¶ added in v1.2.0
func NewGetDeploymentEsResourceEligibleRemoteClustersNotFound() *GetDeploymentEsResourceEligibleRemoteClustersNotFound
NewGetDeploymentEsResourceEligibleRemoteClustersNotFound creates a GetDeploymentEsResourceEligibleRemoteClustersNotFound with default headers values
func (*GetDeploymentEsResourceEligibleRemoteClustersNotFound) Code ¶ added in v1.13.0
func (o *GetDeploymentEsResourceEligibleRemoteClustersNotFound) Code() int
Code gets the status code for the get deployment es resource eligible remote clusters not found response
func (*GetDeploymentEsResourceEligibleRemoteClustersNotFound) Error ¶ added in v1.2.0
func (o *GetDeploymentEsResourceEligibleRemoteClustersNotFound) Error() string
func (*GetDeploymentEsResourceEligibleRemoteClustersNotFound) GetPayload ¶ added in v1.2.0
func (o *GetDeploymentEsResourceEligibleRemoteClustersNotFound) GetPayload() *models.BasicFailedReply
func (*GetDeploymentEsResourceEligibleRemoteClustersNotFound) IsClientError ¶ added in v1.13.0
func (o *GetDeploymentEsResourceEligibleRemoteClustersNotFound) IsClientError() bool
IsClientError returns true when this get deployment es resource eligible remote clusters not found response has a 4xx status code
func (*GetDeploymentEsResourceEligibleRemoteClustersNotFound) IsCode ¶ added in v1.13.0
func (o *GetDeploymentEsResourceEligibleRemoteClustersNotFound) IsCode(code int) bool
IsCode returns true when this get deployment es resource eligible remote clusters not found response a status code equal to that given
func (*GetDeploymentEsResourceEligibleRemoteClustersNotFound) IsRedirect ¶ added in v1.13.0
func (o *GetDeploymentEsResourceEligibleRemoteClustersNotFound) IsRedirect() bool
IsRedirect returns true when this get deployment es resource eligible remote clusters not found response has a 3xx status code
func (*GetDeploymentEsResourceEligibleRemoteClustersNotFound) IsServerError ¶ added in v1.13.0
func (o *GetDeploymentEsResourceEligibleRemoteClustersNotFound) IsServerError() bool
IsServerError returns true when this get deployment es resource eligible remote clusters not found response has a 5xx status code
func (*GetDeploymentEsResourceEligibleRemoteClustersNotFound) IsSuccess ¶ added in v1.13.0
func (o *GetDeploymentEsResourceEligibleRemoteClustersNotFound) IsSuccess() bool
IsSuccess returns true when this get deployment es resource eligible remote clusters not found response has a 2xx status code
func (*GetDeploymentEsResourceEligibleRemoteClustersNotFound) String ¶ added in v1.13.0
func (o *GetDeploymentEsResourceEligibleRemoteClustersNotFound) String() string
type GetDeploymentEsResourceEligibleRemoteClustersOK ¶ added in v1.2.0
type GetDeploymentEsResourceEligibleRemoteClustersOK struct {
Payload *models.DeploymentsSearchResponse
}
GetDeploymentEsResourceEligibleRemoteClustersOK describes a response with status code 200, with default header values.
List of deployments which contains eligible remote clusters for the resource
func NewGetDeploymentEsResourceEligibleRemoteClustersOK ¶ added in v1.2.0
func NewGetDeploymentEsResourceEligibleRemoteClustersOK() *GetDeploymentEsResourceEligibleRemoteClustersOK
NewGetDeploymentEsResourceEligibleRemoteClustersOK creates a GetDeploymentEsResourceEligibleRemoteClustersOK with default headers values
func (*GetDeploymentEsResourceEligibleRemoteClustersOK) Code ¶ added in v1.13.0
func (o *GetDeploymentEsResourceEligibleRemoteClustersOK) Code() int
Code gets the status code for the get deployment es resource eligible remote clusters o k response
func (*GetDeploymentEsResourceEligibleRemoteClustersOK) Error ¶ added in v1.2.0
func (o *GetDeploymentEsResourceEligibleRemoteClustersOK) Error() string
func (*GetDeploymentEsResourceEligibleRemoteClustersOK) GetPayload ¶ added in v1.2.0
func (o *GetDeploymentEsResourceEligibleRemoteClustersOK) GetPayload() *models.DeploymentsSearchResponse
func (*GetDeploymentEsResourceEligibleRemoteClustersOK) IsClientError ¶ added in v1.13.0
func (o *GetDeploymentEsResourceEligibleRemoteClustersOK) IsClientError() bool
IsClientError returns true when this get deployment es resource eligible remote clusters o k response has a 4xx status code
func (*GetDeploymentEsResourceEligibleRemoteClustersOK) IsCode ¶ added in v1.13.0
func (o *GetDeploymentEsResourceEligibleRemoteClustersOK) IsCode(code int) bool
IsCode returns true when this get deployment es resource eligible remote clusters o k response a status code equal to that given
func (*GetDeploymentEsResourceEligibleRemoteClustersOK) IsRedirect ¶ added in v1.13.0
func (o *GetDeploymentEsResourceEligibleRemoteClustersOK) IsRedirect() bool
IsRedirect returns true when this get deployment es resource eligible remote clusters o k response has a 3xx status code
func (*GetDeploymentEsResourceEligibleRemoteClustersOK) IsServerError ¶ added in v1.13.0
func (o *GetDeploymentEsResourceEligibleRemoteClustersOK) IsServerError() bool
IsServerError returns true when this get deployment es resource eligible remote clusters o k response has a 5xx status code
func (*GetDeploymentEsResourceEligibleRemoteClustersOK) IsSuccess ¶ added in v1.13.0
func (o *GetDeploymentEsResourceEligibleRemoteClustersOK) IsSuccess() bool
IsSuccess returns true when this get deployment es resource eligible remote clusters o k response has a 2xx status code
func (*GetDeploymentEsResourceEligibleRemoteClustersOK) String ¶ added in v1.13.0
func (o *GetDeploymentEsResourceEligibleRemoteClustersOK) String() string
type GetDeploymentEsResourceEligibleRemoteClustersParams ¶ added in v1.2.0
type GetDeploymentEsResourceEligibleRemoteClustersParams struct { /* Body. (Optional) The search query to run against all deployments containing eligible remote clusters. When not specified, all the eligible deployments are matched. */ Body *models.SearchRequest /* DeploymentID. Identifier for the Deployment. */ DeploymentID string /* RefID. User-specified RefId for the Resource (or '_main' if there is only one). */ RefID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetDeploymentEsResourceEligibleRemoteClustersParams contains all the parameters to send to the API endpoint
for the get deployment es resource eligible remote clusters operation. Typically these are written to a http.Request.
func NewGetDeploymentEsResourceEligibleRemoteClustersParams ¶ added in v1.2.0
func NewGetDeploymentEsResourceEligibleRemoteClustersParams() *GetDeploymentEsResourceEligibleRemoteClustersParams
NewGetDeploymentEsResourceEligibleRemoteClustersParams creates a new GetDeploymentEsResourceEligibleRemoteClustersParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetDeploymentEsResourceEligibleRemoteClustersParamsWithContext ¶ added in v1.2.0
func NewGetDeploymentEsResourceEligibleRemoteClustersParamsWithContext(ctx context.Context) *GetDeploymentEsResourceEligibleRemoteClustersParams
NewGetDeploymentEsResourceEligibleRemoteClustersParamsWithContext creates a new GetDeploymentEsResourceEligibleRemoteClustersParams object with the ability to set a context for a request.
func NewGetDeploymentEsResourceEligibleRemoteClustersParamsWithHTTPClient ¶ added in v1.2.0
func NewGetDeploymentEsResourceEligibleRemoteClustersParamsWithHTTPClient(client *http.Client) *GetDeploymentEsResourceEligibleRemoteClustersParams
NewGetDeploymentEsResourceEligibleRemoteClustersParamsWithHTTPClient creates a new GetDeploymentEsResourceEligibleRemoteClustersParams object with the ability to set a custom HTTPClient for a request.
func NewGetDeploymentEsResourceEligibleRemoteClustersParamsWithTimeout ¶ added in v1.2.0
func NewGetDeploymentEsResourceEligibleRemoteClustersParamsWithTimeout(timeout time.Duration) *GetDeploymentEsResourceEligibleRemoteClustersParams
NewGetDeploymentEsResourceEligibleRemoteClustersParamsWithTimeout creates a new GetDeploymentEsResourceEligibleRemoteClustersParams object with the ability to set a timeout on a request.
func (*GetDeploymentEsResourceEligibleRemoteClustersParams) SetBody ¶ added in v1.2.0
func (o *GetDeploymentEsResourceEligibleRemoteClustersParams) SetBody(body *models.SearchRequest)
SetBody adds the body to the get deployment es resource eligible remote clusters params
func (*GetDeploymentEsResourceEligibleRemoteClustersParams) SetContext ¶ added in v1.2.0
func (o *GetDeploymentEsResourceEligibleRemoteClustersParams) SetContext(ctx context.Context)
SetContext adds the context to the get deployment es resource eligible remote clusters params
func (*GetDeploymentEsResourceEligibleRemoteClustersParams) SetDefaults ¶ added in v1.3.0
func (o *GetDeploymentEsResourceEligibleRemoteClustersParams) SetDefaults()
SetDefaults hydrates default values in the get deployment es resource eligible remote clusters params (not the query body).
All values with no default are reset to their zero value.
func (*GetDeploymentEsResourceEligibleRemoteClustersParams) SetDeploymentID ¶ added in v1.2.0
func (o *GetDeploymentEsResourceEligibleRemoteClustersParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the get deployment es resource eligible remote clusters params
func (*GetDeploymentEsResourceEligibleRemoteClustersParams) SetHTTPClient ¶ added in v1.2.0
func (o *GetDeploymentEsResourceEligibleRemoteClustersParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get deployment es resource eligible remote clusters params
func (*GetDeploymentEsResourceEligibleRemoteClustersParams) SetRefID ¶ added in v1.2.0
func (o *GetDeploymentEsResourceEligibleRemoteClustersParams) SetRefID(refID string)
SetRefID adds the refId to the get deployment es resource eligible remote clusters params
func (*GetDeploymentEsResourceEligibleRemoteClustersParams) SetTimeout ¶ added in v1.2.0
func (o *GetDeploymentEsResourceEligibleRemoteClustersParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get deployment es resource eligible remote clusters params
func (*GetDeploymentEsResourceEligibleRemoteClustersParams) WithBody ¶ added in v1.2.0
func (o *GetDeploymentEsResourceEligibleRemoteClustersParams) WithBody(body *models.SearchRequest) *GetDeploymentEsResourceEligibleRemoteClustersParams
WithBody adds the body to the get deployment es resource eligible remote clusters params
func (*GetDeploymentEsResourceEligibleRemoteClustersParams) WithContext ¶ added in v1.2.0
func (o *GetDeploymentEsResourceEligibleRemoteClustersParams) WithContext(ctx context.Context) *GetDeploymentEsResourceEligibleRemoteClustersParams
WithContext adds the context to the get deployment es resource eligible remote clusters params
func (*GetDeploymentEsResourceEligibleRemoteClustersParams) WithDefaults ¶ added in v1.3.0
func (o *GetDeploymentEsResourceEligibleRemoteClustersParams) WithDefaults() *GetDeploymentEsResourceEligibleRemoteClustersParams
WithDefaults hydrates default values in the get deployment es resource eligible remote clusters params (not the query body).
All values with no default are reset to their zero value.
func (*GetDeploymentEsResourceEligibleRemoteClustersParams) WithDeploymentID ¶ added in v1.2.0
func (o *GetDeploymentEsResourceEligibleRemoteClustersParams) WithDeploymentID(deploymentID string) *GetDeploymentEsResourceEligibleRemoteClustersParams
WithDeploymentID adds the deploymentID to the get deployment es resource eligible remote clusters params
func (*GetDeploymentEsResourceEligibleRemoteClustersParams) WithHTTPClient ¶ added in v1.2.0
func (o *GetDeploymentEsResourceEligibleRemoteClustersParams) WithHTTPClient(client *http.Client) *GetDeploymentEsResourceEligibleRemoteClustersParams
WithHTTPClient adds the HTTPClient to the get deployment es resource eligible remote clusters params
func (*GetDeploymentEsResourceEligibleRemoteClustersParams) WithRefID ¶ added in v1.2.0
func (o *GetDeploymentEsResourceEligibleRemoteClustersParams) WithRefID(refID string) *GetDeploymentEsResourceEligibleRemoteClustersParams
WithRefID adds the refID to the get deployment es resource eligible remote clusters params
func (*GetDeploymentEsResourceEligibleRemoteClustersParams) WithTimeout ¶ added in v1.2.0
func (o *GetDeploymentEsResourceEligibleRemoteClustersParams) WithTimeout(timeout time.Duration) *GetDeploymentEsResourceEligibleRemoteClustersParams
WithTimeout adds the timeout to the get deployment es resource eligible remote clusters params
func (*GetDeploymentEsResourceEligibleRemoteClustersParams) WriteToRequest ¶ added in v1.2.0
func (o *GetDeploymentEsResourceEligibleRemoteClustersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetDeploymentEsResourceEligibleRemoteClustersReader ¶ added in v1.2.0
type GetDeploymentEsResourceEligibleRemoteClustersReader struct {
// contains filtered or unexported fields
}
GetDeploymentEsResourceEligibleRemoteClustersReader is a Reader for the GetDeploymentEsResourceEligibleRemoteClusters structure.
func (*GetDeploymentEsResourceEligibleRemoteClustersReader) ReadResponse ¶ added in v1.2.0
func (o *GetDeploymentEsResourceEligibleRemoteClustersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetDeploymentEsResourceInfoInternalServerError ¶
type GetDeploymentEsResourceInfoInternalServerError struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
GetDeploymentEsResourceInfoInternalServerError describes a response with status code 500, with default header values.
We have failed you. (code: `deployments.deployment_resource_no_longer_exists`)
func NewGetDeploymentEsResourceInfoInternalServerError ¶
func NewGetDeploymentEsResourceInfoInternalServerError() *GetDeploymentEsResourceInfoInternalServerError
NewGetDeploymentEsResourceInfoInternalServerError creates a GetDeploymentEsResourceInfoInternalServerError with default headers values
func (*GetDeploymentEsResourceInfoInternalServerError) Code ¶ added in v1.13.0
func (o *GetDeploymentEsResourceInfoInternalServerError) Code() int
Code gets the status code for the get deployment es resource info internal server error response
func (*GetDeploymentEsResourceInfoInternalServerError) Error ¶
func (o *GetDeploymentEsResourceInfoInternalServerError) Error() string
func (*GetDeploymentEsResourceInfoInternalServerError) GetPayload ¶
func (o *GetDeploymentEsResourceInfoInternalServerError) GetPayload() *models.BasicFailedReply
func (*GetDeploymentEsResourceInfoInternalServerError) IsClientError ¶ added in v1.13.0
func (o *GetDeploymentEsResourceInfoInternalServerError) IsClientError() bool
IsClientError returns true when this get deployment es resource info internal server error response has a 4xx status code
func (*GetDeploymentEsResourceInfoInternalServerError) IsCode ¶ added in v1.13.0
func (o *GetDeploymentEsResourceInfoInternalServerError) IsCode(code int) bool
IsCode returns true when this get deployment es resource info internal server error response a status code equal to that given
func (*GetDeploymentEsResourceInfoInternalServerError) IsRedirect ¶ added in v1.13.0
func (o *GetDeploymentEsResourceInfoInternalServerError) IsRedirect() bool
IsRedirect returns true when this get deployment es resource info internal server error response has a 3xx status code
func (*GetDeploymentEsResourceInfoInternalServerError) IsServerError ¶ added in v1.13.0
func (o *GetDeploymentEsResourceInfoInternalServerError) IsServerError() bool
IsServerError returns true when this get deployment es resource info internal server error response has a 5xx status code
func (*GetDeploymentEsResourceInfoInternalServerError) IsSuccess ¶ added in v1.13.0
func (o *GetDeploymentEsResourceInfoInternalServerError) IsSuccess() bool
IsSuccess returns true when this get deployment es resource info internal server error response has a 2xx status code
func (*GetDeploymentEsResourceInfoInternalServerError) String ¶ added in v1.13.0
func (o *GetDeploymentEsResourceInfoInternalServerError) String() string
type GetDeploymentEsResourceInfoNotFound ¶
type GetDeploymentEsResourceInfoNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
GetDeploymentEsResourceInfoNotFound describes a response with status code 404, with default header values.
The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
func NewGetDeploymentEsResourceInfoNotFound ¶
func NewGetDeploymentEsResourceInfoNotFound() *GetDeploymentEsResourceInfoNotFound
NewGetDeploymentEsResourceInfoNotFound creates a GetDeploymentEsResourceInfoNotFound with default headers values
func (*GetDeploymentEsResourceInfoNotFound) Code ¶ added in v1.13.0
func (o *GetDeploymentEsResourceInfoNotFound) Code() int
Code gets the status code for the get deployment es resource info not found response
func (*GetDeploymentEsResourceInfoNotFound) Error ¶
func (o *GetDeploymentEsResourceInfoNotFound) Error() string
func (*GetDeploymentEsResourceInfoNotFound) GetPayload ¶
func (o *GetDeploymentEsResourceInfoNotFound) GetPayload() *models.BasicFailedReply
func (*GetDeploymentEsResourceInfoNotFound) IsClientError ¶ added in v1.13.0
func (o *GetDeploymentEsResourceInfoNotFound) IsClientError() bool
IsClientError returns true when this get deployment es resource info not found response has a 4xx status code
func (*GetDeploymentEsResourceInfoNotFound) IsCode ¶ added in v1.13.0
func (o *GetDeploymentEsResourceInfoNotFound) IsCode(code int) bool
IsCode returns true when this get deployment es resource info not found response a status code equal to that given
func (*GetDeploymentEsResourceInfoNotFound) IsRedirect ¶ added in v1.13.0
func (o *GetDeploymentEsResourceInfoNotFound) IsRedirect() bool
IsRedirect returns true when this get deployment es resource info not found response has a 3xx status code
func (*GetDeploymentEsResourceInfoNotFound) IsServerError ¶ added in v1.13.0
func (o *GetDeploymentEsResourceInfoNotFound) IsServerError() bool
IsServerError returns true when this get deployment es resource info not found response has a 5xx status code
func (*GetDeploymentEsResourceInfoNotFound) IsSuccess ¶ added in v1.13.0
func (o *GetDeploymentEsResourceInfoNotFound) IsSuccess() bool
IsSuccess returns true when this get deployment es resource info not found response has a 2xx status code
func (*GetDeploymentEsResourceInfoNotFound) String ¶ added in v1.13.0
func (o *GetDeploymentEsResourceInfoNotFound) String() string
type GetDeploymentEsResourceInfoOK ¶
type GetDeploymentEsResourceInfoOK struct {
Payload *models.ElasticsearchResourceInfo
}
GetDeploymentEsResourceInfoOK describes a response with status code 200, with default header values.
Standard response.
func NewGetDeploymentEsResourceInfoOK ¶
func NewGetDeploymentEsResourceInfoOK() *GetDeploymentEsResourceInfoOK
NewGetDeploymentEsResourceInfoOK creates a GetDeploymentEsResourceInfoOK with default headers values
func (*GetDeploymentEsResourceInfoOK) Code ¶ added in v1.13.0
func (o *GetDeploymentEsResourceInfoOK) Code() int
Code gets the status code for the get deployment es resource info o k response
func (*GetDeploymentEsResourceInfoOK) Error ¶
func (o *GetDeploymentEsResourceInfoOK) Error() string
func (*GetDeploymentEsResourceInfoOK) GetPayload ¶
func (o *GetDeploymentEsResourceInfoOK) GetPayload() *models.ElasticsearchResourceInfo
func (*GetDeploymentEsResourceInfoOK) IsClientError ¶ added in v1.13.0
func (o *GetDeploymentEsResourceInfoOK) IsClientError() bool
IsClientError returns true when this get deployment es resource info o k response has a 4xx status code
func (*GetDeploymentEsResourceInfoOK) IsCode ¶ added in v1.13.0
func (o *GetDeploymentEsResourceInfoOK) IsCode(code int) bool
IsCode returns true when this get deployment es resource info o k response a status code equal to that given
func (*GetDeploymentEsResourceInfoOK) IsRedirect ¶ added in v1.13.0
func (o *GetDeploymentEsResourceInfoOK) IsRedirect() bool
IsRedirect returns true when this get deployment es resource info o k response has a 3xx status code
func (*GetDeploymentEsResourceInfoOK) IsServerError ¶ added in v1.13.0
func (o *GetDeploymentEsResourceInfoOK) IsServerError() bool
IsServerError returns true when this get deployment es resource info o k response has a 5xx status code
func (*GetDeploymentEsResourceInfoOK) IsSuccess ¶ added in v1.13.0
func (o *GetDeploymentEsResourceInfoOK) IsSuccess() bool
IsSuccess returns true when this get deployment es resource info o k response has a 2xx status code
func (*GetDeploymentEsResourceInfoOK) String ¶ added in v1.13.0
func (o *GetDeploymentEsResourceInfoOK) String() string
type GetDeploymentEsResourceInfoParams ¶
type GetDeploymentEsResourceInfoParams struct { /* ClearTransient. If set (defaults to false) then removes the transient section from all child resources, making it safe to reapply via an update */ ClearTransient *bool /* ConvertLegacyPlans. If showing plans, whether to leave pre-2.0.0 plans in their legacy format (the default), or whether to update them to 2.0.x+ format (if 'true'). */ ConvertLegacyPlans *bool /* DeploymentID. Identifier for the Deployment */ DeploymentID string /* EnrichWithTemplate. If showing plans, whether to enrich the plan by including the missing elements from the deployment template it is based on. Default: true */ EnrichWithTemplate *bool /* RefID. User-specified RefId for the Resource (or '_main' if there is only one). */ RefID string /* ShowMetadata. Whether to include the full cluster metadata in the response - can be large per cluster and also include credentials. */ ShowMetadata *bool /* ShowPlanDefaults. If showing plans, whether to show values that are left at their default value (less readable but more informative). */ ShowPlanDefaults *bool /* ShowPlanHistory. Whether to include with the current and pending plan information the plan history- can be very large per cluster. */ ShowPlanHistory *bool /* ShowPlanLogs. Whether to include with the current and pending plan information the attempt log - can be very large per cluster. */ ShowPlanLogs *bool /* ShowPlans. Whether to include the full current and pending plan information in the response - can be large per cluster. Default: true */ ShowPlans *bool /* ShowSecurity. Whether to include the Elasticsearch 2.x security information in the response - can be large per cluster and also include credentials. */ ShowSecurity *bool /* ShowSettings. Whether to show cluster settings in the response. */ ShowSettings *bool /* ShowSystemAlerts. Number of system alerts (such as forced restarts due to memory limits) to be included in the response - can be large per cluster. Negative numbers or 0 will not return field. */ ShowSystemAlerts *int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetDeploymentEsResourceInfoParams contains all the parameters to send to the API endpoint
for the get deployment es resource info operation. Typically these are written to a http.Request.
func NewGetDeploymentEsResourceInfoParams ¶
func NewGetDeploymentEsResourceInfoParams() *GetDeploymentEsResourceInfoParams
NewGetDeploymentEsResourceInfoParams creates a new GetDeploymentEsResourceInfoParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetDeploymentEsResourceInfoParamsWithContext ¶
func NewGetDeploymentEsResourceInfoParamsWithContext(ctx context.Context) *GetDeploymentEsResourceInfoParams
NewGetDeploymentEsResourceInfoParamsWithContext creates a new GetDeploymentEsResourceInfoParams object with the ability to set a context for a request.
func NewGetDeploymentEsResourceInfoParamsWithHTTPClient ¶
func NewGetDeploymentEsResourceInfoParamsWithHTTPClient(client *http.Client) *GetDeploymentEsResourceInfoParams
NewGetDeploymentEsResourceInfoParamsWithHTTPClient creates a new GetDeploymentEsResourceInfoParams object with the ability to set a custom HTTPClient for a request.
func NewGetDeploymentEsResourceInfoParamsWithTimeout ¶
func NewGetDeploymentEsResourceInfoParamsWithTimeout(timeout time.Duration) *GetDeploymentEsResourceInfoParams
NewGetDeploymentEsResourceInfoParamsWithTimeout creates a new GetDeploymentEsResourceInfoParams object with the ability to set a timeout on a request.
func (*GetDeploymentEsResourceInfoParams) SetClearTransient ¶ added in v1.15.0
func (o *GetDeploymentEsResourceInfoParams) SetClearTransient(clearTransient *bool)
SetClearTransient adds the clearTransient to the get deployment es resource info params
func (*GetDeploymentEsResourceInfoParams) SetContext ¶
func (o *GetDeploymentEsResourceInfoParams) SetContext(ctx context.Context)
SetContext adds the context to the get deployment es resource info params
func (*GetDeploymentEsResourceInfoParams) SetConvertLegacyPlans ¶
func (o *GetDeploymentEsResourceInfoParams) SetConvertLegacyPlans(convertLegacyPlans *bool)
SetConvertLegacyPlans adds the convertLegacyPlans to the get deployment es resource info params
func (*GetDeploymentEsResourceInfoParams) SetDefaults ¶ added in v1.3.0
func (o *GetDeploymentEsResourceInfoParams) SetDefaults()
SetDefaults hydrates default values in the get deployment es resource info params (not the query body).
All values with no default are reset to their zero value.
func (*GetDeploymentEsResourceInfoParams) SetDeploymentID ¶
func (o *GetDeploymentEsResourceInfoParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the get deployment es resource info params
func (*GetDeploymentEsResourceInfoParams) SetEnrichWithTemplate ¶
func (o *GetDeploymentEsResourceInfoParams) SetEnrichWithTemplate(enrichWithTemplate *bool)
SetEnrichWithTemplate adds the enrichWithTemplate to the get deployment es resource info params
func (*GetDeploymentEsResourceInfoParams) SetHTTPClient ¶
func (o *GetDeploymentEsResourceInfoParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get deployment es resource info params
func (*GetDeploymentEsResourceInfoParams) SetRefID ¶
func (o *GetDeploymentEsResourceInfoParams) SetRefID(refID string)
SetRefID adds the refId to the get deployment es resource info params
func (*GetDeploymentEsResourceInfoParams) SetShowMetadata ¶
func (o *GetDeploymentEsResourceInfoParams) SetShowMetadata(showMetadata *bool)
SetShowMetadata adds the showMetadata to the get deployment es resource info params
func (*GetDeploymentEsResourceInfoParams) SetShowPlanDefaults ¶
func (o *GetDeploymentEsResourceInfoParams) SetShowPlanDefaults(showPlanDefaults *bool)
SetShowPlanDefaults adds the showPlanDefaults to the get deployment es resource info params
func (*GetDeploymentEsResourceInfoParams) SetShowPlanHistory ¶
func (o *GetDeploymentEsResourceInfoParams) SetShowPlanHistory(showPlanHistory *bool)
SetShowPlanHistory adds the showPlanHistory to the get deployment es resource info params
func (*GetDeploymentEsResourceInfoParams) SetShowPlanLogs ¶
func (o *GetDeploymentEsResourceInfoParams) SetShowPlanLogs(showPlanLogs *bool)
SetShowPlanLogs adds the showPlanLogs to the get deployment es resource info params
func (*GetDeploymentEsResourceInfoParams) SetShowPlans ¶
func (o *GetDeploymentEsResourceInfoParams) SetShowPlans(showPlans *bool)
SetShowPlans adds the showPlans to the get deployment es resource info params
func (*GetDeploymentEsResourceInfoParams) SetShowSecurity ¶
func (o *GetDeploymentEsResourceInfoParams) SetShowSecurity(showSecurity *bool)
SetShowSecurity adds the showSecurity to the get deployment es resource info params
func (*GetDeploymentEsResourceInfoParams) SetShowSettings ¶
func (o *GetDeploymentEsResourceInfoParams) SetShowSettings(showSettings *bool)
SetShowSettings adds the showSettings to the get deployment es resource info params
func (*GetDeploymentEsResourceInfoParams) SetShowSystemAlerts ¶
func (o *GetDeploymentEsResourceInfoParams) SetShowSystemAlerts(showSystemAlerts *int64)
SetShowSystemAlerts adds the showSystemAlerts to the get deployment es resource info params
func (*GetDeploymentEsResourceInfoParams) SetTimeout ¶
func (o *GetDeploymentEsResourceInfoParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get deployment es resource info params
func (*GetDeploymentEsResourceInfoParams) WithClearTransient ¶ added in v1.15.0
func (o *GetDeploymentEsResourceInfoParams) WithClearTransient(clearTransient *bool) *GetDeploymentEsResourceInfoParams
WithClearTransient adds the clearTransient to the get deployment es resource info params
func (*GetDeploymentEsResourceInfoParams) WithContext ¶
func (o *GetDeploymentEsResourceInfoParams) WithContext(ctx context.Context) *GetDeploymentEsResourceInfoParams
WithContext adds the context to the get deployment es resource info params
func (*GetDeploymentEsResourceInfoParams) WithConvertLegacyPlans ¶
func (o *GetDeploymentEsResourceInfoParams) WithConvertLegacyPlans(convertLegacyPlans *bool) *GetDeploymentEsResourceInfoParams
WithConvertLegacyPlans adds the convertLegacyPlans to the get deployment es resource info params
func (*GetDeploymentEsResourceInfoParams) WithDefaults ¶ added in v1.3.0
func (o *GetDeploymentEsResourceInfoParams) WithDefaults() *GetDeploymentEsResourceInfoParams
WithDefaults hydrates default values in the get deployment es resource info params (not the query body).
All values with no default are reset to their zero value.
func (*GetDeploymentEsResourceInfoParams) WithDeploymentID ¶
func (o *GetDeploymentEsResourceInfoParams) WithDeploymentID(deploymentID string) *GetDeploymentEsResourceInfoParams
WithDeploymentID adds the deploymentID to the get deployment es resource info params
func (*GetDeploymentEsResourceInfoParams) WithEnrichWithTemplate ¶
func (o *GetDeploymentEsResourceInfoParams) WithEnrichWithTemplate(enrichWithTemplate *bool) *GetDeploymentEsResourceInfoParams
WithEnrichWithTemplate adds the enrichWithTemplate to the get deployment es resource info params
func (*GetDeploymentEsResourceInfoParams) WithHTTPClient ¶
func (o *GetDeploymentEsResourceInfoParams) WithHTTPClient(client *http.Client) *GetDeploymentEsResourceInfoParams
WithHTTPClient adds the HTTPClient to the get deployment es resource info params
func (*GetDeploymentEsResourceInfoParams) WithRefID ¶
func (o *GetDeploymentEsResourceInfoParams) WithRefID(refID string) *GetDeploymentEsResourceInfoParams
WithRefID adds the refID to the get deployment es resource info params
func (*GetDeploymentEsResourceInfoParams) WithShowMetadata ¶
func (o *GetDeploymentEsResourceInfoParams) WithShowMetadata(showMetadata *bool) *GetDeploymentEsResourceInfoParams
WithShowMetadata adds the showMetadata to the get deployment es resource info params
func (*GetDeploymentEsResourceInfoParams) WithShowPlanDefaults ¶
func (o *GetDeploymentEsResourceInfoParams) WithShowPlanDefaults(showPlanDefaults *bool) *GetDeploymentEsResourceInfoParams
WithShowPlanDefaults adds the showPlanDefaults to the get deployment es resource info params
func (*GetDeploymentEsResourceInfoParams) WithShowPlanHistory ¶
func (o *GetDeploymentEsResourceInfoParams) WithShowPlanHistory(showPlanHistory *bool) *GetDeploymentEsResourceInfoParams
WithShowPlanHistory adds the showPlanHistory to the get deployment es resource info params
func (*GetDeploymentEsResourceInfoParams) WithShowPlanLogs ¶
func (o *GetDeploymentEsResourceInfoParams) WithShowPlanLogs(showPlanLogs *bool) *GetDeploymentEsResourceInfoParams
WithShowPlanLogs adds the showPlanLogs to the get deployment es resource info params
func (*GetDeploymentEsResourceInfoParams) WithShowPlans ¶
func (o *GetDeploymentEsResourceInfoParams) WithShowPlans(showPlans *bool) *GetDeploymentEsResourceInfoParams
WithShowPlans adds the showPlans to the get deployment es resource info params
func (*GetDeploymentEsResourceInfoParams) WithShowSecurity ¶
func (o *GetDeploymentEsResourceInfoParams) WithShowSecurity(showSecurity *bool) *GetDeploymentEsResourceInfoParams
WithShowSecurity adds the showSecurity to the get deployment es resource info params
func (*GetDeploymentEsResourceInfoParams) WithShowSettings ¶
func (o *GetDeploymentEsResourceInfoParams) WithShowSettings(showSettings *bool) *GetDeploymentEsResourceInfoParams
WithShowSettings adds the showSettings to the get deployment es resource info params
func (*GetDeploymentEsResourceInfoParams) WithShowSystemAlerts ¶
func (o *GetDeploymentEsResourceInfoParams) WithShowSystemAlerts(showSystemAlerts *int64) *GetDeploymentEsResourceInfoParams
WithShowSystemAlerts adds the showSystemAlerts to the get deployment es resource info params
func (*GetDeploymentEsResourceInfoParams) WithTimeout ¶
func (o *GetDeploymentEsResourceInfoParams) WithTimeout(timeout time.Duration) *GetDeploymentEsResourceInfoParams
WithTimeout adds the timeout to the get deployment es resource info params
func (*GetDeploymentEsResourceInfoParams) WriteToRequest ¶
func (o *GetDeploymentEsResourceInfoParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetDeploymentEsResourceInfoReader ¶
type GetDeploymentEsResourceInfoReader struct {
// contains filtered or unexported fields
}
GetDeploymentEsResourceInfoReader is a Reader for the GetDeploymentEsResourceInfo structure.
func (*GetDeploymentEsResourceInfoReader) ReadResponse ¶
func (o *GetDeploymentEsResourceInfoReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetDeploymentEsResourceKeystoreInternalServerError ¶
type GetDeploymentEsResourceKeystoreInternalServerError struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
GetDeploymentEsResourceKeystoreInternalServerError describes a response with status code 500, with default header values.
We have failed you. (code: `deployments.metadata_internal_error`)
func NewGetDeploymentEsResourceKeystoreInternalServerError ¶
func NewGetDeploymentEsResourceKeystoreInternalServerError() *GetDeploymentEsResourceKeystoreInternalServerError
NewGetDeploymentEsResourceKeystoreInternalServerError creates a GetDeploymentEsResourceKeystoreInternalServerError with default headers values
func (*GetDeploymentEsResourceKeystoreInternalServerError) Code ¶ added in v1.13.0
func (o *GetDeploymentEsResourceKeystoreInternalServerError) Code() int
Code gets the status code for the get deployment es resource keystore internal server error response
func (*GetDeploymentEsResourceKeystoreInternalServerError) Error ¶
func (o *GetDeploymentEsResourceKeystoreInternalServerError) Error() string
func (*GetDeploymentEsResourceKeystoreInternalServerError) GetPayload ¶
func (o *GetDeploymentEsResourceKeystoreInternalServerError) GetPayload() *models.BasicFailedReply
func (*GetDeploymentEsResourceKeystoreInternalServerError) IsClientError ¶ added in v1.13.0
func (o *GetDeploymentEsResourceKeystoreInternalServerError) IsClientError() bool
IsClientError returns true when this get deployment es resource keystore internal server error response has a 4xx status code
func (*GetDeploymentEsResourceKeystoreInternalServerError) IsCode ¶ added in v1.13.0
func (o *GetDeploymentEsResourceKeystoreInternalServerError) IsCode(code int) bool
IsCode returns true when this get deployment es resource keystore internal server error response a status code equal to that given
func (*GetDeploymentEsResourceKeystoreInternalServerError) IsRedirect ¶ added in v1.13.0
func (o *GetDeploymentEsResourceKeystoreInternalServerError) IsRedirect() bool
IsRedirect returns true when this get deployment es resource keystore internal server error response has a 3xx status code
func (*GetDeploymentEsResourceKeystoreInternalServerError) IsServerError ¶ added in v1.13.0
func (o *GetDeploymentEsResourceKeystoreInternalServerError) IsServerError() bool
IsServerError returns true when this get deployment es resource keystore internal server error response has a 5xx status code
func (*GetDeploymentEsResourceKeystoreInternalServerError) IsSuccess ¶ added in v1.13.0
func (o *GetDeploymentEsResourceKeystoreInternalServerError) IsSuccess() bool
IsSuccess returns true when this get deployment es resource keystore internal server error response has a 2xx status code
func (*GetDeploymentEsResourceKeystoreInternalServerError) String ¶ added in v1.13.0
func (o *GetDeploymentEsResourceKeystoreInternalServerError) String() string
type GetDeploymentEsResourceKeystoreNotFound ¶
type GetDeploymentEsResourceKeystoreNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
GetDeploymentEsResourceKeystoreNotFound describes a response with status code 404, with default header values. * The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
* The Resource specified by {ref_id} cannot be found. (code: `deployments.deployment_resource_not_found`)
func NewGetDeploymentEsResourceKeystoreNotFound ¶
func NewGetDeploymentEsResourceKeystoreNotFound() *GetDeploymentEsResourceKeystoreNotFound
NewGetDeploymentEsResourceKeystoreNotFound creates a GetDeploymentEsResourceKeystoreNotFound with default headers values
func (*GetDeploymentEsResourceKeystoreNotFound) Code ¶ added in v1.13.0
func (o *GetDeploymentEsResourceKeystoreNotFound) Code() int
Code gets the status code for the get deployment es resource keystore not found response
func (*GetDeploymentEsResourceKeystoreNotFound) Error ¶
func (o *GetDeploymentEsResourceKeystoreNotFound) Error() string
func (*GetDeploymentEsResourceKeystoreNotFound) GetPayload ¶
func (o *GetDeploymentEsResourceKeystoreNotFound) GetPayload() *models.BasicFailedReply
func (*GetDeploymentEsResourceKeystoreNotFound) IsClientError ¶ added in v1.13.0
func (o *GetDeploymentEsResourceKeystoreNotFound) IsClientError() bool
IsClientError returns true when this get deployment es resource keystore not found response has a 4xx status code
func (*GetDeploymentEsResourceKeystoreNotFound) IsCode ¶ added in v1.13.0
func (o *GetDeploymentEsResourceKeystoreNotFound) IsCode(code int) bool
IsCode returns true when this get deployment es resource keystore not found response a status code equal to that given
func (*GetDeploymentEsResourceKeystoreNotFound) IsRedirect ¶ added in v1.13.0
func (o *GetDeploymentEsResourceKeystoreNotFound) IsRedirect() bool
IsRedirect returns true when this get deployment es resource keystore not found response has a 3xx status code
func (*GetDeploymentEsResourceKeystoreNotFound) IsServerError ¶ added in v1.13.0
func (o *GetDeploymentEsResourceKeystoreNotFound) IsServerError() bool
IsServerError returns true when this get deployment es resource keystore not found response has a 5xx status code
func (*GetDeploymentEsResourceKeystoreNotFound) IsSuccess ¶ added in v1.13.0
func (o *GetDeploymentEsResourceKeystoreNotFound) IsSuccess() bool
IsSuccess returns true when this get deployment es resource keystore not found response has a 2xx status code
func (*GetDeploymentEsResourceKeystoreNotFound) String ¶ added in v1.13.0
func (o *GetDeploymentEsResourceKeystoreNotFound) String() string
type GetDeploymentEsResourceKeystoreOK ¶
type GetDeploymentEsResourceKeystoreOK struct {
Payload *models.KeystoreContents
}
GetDeploymentEsResourceKeystoreOK describes a response with status code 200, with default header values.
The contents of the Elasticsearch keystore, with values redacted
func NewGetDeploymentEsResourceKeystoreOK ¶
func NewGetDeploymentEsResourceKeystoreOK() *GetDeploymentEsResourceKeystoreOK
NewGetDeploymentEsResourceKeystoreOK creates a GetDeploymentEsResourceKeystoreOK with default headers values
func (*GetDeploymentEsResourceKeystoreOK) Code ¶ added in v1.13.0
func (o *GetDeploymentEsResourceKeystoreOK) Code() int
Code gets the status code for the get deployment es resource keystore o k response
func (*GetDeploymentEsResourceKeystoreOK) Error ¶
func (o *GetDeploymentEsResourceKeystoreOK) Error() string
func (*GetDeploymentEsResourceKeystoreOK) GetPayload ¶
func (o *GetDeploymentEsResourceKeystoreOK) GetPayload() *models.KeystoreContents
func (*GetDeploymentEsResourceKeystoreOK) IsClientError ¶ added in v1.13.0
func (o *GetDeploymentEsResourceKeystoreOK) IsClientError() bool
IsClientError returns true when this get deployment es resource keystore o k response has a 4xx status code
func (*GetDeploymentEsResourceKeystoreOK) IsCode ¶ added in v1.13.0
func (o *GetDeploymentEsResourceKeystoreOK) IsCode(code int) bool
IsCode returns true when this get deployment es resource keystore o k response a status code equal to that given
func (*GetDeploymentEsResourceKeystoreOK) IsRedirect ¶ added in v1.13.0
func (o *GetDeploymentEsResourceKeystoreOK) IsRedirect() bool
IsRedirect returns true when this get deployment es resource keystore o k response has a 3xx status code
func (*GetDeploymentEsResourceKeystoreOK) IsServerError ¶ added in v1.13.0
func (o *GetDeploymentEsResourceKeystoreOK) IsServerError() bool
IsServerError returns true when this get deployment es resource keystore o k response has a 5xx status code
func (*GetDeploymentEsResourceKeystoreOK) IsSuccess ¶ added in v1.13.0
func (o *GetDeploymentEsResourceKeystoreOK) IsSuccess() bool
IsSuccess returns true when this get deployment es resource keystore o k response has a 2xx status code
func (*GetDeploymentEsResourceKeystoreOK) String ¶ added in v1.13.0
func (o *GetDeploymentEsResourceKeystoreOK) String() string
type GetDeploymentEsResourceKeystoreParams ¶
type GetDeploymentEsResourceKeystoreParams struct { /* DeploymentID. Identifier for the Deployment */ DeploymentID string /* RefID. User-specified RefId for the Resource (or '_main' if there is only one) */ RefID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetDeploymentEsResourceKeystoreParams contains all the parameters to send to the API endpoint
for the get deployment es resource keystore operation. Typically these are written to a http.Request.
func NewGetDeploymentEsResourceKeystoreParams ¶
func NewGetDeploymentEsResourceKeystoreParams() *GetDeploymentEsResourceKeystoreParams
NewGetDeploymentEsResourceKeystoreParams creates a new GetDeploymentEsResourceKeystoreParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetDeploymentEsResourceKeystoreParamsWithContext ¶
func NewGetDeploymentEsResourceKeystoreParamsWithContext(ctx context.Context) *GetDeploymentEsResourceKeystoreParams
NewGetDeploymentEsResourceKeystoreParamsWithContext creates a new GetDeploymentEsResourceKeystoreParams object with the ability to set a context for a request.
func NewGetDeploymentEsResourceKeystoreParamsWithHTTPClient ¶
func NewGetDeploymentEsResourceKeystoreParamsWithHTTPClient(client *http.Client) *GetDeploymentEsResourceKeystoreParams
NewGetDeploymentEsResourceKeystoreParamsWithHTTPClient creates a new GetDeploymentEsResourceKeystoreParams object with the ability to set a custom HTTPClient for a request.
func NewGetDeploymentEsResourceKeystoreParamsWithTimeout ¶
func NewGetDeploymentEsResourceKeystoreParamsWithTimeout(timeout time.Duration) *GetDeploymentEsResourceKeystoreParams
NewGetDeploymentEsResourceKeystoreParamsWithTimeout creates a new GetDeploymentEsResourceKeystoreParams object with the ability to set a timeout on a request.
func (*GetDeploymentEsResourceKeystoreParams) SetContext ¶
func (o *GetDeploymentEsResourceKeystoreParams) SetContext(ctx context.Context)
SetContext adds the context to the get deployment es resource keystore params
func (*GetDeploymentEsResourceKeystoreParams) SetDefaults ¶ added in v1.3.0
func (o *GetDeploymentEsResourceKeystoreParams) SetDefaults()
SetDefaults hydrates default values in the get deployment es resource keystore params (not the query body).
All values with no default are reset to their zero value.
func (*GetDeploymentEsResourceKeystoreParams) SetDeploymentID ¶
func (o *GetDeploymentEsResourceKeystoreParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the get deployment es resource keystore params
func (*GetDeploymentEsResourceKeystoreParams) SetHTTPClient ¶
func (o *GetDeploymentEsResourceKeystoreParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get deployment es resource keystore params
func (*GetDeploymentEsResourceKeystoreParams) SetRefID ¶
func (o *GetDeploymentEsResourceKeystoreParams) SetRefID(refID string)
SetRefID adds the refId to the get deployment es resource keystore params
func (*GetDeploymentEsResourceKeystoreParams) SetTimeout ¶
func (o *GetDeploymentEsResourceKeystoreParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get deployment es resource keystore params
func (*GetDeploymentEsResourceKeystoreParams) WithContext ¶
func (o *GetDeploymentEsResourceKeystoreParams) WithContext(ctx context.Context) *GetDeploymentEsResourceKeystoreParams
WithContext adds the context to the get deployment es resource keystore params
func (*GetDeploymentEsResourceKeystoreParams) WithDefaults ¶ added in v1.3.0
func (o *GetDeploymentEsResourceKeystoreParams) WithDefaults() *GetDeploymentEsResourceKeystoreParams
WithDefaults hydrates default values in the get deployment es resource keystore params (not the query body).
All values with no default are reset to their zero value.
func (*GetDeploymentEsResourceKeystoreParams) WithDeploymentID ¶
func (o *GetDeploymentEsResourceKeystoreParams) WithDeploymentID(deploymentID string) *GetDeploymentEsResourceKeystoreParams
WithDeploymentID adds the deploymentID to the get deployment es resource keystore params
func (*GetDeploymentEsResourceKeystoreParams) WithHTTPClient ¶
func (o *GetDeploymentEsResourceKeystoreParams) WithHTTPClient(client *http.Client) *GetDeploymentEsResourceKeystoreParams
WithHTTPClient adds the HTTPClient to the get deployment es resource keystore params
func (*GetDeploymentEsResourceKeystoreParams) WithRefID ¶
func (o *GetDeploymentEsResourceKeystoreParams) WithRefID(refID string) *GetDeploymentEsResourceKeystoreParams
WithRefID adds the refID to the get deployment es resource keystore params
func (*GetDeploymentEsResourceKeystoreParams) WithTimeout ¶
func (o *GetDeploymentEsResourceKeystoreParams) WithTimeout(timeout time.Duration) *GetDeploymentEsResourceKeystoreParams
WithTimeout adds the timeout to the get deployment es resource keystore params
func (*GetDeploymentEsResourceKeystoreParams) WriteToRequest ¶
func (o *GetDeploymentEsResourceKeystoreParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetDeploymentEsResourceKeystoreReader ¶
type GetDeploymentEsResourceKeystoreReader struct {
// contains filtered or unexported fields
}
GetDeploymentEsResourceKeystoreReader is a Reader for the GetDeploymentEsResourceKeystore structure.
func (*GetDeploymentEsResourceKeystoreReader) ReadResponse ¶
func (o *GetDeploymentEsResourceKeystoreReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetDeploymentEsResourceRemoteClustersNotFound ¶
type GetDeploymentEsResourceRemoteClustersNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
GetDeploymentEsResourceRemoteClustersNotFound describes a response with status code 404, with default header values. * The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
* The Resource specified by {ref_id} cannot be found. (code: `deployments.deployment_resource_not_found`)
func NewGetDeploymentEsResourceRemoteClustersNotFound ¶
func NewGetDeploymentEsResourceRemoteClustersNotFound() *GetDeploymentEsResourceRemoteClustersNotFound
NewGetDeploymentEsResourceRemoteClustersNotFound creates a GetDeploymentEsResourceRemoteClustersNotFound with default headers values
func (*GetDeploymentEsResourceRemoteClustersNotFound) Code ¶ added in v1.13.0
func (o *GetDeploymentEsResourceRemoteClustersNotFound) Code() int
Code gets the status code for the get deployment es resource remote clusters not found response
func (*GetDeploymentEsResourceRemoteClustersNotFound) Error ¶
func (o *GetDeploymentEsResourceRemoteClustersNotFound) Error() string
func (*GetDeploymentEsResourceRemoteClustersNotFound) GetPayload ¶
func (o *GetDeploymentEsResourceRemoteClustersNotFound) GetPayload() *models.BasicFailedReply
func (*GetDeploymentEsResourceRemoteClustersNotFound) IsClientError ¶ added in v1.13.0
func (o *GetDeploymentEsResourceRemoteClustersNotFound) IsClientError() bool
IsClientError returns true when this get deployment es resource remote clusters not found response has a 4xx status code
func (*GetDeploymentEsResourceRemoteClustersNotFound) IsCode ¶ added in v1.13.0
func (o *GetDeploymentEsResourceRemoteClustersNotFound) IsCode(code int) bool
IsCode returns true when this get deployment es resource remote clusters not found response a status code equal to that given
func (*GetDeploymentEsResourceRemoteClustersNotFound) IsRedirect ¶ added in v1.13.0
func (o *GetDeploymentEsResourceRemoteClustersNotFound) IsRedirect() bool
IsRedirect returns true when this get deployment es resource remote clusters not found response has a 3xx status code
func (*GetDeploymentEsResourceRemoteClustersNotFound) IsServerError ¶ added in v1.13.0
func (o *GetDeploymentEsResourceRemoteClustersNotFound) IsServerError() bool
IsServerError returns true when this get deployment es resource remote clusters not found response has a 5xx status code
func (*GetDeploymentEsResourceRemoteClustersNotFound) IsSuccess ¶ added in v1.13.0
func (o *GetDeploymentEsResourceRemoteClustersNotFound) IsSuccess() bool
IsSuccess returns true when this get deployment es resource remote clusters not found response has a 2xx status code
func (*GetDeploymentEsResourceRemoteClustersNotFound) String ¶ added in v1.13.0
func (o *GetDeploymentEsResourceRemoteClustersNotFound) String() string
type GetDeploymentEsResourceRemoteClustersOK ¶
type GetDeploymentEsResourceRemoteClustersOK struct {
Payload *models.RemoteResources
}
GetDeploymentEsResourceRemoteClustersOK describes a response with status code 200, with default header values.
List of certificate based remote clusters for the resource
func NewGetDeploymentEsResourceRemoteClustersOK ¶
func NewGetDeploymentEsResourceRemoteClustersOK() *GetDeploymentEsResourceRemoteClustersOK
NewGetDeploymentEsResourceRemoteClustersOK creates a GetDeploymentEsResourceRemoteClustersOK with default headers values
func (*GetDeploymentEsResourceRemoteClustersOK) Code ¶ added in v1.13.0
func (o *GetDeploymentEsResourceRemoteClustersOK) Code() int
Code gets the status code for the get deployment es resource remote clusters o k response
func (*GetDeploymentEsResourceRemoteClustersOK) Error ¶
func (o *GetDeploymentEsResourceRemoteClustersOK) Error() string
func (*GetDeploymentEsResourceRemoteClustersOK) GetPayload ¶
func (o *GetDeploymentEsResourceRemoteClustersOK) GetPayload() *models.RemoteResources
func (*GetDeploymentEsResourceRemoteClustersOK) IsClientError ¶ added in v1.13.0
func (o *GetDeploymentEsResourceRemoteClustersOK) IsClientError() bool
IsClientError returns true when this get deployment es resource remote clusters o k response has a 4xx status code
func (*GetDeploymentEsResourceRemoteClustersOK) IsCode ¶ added in v1.13.0
func (o *GetDeploymentEsResourceRemoteClustersOK) IsCode(code int) bool
IsCode returns true when this get deployment es resource remote clusters o k response a status code equal to that given
func (*GetDeploymentEsResourceRemoteClustersOK) IsRedirect ¶ added in v1.13.0
func (o *GetDeploymentEsResourceRemoteClustersOK) IsRedirect() bool
IsRedirect returns true when this get deployment es resource remote clusters o k response has a 3xx status code
func (*GetDeploymentEsResourceRemoteClustersOK) IsServerError ¶ added in v1.13.0
func (o *GetDeploymentEsResourceRemoteClustersOK) IsServerError() bool
IsServerError returns true when this get deployment es resource remote clusters o k response has a 5xx status code
func (*GetDeploymentEsResourceRemoteClustersOK) IsSuccess ¶ added in v1.13.0
func (o *GetDeploymentEsResourceRemoteClustersOK) IsSuccess() bool
IsSuccess returns true when this get deployment es resource remote clusters o k response has a 2xx status code
func (*GetDeploymentEsResourceRemoteClustersOK) String ¶ added in v1.13.0
func (o *GetDeploymentEsResourceRemoteClustersOK) String() string
type GetDeploymentEsResourceRemoteClustersParams ¶
type GetDeploymentEsResourceRemoteClustersParams struct { /* DeploymentID. Identifier for the Deployment. */ DeploymentID string /* RefID. User-specified RefId for the Resource (or '_main' if there is only one). */ RefID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetDeploymentEsResourceRemoteClustersParams contains all the parameters to send to the API endpoint
for the get deployment es resource remote clusters operation. Typically these are written to a http.Request.
func NewGetDeploymentEsResourceRemoteClustersParams ¶
func NewGetDeploymentEsResourceRemoteClustersParams() *GetDeploymentEsResourceRemoteClustersParams
NewGetDeploymentEsResourceRemoteClustersParams creates a new GetDeploymentEsResourceRemoteClustersParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetDeploymentEsResourceRemoteClustersParamsWithContext ¶
func NewGetDeploymentEsResourceRemoteClustersParamsWithContext(ctx context.Context) *GetDeploymentEsResourceRemoteClustersParams
NewGetDeploymentEsResourceRemoteClustersParamsWithContext creates a new GetDeploymentEsResourceRemoteClustersParams object with the ability to set a context for a request.
func NewGetDeploymentEsResourceRemoteClustersParamsWithHTTPClient ¶
func NewGetDeploymentEsResourceRemoteClustersParamsWithHTTPClient(client *http.Client) *GetDeploymentEsResourceRemoteClustersParams
NewGetDeploymentEsResourceRemoteClustersParamsWithHTTPClient creates a new GetDeploymentEsResourceRemoteClustersParams object with the ability to set a custom HTTPClient for a request.
func NewGetDeploymentEsResourceRemoteClustersParamsWithTimeout ¶
func NewGetDeploymentEsResourceRemoteClustersParamsWithTimeout(timeout time.Duration) *GetDeploymentEsResourceRemoteClustersParams
NewGetDeploymentEsResourceRemoteClustersParamsWithTimeout creates a new GetDeploymentEsResourceRemoteClustersParams object with the ability to set a timeout on a request.
func (*GetDeploymentEsResourceRemoteClustersParams) SetContext ¶
func (o *GetDeploymentEsResourceRemoteClustersParams) SetContext(ctx context.Context)
SetContext adds the context to the get deployment es resource remote clusters params
func (*GetDeploymentEsResourceRemoteClustersParams) SetDefaults ¶ added in v1.3.0
func (o *GetDeploymentEsResourceRemoteClustersParams) SetDefaults()
SetDefaults hydrates default values in the get deployment es resource remote clusters params (not the query body).
All values with no default are reset to their zero value.
func (*GetDeploymentEsResourceRemoteClustersParams) SetDeploymentID ¶
func (o *GetDeploymentEsResourceRemoteClustersParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the get deployment es resource remote clusters params
func (*GetDeploymentEsResourceRemoteClustersParams) SetHTTPClient ¶
func (o *GetDeploymentEsResourceRemoteClustersParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get deployment es resource remote clusters params
func (*GetDeploymentEsResourceRemoteClustersParams) SetRefID ¶
func (o *GetDeploymentEsResourceRemoteClustersParams) SetRefID(refID string)
SetRefID adds the refId to the get deployment es resource remote clusters params
func (*GetDeploymentEsResourceRemoteClustersParams) SetTimeout ¶
func (o *GetDeploymentEsResourceRemoteClustersParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get deployment es resource remote clusters params
func (*GetDeploymentEsResourceRemoteClustersParams) WithContext ¶
func (o *GetDeploymentEsResourceRemoteClustersParams) WithContext(ctx context.Context) *GetDeploymentEsResourceRemoteClustersParams
WithContext adds the context to the get deployment es resource remote clusters params
func (*GetDeploymentEsResourceRemoteClustersParams) WithDefaults ¶ added in v1.3.0
func (o *GetDeploymentEsResourceRemoteClustersParams) WithDefaults() *GetDeploymentEsResourceRemoteClustersParams
WithDefaults hydrates default values in the get deployment es resource remote clusters params (not the query body).
All values with no default are reset to their zero value.
func (*GetDeploymentEsResourceRemoteClustersParams) WithDeploymentID ¶
func (o *GetDeploymentEsResourceRemoteClustersParams) WithDeploymentID(deploymentID string) *GetDeploymentEsResourceRemoteClustersParams
WithDeploymentID adds the deploymentID to the get deployment es resource remote clusters params
func (*GetDeploymentEsResourceRemoteClustersParams) WithHTTPClient ¶
func (o *GetDeploymentEsResourceRemoteClustersParams) WithHTTPClient(client *http.Client) *GetDeploymentEsResourceRemoteClustersParams
WithHTTPClient adds the HTTPClient to the get deployment es resource remote clusters params
func (*GetDeploymentEsResourceRemoteClustersParams) WithRefID ¶
func (o *GetDeploymentEsResourceRemoteClustersParams) WithRefID(refID string) *GetDeploymentEsResourceRemoteClustersParams
WithRefID adds the refID to the get deployment es resource remote clusters params
func (*GetDeploymentEsResourceRemoteClustersParams) WithTimeout ¶
func (o *GetDeploymentEsResourceRemoteClustersParams) WithTimeout(timeout time.Duration) *GetDeploymentEsResourceRemoteClustersParams
WithTimeout adds the timeout to the get deployment es resource remote clusters params
func (*GetDeploymentEsResourceRemoteClustersParams) WriteToRequest ¶
func (o *GetDeploymentEsResourceRemoteClustersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetDeploymentEsResourceRemoteClustersReader ¶
type GetDeploymentEsResourceRemoteClustersReader struct {
// contains filtered or unexported fields
}
GetDeploymentEsResourceRemoteClustersReader is a Reader for the GetDeploymentEsResourceRemoteClusters structure.
func (*GetDeploymentEsResourceRemoteClustersReader) ReadResponse ¶
func (o *GetDeploymentEsResourceRemoteClustersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetDeploymentHeapDumpsNotFound ¶ added in v1.6.0
type GetDeploymentHeapDumpsNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
GetDeploymentHeapDumpsNotFound describes a response with status code 404, with default header values.
The deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
func NewGetDeploymentHeapDumpsNotFound ¶ added in v1.6.0
func NewGetDeploymentHeapDumpsNotFound() *GetDeploymentHeapDumpsNotFound
NewGetDeploymentHeapDumpsNotFound creates a GetDeploymentHeapDumpsNotFound with default headers values
func (*GetDeploymentHeapDumpsNotFound) Code ¶ added in v1.13.0
func (o *GetDeploymentHeapDumpsNotFound) Code() int
Code gets the status code for the get deployment heap dumps not found response
func (*GetDeploymentHeapDumpsNotFound) Error ¶ added in v1.6.0
func (o *GetDeploymentHeapDumpsNotFound) Error() string
func (*GetDeploymentHeapDumpsNotFound) GetPayload ¶ added in v1.6.0
func (o *GetDeploymentHeapDumpsNotFound) GetPayload() *models.BasicFailedReply
func (*GetDeploymentHeapDumpsNotFound) IsClientError ¶ added in v1.13.0
func (o *GetDeploymentHeapDumpsNotFound) IsClientError() bool
IsClientError returns true when this get deployment heap dumps not found response has a 4xx status code
func (*GetDeploymentHeapDumpsNotFound) IsCode ¶ added in v1.13.0
func (o *GetDeploymentHeapDumpsNotFound) IsCode(code int) bool
IsCode returns true when this get deployment heap dumps not found response a status code equal to that given
func (*GetDeploymentHeapDumpsNotFound) IsRedirect ¶ added in v1.13.0
func (o *GetDeploymentHeapDumpsNotFound) IsRedirect() bool
IsRedirect returns true when this get deployment heap dumps not found response has a 3xx status code
func (*GetDeploymentHeapDumpsNotFound) IsServerError ¶ added in v1.13.0
func (o *GetDeploymentHeapDumpsNotFound) IsServerError() bool
IsServerError returns true when this get deployment heap dumps not found response has a 5xx status code
func (*GetDeploymentHeapDumpsNotFound) IsSuccess ¶ added in v1.13.0
func (o *GetDeploymentHeapDumpsNotFound) IsSuccess() bool
IsSuccess returns true when this get deployment heap dumps not found response has a 2xx status code
func (*GetDeploymentHeapDumpsNotFound) String ¶ added in v1.13.0
func (o *GetDeploymentHeapDumpsNotFound) String() string
type GetDeploymentHeapDumpsOK ¶ added in v1.6.0
type GetDeploymentHeapDumpsOK struct {
Payload *models.DeploymentHeapDumps
}
GetDeploymentHeapDumpsOK describes a response with status code 200, with default header values.
The heap dump details for all instances belonging to the deployment
func NewGetDeploymentHeapDumpsOK ¶ added in v1.6.0
func NewGetDeploymentHeapDumpsOK() *GetDeploymentHeapDumpsOK
NewGetDeploymentHeapDumpsOK creates a GetDeploymentHeapDumpsOK with default headers values
func (*GetDeploymentHeapDumpsOK) Code ¶ added in v1.13.0
func (o *GetDeploymentHeapDumpsOK) Code() int
Code gets the status code for the get deployment heap dumps o k response
func (*GetDeploymentHeapDumpsOK) Error ¶ added in v1.6.0
func (o *GetDeploymentHeapDumpsOK) Error() string
func (*GetDeploymentHeapDumpsOK) GetPayload ¶ added in v1.6.0
func (o *GetDeploymentHeapDumpsOK) GetPayload() *models.DeploymentHeapDumps
func (*GetDeploymentHeapDumpsOK) IsClientError ¶ added in v1.13.0
func (o *GetDeploymentHeapDumpsOK) IsClientError() bool
IsClientError returns true when this get deployment heap dumps o k response has a 4xx status code
func (*GetDeploymentHeapDumpsOK) IsCode ¶ added in v1.13.0
func (o *GetDeploymentHeapDumpsOK) IsCode(code int) bool
IsCode returns true when this get deployment heap dumps o k response a status code equal to that given
func (*GetDeploymentHeapDumpsOK) IsRedirect ¶ added in v1.13.0
func (o *GetDeploymentHeapDumpsOK) IsRedirect() bool
IsRedirect returns true when this get deployment heap dumps o k response has a 3xx status code
func (*GetDeploymentHeapDumpsOK) IsServerError ¶ added in v1.13.0
func (o *GetDeploymentHeapDumpsOK) IsServerError() bool
IsServerError returns true when this get deployment heap dumps o k response has a 5xx status code
func (*GetDeploymentHeapDumpsOK) IsSuccess ¶ added in v1.13.0
func (o *GetDeploymentHeapDumpsOK) IsSuccess() bool
IsSuccess returns true when this get deployment heap dumps o k response has a 2xx status code
func (*GetDeploymentHeapDumpsOK) String ¶ added in v1.13.0
func (o *GetDeploymentHeapDumpsOK) String() string
type GetDeploymentHeapDumpsParams ¶ added in v1.6.0
type GetDeploymentHeapDumpsParams struct { /* DeploymentID. Identifier for the Deployment. */ DeploymentID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetDeploymentHeapDumpsParams contains all the parameters to send to the API endpoint
for the get deployment heap dumps operation. Typically these are written to a http.Request.
func NewGetDeploymentHeapDumpsParams ¶ added in v1.6.0
func NewGetDeploymentHeapDumpsParams() *GetDeploymentHeapDumpsParams
NewGetDeploymentHeapDumpsParams creates a new GetDeploymentHeapDumpsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetDeploymentHeapDumpsParamsWithContext ¶ added in v1.6.0
func NewGetDeploymentHeapDumpsParamsWithContext(ctx context.Context) *GetDeploymentHeapDumpsParams
NewGetDeploymentHeapDumpsParamsWithContext creates a new GetDeploymentHeapDumpsParams object with the ability to set a context for a request.
func NewGetDeploymentHeapDumpsParamsWithHTTPClient ¶ added in v1.6.0
func NewGetDeploymentHeapDumpsParamsWithHTTPClient(client *http.Client) *GetDeploymentHeapDumpsParams
NewGetDeploymentHeapDumpsParamsWithHTTPClient creates a new GetDeploymentHeapDumpsParams object with the ability to set a custom HTTPClient for a request.
func NewGetDeploymentHeapDumpsParamsWithTimeout ¶ added in v1.6.0
func NewGetDeploymentHeapDumpsParamsWithTimeout(timeout time.Duration) *GetDeploymentHeapDumpsParams
NewGetDeploymentHeapDumpsParamsWithTimeout creates a new GetDeploymentHeapDumpsParams object with the ability to set a timeout on a request.
func (*GetDeploymentHeapDumpsParams) SetContext ¶ added in v1.6.0
func (o *GetDeploymentHeapDumpsParams) SetContext(ctx context.Context)
SetContext adds the context to the get deployment heap dumps params
func (*GetDeploymentHeapDumpsParams) SetDefaults ¶ added in v1.6.0
func (o *GetDeploymentHeapDumpsParams) SetDefaults()
SetDefaults hydrates default values in the get deployment heap dumps params (not the query body).
All values with no default are reset to their zero value.
func (*GetDeploymentHeapDumpsParams) SetDeploymentID ¶ added in v1.6.0
func (o *GetDeploymentHeapDumpsParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the get deployment heap dumps params
func (*GetDeploymentHeapDumpsParams) SetHTTPClient ¶ added in v1.6.0
func (o *GetDeploymentHeapDumpsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get deployment heap dumps params
func (*GetDeploymentHeapDumpsParams) SetTimeout ¶ added in v1.6.0
func (o *GetDeploymentHeapDumpsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get deployment heap dumps params
func (*GetDeploymentHeapDumpsParams) WithContext ¶ added in v1.6.0
func (o *GetDeploymentHeapDumpsParams) WithContext(ctx context.Context) *GetDeploymentHeapDumpsParams
WithContext adds the context to the get deployment heap dumps params
func (*GetDeploymentHeapDumpsParams) WithDefaults ¶ added in v1.6.0
func (o *GetDeploymentHeapDumpsParams) WithDefaults() *GetDeploymentHeapDumpsParams
WithDefaults hydrates default values in the get deployment heap dumps params (not the query body).
All values with no default are reset to their zero value.
func (*GetDeploymentHeapDumpsParams) WithDeploymentID ¶ added in v1.6.0
func (o *GetDeploymentHeapDumpsParams) WithDeploymentID(deploymentID string) *GetDeploymentHeapDumpsParams
WithDeploymentID adds the deploymentID to the get deployment heap dumps params
func (*GetDeploymentHeapDumpsParams) WithHTTPClient ¶ added in v1.6.0
func (o *GetDeploymentHeapDumpsParams) WithHTTPClient(client *http.Client) *GetDeploymentHeapDumpsParams
WithHTTPClient adds the HTTPClient to the get deployment heap dumps params
func (*GetDeploymentHeapDumpsParams) WithTimeout ¶ added in v1.6.0
func (o *GetDeploymentHeapDumpsParams) WithTimeout(timeout time.Duration) *GetDeploymentHeapDumpsParams
WithTimeout adds the timeout to the get deployment heap dumps params
func (*GetDeploymentHeapDumpsParams) WriteToRequest ¶ added in v1.6.0
func (o *GetDeploymentHeapDumpsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetDeploymentHeapDumpsReader ¶ added in v1.6.0
type GetDeploymentHeapDumpsReader struct {
// contains filtered or unexported fields
}
GetDeploymentHeapDumpsReader is a Reader for the GetDeploymentHeapDumps structure.
func (*GetDeploymentHeapDumpsReader) ReadResponse ¶ added in v1.6.0
func (o *GetDeploymentHeapDumpsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetDeploymentIntegrationsServerResourceInfoInternalServerError ¶ added in v1.8.0
type GetDeploymentIntegrationsServerResourceInfoInternalServerError struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
GetDeploymentIntegrationsServerResourceInfoInternalServerError describes a response with status code 500, with default header values.
We have failed you. (code: `deployments.deployment_resource_no_longer_exists`)
func NewGetDeploymentIntegrationsServerResourceInfoInternalServerError ¶ added in v1.8.0
func NewGetDeploymentIntegrationsServerResourceInfoInternalServerError() *GetDeploymentIntegrationsServerResourceInfoInternalServerError
NewGetDeploymentIntegrationsServerResourceInfoInternalServerError creates a GetDeploymentIntegrationsServerResourceInfoInternalServerError with default headers values
func (*GetDeploymentIntegrationsServerResourceInfoInternalServerError) Code ¶ added in v1.13.0
func (o *GetDeploymentIntegrationsServerResourceInfoInternalServerError) Code() int
Code gets the status code for the get deployment integrations server resource info internal server error response
func (*GetDeploymentIntegrationsServerResourceInfoInternalServerError) Error ¶ added in v1.8.0
func (o *GetDeploymentIntegrationsServerResourceInfoInternalServerError) Error() string
func (*GetDeploymentIntegrationsServerResourceInfoInternalServerError) GetPayload ¶ added in v1.8.0
func (o *GetDeploymentIntegrationsServerResourceInfoInternalServerError) GetPayload() *models.BasicFailedReply
func (*GetDeploymentIntegrationsServerResourceInfoInternalServerError) IsClientError ¶ added in v1.13.0
func (o *GetDeploymentIntegrationsServerResourceInfoInternalServerError) IsClientError() bool
IsClientError returns true when this get deployment integrations server resource info internal server error response has a 4xx status code
func (*GetDeploymentIntegrationsServerResourceInfoInternalServerError) IsCode ¶ added in v1.13.0
func (o *GetDeploymentIntegrationsServerResourceInfoInternalServerError) IsCode(code int) bool
IsCode returns true when this get deployment integrations server resource info internal server error response a status code equal to that given
func (*GetDeploymentIntegrationsServerResourceInfoInternalServerError) IsRedirect ¶ added in v1.13.0
func (o *GetDeploymentIntegrationsServerResourceInfoInternalServerError) IsRedirect() bool
IsRedirect returns true when this get deployment integrations server resource info internal server error response has a 3xx status code
func (*GetDeploymentIntegrationsServerResourceInfoInternalServerError) IsServerError ¶ added in v1.13.0
func (o *GetDeploymentIntegrationsServerResourceInfoInternalServerError) IsServerError() bool
IsServerError returns true when this get deployment integrations server resource info internal server error response has a 5xx status code
func (*GetDeploymentIntegrationsServerResourceInfoInternalServerError) IsSuccess ¶ added in v1.13.0
func (o *GetDeploymentIntegrationsServerResourceInfoInternalServerError) IsSuccess() bool
IsSuccess returns true when this get deployment integrations server resource info internal server error response has a 2xx status code
func (*GetDeploymentIntegrationsServerResourceInfoInternalServerError) String ¶ added in v1.13.0
func (o *GetDeploymentIntegrationsServerResourceInfoInternalServerError) String() string
type GetDeploymentIntegrationsServerResourceInfoNotFound ¶ added in v1.8.0
type GetDeploymentIntegrationsServerResourceInfoNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
GetDeploymentIntegrationsServerResourceInfoNotFound describes a response with status code 404, with default header values.
The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
func NewGetDeploymentIntegrationsServerResourceInfoNotFound ¶ added in v1.8.0
func NewGetDeploymentIntegrationsServerResourceInfoNotFound() *GetDeploymentIntegrationsServerResourceInfoNotFound
NewGetDeploymentIntegrationsServerResourceInfoNotFound creates a GetDeploymentIntegrationsServerResourceInfoNotFound with default headers values
func (*GetDeploymentIntegrationsServerResourceInfoNotFound) Code ¶ added in v1.13.0
func (o *GetDeploymentIntegrationsServerResourceInfoNotFound) Code() int
Code gets the status code for the get deployment integrations server resource info not found response
func (*GetDeploymentIntegrationsServerResourceInfoNotFound) Error ¶ added in v1.8.0
func (o *GetDeploymentIntegrationsServerResourceInfoNotFound) Error() string
func (*GetDeploymentIntegrationsServerResourceInfoNotFound) GetPayload ¶ added in v1.8.0
func (o *GetDeploymentIntegrationsServerResourceInfoNotFound) GetPayload() *models.BasicFailedReply
func (*GetDeploymentIntegrationsServerResourceInfoNotFound) IsClientError ¶ added in v1.13.0
func (o *GetDeploymentIntegrationsServerResourceInfoNotFound) IsClientError() bool
IsClientError returns true when this get deployment integrations server resource info not found response has a 4xx status code
func (*GetDeploymentIntegrationsServerResourceInfoNotFound) IsCode ¶ added in v1.13.0
func (o *GetDeploymentIntegrationsServerResourceInfoNotFound) IsCode(code int) bool
IsCode returns true when this get deployment integrations server resource info not found response a status code equal to that given
func (*GetDeploymentIntegrationsServerResourceInfoNotFound) IsRedirect ¶ added in v1.13.0
func (o *GetDeploymentIntegrationsServerResourceInfoNotFound) IsRedirect() bool
IsRedirect returns true when this get deployment integrations server resource info not found response has a 3xx status code
func (*GetDeploymentIntegrationsServerResourceInfoNotFound) IsServerError ¶ added in v1.13.0
func (o *GetDeploymentIntegrationsServerResourceInfoNotFound) IsServerError() bool
IsServerError returns true when this get deployment integrations server resource info not found response has a 5xx status code
func (*GetDeploymentIntegrationsServerResourceInfoNotFound) IsSuccess ¶ added in v1.13.0
func (o *GetDeploymentIntegrationsServerResourceInfoNotFound) IsSuccess() bool
IsSuccess returns true when this get deployment integrations server resource info not found response has a 2xx status code
func (*GetDeploymentIntegrationsServerResourceInfoNotFound) String ¶ added in v1.13.0
func (o *GetDeploymentIntegrationsServerResourceInfoNotFound) String() string
type GetDeploymentIntegrationsServerResourceInfoOK ¶ added in v1.8.0
type GetDeploymentIntegrationsServerResourceInfoOK struct {
Payload *models.IntegrationsServerResourceInfo
}
GetDeploymentIntegrationsServerResourceInfoOK describes a response with status code 200, with default header values.
Standard response.
func NewGetDeploymentIntegrationsServerResourceInfoOK ¶ added in v1.8.0
func NewGetDeploymentIntegrationsServerResourceInfoOK() *GetDeploymentIntegrationsServerResourceInfoOK
NewGetDeploymentIntegrationsServerResourceInfoOK creates a GetDeploymentIntegrationsServerResourceInfoOK with default headers values
func (*GetDeploymentIntegrationsServerResourceInfoOK) Code ¶ added in v1.13.0
func (o *GetDeploymentIntegrationsServerResourceInfoOK) Code() int
Code gets the status code for the get deployment integrations server resource info o k response
func (*GetDeploymentIntegrationsServerResourceInfoOK) Error ¶ added in v1.8.0
func (o *GetDeploymentIntegrationsServerResourceInfoOK) Error() string
func (*GetDeploymentIntegrationsServerResourceInfoOK) GetPayload ¶ added in v1.8.0
func (o *GetDeploymentIntegrationsServerResourceInfoOK) GetPayload() *models.IntegrationsServerResourceInfo
func (*GetDeploymentIntegrationsServerResourceInfoOK) IsClientError ¶ added in v1.13.0
func (o *GetDeploymentIntegrationsServerResourceInfoOK) IsClientError() bool
IsClientError returns true when this get deployment integrations server resource info o k response has a 4xx status code
func (*GetDeploymentIntegrationsServerResourceInfoOK) IsCode ¶ added in v1.13.0
func (o *GetDeploymentIntegrationsServerResourceInfoOK) IsCode(code int) bool
IsCode returns true when this get deployment integrations server resource info o k response a status code equal to that given
func (*GetDeploymentIntegrationsServerResourceInfoOK) IsRedirect ¶ added in v1.13.0
func (o *GetDeploymentIntegrationsServerResourceInfoOK) IsRedirect() bool
IsRedirect returns true when this get deployment integrations server resource info o k response has a 3xx status code
func (*GetDeploymentIntegrationsServerResourceInfoOK) IsServerError ¶ added in v1.13.0
func (o *GetDeploymentIntegrationsServerResourceInfoOK) IsServerError() bool
IsServerError returns true when this get deployment integrations server resource info o k response has a 5xx status code
func (*GetDeploymentIntegrationsServerResourceInfoOK) IsSuccess ¶ added in v1.13.0
func (o *GetDeploymentIntegrationsServerResourceInfoOK) IsSuccess() bool
IsSuccess returns true when this get deployment integrations server resource info o k response has a 2xx status code
func (*GetDeploymentIntegrationsServerResourceInfoOK) String ¶ added in v1.13.0
func (o *GetDeploymentIntegrationsServerResourceInfoOK) String() string
type GetDeploymentIntegrationsServerResourceInfoParams ¶ added in v1.8.0
type GetDeploymentIntegrationsServerResourceInfoParams struct { /* ClearTransient. If set (defaults to false) then removes the transient section from all child resources, making it safe to reapply via an update */ ClearTransient *bool /* DeploymentID. Identifier for the Deployment */ DeploymentID string /* RefID. User-specified RefId for the Resource (or '_main' if there is only one). */ RefID string /* ShowMetadata. Whether to include the full cluster metadata in the response - can be large per cluster and also include credentials. */ ShowMetadata *bool /* ShowPlanDefaults. If showing plans, whether to show values that are left at their default value (less readable but more informative). */ ShowPlanDefaults *bool /* ShowPlanHistory. Whether to include with the current and pending plan information the plan history- can be very large per cluster. */ ShowPlanHistory *bool /* ShowPlanLogs. Whether to include with the current and pending plan information the attempt log - can be very large per cluster. */ ShowPlanLogs *bool /* ShowPlans. Whether to include the full current and pending plan information in the response - can be large per cluster. Default: true */ ShowPlans *bool /* ShowSettings. Whether to show cluster settings in the response. */ ShowSettings *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetDeploymentIntegrationsServerResourceInfoParams contains all the parameters to send to the API endpoint
for the get deployment integrations server resource info operation. Typically these are written to a http.Request.
func NewGetDeploymentIntegrationsServerResourceInfoParams ¶ added in v1.8.0
func NewGetDeploymentIntegrationsServerResourceInfoParams() *GetDeploymentIntegrationsServerResourceInfoParams
NewGetDeploymentIntegrationsServerResourceInfoParams creates a new GetDeploymentIntegrationsServerResourceInfoParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetDeploymentIntegrationsServerResourceInfoParamsWithContext ¶ added in v1.8.0
func NewGetDeploymentIntegrationsServerResourceInfoParamsWithContext(ctx context.Context) *GetDeploymentIntegrationsServerResourceInfoParams
NewGetDeploymentIntegrationsServerResourceInfoParamsWithContext creates a new GetDeploymentIntegrationsServerResourceInfoParams object with the ability to set a context for a request.
func NewGetDeploymentIntegrationsServerResourceInfoParamsWithHTTPClient ¶ added in v1.8.0
func NewGetDeploymentIntegrationsServerResourceInfoParamsWithHTTPClient(client *http.Client) *GetDeploymentIntegrationsServerResourceInfoParams
NewGetDeploymentIntegrationsServerResourceInfoParamsWithHTTPClient creates a new GetDeploymentIntegrationsServerResourceInfoParams object with the ability to set a custom HTTPClient for a request.
func NewGetDeploymentIntegrationsServerResourceInfoParamsWithTimeout ¶ added in v1.8.0
func NewGetDeploymentIntegrationsServerResourceInfoParamsWithTimeout(timeout time.Duration) *GetDeploymentIntegrationsServerResourceInfoParams
NewGetDeploymentIntegrationsServerResourceInfoParamsWithTimeout creates a new GetDeploymentIntegrationsServerResourceInfoParams object with the ability to set a timeout on a request.
func (*GetDeploymentIntegrationsServerResourceInfoParams) SetClearTransient ¶ added in v1.15.0
func (o *GetDeploymentIntegrationsServerResourceInfoParams) SetClearTransient(clearTransient *bool)
SetClearTransient adds the clearTransient to the get deployment integrations server resource info params
func (*GetDeploymentIntegrationsServerResourceInfoParams) SetContext ¶ added in v1.8.0
func (o *GetDeploymentIntegrationsServerResourceInfoParams) SetContext(ctx context.Context)
SetContext adds the context to the get deployment integrations server resource info params
func (*GetDeploymentIntegrationsServerResourceInfoParams) SetDefaults ¶ added in v1.8.0
func (o *GetDeploymentIntegrationsServerResourceInfoParams) SetDefaults()
SetDefaults hydrates default values in the get deployment integrations server resource info params (not the query body).
All values with no default are reset to their zero value.
func (*GetDeploymentIntegrationsServerResourceInfoParams) SetDeploymentID ¶ added in v1.8.0
func (o *GetDeploymentIntegrationsServerResourceInfoParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the get deployment integrations server resource info params
func (*GetDeploymentIntegrationsServerResourceInfoParams) SetHTTPClient ¶ added in v1.8.0
func (o *GetDeploymentIntegrationsServerResourceInfoParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get deployment integrations server resource info params
func (*GetDeploymentIntegrationsServerResourceInfoParams) SetRefID ¶ added in v1.8.0
func (o *GetDeploymentIntegrationsServerResourceInfoParams) SetRefID(refID string)
SetRefID adds the refId to the get deployment integrations server resource info params
func (*GetDeploymentIntegrationsServerResourceInfoParams) SetShowMetadata ¶ added in v1.8.0
func (o *GetDeploymentIntegrationsServerResourceInfoParams) SetShowMetadata(showMetadata *bool)
SetShowMetadata adds the showMetadata to the get deployment integrations server resource info params
func (*GetDeploymentIntegrationsServerResourceInfoParams) SetShowPlanDefaults ¶ added in v1.8.0
func (o *GetDeploymentIntegrationsServerResourceInfoParams) SetShowPlanDefaults(showPlanDefaults *bool)
SetShowPlanDefaults adds the showPlanDefaults to the get deployment integrations server resource info params
func (*GetDeploymentIntegrationsServerResourceInfoParams) SetShowPlanHistory ¶ added in v1.8.0
func (o *GetDeploymentIntegrationsServerResourceInfoParams) SetShowPlanHistory(showPlanHistory *bool)
SetShowPlanHistory adds the showPlanHistory to the get deployment integrations server resource info params
func (*GetDeploymentIntegrationsServerResourceInfoParams) SetShowPlanLogs ¶ added in v1.8.0
func (o *GetDeploymentIntegrationsServerResourceInfoParams) SetShowPlanLogs(showPlanLogs *bool)
SetShowPlanLogs adds the showPlanLogs to the get deployment integrations server resource info params
func (*GetDeploymentIntegrationsServerResourceInfoParams) SetShowPlans ¶ added in v1.8.0
func (o *GetDeploymentIntegrationsServerResourceInfoParams) SetShowPlans(showPlans *bool)
SetShowPlans adds the showPlans to the get deployment integrations server resource info params
func (*GetDeploymentIntegrationsServerResourceInfoParams) SetShowSettings ¶ added in v1.8.0
func (o *GetDeploymentIntegrationsServerResourceInfoParams) SetShowSettings(showSettings *bool)
SetShowSettings adds the showSettings to the get deployment integrations server resource info params
func (*GetDeploymentIntegrationsServerResourceInfoParams) SetTimeout ¶ added in v1.8.0
func (o *GetDeploymentIntegrationsServerResourceInfoParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get deployment integrations server resource info params
func (*GetDeploymentIntegrationsServerResourceInfoParams) WithClearTransient ¶ added in v1.15.0
func (o *GetDeploymentIntegrationsServerResourceInfoParams) WithClearTransient(clearTransient *bool) *GetDeploymentIntegrationsServerResourceInfoParams
WithClearTransient adds the clearTransient to the get deployment integrations server resource info params
func (*GetDeploymentIntegrationsServerResourceInfoParams) WithContext ¶ added in v1.8.0
func (o *GetDeploymentIntegrationsServerResourceInfoParams) WithContext(ctx context.Context) *GetDeploymentIntegrationsServerResourceInfoParams
WithContext adds the context to the get deployment integrations server resource info params
func (*GetDeploymentIntegrationsServerResourceInfoParams) WithDefaults ¶ added in v1.8.0
func (o *GetDeploymentIntegrationsServerResourceInfoParams) WithDefaults() *GetDeploymentIntegrationsServerResourceInfoParams
WithDefaults hydrates default values in the get deployment integrations server resource info params (not the query body).
All values with no default are reset to their zero value.
func (*GetDeploymentIntegrationsServerResourceInfoParams) WithDeploymentID ¶ added in v1.8.0
func (o *GetDeploymentIntegrationsServerResourceInfoParams) WithDeploymentID(deploymentID string) *GetDeploymentIntegrationsServerResourceInfoParams
WithDeploymentID adds the deploymentID to the get deployment integrations server resource info params
func (*GetDeploymentIntegrationsServerResourceInfoParams) WithHTTPClient ¶ added in v1.8.0
func (o *GetDeploymentIntegrationsServerResourceInfoParams) WithHTTPClient(client *http.Client) *GetDeploymentIntegrationsServerResourceInfoParams
WithHTTPClient adds the HTTPClient to the get deployment integrations server resource info params
func (*GetDeploymentIntegrationsServerResourceInfoParams) WithRefID ¶ added in v1.8.0
func (o *GetDeploymentIntegrationsServerResourceInfoParams) WithRefID(refID string) *GetDeploymentIntegrationsServerResourceInfoParams
WithRefID adds the refID to the get deployment integrations server resource info params
func (*GetDeploymentIntegrationsServerResourceInfoParams) WithShowMetadata ¶ added in v1.8.0
func (o *GetDeploymentIntegrationsServerResourceInfoParams) WithShowMetadata(showMetadata *bool) *GetDeploymentIntegrationsServerResourceInfoParams
WithShowMetadata adds the showMetadata to the get deployment integrations server resource info params
func (*GetDeploymentIntegrationsServerResourceInfoParams) WithShowPlanDefaults ¶ added in v1.8.0
func (o *GetDeploymentIntegrationsServerResourceInfoParams) WithShowPlanDefaults(showPlanDefaults *bool) *GetDeploymentIntegrationsServerResourceInfoParams
WithShowPlanDefaults adds the showPlanDefaults to the get deployment integrations server resource info params
func (*GetDeploymentIntegrationsServerResourceInfoParams) WithShowPlanHistory ¶ added in v1.8.0
func (o *GetDeploymentIntegrationsServerResourceInfoParams) WithShowPlanHistory(showPlanHistory *bool) *GetDeploymentIntegrationsServerResourceInfoParams
WithShowPlanHistory adds the showPlanHistory to the get deployment integrations server resource info params
func (*GetDeploymentIntegrationsServerResourceInfoParams) WithShowPlanLogs ¶ added in v1.8.0
func (o *GetDeploymentIntegrationsServerResourceInfoParams) WithShowPlanLogs(showPlanLogs *bool) *GetDeploymentIntegrationsServerResourceInfoParams
WithShowPlanLogs adds the showPlanLogs to the get deployment integrations server resource info params
func (*GetDeploymentIntegrationsServerResourceInfoParams) WithShowPlans ¶ added in v1.8.0
func (o *GetDeploymentIntegrationsServerResourceInfoParams) WithShowPlans(showPlans *bool) *GetDeploymentIntegrationsServerResourceInfoParams
WithShowPlans adds the showPlans to the get deployment integrations server resource info params
func (*GetDeploymentIntegrationsServerResourceInfoParams) WithShowSettings ¶ added in v1.8.0
func (o *GetDeploymentIntegrationsServerResourceInfoParams) WithShowSettings(showSettings *bool) *GetDeploymentIntegrationsServerResourceInfoParams
WithShowSettings adds the showSettings to the get deployment integrations server resource info params
func (*GetDeploymentIntegrationsServerResourceInfoParams) WithTimeout ¶ added in v1.8.0
func (o *GetDeploymentIntegrationsServerResourceInfoParams) WithTimeout(timeout time.Duration) *GetDeploymentIntegrationsServerResourceInfoParams
WithTimeout adds the timeout to the get deployment integrations server resource info params
func (*GetDeploymentIntegrationsServerResourceInfoParams) WriteToRequest ¶ added in v1.8.0
func (o *GetDeploymentIntegrationsServerResourceInfoParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetDeploymentIntegrationsServerResourceInfoReader ¶ added in v1.8.0
type GetDeploymentIntegrationsServerResourceInfoReader struct {
// contains filtered or unexported fields
}
GetDeploymentIntegrationsServerResourceInfoReader is a Reader for the GetDeploymentIntegrationsServerResourceInfo structure.
func (*GetDeploymentIntegrationsServerResourceInfoReader) ReadResponse ¶ added in v1.8.0
func (o *GetDeploymentIntegrationsServerResourceInfoReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetDeploymentKibResourceInfoInternalServerError ¶
type GetDeploymentKibResourceInfoInternalServerError struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
GetDeploymentKibResourceInfoInternalServerError describes a response with status code 500, with default header values.
We have failed you. (code: `deployments.deployment_resource_no_longer_exists`)
func NewGetDeploymentKibResourceInfoInternalServerError ¶
func NewGetDeploymentKibResourceInfoInternalServerError() *GetDeploymentKibResourceInfoInternalServerError
NewGetDeploymentKibResourceInfoInternalServerError creates a GetDeploymentKibResourceInfoInternalServerError with default headers values
func (*GetDeploymentKibResourceInfoInternalServerError) Code ¶ added in v1.13.0
func (o *GetDeploymentKibResourceInfoInternalServerError) Code() int
Code gets the status code for the get deployment kib resource info internal server error response
func (*GetDeploymentKibResourceInfoInternalServerError) Error ¶
func (o *GetDeploymentKibResourceInfoInternalServerError) Error() string
func (*GetDeploymentKibResourceInfoInternalServerError) GetPayload ¶
func (o *GetDeploymentKibResourceInfoInternalServerError) GetPayload() *models.BasicFailedReply
func (*GetDeploymentKibResourceInfoInternalServerError) IsClientError ¶ added in v1.13.0
func (o *GetDeploymentKibResourceInfoInternalServerError) IsClientError() bool
IsClientError returns true when this get deployment kib resource info internal server error response has a 4xx status code
func (*GetDeploymentKibResourceInfoInternalServerError) IsCode ¶ added in v1.13.0
func (o *GetDeploymentKibResourceInfoInternalServerError) IsCode(code int) bool
IsCode returns true when this get deployment kib resource info internal server error response a status code equal to that given
func (*GetDeploymentKibResourceInfoInternalServerError) IsRedirect ¶ added in v1.13.0
func (o *GetDeploymentKibResourceInfoInternalServerError) IsRedirect() bool
IsRedirect returns true when this get deployment kib resource info internal server error response has a 3xx status code
func (*GetDeploymentKibResourceInfoInternalServerError) IsServerError ¶ added in v1.13.0
func (o *GetDeploymentKibResourceInfoInternalServerError) IsServerError() bool
IsServerError returns true when this get deployment kib resource info internal server error response has a 5xx status code
func (*GetDeploymentKibResourceInfoInternalServerError) IsSuccess ¶ added in v1.13.0
func (o *GetDeploymentKibResourceInfoInternalServerError) IsSuccess() bool
IsSuccess returns true when this get deployment kib resource info internal server error response has a 2xx status code
func (*GetDeploymentKibResourceInfoInternalServerError) String ¶ added in v1.13.0
func (o *GetDeploymentKibResourceInfoInternalServerError) String() string
type GetDeploymentKibResourceInfoNotFound ¶
type GetDeploymentKibResourceInfoNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
GetDeploymentKibResourceInfoNotFound describes a response with status code 404, with default header values.
The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
func NewGetDeploymentKibResourceInfoNotFound ¶
func NewGetDeploymentKibResourceInfoNotFound() *GetDeploymentKibResourceInfoNotFound
NewGetDeploymentKibResourceInfoNotFound creates a GetDeploymentKibResourceInfoNotFound with default headers values
func (*GetDeploymentKibResourceInfoNotFound) Code ¶ added in v1.13.0
func (o *GetDeploymentKibResourceInfoNotFound) Code() int
Code gets the status code for the get deployment kib resource info not found response
func (*GetDeploymentKibResourceInfoNotFound) Error ¶
func (o *GetDeploymentKibResourceInfoNotFound) Error() string
func (*GetDeploymentKibResourceInfoNotFound) GetPayload ¶
func (o *GetDeploymentKibResourceInfoNotFound) GetPayload() *models.BasicFailedReply
func (*GetDeploymentKibResourceInfoNotFound) IsClientError ¶ added in v1.13.0
func (o *GetDeploymentKibResourceInfoNotFound) IsClientError() bool
IsClientError returns true when this get deployment kib resource info not found response has a 4xx status code
func (*GetDeploymentKibResourceInfoNotFound) IsCode ¶ added in v1.13.0
func (o *GetDeploymentKibResourceInfoNotFound) IsCode(code int) bool
IsCode returns true when this get deployment kib resource info not found response a status code equal to that given
func (*GetDeploymentKibResourceInfoNotFound) IsRedirect ¶ added in v1.13.0
func (o *GetDeploymentKibResourceInfoNotFound) IsRedirect() bool
IsRedirect returns true when this get deployment kib resource info not found response has a 3xx status code
func (*GetDeploymentKibResourceInfoNotFound) IsServerError ¶ added in v1.13.0
func (o *GetDeploymentKibResourceInfoNotFound) IsServerError() bool
IsServerError returns true when this get deployment kib resource info not found response has a 5xx status code
func (*GetDeploymentKibResourceInfoNotFound) IsSuccess ¶ added in v1.13.0
func (o *GetDeploymentKibResourceInfoNotFound) IsSuccess() bool
IsSuccess returns true when this get deployment kib resource info not found response has a 2xx status code
func (*GetDeploymentKibResourceInfoNotFound) String ¶ added in v1.13.0
func (o *GetDeploymentKibResourceInfoNotFound) String() string
type GetDeploymentKibResourceInfoOK ¶
type GetDeploymentKibResourceInfoOK struct {
Payload *models.KibanaResourceInfo
}
GetDeploymentKibResourceInfoOK describes a response with status code 200, with default header values.
Standard response.
func NewGetDeploymentKibResourceInfoOK ¶
func NewGetDeploymentKibResourceInfoOK() *GetDeploymentKibResourceInfoOK
NewGetDeploymentKibResourceInfoOK creates a GetDeploymentKibResourceInfoOK with default headers values
func (*GetDeploymentKibResourceInfoOK) Code ¶ added in v1.13.0
func (o *GetDeploymentKibResourceInfoOK) Code() int
Code gets the status code for the get deployment kib resource info o k response
func (*GetDeploymentKibResourceInfoOK) Error ¶
func (o *GetDeploymentKibResourceInfoOK) Error() string
func (*GetDeploymentKibResourceInfoOK) GetPayload ¶
func (o *GetDeploymentKibResourceInfoOK) GetPayload() *models.KibanaResourceInfo
func (*GetDeploymentKibResourceInfoOK) IsClientError ¶ added in v1.13.0
func (o *GetDeploymentKibResourceInfoOK) IsClientError() bool
IsClientError returns true when this get deployment kib resource info o k response has a 4xx status code
func (*GetDeploymentKibResourceInfoOK) IsCode ¶ added in v1.13.0
func (o *GetDeploymentKibResourceInfoOK) IsCode(code int) bool
IsCode returns true when this get deployment kib resource info o k response a status code equal to that given
func (*GetDeploymentKibResourceInfoOK) IsRedirect ¶ added in v1.13.0
func (o *GetDeploymentKibResourceInfoOK) IsRedirect() bool
IsRedirect returns true when this get deployment kib resource info o k response has a 3xx status code
func (*GetDeploymentKibResourceInfoOK) IsServerError ¶ added in v1.13.0
func (o *GetDeploymentKibResourceInfoOK) IsServerError() bool
IsServerError returns true when this get deployment kib resource info o k response has a 5xx status code
func (*GetDeploymentKibResourceInfoOK) IsSuccess ¶ added in v1.13.0
func (o *GetDeploymentKibResourceInfoOK) IsSuccess() bool
IsSuccess returns true when this get deployment kib resource info o k response has a 2xx status code
func (*GetDeploymentKibResourceInfoOK) String ¶ added in v1.13.0
func (o *GetDeploymentKibResourceInfoOK) String() string
type GetDeploymentKibResourceInfoParams ¶
type GetDeploymentKibResourceInfoParams struct { /* ClearTransient. If set (defaults to false) then removes the transient section from all child resources, making it safe to reapply via an update */ ClearTransient *bool /* ConvertLegacyPlans. If showing plans, whether to leave pre-2.0.0 plans in their legacy format (the default), or whether to update them to 2.0.x+ format (if 'true'). */ ConvertLegacyPlans *bool /* DeploymentID. Identifier for the Deployment */ DeploymentID string /* RefID. User-specified RefId for the Resource (or '_main' if there is only one). */ RefID string /* ShowMetadata. Whether to include the full cluster metadata in the response - can be large per cluster and also include credentials. */ ShowMetadata *bool /* ShowPlanDefaults. If showing plans, whether to show values that are left at their default value (less readable but more informative). */ ShowPlanDefaults *bool /* ShowPlanHistory. Whether to include with the current and pending plan information the plan history- can be very large per cluster. */ ShowPlanHistory *bool /* ShowPlanLogs. Whether to include with the current and pending plan information the attempt log - can be very large per cluster. */ ShowPlanLogs *bool /* ShowPlans. Whether to include the full current and pending plan information in the response - can be large per cluster. Default: true */ ShowPlans *bool /* ShowSettings. Whether to show cluster settings in the response. */ ShowSettings *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetDeploymentKibResourceInfoParams contains all the parameters to send to the API endpoint
for the get deployment kib resource info operation. Typically these are written to a http.Request.
func NewGetDeploymentKibResourceInfoParams ¶
func NewGetDeploymentKibResourceInfoParams() *GetDeploymentKibResourceInfoParams
NewGetDeploymentKibResourceInfoParams creates a new GetDeploymentKibResourceInfoParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetDeploymentKibResourceInfoParamsWithContext ¶
func NewGetDeploymentKibResourceInfoParamsWithContext(ctx context.Context) *GetDeploymentKibResourceInfoParams
NewGetDeploymentKibResourceInfoParamsWithContext creates a new GetDeploymentKibResourceInfoParams object with the ability to set a context for a request.
func NewGetDeploymentKibResourceInfoParamsWithHTTPClient ¶
func NewGetDeploymentKibResourceInfoParamsWithHTTPClient(client *http.Client) *GetDeploymentKibResourceInfoParams
NewGetDeploymentKibResourceInfoParamsWithHTTPClient creates a new GetDeploymentKibResourceInfoParams object with the ability to set a custom HTTPClient for a request.
func NewGetDeploymentKibResourceInfoParamsWithTimeout ¶
func NewGetDeploymentKibResourceInfoParamsWithTimeout(timeout time.Duration) *GetDeploymentKibResourceInfoParams
NewGetDeploymentKibResourceInfoParamsWithTimeout creates a new GetDeploymentKibResourceInfoParams object with the ability to set a timeout on a request.
func (*GetDeploymentKibResourceInfoParams) SetClearTransient ¶ added in v1.15.0
func (o *GetDeploymentKibResourceInfoParams) SetClearTransient(clearTransient *bool)
SetClearTransient adds the clearTransient to the get deployment kib resource info params
func (*GetDeploymentKibResourceInfoParams) SetContext ¶
func (o *GetDeploymentKibResourceInfoParams) SetContext(ctx context.Context)
SetContext adds the context to the get deployment kib resource info params
func (*GetDeploymentKibResourceInfoParams) SetConvertLegacyPlans ¶
func (o *GetDeploymentKibResourceInfoParams) SetConvertLegacyPlans(convertLegacyPlans *bool)
SetConvertLegacyPlans adds the convertLegacyPlans to the get deployment kib resource info params
func (*GetDeploymentKibResourceInfoParams) SetDefaults ¶ added in v1.3.0
func (o *GetDeploymentKibResourceInfoParams) SetDefaults()
SetDefaults hydrates default values in the get deployment kib resource info params (not the query body).
All values with no default are reset to their zero value.
func (*GetDeploymentKibResourceInfoParams) SetDeploymentID ¶
func (o *GetDeploymentKibResourceInfoParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the get deployment kib resource info params
func (*GetDeploymentKibResourceInfoParams) SetHTTPClient ¶
func (o *GetDeploymentKibResourceInfoParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get deployment kib resource info params
func (*GetDeploymentKibResourceInfoParams) SetRefID ¶
func (o *GetDeploymentKibResourceInfoParams) SetRefID(refID string)
SetRefID adds the refId to the get deployment kib resource info params
func (*GetDeploymentKibResourceInfoParams) SetShowMetadata ¶
func (o *GetDeploymentKibResourceInfoParams) SetShowMetadata(showMetadata *bool)
SetShowMetadata adds the showMetadata to the get deployment kib resource info params
func (*GetDeploymentKibResourceInfoParams) SetShowPlanDefaults ¶
func (o *GetDeploymentKibResourceInfoParams) SetShowPlanDefaults(showPlanDefaults *bool)
SetShowPlanDefaults adds the showPlanDefaults to the get deployment kib resource info params
func (*GetDeploymentKibResourceInfoParams) SetShowPlanHistory ¶
func (o *GetDeploymentKibResourceInfoParams) SetShowPlanHistory(showPlanHistory *bool)
SetShowPlanHistory adds the showPlanHistory to the get deployment kib resource info params
func (*GetDeploymentKibResourceInfoParams) SetShowPlanLogs ¶
func (o *GetDeploymentKibResourceInfoParams) SetShowPlanLogs(showPlanLogs *bool)
SetShowPlanLogs adds the showPlanLogs to the get deployment kib resource info params
func (*GetDeploymentKibResourceInfoParams) SetShowPlans ¶
func (o *GetDeploymentKibResourceInfoParams) SetShowPlans(showPlans *bool)
SetShowPlans adds the showPlans to the get deployment kib resource info params
func (*GetDeploymentKibResourceInfoParams) SetShowSettings ¶
func (o *GetDeploymentKibResourceInfoParams) SetShowSettings(showSettings *bool)
SetShowSettings adds the showSettings to the get deployment kib resource info params
func (*GetDeploymentKibResourceInfoParams) SetTimeout ¶
func (o *GetDeploymentKibResourceInfoParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get deployment kib resource info params
func (*GetDeploymentKibResourceInfoParams) WithClearTransient ¶ added in v1.15.0
func (o *GetDeploymentKibResourceInfoParams) WithClearTransient(clearTransient *bool) *GetDeploymentKibResourceInfoParams
WithClearTransient adds the clearTransient to the get deployment kib resource info params
func (*GetDeploymentKibResourceInfoParams) WithContext ¶
func (o *GetDeploymentKibResourceInfoParams) WithContext(ctx context.Context) *GetDeploymentKibResourceInfoParams
WithContext adds the context to the get deployment kib resource info params
func (*GetDeploymentKibResourceInfoParams) WithConvertLegacyPlans ¶
func (o *GetDeploymentKibResourceInfoParams) WithConvertLegacyPlans(convertLegacyPlans *bool) *GetDeploymentKibResourceInfoParams
WithConvertLegacyPlans adds the convertLegacyPlans to the get deployment kib resource info params
func (*GetDeploymentKibResourceInfoParams) WithDefaults ¶ added in v1.3.0
func (o *GetDeploymentKibResourceInfoParams) WithDefaults() *GetDeploymentKibResourceInfoParams
WithDefaults hydrates default values in the get deployment kib resource info params (not the query body).
All values with no default are reset to their zero value.
func (*GetDeploymentKibResourceInfoParams) WithDeploymentID ¶
func (o *GetDeploymentKibResourceInfoParams) WithDeploymentID(deploymentID string) *GetDeploymentKibResourceInfoParams
WithDeploymentID adds the deploymentID to the get deployment kib resource info params
func (*GetDeploymentKibResourceInfoParams) WithHTTPClient ¶
func (o *GetDeploymentKibResourceInfoParams) WithHTTPClient(client *http.Client) *GetDeploymentKibResourceInfoParams
WithHTTPClient adds the HTTPClient to the get deployment kib resource info params
func (*GetDeploymentKibResourceInfoParams) WithRefID ¶
func (o *GetDeploymentKibResourceInfoParams) WithRefID(refID string) *GetDeploymentKibResourceInfoParams
WithRefID adds the refID to the get deployment kib resource info params
func (*GetDeploymentKibResourceInfoParams) WithShowMetadata ¶
func (o *GetDeploymentKibResourceInfoParams) WithShowMetadata(showMetadata *bool) *GetDeploymentKibResourceInfoParams
WithShowMetadata adds the showMetadata to the get deployment kib resource info params
func (*GetDeploymentKibResourceInfoParams) WithShowPlanDefaults ¶
func (o *GetDeploymentKibResourceInfoParams) WithShowPlanDefaults(showPlanDefaults *bool) *GetDeploymentKibResourceInfoParams
WithShowPlanDefaults adds the showPlanDefaults to the get deployment kib resource info params
func (*GetDeploymentKibResourceInfoParams) WithShowPlanHistory ¶
func (o *GetDeploymentKibResourceInfoParams) WithShowPlanHistory(showPlanHistory *bool) *GetDeploymentKibResourceInfoParams
WithShowPlanHistory adds the showPlanHistory to the get deployment kib resource info params
func (*GetDeploymentKibResourceInfoParams) WithShowPlanLogs ¶
func (o *GetDeploymentKibResourceInfoParams) WithShowPlanLogs(showPlanLogs *bool) *GetDeploymentKibResourceInfoParams
WithShowPlanLogs adds the showPlanLogs to the get deployment kib resource info params
func (*GetDeploymentKibResourceInfoParams) WithShowPlans ¶
func (o *GetDeploymentKibResourceInfoParams) WithShowPlans(showPlans *bool) *GetDeploymentKibResourceInfoParams
WithShowPlans adds the showPlans to the get deployment kib resource info params
func (*GetDeploymentKibResourceInfoParams) WithShowSettings ¶
func (o *GetDeploymentKibResourceInfoParams) WithShowSettings(showSettings *bool) *GetDeploymentKibResourceInfoParams
WithShowSettings adds the showSettings to the get deployment kib resource info params
func (*GetDeploymentKibResourceInfoParams) WithTimeout ¶
func (o *GetDeploymentKibResourceInfoParams) WithTimeout(timeout time.Duration) *GetDeploymentKibResourceInfoParams
WithTimeout adds the timeout to the get deployment kib resource info params
func (*GetDeploymentKibResourceInfoParams) WriteToRequest ¶
func (o *GetDeploymentKibResourceInfoParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetDeploymentKibResourceInfoReader ¶
type GetDeploymentKibResourceInfoReader struct {
// contains filtered or unexported fields
}
GetDeploymentKibResourceInfoReader is a Reader for the GetDeploymentKibResourceInfo structure.
func (*GetDeploymentKibResourceInfoReader) ReadResponse ¶
func (o *GetDeploymentKibResourceInfoReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetDeploymentNotFound ¶
type GetDeploymentNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
GetDeploymentNotFound describes a response with status code 404, with default header values.
The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
func NewGetDeploymentNotFound ¶
func NewGetDeploymentNotFound() *GetDeploymentNotFound
NewGetDeploymentNotFound creates a GetDeploymentNotFound with default headers values
func (*GetDeploymentNotFound) Code ¶ added in v1.13.0
func (o *GetDeploymentNotFound) Code() int
Code gets the status code for the get deployment not found response
func (*GetDeploymentNotFound) Error ¶
func (o *GetDeploymentNotFound) Error() string
func (*GetDeploymentNotFound) GetPayload ¶
func (o *GetDeploymentNotFound) GetPayload() *models.BasicFailedReply
func (*GetDeploymentNotFound) IsClientError ¶ added in v1.13.0
func (o *GetDeploymentNotFound) IsClientError() bool
IsClientError returns true when this get deployment not found response has a 4xx status code
func (*GetDeploymentNotFound) IsCode ¶ added in v1.13.0
func (o *GetDeploymentNotFound) IsCode(code int) bool
IsCode returns true when this get deployment not found response a status code equal to that given
func (*GetDeploymentNotFound) IsRedirect ¶ added in v1.13.0
func (o *GetDeploymentNotFound) IsRedirect() bool
IsRedirect returns true when this get deployment not found response has a 3xx status code
func (*GetDeploymentNotFound) IsServerError ¶ added in v1.13.0
func (o *GetDeploymentNotFound) IsServerError() bool
IsServerError returns true when this get deployment not found response has a 5xx status code
func (*GetDeploymentNotFound) IsSuccess ¶ added in v1.13.0
func (o *GetDeploymentNotFound) IsSuccess() bool
IsSuccess returns true when this get deployment not found response has a 2xx status code
func (*GetDeploymentNotFound) String ¶ added in v1.13.0
func (o *GetDeploymentNotFound) String() string
type GetDeploymentOK ¶
type GetDeploymentOK struct { /* The date-time when the resource was created (ISO format relative to UTC) */ XCloudResourceCreated string /* The date-time when the resource was last modified (ISO format relative to UTC) */ XCloudResourceLastModified string /* The resource version, which is used to avoid update conflicts with concurrent operations */ XCloudResourceVersion string Payload *models.DeploymentGetResponse }
GetDeploymentOK describes a response with status code 200, with default header values.
The Deployment info response
func NewGetDeploymentOK ¶
func NewGetDeploymentOK() *GetDeploymentOK
NewGetDeploymentOK creates a GetDeploymentOK with default headers values
func (*GetDeploymentOK) Code ¶ added in v1.13.0
func (o *GetDeploymentOK) Code() int
Code gets the status code for the get deployment o k response
func (*GetDeploymentOK) Error ¶
func (o *GetDeploymentOK) Error() string
func (*GetDeploymentOK) GetPayload ¶
func (o *GetDeploymentOK) GetPayload() *models.DeploymentGetResponse
func (*GetDeploymentOK) IsClientError ¶ added in v1.13.0
func (o *GetDeploymentOK) IsClientError() bool
IsClientError returns true when this get deployment o k response has a 4xx status code
func (*GetDeploymentOK) IsCode ¶ added in v1.13.0
func (o *GetDeploymentOK) IsCode(code int) bool
IsCode returns true when this get deployment o k response a status code equal to that given
func (*GetDeploymentOK) IsRedirect ¶ added in v1.13.0
func (o *GetDeploymentOK) IsRedirect() bool
IsRedirect returns true when this get deployment o k response has a 3xx status code
func (*GetDeploymentOK) IsServerError ¶ added in v1.13.0
func (o *GetDeploymentOK) IsServerError() bool
IsServerError returns true when this get deployment o k response has a 5xx status code
func (*GetDeploymentOK) IsSuccess ¶ added in v1.13.0
func (o *GetDeploymentOK) IsSuccess() bool
IsSuccess returns true when this get deployment o k response has a 2xx status code
func (*GetDeploymentOK) String ¶ added in v1.13.0
func (o *GetDeploymentOK) String() string
type GetDeploymentParams ¶
type GetDeploymentParams struct { /* ClearTransient. If set (defaults to false) then removes the transient section from all child resources, making it safe to reapply via an update */ ClearTransient *bool /* ConvertLegacyPlans. If showing plans, whether to leave pre-2.0.0 plans in their legacy format (the default), or whether to update them to 2.0.x+ format (if 'true') */ ConvertLegacyPlans *bool /* DeploymentID. Identifier for the Deployment */ DeploymentID string /* EnrichWithTemplate. If showing plans, whether to enrich the plan by including the missing elements from the deployment template it is based on Default: true */ EnrichWithTemplate *bool /* ForceAllPlanHistory. Force show the entire plan history no matter how long. As noted in the `show_plan_history` parameter description, by default, a maximum of 100 plans are shown per resource. If `true`, this parameter overrides the default, and ALL plans are returned. Use with care as the plan history can be VERY large. Consider pairing with `show_plan_logs=false`. */ ForceAllPlanHistory *bool /* ShowInstanceConfigurations. If true, will return details for each instance configuration referenced by the deployment. Default: true */ ShowInstanceConfigurations *bool /* ShowMetadata. Whether to include the full cluster metadata in the response - can be large per cluster and also include credentials */ ShowMetadata *bool /* ShowPlanDefaults. If showing plans, whether to show values that are left at their default value (less readable but more informative) */ ShowPlanDefaults *bool /* ShowPlanHistory. Whether to include the plan history with the current and pending plan information. The results can be very large per cluster. By default, if a given resource kind (e.g. Elasticsearch, Kibana, etc.) has more than 100 plans (which should be very rare, most likely caused by a bug) only 100 plans are returned for the given resource type: The first 10 plans, and the last 90 plans for that resource type. If ALL of the plans are desired, pass the `force_all_plan_history` parameter with a value of `true`. */ ShowPlanHistory *bool /* ShowPlanLogs. Whether to include with the current and pending plan information the attempt log - can be very large per cluster */ ShowPlanLogs *bool /* ShowPlans. Whether to include the full current and pending plan information in the response - can be large per cluster Default: true */ ShowPlans *bool /* ShowSecurity. Whether to include the Elasticsearch 2.x security information in the response - can be large per cluster and also include credentials */ ShowSecurity *bool /* ShowSettings. Whether to show cluster settings in the response. */ ShowSettings *bool /* ShowSystemAlerts. Number of system alerts (such as forced restarts due to memory limits) to be included in the response - can be large per cluster. Negative numbers or 0 will not return field. */ ShowSystemAlerts *int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetDeploymentParams contains all the parameters to send to the API endpoint
for the get deployment operation. Typically these are written to a http.Request.
func NewGetDeploymentParams ¶
func NewGetDeploymentParams() *GetDeploymentParams
NewGetDeploymentParams creates a new GetDeploymentParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetDeploymentParamsWithContext ¶
func NewGetDeploymentParamsWithContext(ctx context.Context) *GetDeploymentParams
NewGetDeploymentParamsWithContext creates a new GetDeploymentParams object with the ability to set a context for a request.
func NewGetDeploymentParamsWithHTTPClient ¶
func NewGetDeploymentParamsWithHTTPClient(client *http.Client) *GetDeploymentParams
NewGetDeploymentParamsWithHTTPClient creates a new GetDeploymentParams object with the ability to set a custom HTTPClient for a request.
func NewGetDeploymentParamsWithTimeout ¶
func NewGetDeploymentParamsWithTimeout(timeout time.Duration) *GetDeploymentParams
NewGetDeploymentParamsWithTimeout creates a new GetDeploymentParams object with the ability to set a timeout on a request.
func (*GetDeploymentParams) SetClearTransient ¶ added in v1.15.0
func (o *GetDeploymentParams) SetClearTransient(clearTransient *bool)
SetClearTransient adds the clearTransient to the get deployment params
func (*GetDeploymentParams) SetContext ¶
func (o *GetDeploymentParams) SetContext(ctx context.Context)
SetContext adds the context to the get deployment params
func (*GetDeploymentParams) SetConvertLegacyPlans ¶
func (o *GetDeploymentParams) SetConvertLegacyPlans(convertLegacyPlans *bool)
SetConvertLegacyPlans adds the convertLegacyPlans to the get deployment params
func (*GetDeploymentParams) SetDefaults ¶ added in v1.3.0
func (o *GetDeploymentParams) SetDefaults()
SetDefaults hydrates default values in the get deployment params (not the query body).
All values with no default are reset to their zero value.
func (*GetDeploymentParams) SetDeploymentID ¶
func (o *GetDeploymentParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the get deployment params
func (*GetDeploymentParams) SetEnrichWithTemplate ¶
func (o *GetDeploymentParams) SetEnrichWithTemplate(enrichWithTemplate *bool)
SetEnrichWithTemplate adds the enrichWithTemplate to the get deployment params
func (*GetDeploymentParams) SetForceAllPlanHistory ¶ added in v1.10.0
func (o *GetDeploymentParams) SetForceAllPlanHistory(forceAllPlanHistory *bool)
SetForceAllPlanHistory adds the forceAllPlanHistory to the get deployment params
func (*GetDeploymentParams) SetHTTPClient ¶
func (o *GetDeploymentParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get deployment params
func (*GetDeploymentParams) SetShowInstanceConfigurations ¶ added in v1.14.0
func (o *GetDeploymentParams) SetShowInstanceConfigurations(showInstanceConfigurations *bool)
SetShowInstanceConfigurations adds the showInstanceConfigurations to the get deployment params
func (*GetDeploymentParams) SetShowMetadata ¶
func (o *GetDeploymentParams) SetShowMetadata(showMetadata *bool)
SetShowMetadata adds the showMetadata to the get deployment params
func (*GetDeploymentParams) SetShowPlanDefaults ¶
func (o *GetDeploymentParams) SetShowPlanDefaults(showPlanDefaults *bool)
SetShowPlanDefaults adds the showPlanDefaults to the get deployment params
func (*GetDeploymentParams) SetShowPlanHistory ¶
func (o *GetDeploymentParams) SetShowPlanHistory(showPlanHistory *bool)
SetShowPlanHistory adds the showPlanHistory to the get deployment params
func (*GetDeploymentParams) SetShowPlanLogs ¶
func (o *GetDeploymentParams) SetShowPlanLogs(showPlanLogs *bool)
SetShowPlanLogs adds the showPlanLogs to the get deployment params
func (*GetDeploymentParams) SetShowPlans ¶
func (o *GetDeploymentParams) SetShowPlans(showPlans *bool)
SetShowPlans adds the showPlans to the get deployment params
func (*GetDeploymentParams) SetShowSecurity ¶
func (o *GetDeploymentParams) SetShowSecurity(showSecurity *bool)
SetShowSecurity adds the showSecurity to the get deployment params
func (*GetDeploymentParams) SetShowSettings ¶
func (o *GetDeploymentParams) SetShowSettings(showSettings *bool)
SetShowSettings adds the showSettings to the get deployment params
func (*GetDeploymentParams) SetShowSystemAlerts ¶
func (o *GetDeploymentParams) SetShowSystemAlerts(showSystemAlerts *int64)
SetShowSystemAlerts adds the showSystemAlerts to the get deployment params
func (*GetDeploymentParams) SetTimeout ¶
func (o *GetDeploymentParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get deployment params
func (*GetDeploymentParams) WithClearTransient ¶ added in v1.15.0
func (o *GetDeploymentParams) WithClearTransient(clearTransient *bool) *GetDeploymentParams
WithClearTransient adds the clearTransient to the get deployment params
func (*GetDeploymentParams) WithContext ¶
func (o *GetDeploymentParams) WithContext(ctx context.Context) *GetDeploymentParams
WithContext adds the context to the get deployment params
func (*GetDeploymentParams) WithConvertLegacyPlans ¶
func (o *GetDeploymentParams) WithConvertLegacyPlans(convertLegacyPlans *bool) *GetDeploymentParams
WithConvertLegacyPlans adds the convertLegacyPlans to the get deployment params
func (*GetDeploymentParams) WithDefaults ¶ added in v1.3.0
func (o *GetDeploymentParams) WithDefaults() *GetDeploymentParams
WithDefaults hydrates default values in the get deployment params (not the query body).
All values with no default are reset to their zero value.
func (*GetDeploymentParams) WithDeploymentID ¶
func (o *GetDeploymentParams) WithDeploymentID(deploymentID string) *GetDeploymentParams
WithDeploymentID adds the deploymentID to the get deployment params
func (*GetDeploymentParams) WithEnrichWithTemplate ¶
func (o *GetDeploymentParams) WithEnrichWithTemplate(enrichWithTemplate *bool) *GetDeploymentParams
WithEnrichWithTemplate adds the enrichWithTemplate to the get deployment params
func (*GetDeploymentParams) WithForceAllPlanHistory ¶ added in v1.10.0
func (o *GetDeploymentParams) WithForceAllPlanHistory(forceAllPlanHistory *bool) *GetDeploymentParams
WithForceAllPlanHistory adds the forceAllPlanHistory to the get deployment params
func (*GetDeploymentParams) WithHTTPClient ¶
func (o *GetDeploymentParams) WithHTTPClient(client *http.Client) *GetDeploymentParams
WithHTTPClient adds the HTTPClient to the get deployment params
func (*GetDeploymentParams) WithShowInstanceConfigurations ¶ added in v1.14.0
func (o *GetDeploymentParams) WithShowInstanceConfigurations(showInstanceConfigurations *bool) *GetDeploymentParams
WithShowInstanceConfigurations adds the showInstanceConfigurations to the get deployment params
func (*GetDeploymentParams) WithShowMetadata ¶
func (o *GetDeploymentParams) WithShowMetadata(showMetadata *bool) *GetDeploymentParams
WithShowMetadata adds the showMetadata to the get deployment params
func (*GetDeploymentParams) WithShowPlanDefaults ¶
func (o *GetDeploymentParams) WithShowPlanDefaults(showPlanDefaults *bool) *GetDeploymentParams
WithShowPlanDefaults adds the showPlanDefaults to the get deployment params
func (*GetDeploymentParams) WithShowPlanHistory ¶
func (o *GetDeploymentParams) WithShowPlanHistory(showPlanHistory *bool) *GetDeploymentParams
WithShowPlanHistory adds the showPlanHistory to the get deployment params
func (*GetDeploymentParams) WithShowPlanLogs ¶
func (o *GetDeploymentParams) WithShowPlanLogs(showPlanLogs *bool) *GetDeploymentParams
WithShowPlanLogs adds the showPlanLogs to the get deployment params
func (*GetDeploymentParams) WithShowPlans ¶
func (o *GetDeploymentParams) WithShowPlans(showPlans *bool) *GetDeploymentParams
WithShowPlans adds the showPlans to the get deployment params
func (*GetDeploymentParams) WithShowSecurity ¶
func (o *GetDeploymentParams) WithShowSecurity(showSecurity *bool) *GetDeploymentParams
WithShowSecurity adds the showSecurity to the get deployment params
func (*GetDeploymentParams) WithShowSettings ¶
func (o *GetDeploymentParams) WithShowSettings(showSettings *bool) *GetDeploymentParams
WithShowSettings adds the showSettings to the get deployment params
func (*GetDeploymentParams) WithShowSystemAlerts ¶
func (o *GetDeploymentParams) WithShowSystemAlerts(showSystemAlerts *int64) *GetDeploymentParams
WithShowSystemAlerts adds the showSystemAlerts to the get deployment params
func (*GetDeploymentParams) WithTimeout ¶
func (o *GetDeploymentParams) WithTimeout(timeout time.Duration) *GetDeploymentParams
WithTimeout adds the timeout to the get deployment params
func (*GetDeploymentParams) WriteToRequest ¶
func (o *GetDeploymentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetDeploymentReader ¶
type GetDeploymentReader struct {
// contains filtered or unexported fields
}
GetDeploymentReader is a Reader for the GetDeployment structure.
func (*GetDeploymentReader) ReadResponse ¶
func (o *GetDeploymentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetDeploymentResourcePlanActivityNotFound ¶ added in v1.10.0
type GetDeploymentResourcePlanActivityNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
GetDeploymentResourcePlanActivityNotFound describes a response with status code 404, with default header values. * The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
* The Resource specified by {ref_id} cannot be found. (code: `deployments.deployment_resource_not_found`)
func NewGetDeploymentResourcePlanActivityNotFound ¶ added in v1.10.0
func NewGetDeploymentResourcePlanActivityNotFound() *GetDeploymentResourcePlanActivityNotFound
NewGetDeploymentResourcePlanActivityNotFound creates a GetDeploymentResourcePlanActivityNotFound with default headers values
func (*GetDeploymentResourcePlanActivityNotFound) Code ¶ added in v1.13.0
func (o *GetDeploymentResourcePlanActivityNotFound) Code() int
Code gets the status code for the get deployment resource plan activity not found response
func (*GetDeploymentResourcePlanActivityNotFound) Error ¶ added in v1.10.0
func (o *GetDeploymentResourcePlanActivityNotFound) Error() string
func (*GetDeploymentResourcePlanActivityNotFound) GetPayload ¶ added in v1.10.0
func (o *GetDeploymentResourcePlanActivityNotFound) GetPayload() *models.BasicFailedReply
func (*GetDeploymentResourcePlanActivityNotFound) IsClientError ¶ added in v1.13.0
func (o *GetDeploymentResourcePlanActivityNotFound) IsClientError() bool
IsClientError returns true when this get deployment resource plan activity not found response has a 4xx status code
func (*GetDeploymentResourcePlanActivityNotFound) IsCode ¶ added in v1.13.0
func (o *GetDeploymentResourcePlanActivityNotFound) IsCode(code int) bool
IsCode returns true when this get deployment resource plan activity not found response a status code equal to that given
func (*GetDeploymentResourcePlanActivityNotFound) IsRedirect ¶ added in v1.13.0
func (o *GetDeploymentResourcePlanActivityNotFound) IsRedirect() bool
IsRedirect returns true when this get deployment resource plan activity not found response has a 3xx status code
func (*GetDeploymentResourcePlanActivityNotFound) IsServerError ¶ added in v1.13.0
func (o *GetDeploymentResourcePlanActivityNotFound) IsServerError() bool
IsServerError returns true when this get deployment resource plan activity not found response has a 5xx status code
func (*GetDeploymentResourcePlanActivityNotFound) IsSuccess ¶ added in v1.13.0
func (o *GetDeploymentResourcePlanActivityNotFound) IsSuccess() bool
IsSuccess returns true when this get deployment resource plan activity not found response has a 2xx status code
func (*GetDeploymentResourcePlanActivityNotFound) String ¶ added in v1.13.0
func (o *GetDeploymentResourcePlanActivityNotFound) String() string
type GetDeploymentResourcePlanActivityOK ¶ added in v1.10.0
type GetDeploymentResourcePlanActivityOK struct {
Payload *models.CommonClusterPlanInfo
}
GetDeploymentResourcePlanActivityOK describes a response with status code 200, with default header values.
Returning the single plan activity for the specified resource
func NewGetDeploymentResourcePlanActivityOK ¶ added in v1.10.0
func NewGetDeploymentResourcePlanActivityOK() *GetDeploymentResourcePlanActivityOK
NewGetDeploymentResourcePlanActivityOK creates a GetDeploymentResourcePlanActivityOK with default headers values
func (*GetDeploymentResourcePlanActivityOK) Code ¶ added in v1.13.0
func (o *GetDeploymentResourcePlanActivityOK) Code() int
Code gets the status code for the get deployment resource plan activity o k response
func (*GetDeploymentResourcePlanActivityOK) Error ¶ added in v1.10.0
func (o *GetDeploymentResourcePlanActivityOK) Error() string
func (*GetDeploymentResourcePlanActivityOK) GetPayload ¶ added in v1.10.0
func (o *GetDeploymentResourcePlanActivityOK) GetPayload() *models.CommonClusterPlanInfo
func (*GetDeploymentResourcePlanActivityOK) IsClientError ¶ added in v1.13.0
func (o *GetDeploymentResourcePlanActivityOK) IsClientError() bool
IsClientError returns true when this get deployment resource plan activity o k response has a 4xx status code
func (*GetDeploymentResourcePlanActivityOK) IsCode ¶ added in v1.13.0
func (o *GetDeploymentResourcePlanActivityOK) IsCode(code int) bool
IsCode returns true when this get deployment resource plan activity o k response a status code equal to that given
func (*GetDeploymentResourcePlanActivityOK) IsRedirect ¶ added in v1.13.0
func (o *GetDeploymentResourcePlanActivityOK) IsRedirect() bool
IsRedirect returns true when this get deployment resource plan activity o k response has a 3xx status code
func (*GetDeploymentResourcePlanActivityOK) IsServerError ¶ added in v1.13.0
func (o *GetDeploymentResourcePlanActivityOK) IsServerError() bool
IsServerError returns true when this get deployment resource plan activity o k response has a 5xx status code
func (*GetDeploymentResourcePlanActivityOK) IsSuccess ¶ added in v1.13.0
func (o *GetDeploymentResourcePlanActivityOK) IsSuccess() bool
IsSuccess returns true when this get deployment resource plan activity o k response has a 2xx status code
func (*GetDeploymentResourcePlanActivityOK) String ¶ added in v1.13.0
func (o *GetDeploymentResourcePlanActivityOK) String() string
type GetDeploymentResourcePlanActivityParams ¶ added in v1.10.0
type GetDeploymentResourcePlanActivityParams struct { /* AttemptID. Attempt id for the activity */ AttemptID string /* DeploymentID. Identifier for the Deployment */ DeploymentID string /* RefID. User-specified RefId for the Resource (or '_main' if there is only one) */ RefID string /* ResourceKind. The kind of resource */ ResourceKind string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetDeploymentResourcePlanActivityParams contains all the parameters to send to the API endpoint
for the get deployment resource plan activity operation. Typically these are written to a http.Request.
func NewGetDeploymentResourcePlanActivityParams ¶ added in v1.10.0
func NewGetDeploymentResourcePlanActivityParams() *GetDeploymentResourcePlanActivityParams
NewGetDeploymentResourcePlanActivityParams creates a new GetDeploymentResourcePlanActivityParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetDeploymentResourcePlanActivityParamsWithContext ¶ added in v1.10.0
func NewGetDeploymentResourcePlanActivityParamsWithContext(ctx context.Context) *GetDeploymentResourcePlanActivityParams
NewGetDeploymentResourcePlanActivityParamsWithContext creates a new GetDeploymentResourcePlanActivityParams object with the ability to set a context for a request.
func NewGetDeploymentResourcePlanActivityParamsWithHTTPClient ¶ added in v1.10.0
func NewGetDeploymentResourcePlanActivityParamsWithHTTPClient(client *http.Client) *GetDeploymentResourcePlanActivityParams
NewGetDeploymentResourcePlanActivityParamsWithHTTPClient creates a new GetDeploymentResourcePlanActivityParams object with the ability to set a custom HTTPClient for a request.
func NewGetDeploymentResourcePlanActivityParamsWithTimeout ¶ added in v1.10.0
func NewGetDeploymentResourcePlanActivityParamsWithTimeout(timeout time.Duration) *GetDeploymentResourcePlanActivityParams
NewGetDeploymentResourcePlanActivityParamsWithTimeout creates a new GetDeploymentResourcePlanActivityParams object with the ability to set a timeout on a request.
func (*GetDeploymentResourcePlanActivityParams) SetAttemptID ¶ added in v1.10.0
func (o *GetDeploymentResourcePlanActivityParams) SetAttemptID(attemptID string)
SetAttemptID adds the attemptId to the get deployment resource plan activity params
func (*GetDeploymentResourcePlanActivityParams) SetContext ¶ added in v1.10.0
func (o *GetDeploymentResourcePlanActivityParams) SetContext(ctx context.Context)
SetContext adds the context to the get deployment resource plan activity params
func (*GetDeploymentResourcePlanActivityParams) SetDefaults ¶ added in v1.10.0
func (o *GetDeploymentResourcePlanActivityParams) SetDefaults()
SetDefaults hydrates default values in the get deployment resource plan activity params (not the query body).
All values with no default are reset to their zero value.
func (*GetDeploymentResourcePlanActivityParams) SetDeploymentID ¶ added in v1.10.0
func (o *GetDeploymentResourcePlanActivityParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the get deployment resource plan activity params
func (*GetDeploymentResourcePlanActivityParams) SetHTTPClient ¶ added in v1.10.0
func (o *GetDeploymentResourcePlanActivityParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get deployment resource plan activity params
func (*GetDeploymentResourcePlanActivityParams) SetRefID ¶ added in v1.10.0
func (o *GetDeploymentResourcePlanActivityParams) SetRefID(refID string)
SetRefID adds the refId to the get deployment resource plan activity params
func (*GetDeploymentResourcePlanActivityParams) SetResourceKind ¶ added in v1.10.0
func (o *GetDeploymentResourcePlanActivityParams) SetResourceKind(resourceKind string)
SetResourceKind adds the resourceKind to the get deployment resource plan activity params
func (*GetDeploymentResourcePlanActivityParams) SetTimeout ¶ added in v1.10.0
func (o *GetDeploymentResourcePlanActivityParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get deployment resource plan activity params
func (*GetDeploymentResourcePlanActivityParams) WithAttemptID ¶ added in v1.10.0
func (o *GetDeploymentResourcePlanActivityParams) WithAttemptID(attemptID string) *GetDeploymentResourcePlanActivityParams
WithAttemptID adds the attemptID to the get deployment resource plan activity params
func (*GetDeploymentResourcePlanActivityParams) WithContext ¶ added in v1.10.0
func (o *GetDeploymentResourcePlanActivityParams) WithContext(ctx context.Context) *GetDeploymentResourcePlanActivityParams
WithContext adds the context to the get deployment resource plan activity params
func (*GetDeploymentResourcePlanActivityParams) WithDefaults ¶ added in v1.10.0
func (o *GetDeploymentResourcePlanActivityParams) WithDefaults() *GetDeploymentResourcePlanActivityParams
WithDefaults hydrates default values in the get deployment resource plan activity params (not the query body).
All values with no default are reset to their zero value.
func (*GetDeploymentResourcePlanActivityParams) WithDeploymentID ¶ added in v1.10.0
func (o *GetDeploymentResourcePlanActivityParams) WithDeploymentID(deploymentID string) *GetDeploymentResourcePlanActivityParams
WithDeploymentID adds the deploymentID to the get deployment resource plan activity params
func (*GetDeploymentResourcePlanActivityParams) WithHTTPClient ¶ added in v1.10.0
func (o *GetDeploymentResourcePlanActivityParams) WithHTTPClient(client *http.Client) *GetDeploymentResourcePlanActivityParams
WithHTTPClient adds the HTTPClient to the get deployment resource plan activity params
func (*GetDeploymentResourcePlanActivityParams) WithRefID ¶ added in v1.10.0
func (o *GetDeploymentResourcePlanActivityParams) WithRefID(refID string) *GetDeploymentResourcePlanActivityParams
WithRefID adds the refID to the get deployment resource plan activity params
func (*GetDeploymentResourcePlanActivityParams) WithResourceKind ¶ added in v1.10.0
func (o *GetDeploymentResourcePlanActivityParams) WithResourceKind(resourceKind string) *GetDeploymentResourcePlanActivityParams
WithResourceKind adds the resourceKind to the get deployment resource plan activity params
func (*GetDeploymentResourcePlanActivityParams) WithTimeout ¶ added in v1.10.0
func (o *GetDeploymentResourcePlanActivityParams) WithTimeout(timeout time.Duration) *GetDeploymentResourcePlanActivityParams
WithTimeout adds the timeout to the get deployment resource plan activity params
func (*GetDeploymentResourcePlanActivityParams) WriteToRequest ¶ added in v1.10.0
func (o *GetDeploymentResourcePlanActivityParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetDeploymentResourcePlanActivityReader ¶ added in v1.10.0
type GetDeploymentResourcePlanActivityReader struct {
// contains filtered or unexported fields
}
GetDeploymentResourcePlanActivityReader is a Reader for the GetDeploymentResourcePlanActivity structure.
func (*GetDeploymentResourcePlanActivityReader) ReadResponse ¶ added in v1.10.0
func (o *GetDeploymentResourcePlanActivityReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetDeploymentResourceProxyRequestsNotFound ¶ added in v1.7.0
type GetDeploymentResourceProxyRequestsNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
GetDeploymentResourceProxyRequestsNotFound describes a response with status code 404, with default header values. * The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
* The Resource specified by {ref_id} cannot be found. (code: `deployments.deployment_resource_not_found`) * The Resource specified by {ref_id} cannot be found. (code: `clusters.cluster_not_found`)
func NewGetDeploymentResourceProxyRequestsNotFound ¶ added in v1.7.0
func NewGetDeploymentResourceProxyRequestsNotFound() *GetDeploymentResourceProxyRequestsNotFound
NewGetDeploymentResourceProxyRequestsNotFound creates a GetDeploymentResourceProxyRequestsNotFound with default headers values
func (*GetDeploymentResourceProxyRequestsNotFound) Code ¶ added in v1.13.0
func (o *GetDeploymentResourceProxyRequestsNotFound) Code() int
Code gets the status code for the get deployment resource proxy requests not found response
func (*GetDeploymentResourceProxyRequestsNotFound) Error ¶ added in v1.7.0
func (o *GetDeploymentResourceProxyRequestsNotFound) Error() string
func (*GetDeploymentResourceProxyRequestsNotFound) GetPayload ¶ added in v1.7.0
func (o *GetDeploymentResourceProxyRequestsNotFound) GetPayload() *models.BasicFailedReply
func (*GetDeploymentResourceProxyRequestsNotFound) IsClientError ¶ added in v1.13.0
func (o *GetDeploymentResourceProxyRequestsNotFound) IsClientError() bool
IsClientError returns true when this get deployment resource proxy requests not found response has a 4xx status code
func (*GetDeploymentResourceProxyRequestsNotFound) IsCode ¶ added in v1.13.0
func (o *GetDeploymentResourceProxyRequestsNotFound) IsCode(code int) bool
IsCode returns true when this get deployment resource proxy requests not found response a status code equal to that given
func (*GetDeploymentResourceProxyRequestsNotFound) IsRedirect ¶ added in v1.13.0
func (o *GetDeploymentResourceProxyRequestsNotFound) IsRedirect() bool
IsRedirect returns true when this get deployment resource proxy requests not found response has a 3xx status code
func (*GetDeploymentResourceProxyRequestsNotFound) IsServerError ¶ added in v1.13.0
func (o *GetDeploymentResourceProxyRequestsNotFound) IsServerError() bool
IsServerError returns true when this get deployment resource proxy requests not found response has a 5xx status code
func (*GetDeploymentResourceProxyRequestsNotFound) IsSuccess ¶ added in v1.13.0
func (o *GetDeploymentResourceProxyRequestsNotFound) IsSuccess() bool
IsSuccess returns true when this get deployment resource proxy requests not found response has a 2xx status code
func (*GetDeploymentResourceProxyRequestsNotFound) String ¶ added in v1.13.0
func (o *GetDeploymentResourceProxyRequestsNotFound) String() string
type GetDeploymentResourceProxyRequestsOK ¶ added in v1.7.0
type GetDeploymentResourceProxyRequestsOK struct {
Payload *models.GenericResponse
}
GetDeploymentResourceProxyRequestsOK describes a response with status code 200, with default header values.
The request has been processed successfully through the proxy.
func NewGetDeploymentResourceProxyRequestsOK ¶ added in v1.7.0
func NewGetDeploymentResourceProxyRequestsOK() *GetDeploymentResourceProxyRequestsOK
NewGetDeploymentResourceProxyRequestsOK creates a GetDeploymentResourceProxyRequestsOK with default headers values
func (*GetDeploymentResourceProxyRequestsOK) Code ¶ added in v1.13.0
func (o *GetDeploymentResourceProxyRequestsOK) Code() int
Code gets the status code for the get deployment resource proxy requests o k response
func (*GetDeploymentResourceProxyRequestsOK) Error ¶ added in v1.7.0
func (o *GetDeploymentResourceProxyRequestsOK) Error() string
func (*GetDeploymentResourceProxyRequestsOK) GetPayload ¶ added in v1.7.0
func (o *GetDeploymentResourceProxyRequestsOK) GetPayload() *models.GenericResponse
func (*GetDeploymentResourceProxyRequestsOK) IsClientError ¶ added in v1.13.0
func (o *GetDeploymentResourceProxyRequestsOK) IsClientError() bool
IsClientError returns true when this get deployment resource proxy requests o k response has a 4xx status code
func (*GetDeploymentResourceProxyRequestsOK) IsCode ¶ added in v1.13.0
func (o *GetDeploymentResourceProxyRequestsOK) IsCode(code int) bool
IsCode returns true when this get deployment resource proxy requests o k response a status code equal to that given
func (*GetDeploymentResourceProxyRequestsOK) IsRedirect ¶ added in v1.13.0
func (o *GetDeploymentResourceProxyRequestsOK) IsRedirect() bool
IsRedirect returns true when this get deployment resource proxy requests o k response has a 3xx status code
func (*GetDeploymentResourceProxyRequestsOK) IsServerError ¶ added in v1.13.0
func (o *GetDeploymentResourceProxyRequestsOK) IsServerError() bool
IsServerError returns true when this get deployment resource proxy requests o k response has a 5xx status code
func (*GetDeploymentResourceProxyRequestsOK) IsSuccess ¶ added in v1.13.0
func (o *GetDeploymentResourceProxyRequestsOK) IsSuccess() bool
IsSuccess returns true when this get deployment resource proxy requests o k response has a 2xx status code
func (*GetDeploymentResourceProxyRequestsOK) String ¶ added in v1.13.0
func (o *GetDeploymentResourceProxyRequestsOK) String() string
type GetDeploymentResourceProxyRequestsParams ¶ added in v1.7.0
type GetDeploymentResourceProxyRequestsParams struct { /* XManagementRequest. You must specify the `X-Management-Request` HTTP header with value `true`. NOTE: Use this endpoint for management purposes. It does not provide high performance. */ XManagementRequest string /* Body. The JSON payload to proxy to the deployment resource. */ Body string /* DeploymentID. Identifier for the Deployment */ DeploymentID string /* ProxyPath. The URL part to proxy to the deployment resource. Example: _cat/indices, /api/spaces/space or /api/ent/v1/internal/health */ ProxyPath string /* RefID. User-specified RefId for the Resource (or '_main' if there is only one) */ RefID string /* ResourceKind. The kind of resource */ ResourceKind string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetDeploymentResourceProxyRequestsParams contains all the parameters to send to the API endpoint
for the get deployment resource proxy requests operation. Typically these are written to a http.Request.
func NewGetDeploymentResourceProxyRequestsParams ¶ added in v1.7.0
func NewGetDeploymentResourceProxyRequestsParams() *GetDeploymentResourceProxyRequestsParams
NewGetDeploymentResourceProxyRequestsParams creates a new GetDeploymentResourceProxyRequestsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetDeploymentResourceProxyRequestsParamsWithContext ¶ added in v1.7.0
func NewGetDeploymentResourceProxyRequestsParamsWithContext(ctx context.Context) *GetDeploymentResourceProxyRequestsParams
NewGetDeploymentResourceProxyRequestsParamsWithContext creates a new GetDeploymentResourceProxyRequestsParams object with the ability to set a context for a request.
func NewGetDeploymentResourceProxyRequestsParamsWithHTTPClient ¶ added in v1.7.0
func NewGetDeploymentResourceProxyRequestsParamsWithHTTPClient(client *http.Client) *GetDeploymentResourceProxyRequestsParams
NewGetDeploymentResourceProxyRequestsParamsWithHTTPClient creates a new GetDeploymentResourceProxyRequestsParams object with the ability to set a custom HTTPClient for a request.
func NewGetDeploymentResourceProxyRequestsParamsWithTimeout ¶ added in v1.7.0
func NewGetDeploymentResourceProxyRequestsParamsWithTimeout(timeout time.Duration) *GetDeploymentResourceProxyRequestsParams
NewGetDeploymentResourceProxyRequestsParamsWithTimeout creates a new GetDeploymentResourceProxyRequestsParams object with the ability to set a timeout on a request.
func (*GetDeploymentResourceProxyRequestsParams) SetBody ¶ added in v1.7.0
func (o *GetDeploymentResourceProxyRequestsParams) SetBody(body string)
SetBody adds the body to the get deployment resource proxy requests params
func (*GetDeploymentResourceProxyRequestsParams) SetContext ¶ added in v1.7.0
func (o *GetDeploymentResourceProxyRequestsParams) SetContext(ctx context.Context)
SetContext adds the context to the get deployment resource proxy requests params
func (*GetDeploymentResourceProxyRequestsParams) SetDefaults ¶ added in v1.7.0
func (o *GetDeploymentResourceProxyRequestsParams) SetDefaults()
SetDefaults hydrates default values in the get deployment resource proxy requests params (not the query body).
All values with no default are reset to their zero value.
func (*GetDeploymentResourceProxyRequestsParams) SetDeploymentID ¶ added in v1.7.0
func (o *GetDeploymentResourceProxyRequestsParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the get deployment resource proxy requests params
func (*GetDeploymentResourceProxyRequestsParams) SetHTTPClient ¶ added in v1.7.0
func (o *GetDeploymentResourceProxyRequestsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get deployment resource proxy requests params
func (*GetDeploymentResourceProxyRequestsParams) SetProxyPath ¶ added in v1.7.0
func (o *GetDeploymentResourceProxyRequestsParams) SetProxyPath(proxyPath string)
SetProxyPath adds the proxyPath to the get deployment resource proxy requests params
func (*GetDeploymentResourceProxyRequestsParams) SetRefID ¶ added in v1.7.0
func (o *GetDeploymentResourceProxyRequestsParams) SetRefID(refID string)
SetRefID adds the refId to the get deployment resource proxy requests params
func (*GetDeploymentResourceProxyRequestsParams) SetResourceKind ¶ added in v1.7.0
func (o *GetDeploymentResourceProxyRequestsParams) SetResourceKind(resourceKind string)
SetResourceKind adds the resourceKind to the get deployment resource proxy requests params
func (*GetDeploymentResourceProxyRequestsParams) SetTimeout ¶ added in v1.7.0
func (o *GetDeploymentResourceProxyRequestsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get deployment resource proxy requests params
func (*GetDeploymentResourceProxyRequestsParams) SetXManagementRequest ¶ added in v1.7.0
func (o *GetDeploymentResourceProxyRequestsParams) SetXManagementRequest(xManagementRequest string)
SetXManagementRequest adds the xManagementRequest to the get deployment resource proxy requests params
func (*GetDeploymentResourceProxyRequestsParams) WithBody ¶ added in v1.7.0
func (o *GetDeploymentResourceProxyRequestsParams) WithBody(body string) *GetDeploymentResourceProxyRequestsParams
WithBody adds the body to the get deployment resource proxy requests params
func (*GetDeploymentResourceProxyRequestsParams) WithContext ¶ added in v1.7.0
func (o *GetDeploymentResourceProxyRequestsParams) WithContext(ctx context.Context) *GetDeploymentResourceProxyRequestsParams
WithContext adds the context to the get deployment resource proxy requests params
func (*GetDeploymentResourceProxyRequestsParams) WithDefaults ¶ added in v1.7.0
func (o *GetDeploymentResourceProxyRequestsParams) WithDefaults() *GetDeploymentResourceProxyRequestsParams
WithDefaults hydrates default values in the get deployment resource proxy requests params (not the query body).
All values with no default are reset to their zero value.
func (*GetDeploymentResourceProxyRequestsParams) WithDeploymentID ¶ added in v1.7.0
func (o *GetDeploymentResourceProxyRequestsParams) WithDeploymentID(deploymentID string) *GetDeploymentResourceProxyRequestsParams
WithDeploymentID adds the deploymentID to the get deployment resource proxy requests params
func (*GetDeploymentResourceProxyRequestsParams) WithHTTPClient ¶ added in v1.7.0
func (o *GetDeploymentResourceProxyRequestsParams) WithHTTPClient(client *http.Client) *GetDeploymentResourceProxyRequestsParams
WithHTTPClient adds the HTTPClient to the get deployment resource proxy requests params
func (*GetDeploymentResourceProxyRequestsParams) WithProxyPath ¶ added in v1.7.0
func (o *GetDeploymentResourceProxyRequestsParams) WithProxyPath(proxyPath string) *GetDeploymentResourceProxyRequestsParams
WithProxyPath adds the proxyPath to the get deployment resource proxy requests params
func (*GetDeploymentResourceProxyRequestsParams) WithRefID ¶ added in v1.7.0
func (o *GetDeploymentResourceProxyRequestsParams) WithRefID(refID string) *GetDeploymentResourceProxyRequestsParams
WithRefID adds the refID to the get deployment resource proxy requests params
func (*GetDeploymentResourceProxyRequestsParams) WithResourceKind ¶ added in v1.7.0
func (o *GetDeploymentResourceProxyRequestsParams) WithResourceKind(resourceKind string) *GetDeploymentResourceProxyRequestsParams
WithResourceKind adds the resourceKind to the get deployment resource proxy requests params
func (*GetDeploymentResourceProxyRequestsParams) WithTimeout ¶ added in v1.7.0
func (o *GetDeploymentResourceProxyRequestsParams) WithTimeout(timeout time.Duration) *GetDeploymentResourceProxyRequestsParams
WithTimeout adds the timeout to the get deployment resource proxy requests params
func (*GetDeploymentResourceProxyRequestsParams) WithXManagementRequest ¶ added in v1.7.0
func (o *GetDeploymentResourceProxyRequestsParams) WithXManagementRequest(xManagementRequest string) *GetDeploymentResourceProxyRequestsParams
WithXManagementRequest adds the xManagementRequest to the get deployment resource proxy requests params
func (*GetDeploymentResourceProxyRequestsParams) WriteToRequest ¶ added in v1.7.0
func (o *GetDeploymentResourceProxyRequestsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetDeploymentResourceProxyRequestsReader ¶ added in v1.7.0
type GetDeploymentResourceProxyRequestsReader struct {
// contains filtered or unexported fields
}
GetDeploymentResourceProxyRequestsReader is a Reader for the GetDeploymentResourceProxyRequests structure.
func (*GetDeploymentResourceProxyRequestsReader) ReadResponse ¶ added in v1.7.0
func (o *GetDeploymentResourceProxyRequestsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetDeploymentUnauthorized ¶
type GetDeploymentUnauthorized struct {
}GetDeploymentUnauthorized describes a response with status code 401, with default header values.
You are not authorized to perform this action.
func NewGetDeploymentUnauthorized ¶
func NewGetDeploymentUnauthorized() *GetDeploymentUnauthorized
NewGetDeploymentUnauthorized creates a GetDeploymentUnauthorized with default headers values
func (*GetDeploymentUnauthorized) Code ¶ added in v1.13.0
func (o *GetDeploymentUnauthorized) Code() int
Code gets the status code for the get deployment unauthorized response
func (*GetDeploymentUnauthorized) Error ¶
func (o *GetDeploymentUnauthorized) Error() string
func (*GetDeploymentUnauthorized) GetPayload ¶
func (o *GetDeploymentUnauthorized) GetPayload() *models.BasicFailedReply
func (*GetDeploymentUnauthorized) IsClientError ¶ added in v1.13.0
func (o *GetDeploymentUnauthorized) IsClientError() bool
IsClientError returns true when this get deployment unauthorized response has a 4xx status code
func (*GetDeploymentUnauthorized) IsCode ¶ added in v1.13.0
func (o *GetDeploymentUnauthorized) IsCode(code int) bool
IsCode returns true when this get deployment unauthorized response a status code equal to that given
func (*GetDeploymentUnauthorized) IsRedirect ¶ added in v1.13.0
func (o *GetDeploymentUnauthorized) IsRedirect() bool
IsRedirect returns true when this get deployment unauthorized response has a 3xx status code
func (*GetDeploymentUnauthorized) IsServerError ¶ added in v1.13.0
func (o *GetDeploymentUnauthorized) IsServerError() bool
IsServerError returns true when this get deployment unauthorized response has a 5xx status code
func (*GetDeploymentUnauthorized) IsSuccess ¶ added in v1.13.0
func (o *GetDeploymentUnauthorized) IsSuccess() bool
IsSuccess returns true when this get deployment unauthorized response has a 2xx status code
func (*GetDeploymentUnauthorized) String ¶ added in v1.13.0
func (o *GetDeploymentUnauthorized) String() string
type GetDeploymentUpgradeAssistantStatusNotFound ¶ added in v1.8.0
type GetDeploymentUpgradeAssistantStatusNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
GetDeploymentUpgradeAssistantStatusNotFound describes a response with status code 404, with default header values.
The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
func NewGetDeploymentUpgradeAssistantStatusNotFound ¶ added in v1.8.0
func NewGetDeploymentUpgradeAssistantStatusNotFound() *GetDeploymentUpgradeAssistantStatusNotFound
NewGetDeploymentUpgradeAssistantStatusNotFound creates a GetDeploymentUpgradeAssistantStatusNotFound with default headers values
func (*GetDeploymentUpgradeAssistantStatusNotFound) Code ¶ added in v1.13.0
func (o *GetDeploymentUpgradeAssistantStatusNotFound) Code() int
Code gets the status code for the get deployment upgrade assistant status not found response
func (*GetDeploymentUpgradeAssistantStatusNotFound) Error ¶ added in v1.8.0
func (o *GetDeploymentUpgradeAssistantStatusNotFound) Error() string
func (*GetDeploymentUpgradeAssistantStatusNotFound) GetPayload ¶ added in v1.8.0
func (o *GetDeploymentUpgradeAssistantStatusNotFound) GetPayload() *models.BasicFailedReply
func (*GetDeploymentUpgradeAssistantStatusNotFound) IsClientError ¶ added in v1.13.0
func (o *GetDeploymentUpgradeAssistantStatusNotFound) IsClientError() bool
IsClientError returns true when this get deployment upgrade assistant status not found response has a 4xx status code
func (*GetDeploymentUpgradeAssistantStatusNotFound) IsCode ¶ added in v1.13.0
func (o *GetDeploymentUpgradeAssistantStatusNotFound) IsCode(code int) bool
IsCode returns true when this get deployment upgrade assistant status not found response a status code equal to that given
func (*GetDeploymentUpgradeAssistantStatusNotFound) IsRedirect ¶ added in v1.13.0
func (o *GetDeploymentUpgradeAssistantStatusNotFound) IsRedirect() bool
IsRedirect returns true when this get deployment upgrade assistant status not found response has a 3xx status code
func (*GetDeploymentUpgradeAssistantStatusNotFound) IsServerError ¶ added in v1.13.0
func (o *GetDeploymentUpgradeAssistantStatusNotFound) IsServerError() bool
IsServerError returns true when this get deployment upgrade assistant status not found response has a 5xx status code
func (*GetDeploymentUpgradeAssistantStatusNotFound) IsSuccess ¶ added in v1.13.0
func (o *GetDeploymentUpgradeAssistantStatusNotFound) IsSuccess() bool
IsSuccess returns true when this get deployment upgrade assistant status not found response has a 2xx status code
func (*GetDeploymentUpgradeAssistantStatusNotFound) String ¶ added in v1.13.0
func (o *GetDeploymentUpgradeAssistantStatusNotFound) String() string
type GetDeploymentUpgradeAssistantStatusOK ¶ added in v1.8.0
type GetDeploymentUpgradeAssistantStatusOK struct {
Payload *models.DeploymentUpgradeAssistantStatusResponse
}
GetDeploymentUpgradeAssistantStatusOK describes a response with status code 200, with default header values.
The Upgrade Assistant returned the status successfully
func NewGetDeploymentUpgradeAssistantStatusOK ¶ added in v1.8.0
func NewGetDeploymentUpgradeAssistantStatusOK() *GetDeploymentUpgradeAssistantStatusOK
NewGetDeploymentUpgradeAssistantStatusOK creates a GetDeploymentUpgradeAssistantStatusOK with default headers values
func (*GetDeploymentUpgradeAssistantStatusOK) Code ¶ added in v1.13.0
func (o *GetDeploymentUpgradeAssistantStatusOK) Code() int
Code gets the status code for the get deployment upgrade assistant status o k response
func (*GetDeploymentUpgradeAssistantStatusOK) Error ¶ added in v1.8.0
func (o *GetDeploymentUpgradeAssistantStatusOK) Error() string
func (*GetDeploymentUpgradeAssistantStatusOK) GetPayload ¶ added in v1.8.0
func (o *GetDeploymentUpgradeAssistantStatusOK) GetPayload() *models.DeploymentUpgradeAssistantStatusResponse
func (*GetDeploymentUpgradeAssistantStatusOK) IsClientError ¶ added in v1.13.0
func (o *GetDeploymentUpgradeAssistantStatusOK) IsClientError() bool
IsClientError returns true when this get deployment upgrade assistant status o k response has a 4xx status code
func (*GetDeploymentUpgradeAssistantStatusOK) IsCode ¶ added in v1.13.0
func (o *GetDeploymentUpgradeAssistantStatusOK) IsCode(code int) bool
IsCode returns true when this get deployment upgrade assistant status o k response a status code equal to that given
func (*GetDeploymentUpgradeAssistantStatusOK) IsRedirect ¶ added in v1.13.0
func (o *GetDeploymentUpgradeAssistantStatusOK) IsRedirect() bool
IsRedirect returns true when this get deployment upgrade assistant status o k response has a 3xx status code
func (*GetDeploymentUpgradeAssistantStatusOK) IsServerError ¶ added in v1.13.0
func (o *GetDeploymentUpgradeAssistantStatusOK) IsServerError() bool
IsServerError returns true when this get deployment upgrade assistant status o k response has a 5xx status code
func (*GetDeploymentUpgradeAssistantStatusOK) IsSuccess ¶ added in v1.13.0
func (o *GetDeploymentUpgradeAssistantStatusOK) IsSuccess() bool
IsSuccess returns true when this get deployment upgrade assistant status o k response has a 2xx status code
func (*GetDeploymentUpgradeAssistantStatusOK) String ¶ added in v1.13.0
func (o *GetDeploymentUpgradeAssistantStatusOK) String() string
type GetDeploymentUpgradeAssistantStatusParams ¶ added in v1.8.0
type GetDeploymentUpgradeAssistantStatusParams struct { /* DeploymentID. Identifier for the Deployment */ DeploymentID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetDeploymentUpgradeAssistantStatusParams contains all the parameters to send to the API endpoint
for the get deployment upgrade assistant status operation. Typically these are written to a http.Request.
func NewGetDeploymentUpgradeAssistantStatusParams ¶ added in v1.8.0
func NewGetDeploymentUpgradeAssistantStatusParams() *GetDeploymentUpgradeAssistantStatusParams
NewGetDeploymentUpgradeAssistantStatusParams creates a new GetDeploymentUpgradeAssistantStatusParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetDeploymentUpgradeAssistantStatusParamsWithContext ¶ added in v1.8.0
func NewGetDeploymentUpgradeAssistantStatusParamsWithContext(ctx context.Context) *GetDeploymentUpgradeAssistantStatusParams
NewGetDeploymentUpgradeAssistantStatusParamsWithContext creates a new GetDeploymentUpgradeAssistantStatusParams object with the ability to set a context for a request.
func NewGetDeploymentUpgradeAssistantStatusParamsWithHTTPClient ¶ added in v1.8.0
func NewGetDeploymentUpgradeAssistantStatusParamsWithHTTPClient(client *http.Client) *GetDeploymentUpgradeAssistantStatusParams
NewGetDeploymentUpgradeAssistantStatusParamsWithHTTPClient creates a new GetDeploymentUpgradeAssistantStatusParams object with the ability to set a custom HTTPClient for a request.
func NewGetDeploymentUpgradeAssistantStatusParamsWithTimeout ¶ added in v1.8.0
func NewGetDeploymentUpgradeAssistantStatusParamsWithTimeout(timeout time.Duration) *GetDeploymentUpgradeAssistantStatusParams
NewGetDeploymentUpgradeAssistantStatusParamsWithTimeout creates a new GetDeploymentUpgradeAssistantStatusParams object with the ability to set a timeout on a request.
func (*GetDeploymentUpgradeAssistantStatusParams) SetContext ¶ added in v1.8.0
func (o *GetDeploymentUpgradeAssistantStatusParams) SetContext(ctx context.Context)
SetContext adds the context to the get deployment upgrade assistant status params
func (*GetDeploymentUpgradeAssistantStatusParams) SetDefaults ¶ added in v1.8.0
func (o *GetDeploymentUpgradeAssistantStatusParams) SetDefaults()
SetDefaults hydrates default values in the get deployment upgrade assistant status params (not the query body).
All values with no default are reset to their zero value.
func (*GetDeploymentUpgradeAssistantStatusParams) SetDeploymentID ¶ added in v1.8.0
func (o *GetDeploymentUpgradeAssistantStatusParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the get deployment upgrade assistant status params
func (*GetDeploymentUpgradeAssistantStatusParams) SetHTTPClient ¶ added in v1.8.0
func (o *GetDeploymentUpgradeAssistantStatusParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get deployment upgrade assistant status params
func (*GetDeploymentUpgradeAssistantStatusParams) SetTimeout ¶ added in v1.8.0
func (o *GetDeploymentUpgradeAssistantStatusParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get deployment upgrade assistant status params
func (*GetDeploymentUpgradeAssistantStatusParams) WithContext ¶ added in v1.8.0
func (o *GetDeploymentUpgradeAssistantStatusParams) WithContext(ctx context.Context) *GetDeploymentUpgradeAssistantStatusParams
WithContext adds the context to the get deployment upgrade assistant status params
func (*GetDeploymentUpgradeAssistantStatusParams) WithDefaults ¶ added in v1.8.0
func (o *GetDeploymentUpgradeAssistantStatusParams) WithDefaults() *GetDeploymentUpgradeAssistantStatusParams
WithDefaults hydrates default values in the get deployment upgrade assistant status params (not the query body).
All values with no default are reset to their zero value.
func (*GetDeploymentUpgradeAssistantStatusParams) WithDeploymentID ¶ added in v1.8.0
func (o *GetDeploymentUpgradeAssistantStatusParams) WithDeploymentID(deploymentID string) *GetDeploymentUpgradeAssistantStatusParams
WithDeploymentID adds the deploymentID to the get deployment upgrade assistant status params
func (*GetDeploymentUpgradeAssistantStatusParams) WithHTTPClient ¶ added in v1.8.0
func (o *GetDeploymentUpgradeAssistantStatusParams) WithHTTPClient(client *http.Client) *GetDeploymentUpgradeAssistantStatusParams
WithHTTPClient adds the HTTPClient to the get deployment upgrade assistant status params
func (*GetDeploymentUpgradeAssistantStatusParams) WithTimeout ¶ added in v1.8.0
func (o *GetDeploymentUpgradeAssistantStatusParams) WithTimeout(timeout time.Duration) *GetDeploymentUpgradeAssistantStatusParams
WithTimeout adds the timeout to the get deployment upgrade assistant status params
func (*GetDeploymentUpgradeAssistantStatusParams) WriteToRequest ¶ added in v1.8.0
func (o *GetDeploymentUpgradeAssistantStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetDeploymentUpgradeAssistantStatusReader ¶ added in v1.8.0
type GetDeploymentUpgradeAssistantStatusReader struct {
// contains filtered or unexported fields
}
GetDeploymentUpgradeAssistantStatusReader is a Reader for the GetDeploymentUpgradeAssistantStatus structure.
func (*GetDeploymentUpgradeAssistantStatusReader) ReadResponse ¶ added in v1.8.0
func (o *GetDeploymentUpgradeAssistantStatusReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListDeploymentsOK ¶
type ListDeploymentsOK struct {
Payload *models.DeploymentsListResponse
}
ListDeploymentsOK describes a response with status code 200, with default header values.
The list of deployments that belong to the authenticated user.
func NewListDeploymentsOK ¶
func NewListDeploymentsOK() *ListDeploymentsOK
NewListDeploymentsOK creates a ListDeploymentsOK with default headers values
func (*ListDeploymentsOK) Code ¶ added in v1.13.0
func (o *ListDeploymentsOK) Code() int
Code gets the status code for the list deployments o k response
func (*ListDeploymentsOK) Error ¶
func (o *ListDeploymentsOK) Error() string
func (*ListDeploymentsOK) GetPayload ¶
func (o *ListDeploymentsOK) GetPayload() *models.DeploymentsListResponse
func (*ListDeploymentsOK) IsClientError ¶ added in v1.13.0
func (o *ListDeploymentsOK) IsClientError() bool
IsClientError returns true when this list deployments o k response has a 4xx status code
func (*ListDeploymentsOK) IsCode ¶ added in v1.13.0
func (o *ListDeploymentsOK) IsCode(code int) bool
IsCode returns true when this list deployments o k response a status code equal to that given
func (*ListDeploymentsOK) IsRedirect ¶ added in v1.13.0
func (o *ListDeploymentsOK) IsRedirect() bool
IsRedirect returns true when this list deployments o k response has a 3xx status code
func (*ListDeploymentsOK) IsServerError ¶ added in v1.13.0
func (o *ListDeploymentsOK) IsServerError() bool
IsServerError returns true when this list deployments o k response has a 5xx status code
func (*ListDeploymentsOK) IsSuccess ¶ added in v1.13.0
func (o *ListDeploymentsOK) IsSuccess() bool
IsSuccess returns true when this list deployments o k response has a 2xx status code
func (*ListDeploymentsOK) String ¶ added in v1.13.0
func (o *ListDeploymentsOK) String() string
type ListDeploymentsParams ¶
type ListDeploymentsParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListDeploymentsParams contains all the parameters to send to the API endpoint
for the list deployments operation. Typically these are written to a http.Request.
func NewListDeploymentsParams ¶
func NewListDeploymentsParams() *ListDeploymentsParams
NewListDeploymentsParams creates a new ListDeploymentsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewListDeploymentsParamsWithContext ¶
func NewListDeploymentsParamsWithContext(ctx context.Context) *ListDeploymentsParams
NewListDeploymentsParamsWithContext creates a new ListDeploymentsParams object with the ability to set a context for a request.
func NewListDeploymentsParamsWithHTTPClient ¶
func NewListDeploymentsParamsWithHTTPClient(client *http.Client) *ListDeploymentsParams
NewListDeploymentsParamsWithHTTPClient creates a new ListDeploymentsParams object with the ability to set a custom HTTPClient for a request.
func NewListDeploymentsParamsWithTimeout ¶
func NewListDeploymentsParamsWithTimeout(timeout time.Duration) *ListDeploymentsParams
NewListDeploymentsParamsWithTimeout creates a new ListDeploymentsParams object with the ability to set a timeout on a request.
func (*ListDeploymentsParams) SetContext ¶
func (o *ListDeploymentsParams) SetContext(ctx context.Context)
SetContext adds the context to the list deployments params
func (*ListDeploymentsParams) SetDefaults ¶ added in v1.3.0
func (o *ListDeploymentsParams) SetDefaults()
SetDefaults hydrates default values in the list deployments params (not the query body).
All values with no default are reset to their zero value.
func (*ListDeploymentsParams) SetHTTPClient ¶
func (o *ListDeploymentsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list deployments params
func (*ListDeploymentsParams) SetTimeout ¶
func (o *ListDeploymentsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list deployments params
func (*ListDeploymentsParams) WithContext ¶
func (o *ListDeploymentsParams) WithContext(ctx context.Context) *ListDeploymentsParams
WithContext adds the context to the list deployments params
func (*ListDeploymentsParams) WithDefaults ¶ added in v1.3.0
func (o *ListDeploymentsParams) WithDefaults() *ListDeploymentsParams
WithDefaults hydrates default values in the list deployments params (not the query body).
All values with no default are reset to their zero value.
func (*ListDeploymentsParams) WithHTTPClient ¶
func (o *ListDeploymentsParams) WithHTTPClient(client *http.Client) *ListDeploymentsParams
WithHTTPClient adds the HTTPClient to the list deployments params
func (*ListDeploymentsParams) WithTimeout ¶
func (o *ListDeploymentsParams) WithTimeout(timeout time.Duration) *ListDeploymentsParams
WithTimeout adds the timeout to the list deployments params
func (*ListDeploymentsParams) WriteToRequest ¶
func (o *ListDeploymentsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListDeploymentsReader ¶
type ListDeploymentsReader struct {
// contains filtered or unexported fields
}
ListDeploymentsReader is a Reader for the ListDeployments structure.
func (*ListDeploymentsReader) ReadResponse ¶
func (o *ListDeploymentsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListDeploymentsUnauthorized ¶
type ListDeploymentsUnauthorized struct {
}ListDeploymentsUnauthorized describes a response with status code 401, with default header values.
You are not authorized to perform this action.
func NewListDeploymentsUnauthorized ¶
func NewListDeploymentsUnauthorized() *ListDeploymentsUnauthorized
NewListDeploymentsUnauthorized creates a ListDeploymentsUnauthorized with default headers values
func (*ListDeploymentsUnauthorized) Code ¶ added in v1.13.0
func (o *ListDeploymentsUnauthorized) Code() int
Code gets the status code for the list deployments unauthorized response
func (*ListDeploymentsUnauthorized) Error ¶
func (o *ListDeploymentsUnauthorized) Error() string
func (*ListDeploymentsUnauthorized) GetPayload ¶
func (o *ListDeploymentsUnauthorized) GetPayload() *models.BasicFailedReply
func (*ListDeploymentsUnauthorized) IsClientError ¶ added in v1.13.0
func (o *ListDeploymentsUnauthorized) IsClientError() bool
IsClientError returns true when this list deployments unauthorized response has a 4xx status code
func (*ListDeploymentsUnauthorized) IsCode ¶ added in v1.13.0
func (o *ListDeploymentsUnauthorized) IsCode(code int) bool
IsCode returns true when this list deployments unauthorized response a status code equal to that given
func (*ListDeploymentsUnauthorized) IsRedirect ¶ added in v1.13.0
func (o *ListDeploymentsUnauthorized) IsRedirect() bool
IsRedirect returns true when this list deployments unauthorized response has a 3xx status code
func (*ListDeploymentsUnauthorized) IsServerError ¶ added in v1.13.0
func (o *ListDeploymentsUnauthorized) IsServerError() bool
IsServerError returns true when this list deployments unauthorized response has a 5xx status code
func (*ListDeploymentsUnauthorized) IsSuccess ¶ added in v1.13.0
func (o *ListDeploymentsUnauthorized) IsSuccess() bool
IsSuccess returns true when this list deployments unauthorized response has a 2xx status code
func (*ListDeploymentsUnauthorized) String ¶ added in v1.13.0
func (o *ListDeploymentsUnauthorized) String() string
type MigrateDeploymentTemplateBadRequest ¶ added in v1.10.0
type MigrateDeploymentTemplateBadRequest struct {
Payload *models.BasicFailedReply
}
MigrateDeploymentTemplateBadRequest describes a response with status code 400, with default header values.
The deployment cannot be successfully migrated to the template with the provided ID.
func NewMigrateDeploymentTemplateBadRequest ¶ added in v1.10.0
func NewMigrateDeploymentTemplateBadRequest() *MigrateDeploymentTemplateBadRequest
NewMigrateDeploymentTemplateBadRequest creates a MigrateDeploymentTemplateBadRequest with default headers values
func (*MigrateDeploymentTemplateBadRequest) Code ¶ added in v1.13.0
func (o *MigrateDeploymentTemplateBadRequest) Code() int
Code gets the status code for the migrate deployment template bad request response
func (*MigrateDeploymentTemplateBadRequest) Error ¶ added in v1.10.0
func (o *MigrateDeploymentTemplateBadRequest) Error() string
func (*MigrateDeploymentTemplateBadRequest) GetPayload ¶ added in v1.10.0
func (o *MigrateDeploymentTemplateBadRequest) GetPayload() *models.BasicFailedReply
func (*MigrateDeploymentTemplateBadRequest) IsClientError ¶ added in v1.13.0
func (o *MigrateDeploymentTemplateBadRequest) IsClientError() bool
IsClientError returns true when this migrate deployment template bad request response has a 4xx status code
func (*MigrateDeploymentTemplateBadRequest) IsCode ¶ added in v1.13.0
func (o *MigrateDeploymentTemplateBadRequest) IsCode(code int) bool
IsCode returns true when this migrate deployment template bad request response a status code equal to that given
func (*MigrateDeploymentTemplateBadRequest) IsRedirect ¶ added in v1.13.0
func (o *MigrateDeploymentTemplateBadRequest) IsRedirect() bool
IsRedirect returns true when this migrate deployment template bad request response has a 3xx status code
func (*MigrateDeploymentTemplateBadRequest) IsServerError ¶ added in v1.13.0
func (o *MigrateDeploymentTemplateBadRequest) IsServerError() bool
IsServerError returns true when this migrate deployment template bad request response has a 5xx status code
func (*MigrateDeploymentTemplateBadRequest) IsSuccess ¶ added in v1.13.0
func (o *MigrateDeploymentTemplateBadRequest) IsSuccess() bool
IsSuccess returns true when this migrate deployment template bad request response has a 2xx status code
func (*MigrateDeploymentTemplateBadRequest) String ¶ added in v1.13.0
func (o *MigrateDeploymentTemplateBadRequest) String() string
type MigrateDeploymentTemplateNotFound ¶ added in v1.10.0
type MigrateDeploymentTemplateNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
MigrateDeploymentTemplateNotFound describes a response with status code 404, with default header values.
The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
func NewMigrateDeploymentTemplateNotFound ¶ added in v1.10.0
func NewMigrateDeploymentTemplateNotFound() *MigrateDeploymentTemplateNotFound
NewMigrateDeploymentTemplateNotFound creates a MigrateDeploymentTemplateNotFound with default headers values
func (*MigrateDeploymentTemplateNotFound) Code ¶ added in v1.13.0
func (o *MigrateDeploymentTemplateNotFound) Code() int
Code gets the status code for the migrate deployment template not found response
func (*MigrateDeploymentTemplateNotFound) Error ¶ added in v1.10.0
func (o *MigrateDeploymentTemplateNotFound) Error() string
func (*MigrateDeploymentTemplateNotFound) GetPayload ¶ added in v1.10.0
func (o *MigrateDeploymentTemplateNotFound) GetPayload() *models.BasicFailedReply
func (*MigrateDeploymentTemplateNotFound) IsClientError ¶ added in v1.13.0
func (o *MigrateDeploymentTemplateNotFound) IsClientError() bool
IsClientError returns true when this migrate deployment template not found response has a 4xx status code
func (*MigrateDeploymentTemplateNotFound) IsCode ¶ added in v1.13.0
func (o *MigrateDeploymentTemplateNotFound) IsCode(code int) bool
IsCode returns true when this migrate deployment template not found response a status code equal to that given
func (*MigrateDeploymentTemplateNotFound) IsRedirect ¶ added in v1.13.0
func (o *MigrateDeploymentTemplateNotFound) IsRedirect() bool
IsRedirect returns true when this migrate deployment template not found response has a 3xx status code
func (*MigrateDeploymentTemplateNotFound) IsServerError ¶ added in v1.13.0
func (o *MigrateDeploymentTemplateNotFound) IsServerError() bool
IsServerError returns true when this migrate deployment template not found response has a 5xx status code
func (*MigrateDeploymentTemplateNotFound) IsSuccess ¶ added in v1.13.0
func (o *MigrateDeploymentTemplateNotFound) IsSuccess() bool
IsSuccess returns true when this migrate deployment template not found response has a 2xx status code
func (*MigrateDeploymentTemplateNotFound) String ¶ added in v1.13.0
func (o *MigrateDeploymentTemplateNotFound) String() string
type MigrateDeploymentTemplateOK ¶ added in v1.10.0
type MigrateDeploymentTemplateOK struct {
Payload *models.DeploymentUpdateRequest
}
MigrateDeploymentTemplateOK describes a response with status code 200, with default header values.
The request was valid and the deployment can be migrated to the template with the provided ID.
func NewMigrateDeploymentTemplateOK ¶ added in v1.10.0
func NewMigrateDeploymentTemplateOK() *MigrateDeploymentTemplateOK
NewMigrateDeploymentTemplateOK creates a MigrateDeploymentTemplateOK with default headers values
func (*MigrateDeploymentTemplateOK) Code ¶ added in v1.13.0
func (o *MigrateDeploymentTemplateOK) Code() int
Code gets the status code for the migrate deployment template o k response
func (*MigrateDeploymentTemplateOK) Error ¶ added in v1.10.0
func (o *MigrateDeploymentTemplateOK) Error() string
func (*MigrateDeploymentTemplateOK) GetPayload ¶ added in v1.10.0
func (o *MigrateDeploymentTemplateOK) GetPayload() *models.DeploymentUpdateRequest
func (*MigrateDeploymentTemplateOK) IsClientError ¶ added in v1.13.0
func (o *MigrateDeploymentTemplateOK) IsClientError() bool
IsClientError returns true when this migrate deployment template o k response has a 4xx status code
func (*MigrateDeploymentTemplateOK) IsCode ¶ added in v1.13.0
func (o *MigrateDeploymentTemplateOK) IsCode(code int) bool
IsCode returns true when this migrate deployment template o k response a status code equal to that given
func (*MigrateDeploymentTemplateOK) IsRedirect ¶ added in v1.13.0
func (o *MigrateDeploymentTemplateOK) IsRedirect() bool
IsRedirect returns true when this migrate deployment template o k response has a 3xx status code
func (*MigrateDeploymentTemplateOK) IsServerError ¶ added in v1.13.0
func (o *MigrateDeploymentTemplateOK) IsServerError() bool
IsServerError returns true when this migrate deployment template o k response has a 5xx status code
func (*MigrateDeploymentTemplateOK) IsSuccess ¶ added in v1.13.0
func (o *MigrateDeploymentTemplateOK) IsSuccess() bool
IsSuccess returns true when this migrate deployment template o k response has a 2xx status code
func (*MigrateDeploymentTemplateOK) String ¶ added in v1.13.0
func (o *MigrateDeploymentTemplateOK) String() string
type MigrateDeploymentTemplateParams ¶ added in v1.10.0
type MigrateDeploymentTemplateParams struct { /* DeploymentID. Identifier for the Deployment */ DeploymentID string /* TemplateID. The ID of the deployment template to migrate to */ TemplateID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
MigrateDeploymentTemplateParams contains all the parameters to send to the API endpoint
for the migrate deployment template operation. Typically these are written to a http.Request.
func NewMigrateDeploymentTemplateParams ¶ added in v1.10.0
func NewMigrateDeploymentTemplateParams() *MigrateDeploymentTemplateParams
NewMigrateDeploymentTemplateParams creates a new MigrateDeploymentTemplateParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewMigrateDeploymentTemplateParamsWithContext ¶ added in v1.10.0
func NewMigrateDeploymentTemplateParamsWithContext(ctx context.Context) *MigrateDeploymentTemplateParams
NewMigrateDeploymentTemplateParamsWithContext creates a new MigrateDeploymentTemplateParams object with the ability to set a context for a request.
func NewMigrateDeploymentTemplateParamsWithHTTPClient ¶ added in v1.10.0
func NewMigrateDeploymentTemplateParamsWithHTTPClient(client *http.Client) *MigrateDeploymentTemplateParams
NewMigrateDeploymentTemplateParamsWithHTTPClient creates a new MigrateDeploymentTemplateParams object with the ability to set a custom HTTPClient for a request.
func NewMigrateDeploymentTemplateParamsWithTimeout ¶ added in v1.10.0
func NewMigrateDeploymentTemplateParamsWithTimeout(timeout time.Duration) *MigrateDeploymentTemplateParams
NewMigrateDeploymentTemplateParamsWithTimeout creates a new MigrateDeploymentTemplateParams object with the ability to set a timeout on a request.
func (*MigrateDeploymentTemplateParams) SetContext ¶ added in v1.10.0
func (o *MigrateDeploymentTemplateParams) SetContext(ctx context.Context)
SetContext adds the context to the migrate deployment template params
func (*MigrateDeploymentTemplateParams) SetDefaults ¶ added in v1.10.0
func (o *MigrateDeploymentTemplateParams) SetDefaults()
SetDefaults hydrates default values in the migrate deployment template params (not the query body).
All values with no default are reset to their zero value.
func (*MigrateDeploymentTemplateParams) SetDeploymentID ¶ added in v1.10.0
func (o *MigrateDeploymentTemplateParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the migrate deployment template params
func (*MigrateDeploymentTemplateParams) SetHTTPClient ¶ added in v1.10.0
func (o *MigrateDeploymentTemplateParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the migrate deployment template params
func (*MigrateDeploymentTemplateParams) SetTemplateID ¶ added in v1.10.0
func (o *MigrateDeploymentTemplateParams) SetTemplateID(templateID string)
SetTemplateID adds the templateId to the migrate deployment template params
func (*MigrateDeploymentTemplateParams) SetTimeout ¶ added in v1.10.0
func (o *MigrateDeploymentTemplateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the migrate deployment template params
func (*MigrateDeploymentTemplateParams) WithContext ¶ added in v1.10.0
func (o *MigrateDeploymentTemplateParams) WithContext(ctx context.Context) *MigrateDeploymentTemplateParams
WithContext adds the context to the migrate deployment template params
func (*MigrateDeploymentTemplateParams) WithDefaults ¶ added in v1.10.0
func (o *MigrateDeploymentTemplateParams) WithDefaults() *MigrateDeploymentTemplateParams
WithDefaults hydrates default values in the migrate deployment template params (not the query body).
All values with no default are reset to their zero value.
func (*MigrateDeploymentTemplateParams) WithDeploymentID ¶ added in v1.10.0
func (o *MigrateDeploymentTemplateParams) WithDeploymentID(deploymentID string) *MigrateDeploymentTemplateParams
WithDeploymentID adds the deploymentID to the migrate deployment template params
func (*MigrateDeploymentTemplateParams) WithHTTPClient ¶ added in v1.10.0
func (o *MigrateDeploymentTemplateParams) WithHTTPClient(client *http.Client) *MigrateDeploymentTemplateParams
WithHTTPClient adds the HTTPClient to the migrate deployment template params
func (*MigrateDeploymentTemplateParams) WithTemplateID ¶ added in v1.10.0
func (o *MigrateDeploymentTemplateParams) WithTemplateID(templateID string) *MigrateDeploymentTemplateParams
WithTemplateID adds the templateID to the migrate deployment template params
func (*MigrateDeploymentTemplateParams) WithTimeout ¶ added in v1.10.0
func (o *MigrateDeploymentTemplateParams) WithTimeout(timeout time.Duration) *MigrateDeploymentTemplateParams
WithTimeout adds the timeout to the migrate deployment template params
func (*MigrateDeploymentTemplateParams) WriteToRequest ¶ added in v1.10.0
func (o *MigrateDeploymentTemplateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type MigrateDeploymentTemplateReader ¶ added in v1.10.0
type MigrateDeploymentTemplateReader struct {
// contains filtered or unexported fields
}
MigrateDeploymentTemplateReader is a Reader for the MigrateDeploymentTemplate structure.
func (*MigrateDeploymentTemplateReader) ReadResponse ¶ added in v1.10.0
func (o *MigrateDeploymentTemplateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type MigrateDeploymentTemplateUnauthorized ¶ added in v1.10.0
type MigrateDeploymentTemplateUnauthorized struct {
}MigrateDeploymentTemplateUnauthorized describes a response with status code 401, with default header values.
You are not authorized to perform this action.
func NewMigrateDeploymentTemplateUnauthorized ¶ added in v1.10.0
func NewMigrateDeploymentTemplateUnauthorized() *MigrateDeploymentTemplateUnauthorized
NewMigrateDeploymentTemplateUnauthorized creates a MigrateDeploymentTemplateUnauthorized with default headers values
func (*MigrateDeploymentTemplateUnauthorized) Code ¶ added in v1.13.0
func (o *MigrateDeploymentTemplateUnauthorized) Code() int
Code gets the status code for the migrate deployment template unauthorized response
func (*MigrateDeploymentTemplateUnauthorized) Error ¶ added in v1.10.0
func (o *MigrateDeploymentTemplateUnauthorized) Error() string
func (*MigrateDeploymentTemplateUnauthorized) GetPayload ¶ added in v1.10.0
func (o *MigrateDeploymentTemplateUnauthorized) GetPayload() *models.BasicFailedReply
func (*MigrateDeploymentTemplateUnauthorized) IsClientError ¶ added in v1.13.0
func (o *MigrateDeploymentTemplateUnauthorized) IsClientError() bool
IsClientError returns true when this migrate deployment template unauthorized response has a 4xx status code
func (*MigrateDeploymentTemplateUnauthorized) IsCode ¶ added in v1.13.0
func (o *MigrateDeploymentTemplateUnauthorized) IsCode(code int) bool
IsCode returns true when this migrate deployment template unauthorized response a status code equal to that given
func (*MigrateDeploymentTemplateUnauthorized) IsRedirect ¶ added in v1.13.0
func (o *MigrateDeploymentTemplateUnauthorized) IsRedirect() bool
IsRedirect returns true when this migrate deployment template unauthorized response has a 3xx status code
func (*MigrateDeploymentTemplateUnauthorized) IsServerError ¶ added in v1.13.0
func (o *MigrateDeploymentTemplateUnauthorized) IsServerError() bool
IsServerError returns true when this migrate deployment template unauthorized response has a 5xx status code
func (*MigrateDeploymentTemplateUnauthorized) IsSuccess ¶ added in v1.13.0
func (o *MigrateDeploymentTemplateUnauthorized) IsSuccess() bool
IsSuccess returns true when this migrate deployment template unauthorized response has a 2xx status code
func (*MigrateDeploymentTemplateUnauthorized) String ¶ added in v1.13.0
func (o *MigrateDeploymentTemplateUnauthorized) String() string
type MoveDeploymentElasticsearchResourceInstancesAccepted ¶ added in v1.8.0
type MoveDeploymentElasticsearchResourceInstancesAccepted struct {
Payload models.EmptyResponse
}
MoveDeploymentElasticsearchResourceInstancesAccepted describes a response with status code 202, with default header values.
The move command was issued successfully. Use the "GET" command on the /{deployment_id} resource to monitor progress
func NewMoveDeploymentElasticsearchResourceInstancesAccepted ¶ added in v1.8.0
func NewMoveDeploymentElasticsearchResourceInstancesAccepted() *MoveDeploymentElasticsearchResourceInstancesAccepted
NewMoveDeploymentElasticsearchResourceInstancesAccepted creates a MoveDeploymentElasticsearchResourceInstancesAccepted with default headers values
func (*MoveDeploymentElasticsearchResourceInstancesAccepted) Code ¶ added in v1.13.0
func (o *MoveDeploymentElasticsearchResourceInstancesAccepted) Code() int
Code gets the status code for the move deployment elasticsearch resource instances accepted response
func (*MoveDeploymentElasticsearchResourceInstancesAccepted) Error ¶ added in v1.8.0
func (o *MoveDeploymentElasticsearchResourceInstancesAccepted) Error() string
func (*MoveDeploymentElasticsearchResourceInstancesAccepted) GetPayload ¶ added in v1.8.0
func (o *MoveDeploymentElasticsearchResourceInstancesAccepted) GetPayload() models.EmptyResponse
func (*MoveDeploymentElasticsearchResourceInstancesAccepted) IsClientError ¶ added in v1.13.0
func (o *MoveDeploymentElasticsearchResourceInstancesAccepted) IsClientError() bool
IsClientError returns true when this move deployment elasticsearch resource instances accepted response has a 4xx status code
func (*MoveDeploymentElasticsearchResourceInstancesAccepted) IsCode ¶ added in v1.13.0
func (o *MoveDeploymentElasticsearchResourceInstancesAccepted) IsCode(code int) bool
IsCode returns true when this move deployment elasticsearch resource instances accepted response a status code equal to that given
func (*MoveDeploymentElasticsearchResourceInstancesAccepted) IsRedirect ¶ added in v1.13.0
func (o *MoveDeploymentElasticsearchResourceInstancesAccepted) IsRedirect() bool
IsRedirect returns true when this move deployment elasticsearch resource instances accepted response has a 3xx status code
func (*MoveDeploymentElasticsearchResourceInstancesAccepted) IsServerError ¶ added in v1.13.0
func (o *MoveDeploymentElasticsearchResourceInstancesAccepted) IsServerError() bool
IsServerError returns true when this move deployment elasticsearch resource instances accepted response has a 5xx status code
func (*MoveDeploymentElasticsearchResourceInstancesAccepted) IsSuccess ¶ added in v1.13.0
func (o *MoveDeploymentElasticsearchResourceInstancesAccepted) IsSuccess() bool
IsSuccess returns true when this move deployment elasticsearch resource instances accepted response has a 2xx status code
func (*MoveDeploymentElasticsearchResourceInstancesAccepted) String ¶ added in v1.13.0
func (o *MoveDeploymentElasticsearchResourceInstancesAccepted) String() string
type MoveDeploymentElasticsearchResourceInstancesNotFound ¶ added in v1.8.0
type MoveDeploymentElasticsearchResourceInstancesNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
MoveDeploymentElasticsearchResourceInstancesNotFound describes a response with status code 404, with default header values. * The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
* The Elasticsearch Resource specified by {ref_id} cannot be found. (code: `deployments.deployment_resource_not_found`) * One or more instances of the given resource type are missing. (code: `deployments.instances_missing_on_update_error`)
func NewMoveDeploymentElasticsearchResourceInstancesNotFound ¶ added in v1.8.0
func NewMoveDeploymentElasticsearchResourceInstancesNotFound() *MoveDeploymentElasticsearchResourceInstancesNotFound
NewMoveDeploymentElasticsearchResourceInstancesNotFound creates a MoveDeploymentElasticsearchResourceInstancesNotFound with default headers values
func (*MoveDeploymentElasticsearchResourceInstancesNotFound) Code ¶ added in v1.13.0
func (o *MoveDeploymentElasticsearchResourceInstancesNotFound) Code() int
Code gets the status code for the move deployment elasticsearch resource instances not found response
func (*MoveDeploymentElasticsearchResourceInstancesNotFound) Error ¶ added in v1.8.0
func (o *MoveDeploymentElasticsearchResourceInstancesNotFound) Error() string
func (*MoveDeploymentElasticsearchResourceInstancesNotFound) GetPayload ¶ added in v1.8.0
func (o *MoveDeploymentElasticsearchResourceInstancesNotFound) GetPayload() *models.BasicFailedReply
func (*MoveDeploymentElasticsearchResourceInstancesNotFound) IsClientError ¶ added in v1.13.0
func (o *MoveDeploymentElasticsearchResourceInstancesNotFound) IsClientError() bool
IsClientError returns true when this move deployment elasticsearch resource instances not found response has a 4xx status code
func (*MoveDeploymentElasticsearchResourceInstancesNotFound) IsCode ¶ added in v1.13.0
func (o *MoveDeploymentElasticsearchResourceInstancesNotFound) IsCode(code int) bool
IsCode returns true when this move deployment elasticsearch resource instances not found response a status code equal to that given
func (*MoveDeploymentElasticsearchResourceInstancesNotFound) IsRedirect ¶ added in v1.13.0
func (o *MoveDeploymentElasticsearchResourceInstancesNotFound) IsRedirect() bool
IsRedirect returns true when this move deployment elasticsearch resource instances not found response has a 3xx status code
func (*MoveDeploymentElasticsearchResourceInstancesNotFound) IsServerError ¶ added in v1.13.0
func (o *MoveDeploymentElasticsearchResourceInstancesNotFound) IsServerError() bool
IsServerError returns true when this move deployment elasticsearch resource instances not found response has a 5xx status code
func (*MoveDeploymentElasticsearchResourceInstancesNotFound) IsSuccess ¶ added in v1.13.0
func (o *MoveDeploymentElasticsearchResourceInstancesNotFound) IsSuccess() bool
IsSuccess returns true when this move deployment elasticsearch resource instances not found response has a 2xx status code
func (*MoveDeploymentElasticsearchResourceInstancesNotFound) String ¶ added in v1.13.0
func (o *MoveDeploymentElasticsearchResourceInstancesNotFound) String() string
type MoveDeploymentElasticsearchResourceInstancesOK ¶ added in v1.8.0
type MoveDeploymentElasticsearchResourceInstancesOK struct {
Payload *models.TransientElasticsearchPlanConfiguration
}
MoveDeploymentElasticsearchResourceInstancesOK describes a response with status code 200, with default header values.
If `validate_only` is `true`, the calculated plan is returned
func NewMoveDeploymentElasticsearchResourceInstancesOK ¶ added in v1.8.0
func NewMoveDeploymentElasticsearchResourceInstancesOK() *MoveDeploymentElasticsearchResourceInstancesOK
NewMoveDeploymentElasticsearchResourceInstancesOK creates a MoveDeploymentElasticsearchResourceInstancesOK with default headers values
func (*MoveDeploymentElasticsearchResourceInstancesOK) Code ¶ added in v1.13.0
func (o *MoveDeploymentElasticsearchResourceInstancesOK) Code() int
Code gets the status code for the move deployment elasticsearch resource instances o k response
func (*MoveDeploymentElasticsearchResourceInstancesOK) Error ¶ added in v1.8.0
func (o *MoveDeploymentElasticsearchResourceInstancesOK) Error() string
func (*MoveDeploymentElasticsearchResourceInstancesOK) GetPayload ¶ added in v1.8.0
func (o *MoveDeploymentElasticsearchResourceInstancesOK) GetPayload() *models.TransientElasticsearchPlanConfiguration
func (*MoveDeploymentElasticsearchResourceInstancesOK) IsClientError ¶ added in v1.13.0
func (o *MoveDeploymentElasticsearchResourceInstancesOK) IsClientError() bool
IsClientError returns true when this move deployment elasticsearch resource instances o k response has a 4xx status code
func (*MoveDeploymentElasticsearchResourceInstancesOK) IsCode ¶ added in v1.13.0
func (o *MoveDeploymentElasticsearchResourceInstancesOK) IsCode(code int) bool
IsCode returns true when this move deployment elasticsearch resource instances o k response a status code equal to that given
func (*MoveDeploymentElasticsearchResourceInstancesOK) IsRedirect ¶ added in v1.13.0
func (o *MoveDeploymentElasticsearchResourceInstancesOK) IsRedirect() bool
IsRedirect returns true when this move deployment elasticsearch resource instances o k response has a 3xx status code
func (*MoveDeploymentElasticsearchResourceInstancesOK) IsServerError ¶ added in v1.13.0
func (o *MoveDeploymentElasticsearchResourceInstancesOK) IsServerError() bool
IsServerError returns true when this move deployment elasticsearch resource instances o k response has a 5xx status code
func (*MoveDeploymentElasticsearchResourceInstancesOK) IsSuccess ¶ added in v1.13.0
func (o *MoveDeploymentElasticsearchResourceInstancesOK) IsSuccess() bool
IsSuccess returns true when this move deployment elasticsearch resource instances o k response has a 2xx status code
func (*MoveDeploymentElasticsearchResourceInstancesOK) String ¶ added in v1.13.0
func (o *MoveDeploymentElasticsearchResourceInstancesOK) String() string
type MoveDeploymentElasticsearchResourceInstancesParams ¶ added in v1.8.0
type MoveDeploymentElasticsearchResourceInstancesParams struct { /* Body. Overrides the default move configuration */ Body *models.TransientElasticsearchPlanConfiguration /* DeploymentID. Identifier for the Deployment. */ DeploymentID string /* ForceMove. When `true`, moves instance data at file-system level (not via Elasticsearch), and re-creates instances on target allocator(s). */ ForceMove *bool /* ForceUpdate. When `true`, cancels and overwrites the pending plans, or treats the instance as an error. */ ForceUpdate *bool /* IgnoreMissing. When `true` and the instance does not exist, proceeds to the next instance, or treats the instance as an error. */ IgnoreMissing *bool /* InstanceIds. A comma-separated list of instance identifiers. */ InstanceIds []string /* InstancesDown. When `true`, the instances specified by `instance_ids` are considered permanently shut down for data migration logic. */ InstancesDown *bool /* MoveOnly. When `true`, moves the specified instances and ignores the changes for the cluster state. Default: true */ MoveOnly *bool /* RefID. User-specified RefId for the Resource (or '_main' if there is only one). */ RefID string /* ValidateOnly. When `true`, validates the move request, then returns the calculated plan without applying the plan. */ ValidateOnly *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
MoveDeploymentElasticsearchResourceInstancesParams contains all the parameters to send to the API endpoint
for the move deployment elasticsearch resource instances operation. Typically these are written to a http.Request.
func NewMoveDeploymentElasticsearchResourceInstancesParams ¶ added in v1.8.0
func NewMoveDeploymentElasticsearchResourceInstancesParams() *MoveDeploymentElasticsearchResourceInstancesParams
NewMoveDeploymentElasticsearchResourceInstancesParams creates a new MoveDeploymentElasticsearchResourceInstancesParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewMoveDeploymentElasticsearchResourceInstancesParamsWithContext ¶ added in v1.8.0
func NewMoveDeploymentElasticsearchResourceInstancesParamsWithContext(ctx context.Context) *MoveDeploymentElasticsearchResourceInstancesParams
NewMoveDeploymentElasticsearchResourceInstancesParamsWithContext creates a new MoveDeploymentElasticsearchResourceInstancesParams object with the ability to set a context for a request.
func NewMoveDeploymentElasticsearchResourceInstancesParamsWithHTTPClient ¶ added in v1.8.0
func NewMoveDeploymentElasticsearchResourceInstancesParamsWithHTTPClient(client *http.Client) *MoveDeploymentElasticsearchResourceInstancesParams
NewMoveDeploymentElasticsearchResourceInstancesParamsWithHTTPClient creates a new MoveDeploymentElasticsearchResourceInstancesParams object with the ability to set a custom HTTPClient for a request.
func NewMoveDeploymentElasticsearchResourceInstancesParamsWithTimeout ¶ added in v1.8.0
func NewMoveDeploymentElasticsearchResourceInstancesParamsWithTimeout(timeout time.Duration) *MoveDeploymentElasticsearchResourceInstancesParams
NewMoveDeploymentElasticsearchResourceInstancesParamsWithTimeout creates a new MoveDeploymentElasticsearchResourceInstancesParams object with the ability to set a timeout on a request.
func (*MoveDeploymentElasticsearchResourceInstancesParams) SetBody ¶ added in v1.8.0
func (o *MoveDeploymentElasticsearchResourceInstancesParams) SetBody(body *models.TransientElasticsearchPlanConfiguration)
SetBody adds the body to the move deployment elasticsearch resource instances params
func (*MoveDeploymentElasticsearchResourceInstancesParams) SetContext ¶ added in v1.8.0
func (o *MoveDeploymentElasticsearchResourceInstancesParams) SetContext(ctx context.Context)
SetContext adds the context to the move deployment elasticsearch resource instances params
func (*MoveDeploymentElasticsearchResourceInstancesParams) SetDefaults ¶ added in v1.8.0
func (o *MoveDeploymentElasticsearchResourceInstancesParams) SetDefaults()
SetDefaults hydrates default values in the move deployment elasticsearch resource instances params (not the query body).
All values with no default are reset to their zero value.
func (*MoveDeploymentElasticsearchResourceInstancesParams) SetDeploymentID ¶ added in v1.8.0
func (o *MoveDeploymentElasticsearchResourceInstancesParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the move deployment elasticsearch resource instances params
func (*MoveDeploymentElasticsearchResourceInstancesParams) SetForceMove ¶ added in v1.13.0
func (o *MoveDeploymentElasticsearchResourceInstancesParams) SetForceMove(forceMove *bool)
SetForceMove adds the forceMove to the move deployment elasticsearch resource instances params
func (*MoveDeploymentElasticsearchResourceInstancesParams) SetForceUpdate ¶ added in v1.8.0
func (o *MoveDeploymentElasticsearchResourceInstancesParams) SetForceUpdate(forceUpdate *bool)
SetForceUpdate adds the forceUpdate to the move deployment elasticsearch resource instances params
func (*MoveDeploymentElasticsearchResourceInstancesParams) SetHTTPClient ¶ added in v1.8.0
func (o *MoveDeploymentElasticsearchResourceInstancesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the move deployment elasticsearch resource instances params
func (*MoveDeploymentElasticsearchResourceInstancesParams) SetIgnoreMissing ¶ added in v1.8.0
func (o *MoveDeploymentElasticsearchResourceInstancesParams) SetIgnoreMissing(ignoreMissing *bool)
SetIgnoreMissing adds the ignoreMissing to the move deployment elasticsearch resource instances params
func (*MoveDeploymentElasticsearchResourceInstancesParams) SetInstanceIds ¶ added in v1.8.0
func (o *MoveDeploymentElasticsearchResourceInstancesParams) SetInstanceIds(instanceIds []string)
SetInstanceIds adds the instanceIds to the move deployment elasticsearch resource instances params
func (*MoveDeploymentElasticsearchResourceInstancesParams) SetInstancesDown ¶ added in v1.8.0
func (o *MoveDeploymentElasticsearchResourceInstancesParams) SetInstancesDown(instancesDown *bool)
SetInstancesDown adds the instancesDown to the move deployment elasticsearch resource instances params
func (*MoveDeploymentElasticsearchResourceInstancesParams) SetMoveOnly ¶ added in v1.8.0
func (o *MoveDeploymentElasticsearchResourceInstancesParams) SetMoveOnly(moveOnly *bool)
SetMoveOnly adds the moveOnly to the move deployment elasticsearch resource instances params
func (*MoveDeploymentElasticsearchResourceInstancesParams) SetRefID ¶ added in v1.8.0
func (o *MoveDeploymentElasticsearchResourceInstancesParams) SetRefID(refID string)
SetRefID adds the refId to the move deployment elasticsearch resource instances params
func (*MoveDeploymentElasticsearchResourceInstancesParams) SetTimeout ¶ added in v1.8.0
func (o *MoveDeploymentElasticsearchResourceInstancesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the move deployment elasticsearch resource instances params
func (*MoveDeploymentElasticsearchResourceInstancesParams) SetValidateOnly ¶ added in v1.8.0
func (o *MoveDeploymentElasticsearchResourceInstancesParams) SetValidateOnly(validateOnly *bool)
SetValidateOnly adds the validateOnly to the move deployment elasticsearch resource instances params
func (*MoveDeploymentElasticsearchResourceInstancesParams) WithBody ¶ added in v1.8.0
func (o *MoveDeploymentElasticsearchResourceInstancesParams) WithBody(body *models.TransientElasticsearchPlanConfiguration) *MoveDeploymentElasticsearchResourceInstancesParams
WithBody adds the body to the move deployment elasticsearch resource instances params
func (*MoveDeploymentElasticsearchResourceInstancesParams) WithContext ¶ added in v1.8.0
func (o *MoveDeploymentElasticsearchResourceInstancesParams) WithContext(ctx context.Context) *MoveDeploymentElasticsearchResourceInstancesParams
WithContext adds the context to the move deployment elasticsearch resource instances params
func (*MoveDeploymentElasticsearchResourceInstancesParams) WithDefaults ¶ added in v1.8.0
func (o *MoveDeploymentElasticsearchResourceInstancesParams) WithDefaults() *MoveDeploymentElasticsearchResourceInstancesParams
WithDefaults hydrates default values in the move deployment elasticsearch resource instances params (not the query body).
All values with no default are reset to their zero value.
func (*MoveDeploymentElasticsearchResourceInstancesParams) WithDeploymentID ¶ added in v1.8.0
func (o *MoveDeploymentElasticsearchResourceInstancesParams) WithDeploymentID(deploymentID string) *MoveDeploymentElasticsearchResourceInstancesParams
WithDeploymentID adds the deploymentID to the move deployment elasticsearch resource instances params
func (*MoveDeploymentElasticsearchResourceInstancesParams) WithForceMove ¶ added in v1.13.0
func (o *MoveDeploymentElasticsearchResourceInstancesParams) WithForceMove(forceMove *bool) *MoveDeploymentElasticsearchResourceInstancesParams
WithForceMove adds the forceMove to the move deployment elasticsearch resource instances params
func (*MoveDeploymentElasticsearchResourceInstancesParams) WithForceUpdate ¶ added in v1.8.0
func (o *MoveDeploymentElasticsearchResourceInstancesParams) WithForceUpdate(forceUpdate *bool) *MoveDeploymentElasticsearchResourceInstancesParams
WithForceUpdate adds the forceUpdate to the move deployment elasticsearch resource instances params
func (*MoveDeploymentElasticsearchResourceInstancesParams) WithHTTPClient ¶ added in v1.8.0
func (o *MoveDeploymentElasticsearchResourceInstancesParams) WithHTTPClient(client *http.Client) *MoveDeploymentElasticsearchResourceInstancesParams
WithHTTPClient adds the HTTPClient to the move deployment elasticsearch resource instances params
func (*MoveDeploymentElasticsearchResourceInstancesParams) WithIgnoreMissing ¶ added in v1.8.0
func (o *MoveDeploymentElasticsearchResourceInstancesParams) WithIgnoreMissing(ignoreMissing *bool) *MoveDeploymentElasticsearchResourceInstancesParams
WithIgnoreMissing adds the ignoreMissing to the move deployment elasticsearch resource instances params
func (*MoveDeploymentElasticsearchResourceInstancesParams) WithInstanceIds ¶ added in v1.8.0
func (o *MoveDeploymentElasticsearchResourceInstancesParams) WithInstanceIds(instanceIds []string) *MoveDeploymentElasticsearchResourceInstancesParams
WithInstanceIds adds the instanceIds to the move deployment elasticsearch resource instances params
func (*MoveDeploymentElasticsearchResourceInstancesParams) WithInstancesDown ¶ added in v1.8.0
func (o *MoveDeploymentElasticsearchResourceInstancesParams) WithInstancesDown(instancesDown *bool) *MoveDeploymentElasticsearchResourceInstancesParams
WithInstancesDown adds the instancesDown to the move deployment elasticsearch resource instances params
func (*MoveDeploymentElasticsearchResourceInstancesParams) WithMoveOnly ¶ added in v1.8.0
func (o *MoveDeploymentElasticsearchResourceInstancesParams) WithMoveOnly(moveOnly *bool) *MoveDeploymentElasticsearchResourceInstancesParams
WithMoveOnly adds the moveOnly to the move deployment elasticsearch resource instances params
func (*MoveDeploymentElasticsearchResourceInstancesParams) WithRefID ¶ added in v1.8.0
func (o *MoveDeploymentElasticsearchResourceInstancesParams) WithRefID(refID string) *MoveDeploymentElasticsearchResourceInstancesParams
WithRefID adds the refID to the move deployment elasticsearch resource instances params
func (*MoveDeploymentElasticsearchResourceInstancesParams) WithTimeout ¶ added in v1.8.0
func (o *MoveDeploymentElasticsearchResourceInstancesParams) WithTimeout(timeout time.Duration) *MoveDeploymentElasticsearchResourceInstancesParams
WithTimeout adds the timeout to the move deployment elasticsearch resource instances params
func (*MoveDeploymentElasticsearchResourceInstancesParams) WithValidateOnly ¶ added in v1.8.0
func (o *MoveDeploymentElasticsearchResourceInstancesParams) WithValidateOnly(validateOnly *bool) *MoveDeploymentElasticsearchResourceInstancesParams
WithValidateOnly adds the validateOnly to the move deployment elasticsearch resource instances params
func (*MoveDeploymentElasticsearchResourceInstancesParams) WriteToRequest ¶ added in v1.8.0
func (o *MoveDeploymentElasticsearchResourceInstancesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type MoveDeploymentElasticsearchResourceInstancesReader ¶ added in v1.8.0
type MoveDeploymentElasticsearchResourceInstancesReader struct {
// contains filtered or unexported fields
}
MoveDeploymentElasticsearchResourceInstancesReader is a Reader for the MoveDeploymentElasticsearchResourceInstances structure.
func (*MoveDeploymentElasticsearchResourceInstancesReader) ReadResponse ¶ added in v1.8.0
func (o *MoveDeploymentElasticsearchResourceInstancesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PostDeploymentResourceProxyRequestsNotFound ¶ added in v1.7.0
type PostDeploymentResourceProxyRequestsNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
PostDeploymentResourceProxyRequestsNotFound describes a response with status code 404, with default header values. * The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
* The Resource specified by {ref_id} cannot be found. (code: `deployments.deployment_resource_not_found`) * The Resource specified by {ref_id} cannot be found. (code: `clusters.cluster_not_found`)
func NewPostDeploymentResourceProxyRequestsNotFound ¶ added in v1.7.0
func NewPostDeploymentResourceProxyRequestsNotFound() *PostDeploymentResourceProxyRequestsNotFound
NewPostDeploymentResourceProxyRequestsNotFound creates a PostDeploymentResourceProxyRequestsNotFound with default headers values
func (*PostDeploymentResourceProxyRequestsNotFound) Code ¶ added in v1.13.0
func (o *PostDeploymentResourceProxyRequestsNotFound) Code() int
Code gets the status code for the post deployment resource proxy requests not found response
func (*PostDeploymentResourceProxyRequestsNotFound) Error ¶ added in v1.7.0
func (o *PostDeploymentResourceProxyRequestsNotFound) Error() string
func (*PostDeploymentResourceProxyRequestsNotFound) GetPayload ¶ added in v1.7.0
func (o *PostDeploymentResourceProxyRequestsNotFound) GetPayload() *models.BasicFailedReply
func (*PostDeploymentResourceProxyRequestsNotFound) IsClientError ¶ added in v1.13.0
func (o *PostDeploymentResourceProxyRequestsNotFound) IsClientError() bool
IsClientError returns true when this post deployment resource proxy requests not found response has a 4xx status code
func (*PostDeploymentResourceProxyRequestsNotFound) IsCode ¶ added in v1.13.0
func (o *PostDeploymentResourceProxyRequestsNotFound) IsCode(code int) bool
IsCode returns true when this post deployment resource proxy requests not found response a status code equal to that given
func (*PostDeploymentResourceProxyRequestsNotFound) IsRedirect ¶ added in v1.13.0
func (o *PostDeploymentResourceProxyRequestsNotFound) IsRedirect() bool
IsRedirect returns true when this post deployment resource proxy requests not found response has a 3xx status code
func (*PostDeploymentResourceProxyRequestsNotFound) IsServerError ¶ added in v1.13.0
func (o *PostDeploymentResourceProxyRequestsNotFound) IsServerError() bool
IsServerError returns true when this post deployment resource proxy requests not found response has a 5xx status code
func (*PostDeploymentResourceProxyRequestsNotFound) IsSuccess ¶ added in v1.13.0
func (o *PostDeploymentResourceProxyRequestsNotFound) IsSuccess() bool
IsSuccess returns true when this post deployment resource proxy requests not found response has a 2xx status code
func (*PostDeploymentResourceProxyRequestsNotFound) String ¶ added in v1.13.0
func (o *PostDeploymentResourceProxyRequestsNotFound) String() string
type PostDeploymentResourceProxyRequestsOK ¶ added in v1.7.0
type PostDeploymentResourceProxyRequestsOK struct {
Payload *models.GenericResponse
}
PostDeploymentResourceProxyRequestsOK describes a response with status code 200, with default header values.
The request has been processed successfully through the proxy.
func NewPostDeploymentResourceProxyRequestsOK ¶ added in v1.7.0
func NewPostDeploymentResourceProxyRequestsOK() *PostDeploymentResourceProxyRequestsOK
NewPostDeploymentResourceProxyRequestsOK creates a PostDeploymentResourceProxyRequestsOK with default headers values
func (*PostDeploymentResourceProxyRequestsOK) Code ¶ added in v1.13.0
func (o *PostDeploymentResourceProxyRequestsOK) Code() int
Code gets the status code for the post deployment resource proxy requests o k response
func (*PostDeploymentResourceProxyRequestsOK) Error ¶ added in v1.7.0
func (o *PostDeploymentResourceProxyRequestsOK) Error() string
func (*PostDeploymentResourceProxyRequestsOK) GetPayload ¶ added in v1.7.0
func (o *PostDeploymentResourceProxyRequestsOK) GetPayload() *models.GenericResponse
func (*PostDeploymentResourceProxyRequestsOK) IsClientError ¶ added in v1.13.0
func (o *PostDeploymentResourceProxyRequestsOK) IsClientError() bool
IsClientError returns true when this post deployment resource proxy requests o k response has a 4xx status code
func (*PostDeploymentResourceProxyRequestsOK) IsCode ¶ added in v1.13.0
func (o *PostDeploymentResourceProxyRequestsOK) IsCode(code int) bool
IsCode returns true when this post deployment resource proxy requests o k response a status code equal to that given
func (*PostDeploymentResourceProxyRequestsOK) IsRedirect ¶ added in v1.13.0
func (o *PostDeploymentResourceProxyRequestsOK) IsRedirect() bool
IsRedirect returns true when this post deployment resource proxy requests o k response has a 3xx status code
func (*PostDeploymentResourceProxyRequestsOK) IsServerError ¶ added in v1.13.0
func (o *PostDeploymentResourceProxyRequestsOK) IsServerError() bool
IsServerError returns true when this post deployment resource proxy requests o k response has a 5xx status code
func (*PostDeploymentResourceProxyRequestsOK) IsSuccess ¶ added in v1.13.0
func (o *PostDeploymentResourceProxyRequestsOK) IsSuccess() bool
IsSuccess returns true when this post deployment resource proxy requests o k response has a 2xx status code
func (*PostDeploymentResourceProxyRequestsOK) String ¶ added in v1.13.0
func (o *PostDeploymentResourceProxyRequestsOK) String() string
type PostDeploymentResourceProxyRequestsParams ¶ added in v1.7.0
type PostDeploymentResourceProxyRequestsParams struct { /* XManagementRequest. You must specify the `X-Management-Request` HTTP header with value `true`. NOTE: Use this endpoint for management purposes. It does not provide high performance. */ XManagementRequest string /* Body. The JSON payload to proxy to the deployment resource. */ Body string /* DeploymentID. Identifier for the Deployment */ DeploymentID string /* ProxyPath. The URL part to proxy to the deployment resource. Example: _cat/indices, /api/spaces/space or /api/ent/v1/internal/health */ ProxyPath string /* RefID. User-specified RefId for the Resource (or '_main' if there is only one) */ RefID string /* ResourceKind. The kind of resource */ ResourceKind string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PostDeploymentResourceProxyRequestsParams contains all the parameters to send to the API endpoint
for the post deployment resource proxy requests operation. Typically these are written to a http.Request.
func NewPostDeploymentResourceProxyRequestsParams ¶ added in v1.7.0
func NewPostDeploymentResourceProxyRequestsParams() *PostDeploymentResourceProxyRequestsParams
NewPostDeploymentResourceProxyRequestsParams creates a new PostDeploymentResourceProxyRequestsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewPostDeploymentResourceProxyRequestsParamsWithContext ¶ added in v1.7.0
func NewPostDeploymentResourceProxyRequestsParamsWithContext(ctx context.Context) *PostDeploymentResourceProxyRequestsParams
NewPostDeploymentResourceProxyRequestsParamsWithContext creates a new PostDeploymentResourceProxyRequestsParams object with the ability to set a context for a request.
func NewPostDeploymentResourceProxyRequestsParamsWithHTTPClient ¶ added in v1.7.0
func NewPostDeploymentResourceProxyRequestsParamsWithHTTPClient(client *http.Client) *PostDeploymentResourceProxyRequestsParams
NewPostDeploymentResourceProxyRequestsParamsWithHTTPClient creates a new PostDeploymentResourceProxyRequestsParams object with the ability to set a custom HTTPClient for a request.
func NewPostDeploymentResourceProxyRequestsParamsWithTimeout ¶ added in v1.7.0
func NewPostDeploymentResourceProxyRequestsParamsWithTimeout(timeout time.Duration) *PostDeploymentResourceProxyRequestsParams
NewPostDeploymentResourceProxyRequestsParamsWithTimeout creates a new PostDeploymentResourceProxyRequestsParams object with the ability to set a timeout on a request.
func (*PostDeploymentResourceProxyRequestsParams) SetBody ¶ added in v1.7.0
func (o *PostDeploymentResourceProxyRequestsParams) SetBody(body string)
SetBody adds the body to the post deployment resource proxy requests params
func (*PostDeploymentResourceProxyRequestsParams) SetContext ¶ added in v1.7.0
func (o *PostDeploymentResourceProxyRequestsParams) SetContext(ctx context.Context)
SetContext adds the context to the post deployment resource proxy requests params
func (*PostDeploymentResourceProxyRequestsParams) SetDefaults ¶ added in v1.7.0
func (o *PostDeploymentResourceProxyRequestsParams) SetDefaults()
SetDefaults hydrates default values in the post deployment resource proxy requests params (not the query body).
All values with no default are reset to their zero value.
func (*PostDeploymentResourceProxyRequestsParams) SetDeploymentID ¶ added in v1.7.0
func (o *PostDeploymentResourceProxyRequestsParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the post deployment resource proxy requests params
func (*PostDeploymentResourceProxyRequestsParams) SetHTTPClient ¶ added in v1.7.0
func (o *PostDeploymentResourceProxyRequestsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the post deployment resource proxy requests params
func (*PostDeploymentResourceProxyRequestsParams) SetProxyPath ¶ added in v1.7.0
func (o *PostDeploymentResourceProxyRequestsParams) SetProxyPath(proxyPath string)
SetProxyPath adds the proxyPath to the post deployment resource proxy requests params
func (*PostDeploymentResourceProxyRequestsParams) SetRefID ¶ added in v1.7.0
func (o *PostDeploymentResourceProxyRequestsParams) SetRefID(refID string)
SetRefID adds the refId to the post deployment resource proxy requests params
func (*PostDeploymentResourceProxyRequestsParams) SetResourceKind ¶ added in v1.7.0
func (o *PostDeploymentResourceProxyRequestsParams) SetResourceKind(resourceKind string)
SetResourceKind adds the resourceKind to the post deployment resource proxy requests params
func (*PostDeploymentResourceProxyRequestsParams) SetTimeout ¶ added in v1.7.0
func (o *PostDeploymentResourceProxyRequestsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the post deployment resource proxy requests params
func (*PostDeploymentResourceProxyRequestsParams) SetXManagementRequest ¶ added in v1.7.0
func (o *PostDeploymentResourceProxyRequestsParams) SetXManagementRequest(xManagementRequest string)
SetXManagementRequest adds the xManagementRequest to the post deployment resource proxy requests params
func (*PostDeploymentResourceProxyRequestsParams) WithBody ¶ added in v1.7.0
func (o *PostDeploymentResourceProxyRequestsParams) WithBody(body string) *PostDeploymentResourceProxyRequestsParams
WithBody adds the body to the post deployment resource proxy requests params
func (*PostDeploymentResourceProxyRequestsParams) WithContext ¶ added in v1.7.0
func (o *PostDeploymentResourceProxyRequestsParams) WithContext(ctx context.Context) *PostDeploymentResourceProxyRequestsParams
WithContext adds the context to the post deployment resource proxy requests params
func (*PostDeploymentResourceProxyRequestsParams) WithDefaults ¶ added in v1.7.0
func (o *PostDeploymentResourceProxyRequestsParams) WithDefaults() *PostDeploymentResourceProxyRequestsParams
WithDefaults hydrates default values in the post deployment resource proxy requests params (not the query body).
All values with no default are reset to their zero value.
func (*PostDeploymentResourceProxyRequestsParams) WithDeploymentID ¶ added in v1.7.0
func (o *PostDeploymentResourceProxyRequestsParams) WithDeploymentID(deploymentID string) *PostDeploymentResourceProxyRequestsParams
WithDeploymentID adds the deploymentID to the post deployment resource proxy requests params
func (*PostDeploymentResourceProxyRequestsParams) WithHTTPClient ¶ added in v1.7.0
func (o *PostDeploymentResourceProxyRequestsParams) WithHTTPClient(client *http.Client) *PostDeploymentResourceProxyRequestsParams
WithHTTPClient adds the HTTPClient to the post deployment resource proxy requests params
func (*PostDeploymentResourceProxyRequestsParams) WithProxyPath ¶ added in v1.7.0
func (o *PostDeploymentResourceProxyRequestsParams) WithProxyPath(proxyPath string) *PostDeploymentResourceProxyRequestsParams
WithProxyPath adds the proxyPath to the post deployment resource proxy requests params
func (*PostDeploymentResourceProxyRequestsParams) WithRefID ¶ added in v1.7.0
func (o *PostDeploymentResourceProxyRequestsParams) WithRefID(refID string) *PostDeploymentResourceProxyRequestsParams
WithRefID adds the refID to the post deployment resource proxy requests params
func (*PostDeploymentResourceProxyRequestsParams) WithResourceKind ¶ added in v1.7.0
func (o *PostDeploymentResourceProxyRequestsParams) WithResourceKind(resourceKind string) *PostDeploymentResourceProxyRequestsParams
WithResourceKind adds the resourceKind to the post deployment resource proxy requests params
func (*PostDeploymentResourceProxyRequestsParams) WithTimeout ¶ added in v1.7.0
func (o *PostDeploymentResourceProxyRequestsParams) WithTimeout(timeout time.Duration) *PostDeploymentResourceProxyRequestsParams
WithTimeout adds the timeout to the post deployment resource proxy requests params
func (*PostDeploymentResourceProxyRequestsParams) WithXManagementRequest ¶ added in v1.7.0
func (o *PostDeploymentResourceProxyRequestsParams) WithXManagementRequest(xManagementRequest string) *PostDeploymentResourceProxyRequestsParams
WithXManagementRequest adds the xManagementRequest to the post deployment resource proxy requests params
func (*PostDeploymentResourceProxyRequestsParams) WriteToRequest ¶ added in v1.7.0
func (o *PostDeploymentResourceProxyRequestsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PostDeploymentResourceProxyRequestsReader ¶ added in v1.7.0
type PostDeploymentResourceProxyRequestsReader struct {
// contains filtered or unexported fields
}
PostDeploymentResourceProxyRequestsReader is a Reader for the PostDeploymentResourceProxyRequests structure.
func (*PostDeploymentResourceProxyRequestsReader) ReadResponse ¶ added in v1.7.0
func (o *PostDeploymentResourceProxyRequestsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PutDeploymentResourceProxyRequestsNotFound ¶ added in v1.7.0
type PutDeploymentResourceProxyRequestsNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
PutDeploymentResourceProxyRequestsNotFound describes a response with status code 404, with default header values. * The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
* The Resource specified by {ref_id} cannot be found. (code: `deployments.deployment_resource_not_found`) * The Resource specified by {ref_id} cannot be found. (code: `clusters.cluster_not_found`)
func NewPutDeploymentResourceProxyRequestsNotFound ¶ added in v1.7.0
func NewPutDeploymentResourceProxyRequestsNotFound() *PutDeploymentResourceProxyRequestsNotFound
NewPutDeploymentResourceProxyRequestsNotFound creates a PutDeploymentResourceProxyRequestsNotFound with default headers values
func (*PutDeploymentResourceProxyRequestsNotFound) Code ¶ added in v1.13.0
func (o *PutDeploymentResourceProxyRequestsNotFound) Code() int
Code gets the status code for the put deployment resource proxy requests not found response
func (*PutDeploymentResourceProxyRequestsNotFound) Error ¶ added in v1.7.0
func (o *PutDeploymentResourceProxyRequestsNotFound) Error() string
func (*PutDeploymentResourceProxyRequestsNotFound) GetPayload ¶ added in v1.7.0
func (o *PutDeploymentResourceProxyRequestsNotFound) GetPayload() *models.BasicFailedReply
func (*PutDeploymentResourceProxyRequestsNotFound) IsClientError ¶ added in v1.13.0
func (o *PutDeploymentResourceProxyRequestsNotFound) IsClientError() bool
IsClientError returns true when this put deployment resource proxy requests not found response has a 4xx status code
func (*PutDeploymentResourceProxyRequestsNotFound) IsCode ¶ added in v1.13.0
func (o *PutDeploymentResourceProxyRequestsNotFound) IsCode(code int) bool
IsCode returns true when this put deployment resource proxy requests not found response a status code equal to that given
func (*PutDeploymentResourceProxyRequestsNotFound) IsRedirect ¶ added in v1.13.0
func (o *PutDeploymentResourceProxyRequestsNotFound) IsRedirect() bool
IsRedirect returns true when this put deployment resource proxy requests not found response has a 3xx status code
func (*PutDeploymentResourceProxyRequestsNotFound) IsServerError ¶ added in v1.13.0
func (o *PutDeploymentResourceProxyRequestsNotFound) IsServerError() bool
IsServerError returns true when this put deployment resource proxy requests not found response has a 5xx status code
func (*PutDeploymentResourceProxyRequestsNotFound) IsSuccess ¶ added in v1.13.0
func (o *PutDeploymentResourceProxyRequestsNotFound) IsSuccess() bool
IsSuccess returns true when this put deployment resource proxy requests not found response has a 2xx status code
func (*PutDeploymentResourceProxyRequestsNotFound) String ¶ added in v1.13.0
func (o *PutDeploymentResourceProxyRequestsNotFound) String() string
type PutDeploymentResourceProxyRequestsOK ¶ added in v1.7.0
type PutDeploymentResourceProxyRequestsOK struct {
Payload *models.GenericResponse
}
PutDeploymentResourceProxyRequestsOK describes a response with status code 200, with default header values.
The request has been processed successfully through the proxy.
func NewPutDeploymentResourceProxyRequestsOK ¶ added in v1.7.0
func NewPutDeploymentResourceProxyRequestsOK() *PutDeploymentResourceProxyRequestsOK
NewPutDeploymentResourceProxyRequestsOK creates a PutDeploymentResourceProxyRequestsOK with default headers values
func (*PutDeploymentResourceProxyRequestsOK) Code ¶ added in v1.13.0
func (o *PutDeploymentResourceProxyRequestsOK) Code() int
Code gets the status code for the put deployment resource proxy requests o k response
func (*PutDeploymentResourceProxyRequestsOK) Error ¶ added in v1.7.0
func (o *PutDeploymentResourceProxyRequestsOK) Error() string
func (*PutDeploymentResourceProxyRequestsOK) GetPayload ¶ added in v1.7.0
func (o *PutDeploymentResourceProxyRequestsOK) GetPayload() *models.GenericResponse
func (*PutDeploymentResourceProxyRequestsOK) IsClientError ¶ added in v1.13.0
func (o *PutDeploymentResourceProxyRequestsOK) IsClientError() bool
IsClientError returns true when this put deployment resource proxy requests o k response has a 4xx status code
func (*PutDeploymentResourceProxyRequestsOK) IsCode ¶ added in v1.13.0
func (o *PutDeploymentResourceProxyRequestsOK) IsCode(code int) bool
IsCode returns true when this put deployment resource proxy requests o k response a status code equal to that given
func (*PutDeploymentResourceProxyRequestsOK) IsRedirect ¶ added in v1.13.0
func (o *PutDeploymentResourceProxyRequestsOK) IsRedirect() bool
IsRedirect returns true when this put deployment resource proxy requests o k response has a 3xx status code
func (*PutDeploymentResourceProxyRequestsOK) IsServerError ¶ added in v1.13.0
func (o *PutDeploymentResourceProxyRequestsOK) IsServerError() bool
IsServerError returns true when this put deployment resource proxy requests o k response has a 5xx status code
func (*PutDeploymentResourceProxyRequestsOK) IsSuccess ¶ added in v1.13.0
func (o *PutDeploymentResourceProxyRequestsOK) IsSuccess() bool
IsSuccess returns true when this put deployment resource proxy requests o k response has a 2xx status code
func (*PutDeploymentResourceProxyRequestsOK) String ¶ added in v1.13.0
func (o *PutDeploymentResourceProxyRequestsOK) String() string
type PutDeploymentResourceProxyRequestsParams ¶ added in v1.7.0
type PutDeploymentResourceProxyRequestsParams struct { /* XManagementRequest. You must specify the `X-Management-Request` HTTP header with value `true`. NOTE: Use this endpoint for management purposes. It does not provide high performance. */ XManagementRequest string /* Body. The JSON payload to proxy to the deployment resource. */ Body string /* DeploymentID. Identifier for the Deployment */ DeploymentID string /* ProxyPath. The URL part to proxy to the deployment resource. Example: _cat/indices, /api/spaces/space or /api/ent/v1/internal/health */ ProxyPath string /* RefID. User-specified RefId for the Resource (or '_main' if there is only one) */ RefID string /* ResourceKind. The kind of resource */ ResourceKind string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PutDeploymentResourceProxyRequestsParams contains all the parameters to send to the API endpoint
for the put deployment resource proxy requests operation. Typically these are written to a http.Request.
func NewPutDeploymentResourceProxyRequestsParams ¶ added in v1.7.0
func NewPutDeploymentResourceProxyRequestsParams() *PutDeploymentResourceProxyRequestsParams
NewPutDeploymentResourceProxyRequestsParams creates a new PutDeploymentResourceProxyRequestsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewPutDeploymentResourceProxyRequestsParamsWithContext ¶ added in v1.7.0
func NewPutDeploymentResourceProxyRequestsParamsWithContext(ctx context.Context) *PutDeploymentResourceProxyRequestsParams
NewPutDeploymentResourceProxyRequestsParamsWithContext creates a new PutDeploymentResourceProxyRequestsParams object with the ability to set a context for a request.
func NewPutDeploymentResourceProxyRequestsParamsWithHTTPClient ¶ added in v1.7.0
func NewPutDeploymentResourceProxyRequestsParamsWithHTTPClient(client *http.Client) *PutDeploymentResourceProxyRequestsParams
NewPutDeploymentResourceProxyRequestsParamsWithHTTPClient creates a new PutDeploymentResourceProxyRequestsParams object with the ability to set a custom HTTPClient for a request.
func NewPutDeploymentResourceProxyRequestsParamsWithTimeout ¶ added in v1.7.0
func NewPutDeploymentResourceProxyRequestsParamsWithTimeout(timeout time.Duration) *PutDeploymentResourceProxyRequestsParams
NewPutDeploymentResourceProxyRequestsParamsWithTimeout creates a new PutDeploymentResourceProxyRequestsParams object with the ability to set a timeout on a request.
func (*PutDeploymentResourceProxyRequestsParams) SetBody ¶ added in v1.7.0
func (o *PutDeploymentResourceProxyRequestsParams) SetBody(body string)
SetBody adds the body to the put deployment resource proxy requests params
func (*PutDeploymentResourceProxyRequestsParams) SetContext ¶ added in v1.7.0
func (o *PutDeploymentResourceProxyRequestsParams) SetContext(ctx context.Context)
SetContext adds the context to the put deployment resource proxy requests params
func (*PutDeploymentResourceProxyRequestsParams) SetDefaults ¶ added in v1.7.0
func (o *PutDeploymentResourceProxyRequestsParams) SetDefaults()
SetDefaults hydrates default values in the put deployment resource proxy requests params (not the query body).
All values with no default are reset to their zero value.
func (*PutDeploymentResourceProxyRequestsParams) SetDeploymentID ¶ added in v1.7.0
func (o *PutDeploymentResourceProxyRequestsParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the put deployment resource proxy requests params
func (*PutDeploymentResourceProxyRequestsParams) SetHTTPClient ¶ added in v1.7.0
func (o *PutDeploymentResourceProxyRequestsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the put deployment resource proxy requests params
func (*PutDeploymentResourceProxyRequestsParams) SetProxyPath ¶ added in v1.7.0
func (o *PutDeploymentResourceProxyRequestsParams) SetProxyPath(proxyPath string)
SetProxyPath adds the proxyPath to the put deployment resource proxy requests params
func (*PutDeploymentResourceProxyRequestsParams) SetRefID ¶ added in v1.7.0
func (o *PutDeploymentResourceProxyRequestsParams) SetRefID(refID string)
SetRefID adds the refId to the put deployment resource proxy requests params
func (*PutDeploymentResourceProxyRequestsParams) SetResourceKind ¶ added in v1.7.0
func (o *PutDeploymentResourceProxyRequestsParams) SetResourceKind(resourceKind string)
SetResourceKind adds the resourceKind to the put deployment resource proxy requests params
func (*PutDeploymentResourceProxyRequestsParams) SetTimeout ¶ added in v1.7.0
func (o *PutDeploymentResourceProxyRequestsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the put deployment resource proxy requests params
func (*PutDeploymentResourceProxyRequestsParams) SetXManagementRequest ¶ added in v1.7.0
func (o *PutDeploymentResourceProxyRequestsParams) SetXManagementRequest(xManagementRequest string)
SetXManagementRequest adds the xManagementRequest to the put deployment resource proxy requests params
func (*PutDeploymentResourceProxyRequestsParams) WithBody ¶ added in v1.7.0
func (o *PutDeploymentResourceProxyRequestsParams) WithBody(body string) *PutDeploymentResourceProxyRequestsParams
WithBody adds the body to the put deployment resource proxy requests params
func (*PutDeploymentResourceProxyRequestsParams) WithContext ¶ added in v1.7.0
func (o *PutDeploymentResourceProxyRequestsParams) WithContext(ctx context.Context) *PutDeploymentResourceProxyRequestsParams
WithContext adds the context to the put deployment resource proxy requests params
func (*PutDeploymentResourceProxyRequestsParams) WithDefaults ¶ added in v1.7.0
func (o *PutDeploymentResourceProxyRequestsParams) WithDefaults() *PutDeploymentResourceProxyRequestsParams
WithDefaults hydrates default values in the put deployment resource proxy requests params (not the query body).
All values with no default are reset to their zero value.
func (*PutDeploymentResourceProxyRequestsParams) WithDeploymentID ¶ added in v1.7.0
func (o *PutDeploymentResourceProxyRequestsParams) WithDeploymentID(deploymentID string) *PutDeploymentResourceProxyRequestsParams
WithDeploymentID adds the deploymentID to the put deployment resource proxy requests params
func (*PutDeploymentResourceProxyRequestsParams) WithHTTPClient ¶ added in v1.7.0
func (o *PutDeploymentResourceProxyRequestsParams) WithHTTPClient(client *http.Client) *PutDeploymentResourceProxyRequestsParams
WithHTTPClient adds the HTTPClient to the put deployment resource proxy requests params
func (*PutDeploymentResourceProxyRequestsParams) WithProxyPath ¶ added in v1.7.0
func (o *PutDeploymentResourceProxyRequestsParams) WithProxyPath(proxyPath string) *PutDeploymentResourceProxyRequestsParams
WithProxyPath adds the proxyPath to the put deployment resource proxy requests params
func (*PutDeploymentResourceProxyRequestsParams) WithRefID ¶ added in v1.7.0
func (o *PutDeploymentResourceProxyRequestsParams) WithRefID(refID string) *PutDeploymentResourceProxyRequestsParams
WithRefID adds the refID to the put deployment resource proxy requests params
func (*PutDeploymentResourceProxyRequestsParams) WithResourceKind ¶ added in v1.7.0
func (o *PutDeploymentResourceProxyRequestsParams) WithResourceKind(resourceKind string) *PutDeploymentResourceProxyRequestsParams
WithResourceKind adds the resourceKind to the put deployment resource proxy requests params
func (*PutDeploymentResourceProxyRequestsParams) WithTimeout ¶ added in v1.7.0
func (o *PutDeploymentResourceProxyRequestsParams) WithTimeout(timeout time.Duration) *PutDeploymentResourceProxyRequestsParams
WithTimeout adds the timeout to the put deployment resource proxy requests params
func (*PutDeploymentResourceProxyRequestsParams) WithXManagementRequest ¶ added in v1.7.0
func (o *PutDeploymentResourceProxyRequestsParams) WithXManagementRequest(xManagementRequest string) *PutDeploymentResourceProxyRequestsParams
WithXManagementRequest adds the xManagementRequest to the put deployment resource proxy requests params
func (*PutDeploymentResourceProxyRequestsParams) WriteToRequest ¶ added in v1.7.0
func (o *PutDeploymentResourceProxyRequestsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PutDeploymentResourceProxyRequestsReader ¶ added in v1.7.0
type PutDeploymentResourceProxyRequestsReader struct {
// contains filtered or unexported fields
}
PutDeploymentResourceProxyRequestsReader is a Reader for the PutDeploymentResourceProxyRequests structure.
func (*PutDeploymentResourceProxyRequestsReader) ReadResponse ¶ added in v1.7.0
func (o *PutDeploymentResourceProxyRequestsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ResetElasticsearchUserPasswordInternalServerError ¶
type ResetElasticsearchUserPasswordInternalServerError struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
ResetElasticsearchUserPasswordInternalServerError describes a response with status code 500, with default header values.
Failed to reset the 'elastic' user's password. (code: `deployments.elasticsearch.password_reset_error`)
func NewResetElasticsearchUserPasswordInternalServerError ¶
func NewResetElasticsearchUserPasswordInternalServerError() *ResetElasticsearchUserPasswordInternalServerError
NewResetElasticsearchUserPasswordInternalServerError creates a ResetElasticsearchUserPasswordInternalServerError with default headers values
func (*ResetElasticsearchUserPasswordInternalServerError) Code ¶ added in v1.13.0
func (o *ResetElasticsearchUserPasswordInternalServerError) Code() int
Code gets the status code for the reset elasticsearch user password internal server error response
func (*ResetElasticsearchUserPasswordInternalServerError) Error ¶
func (o *ResetElasticsearchUserPasswordInternalServerError) Error() string
func (*ResetElasticsearchUserPasswordInternalServerError) GetPayload ¶
func (o *ResetElasticsearchUserPasswordInternalServerError) GetPayload() *models.BasicFailedReply
func (*ResetElasticsearchUserPasswordInternalServerError) IsClientError ¶ added in v1.13.0
func (o *ResetElasticsearchUserPasswordInternalServerError) IsClientError() bool
IsClientError returns true when this reset elasticsearch user password internal server error response has a 4xx status code
func (*ResetElasticsearchUserPasswordInternalServerError) IsCode ¶ added in v1.13.0
func (o *ResetElasticsearchUserPasswordInternalServerError) IsCode(code int) bool
IsCode returns true when this reset elasticsearch user password internal server error response a status code equal to that given
func (*ResetElasticsearchUserPasswordInternalServerError) IsRedirect ¶ added in v1.13.0
func (o *ResetElasticsearchUserPasswordInternalServerError) IsRedirect() bool
IsRedirect returns true when this reset elasticsearch user password internal server error response has a 3xx status code
func (*ResetElasticsearchUserPasswordInternalServerError) IsServerError ¶ added in v1.13.0
func (o *ResetElasticsearchUserPasswordInternalServerError) IsServerError() bool
IsServerError returns true when this reset elasticsearch user password internal server error response has a 5xx status code
func (*ResetElasticsearchUserPasswordInternalServerError) IsSuccess ¶ added in v1.13.0
func (o *ResetElasticsearchUserPasswordInternalServerError) IsSuccess() bool
IsSuccess returns true when this reset elasticsearch user password internal server error response has a 2xx status code
func (*ResetElasticsearchUserPasswordInternalServerError) String ¶ added in v1.13.0
func (o *ResetElasticsearchUserPasswordInternalServerError) String() string
type ResetElasticsearchUserPasswordNotFound ¶
type ResetElasticsearchUserPasswordNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
ResetElasticsearchUserPasswordNotFound describes a response with status code 404, with default header values. * The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
* The Resource specified by {ref_id} cannot be found. (code: `deployments.deployment_resource_not_found`)
func NewResetElasticsearchUserPasswordNotFound ¶
func NewResetElasticsearchUserPasswordNotFound() *ResetElasticsearchUserPasswordNotFound
NewResetElasticsearchUserPasswordNotFound creates a ResetElasticsearchUserPasswordNotFound with default headers values
func (*ResetElasticsearchUserPasswordNotFound) Code ¶ added in v1.13.0
func (o *ResetElasticsearchUserPasswordNotFound) Code() int
Code gets the status code for the reset elasticsearch user password not found response
func (*ResetElasticsearchUserPasswordNotFound) Error ¶
func (o *ResetElasticsearchUserPasswordNotFound) Error() string
func (*ResetElasticsearchUserPasswordNotFound) GetPayload ¶
func (o *ResetElasticsearchUserPasswordNotFound) GetPayload() *models.BasicFailedReply
func (*ResetElasticsearchUserPasswordNotFound) IsClientError ¶ added in v1.13.0
func (o *ResetElasticsearchUserPasswordNotFound) IsClientError() bool
IsClientError returns true when this reset elasticsearch user password not found response has a 4xx status code
func (*ResetElasticsearchUserPasswordNotFound) IsCode ¶ added in v1.13.0
func (o *ResetElasticsearchUserPasswordNotFound) IsCode(code int) bool
IsCode returns true when this reset elasticsearch user password not found response a status code equal to that given
func (*ResetElasticsearchUserPasswordNotFound) IsRedirect ¶ added in v1.13.0
func (o *ResetElasticsearchUserPasswordNotFound) IsRedirect() bool
IsRedirect returns true when this reset elasticsearch user password not found response has a 3xx status code
func (*ResetElasticsearchUserPasswordNotFound) IsServerError ¶ added in v1.13.0
func (o *ResetElasticsearchUserPasswordNotFound) IsServerError() bool
IsServerError returns true when this reset elasticsearch user password not found response has a 5xx status code
func (*ResetElasticsearchUserPasswordNotFound) IsSuccess ¶ added in v1.13.0
func (o *ResetElasticsearchUserPasswordNotFound) IsSuccess() bool
IsSuccess returns true when this reset elasticsearch user password not found response has a 2xx status code
func (*ResetElasticsearchUserPasswordNotFound) String ¶ added in v1.13.0
func (o *ResetElasticsearchUserPasswordNotFound) String() string
type ResetElasticsearchUserPasswordOK ¶
type ResetElasticsearchUserPasswordOK struct {
Payload *models.ElasticsearchElasticUserPasswordResetResponse
}
ResetElasticsearchUserPasswordOK describes a response with status code 200, with default header values.
The password reset was out carried successfully
func NewResetElasticsearchUserPasswordOK ¶
func NewResetElasticsearchUserPasswordOK() *ResetElasticsearchUserPasswordOK
NewResetElasticsearchUserPasswordOK creates a ResetElasticsearchUserPasswordOK with default headers values
func (*ResetElasticsearchUserPasswordOK) Code ¶ added in v1.13.0
func (o *ResetElasticsearchUserPasswordOK) Code() int
Code gets the status code for the reset elasticsearch user password o k response
func (*ResetElasticsearchUserPasswordOK) Error ¶
func (o *ResetElasticsearchUserPasswordOK) Error() string
func (*ResetElasticsearchUserPasswordOK) GetPayload ¶
func (o *ResetElasticsearchUserPasswordOK) GetPayload() *models.ElasticsearchElasticUserPasswordResetResponse
func (*ResetElasticsearchUserPasswordOK) IsClientError ¶ added in v1.13.0
func (o *ResetElasticsearchUserPasswordOK) IsClientError() bool
IsClientError returns true when this reset elasticsearch user password o k response has a 4xx status code
func (*ResetElasticsearchUserPasswordOK) IsCode ¶ added in v1.13.0
func (o *ResetElasticsearchUserPasswordOK) IsCode(code int) bool
IsCode returns true when this reset elasticsearch user password o k response a status code equal to that given
func (*ResetElasticsearchUserPasswordOK) IsRedirect ¶ added in v1.13.0
func (o *ResetElasticsearchUserPasswordOK) IsRedirect() bool
IsRedirect returns true when this reset elasticsearch user password o k response has a 3xx status code
func (*ResetElasticsearchUserPasswordOK) IsServerError ¶ added in v1.13.0
func (o *ResetElasticsearchUserPasswordOK) IsServerError() bool
IsServerError returns true when this reset elasticsearch user password o k response has a 5xx status code
func (*ResetElasticsearchUserPasswordOK) IsSuccess ¶ added in v1.13.0
func (o *ResetElasticsearchUserPasswordOK) IsSuccess() bool
IsSuccess returns true when this reset elasticsearch user password o k response has a 2xx status code
func (*ResetElasticsearchUserPasswordOK) String ¶ added in v1.13.0
func (o *ResetElasticsearchUserPasswordOK) String() string
type ResetElasticsearchUserPasswordParams ¶
type ResetElasticsearchUserPasswordParams struct { /* CheckCompletion. If true, will not reset elastic user password and instead will return a status code signaling whether or not the current credentials are ready to use (eg from creation or the last call to _reset_password) */ CheckCompletion *bool /* DeploymentID. Identifier for the Deployment. */ DeploymentID string /* RefID. User-specified RefId for the Resource (or '_main' if there is only one). */ RefID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ResetElasticsearchUserPasswordParams contains all the parameters to send to the API endpoint
for the reset elasticsearch user password operation. Typically these are written to a http.Request.
func NewResetElasticsearchUserPasswordParams ¶
func NewResetElasticsearchUserPasswordParams() *ResetElasticsearchUserPasswordParams
NewResetElasticsearchUserPasswordParams creates a new ResetElasticsearchUserPasswordParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewResetElasticsearchUserPasswordParamsWithContext ¶
func NewResetElasticsearchUserPasswordParamsWithContext(ctx context.Context) *ResetElasticsearchUserPasswordParams
NewResetElasticsearchUserPasswordParamsWithContext creates a new ResetElasticsearchUserPasswordParams object with the ability to set a context for a request.
func NewResetElasticsearchUserPasswordParamsWithHTTPClient ¶
func NewResetElasticsearchUserPasswordParamsWithHTTPClient(client *http.Client) *ResetElasticsearchUserPasswordParams
NewResetElasticsearchUserPasswordParamsWithHTTPClient creates a new ResetElasticsearchUserPasswordParams object with the ability to set a custom HTTPClient for a request.
func NewResetElasticsearchUserPasswordParamsWithTimeout ¶
func NewResetElasticsearchUserPasswordParamsWithTimeout(timeout time.Duration) *ResetElasticsearchUserPasswordParams
NewResetElasticsearchUserPasswordParamsWithTimeout creates a new ResetElasticsearchUserPasswordParams object with the ability to set a timeout on a request.
func (*ResetElasticsearchUserPasswordParams) SetCheckCompletion ¶ added in v1.21.0
func (o *ResetElasticsearchUserPasswordParams) SetCheckCompletion(checkCompletion *bool)
SetCheckCompletion adds the checkCompletion to the reset elasticsearch user password params
func (*ResetElasticsearchUserPasswordParams) SetContext ¶
func (o *ResetElasticsearchUserPasswordParams) SetContext(ctx context.Context)
SetContext adds the context to the reset elasticsearch user password params
func (*ResetElasticsearchUserPasswordParams) SetDefaults ¶ added in v1.3.0
func (o *ResetElasticsearchUserPasswordParams) SetDefaults()
SetDefaults hydrates default values in the reset elasticsearch user password params (not the query body).
All values with no default are reset to their zero value.
func (*ResetElasticsearchUserPasswordParams) SetDeploymentID ¶
func (o *ResetElasticsearchUserPasswordParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the reset elasticsearch user password params
func (*ResetElasticsearchUserPasswordParams) SetHTTPClient ¶
func (o *ResetElasticsearchUserPasswordParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the reset elasticsearch user password params
func (*ResetElasticsearchUserPasswordParams) SetRefID ¶
func (o *ResetElasticsearchUserPasswordParams) SetRefID(refID string)
SetRefID adds the refId to the reset elasticsearch user password params
func (*ResetElasticsearchUserPasswordParams) SetTimeout ¶
func (o *ResetElasticsearchUserPasswordParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the reset elasticsearch user password params
func (*ResetElasticsearchUserPasswordParams) WithCheckCompletion ¶ added in v1.21.0
func (o *ResetElasticsearchUserPasswordParams) WithCheckCompletion(checkCompletion *bool) *ResetElasticsearchUserPasswordParams
WithCheckCompletion adds the checkCompletion to the reset elasticsearch user password params
func (*ResetElasticsearchUserPasswordParams) WithContext ¶
func (o *ResetElasticsearchUserPasswordParams) WithContext(ctx context.Context) *ResetElasticsearchUserPasswordParams
WithContext adds the context to the reset elasticsearch user password params
func (*ResetElasticsearchUserPasswordParams) WithDefaults ¶ added in v1.3.0
func (o *ResetElasticsearchUserPasswordParams) WithDefaults() *ResetElasticsearchUserPasswordParams
WithDefaults hydrates default values in the reset elasticsearch user password params (not the query body).
All values with no default are reset to their zero value.
func (*ResetElasticsearchUserPasswordParams) WithDeploymentID ¶
func (o *ResetElasticsearchUserPasswordParams) WithDeploymentID(deploymentID string) *ResetElasticsearchUserPasswordParams
WithDeploymentID adds the deploymentID to the reset elasticsearch user password params
func (*ResetElasticsearchUserPasswordParams) WithHTTPClient ¶
func (o *ResetElasticsearchUserPasswordParams) WithHTTPClient(client *http.Client) *ResetElasticsearchUserPasswordParams
WithHTTPClient adds the HTTPClient to the reset elasticsearch user password params
func (*ResetElasticsearchUserPasswordParams) WithRefID ¶
func (o *ResetElasticsearchUserPasswordParams) WithRefID(refID string) *ResetElasticsearchUserPasswordParams
WithRefID adds the refID to the reset elasticsearch user password params
func (*ResetElasticsearchUserPasswordParams) WithTimeout ¶
func (o *ResetElasticsearchUserPasswordParams) WithTimeout(timeout time.Duration) *ResetElasticsearchUserPasswordParams
WithTimeout adds the timeout to the reset elasticsearch user password params
func (*ResetElasticsearchUserPasswordParams) WriteToRequest ¶
func (o *ResetElasticsearchUserPasswordParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ResetElasticsearchUserPasswordReader ¶
type ResetElasticsearchUserPasswordReader struct {
// contains filtered or unexported fields
}
ResetElasticsearchUserPasswordReader is a Reader for the ResetElasticsearchUserPassword structure.
func (*ResetElasticsearchUserPasswordReader) ReadResponse ¶
func (o *ResetElasticsearchUserPasswordReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RestartDeploymentEsResourceAccepted ¶
type RestartDeploymentEsResourceAccepted struct {
Payload *models.DeploymentResourceCommandResponse
}
RestartDeploymentEsResourceAccepted describes a response with status code 202, with default header values.
The restart command was issued successfully.
func NewRestartDeploymentEsResourceAccepted ¶
func NewRestartDeploymentEsResourceAccepted() *RestartDeploymentEsResourceAccepted
NewRestartDeploymentEsResourceAccepted creates a RestartDeploymentEsResourceAccepted with default headers values
func (*RestartDeploymentEsResourceAccepted) Code ¶ added in v1.13.0
func (o *RestartDeploymentEsResourceAccepted) Code() int
Code gets the status code for the restart deployment es resource accepted response
func (*RestartDeploymentEsResourceAccepted) Error ¶
func (o *RestartDeploymentEsResourceAccepted) Error() string
func (*RestartDeploymentEsResourceAccepted) GetPayload ¶
func (o *RestartDeploymentEsResourceAccepted) GetPayload() *models.DeploymentResourceCommandResponse
func (*RestartDeploymentEsResourceAccepted) IsClientError ¶ added in v1.13.0
func (o *RestartDeploymentEsResourceAccepted) IsClientError() bool
IsClientError returns true when this restart deployment es resource accepted response has a 4xx status code
func (*RestartDeploymentEsResourceAccepted) IsCode ¶ added in v1.13.0
func (o *RestartDeploymentEsResourceAccepted) IsCode(code int) bool
IsCode returns true when this restart deployment es resource accepted response a status code equal to that given
func (*RestartDeploymentEsResourceAccepted) IsRedirect ¶ added in v1.13.0
func (o *RestartDeploymentEsResourceAccepted) IsRedirect() bool
IsRedirect returns true when this restart deployment es resource accepted response has a 3xx status code
func (*RestartDeploymentEsResourceAccepted) IsServerError ¶ added in v1.13.0
func (o *RestartDeploymentEsResourceAccepted) IsServerError() bool
IsServerError returns true when this restart deployment es resource accepted response has a 5xx status code
func (*RestartDeploymentEsResourceAccepted) IsSuccess ¶ added in v1.13.0
func (o *RestartDeploymentEsResourceAccepted) IsSuccess() bool
IsSuccess returns true when this restart deployment es resource accepted response has a 2xx status code
func (*RestartDeploymentEsResourceAccepted) String ¶ added in v1.13.0
func (o *RestartDeploymentEsResourceAccepted) String() string
type RestartDeploymentEsResourceInternalServerError ¶
type RestartDeploymentEsResourceInternalServerError struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
RestartDeploymentEsResourceInternalServerError describes a response with status code 500, with default header values.
A Resource that was previously stored no longer exists. (code: `deployments.deployment_resource_no_longer_exists`)
func NewRestartDeploymentEsResourceInternalServerError ¶
func NewRestartDeploymentEsResourceInternalServerError() *RestartDeploymentEsResourceInternalServerError
NewRestartDeploymentEsResourceInternalServerError creates a RestartDeploymentEsResourceInternalServerError with default headers values
func (*RestartDeploymentEsResourceInternalServerError) Code ¶ added in v1.13.0
func (o *RestartDeploymentEsResourceInternalServerError) Code() int
Code gets the status code for the restart deployment es resource internal server error response
func (*RestartDeploymentEsResourceInternalServerError) Error ¶
func (o *RestartDeploymentEsResourceInternalServerError) Error() string
func (*RestartDeploymentEsResourceInternalServerError) GetPayload ¶
func (o *RestartDeploymentEsResourceInternalServerError) GetPayload() *models.BasicFailedReply
func (*RestartDeploymentEsResourceInternalServerError) IsClientError ¶ added in v1.13.0
func (o *RestartDeploymentEsResourceInternalServerError) IsClientError() bool
IsClientError returns true when this restart deployment es resource internal server error response has a 4xx status code
func (*RestartDeploymentEsResourceInternalServerError) IsCode ¶ added in v1.13.0
func (o *RestartDeploymentEsResourceInternalServerError) IsCode(code int) bool
IsCode returns true when this restart deployment es resource internal server error response a status code equal to that given
func (*RestartDeploymentEsResourceInternalServerError) IsRedirect ¶ added in v1.13.0
func (o *RestartDeploymentEsResourceInternalServerError) IsRedirect() bool
IsRedirect returns true when this restart deployment es resource internal server error response has a 3xx status code
func (*RestartDeploymentEsResourceInternalServerError) IsServerError ¶ added in v1.13.0
func (o *RestartDeploymentEsResourceInternalServerError) IsServerError() bool
IsServerError returns true when this restart deployment es resource internal server error response has a 5xx status code
func (*RestartDeploymentEsResourceInternalServerError) IsSuccess ¶ added in v1.13.0
func (o *RestartDeploymentEsResourceInternalServerError) IsSuccess() bool
IsSuccess returns true when this restart deployment es resource internal server error response has a 2xx status code
func (*RestartDeploymentEsResourceInternalServerError) String ¶ added in v1.13.0
func (o *RestartDeploymentEsResourceInternalServerError) String() string
type RestartDeploymentEsResourceNotFound ¶
type RestartDeploymentEsResourceNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
RestartDeploymentEsResourceNotFound describes a response with status code 404, with default header values. * The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
* The Resource specified by {ref_id} cannot be found. (code: `deployments.deployment_resource_not_found`)
func NewRestartDeploymentEsResourceNotFound ¶
func NewRestartDeploymentEsResourceNotFound() *RestartDeploymentEsResourceNotFound
NewRestartDeploymentEsResourceNotFound creates a RestartDeploymentEsResourceNotFound with default headers values
func (*RestartDeploymentEsResourceNotFound) Code ¶ added in v1.13.0
func (o *RestartDeploymentEsResourceNotFound) Code() int
Code gets the status code for the restart deployment es resource not found response
func (*RestartDeploymentEsResourceNotFound) Error ¶
func (o *RestartDeploymentEsResourceNotFound) Error() string
func (*RestartDeploymentEsResourceNotFound) GetPayload ¶
func (o *RestartDeploymentEsResourceNotFound) GetPayload() *models.BasicFailedReply
func (*RestartDeploymentEsResourceNotFound) IsClientError ¶ added in v1.13.0
func (o *RestartDeploymentEsResourceNotFound) IsClientError() bool
IsClientError returns true when this restart deployment es resource not found response has a 4xx status code
func (*RestartDeploymentEsResourceNotFound) IsCode ¶ added in v1.13.0
func (o *RestartDeploymentEsResourceNotFound) IsCode(code int) bool
IsCode returns true when this restart deployment es resource not found response a status code equal to that given
func (*RestartDeploymentEsResourceNotFound) IsRedirect ¶ added in v1.13.0
func (o *RestartDeploymentEsResourceNotFound) IsRedirect() bool
IsRedirect returns true when this restart deployment es resource not found response has a 3xx status code
func (*RestartDeploymentEsResourceNotFound) IsServerError ¶ added in v1.13.0
func (o *RestartDeploymentEsResourceNotFound) IsServerError() bool
IsServerError returns true when this restart deployment es resource not found response has a 5xx status code
func (*RestartDeploymentEsResourceNotFound) IsSuccess ¶ added in v1.13.0
func (o *RestartDeploymentEsResourceNotFound) IsSuccess() bool
IsSuccess returns true when this restart deployment es resource not found response has a 2xx status code
func (*RestartDeploymentEsResourceNotFound) String ¶ added in v1.13.0
func (o *RestartDeploymentEsResourceNotFound) String() string
type RestartDeploymentEsResourceParams ¶
type RestartDeploymentEsResourceParams struct { /* CancelPending. If true, cancels any pending plans before restarting. If false and there are pending plans, returns an error. */ CancelPending *bool /* DeploymentID. Identifier for the Deployment. */ DeploymentID string /* GroupAttribute. Indicates the property or properties used to divide the list of instances to restart in groups. Valid options are: '\_\_all\_\_' (restart all at once), '\_\_zone\_\_' by logical zone, '\_\_name\_\_' one instance at a time, or a comma-separated list of attributes of the instances Default: "__zone__" */ GroupAttribute *string /* RefID. User-specified RefId for the Resource (or '_main' if there is only one). */ RefID string /* RestoreSnapshot. When set to true and restoring from shutdown, then will restore the cluster from the last snapshot (if available). Default: true */ RestoreSnapshot *bool /* ShardInitWaitTime. The time, in seconds, to wait for shards that show no progress of initializing, before rolling the next group (default: 10 minutes) Default: 600 */ ShardInitWaitTime *int64 /* SkipSnapshot. If true, will not take a snapshot of the cluster before restarting. Default: true */ SkipSnapshot *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RestartDeploymentEsResourceParams contains all the parameters to send to the API endpoint
for the restart deployment es resource operation. Typically these are written to a http.Request.
func NewRestartDeploymentEsResourceParams ¶
func NewRestartDeploymentEsResourceParams() *RestartDeploymentEsResourceParams
NewRestartDeploymentEsResourceParams creates a new RestartDeploymentEsResourceParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewRestartDeploymentEsResourceParamsWithContext ¶
func NewRestartDeploymentEsResourceParamsWithContext(ctx context.Context) *RestartDeploymentEsResourceParams
NewRestartDeploymentEsResourceParamsWithContext creates a new RestartDeploymentEsResourceParams object with the ability to set a context for a request.
func NewRestartDeploymentEsResourceParamsWithHTTPClient ¶
func NewRestartDeploymentEsResourceParamsWithHTTPClient(client *http.Client) *RestartDeploymentEsResourceParams
NewRestartDeploymentEsResourceParamsWithHTTPClient creates a new RestartDeploymentEsResourceParams object with the ability to set a custom HTTPClient for a request.
func NewRestartDeploymentEsResourceParamsWithTimeout ¶
func NewRestartDeploymentEsResourceParamsWithTimeout(timeout time.Duration) *RestartDeploymentEsResourceParams
NewRestartDeploymentEsResourceParamsWithTimeout creates a new RestartDeploymentEsResourceParams object with the ability to set a timeout on a request.
func (*RestartDeploymentEsResourceParams) SetCancelPending ¶
func (o *RestartDeploymentEsResourceParams) SetCancelPending(cancelPending *bool)
SetCancelPending adds the cancelPending to the restart deployment es resource params
func (*RestartDeploymentEsResourceParams) SetContext ¶
func (o *RestartDeploymentEsResourceParams) SetContext(ctx context.Context)
SetContext adds the context to the restart deployment es resource params
func (*RestartDeploymentEsResourceParams) SetDefaults ¶ added in v1.3.0
func (o *RestartDeploymentEsResourceParams) SetDefaults()
SetDefaults hydrates default values in the restart deployment es resource params (not the query body).
All values with no default are reset to their zero value.
func (*RestartDeploymentEsResourceParams) SetDeploymentID ¶
func (o *RestartDeploymentEsResourceParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the restart deployment es resource params
func (*RestartDeploymentEsResourceParams) SetGroupAttribute ¶
func (o *RestartDeploymentEsResourceParams) SetGroupAttribute(groupAttribute *string)
SetGroupAttribute adds the groupAttribute to the restart deployment es resource params
func (*RestartDeploymentEsResourceParams) SetHTTPClient ¶
func (o *RestartDeploymentEsResourceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the restart deployment es resource params
func (*RestartDeploymentEsResourceParams) SetRefID ¶
func (o *RestartDeploymentEsResourceParams) SetRefID(refID string)
SetRefID adds the refId to the restart deployment es resource params
func (*RestartDeploymentEsResourceParams) SetRestoreSnapshot ¶
func (o *RestartDeploymentEsResourceParams) SetRestoreSnapshot(restoreSnapshot *bool)
SetRestoreSnapshot adds the restoreSnapshot to the restart deployment es resource params
func (*RestartDeploymentEsResourceParams) SetShardInitWaitTime ¶
func (o *RestartDeploymentEsResourceParams) SetShardInitWaitTime(shardInitWaitTime *int64)
SetShardInitWaitTime adds the shardInitWaitTime to the restart deployment es resource params
func (*RestartDeploymentEsResourceParams) SetSkipSnapshot ¶
func (o *RestartDeploymentEsResourceParams) SetSkipSnapshot(skipSnapshot *bool)
SetSkipSnapshot adds the skipSnapshot to the restart deployment es resource params
func (*RestartDeploymentEsResourceParams) SetTimeout ¶
func (o *RestartDeploymentEsResourceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the restart deployment es resource params
func (*RestartDeploymentEsResourceParams) WithCancelPending ¶
func (o *RestartDeploymentEsResourceParams) WithCancelPending(cancelPending *bool) *RestartDeploymentEsResourceParams
WithCancelPending adds the cancelPending to the restart deployment es resource params
func (*RestartDeploymentEsResourceParams) WithContext ¶
func (o *RestartDeploymentEsResourceParams) WithContext(ctx context.Context) *RestartDeploymentEsResourceParams
WithContext adds the context to the restart deployment es resource params
func (*RestartDeploymentEsResourceParams) WithDefaults ¶ added in v1.3.0
func (o *RestartDeploymentEsResourceParams) WithDefaults() *RestartDeploymentEsResourceParams
WithDefaults hydrates default values in the restart deployment es resource params (not the query body).
All values with no default are reset to their zero value.
func (*RestartDeploymentEsResourceParams) WithDeploymentID ¶
func (o *RestartDeploymentEsResourceParams) WithDeploymentID(deploymentID string) *RestartDeploymentEsResourceParams
WithDeploymentID adds the deploymentID to the restart deployment es resource params
func (*RestartDeploymentEsResourceParams) WithGroupAttribute ¶
func (o *RestartDeploymentEsResourceParams) WithGroupAttribute(groupAttribute *string) *RestartDeploymentEsResourceParams
WithGroupAttribute adds the groupAttribute to the restart deployment es resource params
func (*RestartDeploymentEsResourceParams) WithHTTPClient ¶
func (o *RestartDeploymentEsResourceParams) WithHTTPClient(client *http.Client) *RestartDeploymentEsResourceParams
WithHTTPClient adds the HTTPClient to the restart deployment es resource params
func (*RestartDeploymentEsResourceParams) WithRefID ¶
func (o *RestartDeploymentEsResourceParams) WithRefID(refID string) *RestartDeploymentEsResourceParams
WithRefID adds the refID to the restart deployment es resource params
func (*RestartDeploymentEsResourceParams) WithRestoreSnapshot ¶
func (o *RestartDeploymentEsResourceParams) WithRestoreSnapshot(restoreSnapshot *bool) *RestartDeploymentEsResourceParams
WithRestoreSnapshot adds the restoreSnapshot to the restart deployment es resource params
func (*RestartDeploymentEsResourceParams) WithShardInitWaitTime ¶
func (o *RestartDeploymentEsResourceParams) WithShardInitWaitTime(shardInitWaitTime *int64) *RestartDeploymentEsResourceParams
WithShardInitWaitTime adds the shardInitWaitTime to the restart deployment es resource params
func (*RestartDeploymentEsResourceParams) WithSkipSnapshot ¶
func (o *RestartDeploymentEsResourceParams) WithSkipSnapshot(skipSnapshot *bool) *RestartDeploymentEsResourceParams
WithSkipSnapshot adds the skipSnapshot to the restart deployment es resource params
func (*RestartDeploymentEsResourceParams) WithTimeout ¶
func (o *RestartDeploymentEsResourceParams) WithTimeout(timeout time.Duration) *RestartDeploymentEsResourceParams
WithTimeout adds the timeout to the restart deployment es resource params
func (*RestartDeploymentEsResourceParams) WriteToRequest ¶
func (o *RestartDeploymentEsResourceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RestartDeploymentEsResourceReader ¶
type RestartDeploymentEsResourceReader struct {
// contains filtered or unexported fields
}
RestartDeploymentEsResourceReader is a Reader for the RestartDeploymentEsResource structure.
func (*RestartDeploymentEsResourceReader) ReadResponse ¶
func (o *RestartDeploymentEsResourceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RestartDeploymentEsResourceUnprocessableEntity ¶
type RestartDeploymentEsResourceUnprocessableEntity struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
RestartDeploymentEsResourceUnprocessableEntity describes a response with status code 422, with default header values.
The command sent to a Resource found the Resource in an illegal state, the error message gives more details. (code: `deployments.deployment_resource_plan_change_error`)
func NewRestartDeploymentEsResourceUnprocessableEntity ¶
func NewRestartDeploymentEsResourceUnprocessableEntity() *RestartDeploymentEsResourceUnprocessableEntity
NewRestartDeploymentEsResourceUnprocessableEntity creates a RestartDeploymentEsResourceUnprocessableEntity with default headers values
func (*RestartDeploymentEsResourceUnprocessableEntity) Code ¶ added in v1.13.0
func (o *RestartDeploymentEsResourceUnprocessableEntity) Code() int
Code gets the status code for the restart deployment es resource unprocessable entity response
func (*RestartDeploymentEsResourceUnprocessableEntity) Error ¶
func (o *RestartDeploymentEsResourceUnprocessableEntity) Error() string
func (*RestartDeploymentEsResourceUnprocessableEntity) GetPayload ¶
func (o *RestartDeploymentEsResourceUnprocessableEntity) GetPayload() *models.BasicFailedReply
func (*RestartDeploymentEsResourceUnprocessableEntity) IsClientError ¶ added in v1.13.0
func (o *RestartDeploymentEsResourceUnprocessableEntity) IsClientError() bool
IsClientError returns true when this restart deployment es resource unprocessable entity response has a 4xx status code
func (*RestartDeploymentEsResourceUnprocessableEntity) IsCode ¶ added in v1.13.0
func (o *RestartDeploymentEsResourceUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this restart deployment es resource unprocessable entity response a status code equal to that given
func (*RestartDeploymentEsResourceUnprocessableEntity) IsRedirect ¶ added in v1.13.0
func (o *RestartDeploymentEsResourceUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this restart deployment es resource unprocessable entity response has a 3xx status code
func (*RestartDeploymentEsResourceUnprocessableEntity) IsServerError ¶ added in v1.13.0
func (o *RestartDeploymentEsResourceUnprocessableEntity) IsServerError() bool
IsServerError returns true when this restart deployment es resource unprocessable entity response has a 5xx status code
func (*RestartDeploymentEsResourceUnprocessableEntity) IsSuccess ¶ added in v1.13.0
func (o *RestartDeploymentEsResourceUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this restart deployment es resource unprocessable entity response has a 2xx status code
func (*RestartDeploymentEsResourceUnprocessableEntity) String ¶ added in v1.13.0
func (o *RestartDeploymentEsResourceUnprocessableEntity) String() string
type RestartDeploymentStatelessResourceAccepted ¶
type RestartDeploymentStatelessResourceAccepted struct {
Payload *models.DeploymentResourceCommandResponse
}
RestartDeploymentStatelessResourceAccepted describes a response with status code 202, with default header values.
The restart command was issued successfully
func NewRestartDeploymentStatelessResourceAccepted ¶
func NewRestartDeploymentStatelessResourceAccepted() *RestartDeploymentStatelessResourceAccepted
NewRestartDeploymentStatelessResourceAccepted creates a RestartDeploymentStatelessResourceAccepted with default headers values
func (*RestartDeploymentStatelessResourceAccepted) Code ¶ added in v1.13.0
func (o *RestartDeploymentStatelessResourceAccepted) Code() int
Code gets the status code for the restart deployment stateless resource accepted response
func (*RestartDeploymentStatelessResourceAccepted) Error ¶
func (o *RestartDeploymentStatelessResourceAccepted) Error() string
func (*RestartDeploymentStatelessResourceAccepted) GetPayload ¶
func (o *RestartDeploymentStatelessResourceAccepted) GetPayload() *models.DeploymentResourceCommandResponse
func (*RestartDeploymentStatelessResourceAccepted) IsClientError ¶ added in v1.13.0
func (o *RestartDeploymentStatelessResourceAccepted) IsClientError() bool
IsClientError returns true when this restart deployment stateless resource accepted response has a 4xx status code
func (*RestartDeploymentStatelessResourceAccepted) IsCode ¶ added in v1.13.0
func (o *RestartDeploymentStatelessResourceAccepted) IsCode(code int) bool
IsCode returns true when this restart deployment stateless resource accepted response a status code equal to that given
func (*RestartDeploymentStatelessResourceAccepted) IsRedirect ¶ added in v1.13.0
func (o *RestartDeploymentStatelessResourceAccepted) IsRedirect() bool
IsRedirect returns true when this restart deployment stateless resource accepted response has a 3xx status code
func (*RestartDeploymentStatelessResourceAccepted) IsServerError ¶ added in v1.13.0
func (o *RestartDeploymentStatelessResourceAccepted) IsServerError() bool
IsServerError returns true when this restart deployment stateless resource accepted response has a 5xx status code
func (*RestartDeploymentStatelessResourceAccepted) IsSuccess ¶ added in v1.13.0
func (o *RestartDeploymentStatelessResourceAccepted) IsSuccess() bool
IsSuccess returns true when this restart deployment stateless resource accepted response has a 2xx status code
func (*RestartDeploymentStatelessResourceAccepted) String ¶ added in v1.13.0
func (o *RestartDeploymentStatelessResourceAccepted) String() string
type RestartDeploymentStatelessResourceInternalServerError ¶
type RestartDeploymentStatelessResourceInternalServerError struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
RestartDeploymentStatelessResourceInternalServerError describes a response with status code 500, with default header values.
We have failed you. (code: `deployments.deployment_resource_no_longer_exists`)
func NewRestartDeploymentStatelessResourceInternalServerError ¶
func NewRestartDeploymentStatelessResourceInternalServerError() *RestartDeploymentStatelessResourceInternalServerError
NewRestartDeploymentStatelessResourceInternalServerError creates a RestartDeploymentStatelessResourceInternalServerError with default headers values
func (*RestartDeploymentStatelessResourceInternalServerError) Code ¶ added in v1.13.0
func (o *RestartDeploymentStatelessResourceInternalServerError) Code() int
Code gets the status code for the restart deployment stateless resource internal server error response
func (*RestartDeploymentStatelessResourceInternalServerError) Error ¶
func (o *RestartDeploymentStatelessResourceInternalServerError) Error() string
func (*RestartDeploymentStatelessResourceInternalServerError) GetPayload ¶
func (o *RestartDeploymentStatelessResourceInternalServerError) GetPayload() *models.BasicFailedReply
func (*RestartDeploymentStatelessResourceInternalServerError) IsClientError ¶ added in v1.13.0
func (o *RestartDeploymentStatelessResourceInternalServerError) IsClientError() bool
IsClientError returns true when this restart deployment stateless resource internal server error response has a 4xx status code
func (*RestartDeploymentStatelessResourceInternalServerError) IsCode ¶ added in v1.13.0
func (o *RestartDeploymentStatelessResourceInternalServerError) IsCode(code int) bool
IsCode returns true when this restart deployment stateless resource internal server error response a status code equal to that given
func (*RestartDeploymentStatelessResourceInternalServerError) IsRedirect ¶ added in v1.13.0
func (o *RestartDeploymentStatelessResourceInternalServerError) IsRedirect() bool
IsRedirect returns true when this restart deployment stateless resource internal server error response has a 3xx status code
func (*RestartDeploymentStatelessResourceInternalServerError) IsServerError ¶ added in v1.13.0
func (o *RestartDeploymentStatelessResourceInternalServerError) IsServerError() bool
IsServerError returns true when this restart deployment stateless resource internal server error response has a 5xx status code
func (*RestartDeploymentStatelessResourceInternalServerError) IsSuccess ¶ added in v1.13.0
func (o *RestartDeploymentStatelessResourceInternalServerError) IsSuccess() bool
IsSuccess returns true when this restart deployment stateless resource internal server error response has a 2xx status code
func (*RestartDeploymentStatelessResourceInternalServerError) String ¶ added in v1.13.0
func (o *RestartDeploymentStatelessResourceInternalServerError) String() string
type RestartDeploymentStatelessResourceNotFound ¶
type RestartDeploymentStatelessResourceNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
RestartDeploymentStatelessResourceNotFound describes a response with status code 404, with default header values. * The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
* The Resource specified by {ref_id} cannot be found. (code: `deployments.deployment_resource_not_found`)
func NewRestartDeploymentStatelessResourceNotFound ¶
func NewRestartDeploymentStatelessResourceNotFound() *RestartDeploymentStatelessResourceNotFound
NewRestartDeploymentStatelessResourceNotFound creates a RestartDeploymentStatelessResourceNotFound with default headers values
func (*RestartDeploymentStatelessResourceNotFound) Code ¶ added in v1.13.0
func (o *RestartDeploymentStatelessResourceNotFound) Code() int
Code gets the status code for the restart deployment stateless resource not found response
func (*RestartDeploymentStatelessResourceNotFound) Error ¶
func (o *RestartDeploymentStatelessResourceNotFound) Error() string
func (*RestartDeploymentStatelessResourceNotFound) GetPayload ¶
func (o *RestartDeploymentStatelessResourceNotFound) GetPayload() *models.BasicFailedReply
func (*RestartDeploymentStatelessResourceNotFound) IsClientError ¶ added in v1.13.0
func (o *RestartDeploymentStatelessResourceNotFound) IsClientError() bool
IsClientError returns true when this restart deployment stateless resource not found response has a 4xx status code
func (*RestartDeploymentStatelessResourceNotFound) IsCode ¶ added in v1.13.0
func (o *RestartDeploymentStatelessResourceNotFound) IsCode(code int) bool
IsCode returns true when this restart deployment stateless resource not found response a status code equal to that given
func (*RestartDeploymentStatelessResourceNotFound) IsRedirect ¶ added in v1.13.0
func (o *RestartDeploymentStatelessResourceNotFound) IsRedirect() bool
IsRedirect returns true when this restart deployment stateless resource not found response has a 3xx status code
func (*RestartDeploymentStatelessResourceNotFound) IsServerError ¶ added in v1.13.0
func (o *RestartDeploymentStatelessResourceNotFound) IsServerError() bool
IsServerError returns true when this restart deployment stateless resource not found response has a 5xx status code
func (*RestartDeploymentStatelessResourceNotFound) IsSuccess ¶ added in v1.13.0
func (o *RestartDeploymentStatelessResourceNotFound) IsSuccess() bool
IsSuccess returns true when this restart deployment stateless resource not found response has a 2xx status code
func (*RestartDeploymentStatelessResourceNotFound) String ¶ added in v1.13.0
func (o *RestartDeploymentStatelessResourceNotFound) String() string
type RestartDeploymentStatelessResourceParams ¶
type RestartDeploymentStatelessResourceParams struct { /* CancelPending. If true, cancels any pending plans before restarting. If false and there are pending plans, returns an error. */ CancelPending *bool /* DeploymentID. Identifier for the Deployment. */ DeploymentID string /* RefID. User-specified RefId for the Resource (or '_main' if there is only one). */ RefID string /* StatelessResourceKind. The kind of stateless resource */ StatelessResourceKind string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RestartDeploymentStatelessResourceParams contains all the parameters to send to the API endpoint
for the restart deployment stateless resource operation. Typically these are written to a http.Request.
func NewRestartDeploymentStatelessResourceParams ¶
func NewRestartDeploymentStatelessResourceParams() *RestartDeploymentStatelessResourceParams
NewRestartDeploymentStatelessResourceParams creates a new RestartDeploymentStatelessResourceParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewRestartDeploymentStatelessResourceParamsWithContext ¶
func NewRestartDeploymentStatelessResourceParamsWithContext(ctx context.Context) *RestartDeploymentStatelessResourceParams
NewRestartDeploymentStatelessResourceParamsWithContext creates a new RestartDeploymentStatelessResourceParams object with the ability to set a context for a request.
func NewRestartDeploymentStatelessResourceParamsWithHTTPClient ¶
func NewRestartDeploymentStatelessResourceParamsWithHTTPClient(client *http.Client) *RestartDeploymentStatelessResourceParams
NewRestartDeploymentStatelessResourceParamsWithHTTPClient creates a new RestartDeploymentStatelessResourceParams object with the ability to set a custom HTTPClient for a request.
func NewRestartDeploymentStatelessResourceParamsWithTimeout ¶
func NewRestartDeploymentStatelessResourceParamsWithTimeout(timeout time.Duration) *RestartDeploymentStatelessResourceParams
NewRestartDeploymentStatelessResourceParamsWithTimeout creates a new RestartDeploymentStatelessResourceParams object with the ability to set a timeout on a request.
func (*RestartDeploymentStatelessResourceParams) SetCancelPending ¶
func (o *RestartDeploymentStatelessResourceParams) SetCancelPending(cancelPending *bool)
SetCancelPending adds the cancelPending to the restart deployment stateless resource params
func (*RestartDeploymentStatelessResourceParams) SetContext ¶
func (o *RestartDeploymentStatelessResourceParams) SetContext(ctx context.Context)
SetContext adds the context to the restart deployment stateless resource params
func (*RestartDeploymentStatelessResourceParams) SetDefaults ¶ added in v1.3.0
func (o *RestartDeploymentStatelessResourceParams) SetDefaults()
SetDefaults hydrates default values in the restart deployment stateless resource params (not the query body).
All values with no default are reset to their zero value.
func (*RestartDeploymentStatelessResourceParams) SetDeploymentID ¶
func (o *RestartDeploymentStatelessResourceParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the restart deployment stateless resource params
func (*RestartDeploymentStatelessResourceParams) SetHTTPClient ¶
func (o *RestartDeploymentStatelessResourceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the restart deployment stateless resource params
func (*RestartDeploymentStatelessResourceParams) SetRefID ¶
func (o *RestartDeploymentStatelessResourceParams) SetRefID(refID string)
SetRefID adds the refId to the restart deployment stateless resource params
func (*RestartDeploymentStatelessResourceParams) SetStatelessResourceKind ¶
func (o *RestartDeploymentStatelessResourceParams) SetStatelessResourceKind(statelessResourceKind string)
SetStatelessResourceKind adds the statelessResourceKind to the restart deployment stateless resource params
func (*RestartDeploymentStatelessResourceParams) SetTimeout ¶
func (o *RestartDeploymentStatelessResourceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the restart deployment stateless resource params
func (*RestartDeploymentStatelessResourceParams) WithCancelPending ¶
func (o *RestartDeploymentStatelessResourceParams) WithCancelPending(cancelPending *bool) *RestartDeploymentStatelessResourceParams
WithCancelPending adds the cancelPending to the restart deployment stateless resource params
func (*RestartDeploymentStatelessResourceParams) WithContext ¶
func (o *RestartDeploymentStatelessResourceParams) WithContext(ctx context.Context) *RestartDeploymentStatelessResourceParams
WithContext adds the context to the restart deployment stateless resource params
func (*RestartDeploymentStatelessResourceParams) WithDefaults ¶ added in v1.3.0
func (o *RestartDeploymentStatelessResourceParams) WithDefaults() *RestartDeploymentStatelessResourceParams
WithDefaults hydrates default values in the restart deployment stateless resource params (not the query body).
All values with no default are reset to their zero value.
func (*RestartDeploymentStatelessResourceParams) WithDeploymentID ¶
func (o *RestartDeploymentStatelessResourceParams) WithDeploymentID(deploymentID string) *RestartDeploymentStatelessResourceParams
WithDeploymentID adds the deploymentID to the restart deployment stateless resource params
func (*RestartDeploymentStatelessResourceParams) WithHTTPClient ¶
func (o *RestartDeploymentStatelessResourceParams) WithHTTPClient(client *http.Client) *RestartDeploymentStatelessResourceParams
WithHTTPClient adds the HTTPClient to the restart deployment stateless resource params
func (*RestartDeploymentStatelessResourceParams) WithRefID ¶
func (o *RestartDeploymentStatelessResourceParams) WithRefID(refID string) *RestartDeploymentStatelessResourceParams
WithRefID adds the refID to the restart deployment stateless resource params
func (*RestartDeploymentStatelessResourceParams) WithStatelessResourceKind ¶
func (o *RestartDeploymentStatelessResourceParams) WithStatelessResourceKind(statelessResourceKind string) *RestartDeploymentStatelessResourceParams
WithStatelessResourceKind adds the statelessResourceKind to the restart deployment stateless resource params
func (*RestartDeploymentStatelessResourceParams) WithTimeout ¶
func (o *RestartDeploymentStatelessResourceParams) WithTimeout(timeout time.Duration) *RestartDeploymentStatelessResourceParams
WithTimeout adds the timeout to the restart deployment stateless resource params
func (*RestartDeploymentStatelessResourceParams) WriteToRequest ¶
func (o *RestartDeploymentStatelessResourceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RestartDeploymentStatelessResourceReader ¶
type RestartDeploymentStatelessResourceReader struct {
// contains filtered or unexported fields
}
RestartDeploymentStatelessResourceReader is a Reader for the RestartDeploymentStatelessResource structure.
func (*RestartDeploymentStatelessResourceReader) ReadResponse ¶
func (o *RestartDeploymentStatelessResourceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RestartDeploymentStatelessResourceUnprocessableEntity ¶
type RestartDeploymentStatelessResourceUnprocessableEntity struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
RestartDeploymentStatelessResourceUnprocessableEntity describes a response with status code 422, with default header values.
The command sent to a Resource found the Resource in an illegal state, the error message gives more details. (code: `deployments.deployment_resource_plan_change_error`)
func NewRestartDeploymentStatelessResourceUnprocessableEntity ¶
func NewRestartDeploymentStatelessResourceUnprocessableEntity() *RestartDeploymentStatelessResourceUnprocessableEntity
NewRestartDeploymentStatelessResourceUnprocessableEntity creates a RestartDeploymentStatelessResourceUnprocessableEntity with default headers values
func (*RestartDeploymentStatelessResourceUnprocessableEntity) Code ¶ added in v1.13.0
func (o *RestartDeploymentStatelessResourceUnprocessableEntity) Code() int
Code gets the status code for the restart deployment stateless resource unprocessable entity response
func (*RestartDeploymentStatelessResourceUnprocessableEntity) Error ¶
func (o *RestartDeploymentStatelessResourceUnprocessableEntity) Error() string
func (*RestartDeploymentStatelessResourceUnprocessableEntity) GetPayload ¶
func (o *RestartDeploymentStatelessResourceUnprocessableEntity) GetPayload() *models.BasicFailedReply
func (*RestartDeploymentStatelessResourceUnprocessableEntity) IsClientError ¶ added in v1.13.0
func (o *RestartDeploymentStatelessResourceUnprocessableEntity) IsClientError() bool
IsClientError returns true when this restart deployment stateless resource unprocessable entity response has a 4xx status code
func (*RestartDeploymentStatelessResourceUnprocessableEntity) IsCode ¶ added in v1.13.0
func (o *RestartDeploymentStatelessResourceUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this restart deployment stateless resource unprocessable entity response a status code equal to that given
func (*RestartDeploymentStatelessResourceUnprocessableEntity) IsRedirect ¶ added in v1.13.0
func (o *RestartDeploymentStatelessResourceUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this restart deployment stateless resource unprocessable entity response has a 3xx status code
func (*RestartDeploymentStatelessResourceUnprocessableEntity) IsServerError ¶ added in v1.13.0
func (o *RestartDeploymentStatelessResourceUnprocessableEntity) IsServerError() bool
IsServerError returns true when this restart deployment stateless resource unprocessable entity response has a 5xx status code
func (*RestartDeploymentStatelessResourceUnprocessableEntity) IsSuccess ¶ added in v1.13.0
func (o *RestartDeploymentStatelessResourceUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this restart deployment stateless resource unprocessable entity response has a 2xx status code
func (*RestartDeploymentStatelessResourceUnprocessableEntity) String ¶ added in v1.13.0
func (o *RestartDeploymentStatelessResourceUnprocessableEntity) String() string
type RestoreDeploymentBadRequest ¶
type RestoreDeploymentBadRequest struct {
Payload *models.BasicFailedReply
}
RestoreDeploymentBadRequest describes a response with status code 400, with default header values.
There are Elasticsearch resources in the deployment which are not shut down.
func NewRestoreDeploymentBadRequest ¶
func NewRestoreDeploymentBadRequest() *RestoreDeploymentBadRequest
NewRestoreDeploymentBadRequest creates a RestoreDeploymentBadRequest with default headers values
func (*RestoreDeploymentBadRequest) Code ¶ added in v1.13.0
func (o *RestoreDeploymentBadRequest) Code() int
Code gets the status code for the restore deployment bad request response
func (*RestoreDeploymentBadRequest) Error ¶
func (o *RestoreDeploymentBadRequest) Error() string
func (*RestoreDeploymentBadRequest) GetPayload ¶
func (o *RestoreDeploymentBadRequest) GetPayload() *models.BasicFailedReply
func (*RestoreDeploymentBadRequest) IsClientError ¶ added in v1.13.0
func (o *RestoreDeploymentBadRequest) IsClientError() bool
IsClientError returns true when this restore deployment bad request response has a 4xx status code
func (*RestoreDeploymentBadRequest) IsCode ¶ added in v1.13.0
func (o *RestoreDeploymentBadRequest) IsCode(code int) bool
IsCode returns true when this restore deployment bad request response a status code equal to that given
func (*RestoreDeploymentBadRequest) IsRedirect ¶ added in v1.13.0
func (o *RestoreDeploymentBadRequest) IsRedirect() bool
IsRedirect returns true when this restore deployment bad request response has a 3xx status code
func (*RestoreDeploymentBadRequest) IsServerError ¶ added in v1.13.0
func (o *RestoreDeploymentBadRequest) IsServerError() bool
IsServerError returns true when this restore deployment bad request response has a 5xx status code
func (*RestoreDeploymentBadRequest) IsSuccess ¶ added in v1.13.0
func (o *RestoreDeploymentBadRequest) IsSuccess() bool
IsSuccess returns true when this restore deployment bad request response has a 2xx status code
func (*RestoreDeploymentBadRequest) String ¶ added in v1.13.0
func (o *RestoreDeploymentBadRequest) String() string
type RestoreDeploymentNotFound ¶
type RestoreDeploymentNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
RestoreDeploymentNotFound describes a response with status code 404, with default header values.
The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
func NewRestoreDeploymentNotFound ¶
func NewRestoreDeploymentNotFound() *RestoreDeploymentNotFound
NewRestoreDeploymentNotFound creates a RestoreDeploymentNotFound with default headers values
func (*RestoreDeploymentNotFound) Code ¶ added in v1.13.0
func (o *RestoreDeploymentNotFound) Code() int
Code gets the status code for the restore deployment not found response
func (*RestoreDeploymentNotFound) Error ¶
func (o *RestoreDeploymentNotFound) Error() string
func (*RestoreDeploymentNotFound) GetPayload ¶
func (o *RestoreDeploymentNotFound) GetPayload() *models.BasicFailedReply
func (*RestoreDeploymentNotFound) IsClientError ¶ added in v1.13.0
func (o *RestoreDeploymentNotFound) IsClientError() bool
IsClientError returns true when this restore deployment not found response has a 4xx status code
func (*RestoreDeploymentNotFound) IsCode ¶ added in v1.13.0
func (o *RestoreDeploymentNotFound) IsCode(code int) bool
IsCode returns true when this restore deployment not found response a status code equal to that given
func (*RestoreDeploymentNotFound) IsRedirect ¶ added in v1.13.0
func (o *RestoreDeploymentNotFound) IsRedirect() bool
IsRedirect returns true when this restore deployment not found response has a 3xx status code
func (*RestoreDeploymentNotFound) IsServerError ¶ added in v1.13.0
func (o *RestoreDeploymentNotFound) IsServerError() bool
IsServerError returns true when this restore deployment not found response has a 5xx status code
func (*RestoreDeploymentNotFound) IsSuccess ¶ added in v1.13.0
func (o *RestoreDeploymentNotFound) IsSuccess() bool
IsSuccess returns true when this restore deployment not found response has a 2xx status code
func (*RestoreDeploymentNotFound) String ¶ added in v1.13.0
func (o *RestoreDeploymentNotFound) String() string
type RestoreDeploymentOK ¶
type RestoreDeploymentOK struct {
Payload *models.DeploymentRestoreResponse
}
RestoreDeploymentOK describes a response with status code 200, with default header values.
The request was valid and the resources of the deployment were restored.
func NewRestoreDeploymentOK ¶
func NewRestoreDeploymentOK() *RestoreDeploymentOK
NewRestoreDeploymentOK creates a RestoreDeploymentOK with default headers values
func (*RestoreDeploymentOK) Code ¶ added in v1.13.0
func (o *RestoreDeploymentOK) Code() int
Code gets the status code for the restore deployment o k response
func (*RestoreDeploymentOK) Error ¶
func (o *RestoreDeploymentOK) Error() string
func (*RestoreDeploymentOK) GetPayload ¶
func (o *RestoreDeploymentOK) GetPayload() *models.DeploymentRestoreResponse
func (*RestoreDeploymentOK) IsClientError ¶ added in v1.13.0
func (o *RestoreDeploymentOK) IsClientError() bool
IsClientError returns true when this restore deployment o k response has a 4xx status code
func (*RestoreDeploymentOK) IsCode ¶ added in v1.13.0
func (o *RestoreDeploymentOK) IsCode(code int) bool
IsCode returns true when this restore deployment o k response a status code equal to that given
func (*RestoreDeploymentOK) IsRedirect ¶ added in v1.13.0
func (o *RestoreDeploymentOK) IsRedirect() bool
IsRedirect returns true when this restore deployment o k response has a 3xx status code
func (*RestoreDeploymentOK) IsServerError ¶ added in v1.13.0
func (o *RestoreDeploymentOK) IsServerError() bool
IsServerError returns true when this restore deployment o k response has a 5xx status code
func (*RestoreDeploymentOK) IsSuccess ¶ added in v1.13.0
func (o *RestoreDeploymentOK) IsSuccess() bool
IsSuccess returns true when this restore deployment o k response has a 2xx status code
func (*RestoreDeploymentOK) String ¶ added in v1.13.0
func (o *RestoreDeploymentOK) String() string
type RestoreDeploymentParams ¶
type RestoreDeploymentParams struct { /* DeploymentID. Identifier for the Deployment */ DeploymentID string /* RestoreSnapshot. Whether or not to restore a snapshot for those resources that allow it. */ RestoreSnapshot *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RestoreDeploymentParams contains all the parameters to send to the API endpoint
for the restore deployment operation. Typically these are written to a http.Request.
func NewRestoreDeploymentParams ¶
func NewRestoreDeploymentParams() *RestoreDeploymentParams
NewRestoreDeploymentParams creates a new RestoreDeploymentParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewRestoreDeploymentParamsWithContext ¶
func NewRestoreDeploymentParamsWithContext(ctx context.Context) *RestoreDeploymentParams
NewRestoreDeploymentParamsWithContext creates a new RestoreDeploymentParams object with the ability to set a context for a request.
func NewRestoreDeploymentParamsWithHTTPClient ¶
func NewRestoreDeploymentParamsWithHTTPClient(client *http.Client) *RestoreDeploymentParams
NewRestoreDeploymentParamsWithHTTPClient creates a new RestoreDeploymentParams object with the ability to set a custom HTTPClient for a request.
func NewRestoreDeploymentParamsWithTimeout ¶
func NewRestoreDeploymentParamsWithTimeout(timeout time.Duration) *RestoreDeploymentParams
NewRestoreDeploymentParamsWithTimeout creates a new RestoreDeploymentParams object with the ability to set a timeout on a request.
func (*RestoreDeploymentParams) SetContext ¶
func (o *RestoreDeploymentParams) SetContext(ctx context.Context)
SetContext adds the context to the restore deployment params
func (*RestoreDeploymentParams) SetDefaults ¶ added in v1.3.0
func (o *RestoreDeploymentParams) SetDefaults()
SetDefaults hydrates default values in the restore deployment params (not the query body).
All values with no default are reset to their zero value.
func (*RestoreDeploymentParams) SetDeploymentID ¶
func (o *RestoreDeploymentParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the restore deployment params
func (*RestoreDeploymentParams) SetHTTPClient ¶
func (o *RestoreDeploymentParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the restore deployment params
func (*RestoreDeploymentParams) SetRestoreSnapshot ¶
func (o *RestoreDeploymentParams) SetRestoreSnapshot(restoreSnapshot *bool)
SetRestoreSnapshot adds the restoreSnapshot to the restore deployment params
func (*RestoreDeploymentParams) SetTimeout ¶
func (o *RestoreDeploymentParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the restore deployment params
func (*RestoreDeploymentParams) WithContext ¶
func (o *RestoreDeploymentParams) WithContext(ctx context.Context) *RestoreDeploymentParams
WithContext adds the context to the restore deployment params
func (*RestoreDeploymentParams) WithDefaults ¶ added in v1.3.0
func (o *RestoreDeploymentParams) WithDefaults() *RestoreDeploymentParams
WithDefaults hydrates default values in the restore deployment params (not the query body).
All values with no default are reset to their zero value.
func (*RestoreDeploymentParams) WithDeploymentID ¶
func (o *RestoreDeploymentParams) WithDeploymentID(deploymentID string) *RestoreDeploymentParams
WithDeploymentID adds the deploymentID to the restore deployment params
func (*RestoreDeploymentParams) WithHTTPClient ¶
func (o *RestoreDeploymentParams) WithHTTPClient(client *http.Client) *RestoreDeploymentParams
WithHTTPClient adds the HTTPClient to the restore deployment params
func (*RestoreDeploymentParams) WithRestoreSnapshot ¶
func (o *RestoreDeploymentParams) WithRestoreSnapshot(restoreSnapshot *bool) *RestoreDeploymentParams
WithRestoreSnapshot adds the restoreSnapshot to the restore deployment params
func (*RestoreDeploymentParams) WithTimeout ¶
func (o *RestoreDeploymentParams) WithTimeout(timeout time.Duration) *RestoreDeploymentParams
WithTimeout adds the timeout to the restore deployment params
func (*RestoreDeploymentParams) WriteToRequest ¶
func (o *RestoreDeploymentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RestoreDeploymentReader ¶
type RestoreDeploymentReader struct {
// contains filtered or unexported fields
}
RestoreDeploymentReader is a Reader for the RestoreDeployment structure.
func (*RestoreDeploymentReader) ReadResponse ¶
func (o *RestoreDeploymentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RestoreDeploymentResourceBadRequest ¶
type RestoreDeploymentResourceBadRequest struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
RestoreDeploymentResourceBadRequest describes a response with status code 400, with default header values. * The Resource does not have a pending plan. (code: `deployments.resource_does_not_have_a_pending_plan`)
* The resource is not shut down. (code: `deployments.resource_not_shutdown`)
func NewRestoreDeploymentResourceBadRequest ¶
func NewRestoreDeploymentResourceBadRequest() *RestoreDeploymentResourceBadRequest
NewRestoreDeploymentResourceBadRequest creates a RestoreDeploymentResourceBadRequest with default headers values
func (*RestoreDeploymentResourceBadRequest) Code ¶ added in v1.13.0
func (o *RestoreDeploymentResourceBadRequest) Code() int
Code gets the status code for the restore deployment resource bad request response
func (*RestoreDeploymentResourceBadRequest) Error ¶
func (o *RestoreDeploymentResourceBadRequest) Error() string
func (*RestoreDeploymentResourceBadRequest) GetPayload ¶
func (o *RestoreDeploymentResourceBadRequest) GetPayload() *models.BasicFailedReply
func (*RestoreDeploymentResourceBadRequest) IsClientError ¶ added in v1.13.0
func (o *RestoreDeploymentResourceBadRequest) IsClientError() bool
IsClientError returns true when this restore deployment resource bad request response has a 4xx status code
func (*RestoreDeploymentResourceBadRequest) IsCode ¶ added in v1.13.0
func (o *RestoreDeploymentResourceBadRequest) IsCode(code int) bool
IsCode returns true when this restore deployment resource bad request response a status code equal to that given
func (*RestoreDeploymentResourceBadRequest) IsRedirect ¶ added in v1.13.0
func (o *RestoreDeploymentResourceBadRequest) IsRedirect() bool
IsRedirect returns true when this restore deployment resource bad request response has a 3xx status code
func (*RestoreDeploymentResourceBadRequest) IsServerError ¶ added in v1.13.0
func (o *RestoreDeploymentResourceBadRequest) IsServerError() bool
IsServerError returns true when this restore deployment resource bad request response has a 5xx status code
func (*RestoreDeploymentResourceBadRequest) IsSuccess ¶ added in v1.13.0
func (o *RestoreDeploymentResourceBadRequest) IsSuccess() bool
IsSuccess returns true when this restore deployment resource bad request response has a 2xx status code
func (*RestoreDeploymentResourceBadRequest) String ¶ added in v1.13.0
func (o *RestoreDeploymentResourceBadRequest) String() string
type RestoreDeploymentResourceNotFound ¶
type RestoreDeploymentResourceNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
RestoreDeploymentResourceNotFound describes a response with status code 404, with default header values.
The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
func NewRestoreDeploymentResourceNotFound ¶
func NewRestoreDeploymentResourceNotFound() *RestoreDeploymentResourceNotFound
NewRestoreDeploymentResourceNotFound creates a RestoreDeploymentResourceNotFound with default headers values
func (*RestoreDeploymentResourceNotFound) Code ¶ added in v1.13.0
func (o *RestoreDeploymentResourceNotFound) Code() int
Code gets the status code for the restore deployment resource not found response
func (*RestoreDeploymentResourceNotFound) Error ¶
func (o *RestoreDeploymentResourceNotFound) Error() string
func (*RestoreDeploymentResourceNotFound) GetPayload ¶
func (o *RestoreDeploymentResourceNotFound) GetPayload() *models.BasicFailedReply
func (*RestoreDeploymentResourceNotFound) IsClientError ¶ added in v1.13.0
func (o *RestoreDeploymentResourceNotFound) IsClientError() bool
IsClientError returns true when this restore deployment resource not found response has a 4xx status code
func (*RestoreDeploymentResourceNotFound) IsCode ¶ added in v1.13.0
func (o *RestoreDeploymentResourceNotFound) IsCode(code int) bool
IsCode returns true when this restore deployment resource not found response a status code equal to that given
func (*RestoreDeploymentResourceNotFound) IsRedirect ¶ added in v1.13.0
func (o *RestoreDeploymentResourceNotFound) IsRedirect() bool
IsRedirect returns true when this restore deployment resource not found response has a 3xx status code
func (*RestoreDeploymentResourceNotFound) IsServerError ¶ added in v1.13.0
func (o *RestoreDeploymentResourceNotFound) IsServerError() bool
IsServerError returns true when this restore deployment resource not found response has a 5xx status code
func (*RestoreDeploymentResourceNotFound) IsSuccess ¶ added in v1.13.0
func (o *RestoreDeploymentResourceNotFound) IsSuccess() bool
IsSuccess returns true when this restore deployment resource not found response has a 2xx status code
func (*RestoreDeploymentResourceNotFound) String ¶ added in v1.13.0
func (o *RestoreDeploymentResourceNotFound) String() string
type RestoreDeploymentResourceOK ¶
type RestoreDeploymentResourceOK struct {
Payload *models.DeploymentResourceCrudResponse
}
RestoreDeploymentResourceOK describes a response with status code 200, with default header values.
Standard Deployment Resource Crud Response
func NewRestoreDeploymentResourceOK ¶
func NewRestoreDeploymentResourceOK() *RestoreDeploymentResourceOK
NewRestoreDeploymentResourceOK creates a RestoreDeploymentResourceOK with default headers values
func (*RestoreDeploymentResourceOK) Code ¶ added in v1.13.0
func (o *RestoreDeploymentResourceOK) Code() int
Code gets the status code for the restore deployment resource o k response
func (*RestoreDeploymentResourceOK) Error ¶
func (o *RestoreDeploymentResourceOK) Error() string
func (*RestoreDeploymentResourceOK) GetPayload ¶
func (o *RestoreDeploymentResourceOK) GetPayload() *models.DeploymentResourceCrudResponse
func (*RestoreDeploymentResourceOK) IsClientError ¶ added in v1.13.0
func (o *RestoreDeploymentResourceOK) IsClientError() bool
IsClientError returns true when this restore deployment resource o k response has a 4xx status code
func (*RestoreDeploymentResourceOK) IsCode ¶ added in v1.13.0
func (o *RestoreDeploymentResourceOK) IsCode(code int) bool
IsCode returns true when this restore deployment resource o k response a status code equal to that given
func (*RestoreDeploymentResourceOK) IsRedirect ¶ added in v1.13.0
func (o *RestoreDeploymentResourceOK) IsRedirect() bool
IsRedirect returns true when this restore deployment resource o k response has a 3xx status code
func (*RestoreDeploymentResourceOK) IsServerError ¶ added in v1.13.0
func (o *RestoreDeploymentResourceOK) IsServerError() bool
IsServerError returns true when this restore deployment resource o k response has a 5xx status code
func (*RestoreDeploymentResourceOK) IsSuccess ¶ added in v1.13.0
func (o *RestoreDeploymentResourceOK) IsSuccess() bool
IsSuccess returns true when this restore deployment resource o k response has a 2xx status code
func (*RestoreDeploymentResourceOK) String ¶ added in v1.13.0
func (o *RestoreDeploymentResourceOK) String() string
type RestoreDeploymentResourceParams ¶
type RestoreDeploymentResourceParams struct { /* DeploymentID. Identifier for the Deployment */ DeploymentID string /* RefID. User-specified RefId for the Resource (or '_main' if there is only one) */ RefID string /* ResourceKind. The kind of resource */ ResourceKind string /* RestoreSnapshot. Whether or not to restore a snapshot for those resources that allow it. */ RestoreSnapshot *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RestoreDeploymentResourceParams contains all the parameters to send to the API endpoint
for the restore deployment resource operation. Typically these are written to a http.Request.
func NewRestoreDeploymentResourceParams ¶
func NewRestoreDeploymentResourceParams() *RestoreDeploymentResourceParams
NewRestoreDeploymentResourceParams creates a new RestoreDeploymentResourceParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewRestoreDeploymentResourceParamsWithContext ¶
func NewRestoreDeploymentResourceParamsWithContext(ctx context.Context) *RestoreDeploymentResourceParams
NewRestoreDeploymentResourceParamsWithContext creates a new RestoreDeploymentResourceParams object with the ability to set a context for a request.
func NewRestoreDeploymentResourceParamsWithHTTPClient ¶
func NewRestoreDeploymentResourceParamsWithHTTPClient(client *http.Client) *RestoreDeploymentResourceParams
NewRestoreDeploymentResourceParamsWithHTTPClient creates a new RestoreDeploymentResourceParams object with the ability to set a custom HTTPClient for a request.
func NewRestoreDeploymentResourceParamsWithTimeout ¶
func NewRestoreDeploymentResourceParamsWithTimeout(timeout time.Duration) *RestoreDeploymentResourceParams
NewRestoreDeploymentResourceParamsWithTimeout creates a new RestoreDeploymentResourceParams object with the ability to set a timeout on a request.
func (*RestoreDeploymentResourceParams) SetContext ¶
func (o *RestoreDeploymentResourceParams) SetContext(ctx context.Context)
SetContext adds the context to the restore deployment resource params
func (*RestoreDeploymentResourceParams) SetDefaults ¶ added in v1.3.0
func (o *RestoreDeploymentResourceParams) SetDefaults()
SetDefaults hydrates default values in the restore deployment resource params (not the query body).
All values with no default are reset to their zero value.
func (*RestoreDeploymentResourceParams) SetDeploymentID ¶
func (o *RestoreDeploymentResourceParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the restore deployment resource params
func (*RestoreDeploymentResourceParams) SetHTTPClient ¶
func (o *RestoreDeploymentResourceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the restore deployment resource params
func (*RestoreDeploymentResourceParams) SetRefID ¶
func (o *RestoreDeploymentResourceParams) SetRefID(refID string)
SetRefID adds the refId to the restore deployment resource params
func (*RestoreDeploymentResourceParams) SetResourceKind ¶
func (o *RestoreDeploymentResourceParams) SetResourceKind(resourceKind string)
SetResourceKind adds the resourceKind to the restore deployment resource params
func (*RestoreDeploymentResourceParams) SetRestoreSnapshot ¶
func (o *RestoreDeploymentResourceParams) SetRestoreSnapshot(restoreSnapshot *bool)
SetRestoreSnapshot adds the restoreSnapshot to the restore deployment resource params
func (*RestoreDeploymentResourceParams) SetTimeout ¶
func (o *RestoreDeploymentResourceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the restore deployment resource params
func (*RestoreDeploymentResourceParams) WithContext ¶
func (o *RestoreDeploymentResourceParams) WithContext(ctx context.Context) *RestoreDeploymentResourceParams
WithContext adds the context to the restore deployment resource params
func (*RestoreDeploymentResourceParams) WithDefaults ¶ added in v1.3.0
func (o *RestoreDeploymentResourceParams) WithDefaults() *RestoreDeploymentResourceParams
WithDefaults hydrates default values in the restore deployment resource params (not the query body).
All values with no default are reset to their zero value.
func (*RestoreDeploymentResourceParams) WithDeploymentID ¶
func (o *RestoreDeploymentResourceParams) WithDeploymentID(deploymentID string) *RestoreDeploymentResourceParams
WithDeploymentID adds the deploymentID to the restore deployment resource params
func (*RestoreDeploymentResourceParams) WithHTTPClient ¶
func (o *RestoreDeploymentResourceParams) WithHTTPClient(client *http.Client) *RestoreDeploymentResourceParams
WithHTTPClient adds the HTTPClient to the restore deployment resource params
func (*RestoreDeploymentResourceParams) WithRefID ¶
func (o *RestoreDeploymentResourceParams) WithRefID(refID string) *RestoreDeploymentResourceParams
WithRefID adds the refID to the restore deployment resource params
func (*RestoreDeploymentResourceParams) WithResourceKind ¶
func (o *RestoreDeploymentResourceParams) WithResourceKind(resourceKind string) *RestoreDeploymentResourceParams
WithResourceKind adds the resourceKind to the restore deployment resource params
func (*RestoreDeploymentResourceParams) WithRestoreSnapshot ¶
func (o *RestoreDeploymentResourceParams) WithRestoreSnapshot(restoreSnapshot *bool) *RestoreDeploymentResourceParams
WithRestoreSnapshot adds the restoreSnapshot to the restore deployment resource params
func (*RestoreDeploymentResourceParams) WithTimeout ¶
func (o *RestoreDeploymentResourceParams) WithTimeout(timeout time.Duration) *RestoreDeploymentResourceParams
WithTimeout adds the timeout to the restore deployment resource params
func (*RestoreDeploymentResourceParams) WriteToRequest ¶
func (o *RestoreDeploymentResourceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RestoreDeploymentResourceReader ¶
type RestoreDeploymentResourceReader struct {
// contains filtered or unexported fields
}
RestoreDeploymentResourceReader is a Reader for the RestoreDeploymentResource structure.
func (*RestoreDeploymentResourceReader) ReadResponse ¶
func (o *RestoreDeploymentResourceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RestoreDeploymentUnauthorized ¶
type RestoreDeploymentUnauthorized struct {
}RestoreDeploymentUnauthorized describes a response with status code 401, with default header values.
You are not authorized to perform this action.
func NewRestoreDeploymentUnauthorized ¶
func NewRestoreDeploymentUnauthorized() *RestoreDeploymentUnauthorized
NewRestoreDeploymentUnauthorized creates a RestoreDeploymentUnauthorized with default headers values
func (*RestoreDeploymentUnauthorized) Code ¶ added in v1.13.0
func (o *RestoreDeploymentUnauthorized) Code() int
Code gets the status code for the restore deployment unauthorized response
func (*RestoreDeploymentUnauthorized) Error ¶
func (o *RestoreDeploymentUnauthorized) Error() string
func (*RestoreDeploymentUnauthorized) GetPayload ¶
func (o *RestoreDeploymentUnauthorized) GetPayload() *models.BasicFailedReply
func (*RestoreDeploymentUnauthorized) IsClientError ¶ added in v1.13.0
func (o *RestoreDeploymentUnauthorized) IsClientError() bool
IsClientError returns true when this restore deployment unauthorized response has a 4xx status code
func (*RestoreDeploymentUnauthorized) IsCode ¶ added in v1.13.0
func (o *RestoreDeploymentUnauthorized) IsCode(code int) bool
IsCode returns true when this restore deployment unauthorized response a status code equal to that given
func (*RestoreDeploymentUnauthorized) IsRedirect ¶ added in v1.13.0
func (o *RestoreDeploymentUnauthorized) IsRedirect() bool
IsRedirect returns true when this restore deployment unauthorized response has a 3xx status code
func (*RestoreDeploymentUnauthorized) IsServerError ¶ added in v1.13.0
func (o *RestoreDeploymentUnauthorized) IsServerError() bool
IsServerError returns true when this restore deployment unauthorized response has a 5xx status code
func (*RestoreDeploymentUnauthorized) IsSuccess ¶ added in v1.13.0
func (o *RestoreDeploymentUnauthorized) IsSuccess() bool
IsSuccess returns true when this restore deployment unauthorized response has a 2xx status code
func (*RestoreDeploymentUnauthorized) String ¶ added in v1.13.0
func (o *RestoreDeploymentUnauthorized) String() string
type ResyncDeploymentInternalServerError ¶
type ResyncDeploymentInternalServerError struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
ResyncDeploymentInternalServerError describes a response with status code 500, with default header values.
The deployment resync operation failed for deployment {deployment_id}. (code: `deployments.resync_failed`)
func NewResyncDeploymentInternalServerError ¶
func NewResyncDeploymentInternalServerError() *ResyncDeploymentInternalServerError
NewResyncDeploymentInternalServerError creates a ResyncDeploymentInternalServerError with default headers values
func (*ResyncDeploymentInternalServerError) Code ¶ added in v1.13.0
func (o *ResyncDeploymentInternalServerError) Code() int
Code gets the status code for the resync deployment internal server error response
func (*ResyncDeploymentInternalServerError) Error ¶
func (o *ResyncDeploymentInternalServerError) Error() string
func (*ResyncDeploymentInternalServerError) GetPayload ¶
func (o *ResyncDeploymentInternalServerError) GetPayload() *models.BasicFailedReply
func (*ResyncDeploymentInternalServerError) IsClientError ¶ added in v1.13.0
func (o *ResyncDeploymentInternalServerError) IsClientError() bool
IsClientError returns true when this resync deployment internal server error response has a 4xx status code
func (*ResyncDeploymentInternalServerError) IsCode ¶ added in v1.13.0
func (o *ResyncDeploymentInternalServerError) IsCode(code int) bool
IsCode returns true when this resync deployment internal server error response a status code equal to that given
func (*ResyncDeploymentInternalServerError) IsRedirect ¶ added in v1.13.0
func (o *ResyncDeploymentInternalServerError) IsRedirect() bool
IsRedirect returns true when this resync deployment internal server error response has a 3xx status code
func (*ResyncDeploymentInternalServerError) IsServerError ¶ added in v1.13.0
func (o *ResyncDeploymentInternalServerError) IsServerError() bool
IsServerError returns true when this resync deployment internal server error response has a 5xx status code
func (*ResyncDeploymentInternalServerError) IsSuccess ¶ added in v1.13.0
func (o *ResyncDeploymentInternalServerError) IsSuccess() bool
IsSuccess returns true when this resync deployment internal server error response has a 2xx status code
func (*ResyncDeploymentInternalServerError) String ¶ added in v1.13.0
func (o *ResyncDeploymentInternalServerError) String() string
type ResyncDeploymentOK ¶
type ResyncDeploymentOK struct {
Payload *models.IndexSynchronizationResults
}
ResyncDeploymentOK describes a response with status code 200, with default header values.
The deployment resync operation executed successfully.
func NewResyncDeploymentOK ¶
func NewResyncDeploymentOK() *ResyncDeploymentOK
NewResyncDeploymentOK creates a ResyncDeploymentOK with default headers values
func (*ResyncDeploymentOK) Code ¶ added in v1.13.0
func (o *ResyncDeploymentOK) Code() int
Code gets the status code for the resync deployment o k response
func (*ResyncDeploymentOK) Error ¶
func (o *ResyncDeploymentOK) Error() string
func (*ResyncDeploymentOK) GetPayload ¶
func (o *ResyncDeploymentOK) GetPayload() *models.IndexSynchronizationResults
func (*ResyncDeploymentOK) IsClientError ¶ added in v1.13.0
func (o *ResyncDeploymentOK) IsClientError() bool
IsClientError returns true when this resync deployment o k response has a 4xx status code
func (*ResyncDeploymentOK) IsCode ¶ added in v1.13.0
func (o *ResyncDeploymentOK) IsCode(code int) bool
IsCode returns true when this resync deployment o k response a status code equal to that given
func (*ResyncDeploymentOK) IsRedirect ¶ added in v1.13.0
func (o *ResyncDeploymentOK) IsRedirect() bool
IsRedirect returns true when this resync deployment o k response has a 3xx status code
func (*ResyncDeploymentOK) IsServerError ¶ added in v1.13.0
func (o *ResyncDeploymentOK) IsServerError() bool
IsServerError returns true when this resync deployment o k response has a 5xx status code
func (*ResyncDeploymentOK) IsSuccess ¶ added in v1.13.0
func (o *ResyncDeploymentOK) IsSuccess() bool
IsSuccess returns true when this resync deployment o k response has a 2xx status code
func (*ResyncDeploymentOK) String ¶ added in v1.13.0
func (o *ResyncDeploymentOK) String() string
type ResyncDeploymentParams ¶
type ResyncDeploymentParams struct { /* DeploymentID. Identifier for the Deployment */ DeploymentID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ResyncDeploymentParams contains all the parameters to send to the API endpoint
for the resync deployment operation. Typically these are written to a http.Request.
func NewResyncDeploymentParams ¶
func NewResyncDeploymentParams() *ResyncDeploymentParams
NewResyncDeploymentParams creates a new ResyncDeploymentParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewResyncDeploymentParamsWithContext ¶
func NewResyncDeploymentParamsWithContext(ctx context.Context) *ResyncDeploymentParams
NewResyncDeploymentParamsWithContext creates a new ResyncDeploymentParams object with the ability to set a context for a request.
func NewResyncDeploymentParamsWithHTTPClient ¶
func NewResyncDeploymentParamsWithHTTPClient(client *http.Client) *ResyncDeploymentParams
NewResyncDeploymentParamsWithHTTPClient creates a new ResyncDeploymentParams object with the ability to set a custom HTTPClient for a request.
func NewResyncDeploymentParamsWithTimeout ¶
func NewResyncDeploymentParamsWithTimeout(timeout time.Duration) *ResyncDeploymentParams
NewResyncDeploymentParamsWithTimeout creates a new ResyncDeploymentParams object with the ability to set a timeout on a request.
func (*ResyncDeploymentParams) SetContext ¶
func (o *ResyncDeploymentParams) SetContext(ctx context.Context)
SetContext adds the context to the resync deployment params
func (*ResyncDeploymentParams) SetDefaults ¶ added in v1.3.0
func (o *ResyncDeploymentParams) SetDefaults()
SetDefaults hydrates default values in the resync deployment params (not the query body).
All values with no default are reset to their zero value.
func (*ResyncDeploymentParams) SetDeploymentID ¶
func (o *ResyncDeploymentParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the resync deployment params
func (*ResyncDeploymentParams) SetHTTPClient ¶
func (o *ResyncDeploymentParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the resync deployment params
func (*ResyncDeploymentParams) SetTimeout ¶
func (o *ResyncDeploymentParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the resync deployment params
func (*ResyncDeploymentParams) WithContext ¶
func (o *ResyncDeploymentParams) WithContext(ctx context.Context) *ResyncDeploymentParams
WithContext adds the context to the resync deployment params
func (*ResyncDeploymentParams) WithDefaults ¶ added in v1.3.0
func (o *ResyncDeploymentParams) WithDefaults() *ResyncDeploymentParams
WithDefaults hydrates default values in the resync deployment params (not the query body).
All values with no default are reset to their zero value.
func (*ResyncDeploymentParams) WithDeploymentID ¶
func (o *ResyncDeploymentParams) WithDeploymentID(deploymentID string) *ResyncDeploymentParams
WithDeploymentID adds the deploymentID to the resync deployment params
func (*ResyncDeploymentParams) WithHTTPClient ¶
func (o *ResyncDeploymentParams) WithHTTPClient(client *http.Client) *ResyncDeploymentParams
WithHTTPClient adds the HTTPClient to the resync deployment params
func (*ResyncDeploymentParams) WithTimeout ¶
func (o *ResyncDeploymentParams) WithTimeout(timeout time.Duration) *ResyncDeploymentParams
WithTimeout adds the timeout to the resync deployment params
func (*ResyncDeploymentParams) WriteToRequest ¶
func (o *ResyncDeploymentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ResyncDeploymentReader ¶
type ResyncDeploymentReader struct {
// contains filtered or unexported fields
}
ResyncDeploymentReader is a Reader for the ResyncDeployment structure.
func (*ResyncDeploymentReader) ReadResponse ¶
func (o *ResyncDeploymentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ResyncDeploymentsInternalServerError ¶
type ResyncDeploymentsInternalServerError struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
ResyncDeploymentsInternalServerError describes a response with status code 500, with default header values.
The deployments resync operation failed. (code: `deployments.resync_failed`)
func NewResyncDeploymentsInternalServerError ¶
func NewResyncDeploymentsInternalServerError() *ResyncDeploymentsInternalServerError
NewResyncDeploymentsInternalServerError creates a ResyncDeploymentsInternalServerError with default headers values
func (*ResyncDeploymentsInternalServerError) Code ¶ added in v1.13.0
func (o *ResyncDeploymentsInternalServerError) Code() int
Code gets the status code for the resync deployments internal server error response
func (*ResyncDeploymentsInternalServerError) Error ¶
func (o *ResyncDeploymentsInternalServerError) Error() string
func (*ResyncDeploymentsInternalServerError) GetPayload ¶
func (o *ResyncDeploymentsInternalServerError) GetPayload() *models.BasicFailedReply
func (*ResyncDeploymentsInternalServerError) IsClientError ¶ added in v1.13.0
func (o *ResyncDeploymentsInternalServerError) IsClientError() bool
IsClientError returns true when this resync deployments internal server error response has a 4xx status code
func (*ResyncDeploymentsInternalServerError) IsCode ¶ added in v1.13.0
func (o *ResyncDeploymentsInternalServerError) IsCode(code int) bool
IsCode returns true when this resync deployments internal server error response a status code equal to that given
func (*ResyncDeploymentsInternalServerError) IsRedirect ¶ added in v1.13.0
func (o *ResyncDeploymentsInternalServerError) IsRedirect() bool
IsRedirect returns true when this resync deployments internal server error response has a 3xx status code
func (*ResyncDeploymentsInternalServerError) IsServerError ¶ added in v1.13.0
func (o *ResyncDeploymentsInternalServerError) IsServerError() bool
IsServerError returns true when this resync deployments internal server error response has a 5xx status code
func (*ResyncDeploymentsInternalServerError) IsSuccess ¶ added in v1.13.0
func (o *ResyncDeploymentsInternalServerError) IsSuccess() bool
IsSuccess returns true when this resync deployments internal server error response has a 2xx status code
func (*ResyncDeploymentsInternalServerError) String ¶ added in v1.13.0
func (o *ResyncDeploymentsInternalServerError) String() string
type ResyncDeploymentsOK ¶
type ResyncDeploymentsOK struct {
Payload *models.IndexSynchronizationResults
}
ResyncDeploymentsOK describes a response with status code 200, with default header values.
The deployments resync operation executed successfully.
func NewResyncDeploymentsOK ¶
func NewResyncDeploymentsOK() *ResyncDeploymentsOK
NewResyncDeploymentsOK creates a ResyncDeploymentsOK with default headers values
func (*ResyncDeploymentsOK) Code ¶ added in v1.13.0
func (o *ResyncDeploymentsOK) Code() int
Code gets the status code for the resync deployments o k response
func (*ResyncDeploymentsOK) Error ¶
func (o *ResyncDeploymentsOK) Error() string
func (*ResyncDeploymentsOK) GetPayload ¶
func (o *ResyncDeploymentsOK) GetPayload() *models.IndexSynchronizationResults
func (*ResyncDeploymentsOK) IsClientError ¶ added in v1.13.0
func (o *ResyncDeploymentsOK) IsClientError() bool
IsClientError returns true when this resync deployments o k response has a 4xx status code
func (*ResyncDeploymentsOK) IsCode ¶ added in v1.13.0
func (o *ResyncDeploymentsOK) IsCode(code int) bool
IsCode returns true when this resync deployments o k response a status code equal to that given
func (*ResyncDeploymentsOK) IsRedirect ¶ added in v1.13.0
func (o *ResyncDeploymentsOK) IsRedirect() bool
IsRedirect returns true when this resync deployments o k response has a 3xx status code
func (*ResyncDeploymentsOK) IsServerError ¶ added in v1.13.0
func (o *ResyncDeploymentsOK) IsServerError() bool
IsServerError returns true when this resync deployments o k response has a 5xx status code
func (*ResyncDeploymentsOK) IsSuccess ¶ added in v1.13.0
func (o *ResyncDeploymentsOK) IsSuccess() bool
IsSuccess returns true when this resync deployments o k response has a 2xx status code
func (*ResyncDeploymentsOK) String ¶ added in v1.13.0
func (o *ResyncDeploymentsOK) String() string
type ResyncDeploymentsParams ¶
type ResyncDeploymentsParams struct { /* SkipMatchingVersion. When true, skips the document indexing when the version matches the in-memory copy. Default: true */ SkipMatchingVersion *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ResyncDeploymentsParams contains all the parameters to send to the API endpoint
for the resync deployments operation. Typically these are written to a http.Request.
func NewResyncDeploymentsParams ¶
func NewResyncDeploymentsParams() *ResyncDeploymentsParams
NewResyncDeploymentsParams creates a new ResyncDeploymentsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewResyncDeploymentsParamsWithContext ¶
func NewResyncDeploymentsParamsWithContext(ctx context.Context) *ResyncDeploymentsParams
NewResyncDeploymentsParamsWithContext creates a new ResyncDeploymentsParams object with the ability to set a context for a request.
func NewResyncDeploymentsParamsWithHTTPClient ¶
func NewResyncDeploymentsParamsWithHTTPClient(client *http.Client) *ResyncDeploymentsParams
NewResyncDeploymentsParamsWithHTTPClient creates a new ResyncDeploymentsParams object with the ability to set a custom HTTPClient for a request.
func NewResyncDeploymentsParamsWithTimeout ¶
func NewResyncDeploymentsParamsWithTimeout(timeout time.Duration) *ResyncDeploymentsParams
NewResyncDeploymentsParamsWithTimeout creates a new ResyncDeploymentsParams object with the ability to set a timeout on a request.
func (*ResyncDeploymentsParams) SetContext ¶
func (o *ResyncDeploymentsParams) SetContext(ctx context.Context)
SetContext adds the context to the resync deployments params
func (*ResyncDeploymentsParams) SetDefaults ¶ added in v1.3.0
func (o *ResyncDeploymentsParams) SetDefaults()
SetDefaults hydrates default values in the resync deployments params (not the query body).
All values with no default are reset to their zero value.
func (*ResyncDeploymentsParams) SetHTTPClient ¶
func (o *ResyncDeploymentsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the resync deployments params
func (*ResyncDeploymentsParams) SetSkipMatchingVersion ¶ added in v1.4.0
func (o *ResyncDeploymentsParams) SetSkipMatchingVersion(skipMatchingVersion *bool)
SetSkipMatchingVersion adds the skipMatchingVersion to the resync deployments params
func (*ResyncDeploymentsParams) SetTimeout ¶
func (o *ResyncDeploymentsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the resync deployments params
func (*ResyncDeploymentsParams) WithContext ¶
func (o *ResyncDeploymentsParams) WithContext(ctx context.Context) *ResyncDeploymentsParams
WithContext adds the context to the resync deployments params
func (*ResyncDeploymentsParams) WithDefaults ¶ added in v1.3.0
func (o *ResyncDeploymentsParams) WithDefaults() *ResyncDeploymentsParams
WithDefaults hydrates default values in the resync deployments params (not the query body).
All values with no default are reset to their zero value.
func (*ResyncDeploymentsParams) WithHTTPClient ¶
func (o *ResyncDeploymentsParams) WithHTTPClient(client *http.Client) *ResyncDeploymentsParams
WithHTTPClient adds the HTTPClient to the resync deployments params
func (*ResyncDeploymentsParams) WithSkipMatchingVersion ¶ added in v1.4.0
func (o *ResyncDeploymentsParams) WithSkipMatchingVersion(skipMatchingVersion *bool) *ResyncDeploymentsParams
WithSkipMatchingVersion adds the skipMatchingVersion to the resync deployments params
func (*ResyncDeploymentsParams) WithTimeout ¶
func (o *ResyncDeploymentsParams) WithTimeout(timeout time.Duration) *ResyncDeploymentsParams
WithTimeout adds the timeout to the resync deployments params
func (*ResyncDeploymentsParams) WriteToRequest ¶
func (o *ResyncDeploymentsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ResyncDeploymentsReader ¶
type ResyncDeploymentsReader struct {
// contains filtered or unexported fields
}
ResyncDeploymentsReader is a Reader for the ResyncDeployments structure.
func (*ResyncDeploymentsReader) ReadResponse ¶
func (o *ResyncDeploymentsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SearchDeploymentsOK ¶
type SearchDeploymentsOK struct { /* The date-time when the resource was created (ISO format relative to UTC) */ XCloudResourceCreated string /* The date-time when the resource was last modified (ISO format relative to UTC) */ XCloudResourceLastModified string /* The resource version, which is used to avoid update conflicts with concurrent operations */ XCloudResourceVersion string Payload *models.DeploymentsSearchResponse }
SearchDeploymentsOK describes a response with status code 200, with default header values.
The list of deployments that match the specified query and belong to the authenticated user.
func NewSearchDeploymentsOK ¶
func NewSearchDeploymentsOK() *SearchDeploymentsOK
NewSearchDeploymentsOK creates a SearchDeploymentsOK with default headers values
func (*SearchDeploymentsOK) Code ¶ added in v1.13.0
func (o *SearchDeploymentsOK) Code() int
Code gets the status code for the search deployments o k response
func (*SearchDeploymentsOK) Error ¶
func (o *SearchDeploymentsOK) Error() string
func (*SearchDeploymentsOK) GetPayload ¶
func (o *SearchDeploymentsOK) GetPayload() *models.DeploymentsSearchResponse
func (*SearchDeploymentsOK) IsClientError ¶ added in v1.13.0
func (o *SearchDeploymentsOK) IsClientError() bool
IsClientError returns true when this search deployments o k response has a 4xx status code
func (*SearchDeploymentsOK) IsCode ¶ added in v1.13.0
func (o *SearchDeploymentsOK) IsCode(code int) bool
IsCode returns true when this search deployments o k response a status code equal to that given
func (*SearchDeploymentsOK) IsRedirect ¶ added in v1.13.0
func (o *SearchDeploymentsOK) IsRedirect() bool
IsRedirect returns true when this search deployments o k response has a 3xx status code
func (*SearchDeploymentsOK) IsServerError ¶ added in v1.13.0
func (o *SearchDeploymentsOK) IsServerError() bool
IsServerError returns true when this search deployments o k response has a 5xx status code
func (*SearchDeploymentsOK) IsSuccess ¶ added in v1.13.0
func (o *SearchDeploymentsOK) IsSuccess() bool
IsSuccess returns true when this search deployments o k response has a 2xx status code
func (*SearchDeploymentsOK) String ¶ added in v1.13.0
func (o *SearchDeploymentsOK) String() string
type SearchDeploymentsParams ¶
type SearchDeploymentsParams struct { /* Body. (Optional) The search query to run. When not specified, all of the deployments are matched. */ Body *models.SearchRequest /* MinimalMetadata. Comma separated list of attributes to include in response for deployments found. Useful for reducing response size when retrieving many deployments. Use of this parameter moves the result to the minimal_metadata section of the response. */ MinimalMetadata *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SearchDeploymentsParams contains all the parameters to send to the API endpoint
for the search deployments operation. Typically these are written to a http.Request.
func NewSearchDeploymentsParams ¶
func NewSearchDeploymentsParams() *SearchDeploymentsParams
NewSearchDeploymentsParams creates a new SearchDeploymentsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewSearchDeploymentsParamsWithContext ¶
func NewSearchDeploymentsParamsWithContext(ctx context.Context) *SearchDeploymentsParams
NewSearchDeploymentsParamsWithContext creates a new SearchDeploymentsParams object with the ability to set a context for a request.
func NewSearchDeploymentsParamsWithHTTPClient ¶
func NewSearchDeploymentsParamsWithHTTPClient(client *http.Client) *SearchDeploymentsParams
NewSearchDeploymentsParamsWithHTTPClient creates a new SearchDeploymentsParams object with the ability to set a custom HTTPClient for a request.
func NewSearchDeploymentsParamsWithTimeout ¶
func NewSearchDeploymentsParamsWithTimeout(timeout time.Duration) *SearchDeploymentsParams
NewSearchDeploymentsParamsWithTimeout creates a new SearchDeploymentsParams object with the ability to set a timeout on a request.
func (*SearchDeploymentsParams) SetBody ¶
func (o *SearchDeploymentsParams) SetBody(body *models.SearchRequest)
SetBody adds the body to the search deployments params
func (*SearchDeploymentsParams) SetContext ¶
func (o *SearchDeploymentsParams) SetContext(ctx context.Context)
SetContext adds the context to the search deployments params
func (*SearchDeploymentsParams) SetDefaults ¶ added in v1.3.0
func (o *SearchDeploymentsParams) SetDefaults()
SetDefaults hydrates default values in the search deployments params (not the query body).
All values with no default are reset to their zero value.
func (*SearchDeploymentsParams) SetHTTPClient ¶
func (o *SearchDeploymentsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the search deployments params
func (*SearchDeploymentsParams) SetMinimalMetadata ¶ added in v1.21.0
func (o *SearchDeploymentsParams) SetMinimalMetadata(minimalMetadata *string)
SetMinimalMetadata adds the minimalMetadata to the search deployments params
func (*SearchDeploymentsParams) SetTimeout ¶
func (o *SearchDeploymentsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the search deployments params
func (*SearchDeploymentsParams) WithBody ¶
func (o *SearchDeploymentsParams) WithBody(body *models.SearchRequest) *SearchDeploymentsParams
WithBody adds the body to the search deployments params
func (*SearchDeploymentsParams) WithContext ¶
func (o *SearchDeploymentsParams) WithContext(ctx context.Context) *SearchDeploymentsParams
WithContext adds the context to the search deployments params
func (*SearchDeploymentsParams) WithDefaults ¶ added in v1.3.0
func (o *SearchDeploymentsParams) WithDefaults() *SearchDeploymentsParams
WithDefaults hydrates default values in the search deployments params (not the query body).
All values with no default are reset to their zero value.
func (*SearchDeploymentsParams) WithHTTPClient ¶
func (o *SearchDeploymentsParams) WithHTTPClient(client *http.Client) *SearchDeploymentsParams
WithHTTPClient adds the HTTPClient to the search deployments params
func (*SearchDeploymentsParams) WithMinimalMetadata ¶ added in v1.21.0
func (o *SearchDeploymentsParams) WithMinimalMetadata(minimalMetadata *string) *SearchDeploymentsParams
WithMinimalMetadata adds the minimalMetadata to the search deployments params
func (*SearchDeploymentsParams) WithTimeout ¶
func (o *SearchDeploymentsParams) WithTimeout(timeout time.Duration) *SearchDeploymentsParams
WithTimeout adds the timeout to the search deployments params
func (*SearchDeploymentsParams) WriteToRequest ¶
func (o *SearchDeploymentsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SearchDeploymentsReader ¶
type SearchDeploymentsReader struct {
// contains filtered or unexported fields
}
SearchDeploymentsReader is a Reader for the SearchDeployments structure.
func (*SearchDeploymentsReader) ReadResponse ¶
func (o *SearchDeploymentsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SearchEligibleRemoteClustersBadRequest ¶ added in v1.2.0
type SearchEligibleRemoteClustersBadRequest struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
SearchEligibleRemoteClustersBadRequest describes a response with status code 400, with default header values.
The provided version is invalid. (code: `stackpack.invalid_version`)
func NewSearchEligibleRemoteClustersBadRequest ¶ added in v1.2.0
func NewSearchEligibleRemoteClustersBadRequest() *SearchEligibleRemoteClustersBadRequest
NewSearchEligibleRemoteClustersBadRequest creates a SearchEligibleRemoteClustersBadRequest with default headers values
func (*SearchEligibleRemoteClustersBadRequest) Code ¶ added in v1.13.0
func (o *SearchEligibleRemoteClustersBadRequest) Code() int
Code gets the status code for the search eligible remote clusters bad request response
func (*SearchEligibleRemoteClustersBadRequest) Error ¶ added in v1.2.0
func (o *SearchEligibleRemoteClustersBadRequest) Error() string
func (*SearchEligibleRemoteClustersBadRequest) GetPayload ¶ added in v1.2.0
func (o *SearchEligibleRemoteClustersBadRequest) GetPayload() *models.BasicFailedReply
func (*SearchEligibleRemoteClustersBadRequest) IsClientError ¶ added in v1.13.0
func (o *SearchEligibleRemoteClustersBadRequest) IsClientError() bool
IsClientError returns true when this search eligible remote clusters bad request response has a 4xx status code
func (*SearchEligibleRemoteClustersBadRequest) IsCode ¶ added in v1.13.0
func (o *SearchEligibleRemoteClustersBadRequest) IsCode(code int) bool
IsCode returns true when this search eligible remote clusters bad request response a status code equal to that given
func (*SearchEligibleRemoteClustersBadRequest) IsRedirect ¶ added in v1.13.0
func (o *SearchEligibleRemoteClustersBadRequest) IsRedirect() bool
IsRedirect returns true when this search eligible remote clusters bad request response has a 3xx status code
func (*SearchEligibleRemoteClustersBadRequest) IsServerError ¶ added in v1.13.0
func (o *SearchEligibleRemoteClustersBadRequest) IsServerError() bool
IsServerError returns true when this search eligible remote clusters bad request response has a 5xx status code
func (*SearchEligibleRemoteClustersBadRequest) IsSuccess ¶ added in v1.13.0
func (o *SearchEligibleRemoteClustersBadRequest) IsSuccess() bool
IsSuccess returns true when this search eligible remote clusters bad request response has a 2xx status code
func (*SearchEligibleRemoteClustersBadRequest) String ¶ added in v1.13.0
func (o *SearchEligibleRemoteClustersBadRequest) String() string
type SearchEligibleRemoteClustersOK ¶ added in v1.2.0
type SearchEligibleRemoteClustersOK struct {
Payload *models.DeploymentsSearchResponse
}
SearchEligibleRemoteClustersOK describes a response with status code 200, with default header values.
List of deployments which contains eligible remote clusters for a specific version
func NewSearchEligibleRemoteClustersOK ¶ added in v1.2.0
func NewSearchEligibleRemoteClustersOK() *SearchEligibleRemoteClustersOK
NewSearchEligibleRemoteClustersOK creates a SearchEligibleRemoteClustersOK with default headers values
func (*SearchEligibleRemoteClustersOK) Code ¶ added in v1.13.0
func (o *SearchEligibleRemoteClustersOK) Code() int
Code gets the status code for the search eligible remote clusters o k response
func (*SearchEligibleRemoteClustersOK) Error ¶ added in v1.2.0
func (o *SearchEligibleRemoteClustersOK) Error() string
func (*SearchEligibleRemoteClustersOK) GetPayload ¶ added in v1.2.0
func (o *SearchEligibleRemoteClustersOK) GetPayload() *models.DeploymentsSearchResponse
func (*SearchEligibleRemoteClustersOK) IsClientError ¶ added in v1.13.0
func (o *SearchEligibleRemoteClustersOK) IsClientError() bool
IsClientError returns true when this search eligible remote clusters o k response has a 4xx status code
func (*SearchEligibleRemoteClustersOK) IsCode ¶ added in v1.13.0
func (o *SearchEligibleRemoteClustersOK) IsCode(code int) bool
IsCode returns true when this search eligible remote clusters o k response a status code equal to that given
func (*SearchEligibleRemoteClustersOK) IsRedirect ¶ added in v1.13.0
func (o *SearchEligibleRemoteClustersOK) IsRedirect() bool
IsRedirect returns true when this search eligible remote clusters o k response has a 3xx status code
func (*SearchEligibleRemoteClustersOK) IsServerError ¶ added in v1.13.0
func (o *SearchEligibleRemoteClustersOK) IsServerError() bool
IsServerError returns true when this search eligible remote clusters o k response has a 5xx status code
func (*SearchEligibleRemoteClustersOK) IsSuccess ¶ added in v1.13.0
func (o *SearchEligibleRemoteClustersOK) IsSuccess() bool
IsSuccess returns true when this search eligible remote clusters o k response has a 2xx status code
func (*SearchEligibleRemoteClustersOK) String ¶ added in v1.13.0
func (o *SearchEligibleRemoteClustersOK) String() string
type SearchEligibleRemoteClustersParams ¶ added in v1.2.0
type SearchEligibleRemoteClustersParams struct { /* Body. (Optional) The search query to run against all deployments containing eligible remote clusters. When not specified, all the eligible deployments are matched. */ Body *models.SearchRequest /* Version. The version of the Elasticsearch cluster cluster that will potentially be configured to have remote clusters. */ Version string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SearchEligibleRemoteClustersParams contains all the parameters to send to the API endpoint
for the search eligible remote clusters operation. Typically these are written to a http.Request.
func NewSearchEligibleRemoteClustersParams ¶ added in v1.2.0
func NewSearchEligibleRemoteClustersParams() *SearchEligibleRemoteClustersParams
NewSearchEligibleRemoteClustersParams creates a new SearchEligibleRemoteClustersParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewSearchEligibleRemoteClustersParamsWithContext ¶ added in v1.2.0
func NewSearchEligibleRemoteClustersParamsWithContext(ctx context.Context) *SearchEligibleRemoteClustersParams
NewSearchEligibleRemoteClustersParamsWithContext creates a new SearchEligibleRemoteClustersParams object with the ability to set a context for a request.
func NewSearchEligibleRemoteClustersParamsWithHTTPClient ¶ added in v1.2.0
func NewSearchEligibleRemoteClustersParamsWithHTTPClient(client *http.Client) *SearchEligibleRemoteClustersParams
NewSearchEligibleRemoteClustersParamsWithHTTPClient creates a new SearchEligibleRemoteClustersParams object with the ability to set a custom HTTPClient for a request.
func NewSearchEligibleRemoteClustersParamsWithTimeout ¶ added in v1.2.0
func NewSearchEligibleRemoteClustersParamsWithTimeout(timeout time.Duration) *SearchEligibleRemoteClustersParams
NewSearchEligibleRemoteClustersParamsWithTimeout creates a new SearchEligibleRemoteClustersParams object with the ability to set a timeout on a request.
func (*SearchEligibleRemoteClustersParams) SetBody ¶ added in v1.2.0
func (o *SearchEligibleRemoteClustersParams) SetBody(body *models.SearchRequest)
SetBody adds the body to the search eligible remote clusters params
func (*SearchEligibleRemoteClustersParams) SetContext ¶ added in v1.2.0
func (o *SearchEligibleRemoteClustersParams) SetContext(ctx context.Context)
SetContext adds the context to the search eligible remote clusters params
func (*SearchEligibleRemoteClustersParams) SetDefaults ¶ added in v1.3.0
func (o *SearchEligibleRemoteClustersParams) SetDefaults()
SetDefaults hydrates default values in the search eligible remote clusters params (not the query body).
All values with no default are reset to their zero value.
func (*SearchEligibleRemoteClustersParams) SetHTTPClient ¶ added in v1.2.0
func (o *SearchEligibleRemoteClustersParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the search eligible remote clusters params
func (*SearchEligibleRemoteClustersParams) SetTimeout ¶ added in v1.2.0
func (o *SearchEligibleRemoteClustersParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the search eligible remote clusters params
func (*SearchEligibleRemoteClustersParams) SetVersion ¶ added in v1.2.0
func (o *SearchEligibleRemoteClustersParams) SetVersion(version string)
SetVersion adds the version to the search eligible remote clusters params
func (*SearchEligibleRemoteClustersParams) WithBody ¶ added in v1.2.0
func (o *SearchEligibleRemoteClustersParams) WithBody(body *models.SearchRequest) *SearchEligibleRemoteClustersParams
WithBody adds the body to the search eligible remote clusters params
func (*SearchEligibleRemoteClustersParams) WithContext ¶ added in v1.2.0
func (o *SearchEligibleRemoteClustersParams) WithContext(ctx context.Context) *SearchEligibleRemoteClustersParams
WithContext adds the context to the search eligible remote clusters params
func (*SearchEligibleRemoteClustersParams) WithDefaults ¶ added in v1.3.0
func (o *SearchEligibleRemoteClustersParams) WithDefaults() *SearchEligibleRemoteClustersParams
WithDefaults hydrates default values in the search eligible remote clusters params (not the query body).
All values with no default are reset to their zero value.
func (*SearchEligibleRemoteClustersParams) WithHTTPClient ¶ added in v1.2.0
func (o *SearchEligibleRemoteClustersParams) WithHTTPClient(client *http.Client) *SearchEligibleRemoteClustersParams
WithHTTPClient adds the HTTPClient to the search eligible remote clusters params
func (*SearchEligibleRemoteClustersParams) WithTimeout ¶ added in v1.2.0
func (o *SearchEligibleRemoteClustersParams) WithTimeout(timeout time.Duration) *SearchEligibleRemoteClustersParams
WithTimeout adds the timeout to the search eligible remote clusters params
func (*SearchEligibleRemoteClustersParams) WithVersion ¶ added in v1.2.0
func (o *SearchEligibleRemoteClustersParams) WithVersion(version string) *SearchEligibleRemoteClustersParams
WithVersion adds the version to the search eligible remote clusters params
func (*SearchEligibleRemoteClustersParams) WriteToRequest ¶ added in v1.2.0
func (o *SearchEligibleRemoteClustersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SearchEligibleRemoteClustersReader ¶ added in v1.2.0
type SearchEligibleRemoteClustersReader struct {
// contains filtered or unexported fields
}
SearchEligibleRemoteClustersReader is a Reader for the SearchEligibleRemoteClusters structure.
func (*SearchEligibleRemoteClustersReader) ReadResponse ¶ added in v1.2.0
func (o *SearchEligibleRemoteClustersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SetAllInstancesSettingsOverridesNotFound ¶ added in v1.7.0
type SetAllInstancesSettingsOverridesNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
SetAllInstancesSettingsOverridesNotFound describes a response with status code 404, with default header values. * The deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
* The Resource specified by {ref_id} cannot by found. (code: `deployments.deployment_resource_not_found`) * The specified override was out of range. Capacity must be in the range [1024, 65536] and storage multiplier must be in the range [1.0, 1000.0]. (code: `instance_overrides.out_of_range`)
func NewSetAllInstancesSettingsOverridesNotFound ¶ added in v1.7.0
func NewSetAllInstancesSettingsOverridesNotFound() *SetAllInstancesSettingsOverridesNotFound
NewSetAllInstancesSettingsOverridesNotFound creates a SetAllInstancesSettingsOverridesNotFound with default headers values
func (*SetAllInstancesSettingsOverridesNotFound) Code ¶ added in v1.13.0
func (o *SetAllInstancesSettingsOverridesNotFound) Code() int
Code gets the status code for the set all instances settings overrides not found response
func (*SetAllInstancesSettingsOverridesNotFound) Error ¶ added in v1.7.0
func (o *SetAllInstancesSettingsOverridesNotFound) Error() string
func (*SetAllInstancesSettingsOverridesNotFound) GetPayload ¶ added in v1.7.0
func (o *SetAllInstancesSettingsOverridesNotFound) GetPayload() *models.BasicFailedReply
func (*SetAllInstancesSettingsOverridesNotFound) IsClientError ¶ added in v1.13.0
func (o *SetAllInstancesSettingsOverridesNotFound) IsClientError() bool
IsClientError returns true when this set all instances settings overrides not found response has a 4xx status code
func (*SetAllInstancesSettingsOverridesNotFound) IsCode ¶ added in v1.13.0
func (o *SetAllInstancesSettingsOverridesNotFound) IsCode(code int) bool
IsCode returns true when this set all instances settings overrides not found response a status code equal to that given
func (*SetAllInstancesSettingsOverridesNotFound) IsRedirect ¶ added in v1.13.0
func (o *SetAllInstancesSettingsOverridesNotFound) IsRedirect() bool
IsRedirect returns true when this set all instances settings overrides not found response has a 3xx status code
func (*SetAllInstancesSettingsOverridesNotFound) IsServerError ¶ added in v1.13.0
func (o *SetAllInstancesSettingsOverridesNotFound) IsServerError() bool
IsServerError returns true when this set all instances settings overrides not found response has a 5xx status code
func (*SetAllInstancesSettingsOverridesNotFound) IsSuccess ¶ added in v1.13.0
func (o *SetAllInstancesSettingsOverridesNotFound) IsSuccess() bool
IsSuccess returns true when this set all instances settings overrides not found response has a 2xx status code
func (*SetAllInstancesSettingsOverridesNotFound) String ¶ added in v1.13.0
func (o *SetAllInstancesSettingsOverridesNotFound) String() string
type SetAllInstancesSettingsOverridesOK ¶ added in v1.7.0
type SetAllInstancesSettingsOverridesOK struct {
Payload *models.InstanceOverrides
}
SetAllInstancesSettingsOverridesOK describes a response with status code 200, with default header values.
The updated overrides
func NewSetAllInstancesSettingsOverridesOK ¶ added in v1.7.0
func NewSetAllInstancesSettingsOverridesOK() *SetAllInstancesSettingsOverridesOK
NewSetAllInstancesSettingsOverridesOK creates a SetAllInstancesSettingsOverridesOK with default headers values
func (*SetAllInstancesSettingsOverridesOK) Code ¶ added in v1.13.0
func (o *SetAllInstancesSettingsOverridesOK) Code() int
Code gets the status code for the set all instances settings overrides o k response
func (*SetAllInstancesSettingsOverridesOK) Error ¶ added in v1.7.0
func (o *SetAllInstancesSettingsOverridesOK) Error() string
func (*SetAllInstancesSettingsOverridesOK) GetPayload ¶ added in v1.7.0
func (o *SetAllInstancesSettingsOverridesOK) GetPayload() *models.InstanceOverrides
func (*SetAllInstancesSettingsOverridesOK) IsClientError ¶ added in v1.13.0
func (o *SetAllInstancesSettingsOverridesOK) IsClientError() bool
IsClientError returns true when this set all instances settings overrides o k response has a 4xx status code
func (*SetAllInstancesSettingsOverridesOK) IsCode ¶ added in v1.13.0
func (o *SetAllInstancesSettingsOverridesOK) IsCode(code int) bool
IsCode returns true when this set all instances settings overrides o k response a status code equal to that given
func (*SetAllInstancesSettingsOverridesOK) IsRedirect ¶ added in v1.13.0
func (o *SetAllInstancesSettingsOverridesOK) IsRedirect() bool
IsRedirect returns true when this set all instances settings overrides o k response has a 3xx status code
func (*SetAllInstancesSettingsOverridesOK) IsServerError ¶ added in v1.13.0
func (o *SetAllInstancesSettingsOverridesOK) IsServerError() bool
IsServerError returns true when this set all instances settings overrides o k response has a 5xx status code
func (*SetAllInstancesSettingsOverridesOK) IsSuccess ¶ added in v1.13.0
func (o *SetAllInstancesSettingsOverridesOK) IsSuccess() bool
IsSuccess returns true when this set all instances settings overrides o k response has a 2xx status code
func (*SetAllInstancesSettingsOverridesOK) String ¶ added in v1.13.0
func (o *SetAllInstancesSettingsOverridesOK) String() string
type SetAllInstancesSettingsOverridesParams ¶ added in v1.7.0
type SetAllInstancesSettingsOverridesParams struct { /* Body. The overrides to apply to all instances. Capacity overrides the RAM size in MB of the instance, and storage multipler overrides the multiplier of the instance RAM size that determines the storage quota of the instance. Capacity must be in the range [1024, 65536] and storage multiplier must be in the range [1.0, 1000.0]. */ Body *models.InstanceOverrides /* DeploymentID. Identifier for the Deployment. */ DeploymentID string /* RefID. User-specified RefId for the Resource (or '_main' if there is only one). */ RefID string /* ResourceKind. The kind of resource. Only Elasticsearch resources are currently supported. */ ResourceKind string /* RestartAfterUpdate. After overrides are set, restarts the instance to apply the changes. */ RestartAfterUpdate *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SetAllInstancesSettingsOverridesParams contains all the parameters to send to the API endpoint
for the set all instances settings overrides operation. Typically these are written to a http.Request.
func NewSetAllInstancesSettingsOverridesParams ¶ added in v1.7.0
func NewSetAllInstancesSettingsOverridesParams() *SetAllInstancesSettingsOverridesParams
NewSetAllInstancesSettingsOverridesParams creates a new SetAllInstancesSettingsOverridesParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewSetAllInstancesSettingsOverridesParamsWithContext ¶ added in v1.7.0
func NewSetAllInstancesSettingsOverridesParamsWithContext(ctx context.Context) *SetAllInstancesSettingsOverridesParams
NewSetAllInstancesSettingsOverridesParamsWithContext creates a new SetAllInstancesSettingsOverridesParams object with the ability to set a context for a request.
func NewSetAllInstancesSettingsOverridesParamsWithHTTPClient ¶ added in v1.7.0
func NewSetAllInstancesSettingsOverridesParamsWithHTTPClient(client *http.Client) *SetAllInstancesSettingsOverridesParams
NewSetAllInstancesSettingsOverridesParamsWithHTTPClient creates a new SetAllInstancesSettingsOverridesParams object with the ability to set a custom HTTPClient for a request.
func NewSetAllInstancesSettingsOverridesParamsWithTimeout ¶ added in v1.7.0
func NewSetAllInstancesSettingsOverridesParamsWithTimeout(timeout time.Duration) *SetAllInstancesSettingsOverridesParams
NewSetAllInstancesSettingsOverridesParamsWithTimeout creates a new SetAllInstancesSettingsOverridesParams object with the ability to set a timeout on a request.
func (*SetAllInstancesSettingsOverridesParams) SetBody ¶ added in v1.7.0
func (o *SetAllInstancesSettingsOverridesParams) SetBody(body *models.InstanceOverrides)
SetBody adds the body to the set all instances settings overrides params
func (*SetAllInstancesSettingsOverridesParams) SetContext ¶ added in v1.7.0
func (o *SetAllInstancesSettingsOverridesParams) SetContext(ctx context.Context)
SetContext adds the context to the set all instances settings overrides params
func (*SetAllInstancesSettingsOverridesParams) SetDefaults ¶ added in v1.7.0
func (o *SetAllInstancesSettingsOverridesParams) SetDefaults()
SetDefaults hydrates default values in the set all instances settings overrides params (not the query body).
All values with no default are reset to their zero value.
func (*SetAllInstancesSettingsOverridesParams) SetDeploymentID ¶ added in v1.7.0
func (o *SetAllInstancesSettingsOverridesParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the set all instances settings overrides params
func (*SetAllInstancesSettingsOverridesParams) SetHTTPClient ¶ added in v1.7.0
func (o *SetAllInstancesSettingsOverridesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the set all instances settings overrides params
func (*SetAllInstancesSettingsOverridesParams) SetRefID ¶ added in v1.7.0
func (o *SetAllInstancesSettingsOverridesParams) SetRefID(refID string)
SetRefID adds the refId to the set all instances settings overrides params
func (*SetAllInstancesSettingsOverridesParams) SetResourceKind ¶ added in v1.7.0
func (o *SetAllInstancesSettingsOverridesParams) SetResourceKind(resourceKind string)
SetResourceKind adds the resourceKind to the set all instances settings overrides params
func (*SetAllInstancesSettingsOverridesParams) SetRestartAfterUpdate ¶ added in v1.7.0
func (o *SetAllInstancesSettingsOverridesParams) SetRestartAfterUpdate(restartAfterUpdate *bool)
SetRestartAfterUpdate adds the restartAfterUpdate to the set all instances settings overrides params
func (*SetAllInstancesSettingsOverridesParams) SetTimeout ¶ added in v1.7.0
func (o *SetAllInstancesSettingsOverridesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the set all instances settings overrides params
func (*SetAllInstancesSettingsOverridesParams) WithBody ¶ added in v1.7.0
func (o *SetAllInstancesSettingsOverridesParams) WithBody(body *models.InstanceOverrides) *SetAllInstancesSettingsOverridesParams
WithBody adds the body to the set all instances settings overrides params
func (*SetAllInstancesSettingsOverridesParams) WithContext ¶ added in v1.7.0
func (o *SetAllInstancesSettingsOverridesParams) WithContext(ctx context.Context) *SetAllInstancesSettingsOverridesParams
WithContext adds the context to the set all instances settings overrides params
func (*SetAllInstancesSettingsOverridesParams) WithDefaults ¶ added in v1.7.0
func (o *SetAllInstancesSettingsOverridesParams) WithDefaults() *SetAllInstancesSettingsOverridesParams
WithDefaults hydrates default values in the set all instances settings overrides params (not the query body).
All values with no default are reset to their zero value.
func (*SetAllInstancesSettingsOverridesParams) WithDeploymentID ¶ added in v1.7.0
func (o *SetAllInstancesSettingsOverridesParams) WithDeploymentID(deploymentID string) *SetAllInstancesSettingsOverridesParams
WithDeploymentID adds the deploymentID to the set all instances settings overrides params
func (*SetAllInstancesSettingsOverridesParams) WithHTTPClient ¶ added in v1.7.0
func (o *SetAllInstancesSettingsOverridesParams) WithHTTPClient(client *http.Client) *SetAllInstancesSettingsOverridesParams
WithHTTPClient adds the HTTPClient to the set all instances settings overrides params
func (*SetAllInstancesSettingsOverridesParams) WithRefID ¶ added in v1.7.0
func (o *SetAllInstancesSettingsOverridesParams) WithRefID(refID string) *SetAllInstancesSettingsOverridesParams
WithRefID adds the refID to the set all instances settings overrides params
func (*SetAllInstancesSettingsOverridesParams) WithResourceKind ¶ added in v1.7.0
func (o *SetAllInstancesSettingsOverridesParams) WithResourceKind(resourceKind string) *SetAllInstancesSettingsOverridesParams
WithResourceKind adds the resourceKind to the set all instances settings overrides params
func (*SetAllInstancesSettingsOverridesParams) WithRestartAfterUpdate ¶ added in v1.7.0
func (o *SetAllInstancesSettingsOverridesParams) WithRestartAfterUpdate(restartAfterUpdate *bool) *SetAllInstancesSettingsOverridesParams
WithRestartAfterUpdate adds the restartAfterUpdate to the set all instances settings overrides params
func (*SetAllInstancesSettingsOverridesParams) WithTimeout ¶ added in v1.7.0
func (o *SetAllInstancesSettingsOverridesParams) WithTimeout(timeout time.Duration) *SetAllInstancesSettingsOverridesParams
WithTimeout adds the timeout to the set all instances settings overrides params
func (*SetAllInstancesSettingsOverridesParams) WriteToRequest ¶ added in v1.7.0
func (o *SetAllInstancesSettingsOverridesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SetAllInstancesSettingsOverridesReader ¶ added in v1.7.0
type SetAllInstancesSettingsOverridesReader struct {
// contains filtered or unexported fields
}
SetAllInstancesSettingsOverridesReader is a Reader for the SetAllInstancesSettingsOverrides structure.
func (*SetAllInstancesSettingsOverridesReader) ReadResponse ¶ added in v1.7.0
func (o *SetAllInstancesSettingsOverridesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SetAppsearchReadOnlyModeInternalServerError ¶
type SetAppsearchReadOnlyModeInternalServerError struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
SetAppsearchReadOnlyModeInternalServerError describes a response with status code 500, with default header values.
We have failed you. (code: `deployments.deployment_resource_no_longer_exists`)
func NewSetAppsearchReadOnlyModeInternalServerError ¶
func NewSetAppsearchReadOnlyModeInternalServerError() *SetAppsearchReadOnlyModeInternalServerError
NewSetAppsearchReadOnlyModeInternalServerError creates a SetAppsearchReadOnlyModeInternalServerError with default headers values
func (*SetAppsearchReadOnlyModeInternalServerError) Code ¶ added in v1.13.0
func (o *SetAppsearchReadOnlyModeInternalServerError) Code() int
Code gets the status code for the set appsearch read only mode internal server error response
func (*SetAppsearchReadOnlyModeInternalServerError) Error ¶
func (o *SetAppsearchReadOnlyModeInternalServerError) Error() string
func (*SetAppsearchReadOnlyModeInternalServerError) GetPayload ¶
func (o *SetAppsearchReadOnlyModeInternalServerError) GetPayload() *models.BasicFailedReply
func (*SetAppsearchReadOnlyModeInternalServerError) IsClientError ¶ added in v1.13.0
func (o *SetAppsearchReadOnlyModeInternalServerError) IsClientError() bool
IsClientError returns true when this set appsearch read only mode internal server error response has a 4xx status code
func (*SetAppsearchReadOnlyModeInternalServerError) IsCode ¶ added in v1.13.0
func (o *SetAppsearchReadOnlyModeInternalServerError) IsCode(code int) bool
IsCode returns true when this set appsearch read only mode internal server error response a status code equal to that given
func (*SetAppsearchReadOnlyModeInternalServerError) IsRedirect ¶ added in v1.13.0
func (o *SetAppsearchReadOnlyModeInternalServerError) IsRedirect() bool
IsRedirect returns true when this set appsearch read only mode internal server error response has a 3xx status code
func (*SetAppsearchReadOnlyModeInternalServerError) IsServerError ¶ added in v1.13.0
func (o *SetAppsearchReadOnlyModeInternalServerError) IsServerError() bool
IsServerError returns true when this set appsearch read only mode internal server error response has a 5xx status code
func (*SetAppsearchReadOnlyModeInternalServerError) IsSuccess ¶ added in v1.13.0
func (o *SetAppsearchReadOnlyModeInternalServerError) IsSuccess() bool
IsSuccess returns true when this set appsearch read only mode internal server error response has a 2xx status code
func (*SetAppsearchReadOnlyModeInternalServerError) String ¶ added in v1.13.0
func (o *SetAppsearchReadOnlyModeInternalServerError) String() string
type SetAppsearchReadOnlyModeNotFound ¶
type SetAppsearchReadOnlyModeNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
SetAppsearchReadOnlyModeNotFound describes a response with status code 404, with default header values.
The Resource specified by ref_id cannot be found. (code: `deployments.deployment_resource_not_found`)
func NewSetAppsearchReadOnlyModeNotFound ¶
func NewSetAppsearchReadOnlyModeNotFound() *SetAppsearchReadOnlyModeNotFound
NewSetAppsearchReadOnlyModeNotFound creates a SetAppsearchReadOnlyModeNotFound with default headers values
func (*SetAppsearchReadOnlyModeNotFound) Code ¶ added in v1.13.0
func (o *SetAppsearchReadOnlyModeNotFound) Code() int
Code gets the status code for the set appsearch read only mode not found response
func (*SetAppsearchReadOnlyModeNotFound) Error ¶
func (o *SetAppsearchReadOnlyModeNotFound) Error() string
func (*SetAppsearchReadOnlyModeNotFound) GetPayload ¶
func (o *SetAppsearchReadOnlyModeNotFound) GetPayload() *models.BasicFailedReply
func (*SetAppsearchReadOnlyModeNotFound) IsClientError ¶ added in v1.13.0
func (o *SetAppsearchReadOnlyModeNotFound) IsClientError() bool
IsClientError returns true when this set appsearch read only mode not found response has a 4xx status code
func (*SetAppsearchReadOnlyModeNotFound) IsCode ¶ added in v1.13.0
func (o *SetAppsearchReadOnlyModeNotFound) IsCode(code int) bool
IsCode returns true when this set appsearch read only mode not found response a status code equal to that given
func (*SetAppsearchReadOnlyModeNotFound) IsRedirect ¶ added in v1.13.0
func (o *SetAppsearchReadOnlyModeNotFound) IsRedirect() bool
IsRedirect returns true when this set appsearch read only mode not found response has a 3xx status code
func (*SetAppsearchReadOnlyModeNotFound) IsServerError ¶ added in v1.13.0
func (o *SetAppsearchReadOnlyModeNotFound) IsServerError() bool
IsServerError returns true when this set appsearch read only mode not found response has a 5xx status code
func (*SetAppsearchReadOnlyModeNotFound) IsSuccess ¶ added in v1.13.0
func (o *SetAppsearchReadOnlyModeNotFound) IsSuccess() bool
IsSuccess returns true when this set appsearch read only mode not found response has a 2xx status code
func (*SetAppsearchReadOnlyModeNotFound) String ¶ added in v1.13.0
func (o *SetAppsearchReadOnlyModeNotFound) String() string
type SetAppsearchReadOnlyModeOK ¶
type SetAppsearchReadOnlyModeOK struct {
Payload *models.ReadOnlyResponse
}
SetAppsearchReadOnlyModeOK describes a response with status code 200, with default header values.
Standard response
func NewSetAppsearchReadOnlyModeOK ¶
func NewSetAppsearchReadOnlyModeOK() *SetAppsearchReadOnlyModeOK
NewSetAppsearchReadOnlyModeOK creates a SetAppsearchReadOnlyModeOK with default headers values
func (*SetAppsearchReadOnlyModeOK) Code ¶ added in v1.13.0
func (o *SetAppsearchReadOnlyModeOK) Code() int
Code gets the status code for the set appsearch read only mode o k response
func (*SetAppsearchReadOnlyModeOK) Error ¶
func (o *SetAppsearchReadOnlyModeOK) Error() string
func (*SetAppsearchReadOnlyModeOK) GetPayload ¶
func (o *SetAppsearchReadOnlyModeOK) GetPayload() *models.ReadOnlyResponse
func (*SetAppsearchReadOnlyModeOK) IsClientError ¶ added in v1.13.0
func (o *SetAppsearchReadOnlyModeOK) IsClientError() bool
IsClientError returns true when this set appsearch read only mode o k response has a 4xx status code
func (*SetAppsearchReadOnlyModeOK) IsCode ¶ added in v1.13.0
func (o *SetAppsearchReadOnlyModeOK) IsCode(code int) bool
IsCode returns true when this set appsearch read only mode o k response a status code equal to that given
func (*SetAppsearchReadOnlyModeOK) IsRedirect ¶ added in v1.13.0
func (o *SetAppsearchReadOnlyModeOK) IsRedirect() bool
IsRedirect returns true when this set appsearch read only mode o k response has a 3xx status code
func (*SetAppsearchReadOnlyModeOK) IsServerError ¶ added in v1.13.0
func (o *SetAppsearchReadOnlyModeOK) IsServerError() bool
IsServerError returns true when this set appsearch read only mode o k response has a 5xx status code
func (*SetAppsearchReadOnlyModeOK) IsSuccess ¶ added in v1.13.0
func (o *SetAppsearchReadOnlyModeOK) IsSuccess() bool
IsSuccess returns true when this set appsearch read only mode o k response has a 2xx status code
func (*SetAppsearchReadOnlyModeOK) String ¶ added in v1.13.0
func (o *SetAppsearchReadOnlyModeOK) String() string
type SetAppsearchReadOnlyModeParams ¶
type SetAppsearchReadOnlyModeParams struct { /* Body. read-only request body */ Body *models.ReadOnlyRequest /* DeploymentID. Identifier for the Deployment. */ DeploymentID string /* RefID. User-specified RefId for the Resource (or '_main' if there is only one). */ RefID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SetAppsearchReadOnlyModeParams contains all the parameters to send to the API endpoint
for the set appsearch read only mode operation. Typically these are written to a http.Request.
func NewSetAppsearchReadOnlyModeParams ¶
func NewSetAppsearchReadOnlyModeParams() *SetAppsearchReadOnlyModeParams
NewSetAppsearchReadOnlyModeParams creates a new SetAppsearchReadOnlyModeParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewSetAppsearchReadOnlyModeParamsWithContext ¶
func NewSetAppsearchReadOnlyModeParamsWithContext(ctx context.Context) *SetAppsearchReadOnlyModeParams
NewSetAppsearchReadOnlyModeParamsWithContext creates a new SetAppsearchReadOnlyModeParams object with the ability to set a context for a request.
func NewSetAppsearchReadOnlyModeParamsWithHTTPClient ¶
func NewSetAppsearchReadOnlyModeParamsWithHTTPClient(client *http.Client) *SetAppsearchReadOnlyModeParams
NewSetAppsearchReadOnlyModeParamsWithHTTPClient creates a new SetAppsearchReadOnlyModeParams object with the ability to set a custom HTTPClient for a request.
func NewSetAppsearchReadOnlyModeParamsWithTimeout ¶
func NewSetAppsearchReadOnlyModeParamsWithTimeout(timeout time.Duration) *SetAppsearchReadOnlyModeParams
NewSetAppsearchReadOnlyModeParamsWithTimeout creates a new SetAppsearchReadOnlyModeParams object with the ability to set a timeout on a request.
func (*SetAppsearchReadOnlyModeParams) SetBody ¶
func (o *SetAppsearchReadOnlyModeParams) SetBody(body *models.ReadOnlyRequest)
SetBody adds the body to the set appsearch read only mode params
func (*SetAppsearchReadOnlyModeParams) SetContext ¶
func (o *SetAppsearchReadOnlyModeParams) SetContext(ctx context.Context)
SetContext adds the context to the set appsearch read only mode params
func (*SetAppsearchReadOnlyModeParams) SetDefaults ¶ added in v1.3.0
func (o *SetAppsearchReadOnlyModeParams) SetDefaults()
SetDefaults hydrates default values in the set appsearch read only mode params (not the query body).
All values with no default are reset to their zero value.
func (*SetAppsearchReadOnlyModeParams) SetDeploymentID ¶
func (o *SetAppsearchReadOnlyModeParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the set appsearch read only mode params
func (*SetAppsearchReadOnlyModeParams) SetHTTPClient ¶
func (o *SetAppsearchReadOnlyModeParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the set appsearch read only mode params
func (*SetAppsearchReadOnlyModeParams) SetRefID ¶
func (o *SetAppsearchReadOnlyModeParams) SetRefID(refID string)
SetRefID adds the refId to the set appsearch read only mode params
func (*SetAppsearchReadOnlyModeParams) SetTimeout ¶
func (o *SetAppsearchReadOnlyModeParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the set appsearch read only mode params
func (*SetAppsearchReadOnlyModeParams) WithBody ¶
func (o *SetAppsearchReadOnlyModeParams) WithBody(body *models.ReadOnlyRequest) *SetAppsearchReadOnlyModeParams
WithBody adds the body to the set appsearch read only mode params
func (*SetAppsearchReadOnlyModeParams) WithContext ¶
func (o *SetAppsearchReadOnlyModeParams) WithContext(ctx context.Context) *SetAppsearchReadOnlyModeParams
WithContext adds the context to the set appsearch read only mode params
func (*SetAppsearchReadOnlyModeParams) WithDefaults ¶ added in v1.3.0
func (o *SetAppsearchReadOnlyModeParams) WithDefaults() *SetAppsearchReadOnlyModeParams
WithDefaults hydrates default values in the set appsearch read only mode params (not the query body).
All values with no default are reset to their zero value.
func (*SetAppsearchReadOnlyModeParams) WithDeploymentID ¶
func (o *SetAppsearchReadOnlyModeParams) WithDeploymentID(deploymentID string) *SetAppsearchReadOnlyModeParams
WithDeploymentID adds the deploymentID to the set appsearch read only mode params
func (*SetAppsearchReadOnlyModeParams) WithHTTPClient ¶
func (o *SetAppsearchReadOnlyModeParams) WithHTTPClient(client *http.Client) *SetAppsearchReadOnlyModeParams
WithHTTPClient adds the HTTPClient to the set appsearch read only mode params
func (*SetAppsearchReadOnlyModeParams) WithRefID ¶
func (o *SetAppsearchReadOnlyModeParams) WithRefID(refID string) *SetAppsearchReadOnlyModeParams
WithRefID adds the refID to the set appsearch read only mode params
func (*SetAppsearchReadOnlyModeParams) WithTimeout ¶
func (o *SetAppsearchReadOnlyModeParams) WithTimeout(timeout time.Duration) *SetAppsearchReadOnlyModeParams
WithTimeout adds the timeout to the set appsearch read only mode params
func (*SetAppsearchReadOnlyModeParams) WriteToRequest ¶
func (o *SetAppsearchReadOnlyModeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SetAppsearchReadOnlyModeReader ¶
type SetAppsearchReadOnlyModeReader struct {
// contains filtered or unexported fields
}
SetAppsearchReadOnlyModeReader is a Reader for the SetAppsearchReadOnlyMode structure.
func (*SetAppsearchReadOnlyModeReader) ReadResponse ¶
func (o *SetAppsearchReadOnlyModeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SetDeploymentEsResourceKeystoreInternalServerError ¶
type SetDeploymentEsResourceKeystoreInternalServerError struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
SetDeploymentEsResourceKeystoreInternalServerError describes a response with status code 500, with default header values.
We have failed you. (code: `deployments.metadata_internal_error`)
func NewSetDeploymentEsResourceKeystoreInternalServerError ¶
func NewSetDeploymentEsResourceKeystoreInternalServerError() *SetDeploymentEsResourceKeystoreInternalServerError
NewSetDeploymentEsResourceKeystoreInternalServerError creates a SetDeploymentEsResourceKeystoreInternalServerError with default headers values
func (*SetDeploymentEsResourceKeystoreInternalServerError) Code ¶ added in v1.13.0
func (o *SetDeploymentEsResourceKeystoreInternalServerError) Code() int
Code gets the status code for the set deployment es resource keystore internal server error response
func (*SetDeploymentEsResourceKeystoreInternalServerError) Error ¶
func (o *SetDeploymentEsResourceKeystoreInternalServerError) Error() string
func (*SetDeploymentEsResourceKeystoreInternalServerError) GetPayload ¶
func (o *SetDeploymentEsResourceKeystoreInternalServerError) GetPayload() *models.BasicFailedReply
func (*SetDeploymentEsResourceKeystoreInternalServerError) IsClientError ¶ added in v1.13.0
func (o *SetDeploymentEsResourceKeystoreInternalServerError) IsClientError() bool
IsClientError returns true when this set deployment es resource keystore internal server error response has a 4xx status code
func (*SetDeploymentEsResourceKeystoreInternalServerError) IsCode ¶ added in v1.13.0
func (o *SetDeploymentEsResourceKeystoreInternalServerError) IsCode(code int) bool
IsCode returns true when this set deployment es resource keystore internal server error response a status code equal to that given
func (*SetDeploymentEsResourceKeystoreInternalServerError) IsRedirect ¶ added in v1.13.0
func (o *SetDeploymentEsResourceKeystoreInternalServerError) IsRedirect() bool
IsRedirect returns true when this set deployment es resource keystore internal server error response has a 3xx status code
func (*SetDeploymentEsResourceKeystoreInternalServerError) IsServerError ¶ added in v1.13.0
func (o *SetDeploymentEsResourceKeystoreInternalServerError) IsServerError() bool
IsServerError returns true when this set deployment es resource keystore internal server error response has a 5xx status code
func (*SetDeploymentEsResourceKeystoreInternalServerError) IsSuccess ¶ added in v1.13.0
func (o *SetDeploymentEsResourceKeystoreInternalServerError) IsSuccess() bool
IsSuccess returns true when this set deployment es resource keystore internal server error response has a 2xx status code
func (*SetDeploymentEsResourceKeystoreInternalServerError) String ¶ added in v1.13.0
func (o *SetDeploymentEsResourceKeystoreInternalServerError) String() string
type SetDeploymentEsResourceKeystoreNotFound ¶
type SetDeploymentEsResourceKeystoreNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
SetDeploymentEsResourceKeystoreNotFound describes a response with status code 404, with default header values. * The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
* The Resource specified by {ref_id} cannot be found. (code: `deployments.deployment_resource_not_found`)
func NewSetDeploymentEsResourceKeystoreNotFound ¶
func NewSetDeploymentEsResourceKeystoreNotFound() *SetDeploymentEsResourceKeystoreNotFound
NewSetDeploymentEsResourceKeystoreNotFound creates a SetDeploymentEsResourceKeystoreNotFound with default headers values
func (*SetDeploymentEsResourceKeystoreNotFound) Code ¶ added in v1.13.0
func (o *SetDeploymentEsResourceKeystoreNotFound) Code() int
Code gets the status code for the set deployment es resource keystore not found response
func (*SetDeploymentEsResourceKeystoreNotFound) Error ¶
func (o *SetDeploymentEsResourceKeystoreNotFound) Error() string
func (*SetDeploymentEsResourceKeystoreNotFound) GetPayload ¶
func (o *SetDeploymentEsResourceKeystoreNotFound) GetPayload() *models.BasicFailedReply
func (*SetDeploymentEsResourceKeystoreNotFound) IsClientError ¶ added in v1.13.0
func (o *SetDeploymentEsResourceKeystoreNotFound) IsClientError() bool
IsClientError returns true when this set deployment es resource keystore not found response has a 4xx status code
func (*SetDeploymentEsResourceKeystoreNotFound) IsCode ¶ added in v1.13.0
func (o *SetDeploymentEsResourceKeystoreNotFound) IsCode(code int) bool
IsCode returns true when this set deployment es resource keystore not found response a status code equal to that given
func (*SetDeploymentEsResourceKeystoreNotFound) IsRedirect ¶ added in v1.13.0
func (o *SetDeploymentEsResourceKeystoreNotFound) IsRedirect() bool
IsRedirect returns true when this set deployment es resource keystore not found response has a 3xx status code
func (*SetDeploymentEsResourceKeystoreNotFound) IsServerError ¶ added in v1.13.0
func (o *SetDeploymentEsResourceKeystoreNotFound) IsServerError() bool
IsServerError returns true when this set deployment es resource keystore not found response has a 5xx status code
func (*SetDeploymentEsResourceKeystoreNotFound) IsSuccess ¶ added in v1.13.0
func (o *SetDeploymentEsResourceKeystoreNotFound) IsSuccess() bool
IsSuccess returns true when this set deployment es resource keystore not found response has a 2xx status code
func (*SetDeploymentEsResourceKeystoreNotFound) String ¶ added in v1.13.0
func (o *SetDeploymentEsResourceKeystoreNotFound) String() string
type SetDeploymentEsResourceKeystoreOK ¶
type SetDeploymentEsResourceKeystoreOK struct {
Payload *models.KeystoreContents
}
SetDeploymentEsResourceKeystoreOK describes a response with status code 200, with default header values.
The new contents of the Elasticsearch keystore
func NewSetDeploymentEsResourceKeystoreOK ¶
func NewSetDeploymentEsResourceKeystoreOK() *SetDeploymentEsResourceKeystoreOK
NewSetDeploymentEsResourceKeystoreOK creates a SetDeploymentEsResourceKeystoreOK with default headers values
func (*SetDeploymentEsResourceKeystoreOK) Code ¶ added in v1.13.0
func (o *SetDeploymentEsResourceKeystoreOK) Code() int
Code gets the status code for the set deployment es resource keystore o k response
func (*SetDeploymentEsResourceKeystoreOK) Error ¶
func (o *SetDeploymentEsResourceKeystoreOK) Error() string
func (*SetDeploymentEsResourceKeystoreOK) GetPayload ¶
func (o *SetDeploymentEsResourceKeystoreOK) GetPayload() *models.KeystoreContents
func (*SetDeploymentEsResourceKeystoreOK) IsClientError ¶ added in v1.13.0
func (o *SetDeploymentEsResourceKeystoreOK) IsClientError() bool
IsClientError returns true when this set deployment es resource keystore o k response has a 4xx status code
func (*SetDeploymentEsResourceKeystoreOK) IsCode ¶ added in v1.13.0
func (o *SetDeploymentEsResourceKeystoreOK) IsCode(code int) bool
IsCode returns true when this set deployment es resource keystore o k response a status code equal to that given
func (*SetDeploymentEsResourceKeystoreOK) IsRedirect ¶ added in v1.13.0
func (o *SetDeploymentEsResourceKeystoreOK) IsRedirect() bool
IsRedirect returns true when this set deployment es resource keystore o k response has a 3xx status code
func (*SetDeploymentEsResourceKeystoreOK) IsServerError ¶ added in v1.13.0
func (o *SetDeploymentEsResourceKeystoreOK) IsServerError() bool
IsServerError returns true when this set deployment es resource keystore o k response has a 5xx status code
func (*SetDeploymentEsResourceKeystoreOK) IsSuccess ¶ added in v1.13.0
func (o *SetDeploymentEsResourceKeystoreOK) IsSuccess() bool
IsSuccess returns true when this set deployment es resource keystore o k response has a 2xx status code
func (*SetDeploymentEsResourceKeystoreOK) String ¶ added in v1.13.0
func (o *SetDeploymentEsResourceKeystoreOK) String() string
type SetDeploymentEsResourceKeystoreParams ¶
type SetDeploymentEsResourceKeystoreParams struct { /* Body. The new settings that will be applied to the keystore of the Elasticsearch resource. */ Body *models.KeystoreContents /* DeploymentID. Identifier for the Deployment */ DeploymentID string /* RefID. User-specified RefId for the Resource (or '_main' if there is only one) */ RefID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SetDeploymentEsResourceKeystoreParams contains all the parameters to send to the API endpoint
for the set deployment es resource keystore operation. Typically these are written to a http.Request.
func NewSetDeploymentEsResourceKeystoreParams ¶
func NewSetDeploymentEsResourceKeystoreParams() *SetDeploymentEsResourceKeystoreParams
NewSetDeploymentEsResourceKeystoreParams creates a new SetDeploymentEsResourceKeystoreParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewSetDeploymentEsResourceKeystoreParamsWithContext ¶
func NewSetDeploymentEsResourceKeystoreParamsWithContext(ctx context.Context) *SetDeploymentEsResourceKeystoreParams
NewSetDeploymentEsResourceKeystoreParamsWithContext creates a new SetDeploymentEsResourceKeystoreParams object with the ability to set a context for a request.
func NewSetDeploymentEsResourceKeystoreParamsWithHTTPClient ¶
func NewSetDeploymentEsResourceKeystoreParamsWithHTTPClient(client *http.Client) *SetDeploymentEsResourceKeystoreParams
NewSetDeploymentEsResourceKeystoreParamsWithHTTPClient creates a new SetDeploymentEsResourceKeystoreParams object with the ability to set a custom HTTPClient for a request.
func NewSetDeploymentEsResourceKeystoreParamsWithTimeout ¶
func NewSetDeploymentEsResourceKeystoreParamsWithTimeout(timeout time.Duration) *SetDeploymentEsResourceKeystoreParams
NewSetDeploymentEsResourceKeystoreParamsWithTimeout creates a new SetDeploymentEsResourceKeystoreParams object with the ability to set a timeout on a request.
func (*SetDeploymentEsResourceKeystoreParams) SetBody ¶
func (o *SetDeploymentEsResourceKeystoreParams) SetBody(body *models.KeystoreContents)
SetBody adds the body to the set deployment es resource keystore params
func (*SetDeploymentEsResourceKeystoreParams) SetContext ¶
func (o *SetDeploymentEsResourceKeystoreParams) SetContext(ctx context.Context)
SetContext adds the context to the set deployment es resource keystore params
func (*SetDeploymentEsResourceKeystoreParams) SetDefaults ¶ added in v1.3.0
func (o *SetDeploymentEsResourceKeystoreParams) SetDefaults()
SetDefaults hydrates default values in the set deployment es resource keystore params (not the query body).
All values with no default are reset to their zero value.
func (*SetDeploymentEsResourceKeystoreParams) SetDeploymentID ¶
func (o *SetDeploymentEsResourceKeystoreParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the set deployment es resource keystore params
func (*SetDeploymentEsResourceKeystoreParams) SetHTTPClient ¶
func (o *SetDeploymentEsResourceKeystoreParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the set deployment es resource keystore params
func (*SetDeploymentEsResourceKeystoreParams) SetRefID ¶
func (o *SetDeploymentEsResourceKeystoreParams) SetRefID(refID string)
SetRefID adds the refId to the set deployment es resource keystore params
func (*SetDeploymentEsResourceKeystoreParams) SetTimeout ¶
func (o *SetDeploymentEsResourceKeystoreParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the set deployment es resource keystore params
func (*SetDeploymentEsResourceKeystoreParams) WithBody ¶
func (o *SetDeploymentEsResourceKeystoreParams) WithBody(body *models.KeystoreContents) *SetDeploymentEsResourceKeystoreParams
WithBody adds the body to the set deployment es resource keystore params
func (*SetDeploymentEsResourceKeystoreParams) WithContext ¶
func (o *SetDeploymentEsResourceKeystoreParams) WithContext(ctx context.Context) *SetDeploymentEsResourceKeystoreParams
WithContext adds the context to the set deployment es resource keystore params
func (*SetDeploymentEsResourceKeystoreParams) WithDefaults ¶ added in v1.3.0
func (o *SetDeploymentEsResourceKeystoreParams) WithDefaults() *SetDeploymentEsResourceKeystoreParams
WithDefaults hydrates default values in the set deployment es resource keystore params (not the query body).
All values with no default are reset to their zero value.
func (*SetDeploymentEsResourceKeystoreParams) WithDeploymentID ¶
func (o *SetDeploymentEsResourceKeystoreParams) WithDeploymentID(deploymentID string) *SetDeploymentEsResourceKeystoreParams
WithDeploymentID adds the deploymentID to the set deployment es resource keystore params
func (*SetDeploymentEsResourceKeystoreParams) WithHTTPClient ¶
func (o *SetDeploymentEsResourceKeystoreParams) WithHTTPClient(client *http.Client) *SetDeploymentEsResourceKeystoreParams
WithHTTPClient adds the HTTPClient to the set deployment es resource keystore params
func (*SetDeploymentEsResourceKeystoreParams) WithRefID ¶
func (o *SetDeploymentEsResourceKeystoreParams) WithRefID(refID string) *SetDeploymentEsResourceKeystoreParams
WithRefID adds the refID to the set deployment es resource keystore params
func (*SetDeploymentEsResourceKeystoreParams) WithTimeout ¶
func (o *SetDeploymentEsResourceKeystoreParams) WithTimeout(timeout time.Duration) *SetDeploymentEsResourceKeystoreParams
WithTimeout adds the timeout to the set deployment es resource keystore params
func (*SetDeploymentEsResourceKeystoreParams) WriteToRequest ¶
func (o *SetDeploymentEsResourceKeystoreParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SetDeploymentEsResourceKeystoreReader ¶
type SetDeploymentEsResourceKeystoreReader struct {
// contains filtered or unexported fields
}
SetDeploymentEsResourceKeystoreReader is a Reader for the SetDeploymentEsResourceKeystore structure.
func (*SetDeploymentEsResourceKeystoreReader) ReadResponse ¶
func (o *SetDeploymentEsResourceKeystoreReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SetDeploymentEsResourceRemoteClustersAccepted ¶
type SetDeploymentEsResourceRemoteClustersAccepted struct {
Payload models.EmptyResponse
}
SetDeploymentEsResourceRemoteClustersAccepted describes a response with status code 202, with default header values.
The Remote Clusters were updated
func NewSetDeploymentEsResourceRemoteClustersAccepted ¶
func NewSetDeploymentEsResourceRemoteClustersAccepted() *SetDeploymentEsResourceRemoteClustersAccepted
NewSetDeploymentEsResourceRemoteClustersAccepted creates a SetDeploymentEsResourceRemoteClustersAccepted with default headers values
func (*SetDeploymentEsResourceRemoteClustersAccepted) Code ¶ added in v1.13.0
func (o *SetDeploymentEsResourceRemoteClustersAccepted) Code() int
Code gets the status code for the set deployment es resource remote clusters accepted response
func (*SetDeploymentEsResourceRemoteClustersAccepted) Error ¶
func (o *SetDeploymentEsResourceRemoteClustersAccepted) Error() string
func (*SetDeploymentEsResourceRemoteClustersAccepted) GetPayload ¶
func (o *SetDeploymentEsResourceRemoteClustersAccepted) GetPayload() models.EmptyResponse
func (*SetDeploymentEsResourceRemoteClustersAccepted) IsClientError ¶ added in v1.13.0
func (o *SetDeploymentEsResourceRemoteClustersAccepted) IsClientError() bool
IsClientError returns true when this set deployment es resource remote clusters accepted response has a 4xx status code
func (*SetDeploymentEsResourceRemoteClustersAccepted) IsCode ¶ added in v1.13.0
func (o *SetDeploymentEsResourceRemoteClustersAccepted) IsCode(code int) bool
IsCode returns true when this set deployment es resource remote clusters accepted response a status code equal to that given
func (*SetDeploymentEsResourceRemoteClustersAccepted) IsRedirect ¶ added in v1.13.0
func (o *SetDeploymentEsResourceRemoteClustersAccepted) IsRedirect() bool
IsRedirect returns true when this set deployment es resource remote clusters accepted response has a 3xx status code
func (*SetDeploymentEsResourceRemoteClustersAccepted) IsServerError ¶ added in v1.13.0
func (o *SetDeploymentEsResourceRemoteClustersAccepted) IsServerError() bool
IsServerError returns true when this set deployment es resource remote clusters accepted response has a 5xx status code
func (*SetDeploymentEsResourceRemoteClustersAccepted) IsSuccess ¶ added in v1.13.0
func (o *SetDeploymentEsResourceRemoteClustersAccepted) IsSuccess() bool
IsSuccess returns true when this set deployment es resource remote clusters accepted response has a 2xx status code
func (*SetDeploymentEsResourceRemoteClustersAccepted) String ¶ added in v1.13.0
func (o *SetDeploymentEsResourceRemoteClustersAccepted) String() string
type SetDeploymentEsResourceRemoteClustersNotFound ¶
type SetDeploymentEsResourceRemoteClustersNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
SetDeploymentEsResourceRemoteClustersNotFound describes a response with status code 404, with default header values. * The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
* The Resource specified by {ref_id} cannot be found. (code: `deployments.deployment_resource_not_found`)
func NewSetDeploymentEsResourceRemoteClustersNotFound ¶
func NewSetDeploymentEsResourceRemoteClustersNotFound() *SetDeploymentEsResourceRemoteClustersNotFound
NewSetDeploymentEsResourceRemoteClustersNotFound creates a SetDeploymentEsResourceRemoteClustersNotFound with default headers values
func (*SetDeploymentEsResourceRemoteClustersNotFound) Code ¶ added in v1.13.0
func (o *SetDeploymentEsResourceRemoteClustersNotFound) Code() int
Code gets the status code for the set deployment es resource remote clusters not found response
func (*SetDeploymentEsResourceRemoteClustersNotFound) Error ¶
func (o *SetDeploymentEsResourceRemoteClustersNotFound) Error() string
func (*SetDeploymentEsResourceRemoteClustersNotFound) GetPayload ¶
func (o *SetDeploymentEsResourceRemoteClustersNotFound) GetPayload() *models.BasicFailedReply
func (*SetDeploymentEsResourceRemoteClustersNotFound) IsClientError ¶ added in v1.13.0
func (o *SetDeploymentEsResourceRemoteClustersNotFound) IsClientError() bool
IsClientError returns true when this set deployment es resource remote clusters not found response has a 4xx status code
func (*SetDeploymentEsResourceRemoteClustersNotFound) IsCode ¶ added in v1.13.0
func (o *SetDeploymentEsResourceRemoteClustersNotFound) IsCode(code int) bool
IsCode returns true when this set deployment es resource remote clusters not found response a status code equal to that given
func (*SetDeploymentEsResourceRemoteClustersNotFound) IsRedirect ¶ added in v1.13.0
func (o *SetDeploymentEsResourceRemoteClustersNotFound) IsRedirect() bool
IsRedirect returns true when this set deployment es resource remote clusters not found response has a 3xx status code
func (*SetDeploymentEsResourceRemoteClustersNotFound) IsServerError ¶ added in v1.13.0
func (o *SetDeploymentEsResourceRemoteClustersNotFound) IsServerError() bool
IsServerError returns true when this set deployment es resource remote clusters not found response has a 5xx status code
func (*SetDeploymentEsResourceRemoteClustersNotFound) IsSuccess ¶ added in v1.13.0
func (o *SetDeploymentEsResourceRemoteClustersNotFound) IsSuccess() bool
IsSuccess returns true when this set deployment es resource remote clusters not found response has a 2xx status code
func (*SetDeploymentEsResourceRemoteClustersNotFound) String ¶ added in v1.13.0
func (o *SetDeploymentEsResourceRemoteClustersNotFound) String() string
type SetDeploymentEsResourceRemoteClustersParams ¶
type SetDeploymentEsResourceRemoteClustersParams struct { /* Body. List of certificate based remote clusters for the resource */ Body *models.RemoteResources /* DeploymentID. Identifier for the Deployment. */ DeploymentID string /* RefID. User-specified RefId for the Resource (or '_main' if there is only one). */ RefID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SetDeploymentEsResourceRemoteClustersParams contains all the parameters to send to the API endpoint
for the set deployment es resource remote clusters operation. Typically these are written to a http.Request.
func NewSetDeploymentEsResourceRemoteClustersParams ¶
func NewSetDeploymentEsResourceRemoteClustersParams() *SetDeploymentEsResourceRemoteClustersParams
NewSetDeploymentEsResourceRemoteClustersParams creates a new SetDeploymentEsResourceRemoteClustersParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewSetDeploymentEsResourceRemoteClustersParamsWithContext ¶
func NewSetDeploymentEsResourceRemoteClustersParamsWithContext(ctx context.Context) *SetDeploymentEsResourceRemoteClustersParams
NewSetDeploymentEsResourceRemoteClustersParamsWithContext creates a new SetDeploymentEsResourceRemoteClustersParams object with the ability to set a context for a request.
func NewSetDeploymentEsResourceRemoteClustersParamsWithHTTPClient ¶
func NewSetDeploymentEsResourceRemoteClustersParamsWithHTTPClient(client *http.Client) *SetDeploymentEsResourceRemoteClustersParams
NewSetDeploymentEsResourceRemoteClustersParamsWithHTTPClient creates a new SetDeploymentEsResourceRemoteClustersParams object with the ability to set a custom HTTPClient for a request.
func NewSetDeploymentEsResourceRemoteClustersParamsWithTimeout ¶
func NewSetDeploymentEsResourceRemoteClustersParamsWithTimeout(timeout time.Duration) *SetDeploymentEsResourceRemoteClustersParams
NewSetDeploymentEsResourceRemoteClustersParamsWithTimeout creates a new SetDeploymentEsResourceRemoteClustersParams object with the ability to set a timeout on a request.
func (*SetDeploymentEsResourceRemoteClustersParams) SetBody ¶
func (o *SetDeploymentEsResourceRemoteClustersParams) SetBody(body *models.RemoteResources)
SetBody adds the body to the set deployment es resource remote clusters params
func (*SetDeploymentEsResourceRemoteClustersParams) SetContext ¶
func (o *SetDeploymentEsResourceRemoteClustersParams) SetContext(ctx context.Context)
SetContext adds the context to the set deployment es resource remote clusters params
func (*SetDeploymentEsResourceRemoteClustersParams) SetDefaults ¶ added in v1.3.0
func (o *SetDeploymentEsResourceRemoteClustersParams) SetDefaults()
SetDefaults hydrates default values in the set deployment es resource remote clusters params (not the query body).
All values with no default are reset to their zero value.
func (*SetDeploymentEsResourceRemoteClustersParams) SetDeploymentID ¶
func (o *SetDeploymentEsResourceRemoteClustersParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the set deployment es resource remote clusters params
func (*SetDeploymentEsResourceRemoteClustersParams) SetHTTPClient ¶
func (o *SetDeploymentEsResourceRemoteClustersParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the set deployment es resource remote clusters params
func (*SetDeploymentEsResourceRemoteClustersParams) SetRefID ¶
func (o *SetDeploymentEsResourceRemoteClustersParams) SetRefID(refID string)
SetRefID adds the refId to the set deployment es resource remote clusters params
func (*SetDeploymentEsResourceRemoteClustersParams) SetTimeout ¶
func (o *SetDeploymentEsResourceRemoteClustersParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the set deployment es resource remote clusters params
func (*SetDeploymentEsResourceRemoteClustersParams) WithBody ¶
func (o *SetDeploymentEsResourceRemoteClustersParams) WithBody(body *models.RemoteResources) *SetDeploymentEsResourceRemoteClustersParams
WithBody adds the body to the set deployment es resource remote clusters params
func (*SetDeploymentEsResourceRemoteClustersParams) WithContext ¶
func (o *SetDeploymentEsResourceRemoteClustersParams) WithContext(ctx context.Context) *SetDeploymentEsResourceRemoteClustersParams
WithContext adds the context to the set deployment es resource remote clusters params
func (*SetDeploymentEsResourceRemoteClustersParams) WithDefaults ¶ added in v1.3.0
func (o *SetDeploymentEsResourceRemoteClustersParams) WithDefaults() *SetDeploymentEsResourceRemoteClustersParams
WithDefaults hydrates default values in the set deployment es resource remote clusters params (not the query body).
All values with no default are reset to their zero value.
func (*SetDeploymentEsResourceRemoteClustersParams) WithDeploymentID ¶
func (o *SetDeploymentEsResourceRemoteClustersParams) WithDeploymentID(deploymentID string) *SetDeploymentEsResourceRemoteClustersParams
WithDeploymentID adds the deploymentID to the set deployment es resource remote clusters params
func (*SetDeploymentEsResourceRemoteClustersParams) WithHTTPClient ¶
func (o *SetDeploymentEsResourceRemoteClustersParams) WithHTTPClient(client *http.Client) *SetDeploymentEsResourceRemoteClustersParams
WithHTTPClient adds the HTTPClient to the set deployment es resource remote clusters params
func (*SetDeploymentEsResourceRemoteClustersParams) WithRefID ¶
func (o *SetDeploymentEsResourceRemoteClustersParams) WithRefID(refID string) *SetDeploymentEsResourceRemoteClustersParams
WithRefID adds the refID to the set deployment es resource remote clusters params
func (*SetDeploymentEsResourceRemoteClustersParams) WithTimeout ¶
func (o *SetDeploymentEsResourceRemoteClustersParams) WithTimeout(timeout time.Duration) *SetDeploymentEsResourceRemoteClustersParams
WithTimeout adds the timeout to the set deployment es resource remote clusters params
func (*SetDeploymentEsResourceRemoteClustersParams) WriteToRequest ¶
func (o *SetDeploymentEsResourceRemoteClustersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SetDeploymentEsResourceRemoteClustersReader ¶
type SetDeploymentEsResourceRemoteClustersReader struct {
// contains filtered or unexported fields
}
SetDeploymentEsResourceRemoteClustersReader is a Reader for the SetDeploymentEsResourceRemoteClusters structure.
func (*SetDeploymentEsResourceRemoteClustersReader) ReadResponse ¶
func (o *SetDeploymentEsResourceRemoteClustersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SetDeploymentResourceRawMetadataBadRequest ¶
type SetDeploymentResourceRawMetadataBadRequest struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
SetDeploymentResourceRawMetadataBadRequest describes a response with status code 400, with default header values.
The metadata is invalid. (code: `deployments.invalid_metadata`)
func NewSetDeploymentResourceRawMetadataBadRequest ¶
func NewSetDeploymentResourceRawMetadataBadRequest() *SetDeploymentResourceRawMetadataBadRequest
NewSetDeploymentResourceRawMetadataBadRequest creates a SetDeploymentResourceRawMetadataBadRequest with default headers values
func (*SetDeploymentResourceRawMetadataBadRequest) Code ¶ added in v1.13.0
func (o *SetDeploymentResourceRawMetadataBadRequest) Code() int
Code gets the status code for the set deployment resource raw metadata bad request response
func (*SetDeploymentResourceRawMetadataBadRequest) Error ¶
func (o *SetDeploymentResourceRawMetadataBadRequest) Error() string
func (*SetDeploymentResourceRawMetadataBadRequest) GetPayload ¶
func (o *SetDeploymentResourceRawMetadataBadRequest) GetPayload() *models.BasicFailedReply
func (*SetDeploymentResourceRawMetadataBadRequest) IsClientError ¶ added in v1.13.0
func (o *SetDeploymentResourceRawMetadataBadRequest) IsClientError() bool
IsClientError returns true when this set deployment resource raw metadata bad request response has a 4xx status code
func (*SetDeploymentResourceRawMetadataBadRequest) IsCode ¶ added in v1.13.0
func (o *SetDeploymentResourceRawMetadataBadRequest) IsCode(code int) bool
IsCode returns true when this set deployment resource raw metadata bad request response a status code equal to that given
func (*SetDeploymentResourceRawMetadataBadRequest) IsRedirect ¶ added in v1.13.0
func (o *SetDeploymentResourceRawMetadataBadRequest) IsRedirect() bool
IsRedirect returns true when this set deployment resource raw metadata bad request response has a 3xx status code
func (*SetDeploymentResourceRawMetadataBadRequest) IsServerError ¶ added in v1.13.0
func (o *SetDeploymentResourceRawMetadataBadRequest) IsServerError() bool
IsServerError returns true when this set deployment resource raw metadata bad request response has a 5xx status code
func (*SetDeploymentResourceRawMetadataBadRequest) IsSuccess ¶ added in v1.13.0
func (o *SetDeploymentResourceRawMetadataBadRequest) IsSuccess() bool
IsSuccess returns true when this set deployment resource raw metadata bad request response has a 2xx status code
func (*SetDeploymentResourceRawMetadataBadRequest) String ¶ added in v1.13.0
func (o *SetDeploymentResourceRawMetadataBadRequest) String() string
type SetDeploymentResourceRawMetadataInternalServerError ¶
type SetDeploymentResourceRawMetadataInternalServerError struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
SetDeploymentResourceRawMetadataInternalServerError describes a response with status code 500, with default header values.
We have failed you. (code: `deployments.metadata_internal_error`)
func NewSetDeploymentResourceRawMetadataInternalServerError ¶
func NewSetDeploymentResourceRawMetadataInternalServerError() *SetDeploymentResourceRawMetadataInternalServerError
NewSetDeploymentResourceRawMetadataInternalServerError creates a SetDeploymentResourceRawMetadataInternalServerError with default headers values
func (*SetDeploymentResourceRawMetadataInternalServerError) Code ¶ added in v1.13.0
func (o *SetDeploymentResourceRawMetadataInternalServerError) Code() int
Code gets the status code for the set deployment resource raw metadata internal server error response
func (*SetDeploymentResourceRawMetadataInternalServerError) Error ¶
func (o *SetDeploymentResourceRawMetadataInternalServerError) Error() string
func (*SetDeploymentResourceRawMetadataInternalServerError) GetPayload ¶
func (o *SetDeploymentResourceRawMetadataInternalServerError) GetPayload() *models.BasicFailedReply
func (*SetDeploymentResourceRawMetadataInternalServerError) IsClientError ¶ added in v1.13.0
func (o *SetDeploymentResourceRawMetadataInternalServerError) IsClientError() bool
IsClientError returns true when this set deployment resource raw metadata internal server error response has a 4xx status code
func (*SetDeploymentResourceRawMetadataInternalServerError) IsCode ¶ added in v1.13.0
func (o *SetDeploymentResourceRawMetadataInternalServerError) IsCode(code int) bool
IsCode returns true when this set deployment resource raw metadata internal server error response a status code equal to that given
func (*SetDeploymentResourceRawMetadataInternalServerError) IsRedirect ¶ added in v1.13.0
func (o *SetDeploymentResourceRawMetadataInternalServerError) IsRedirect() bool
IsRedirect returns true when this set deployment resource raw metadata internal server error response has a 3xx status code
func (*SetDeploymentResourceRawMetadataInternalServerError) IsServerError ¶ added in v1.13.0
func (o *SetDeploymentResourceRawMetadataInternalServerError) IsServerError() bool
IsServerError returns true when this set deployment resource raw metadata internal server error response has a 5xx status code
func (*SetDeploymentResourceRawMetadataInternalServerError) IsSuccess ¶ added in v1.13.0
func (o *SetDeploymentResourceRawMetadataInternalServerError) IsSuccess() bool
IsSuccess returns true when this set deployment resource raw metadata internal server error response has a 2xx status code
func (*SetDeploymentResourceRawMetadataInternalServerError) String ¶ added in v1.13.0
func (o *SetDeploymentResourceRawMetadataInternalServerError) String() string
type SetDeploymentResourceRawMetadataNotFound ¶
type SetDeploymentResourceRawMetadataNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
SetDeploymentResourceRawMetadataNotFound describes a response with status code 404, with default header values. * The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
* The Resource specified by {ref_id} cannot be found. (code: `deployments.deployment_resource_not_found`)
func NewSetDeploymentResourceRawMetadataNotFound ¶
func NewSetDeploymentResourceRawMetadataNotFound() *SetDeploymentResourceRawMetadataNotFound
NewSetDeploymentResourceRawMetadataNotFound creates a SetDeploymentResourceRawMetadataNotFound with default headers values
func (*SetDeploymentResourceRawMetadataNotFound) Code ¶ added in v1.13.0
func (o *SetDeploymentResourceRawMetadataNotFound) Code() int
Code gets the status code for the set deployment resource raw metadata not found response
func (*SetDeploymentResourceRawMetadataNotFound) Error ¶
func (o *SetDeploymentResourceRawMetadataNotFound) Error() string
func (*SetDeploymentResourceRawMetadataNotFound) GetPayload ¶
func (o *SetDeploymentResourceRawMetadataNotFound) GetPayload() *models.BasicFailedReply
func (*SetDeploymentResourceRawMetadataNotFound) IsClientError ¶ added in v1.13.0
func (o *SetDeploymentResourceRawMetadataNotFound) IsClientError() bool
IsClientError returns true when this set deployment resource raw metadata not found response has a 4xx status code
func (*SetDeploymentResourceRawMetadataNotFound) IsCode ¶ added in v1.13.0
func (o *SetDeploymentResourceRawMetadataNotFound) IsCode(code int) bool
IsCode returns true when this set deployment resource raw metadata not found response a status code equal to that given
func (*SetDeploymentResourceRawMetadataNotFound) IsRedirect ¶ added in v1.13.0
func (o *SetDeploymentResourceRawMetadataNotFound) IsRedirect() bool
IsRedirect returns true when this set deployment resource raw metadata not found response has a 3xx status code
func (*SetDeploymentResourceRawMetadataNotFound) IsServerError ¶ added in v1.13.0
func (o *SetDeploymentResourceRawMetadataNotFound) IsServerError() bool
IsServerError returns true when this set deployment resource raw metadata not found response has a 5xx status code
func (*SetDeploymentResourceRawMetadataNotFound) IsSuccess ¶ added in v1.13.0
func (o *SetDeploymentResourceRawMetadataNotFound) IsSuccess() bool
IsSuccess returns true when this set deployment resource raw metadata not found response has a 2xx status code
func (*SetDeploymentResourceRawMetadataNotFound) String ¶ added in v1.13.0
func (o *SetDeploymentResourceRawMetadataNotFound) String() string
type SetDeploymentResourceRawMetadataOK ¶
type SetDeploymentResourceRawMetadataOK struct { /* The date-time when the resource was created (ISO format relative to UTC) */ XCloudResourceCreated string /* The date-time when the resource was last modified (ISO format relative to UTC) */ XCloudResourceLastModified string /* The resource version, which is used to avoid update conflicts with concurrent operations */ XCloudResourceVersion string Payload string }
SetDeploymentResourceRawMetadataOK describes a response with status code 200, with default header values.
The resource metadata was successfully changed (the updated JSON is returned)
func NewSetDeploymentResourceRawMetadataOK ¶
func NewSetDeploymentResourceRawMetadataOK() *SetDeploymentResourceRawMetadataOK
NewSetDeploymentResourceRawMetadataOK creates a SetDeploymentResourceRawMetadataOK with default headers values
func (*SetDeploymentResourceRawMetadataOK) Code ¶ added in v1.13.0
func (o *SetDeploymentResourceRawMetadataOK) Code() int
Code gets the status code for the set deployment resource raw metadata o k response
func (*SetDeploymentResourceRawMetadataOK) Error ¶
func (o *SetDeploymentResourceRawMetadataOK) Error() string
func (*SetDeploymentResourceRawMetadataOK) GetPayload ¶
func (o *SetDeploymentResourceRawMetadataOK) GetPayload() string
func (*SetDeploymentResourceRawMetadataOK) IsClientError ¶ added in v1.13.0
func (o *SetDeploymentResourceRawMetadataOK) IsClientError() bool
IsClientError returns true when this set deployment resource raw metadata o k response has a 4xx status code
func (*SetDeploymentResourceRawMetadataOK) IsCode ¶ added in v1.13.0
func (o *SetDeploymentResourceRawMetadataOK) IsCode(code int) bool
IsCode returns true when this set deployment resource raw metadata o k response a status code equal to that given
func (*SetDeploymentResourceRawMetadataOK) IsRedirect ¶ added in v1.13.0
func (o *SetDeploymentResourceRawMetadataOK) IsRedirect() bool
IsRedirect returns true when this set deployment resource raw metadata o k response has a 3xx status code
func (*SetDeploymentResourceRawMetadataOK) IsServerError ¶ added in v1.13.0
func (o *SetDeploymentResourceRawMetadataOK) IsServerError() bool
IsServerError returns true when this set deployment resource raw metadata o k response has a 5xx status code
func (*SetDeploymentResourceRawMetadataOK) IsSuccess ¶ added in v1.13.0
func (o *SetDeploymentResourceRawMetadataOK) IsSuccess() bool
IsSuccess returns true when this set deployment resource raw metadata o k response has a 2xx status code
func (*SetDeploymentResourceRawMetadataOK) String ¶ added in v1.13.0
func (o *SetDeploymentResourceRawMetadataOK) String() string
type SetDeploymentResourceRawMetadataParams ¶
type SetDeploymentResourceRawMetadataParams struct { /* Body. The freeform JSON for the cluster (should always be based on the current version retrieved from the GET) */ Body string /* DeploymentID. Identifier for the Deployment */ DeploymentID string /* RefID. User-specified RefId for the Resource (or '_main' if there is only one) */ RefID string /* ResourceKind. The kind of resource */ ResourceKind string /* Version. If specified, checks for conflicts against the metadata version (returned in 'x-cloud-resource-version' of the GET request) */ Version *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SetDeploymentResourceRawMetadataParams contains all the parameters to send to the API endpoint
for the set deployment resource raw metadata operation. Typically these are written to a http.Request.
func NewSetDeploymentResourceRawMetadataParams ¶
func NewSetDeploymentResourceRawMetadataParams() *SetDeploymentResourceRawMetadataParams
NewSetDeploymentResourceRawMetadataParams creates a new SetDeploymentResourceRawMetadataParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewSetDeploymentResourceRawMetadataParamsWithContext ¶
func NewSetDeploymentResourceRawMetadataParamsWithContext(ctx context.Context) *SetDeploymentResourceRawMetadataParams
NewSetDeploymentResourceRawMetadataParamsWithContext creates a new SetDeploymentResourceRawMetadataParams object with the ability to set a context for a request.
func NewSetDeploymentResourceRawMetadataParamsWithHTTPClient ¶
func NewSetDeploymentResourceRawMetadataParamsWithHTTPClient(client *http.Client) *SetDeploymentResourceRawMetadataParams
NewSetDeploymentResourceRawMetadataParamsWithHTTPClient creates a new SetDeploymentResourceRawMetadataParams object with the ability to set a custom HTTPClient for a request.
func NewSetDeploymentResourceRawMetadataParamsWithTimeout ¶
func NewSetDeploymentResourceRawMetadataParamsWithTimeout(timeout time.Duration) *SetDeploymentResourceRawMetadataParams
NewSetDeploymentResourceRawMetadataParamsWithTimeout creates a new SetDeploymentResourceRawMetadataParams object with the ability to set a timeout on a request.
func (*SetDeploymentResourceRawMetadataParams) SetBody ¶
func (o *SetDeploymentResourceRawMetadataParams) SetBody(body string)
SetBody adds the body to the set deployment resource raw metadata params
func (*SetDeploymentResourceRawMetadataParams) SetContext ¶
func (o *SetDeploymentResourceRawMetadataParams) SetContext(ctx context.Context)
SetContext adds the context to the set deployment resource raw metadata params
func (*SetDeploymentResourceRawMetadataParams) SetDefaults ¶ added in v1.3.0
func (o *SetDeploymentResourceRawMetadataParams) SetDefaults()
SetDefaults hydrates default values in the set deployment resource raw metadata params (not the query body).
All values with no default are reset to their zero value.
func (*SetDeploymentResourceRawMetadataParams) SetDeploymentID ¶
func (o *SetDeploymentResourceRawMetadataParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the set deployment resource raw metadata params
func (*SetDeploymentResourceRawMetadataParams) SetHTTPClient ¶
func (o *SetDeploymentResourceRawMetadataParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the set deployment resource raw metadata params
func (*SetDeploymentResourceRawMetadataParams) SetRefID ¶
func (o *SetDeploymentResourceRawMetadataParams) SetRefID(refID string)
SetRefID adds the refId to the set deployment resource raw metadata params
func (*SetDeploymentResourceRawMetadataParams) SetResourceKind ¶
func (o *SetDeploymentResourceRawMetadataParams) SetResourceKind(resourceKind string)
SetResourceKind adds the resourceKind to the set deployment resource raw metadata params
func (*SetDeploymentResourceRawMetadataParams) SetTimeout ¶
func (o *SetDeploymentResourceRawMetadataParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the set deployment resource raw metadata params
func (*SetDeploymentResourceRawMetadataParams) SetVersion ¶
func (o *SetDeploymentResourceRawMetadataParams) SetVersion(version *string)
SetVersion adds the version to the set deployment resource raw metadata params
func (*SetDeploymentResourceRawMetadataParams) WithBody ¶
func (o *SetDeploymentResourceRawMetadataParams) WithBody(body string) *SetDeploymentResourceRawMetadataParams
WithBody adds the body to the set deployment resource raw metadata params
func (*SetDeploymentResourceRawMetadataParams) WithContext ¶
func (o *SetDeploymentResourceRawMetadataParams) WithContext(ctx context.Context) *SetDeploymentResourceRawMetadataParams
WithContext adds the context to the set deployment resource raw metadata params
func (*SetDeploymentResourceRawMetadataParams) WithDefaults ¶ added in v1.3.0
func (o *SetDeploymentResourceRawMetadataParams) WithDefaults() *SetDeploymentResourceRawMetadataParams
WithDefaults hydrates default values in the set deployment resource raw metadata params (not the query body).
All values with no default are reset to their zero value.
func (*SetDeploymentResourceRawMetadataParams) WithDeploymentID ¶
func (o *SetDeploymentResourceRawMetadataParams) WithDeploymentID(deploymentID string) *SetDeploymentResourceRawMetadataParams
WithDeploymentID adds the deploymentID to the set deployment resource raw metadata params
func (*SetDeploymentResourceRawMetadataParams) WithHTTPClient ¶
func (o *SetDeploymentResourceRawMetadataParams) WithHTTPClient(client *http.Client) *SetDeploymentResourceRawMetadataParams
WithHTTPClient adds the HTTPClient to the set deployment resource raw metadata params
func (*SetDeploymentResourceRawMetadataParams) WithRefID ¶
func (o *SetDeploymentResourceRawMetadataParams) WithRefID(refID string) *SetDeploymentResourceRawMetadataParams
WithRefID adds the refID to the set deployment resource raw metadata params
func (*SetDeploymentResourceRawMetadataParams) WithResourceKind ¶
func (o *SetDeploymentResourceRawMetadataParams) WithResourceKind(resourceKind string) *SetDeploymentResourceRawMetadataParams
WithResourceKind adds the resourceKind to the set deployment resource raw metadata params
func (*SetDeploymentResourceRawMetadataParams) WithTimeout ¶
func (o *SetDeploymentResourceRawMetadataParams) WithTimeout(timeout time.Duration) *SetDeploymentResourceRawMetadataParams
WithTimeout adds the timeout to the set deployment resource raw metadata params
func (*SetDeploymentResourceRawMetadataParams) WithVersion ¶
func (o *SetDeploymentResourceRawMetadataParams) WithVersion(version *string) *SetDeploymentResourceRawMetadataParams
WithVersion adds the version to the set deployment resource raw metadata params
func (*SetDeploymentResourceRawMetadataParams) WriteToRequest ¶
func (o *SetDeploymentResourceRawMetadataParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SetDeploymentResourceRawMetadataReader ¶
type SetDeploymentResourceRawMetadataReader struct {
// contains filtered or unexported fields
}
SetDeploymentResourceRawMetadataReader is a Reader for the SetDeploymentResourceRawMetadata structure.
func (*SetDeploymentResourceRawMetadataReader) ReadResponse ¶
func (o *SetDeploymentResourceRawMetadataReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SetDeploymentResourceRawMetadataRetryWith ¶
type SetDeploymentResourceRawMetadataRetryWith struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
SetDeploymentResourceRawMetadataRetryWith describes a response with status code 449, with default header values.
Please retry. (code: `deployments.metadata_internal_error`)
func NewSetDeploymentResourceRawMetadataRetryWith ¶
func NewSetDeploymentResourceRawMetadataRetryWith() *SetDeploymentResourceRawMetadataRetryWith
NewSetDeploymentResourceRawMetadataRetryWith creates a SetDeploymentResourceRawMetadataRetryWith with default headers values
func (*SetDeploymentResourceRawMetadataRetryWith) Code ¶ added in v1.13.0
func (o *SetDeploymentResourceRawMetadataRetryWith) Code() int
Code gets the status code for the set deployment resource raw metadata retry with response
func (*SetDeploymentResourceRawMetadataRetryWith) Error ¶
func (o *SetDeploymentResourceRawMetadataRetryWith) Error() string
func (*SetDeploymentResourceRawMetadataRetryWith) GetPayload ¶
func (o *SetDeploymentResourceRawMetadataRetryWith) GetPayload() *models.BasicFailedReply
func (*SetDeploymentResourceRawMetadataRetryWith) IsClientError ¶ added in v1.13.0
func (o *SetDeploymentResourceRawMetadataRetryWith) IsClientError() bool
IsClientError returns true when this set deployment resource raw metadata retry with response has a 4xx status code
func (*SetDeploymentResourceRawMetadataRetryWith) IsCode ¶ added in v1.13.0
func (o *SetDeploymentResourceRawMetadataRetryWith) IsCode(code int) bool
IsCode returns true when this set deployment resource raw metadata retry with response a status code equal to that given
func (*SetDeploymentResourceRawMetadataRetryWith) IsRedirect ¶ added in v1.13.0
func (o *SetDeploymentResourceRawMetadataRetryWith) IsRedirect() bool
IsRedirect returns true when this set deployment resource raw metadata retry with response has a 3xx status code
func (*SetDeploymentResourceRawMetadataRetryWith) IsServerError ¶ added in v1.13.0
func (o *SetDeploymentResourceRawMetadataRetryWith) IsServerError() bool
IsServerError returns true when this set deployment resource raw metadata retry with response has a 5xx status code
func (*SetDeploymentResourceRawMetadataRetryWith) IsSuccess ¶ added in v1.13.0
func (o *SetDeploymentResourceRawMetadataRetryWith) IsSuccess() bool
IsSuccess returns true when this set deployment resource raw metadata retry with response has a 2xx status code
func (*SetDeploymentResourceRawMetadataRetryWith) String ¶ added in v1.13.0
func (o *SetDeploymentResourceRawMetadataRetryWith) String() string
type SetInstanceSettingsOverridesNotFound ¶ added in v1.7.0
type SetInstanceSettingsOverridesNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
SetInstanceSettingsOverridesNotFound describes a response with status code 404, with default header values. * The deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
* The Resource specified by {ref_id} cannot by found. (code: `deployments.deployment_resource_not_found`) * One or more instances weren't found, and `ignore_missing` is false or unspecified. (code: `deployments.instances_missing_on_update_error`) * The specified override was out of range. Capacity must be in the range [1024, 65536] and storage multiplier must be in the range [1.0, 1000.0]. (code: `instance_overrides.out_of_range`)
func NewSetInstanceSettingsOverridesNotFound ¶ added in v1.7.0
func NewSetInstanceSettingsOverridesNotFound() *SetInstanceSettingsOverridesNotFound
NewSetInstanceSettingsOverridesNotFound creates a SetInstanceSettingsOverridesNotFound with default headers values
func (*SetInstanceSettingsOverridesNotFound) Code ¶ added in v1.13.0
func (o *SetInstanceSettingsOverridesNotFound) Code() int
Code gets the status code for the set instance settings overrides not found response
func (*SetInstanceSettingsOverridesNotFound) Error ¶ added in v1.7.0
func (o *SetInstanceSettingsOverridesNotFound) Error() string
func (*SetInstanceSettingsOverridesNotFound) GetPayload ¶ added in v1.7.0
func (o *SetInstanceSettingsOverridesNotFound) GetPayload() *models.BasicFailedReply
func (*SetInstanceSettingsOverridesNotFound) IsClientError ¶ added in v1.13.0
func (o *SetInstanceSettingsOverridesNotFound) IsClientError() bool
IsClientError returns true when this set instance settings overrides not found response has a 4xx status code
func (*SetInstanceSettingsOverridesNotFound) IsCode ¶ added in v1.13.0
func (o *SetInstanceSettingsOverridesNotFound) IsCode(code int) bool
IsCode returns true when this set instance settings overrides not found response a status code equal to that given
func (*SetInstanceSettingsOverridesNotFound) IsRedirect ¶ added in v1.13.0
func (o *SetInstanceSettingsOverridesNotFound) IsRedirect() bool
IsRedirect returns true when this set instance settings overrides not found response has a 3xx status code
func (*SetInstanceSettingsOverridesNotFound) IsServerError ¶ added in v1.13.0
func (o *SetInstanceSettingsOverridesNotFound) IsServerError() bool
IsServerError returns true when this set instance settings overrides not found response has a 5xx status code
func (*SetInstanceSettingsOverridesNotFound) IsSuccess ¶ added in v1.13.0
func (o *SetInstanceSettingsOverridesNotFound) IsSuccess() bool
IsSuccess returns true when this set instance settings overrides not found response has a 2xx status code
func (*SetInstanceSettingsOverridesNotFound) String ¶ added in v1.13.0
func (o *SetInstanceSettingsOverridesNotFound) String() string
type SetInstanceSettingsOverridesOK ¶ added in v1.7.0
type SetInstanceSettingsOverridesOK struct {
Payload *models.InstanceOverrides
}
SetInstanceSettingsOverridesOK describes a response with status code 200, with default header values.
The updated overrides
func NewSetInstanceSettingsOverridesOK ¶ added in v1.7.0
func NewSetInstanceSettingsOverridesOK() *SetInstanceSettingsOverridesOK
NewSetInstanceSettingsOverridesOK creates a SetInstanceSettingsOverridesOK with default headers values
func (*SetInstanceSettingsOverridesOK) Code ¶ added in v1.13.0
func (o *SetInstanceSettingsOverridesOK) Code() int
Code gets the status code for the set instance settings overrides o k response
func (*SetInstanceSettingsOverridesOK) Error ¶ added in v1.7.0
func (o *SetInstanceSettingsOverridesOK) Error() string
func (*SetInstanceSettingsOverridesOK) GetPayload ¶ added in v1.7.0
func (o *SetInstanceSettingsOverridesOK) GetPayload() *models.InstanceOverrides
func (*SetInstanceSettingsOverridesOK) IsClientError ¶ added in v1.13.0
func (o *SetInstanceSettingsOverridesOK) IsClientError() bool
IsClientError returns true when this set instance settings overrides o k response has a 4xx status code
func (*SetInstanceSettingsOverridesOK) IsCode ¶ added in v1.13.0
func (o *SetInstanceSettingsOverridesOK) IsCode(code int) bool
IsCode returns true when this set instance settings overrides o k response a status code equal to that given
func (*SetInstanceSettingsOverridesOK) IsRedirect ¶ added in v1.13.0
func (o *SetInstanceSettingsOverridesOK) IsRedirect() bool
IsRedirect returns true when this set instance settings overrides o k response has a 3xx status code
func (*SetInstanceSettingsOverridesOK) IsServerError ¶ added in v1.13.0
func (o *SetInstanceSettingsOverridesOK) IsServerError() bool
IsServerError returns true when this set instance settings overrides o k response has a 5xx status code
func (*SetInstanceSettingsOverridesOK) IsSuccess ¶ added in v1.13.0
func (o *SetInstanceSettingsOverridesOK) IsSuccess() bool
IsSuccess returns true when this set instance settings overrides o k response has a 2xx status code
func (*SetInstanceSettingsOverridesOK) String ¶ added in v1.13.0
func (o *SetInstanceSettingsOverridesOK) String() string
type SetInstanceSettingsOverridesParams ¶ added in v1.7.0
type SetInstanceSettingsOverridesParams struct { /* Body. The overrides to apply to the given instances. Capacity overrides the RAM size in MB of the instance, and storage multipler overrides the multiplier of the instance RAM size that determines the storage quota of the instance. Capacity must be in the range [1024, 65536] and storage multiplier must be in the range [1.0, 1000.0]. */ Body *models.InstanceOverrides /* DeploymentID. Identifier for the Deployment. */ DeploymentID string /* IgnoreMissing. When `false` and a specified instance is missing, will return an error and not update any instances. When `true` will update only existing instances and not treat a missing instance as an error. */ IgnoreMissing *bool /* InstanceIds. A comma-separated list of instance identifiers. */ InstanceIds []string /* RefID. User-specified RefId for the Resource (or '_main' if there is only one). */ RefID string /* ResourceKind. The kind of resource. Only Elasticsearch resources are currently supported. */ ResourceKind string /* RestartAfterUpdate. After overrides are set, restarts the instance to apply the changes. */ RestartAfterUpdate *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SetInstanceSettingsOverridesParams contains all the parameters to send to the API endpoint
for the set instance settings overrides operation. Typically these are written to a http.Request.
func NewSetInstanceSettingsOverridesParams ¶ added in v1.7.0
func NewSetInstanceSettingsOverridesParams() *SetInstanceSettingsOverridesParams
NewSetInstanceSettingsOverridesParams creates a new SetInstanceSettingsOverridesParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewSetInstanceSettingsOverridesParamsWithContext ¶ added in v1.7.0
func NewSetInstanceSettingsOverridesParamsWithContext(ctx context.Context) *SetInstanceSettingsOverridesParams
NewSetInstanceSettingsOverridesParamsWithContext creates a new SetInstanceSettingsOverridesParams object with the ability to set a context for a request.
func NewSetInstanceSettingsOverridesParamsWithHTTPClient ¶ added in v1.7.0
func NewSetInstanceSettingsOverridesParamsWithHTTPClient(client *http.Client) *SetInstanceSettingsOverridesParams
NewSetInstanceSettingsOverridesParamsWithHTTPClient creates a new SetInstanceSettingsOverridesParams object with the ability to set a custom HTTPClient for a request.
func NewSetInstanceSettingsOverridesParamsWithTimeout ¶ added in v1.7.0
func NewSetInstanceSettingsOverridesParamsWithTimeout(timeout time.Duration) *SetInstanceSettingsOverridesParams
NewSetInstanceSettingsOverridesParamsWithTimeout creates a new SetInstanceSettingsOverridesParams object with the ability to set a timeout on a request.
func (*SetInstanceSettingsOverridesParams) SetBody ¶ added in v1.7.0
func (o *SetInstanceSettingsOverridesParams) SetBody(body *models.InstanceOverrides)
SetBody adds the body to the set instance settings overrides params
func (*SetInstanceSettingsOverridesParams) SetContext ¶ added in v1.7.0
func (o *SetInstanceSettingsOverridesParams) SetContext(ctx context.Context)
SetContext adds the context to the set instance settings overrides params
func (*SetInstanceSettingsOverridesParams) SetDefaults ¶ added in v1.7.0
func (o *SetInstanceSettingsOverridesParams) SetDefaults()
SetDefaults hydrates default values in the set instance settings overrides params (not the query body).
All values with no default are reset to their zero value.
func (*SetInstanceSettingsOverridesParams) SetDeploymentID ¶ added in v1.7.0
func (o *SetInstanceSettingsOverridesParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the set instance settings overrides params
func (*SetInstanceSettingsOverridesParams) SetHTTPClient ¶ added in v1.7.0
func (o *SetInstanceSettingsOverridesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the set instance settings overrides params
func (*SetInstanceSettingsOverridesParams) SetIgnoreMissing ¶ added in v1.7.0
func (o *SetInstanceSettingsOverridesParams) SetIgnoreMissing(ignoreMissing *bool)
SetIgnoreMissing adds the ignoreMissing to the set instance settings overrides params
func (*SetInstanceSettingsOverridesParams) SetInstanceIds ¶ added in v1.7.0
func (o *SetInstanceSettingsOverridesParams) SetInstanceIds(instanceIds []string)
SetInstanceIds adds the instanceIds to the set instance settings overrides params
func (*SetInstanceSettingsOverridesParams) SetRefID ¶ added in v1.7.0
func (o *SetInstanceSettingsOverridesParams) SetRefID(refID string)
SetRefID adds the refId to the set instance settings overrides params
func (*SetInstanceSettingsOverridesParams) SetResourceKind ¶ added in v1.7.0
func (o *SetInstanceSettingsOverridesParams) SetResourceKind(resourceKind string)
SetResourceKind adds the resourceKind to the set instance settings overrides params
func (*SetInstanceSettingsOverridesParams) SetRestartAfterUpdate ¶ added in v1.7.0
func (o *SetInstanceSettingsOverridesParams) SetRestartAfterUpdate(restartAfterUpdate *bool)
SetRestartAfterUpdate adds the restartAfterUpdate to the set instance settings overrides params
func (*SetInstanceSettingsOverridesParams) SetTimeout ¶ added in v1.7.0
func (o *SetInstanceSettingsOverridesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the set instance settings overrides params
func (*SetInstanceSettingsOverridesParams) WithBody ¶ added in v1.7.0
func (o *SetInstanceSettingsOverridesParams) WithBody(body *models.InstanceOverrides) *SetInstanceSettingsOverridesParams
WithBody adds the body to the set instance settings overrides params
func (*SetInstanceSettingsOverridesParams) WithContext ¶ added in v1.7.0
func (o *SetInstanceSettingsOverridesParams) WithContext(ctx context.Context) *SetInstanceSettingsOverridesParams
WithContext adds the context to the set instance settings overrides params
func (*SetInstanceSettingsOverridesParams) WithDefaults ¶ added in v1.7.0
func (o *SetInstanceSettingsOverridesParams) WithDefaults() *SetInstanceSettingsOverridesParams
WithDefaults hydrates default values in the set instance settings overrides params (not the query body).
All values with no default are reset to their zero value.
func (*SetInstanceSettingsOverridesParams) WithDeploymentID ¶ added in v1.7.0
func (o *SetInstanceSettingsOverridesParams) WithDeploymentID(deploymentID string) *SetInstanceSettingsOverridesParams
WithDeploymentID adds the deploymentID to the set instance settings overrides params
func (*SetInstanceSettingsOverridesParams) WithHTTPClient ¶ added in v1.7.0
func (o *SetInstanceSettingsOverridesParams) WithHTTPClient(client *http.Client) *SetInstanceSettingsOverridesParams
WithHTTPClient adds the HTTPClient to the set instance settings overrides params
func (*SetInstanceSettingsOverridesParams) WithIgnoreMissing ¶ added in v1.7.0
func (o *SetInstanceSettingsOverridesParams) WithIgnoreMissing(ignoreMissing *bool) *SetInstanceSettingsOverridesParams
WithIgnoreMissing adds the ignoreMissing to the set instance settings overrides params
func (*SetInstanceSettingsOverridesParams) WithInstanceIds ¶ added in v1.7.0
func (o *SetInstanceSettingsOverridesParams) WithInstanceIds(instanceIds []string) *SetInstanceSettingsOverridesParams
WithInstanceIds adds the instanceIds to the set instance settings overrides params
func (*SetInstanceSettingsOverridesParams) WithRefID ¶ added in v1.7.0
func (o *SetInstanceSettingsOverridesParams) WithRefID(refID string) *SetInstanceSettingsOverridesParams
WithRefID adds the refID to the set instance settings overrides params
func (*SetInstanceSettingsOverridesParams) WithResourceKind ¶ added in v1.7.0
func (o *SetInstanceSettingsOverridesParams) WithResourceKind(resourceKind string) *SetInstanceSettingsOverridesParams
WithResourceKind adds the resourceKind to the set instance settings overrides params
func (*SetInstanceSettingsOverridesParams) WithRestartAfterUpdate ¶ added in v1.7.0
func (o *SetInstanceSettingsOverridesParams) WithRestartAfterUpdate(restartAfterUpdate *bool) *SetInstanceSettingsOverridesParams
WithRestartAfterUpdate adds the restartAfterUpdate to the set instance settings overrides params
func (*SetInstanceSettingsOverridesParams) WithTimeout ¶ added in v1.7.0
func (o *SetInstanceSettingsOverridesParams) WithTimeout(timeout time.Duration) *SetInstanceSettingsOverridesParams
WithTimeout adds the timeout to the set instance settings overrides params
func (*SetInstanceSettingsOverridesParams) WriteToRequest ¶ added in v1.7.0
func (o *SetInstanceSettingsOverridesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SetInstanceSettingsOverridesReader ¶ added in v1.7.0
type SetInstanceSettingsOverridesReader struct {
// contains filtered or unexported fields
}
SetInstanceSettingsOverridesReader is a Reader for the SetInstanceSettingsOverrides structure.
func (*SetInstanceSettingsOverridesReader) ReadResponse ¶ added in v1.7.0
func (o *SetInstanceSettingsOverridesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ShutdownDeploymentBadRequest ¶
type ShutdownDeploymentBadRequest struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
ShutdownDeploymentBadRequest describes a response with status code 400, with default header values.
Parameter is restricted and can only be set by a Platform administrator. (code: `deployments.restricted_parameter`)
func NewShutdownDeploymentBadRequest ¶
func NewShutdownDeploymentBadRequest() *ShutdownDeploymentBadRequest
NewShutdownDeploymentBadRequest creates a ShutdownDeploymentBadRequest with default headers values
func (*ShutdownDeploymentBadRequest) Code ¶ added in v1.13.0
func (o *ShutdownDeploymentBadRequest) Code() int
Code gets the status code for the shutdown deployment bad request response
func (*ShutdownDeploymentBadRequest) Error ¶
func (o *ShutdownDeploymentBadRequest) Error() string
func (*ShutdownDeploymentBadRequest) GetPayload ¶
func (o *ShutdownDeploymentBadRequest) GetPayload() *models.BasicFailedReply
func (*ShutdownDeploymentBadRequest) IsClientError ¶ added in v1.13.0
func (o *ShutdownDeploymentBadRequest) IsClientError() bool
IsClientError returns true when this shutdown deployment bad request response has a 4xx status code
func (*ShutdownDeploymentBadRequest) IsCode ¶ added in v1.13.0
func (o *ShutdownDeploymentBadRequest) IsCode(code int) bool
IsCode returns true when this shutdown deployment bad request response a status code equal to that given
func (*ShutdownDeploymentBadRequest) IsRedirect ¶ added in v1.13.0
func (o *ShutdownDeploymentBadRequest) IsRedirect() bool
IsRedirect returns true when this shutdown deployment bad request response has a 3xx status code
func (*ShutdownDeploymentBadRequest) IsServerError ¶ added in v1.13.0
func (o *ShutdownDeploymentBadRequest) IsServerError() bool
IsServerError returns true when this shutdown deployment bad request response has a 5xx status code
func (*ShutdownDeploymentBadRequest) IsSuccess ¶ added in v1.13.0
func (o *ShutdownDeploymentBadRequest) IsSuccess() bool
IsSuccess returns true when this shutdown deployment bad request response has a 2xx status code
func (*ShutdownDeploymentBadRequest) String ¶ added in v1.13.0
func (o *ShutdownDeploymentBadRequest) String() string
type ShutdownDeploymentEsResourceBadRequest ¶
type ShutdownDeploymentEsResourceBadRequest struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
ShutdownDeploymentEsResourceBadRequest describes a response with status code 400, with default header values.
Parameter is restricted and can only be set by a Platform administrator. (code: `deployments.restricted_parameter`)
func NewShutdownDeploymentEsResourceBadRequest ¶
func NewShutdownDeploymentEsResourceBadRequest() *ShutdownDeploymentEsResourceBadRequest
NewShutdownDeploymentEsResourceBadRequest creates a ShutdownDeploymentEsResourceBadRequest with default headers values
func (*ShutdownDeploymentEsResourceBadRequest) Code ¶ added in v1.13.0
func (o *ShutdownDeploymentEsResourceBadRequest) Code() int
Code gets the status code for the shutdown deployment es resource bad request response
func (*ShutdownDeploymentEsResourceBadRequest) Error ¶
func (o *ShutdownDeploymentEsResourceBadRequest) Error() string
func (*ShutdownDeploymentEsResourceBadRequest) GetPayload ¶
func (o *ShutdownDeploymentEsResourceBadRequest) GetPayload() *models.BasicFailedReply
func (*ShutdownDeploymentEsResourceBadRequest) IsClientError ¶ added in v1.13.0
func (o *ShutdownDeploymentEsResourceBadRequest) IsClientError() bool
IsClientError returns true when this shutdown deployment es resource bad request response has a 4xx status code
func (*ShutdownDeploymentEsResourceBadRequest) IsCode ¶ added in v1.13.0
func (o *ShutdownDeploymentEsResourceBadRequest) IsCode(code int) bool
IsCode returns true when this shutdown deployment es resource bad request response a status code equal to that given
func (*ShutdownDeploymentEsResourceBadRequest) IsRedirect ¶ added in v1.13.0
func (o *ShutdownDeploymentEsResourceBadRequest) IsRedirect() bool
IsRedirect returns true when this shutdown deployment es resource bad request response has a 3xx status code
func (*ShutdownDeploymentEsResourceBadRequest) IsServerError ¶ added in v1.13.0
func (o *ShutdownDeploymentEsResourceBadRequest) IsServerError() bool
IsServerError returns true when this shutdown deployment es resource bad request response has a 5xx status code
func (*ShutdownDeploymentEsResourceBadRequest) IsSuccess ¶ added in v1.13.0
func (o *ShutdownDeploymentEsResourceBadRequest) IsSuccess() bool
IsSuccess returns true when this shutdown deployment es resource bad request response has a 2xx status code
func (*ShutdownDeploymentEsResourceBadRequest) String ¶ added in v1.13.0
func (o *ShutdownDeploymentEsResourceBadRequest) String() string
type ShutdownDeploymentEsResourceInternalServerError ¶
type ShutdownDeploymentEsResourceInternalServerError struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
ShutdownDeploymentEsResourceInternalServerError describes a response with status code 500, with default header values.
A Resource that was previously stored no longer exists. (code: `deployments.deployment_resource_no_longer_exists`)
func NewShutdownDeploymentEsResourceInternalServerError ¶
func NewShutdownDeploymentEsResourceInternalServerError() *ShutdownDeploymentEsResourceInternalServerError
NewShutdownDeploymentEsResourceInternalServerError creates a ShutdownDeploymentEsResourceInternalServerError with default headers values
func (*ShutdownDeploymentEsResourceInternalServerError) Code ¶ added in v1.13.0
func (o *ShutdownDeploymentEsResourceInternalServerError) Code() int
Code gets the status code for the shutdown deployment es resource internal server error response
func (*ShutdownDeploymentEsResourceInternalServerError) Error ¶
func (o *ShutdownDeploymentEsResourceInternalServerError) Error() string
func (*ShutdownDeploymentEsResourceInternalServerError) GetPayload ¶
func (o *ShutdownDeploymentEsResourceInternalServerError) GetPayload() *models.BasicFailedReply
func (*ShutdownDeploymentEsResourceInternalServerError) IsClientError ¶ added in v1.13.0
func (o *ShutdownDeploymentEsResourceInternalServerError) IsClientError() bool
IsClientError returns true when this shutdown deployment es resource internal server error response has a 4xx status code
func (*ShutdownDeploymentEsResourceInternalServerError) IsCode ¶ added in v1.13.0
func (o *ShutdownDeploymentEsResourceInternalServerError) IsCode(code int) bool
IsCode returns true when this shutdown deployment es resource internal server error response a status code equal to that given
func (*ShutdownDeploymentEsResourceInternalServerError) IsRedirect ¶ added in v1.13.0
func (o *ShutdownDeploymentEsResourceInternalServerError) IsRedirect() bool
IsRedirect returns true when this shutdown deployment es resource internal server error response has a 3xx status code
func (*ShutdownDeploymentEsResourceInternalServerError) IsServerError ¶ added in v1.13.0
func (o *ShutdownDeploymentEsResourceInternalServerError) IsServerError() bool
IsServerError returns true when this shutdown deployment es resource internal server error response has a 5xx status code
func (*ShutdownDeploymentEsResourceInternalServerError) IsSuccess ¶ added in v1.13.0
func (o *ShutdownDeploymentEsResourceInternalServerError) IsSuccess() bool
IsSuccess returns true when this shutdown deployment es resource internal server error response has a 2xx status code
func (*ShutdownDeploymentEsResourceInternalServerError) String ¶ added in v1.13.0
func (o *ShutdownDeploymentEsResourceInternalServerError) String() string
type ShutdownDeploymentEsResourceNotFound ¶
type ShutdownDeploymentEsResourceNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
ShutdownDeploymentEsResourceNotFound describes a response with status code 404, with default header values. * The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
* The Resource specified by {ref_id} cannot be found. (code: `deployments.deployment_resource_not_found`)
func NewShutdownDeploymentEsResourceNotFound ¶
func NewShutdownDeploymentEsResourceNotFound() *ShutdownDeploymentEsResourceNotFound
NewShutdownDeploymentEsResourceNotFound creates a ShutdownDeploymentEsResourceNotFound with default headers values
func (*ShutdownDeploymentEsResourceNotFound) Code ¶ added in v1.13.0
func (o *ShutdownDeploymentEsResourceNotFound) Code() int
Code gets the status code for the shutdown deployment es resource not found response
func (*ShutdownDeploymentEsResourceNotFound) Error ¶
func (o *ShutdownDeploymentEsResourceNotFound) Error() string
func (*ShutdownDeploymentEsResourceNotFound) GetPayload ¶
func (o *ShutdownDeploymentEsResourceNotFound) GetPayload() *models.BasicFailedReply
func (*ShutdownDeploymentEsResourceNotFound) IsClientError ¶ added in v1.13.0
func (o *ShutdownDeploymentEsResourceNotFound) IsClientError() bool
IsClientError returns true when this shutdown deployment es resource not found response has a 4xx status code
func (*ShutdownDeploymentEsResourceNotFound) IsCode ¶ added in v1.13.0
func (o *ShutdownDeploymentEsResourceNotFound) IsCode(code int) bool
IsCode returns true when this shutdown deployment es resource not found response a status code equal to that given
func (*ShutdownDeploymentEsResourceNotFound) IsRedirect ¶ added in v1.13.0
func (o *ShutdownDeploymentEsResourceNotFound) IsRedirect() bool
IsRedirect returns true when this shutdown deployment es resource not found response has a 3xx status code
func (*ShutdownDeploymentEsResourceNotFound) IsServerError ¶ added in v1.13.0
func (o *ShutdownDeploymentEsResourceNotFound) IsServerError() bool
IsServerError returns true when this shutdown deployment es resource not found response has a 5xx status code
func (*ShutdownDeploymentEsResourceNotFound) IsSuccess ¶ added in v1.13.0
func (o *ShutdownDeploymentEsResourceNotFound) IsSuccess() bool
IsSuccess returns true when this shutdown deployment es resource not found response has a 2xx status code
func (*ShutdownDeploymentEsResourceNotFound) String ¶ added in v1.13.0
func (o *ShutdownDeploymentEsResourceNotFound) String() string
type ShutdownDeploymentEsResourceOK ¶
type ShutdownDeploymentEsResourceOK struct {
Payload *models.DeploymentResourceCommandResponse
}
ShutdownDeploymentEsResourceOK describes a response with status code 200, with default header values.
Standard response.
func NewShutdownDeploymentEsResourceOK ¶
func NewShutdownDeploymentEsResourceOK() *ShutdownDeploymentEsResourceOK
NewShutdownDeploymentEsResourceOK creates a ShutdownDeploymentEsResourceOK with default headers values
func (*ShutdownDeploymentEsResourceOK) Code ¶ added in v1.13.0
func (o *ShutdownDeploymentEsResourceOK) Code() int
Code gets the status code for the shutdown deployment es resource o k response
func (*ShutdownDeploymentEsResourceOK) Error ¶
func (o *ShutdownDeploymentEsResourceOK) Error() string
func (*ShutdownDeploymentEsResourceOK) GetPayload ¶
func (o *ShutdownDeploymentEsResourceOK) GetPayload() *models.DeploymentResourceCommandResponse
func (*ShutdownDeploymentEsResourceOK) IsClientError ¶ added in v1.13.0
func (o *ShutdownDeploymentEsResourceOK) IsClientError() bool
IsClientError returns true when this shutdown deployment es resource o k response has a 4xx status code
func (*ShutdownDeploymentEsResourceOK) IsCode ¶ added in v1.13.0
func (o *ShutdownDeploymentEsResourceOK) IsCode(code int) bool
IsCode returns true when this shutdown deployment es resource o k response a status code equal to that given
func (*ShutdownDeploymentEsResourceOK) IsRedirect ¶ added in v1.13.0
func (o *ShutdownDeploymentEsResourceOK) IsRedirect() bool
IsRedirect returns true when this shutdown deployment es resource o k response has a 3xx status code
func (*ShutdownDeploymentEsResourceOK) IsServerError ¶ added in v1.13.0
func (o *ShutdownDeploymentEsResourceOK) IsServerError() bool
IsServerError returns true when this shutdown deployment es resource o k response has a 5xx status code
func (*ShutdownDeploymentEsResourceOK) IsSuccess ¶ added in v1.13.0
func (o *ShutdownDeploymentEsResourceOK) IsSuccess() bool
IsSuccess returns true when this shutdown deployment es resource o k response has a 2xx status code
func (*ShutdownDeploymentEsResourceOK) String ¶ added in v1.13.0
func (o *ShutdownDeploymentEsResourceOK) String() string
type ShutdownDeploymentEsResourceParams ¶
type ShutdownDeploymentEsResourceParams struct { /* DeploymentID. Identifier for the Deployment. */ DeploymentID string /* Hide. Hide cluster on shutdown. Hidden clusters are not listed by default. Only applicable for Platform administrators. */ Hide *bool /* RefID. User-specified RefId for the Resource (or '_main' if there is only one). */ RefID string /* SkipSnapshot. If true, will skip taking a snapshot of the cluster before shutting the cluster down (if even possible). */ SkipSnapshot *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ShutdownDeploymentEsResourceParams contains all the parameters to send to the API endpoint
for the shutdown deployment es resource operation. Typically these are written to a http.Request.
func NewShutdownDeploymentEsResourceParams ¶
func NewShutdownDeploymentEsResourceParams() *ShutdownDeploymentEsResourceParams
NewShutdownDeploymentEsResourceParams creates a new ShutdownDeploymentEsResourceParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewShutdownDeploymentEsResourceParamsWithContext ¶
func NewShutdownDeploymentEsResourceParamsWithContext(ctx context.Context) *ShutdownDeploymentEsResourceParams
NewShutdownDeploymentEsResourceParamsWithContext creates a new ShutdownDeploymentEsResourceParams object with the ability to set a context for a request.
func NewShutdownDeploymentEsResourceParamsWithHTTPClient ¶
func NewShutdownDeploymentEsResourceParamsWithHTTPClient(client *http.Client) *ShutdownDeploymentEsResourceParams
NewShutdownDeploymentEsResourceParamsWithHTTPClient creates a new ShutdownDeploymentEsResourceParams object with the ability to set a custom HTTPClient for a request.
func NewShutdownDeploymentEsResourceParamsWithTimeout ¶
func NewShutdownDeploymentEsResourceParamsWithTimeout(timeout time.Duration) *ShutdownDeploymentEsResourceParams
NewShutdownDeploymentEsResourceParamsWithTimeout creates a new ShutdownDeploymentEsResourceParams object with the ability to set a timeout on a request.
func (*ShutdownDeploymentEsResourceParams) SetContext ¶
func (o *ShutdownDeploymentEsResourceParams) SetContext(ctx context.Context)
SetContext adds the context to the shutdown deployment es resource params
func (*ShutdownDeploymentEsResourceParams) SetDefaults ¶ added in v1.3.0
func (o *ShutdownDeploymentEsResourceParams) SetDefaults()
SetDefaults hydrates default values in the shutdown deployment es resource params (not the query body).
All values with no default are reset to their zero value.
func (*ShutdownDeploymentEsResourceParams) SetDeploymentID ¶
func (o *ShutdownDeploymentEsResourceParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the shutdown deployment es resource params
func (*ShutdownDeploymentEsResourceParams) SetHTTPClient ¶
func (o *ShutdownDeploymentEsResourceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the shutdown deployment es resource params
func (*ShutdownDeploymentEsResourceParams) SetHide ¶
func (o *ShutdownDeploymentEsResourceParams) SetHide(hide *bool)
SetHide adds the hide to the shutdown deployment es resource params
func (*ShutdownDeploymentEsResourceParams) SetRefID ¶
func (o *ShutdownDeploymentEsResourceParams) SetRefID(refID string)
SetRefID adds the refId to the shutdown deployment es resource params
func (*ShutdownDeploymentEsResourceParams) SetSkipSnapshot ¶
func (o *ShutdownDeploymentEsResourceParams) SetSkipSnapshot(skipSnapshot *bool)
SetSkipSnapshot adds the skipSnapshot to the shutdown deployment es resource params
func (*ShutdownDeploymentEsResourceParams) SetTimeout ¶
func (o *ShutdownDeploymentEsResourceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the shutdown deployment es resource params
func (*ShutdownDeploymentEsResourceParams) WithContext ¶
func (o *ShutdownDeploymentEsResourceParams) WithContext(ctx context.Context) *ShutdownDeploymentEsResourceParams
WithContext adds the context to the shutdown deployment es resource params
func (*ShutdownDeploymentEsResourceParams) WithDefaults ¶ added in v1.3.0
func (o *ShutdownDeploymentEsResourceParams) WithDefaults() *ShutdownDeploymentEsResourceParams
WithDefaults hydrates default values in the shutdown deployment es resource params (not the query body).
All values with no default are reset to their zero value.
func (*ShutdownDeploymentEsResourceParams) WithDeploymentID ¶
func (o *ShutdownDeploymentEsResourceParams) WithDeploymentID(deploymentID string) *ShutdownDeploymentEsResourceParams
WithDeploymentID adds the deploymentID to the shutdown deployment es resource params
func (*ShutdownDeploymentEsResourceParams) WithHTTPClient ¶
func (o *ShutdownDeploymentEsResourceParams) WithHTTPClient(client *http.Client) *ShutdownDeploymentEsResourceParams
WithHTTPClient adds the HTTPClient to the shutdown deployment es resource params
func (*ShutdownDeploymentEsResourceParams) WithHide ¶
func (o *ShutdownDeploymentEsResourceParams) WithHide(hide *bool) *ShutdownDeploymentEsResourceParams
WithHide adds the hide to the shutdown deployment es resource params
func (*ShutdownDeploymentEsResourceParams) WithRefID ¶
func (o *ShutdownDeploymentEsResourceParams) WithRefID(refID string) *ShutdownDeploymentEsResourceParams
WithRefID adds the refID to the shutdown deployment es resource params
func (*ShutdownDeploymentEsResourceParams) WithSkipSnapshot ¶
func (o *ShutdownDeploymentEsResourceParams) WithSkipSnapshot(skipSnapshot *bool) *ShutdownDeploymentEsResourceParams
WithSkipSnapshot adds the skipSnapshot to the shutdown deployment es resource params
func (*ShutdownDeploymentEsResourceParams) WithTimeout ¶
func (o *ShutdownDeploymentEsResourceParams) WithTimeout(timeout time.Duration) *ShutdownDeploymentEsResourceParams
WithTimeout adds the timeout to the shutdown deployment es resource params
func (*ShutdownDeploymentEsResourceParams) WriteToRequest ¶
func (o *ShutdownDeploymentEsResourceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ShutdownDeploymentEsResourceReader ¶
type ShutdownDeploymentEsResourceReader struct {
// contains filtered or unexported fields
}
ShutdownDeploymentEsResourceReader is a Reader for the ShutdownDeploymentEsResource structure.
func (*ShutdownDeploymentEsResourceReader) ReadResponse ¶
func (o *ShutdownDeploymentEsResourceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ShutdownDeploymentNotFound ¶
type ShutdownDeploymentNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
ShutdownDeploymentNotFound describes a response with status code 404, with default header values.
The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
func NewShutdownDeploymentNotFound ¶
func NewShutdownDeploymentNotFound() *ShutdownDeploymentNotFound
NewShutdownDeploymentNotFound creates a ShutdownDeploymentNotFound with default headers values
func (*ShutdownDeploymentNotFound) Code ¶ added in v1.13.0
func (o *ShutdownDeploymentNotFound) Code() int
Code gets the status code for the shutdown deployment not found response
func (*ShutdownDeploymentNotFound) Error ¶
func (o *ShutdownDeploymentNotFound) Error() string
func (*ShutdownDeploymentNotFound) GetPayload ¶
func (o *ShutdownDeploymentNotFound) GetPayload() *models.BasicFailedReply
func (*ShutdownDeploymentNotFound) IsClientError ¶ added in v1.13.0
func (o *ShutdownDeploymentNotFound) IsClientError() bool
IsClientError returns true when this shutdown deployment not found response has a 4xx status code
func (*ShutdownDeploymentNotFound) IsCode ¶ added in v1.13.0
func (o *ShutdownDeploymentNotFound) IsCode(code int) bool
IsCode returns true when this shutdown deployment not found response a status code equal to that given
func (*ShutdownDeploymentNotFound) IsRedirect ¶ added in v1.13.0
func (o *ShutdownDeploymentNotFound) IsRedirect() bool
IsRedirect returns true when this shutdown deployment not found response has a 3xx status code
func (*ShutdownDeploymentNotFound) IsServerError ¶ added in v1.13.0
func (o *ShutdownDeploymentNotFound) IsServerError() bool
IsServerError returns true when this shutdown deployment not found response has a 5xx status code
func (*ShutdownDeploymentNotFound) IsSuccess ¶ added in v1.13.0
func (o *ShutdownDeploymentNotFound) IsSuccess() bool
IsSuccess returns true when this shutdown deployment not found response has a 2xx status code
func (*ShutdownDeploymentNotFound) String ¶ added in v1.13.0
func (o *ShutdownDeploymentNotFound) String() string
type ShutdownDeploymentOK ¶
type ShutdownDeploymentOK struct {
Payload *models.DeploymentShutdownResponse
}
ShutdownDeploymentOK describes a response with status code 200, with default header values.
The request was valid and the resources of the deployment were shutdown.
func NewShutdownDeploymentOK ¶
func NewShutdownDeploymentOK() *ShutdownDeploymentOK
NewShutdownDeploymentOK creates a ShutdownDeploymentOK with default headers values
func (*ShutdownDeploymentOK) Code ¶ added in v1.13.0
func (o *ShutdownDeploymentOK) Code() int
Code gets the status code for the shutdown deployment o k response
func (*ShutdownDeploymentOK) Error ¶
func (o *ShutdownDeploymentOK) Error() string
func (*ShutdownDeploymentOK) GetPayload ¶
func (o *ShutdownDeploymentOK) GetPayload() *models.DeploymentShutdownResponse
func (*ShutdownDeploymentOK) IsClientError ¶ added in v1.13.0
func (o *ShutdownDeploymentOK) IsClientError() bool
IsClientError returns true when this shutdown deployment o k response has a 4xx status code
func (*ShutdownDeploymentOK) IsCode ¶ added in v1.13.0
func (o *ShutdownDeploymentOK) IsCode(code int) bool
IsCode returns true when this shutdown deployment o k response a status code equal to that given
func (*ShutdownDeploymentOK) IsRedirect ¶ added in v1.13.0
func (o *ShutdownDeploymentOK) IsRedirect() bool
IsRedirect returns true when this shutdown deployment o k response has a 3xx status code
func (*ShutdownDeploymentOK) IsServerError ¶ added in v1.13.0
func (o *ShutdownDeploymentOK) IsServerError() bool
IsServerError returns true when this shutdown deployment o k response has a 5xx status code
func (*ShutdownDeploymentOK) IsSuccess ¶ added in v1.13.0
func (o *ShutdownDeploymentOK) IsSuccess() bool
IsSuccess returns true when this shutdown deployment o k response has a 2xx status code
func (*ShutdownDeploymentOK) String ¶ added in v1.13.0
func (o *ShutdownDeploymentOK) String() string
type ShutdownDeploymentParams ¶
type ShutdownDeploymentParams struct { /* DeploymentID. Identifier for the Deployment */ DeploymentID string /* Hide. Whether or not to hide the deployment and its resources.Only applicable for Platform administrators. */ Hide *bool /* SkipSnapshot. Whether or not to skip snapshots before shutting down the resources */ SkipSnapshot *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ShutdownDeploymentParams contains all the parameters to send to the API endpoint
for the shutdown deployment operation. Typically these are written to a http.Request.
func NewShutdownDeploymentParams ¶
func NewShutdownDeploymentParams() *ShutdownDeploymentParams
NewShutdownDeploymentParams creates a new ShutdownDeploymentParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewShutdownDeploymentParamsWithContext ¶
func NewShutdownDeploymentParamsWithContext(ctx context.Context) *ShutdownDeploymentParams
NewShutdownDeploymentParamsWithContext creates a new ShutdownDeploymentParams object with the ability to set a context for a request.
func NewShutdownDeploymentParamsWithHTTPClient ¶
func NewShutdownDeploymentParamsWithHTTPClient(client *http.Client) *ShutdownDeploymentParams
NewShutdownDeploymentParamsWithHTTPClient creates a new ShutdownDeploymentParams object with the ability to set a custom HTTPClient for a request.
func NewShutdownDeploymentParamsWithTimeout ¶
func NewShutdownDeploymentParamsWithTimeout(timeout time.Duration) *ShutdownDeploymentParams
NewShutdownDeploymentParamsWithTimeout creates a new ShutdownDeploymentParams object with the ability to set a timeout on a request.
func (*ShutdownDeploymentParams) SetContext ¶
func (o *ShutdownDeploymentParams) SetContext(ctx context.Context)
SetContext adds the context to the shutdown deployment params
func (*ShutdownDeploymentParams) SetDefaults ¶ added in v1.3.0
func (o *ShutdownDeploymentParams) SetDefaults()
SetDefaults hydrates default values in the shutdown deployment params (not the query body).
All values with no default are reset to their zero value.
func (*ShutdownDeploymentParams) SetDeploymentID ¶
func (o *ShutdownDeploymentParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the shutdown deployment params
func (*ShutdownDeploymentParams) SetHTTPClient ¶
func (o *ShutdownDeploymentParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the shutdown deployment params
func (*ShutdownDeploymentParams) SetHide ¶
func (o *ShutdownDeploymentParams) SetHide(hide *bool)
SetHide adds the hide to the shutdown deployment params
func (*ShutdownDeploymentParams) SetSkipSnapshot ¶
func (o *ShutdownDeploymentParams) SetSkipSnapshot(skipSnapshot *bool)
SetSkipSnapshot adds the skipSnapshot to the shutdown deployment params
func (*ShutdownDeploymentParams) SetTimeout ¶
func (o *ShutdownDeploymentParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the shutdown deployment params
func (*ShutdownDeploymentParams) WithContext ¶
func (o *ShutdownDeploymentParams) WithContext(ctx context.Context) *ShutdownDeploymentParams
WithContext adds the context to the shutdown deployment params
func (*ShutdownDeploymentParams) WithDefaults ¶ added in v1.3.0
func (o *ShutdownDeploymentParams) WithDefaults() *ShutdownDeploymentParams
WithDefaults hydrates default values in the shutdown deployment params (not the query body).
All values with no default are reset to their zero value.
func (*ShutdownDeploymentParams) WithDeploymentID ¶
func (o *ShutdownDeploymentParams) WithDeploymentID(deploymentID string) *ShutdownDeploymentParams
WithDeploymentID adds the deploymentID to the shutdown deployment params
func (*ShutdownDeploymentParams) WithHTTPClient ¶
func (o *ShutdownDeploymentParams) WithHTTPClient(client *http.Client) *ShutdownDeploymentParams
WithHTTPClient adds the HTTPClient to the shutdown deployment params
func (*ShutdownDeploymentParams) WithHide ¶
func (o *ShutdownDeploymentParams) WithHide(hide *bool) *ShutdownDeploymentParams
WithHide adds the hide to the shutdown deployment params
func (*ShutdownDeploymentParams) WithSkipSnapshot ¶
func (o *ShutdownDeploymentParams) WithSkipSnapshot(skipSnapshot *bool) *ShutdownDeploymentParams
WithSkipSnapshot adds the skipSnapshot to the shutdown deployment params
func (*ShutdownDeploymentParams) WithTimeout ¶
func (o *ShutdownDeploymentParams) WithTimeout(timeout time.Duration) *ShutdownDeploymentParams
WithTimeout adds the timeout to the shutdown deployment params
func (*ShutdownDeploymentParams) WriteToRequest ¶
func (o *ShutdownDeploymentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ShutdownDeploymentReader ¶
type ShutdownDeploymentReader struct {
// contains filtered or unexported fields
}
ShutdownDeploymentReader is a Reader for the ShutdownDeployment structure.
func (*ShutdownDeploymentReader) ReadResponse ¶
func (o *ShutdownDeploymentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ShutdownDeploymentStatelessResourceBadRequest ¶
type ShutdownDeploymentStatelessResourceBadRequest struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
ShutdownDeploymentStatelessResourceBadRequest describes a response with status code 400, with default header values.
Parameter is restricted and can only be set by a Platform administrator. (code: `deployments.restricted_parameter`)
func NewShutdownDeploymentStatelessResourceBadRequest ¶
func NewShutdownDeploymentStatelessResourceBadRequest() *ShutdownDeploymentStatelessResourceBadRequest
NewShutdownDeploymentStatelessResourceBadRequest creates a ShutdownDeploymentStatelessResourceBadRequest with default headers values
func (*ShutdownDeploymentStatelessResourceBadRequest) Code ¶ added in v1.13.0
func (o *ShutdownDeploymentStatelessResourceBadRequest) Code() int
Code gets the status code for the shutdown deployment stateless resource bad request response
func (*ShutdownDeploymentStatelessResourceBadRequest) Error ¶
func (o *ShutdownDeploymentStatelessResourceBadRequest) Error() string
func (*ShutdownDeploymentStatelessResourceBadRequest) GetPayload ¶
func (o *ShutdownDeploymentStatelessResourceBadRequest) GetPayload() *models.BasicFailedReply
func (*ShutdownDeploymentStatelessResourceBadRequest) IsClientError ¶ added in v1.13.0
func (o *ShutdownDeploymentStatelessResourceBadRequest) IsClientError() bool
IsClientError returns true when this shutdown deployment stateless resource bad request response has a 4xx status code
func (*ShutdownDeploymentStatelessResourceBadRequest) IsCode ¶ added in v1.13.0
func (o *ShutdownDeploymentStatelessResourceBadRequest) IsCode(code int) bool
IsCode returns true when this shutdown deployment stateless resource bad request response a status code equal to that given
func (*ShutdownDeploymentStatelessResourceBadRequest) IsRedirect ¶ added in v1.13.0
func (o *ShutdownDeploymentStatelessResourceBadRequest) IsRedirect() bool
IsRedirect returns true when this shutdown deployment stateless resource bad request response has a 3xx status code
func (*ShutdownDeploymentStatelessResourceBadRequest) IsServerError ¶ added in v1.13.0
func (o *ShutdownDeploymentStatelessResourceBadRequest) IsServerError() bool
IsServerError returns true when this shutdown deployment stateless resource bad request response has a 5xx status code
func (*ShutdownDeploymentStatelessResourceBadRequest) IsSuccess ¶ added in v1.13.0
func (o *ShutdownDeploymentStatelessResourceBadRequest) IsSuccess() bool
IsSuccess returns true when this shutdown deployment stateless resource bad request response has a 2xx status code
func (*ShutdownDeploymentStatelessResourceBadRequest) String ¶ added in v1.13.0
func (o *ShutdownDeploymentStatelessResourceBadRequest) String() string
type ShutdownDeploymentStatelessResourceInternalServerError ¶
type ShutdownDeploymentStatelessResourceInternalServerError struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
ShutdownDeploymentStatelessResourceInternalServerError describes a response with status code 500, with default header values.
We have failed you. (code: `deployments.deployment_resource_no_longer_exists`)
func NewShutdownDeploymentStatelessResourceInternalServerError ¶
func NewShutdownDeploymentStatelessResourceInternalServerError() *ShutdownDeploymentStatelessResourceInternalServerError
NewShutdownDeploymentStatelessResourceInternalServerError creates a ShutdownDeploymentStatelessResourceInternalServerError with default headers values
func (*ShutdownDeploymentStatelessResourceInternalServerError) Code ¶ added in v1.13.0
func (o *ShutdownDeploymentStatelessResourceInternalServerError) Code() int
Code gets the status code for the shutdown deployment stateless resource internal server error response
func (*ShutdownDeploymentStatelessResourceInternalServerError) Error ¶
func (o *ShutdownDeploymentStatelessResourceInternalServerError) Error() string
func (*ShutdownDeploymentStatelessResourceInternalServerError) GetPayload ¶
func (o *ShutdownDeploymentStatelessResourceInternalServerError) GetPayload() *models.BasicFailedReply
func (*ShutdownDeploymentStatelessResourceInternalServerError) IsClientError ¶ added in v1.13.0
func (o *ShutdownDeploymentStatelessResourceInternalServerError) IsClientError() bool
IsClientError returns true when this shutdown deployment stateless resource internal server error response has a 4xx status code
func (*ShutdownDeploymentStatelessResourceInternalServerError) IsCode ¶ added in v1.13.0
func (o *ShutdownDeploymentStatelessResourceInternalServerError) IsCode(code int) bool
IsCode returns true when this shutdown deployment stateless resource internal server error response a status code equal to that given
func (*ShutdownDeploymentStatelessResourceInternalServerError) IsRedirect ¶ added in v1.13.0
func (o *ShutdownDeploymentStatelessResourceInternalServerError) IsRedirect() bool
IsRedirect returns true when this shutdown deployment stateless resource internal server error response has a 3xx status code
func (*ShutdownDeploymentStatelessResourceInternalServerError) IsServerError ¶ added in v1.13.0
func (o *ShutdownDeploymentStatelessResourceInternalServerError) IsServerError() bool
IsServerError returns true when this shutdown deployment stateless resource internal server error response has a 5xx status code
func (*ShutdownDeploymentStatelessResourceInternalServerError) IsSuccess ¶ added in v1.13.0
func (o *ShutdownDeploymentStatelessResourceInternalServerError) IsSuccess() bool
IsSuccess returns true when this shutdown deployment stateless resource internal server error response has a 2xx status code
func (*ShutdownDeploymentStatelessResourceInternalServerError) String ¶ added in v1.13.0
func (o *ShutdownDeploymentStatelessResourceInternalServerError) String() string
type ShutdownDeploymentStatelessResourceNotFound ¶
type ShutdownDeploymentStatelessResourceNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
ShutdownDeploymentStatelessResourceNotFound describes a response with status code 404, with default header values. * The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
* The Resource specified by {ref_id} cannot be found. (code: `deployments.deployment_resource_not_found`)
func NewShutdownDeploymentStatelessResourceNotFound ¶
func NewShutdownDeploymentStatelessResourceNotFound() *ShutdownDeploymentStatelessResourceNotFound
NewShutdownDeploymentStatelessResourceNotFound creates a ShutdownDeploymentStatelessResourceNotFound with default headers values
func (*ShutdownDeploymentStatelessResourceNotFound) Code ¶ added in v1.13.0
func (o *ShutdownDeploymentStatelessResourceNotFound) Code() int
Code gets the status code for the shutdown deployment stateless resource not found response
func (*ShutdownDeploymentStatelessResourceNotFound) Error ¶
func (o *ShutdownDeploymentStatelessResourceNotFound) Error() string
func (*ShutdownDeploymentStatelessResourceNotFound) GetPayload ¶
func (o *ShutdownDeploymentStatelessResourceNotFound) GetPayload() *models.BasicFailedReply
func (*ShutdownDeploymentStatelessResourceNotFound) IsClientError ¶ added in v1.13.0
func (o *ShutdownDeploymentStatelessResourceNotFound) IsClientError() bool
IsClientError returns true when this shutdown deployment stateless resource not found response has a 4xx status code
func (*ShutdownDeploymentStatelessResourceNotFound) IsCode ¶ added in v1.13.0
func (o *ShutdownDeploymentStatelessResourceNotFound) IsCode(code int) bool
IsCode returns true when this shutdown deployment stateless resource not found response a status code equal to that given
func (*ShutdownDeploymentStatelessResourceNotFound) IsRedirect ¶ added in v1.13.0
func (o *ShutdownDeploymentStatelessResourceNotFound) IsRedirect() bool
IsRedirect returns true when this shutdown deployment stateless resource not found response has a 3xx status code
func (*ShutdownDeploymentStatelessResourceNotFound) IsServerError ¶ added in v1.13.0
func (o *ShutdownDeploymentStatelessResourceNotFound) IsServerError() bool
IsServerError returns true when this shutdown deployment stateless resource not found response has a 5xx status code
func (*ShutdownDeploymentStatelessResourceNotFound) IsSuccess ¶ added in v1.13.0
func (o *ShutdownDeploymentStatelessResourceNotFound) IsSuccess() bool
IsSuccess returns true when this shutdown deployment stateless resource not found response has a 2xx status code
func (*ShutdownDeploymentStatelessResourceNotFound) String ¶ added in v1.13.0
func (o *ShutdownDeploymentStatelessResourceNotFound) String() string
type ShutdownDeploymentStatelessResourceOK ¶
type ShutdownDeploymentStatelessResourceOK struct {
Payload *models.DeploymentResourceCommandResponse
}
ShutdownDeploymentStatelessResourceOK describes a response with status code 200, with default header values.
Standard response
func NewShutdownDeploymentStatelessResourceOK ¶
func NewShutdownDeploymentStatelessResourceOK() *ShutdownDeploymentStatelessResourceOK
NewShutdownDeploymentStatelessResourceOK creates a ShutdownDeploymentStatelessResourceOK with default headers values
func (*ShutdownDeploymentStatelessResourceOK) Code ¶ added in v1.13.0
func (o *ShutdownDeploymentStatelessResourceOK) Code() int
Code gets the status code for the shutdown deployment stateless resource o k response
func (*ShutdownDeploymentStatelessResourceOK) Error ¶
func (o *ShutdownDeploymentStatelessResourceOK) Error() string
func (*ShutdownDeploymentStatelessResourceOK) GetPayload ¶
func (o *ShutdownDeploymentStatelessResourceOK) GetPayload() *models.DeploymentResourceCommandResponse
func (*ShutdownDeploymentStatelessResourceOK) IsClientError ¶ added in v1.13.0
func (o *ShutdownDeploymentStatelessResourceOK) IsClientError() bool
IsClientError returns true when this shutdown deployment stateless resource o k response has a 4xx status code
func (*ShutdownDeploymentStatelessResourceOK) IsCode ¶ added in v1.13.0
func (o *ShutdownDeploymentStatelessResourceOK) IsCode(code int) bool
IsCode returns true when this shutdown deployment stateless resource o k response a status code equal to that given
func (*ShutdownDeploymentStatelessResourceOK) IsRedirect ¶ added in v1.13.0
func (o *ShutdownDeploymentStatelessResourceOK) IsRedirect() bool
IsRedirect returns true when this shutdown deployment stateless resource o k response has a 3xx status code
func (*ShutdownDeploymentStatelessResourceOK) IsServerError ¶ added in v1.13.0
func (o *ShutdownDeploymentStatelessResourceOK) IsServerError() bool
IsServerError returns true when this shutdown deployment stateless resource o k response has a 5xx status code
func (*ShutdownDeploymentStatelessResourceOK) IsSuccess ¶ added in v1.13.0
func (o *ShutdownDeploymentStatelessResourceOK) IsSuccess() bool
IsSuccess returns true when this shutdown deployment stateless resource o k response has a 2xx status code
func (*ShutdownDeploymentStatelessResourceOK) String ¶ added in v1.13.0
func (o *ShutdownDeploymentStatelessResourceOK) String() string
type ShutdownDeploymentStatelessResourceParams ¶
type ShutdownDeploymentStatelessResourceParams struct { /* DeploymentID. Identifier for the Deployment. */ DeploymentID string /* Hide. Hide cluster on shutdown. Hidden clusters are not listed by default. Only applicable for Platform administrators. */ Hide *bool /* RefID. User-specified RefId for the Resource (or '_main' if there is only one). */ RefID string /* SkipSnapshot. If true, will skip taking a snapshot of the cluster before shutting the cluster down (if even possible) */ SkipSnapshot *bool /* StatelessResourceKind. The kind of stateless resource */ StatelessResourceKind string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ShutdownDeploymentStatelessResourceParams contains all the parameters to send to the API endpoint
for the shutdown deployment stateless resource operation. Typically these are written to a http.Request.
func NewShutdownDeploymentStatelessResourceParams ¶
func NewShutdownDeploymentStatelessResourceParams() *ShutdownDeploymentStatelessResourceParams
NewShutdownDeploymentStatelessResourceParams creates a new ShutdownDeploymentStatelessResourceParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewShutdownDeploymentStatelessResourceParamsWithContext ¶
func NewShutdownDeploymentStatelessResourceParamsWithContext(ctx context.Context) *ShutdownDeploymentStatelessResourceParams
NewShutdownDeploymentStatelessResourceParamsWithContext creates a new ShutdownDeploymentStatelessResourceParams object with the ability to set a context for a request.
func NewShutdownDeploymentStatelessResourceParamsWithHTTPClient ¶
func NewShutdownDeploymentStatelessResourceParamsWithHTTPClient(client *http.Client) *ShutdownDeploymentStatelessResourceParams
NewShutdownDeploymentStatelessResourceParamsWithHTTPClient creates a new ShutdownDeploymentStatelessResourceParams object with the ability to set a custom HTTPClient for a request.
func NewShutdownDeploymentStatelessResourceParamsWithTimeout ¶
func NewShutdownDeploymentStatelessResourceParamsWithTimeout(timeout time.Duration) *ShutdownDeploymentStatelessResourceParams
NewShutdownDeploymentStatelessResourceParamsWithTimeout creates a new ShutdownDeploymentStatelessResourceParams object with the ability to set a timeout on a request.
func (*ShutdownDeploymentStatelessResourceParams) SetContext ¶
func (o *ShutdownDeploymentStatelessResourceParams) SetContext(ctx context.Context)
SetContext adds the context to the shutdown deployment stateless resource params
func (*ShutdownDeploymentStatelessResourceParams) SetDefaults ¶ added in v1.3.0
func (o *ShutdownDeploymentStatelessResourceParams) SetDefaults()
SetDefaults hydrates default values in the shutdown deployment stateless resource params (not the query body).
All values with no default are reset to their zero value.
func (*ShutdownDeploymentStatelessResourceParams) SetDeploymentID ¶
func (o *ShutdownDeploymentStatelessResourceParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the shutdown deployment stateless resource params
func (*ShutdownDeploymentStatelessResourceParams) SetHTTPClient ¶
func (o *ShutdownDeploymentStatelessResourceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the shutdown deployment stateless resource params
func (*ShutdownDeploymentStatelessResourceParams) SetHide ¶
func (o *ShutdownDeploymentStatelessResourceParams) SetHide(hide *bool)
SetHide adds the hide to the shutdown deployment stateless resource params
func (*ShutdownDeploymentStatelessResourceParams) SetRefID ¶
func (o *ShutdownDeploymentStatelessResourceParams) SetRefID(refID string)
SetRefID adds the refId to the shutdown deployment stateless resource params
func (*ShutdownDeploymentStatelessResourceParams) SetSkipSnapshot ¶
func (o *ShutdownDeploymentStatelessResourceParams) SetSkipSnapshot(skipSnapshot *bool)
SetSkipSnapshot adds the skipSnapshot to the shutdown deployment stateless resource params
func (*ShutdownDeploymentStatelessResourceParams) SetStatelessResourceKind ¶
func (o *ShutdownDeploymentStatelessResourceParams) SetStatelessResourceKind(statelessResourceKind string)
SetStatelessResourceKind adds the statelessResourceKind to the shutdown deployment stateless resource params
func (*ShutdownDeploymentStatelessResourceParams) SetTimeout ¶
func (o *ShutdownDeploymentStatelessResourceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the shutdown deployment stateless resource params
func (*ShutdownDeploymentStatelessResourceParams) WithContext ¶
func (o *ShutdownDeploymentStatelessResourceParams) WithContext(ctx context.Context) *ShutdownDeploymentStatelessResourceParams
WithContext adds the context to the shutdown deployment stateless resource params
func (*ShutdownDeploymentStatelessResourceParams) WithDefaults ¶ added in v1.3.0
func (o *ShutdownDeploymentStatelessResourceParams) WithDefaults() *ShutdownDeploymentStatelessResourceParams
WithDefaults hydrates default values in the shutdown deployment stateless resource params (not the query body).
All values with no default are reset to their zero value.
func (*ShutdownDeploymentStatelessResourceParams) WithDeploymentID ¶
func (o *ShutdownDeploymentStatelessResourceParams) WithDeploymentID(deploymentID string) *ShutdownDeploymentStatelessResourceParams
WithDeploymentID adds the deploymentID to the shutdown deployment stateless resource params
func (*ShutdownDeploymentStatelessResourceParams) WithHTTPClient ¶
func (o *ShutdownDeploymentStatelessResourceParams) WithHTTPClient(client *http.Client) *ShutdownDeploymentStatelessResourceParams
WithHTTPClient adds the HTTPClient to the shutdown deployment stateless resource params
func (*ShutdownDeploymentStatelessResourceParams) WithHide ¶
func (o *ShutdownDeploymentStatelessResourceParams) WithHide(hide *bool) *ShutdownDeploymentStatelessResourceParams
WithHide adds the hide to the shutdown deployment stateless resource params
func (*ShutdownDeploymentStatelessResourceParams) WithRefID ¶
func (o *ShutdownDeploymentStatelessResourceParams) WithRefID(refID string) *ShutdownDeploymentStatelessResourceParams
WithRefID adds the refID to the shutdown deployment stateless resource params
func (*ShutdownDeploymentStatelessResourceParams) WithSkipSnapshot ¶
func (o *ShutdownDeploymentStatelessResourceParams) WithSkipSnapshot(skipSnapshot *bool) *ShutdownDeploymentStatelessResourceParams
WithSkipSnapshot adds the skipSnapshot to the shutdown deployment stateless resource params
func (*ShutdownDeploymentStatelessResourceParams) WithStatelessResourceKind ¶
func (o *ShutdownDeploymentStatelessResourceParams) WithStatelessResourceKind(statelessResourceKind string) *ShutdownDeploymentStatelessResourceParams
WithStatelessResourceKind adds the statelessResourceKind to the shutdown deployment stateless resource params
func (*ShutdownDeploymentStatelessResourceParams) WithTimeout ¶
func (o *ShutdownDeploymentStatelessResourceParams) WithTimeout(timeout time.Duration) *ShutdownDeploymentStatelessResourceParams
WithTimeout adds the timeout to the shutdown deployment stateless resource params
func (*ShutdownDeploymentStatelessResourceParams) WriteToRequest ¶
func (o *ShutdownDeploymentStatelessResourceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ShutdownDeploymentStatelessResourceReader ¶
type ShutdownDeploymentStatelessResourceReader struct {
// contains filtered or unexported fields
}
ShutdownDeploymentStatelessResourceReader is a Reader for the ShutdownDeploymentStatelessResource structure.
func (*ShutdownDeploymentStatelessResourceReader) ReadResponse ¶
func (o *ShutdownDeploymentStatelessResourceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ShutdownDeploymentUnauthorized ¶
type ShutdownDeploymentUnauthorized struct {
}ShutdownDeploymentUnauthorized describes a response with status code 401, with default header values.
You are not authorized to perform this action.
func NewShutdownDeploymentUnauthorized ¶
func NewShutdownDeploymentUnauthorized() *ShutdownDeploymentUnauthorized
NewShutdownDeploymentUnauthorized creates a ShutdownDeploymentUnauthorized with default headers values
func (*ShutdownDeploymentUnauthorized) Code ¶ added in v1.13.0
func (o *ShutdownDeploymentUnauthorized) Code() int
Code gets the status code for the shutdown deployment unauthorized response
func (*ShutdownDeploymentUnauthorized) Error ¶
func (o *ShutdownDeploymentUnauthorized) Error() string
func (*ShutdownDeploymentUnauthorized) GetPayload ¶
func (o *ShutdownDeploymentUnauthorized) GetPayload() *models.BasicFailedReply
func (*ShutdownDeploymentUnauthorized) IsClientError ¶ added in v1.13.0
func (o *ShutdownDeploymentUnauthorized) IsClientError() bool
IsClientError returns true when this shutdown deployment unauthorized response has a 4xx status code
func (*ShutdownDeploymentUnauthorized) IsCode ¶ added in v1.13.0
func (o *ShutdownDeploymentUnauthorized) IsCode(code int) bool
IsCode returns true when this shutdown deployment unauthorized response a status code equal to that given
func (*ShutdownDeploymentUnauthorized) IsRedirect ¶ added in v1.13.0
func (o *ShutdownDeploymentUnauthorized) IsRedirect() bool
IsRedirect returns true when this shutdown deployment unauthorized response has a 3xx status code
func (*ShutdownDeploymentUnauthorized) IsServerError ¶ added in v1.13.0
func (o *ShutdownDeploymentUnauthorized) IsServerError() bool
IsServerError returns true when this shutdown deployment unauthorized response has a 5xx status code
func (*ShutdownDeploymentUnauthorized) IsSuccess ¶ added in v1.13.0
func (o *ShutdownDeploymentUnauthorized) IsSuccess() bool
IsSuccess returns true when this shutdown deployment unauthorized response has a 2xx status code
func (*ShutdownDeploymentUnauthorized) String ¶ added in v1.13.0
func (o *ShutdownDeploymentUnauthorized) String() string
type StartDeploymentResourceInstancesAccepted ¶
type StartDeploymentResourceInstancesAccepted struct {
Payload *models.DeploymentResourceCommandResponse
}
StartDeploymentResourceInstancesAccepted describes a response with status code 202, with default header values.
The start command was issued successfully.
func NewStartDeploymentResourceInstancesAccepted ¶
func NewStartDeploymentResourceInstancesAccepted() *StartDeploymentResourceInstancesAccepted
NewStartDeploymentResourceInstancesAccepted creates a StartDeploymentResourceInstancesAccepted with default headers values
func (*StartDeploymentResourceInstancesAccepted) Code ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAccepted) Code() int
Code gets the status code for the start deployment resource instances accepted response
func (*StartDeploymentResourceInstancesAccepted) Error ¶
func (o *StartDeploymentResourceInstancesAccepted) Error() string
func (*StartDeploymentResourceInstancesAccepted) GetPayload ¶
func (o *StartDeploymentResourceInstancesAccepted) GetPayload() *models.DeploymentResourceCommandResponse
func (*StartDeploymentResourceInstancesAccepted) IsClientError ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAccepted) IsClientError() bool
IsClientError returns true when this start deployment resource instances accepted response has a 4xx status code
func (*StartDeploymentResourceInstancesAccepted) IsCode ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAccepted) IsCode(code int) bool
IsCode returns true when this start deployment resource instances accepted response a status code equal to that given
func (*StartDeploymentResourceInstancesAccepted) IsRedirect ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAccepted) IsRedirect() bool
IsRedirect returns true when this start deployment resource instances accepted response has a 3xx status code
func (*StartDeploymentResourceInstancesAccepted) IsServerError ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAccepted) IsServerError() bool
IsServerError returns true when this start deployment resource instances accepted response has a 5xx status code
func (*StartDeploymentResourceInstancesAccepted) IsSuccess ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAccepted) IsSuccess() bool
IsSuccess returns true when this start deployment resource instances accepted response has a 2xx status code
func (*StartDeploymentResourceInstancesAccepted) String ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAccepted) String() string
type StartDeploymentResourceInstancesAllAccepted ¶
type StartDeploymentResourceInstancesAllAccepted struct {
Payload *models.DeploymentResourceCommandResponse
}
StartDeploymentResourceInstancesAllAccepted describes a response with status code 202, with default header values.
The start command was issued successfully.
func NewStartDeploymentResourceInstancesAllAccepted ¶
func NewStartDeploymentResourceInstancesAllAccepted() *StartDeploymentResourceInstancesAllAccepted
NewStartDeploymentResourceInstancesAllAccepted creates a StartDeploymentResourceInstancesAllAccepted with default headers values
func (*StartDeploymentResourceInstancesAllAccepted) Code ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllAccepted) Code() int
Code gets the status code for the start deployment resource instances all accepted response
func (*StartDeploymentResourceInstancesAllAccepted) Error ¶
func (o *StartDeploymentResourceInstancesAllAccepted) Error() string
func (*StartDeploymentResourceInstancesAllAccepted) GetPayload ¶
func (o *StartDeploymentResourceInstancesAllAccepted) GetPayload() *models.DeploymentResourceCommandResponse
func (*StartDeploymentResourceInstancesAllAccepted) IsClientError ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllAccepted) IsClientError() bool
IsClientError returns true when this start deployment resource instances all accepted response has a 4xx status code
func (*StartDeploymentResourceInstancesAllAccepted) IsCode ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllAccepted) IsCode(code int) bool
IsCode returns true when this start deployment resource instances all accepted response a status code equal to that given
func (*StartDeploymentResourceInstancesAllAccepted) IsRedirect ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllAccepted) IsRedirect() bool
IsRedirect returns true when this start deployment resource instances all accepted response has a 3xx status code
func (*StartDeploymentResourceInstancesAllAccepted) IsServerError ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllAccepted) IsServerError() bool
IsServerError returns true when this start deployment resource instances all accepted response has a 5xx status code
func (*StartDeploymentResourceInstancesAllAccepted) IsSuccess ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllAccepted) IsSuccess() bool
IsSuccess returns true when this start deployment resource instances all accepted response has a 2xx status code
func (*StartDeploymentResourceInstancesAllAccepted) String ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllAccepted) String() string
type StartDeploymentResourceInstancesAllForbidden ¶
type StartDeploymentResourceInstancesAllForbidden struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
StartDeploymentResourceInstancesAllForbidden describes a response with status code 403, with default header values.
The start maintenance mode command was prohibited for the given Resource. (code: `deployments.instance_update_prohibited_error`)
func NewStartDeploymentResourceInstancesAllForbidden ¶
func NewStartDeploymentResourceInstancesAllForbidden() *StartDeploymentResourceInstancesAllForbidden
NewStartDeploymentResourceInstancesAllForbidden creates a StartDeploymentResourceInstancesAllForbidden with default headers values
func (*StartDeploymentResourceInstancesAllForbidden) Code ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllForbidden) Code() int
Code gets the status code for the start deployment resource instances all forbidden response
func (*StartDeploymentResourceInstancesAllForbidden) Error ¶
func (o *StartDeploymentResourceInstancesAllForbidden) Error() string
func (*StartDeploymentResourceInstancesAllForbidden) GetPayload ¶
func (o *StartDeploymentResourceInstancesAllForbidden) GetPayload() *models.BasicFailedReply
func (*StartDeploymentResourceInstancesAllForbidden) IsClientError ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllForbidden) IsClientError() bool
IsClientError returns true when this start deployment resource instances all forbidden response has a 4xx status code
func (*StartDeploymentResourceInstancesAllForbidden) IsCode ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllForbidden) IsCode(code int) bool
IsCode returns true when this start deployment resource instances all forbidden response a status code equal to that given
func (*StartDeploymentResourceInstancesAllForbidden) IsRedirect ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllForbidden) IsRedirect() bool
IsRedirect returns true when this start deployment resource instances all forbidden response has a 3xx status code
func (*StartDeploymentResourceInstancesAllForbidden) IsServerError ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllForbidden) IsServerError() bool
IsServerError returns true when this start deployment resource instances all forbidden response has a 5xx status code
func (*StartDeploymentResourceInstancesAllForbidden) IsSuccess ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllForbidden) IsSuccess() bool
IsSuccess returns true when this start deployment resource instances all forbidden response has a 2xx status code
func (*StartDeploymentResourceInstancesAllForbidden) String ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllForbidden) String() string
type StartDeploymentResourceInstancesAllInternalServerError ¶
type StartDeploymentResourceInstancesAllInternalServerError struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
StartDeploymentResourceInstancesAllInternalServerError describes a response with status code 500, with default header values.
A Resource that was previously stored no longer exists. (code: `deployments.deployment_resource_no_longer_exists`)
func NewStartDeploymentResourceInstancesAllInternalServerError ¶
func NewStartDeploymentResourceInstancesAllInternalServerError() *StartDeploymentResourceInstancesAllInternalServerError
NewStartDeploymentResourceInstancesAllInternalServerError creates a StartDeploymentResourceInstancesAllInternalServerError with default headers values
func (*StartDeploymentResourceInstancesAllInternalServerError) Code ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllInternalServerError) Code() int
Code gets the status code for the start deployment resource instances all internal server error response
func (*StartDeploymentResourceInstancesAllInternalServerError) Error ¶
func (o *StartDeploymentResourceInstancesAllInternalServerError) Error() string
func (*StartDeploymentResourceInstancesAllInternalServerError) GetPayload ¶
func (o *StartDeploymentResourceInstancesAllInternalServerError) GetPayload() *models.BasicFailedReply
func (*StartDeploymentResourceInstancesAllInternalServerError) IsClientError ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllInternalServerError) IsClientError() bool
IsClientError returns true when this start deployment resource instances all internal server error response has a 4xx status code
func (*StartDeploymentResourceInstancesAllInternalServerError) IsCode ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllInternalServerError) IsCode(code int) bool
IsCode returns true when this start deployment resource instances all internal server error response a status code equal to that given
func (*StartDeploymentResourceInstancesAllInternalServerError) IsRedirect ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllInternalServerError) IsRedirect() bool
IsRedirect returns true when this start deployment resource instances all internal server error response has a 3xx status code
func (*StartDeploymentResourceInstancesAllInternalServerError) IsServerError ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllInternalServerError) IsServerError() bool
IsServerError returns true when this start deployment resource instances all internal server error response has a 5xx status code
func (*StartDeploymentResourceInstancesAllInternalServerError) IsSuccess ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllInternalServerError) IsSuccess() bool
IsSuccess returns true when this start deployment resource instances all internal server error response has a 2xx status code
func (*StartDeploymentResourceInstancesAllInternalServerError) String ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllInternalServerError) String() string
type StartDeploymentResourceInstancesAllMaintenanceModeAccepted ¶
type StartDeploymentResourceInstancesAllMaintenanceModeAccepted struct {
Payload *models.DeploymentResourceCommandResponse
}
StartDeploymentResourceInstancesAllMaintenanceModeAccepted describes a response with status code 202, with default header values.
The start maintenance command was issued successfully.
func NewStartDeploymentResourceInstancesAllMaintenanceModeAccepted ¶
func NewStartDeploymentResourceInstancesAllMaintenanceModeAccepted() *StartDeploymentResourceInstancesAllMaintenanceModeAccepted
NewStartDeploymentResourceInstancesAllMaintenanceModeAccepted creates a StartDeploymentResourceInstancesAllMaintenanceModeAccepted with default headers values
func (*StartDeploymentResourceInstancesAllMaintenanceModeAccepted) Code ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllMaintenanceModeAccepted) Code() int
Code gets the status code for the start deployment resource instances all maintenance mode accepted response
func (*StartDeploymentResourceInstancesAllMaintenanceModeAccepted) Error ¶
func (o *StartDeploymentResourceInstancesAllMaintenanceModeAccepted) Error() string
func (*StartDeploymentResourceInstancesAllMaintenanceModeAccepted) GetPayload ¶
func (o *StartDeploymentResourceInstancesAllMaintenanceModeAccepted) GetPayload() *models.DeploymentResourceCommandResponse
func (*StartDeploymentResourceInstancesAllMaintenanceModeAccepted) IsClientError ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllMaintenanceModeAccepted) IsClientError() bool
IsClientError returns true when this start deployment resource instances all maintenance mode accepted response has a 4xx status code
func (*StartDeploymentResourceInstancesAllMaintenanceModeAccepted) IsCode ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllMaintenanceModeAccepted) IsCode(code int) bool
IsCode returns true when this start deployment resource instances all maintenance mode accepted response a status code equal to that given
func (*StartDeploymentResourceInstancesAllMaintenanceModeAccepted) IsRedirect ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllMaintenanceModeAccepted) IsRedirect() bool
IsRedirect returns true when this start deployment resource instances all maintenance mode accepted response has a 3xx status code
func (*StartDeploymentResourceInstancesAllMaintenanceModeAccepted) IsServerError ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllMaintenanceModeAccepted) IsServerError() bool
IsServerError returns true when this start deployment resource instances all maintenance mode accepted response has a 5xx status code
func (*StartDeploymentResourceInstancesAllMaintenanceModeAccepted) IsSuccess ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllMaintenanceModeAccepted) IsSuccess() bool
IsSuccess returns true when this start deployment resource instances all maintenance mode accepted response has a 2xx status code
func (*StartDeploymentResourceInstancesAllMaintenanceModeAccepted) String ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllMaintenanceModeAccepted) String() string
type StartDeploymentResourceInstancesAllMaintenanceModeForbidden ¶
type StartDeploymentResourceInstancesAllMaintenanceModeForbidden struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
StartDeploymentResourceInstancesAllMaintenanceModeForbidden describes a response with status code 403, with default header values.
The start maintenance mode command was prohibited for the given Resource. (code: `deployments.instance_update_prohibited_error`)
func NewStartDeploymentResourceInstancesAllMaintenanceModeForbidden ¶
func NewStartDeploymentResourceInstancesAllMaintenanceModeForbidden() *StartDeploymentResourceInstancesAllMaintenanceModeForbidden
NewStartDeploymentResourceInstancesAllMaintenanceModeForbidden creates a StartDeploymentResourceInstancesAllMaintenanceModeForbidden with default headers values
func (*StartDeploymentResourceInstancesAllMaintenanceModeForbidden) Code ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllMaintenanceModeForbidden) Code() int
Code gets the status code for the start deployment resource instances all maintenance mode forbidden response
func (*StartDeploymentResourceInstancesAllMaintenanceModeForbidden) Error ¶
func (o *StartDeploymentResourceInstancesAllMaintenanceModeForbidden) Error() string
func (*StartDeploymentResourceInstancesAllMaintenanceModeForbidden) GetPayload ¶
func (o *StartDeploymentResourceInstancesAllMaintenanceModeForbidden) GetPayload() *models.BasicFailedReply
func (*StartDeploymentResourceInstancesAllMaintenanceModeForbidden) IsClientError ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllMaintenanceModeForbidden) IsClientError() bool
IsClientError returns true when this start deployment resource instances all maintenance mode forbidden response has a 4xx status code
func (*StartDeploymentResourceInstancesAllMaintenanceModeForbidden) IsCode ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllMaintenanceModeForbidden) IsCode(code int) bool
IsCode returns true when this start deployment resource instances all maintenance mode forbidden response a status code equal to that given
func (*StartDeploymentResourceInstancesAllMaintenanceModeForbidden) IsRedirect ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllMaintenanceModeForbidden) IsRedirect() bool
IsRedirect returns true when this start deployment resource instances all maintenance mode forbidden response has a 3xx status code
func (*StartDeploymentResourceInstancesAllMaintenanceModeForbidden) IsServerError ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllMaintenanceModeForbidden) IsServerError() bool
IsServerError returns true when this start deployment resource instances all maintenance mode forbidden response has a 5xx status code
func (*StartDeploymentResourceInstancesAllMaintenanceModeForbidden) IsSuccess ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllMaintenanceModeForbidden) IsSuccess() bool
IsSuccess returns true when this start deployment resource instances all maintenance mode forbidden response has a 2xx status code
func (*StartDeploymentResourceInstancesAllMaintenanceModeForbidden) String ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllMaintenanceModeForbidden) String() string
type StartDeploymentResourceInstancesAllMaintenanceModeInternalServerError ¶
type StartDeploymentResourceInstancesAllMaintenanceModeInternalServerError struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
StartDeploymentResourceInstancesAllMaintenanceModeInternalServerError describes a response with status code 500, with default header values.
A Resource that was previously stored no longer exists. (code: `deployments.deployment_resource_no_longer_exists`)
func NewStartDeploymentResourceInstancesAllMaintenanceModeInternalServerError ¶
func NewStartDeploymentResourceInstancesAllMaintenanceModeInternalServerError() *StartDeploymentResourceInstancesAllMaintenanceModeInternalServerError
NewStartDeploymentResourceInstancesAllMaintenanceModeInternalServerError creates a StartDeploymentResourceInstancesAllMaintenanceModeInternalServerError with default headers values
func (*StartDeploymentResourceInstancesAllMaintenanceModeInternalServerError) Code ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllMaintenanceModeInternalServerError) Code() int
Code gets the status code for the start deployment resource instances all maintenance mode internal server error response
func (*StartDeploymentResourceInstancesAllMaintenanceModeInternalServerError) Error ¶
func (o *StartDeploymentResourceInstancesAllMaintenanceModeInternalServerError) Error() string
func (*StartDeploymentResourceInstancesAllMaintenanceModeInternalServerError) GetPayload ¶
func (o *StartDeploymentResourceInstancesAllMaintenanceModeInternalServerError) GetPayload() *models.BasicFailedReply
func (*StartDeploymentResourceInstancesAllMaintenanceModeInternalServerError) IsClientError ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllMaintenanceModeInternalServerError) IsClientError() bool
IsClientError returns true when this start deployment resource instances all maintenance mode internal server error response has a 4xx status code
func (*StartDeploymentResourceInstancesAllMaintenanceModeInternalServerError) IsCode ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllMaintenanceModeInternalServerError) IsCode(code int) bool
IsCode returns true when this start deployment resource instances all maintenance mode internal server error response a status code equal to that given
func (*StartDeploymentResourceInstancesAllMaintenanceModeInternalServerError) IsRedirect ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllMaintenanceModeInternalServerError) IsRedirect() bool
IsRedirect returns true when this start deployment resource instances all maintenance mode internal server error response has a 3xx status code
func (*StartDeploymentResourceInstancesAllMaintenanceModeInternalServerError) IsServerError ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllMaintenanceModeInternalServerError) IsServerError() bool
IsServerError returns true when this start deployment resource instances all maintenance mode internal server error response has a 5xx status code
func (*StartDeploymentResourceInstancesAllMaintenanceModeInternalServerError) IsSuccess ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllMaintenanceModeInternalServerError) IsSuccess() bool
IsSuccess returns true when this start deployment resource instances all maintenance mode internal server error response has a 2xx status code
func (*StartDeploymentResourceInstancesAllMaintenanceModeInternalServerError) String ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllMaintenanceModeInternalServerError) String() string
type StartDeploymentResourceInstancesAllMaintenanceModeNotFound ¶
type StartDeploymentResourceInstancesAllMaintenanceModeNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
StartDeploymentResourceInstancesAllMaintenanceModeNotFound describes a response with status code 404, with default header values. * The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
* The Resource specified by {ref_id} cannot be found. (code: `deployments.deployment_resource_not_found`) * One or more instances of the given resource type are missing. (code: `deployments.instances_missing_on_update_error`)
func NewStartDeploymentResourceInstancesAllMaintenanceModeNotFound ¶
func NewStartDeploymentResourceInstancesAllMaintenanceModeNotFound() *StartDeploymentResourceInstancesAllMaintenanceModeNotFound
NewStartDeploymentResourceInstancesAllMaintenanceModeNotFound creates a StartDeploymentResourceInstancesAllMaintenanceModeNotFound with default headers values
func (*StartDeploymentResourceInstancesAllMaintenanceModeNotFound) Code ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllMaintenanceModeNotFound) Code() int
Code gets the status code for the start deployment resource instances all maintenance mode not found response
func (*StartDeploymentResourceInstancesAllMaintenanceModeNotFound) Error ¶
func (o *StartDeploymentResourceInstancesAllMaintenanceModeNotFound) Error() string
func (*StartDeploymentResourceInstancesAllMaintenanceModeNotFound) GetPayload ¶
func (o *StartDeploymentResourceInstancesAllMaintenanceModeNotFound) GetPayload() *models.BasicFailedReply
func (*StartDeploymentResourceInstancesAllMaintenanceModeNotFound) IsClientError ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllMaintenanceModeNotFound) IsClientError() bool
IsClientError returns true when this start deployment resource instances all maintenance mode not found response has a 4xx status code
func (*StartDeploymentResourceInstancesAllMaintenanceModeNotFound) IsCode ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllMaintenanceModeNotFound) IsCode(code int) bool
IsCode returns true when this start deployment resource instances all maintenance mode not found response a status code equal to that given
func (*StartDeploymentResourceInstancesAllMaintenanceModeNotFound) IsRedirect ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllMaintenanceModeNotFound) IsRedirect() bool
IsRedirect returns true when this start deployment resource instances all maintenance mode not found response has a 3xx status code
func (*StartDeploymentResourceInstancesAllMaintenanceModeNotFound) IsServerError ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllMaintenanceModeNotFound) IsServerError() bool
IsServerError returns true when this start deployment resource instances all maintenance mode not found response has a 5xx status code
func (*StartDeploymentResourceInstancesAllMaintenanceModeNotFound) IsSuccess ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllMaintenanceModeNotFound) IsSuccess() bool
IsSuccess returns true when this start deployment resource instances all maintenance mode not found response has a 2xx status code
func (*StartDeploymentResourceInstancesAllMaintenanceModeNotFound) String ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllMaintenanceModeNotFound) String() string
type StartDeploymentResourceInstancesAllMaintenanceModeParams ¶
type StartDeploymentResourceInstancesAllMaintenanceModeParams struct { /* DeploymentID. Identifier for the Deployment. */ DeploymentID string /* RefID. User-specified RefId for the Resource (or '_main' if there is only one). */ RefID string /* ResourceKind. The kind of resource (one of elasticsearch, kibana, apm, or integrations_server). */ ResourceKind string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
StartDeploymentResourceInstancesAllMaintenanceModeParams contains all the parameters to send to the API endpoint
for the start deployment resource instances all maintenance mode operation. Typically these are written to a http.Request.
func NewStartDeploymentResourceInstancesAllMaintenanceModeParams ¶
func NewStartDeploymentResourceInstancesAllMaintenanceModeParams() *StartDeploymentResourceInstancesAllMaintenanceModeParams
NewStartDeploymentResourceInstancesAllMaintenanceModeParams creates a new StartDeploymentResourceInstancesAllMaintenanceModeParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewStartDeploymentResourceInstancesAllMaintenanceModeParamsWithContext ¶
func NewStartDeploymentResourceInstancesAllMaintenanceModeParamsWithContext(ctx context.Context) *StartDeploymentResourceInstancesAllMaintenanceModeParams
NewStartDeploymentResourceInstancesAllMaintenanceModeParamsWithContext creates a new StartDeploymentResourceInstancesAllMaintenanceModeParams object with the ability to set a context for a request.
func NewStartDeploymentResourceInstancesAllMaintenanceModeParamsWithHTTPClient ¶
func NewStartDeploymentResourceInstancesAllMaintenanceModeParamsWithHTTPClient(client *http.Client) *StartDeploymentResourceInstancesAllMaintenanceModeParams
NewStartDeploymentResourceInstancesAllMaintenanceModeParamsWithHTTPClient creates a new StartDeploymentResourceInstancesAllMaintenanceModeParams object with the ability to set a custom HTTPClient for a request.
func NewStartDeploymentResourceInstancesAllMaintenanceModeParamsWithTimeout ¶
func NewStartDeploymentResourceInstancesAllMaintenanceModeParamsWithTimeout(timeout time.Duration) *StartDeploymentResourceInstancesAllMaintenanceModeParams
NewStartDeploymentResourceInstancesAllMaintenanceModeParamsWithTimeout creates a new StartDeploymentResourceInstancesAllMaintenanceModeParams object with the ability to set a timeout on a request.
func (*StartDeploymentResourceInstancesAllMaintenanceModeParams) SetContext ¶
func (o *StartDeploymentResourceInstancesAllMaintenanceModeParams) SetContext(ctx context.Context)
SetContext adds the context to the start deployment resource instances all maintenance mode params
func (*StartDeploymentResourceInstancesAllMaintenanceModeParams) SetDefaults ¶ added in v1.3.0
func (o *StartDeploymentResourceInstancesAllMaintenanceModeParams) SetDefaults()
SetDefaults hydrates default values in the start deployment resource instances all maintenance mode params (not the query body).
All values with no default are reset to their zero value.
func (*StartDeploymentResourceInstancesAllMaintenanceModeParams) SetDeploymentID ¶
func (o *StartDeploymentResourceInstancesAllMaintenanceModeParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the start deployment resource instances all maintenance mode params
func (*StartDeploymentResourceInstancesAllMaintenanceModeParams) SetHTTPClient ¶
func (o *StartDeploymentResourceInstancesAllMaintenanceModeParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the start deployment resource instances all maintenance mode params
func (*StartDeploymentResourceInstancesAllMaintenanceModeParams) SetRefID ¶
func (o *StartDeploymentResourceInstancesAllMaintenanceModeParams) SetRefID(refID string)
SetRefID adds the refId to the start deployment resource instances all maintenance mode params
func (*StartDeploymentResourceInstancesAllMaintenanceModeParams) SetResourceKind ¶
func (o *StartDeploymentResourceInstancesAllMaintenanceModeParams) SetResourceKind(resourceKind string)
SetResourceKind adds the resourceKind to the start deployment resource instances all maintenance mode params
func (*StartDeploymentResourceInstancesAllMaintenanceModeParams) SetTimeout ¶
func (o *StartDeploymentResourceInstancesAllMaintenanceModeParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the start deployment resource instances all maintenance mode params
func (*StartDeploymentResourceInstancesAllMaintenanceModeParams) WithContext ¶
func (o *StartDeploymentResourceInstancesAllMaintenanceModeParams) WithContext(ctx context.Context) *StartDeploymentResourceInstancesAllMaintenanceModeParams
WithContext adds the context to the start deployment resource instances all maintenance mode params
func (*StartDeploymentResourceInstancesAllMaintenanceModeParams) WithDefaults ¶ added in v1.3.0
func (o *StartDeploymentResourceInstancesAllMaintenanceModeParams) WithDefaults() *StartDeploymentResourceInstancesAllMaintenanceModeParams
WithDefaults hydrates default values in the start deployment resource instances all maintenance mode params (not the query body).
All values with no default are reset to their zero value.
func (*StartDeploymentResourceInstancesAllMaintenanceModeParams) WithDeploymentID ¶
func (o *StartDeploymentResourceInstancesAllMaintenanceModeParams) WithDeploymentID(deploymentID string) *StartDeploymentResourceInstancesAllMaintenanceModeParams
WithDeploymentID adds the deploymentID to the start deployment resource instances all maintenance mode params
func (*StartDeploymentResourceInstancesAllMaintenanceModeParams) WithHTTPClient ¶
func (o *StartDeploymentResourceInstancesAllMaintenanceModeParams) WithHTTPClient(client *http.Client) *StartDeploymentResourceInstancesAllMaintenanceModeParams
WithHTTPClient adds the HTTPClient to the start deployment resource instances all maintenance mode params
func (*StartDeploymentResourceInstancesAllMaintenanceModeParams) WithRefID ¶
func (o *StartDeploymentResourceInstancesAllMaintenanceModeParams) WithRefID(refID string) *StartDeploymentResourceInstancesAllMaintenanceModeParams
WithRefID adds the refID to the start deployment resource instances all maintenance mode params
func (*StartDeploymentResourceInstancesAllMaintenanceModeParams) WithResourceKind ¶
func (o *StartDeploymentResourceInstancesAllMaintenanceModeParams) WithResourceKind(resourceKind string) *StartDeploymentResourceInstancesAllMaintenanceModeParams
WithResourceKind adds the resourceKind to the start deployment resource instances all maintenance mode params
func (*StartDeploymentResourceInstancesAllMaintenanceModeParams) WithTimeout ¶
func (o *StartDeploymentResourceInstancesAllMaintenanceModeParams) WithTimeout(timeout time.Duration) *StartDeploymentResourceInstancesAllMaintenanceModeParams
WithTimeout adds the timeout to the start deployment resource instances all maintenance mode params
func (*StartDeploymentResourceInstancesAllMaintenanceModeParams) WriteToRequest ¶
func (o *StartDeploymentResourceInstancesAllMaintenanceModeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type StartDeploymentResourceInstancesAllMaintenanceModeReader ¶
type StartDeploymentResourceInstancesAllMaintenanceModeReader struct {
// contains filtered or unexported fields
}
StartDeploymentResourceInstancesAllMaintenanceModeReader is a Reader for the StartDeploymentResourceInstancesAllMaintenanceMode structure.
func (*StartDeploymentResourceInstancesAllMaintenanceModeReader) ReadResponse ¶
func (o *StartDeploymentResourceInstancesAllMaintenanceModeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type StartDeploymentResourceInstancesAllNotFound ¶
type StartDeploymentResourceInstancesAllNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
StartDeploymentResourceInstancesAllNotFound describes a response with status code 404, with default header values. * The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
* The Resource specified by {ref_id} cannot be found. (code: `deployments.deployment_resource_not_found`) * One or more instances of the given resource type are missing. (code: `deployments.instances_missing_on_update_error`)
func NewStartDeploymentResourceInstancesAllNotFound ¶
func NewStartDeploymentResourceInstancesAllNotFound() *StartDeploymentResourceInstancesAllNotFound
NewStartDeploymentResourceInstancesAllNotFound creates a StartDeploymentResourceInstancesAllNotFound with default headers values
func (*StartDeploymentResourceInstancesAllNotFound) Code ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllNotFound) Code() int
Code gets the status code for the start deployment resource instances all not found response
func (*StartDeploymentResourceInstancesAllNotFound) Error ¶
func (o *StartDeploymentResourceInstancesAllNotFound) Error() string
func (*StartDeploymentResourceInstancesAllNotFound) GetPayload ¶
func (o *StartDeploymentResourceInstancesAllNotFound) GetPayload() *models.BasicFailedReply
func (*StartDeploymentResourceInstancesAllNotFound) IsClientError ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllNotFound) IsClientError() bool
IsClientError returns true when this start deployment resource instances all not found response has a 4xx status code
func (*StartDeploymentResourceInstancesAllNotFound) IsCode ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllNotFound) IsCode(code int) bool
IsCode returns true when this start deployment resource instances all not found response a status code equal to that given
func (*StartDeploymentResourceInstancesAllNotFound) IsRedirect ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllNotFound) IsRedirect() bool
IsRedirect returns true when this start deployment resource instances all not found response has a 3xx status code
func (*StartDeploymentResourceInstancesAllNotFound) IsServerError ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllNotFound) IsServerError() bool
IsServerError returns true when this start deployment resource instances all not found response has a 5xx status code
func (*StartDeploymentResourceInstancesAllNotFound) IsSuccess ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllNotFound) IsSuccess() bool
IsSuccess returns true when this start deployment resource instances all not found response has a 2xx status code
func (*StartDeploymentResourceInstancesAllNotFound) String ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesAllNotFound) String() string
type StartDeploymentResourceInstancesAllParams ¶
type StartDeploymentResourceInstancesAllParams struct { /* DeploymentID. Identifier for the Deployment. */ DeploymentID string /* RefID. User-specified RefId for the Resource (or '_main' if there is only one). */ RefID string /* ResourceKind. The kind of resource (one of elasticsearch, kibana, apm, or integrations_server). */ ResourceKind string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
StartDeploymentResourceInstancesAllParams contains all the parameters to send to the API endpoint
for the start deployment resource instances all operation. Typically these are written to a http.Request.
func NewStartDeploymentResourceInstancesAllParams ¶
func NewStartDeploymentResourceInstancesAllParams() *StartDeploymentResourceInstancesAllParams
NewStartDeploymentResourceInstancesAllParams creates a new StartDeploymentResourceInstancesAllParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewStartDeploymentResourceInstancesAllParamsWithContext ¶
func NewStartDeploymentResourceInstancesAllParamsWithContext(ctx context.Context) *StartDeploymentResourceInstancesAllParams
NewStartDeploymentResourceInstancesAllParamsWithContext creates a new StartDeploymentResourceInstancesAllParams object with the ability to set a context for a request.
func NewStartDeploymentResourceInstancesAllParamsWithHTTPClient ¶
func NewStartDeploymentResourceInstancesAllParamsWithHTTPClient(client *http.Client) *StartDeploymentResourceInstancesAllParams
NewStartDeploymentResourceInstancesAllParamsWithHTTPClient creates a new StartDeploymentResourceInstancesAllParams object with the ability to set a custom HTTPClient for a request.
func NewStartDeploymentResourceInstancesAllParamsWithTimeout ¶
func NewStartDeploymentResourceInstancesAllParamsWithTimeout(timeout time.Duration) *StartDeploymentResourceInstancesAllParams
NewStartDeploymentResourceInstancesAllParamsWithTimeout creates a new StartDeploymentResourceInstancesAllParams object with the ability to set a timeout on a request.
func (*StartDeploymentResourceInstancesAllParams) SetContext ¶
func (o *StartDeploymentResourceInstancesAllParams) SetContext(ctx context.Context)
SetContext adds the context to the start deployment resource instances all params
func (*StartDeploymentResourceInstancesAllParams) SetDefaults ¶ added in v1.3.0
func (o *StartDeploymentResourceInstancesAllParams) SetDefaults()
SetDefaults hydrates default values in the start deployment resource instances all params (not the query body).
All values with no default are reset to their zero value.
func (*StartDeploymentResourceInstancesAllParams) SetDeploymentID ¶
func (o *StartDeploymentResourceInstancesAllParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the start deployment resource instances all params
func (*StartDeploymentResourceInstancesAllParams) SetHTTPClient ¶
func (o *StartDeploymentResourceInstancesAllParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the start deployment resource instances all params
func (*StartDeploymentResourceInstancesAllParams) SetRefID ¶
func (o *StartDeploymentResourceInstancesAllParams) SetRefID(refID string)
SetRefID adds the refId to the start deployment resource instances all params
func (*StartDeploymentResourceInstancesAllParams) SetResourceKind ¶
func (o *StartDeploymentResourceInstancesAllParams) SetResourceKind(resourceKind string)
SetResourceKind adds the resourceKind to the start deployment resource instances all params
func (*StartDeploymentResourceInstancesAllParams) SetTimeout ¶
func (o *StartDeploymentResourceInstancesAllParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the start deployment resource instances all params
func (*StartDeploymentResourceInstancesAllParams) WithContext ¶
func (o *StartDeploymentResourceInstancesAllParams) WithContext(ctx context.Context) *StartDeploymentResourceInstancesAllParams
WithContext adds the context to the start deployment resource instances all params
func (*StartDeploymentResourceInstancesAllParams) WithDefaults ¶ added in v1.3.0
func (o *StartDeploymentResourceInstancesAllParams) WithDefaults() *StartDeploymentResourceInstancesAllParams
WithDefaults hydrates default values in the start deployment resource instances all params (not the query body).
All values with no default are reset to their zero value.
func (*StartDeploymentResourceInstancesAllParams) WithDeploymentID ¶
func (o *StartDeploymentResourceInstancesAllParams) WithDeploymentID(deploymentID string) *StartDeploymentResourceInstancesAllParams
WithDeploymentID adds the deploymentID to the start deployment resource instances all params
func (*StartDeploymentResourceInstancesAllParams) WithHTTPClient ¶
func (o *StartDeploymentResourceInstancesAllParams) WithHTTPClient(client *http.Client) *StartDeploymentResourceInstancesAllParams
WithHTTPClient adds the HTTPClient to the start deployment resource instances all params
func (*StartDeploymentResourceInstancesAllParams) WithRefID ¶
func (o *StartDeploymentResourceInstancesAllParams) WithRefID(refID string) *StartDeploymentResourceInstancesAllParams
WithRefID adds the refID to the start deployment resource instances all params
func (*StartDeploymentResourceInstancesAllParams) WithResourceKind ¶
func (o *StartDeploymentResourceInstancesAllParams) WithResourceKind(resourceKind string) *StartDeploymentResourceInstancesAllParams
WithResourceKind adds the resourceKind to the start deployment resource instances all params
func (*StartDeploymentResourceInstancesAllParams) WithTimeout ¶
func (o *StartDeploymentResourceInstancesAllParams) WithTimeout(timeout time.Duration) *StartDeploymentResourceInstancesAllParams
WithTimeout adds the timeout to the start deployment resource instances all params
func (*StartDeploymentResourceInstancesAllParams) WriteToRequest ¶
func (o *StartDeploymentResourceInstancesAllParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type StartDeploymentResourceInstancesAllReader ¶
type StartDeploymentResourceInstancesAllReader struct {
// contains filtered or unexported fields
}
StartDeploymentResourceInstancesAllReader is a Reader for the StartDeploymentResourceInstancesAll structure.
func (*StartDeploymentResourceInstancesAllReader) ReadResponse ¶
func (o *StartDeploymentResourceInstancesAllReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type StartDeploymentResourceInstancesForbidden ¶
type StartDeploymentResourceInstancesForbidden struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
StartDeploymentResourceInstancesForbidden describes a response with status code 403, with default header values.
The start maintenance mode command was prohibited for the given Resource. (code: `deployments.instance_update_prohibited_error`)
func NewStartDeploymentResourceInstancesForbidden ¶
func NewStartDeploymentResourceInstancesForbidden() *StartDeploymentResourceInstancesForbidden
NewStartDeploymentResourceInstancesForbidden creates a StartDeploymentResourceInstancesForbidden with default headers values
func (*StartDeploymentResourceInstancesForbidden) Code ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesForbidden) Code() int
Code gets the status code for the start deployment resource instances forbidden response
func (*StartDeploymentResourceInstancesForbidden) Error ¶
func (o *StartDeploymentResourceInstancesForbidden) Error() string
func (*StartDeploymentResourceInstancesForbidden) GetPayload ¶
func (o *StartDeploymentResourceInstancesForbidden) GetPayload() *models.BasicFailedReply
func (*StartDeploymentResourceInstancesForbidden) IsClientError ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesForbidden) IsClientError() bool
IsClientError returns true when this start deployment resource instances forbidden response has a 4xx status code
func (*StartDeploymentResourceInstancesForbidden) IsCode ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesForbidden) IsCode(code int) bool
IsCode returns true when this start deployment resource instances forbidden response a status code equal to that given
func (*StartDeploymentResourceInstancesForbidden) IsRedirect ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesForbidden) IsRedirect() bool
IsRedirect returns true when this start deployment resource instances forbidden response has a 3xx status code
func (*StartDeploymentResourceInstancesForbidden) IsServerError ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesForbidden) IsServerError() bool
IsServerError returns true when this start deployment resource instances forbidden response has a 5xx status code
func (*StartDeploymentResourceInstancesForbidden) IsSuccess ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesForbidden) IsSuccess() bool
IsSuccess returns true when this start deployment resource instances forbidden response has a 2xx status code
func (*StartDeploymentResourceInstancesForbidden) String ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesForbidden) String() string
type StartDeploymentResourceInstancesInternalServerError ¶
type StartDeploymentResourceInstancesInternalServerError struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
StartDeploymentResourceInstancesInternalServerError describes a response with status code 500, with default header values.
A Resource that was previously stored no longer exists. (code: `deployments.deployment_resource_no_longer_exists`)
func NewStartDeploymentResourceInstancesInternalServerError ¶
func NewStartDeploymentResourceInstancesInternalServerError() *StartDeploymentResourceInstancesInternalServerError
NewStartDeploymentResourceInstancesInternalServerError creates a StartDeploymentResourceInstancesInternalServerError with default headers values
func (*StartDeploymentResourceInstancesInternalServerError) Code ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesInternalServerError) Code() int
Code gets the status code for the start deployment resource instances internal server error response
func (*StartDeploymentResourceInstancesInternalServerError) Error ¶
func (o *StartDeploymentResourceInstancesInternalServerError) Error() string
func (*StartDeploymentResourceInstancesInternalServerError) GetPayload ¶
func (o *StartDeploymentResourceInstancesInternalServerError) GetPayload() *models.BasicFailedReply
func (*StartDeploymentResourceInstancesInternalServerError) IsClientError ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesInternalServerError) IsClientError() bool
IsClientError returns true when this start deployment resource instances internal server error response has a 4xx status code
func (*StartDeploymentResourceInstancesInternalServerError) IsCode ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesInternalServerError) IsCode(code int) bool
IsCode returns true when this start deployment resource instances internal server error response a status code equal to that given
func (*StartDeploymentResourceInstancesInternalServerError) IsRedirect ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesInternalServerError) IsRedirect() bool
IsRedirect returns true when this start deployment resource instances internal server error response has a 3xx status code
func (*StartDeploymentResourceInstancesInternalServerError) IsServerError ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesInternalServerError) IsServerError() bool
IsServerError returns true when this start deployment resource instances internal server error response has a 5xx status code
func (*StartDeploymentResourceInstancesInternalServerError) IsSuccess ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesInternalServerError) IsSuccess() bool
IsSuccess returns true when this start deployment resource instances internal server error response has a 2xx status code
func (*StartDeploymentResourceInstancesInternalServerError) String ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesInternalServerError) String() string
type StartDeploymentResourceInstancesNotFound ¶
type StartDeploymentResourceInstancesNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
StartDeploymentResourceInstancesNotFound describes a response with status code 404, with default header values. * The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
* The Resource specified by {ref_id} cannot be found. (code: `deployments.deployment_resource_not_found`) * One or more instances of the given resource type are missing. (code: `deployments.instances_missing_on_update_error`)
func NewStartDeploymentResourceInstancesNotFound ¶
func NewStartDeploymentResourceInstancesNotFound() *StartDeploymentResourceInstancesNotFound
NewStartDeploymentResourceInstancesNotFound creates a StartDeploymentResourceInstancesNotFound with default headers values
func (*StartDeploymentResourceInstancesNotFound) Code ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesNotFound) Code() int
Code gets the status code for the start deployment resource instances not found response
func (*StartDeploymentResourceInstancesNotFound) Error ¶
func (o *StartDeploymentResourceInstancesNotFound) Error() string
func (*StartDeploymentResourceInstancesNotFound) GetPayload ¶
func (o *StartDeploymentResourceInstancesNotFound) GetPayload() *models.BasicFailedReply
func (*StartDeploymentResourceInstancesNotFound) IsClientError ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesNotFound) IsClientError() bool
IsClientError returns true when this start deployment resource instances not found response has a 4xx status code
func (*StartDeploymentResourceInstancesNotFound) IsCode ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesNotFound) IsCode(code int) bool
IsCode returns true when this start deployment resource instances not found response a status code equal to that given
func (*StartDeploymentResourceInstancesNotFound) IsRedirect ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesNotFound) IsRedirect() bool
IsRedirect returns true when this start deployment resource instances not found response has a 3xx status code
func (*StartDeploymentResourceInstancesNotFound) IsServerError ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesNotFound) IsServerError() bool
IsServerError returns true when this start deployment resource instances not found response has a 5xx status code
func (*StartDeploymentResourceInstancesNotFound) IsSuccess ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesNotFound) IsSuccess() bool
IsSuccess returns true when this start deployment resource instances not found response has a 2xx status code
func (*StartDeploymentResourceInstancesNotFound) String ¶ added in v1.13.0
func (o *StartDeploymentResourceInstancesNotFound) String() string
type StartDeploymentResourceInstancesParams ¶
type StartDeploymentResourceInstancesParams struct { /* DeploymentID. Identifier for the Deployment. */ DeploymentID string /* IgnoreMissing. If true and the instance does not exist then quietly proceed to the next instance, otherwise treated as an error */ IgnoreMissing *bool /* InstanceIds. A comma-separated list of instance identifiers. */ InstanceIds []string /* RefID. User-specified RefId for the Resource (or '_main' if there is only one). */ RefID string /* ResourceKind. The kind of resource (one of elasticsearch, kibana, apm, or integrations_server). */ ResourceKind string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
StartDeploymentResourceInstancesParams contains all the parameters to send to the API endpoint
for the start deployment resource instances operation. Typically these are written to a http.Request.
func NewStartDeploymentResourceInstancesParams ¶
func NewStartDeploymentResourceInstancesParams() *StartDeploymentResourceInstancesParams
NewStartDeploymentResourceInstancesParams creates a new StartDeploymentResourceInstancesParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewStartDeploymentResourceInstancesParamsWithContext ¶
func NewStartDeploymentResourceInstancesParamsWithContext(ctx context.Context) *StartDeploymentResourceInstancesParams
NewStartDeploymentResourceInstancesParamsWithContext creates a new StartDeploymentResourceInstancesParams object with the ability to set a context for a request.
func NewStartDeploymentResourceInstancesParamsWithHTTPClient ¶
func NewStartDeploymentResourceInstancesParamsWithHTTPClient(client *http.Client) *StartDeploymentResourceInstancesParams
NewStartDeploymentResourceInstancesParamsWithHTTPClient creates a new StartDeploymentResourceInstancesParams object with the ability to set a custom HTTPClient for a request.
func NewStartDeploymentResourceInstancesParamsWithTimeout ¶
func NewStartDeploymentResourceInstancesParamsWithTimeout(timeout time.Duration) *StartDeploymentResourceInstancesParams
NewStartDeploymentResourceInstancesParamsWithTimeout creates a new StartDeploymentResourceInstancesParams object with the ability to set a timeout on a request.
func (*StartDeploymentResourceInstancesParams) SetContext ¶
func (o *StartDeploymentResourceInstancesParams) SetContext(ctx context.Context)
SetContext adds the context to the start deployment resource instances params
func (*StartDeploymentResourceInstancesParams) SetDefaults ¶ added in v1.3.0
func (o *StartDeploymentResourceInstancesParams) SetDefaults()
SetDefaults hydrates default values in the start deployment resource instances params (not the query body).
All values with no default are reset to their zero value.
func (*StartDeploymentResourceInstancesParams) SetDeploymentID ¶
func (o *StartDeploymentResourceInstancesParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the start deployment resource instances params
func (*StartDeploymentResourceInstancesParams) SetHTTPClient ¶
func (o *StartDeploymentResourceInstancesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the start deployment resource instances params
func (*StartDeploymentResourceInstancesParams) SetIgnoreMissing ¶
func (o *StartDeploymentResourceInstancesParams) SetIgnoreMissing(ignoreMissing *bool)
SetIgnoreMissing adds the ignoreMissing to the start deployment resource instances params
func (*StartDeploymentResourceInstancesParams) SetInstanceIds ¶
func (o *StartDeploymentResourceInstancesParams) SetInstanceIds(instanceIds []string)
SetInstanceIds adds the instanceIds to the start deployment resource instances params
func (*StartDeploymentResourceInstancesParams) SetRefID ¶
func (o *StartDeploymentResourceInstancesParams) SetRefID(refID string)
SetRefID adds the refId to the start deployment resource instances params
func (*StartDeploymentResourceInstancesParams) SetResourceKind ¶
func (o *StartDeploymentResourceInstancesParams) SetResourceKind(resourceKind string)
SetResourceKind adds the resourceKind to the start deployment resource instances params
func (*StartDeploymentResourceInstancesParams) SetTimeout ¶
func (o *StartDeploymentResourceInstancesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the start deployment resource instances params
func (*StartDeploymentResourceInstancesParams) WithContext ¶
func (o *StartDeploymentResourceInstancesParams) WithContext(ctx context.Context) *StartDeploymentResourceInstancesParams
WithContext adds the context to the start deployment resource instances params
func (*StartDeploymentResourceInstancesParams) WithDefaults ¶ added in v1.3.0
func (o *StartDeploymentResourceInstancesParams) WithDefaults() *StartDeploymentResourceInstancesParams
WithDefaults hydrates default values in the start deployment resource instances params (not the query body).
All values with no default are reset to their zero value.
func (*StartDeploymentResourceInstancesParams) WithDeploymentID ¶
func (o *StartDeploymentResourceInstancesParams) WithDeploymentID(deploymentID string) *StartDeploymentResourceInstancesParams
WithDeploymentID adds the deploymentID to the start deployment resource instances params
func (*StartDeploymentResourceInstancesParams) WithHTTPClient ¶
func (o *StartDeploymentResourceInstancesParams) WithHTTPClient(client *http.Client) *StartDeploymentResourceInstancesParams
WithHTTPClient adds the HTTPClient to the start deployment resource instances params
func (*StartDeploymentResourceInstancesParams) WithIgnoreMissing ¶
func (o *StartDeploymentResourceInstancesParams) WithIgnoreMissing(ignoreMissing *bool) *StartDeploymentResourceInstancesParams
WithIgnoreMissing adds the ignoreMissing to the start deployment resource instances params
func (*StartDeploymentResourceInstancesParams) WithInstanceIds ¶
func (o *StartDeploymentResourceInstancesParams) WithInstanceIds(instanceIds []string) *StartDeploymentResourceInstancesParams
WithInstanceIds adds the instanceIds to the start deployment resource instances params
func (*StartDeploymentResourceInstancesParams) WithRefID ¶
func (o *StartDeploymentResourceInstancesParams) WithRefID(refID string) *StartDeploymentResourceInstancesParams
WithRefID adds the refID to the start deployment resource instances params
func (*StartDeploymentResourceInstancesParams) WithResourceKind ¶
func (o *StartDeploymentResourceInstancesParams) WithResourceKind(resourceKind string) *StartDeploymentResourceInstancesParams
WithResourceKind adds the resourceKind to the start deployment resource instances params
func (*StartDeploymentResourceInstancesParams) WithTimeout ¶
func (o *StartDeploymentResourceInstancesParams) WithTimeout(timeout time.Duration) *StartDeploymentResourceInstancesParams
WithTimeout adds the timeout to the start deployment resource instances params
func (*StartDeploymentResourceInstancesParams) WriteToRequest ¶
func (o *StartDeploymentResourceInstancesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type StartDeploymentResourceInstancesReader ¶
type StartDeploymentResourceInstancesReader struct {
// contains filtered or unexported fields
}
StartDeploymentResourceInstancesReader is a Reader for the StartDeploymentResourceInstances structure.
func (*StartDeploymentResourceInstancesReader) ReadResponse ¶
func (o *StartDeploymentResourceInstancesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type StartDeploymentResourceMaintenanceModeAccepted ¶
type StartDeploymentResourceMaintenanceModeAccepted struct {
Payload *models.DeploymentResourceCommandResponse
}
StartDeploymentResourceMaintenanceModeAccepted describes a response with status code 202, with default header values.
The start maintenance command was issued successfully.
func NewStartDeploymentResourceMaintenanceModeAccepted ¶
func NewStartDeploymentResourceMaintenanceModeAccepted() *StartDeploymentResourceMaintenanceModeAccepted
NewStartDeploymentResourceMaintenanceModeAccepted creates a StartDeploymentResourceMaintenanceModeAccepted with default headers values
func (*StartDeploymentResourceMaintenanceModeAccepted) Code ¶ added in v1.13.0
func (o *StartDeploymentResourceMaintenanceModeAccepted) Code() int
Code gets the status code for the start deployment resource maintenance mode accepted response
func (*StartDeploymentResourceMaintenanceModeAccepted) Error ¶
func (o *StartDeploymentResourceMaintenanceModeAccepted) Error() string
func (*StartDeploymentResourceMaintenanceModeAccepted) GetPayload ¶
func (o *StartDeploymentResourceMaintenanceModeAccepted) GetPayload() *models.DeploymentResourceCommandResponse
func (*StartDeploymentResourceMaintenanceModeAccepted) IsClientError ¶ added in v1.13.0
func (o *StartDeploymentResourceMaintenanceModeAccepted) IsClientError() bool
IsClientError returns true when this start deployment resource maintenance mode accepted response has a 4xx status code
func (*StartDeploymentResourceMaintenanceModeAccepted) IsCode ¶ added in v1.13.0
func (o *StartDeploymentResourceMaintenanceModeAccepted) IsCode(code int) bool
IsCode returns true when this start deployment resource maintenance mode accepted response a status code equal to that given
func (*StartDeploymentResourceMaintenanceModeAccepted) IsRedirect ¶ added in v1.13.0
func (o *StartDeploymentResourceMaintenanceModeAccepted) IsRedirect() bool
IsRedirect returns true when this start deployment resource maintenance mode accepted response has a 3xx status code
func (*StartDeploymentResourceMaintenanceModeAccepted) IsServerError ¶ added in v1.13.0
func (o *StartDeploymentResourceMaintenanceModeAccepted) IsServerError() bool
IsServerError returns true when this start deployment resource maintenance mode accepted response has a 5xx status code
func (*StartDeploymentResourceMaintenanceModeAccepted) IsSuccess ¶ added in v1.13.0
func (o *StartDeploymentResourceMaintenanceModeAccepted) IsSuccess() bool
IsSuccess returns true when this start deployment resource maintenance mode accepted response has a 2xx status code
func (*StartDeploymentResourceMaintenanceModeAccepted) String ¶ added in v1.13.0
func (o *StartDeploymentResourceMaintenanceModeAccepted) String() string
type StartDeploymentResourceMaintenanceModeForbidden ¶
type StartDeploymentResourceMaintenanceModeForbidden struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
StartDeploymentResourceMaintenanceModeForbidden describes a response with status code 403, with default header values.
The start maintenance mode command was prohibited for the given Resource. (code: `deployments.instance_update_prohibited_error`)
func NewStartDeploymentResourceMaintenanceModeForbidden ¶
func NewStartDeploymentResourceMaintenanceModeForbidden() *StartDeploymentResourceMaintenanceModeForbidden
NewStartDeploymentResourceMaintenanceModeForbidden creates a StartDeploymentResourceMaintenanceModeForbidden with default headers values
func (*StartDeploymentResourceMaintenanceModeForbidden) Code ¶ added in v1.13.0
func (o *StartDeploymentResourceMaintenanceModeForbidden) Code() int
Code gets the status code for the start deployment resource maintenance mode forbidden response
func (*StartDeploymentResourceMaintenanceModeForbidden) Error ¶
func (o *StartDeploymentResourceMaintenanceModeForbidden) Error() string
func (*StartDeploymentResourceMaintenanceModeForbidden) GetPayload ¶
func (o *StartDeploymentResourceMaintenanceModeForbidden) GetPayload() *models.BasicFailedReply
func (*StartDeploymentResourceMaintenanceModeForbidden) IsClientError ¶ added in v1.13.0
func (o *StartDeploymentResourceMaintenanceModeForbidden) IsClientError() bool
IsClientError returns true when this start deployment resource maintenance mode forbidden response has a 4xx status code
func (*StartDeploymentResourceMaintenanceModeForbidden) IsCode ¶ added in v1.13.0
func (o *StartDeploymentResourceMaintenanceModeForbidden) IsCode(code int) bool
IsCode returns true when this start deployment resource maintenance mode forbidden response a status code equal to that given
func (*StartDeploymentResourceMaintenanceModeForbidden) IsRedirect ¶ added in v1.13.0
func (o *StartDeploymentResourceMaintenanceModeForbidden) IsRedirect() bool
IsRedirect returns true when this start deployment resource maintenance mode forbidden response has a 3xx status code
func (*StartDeploymentResourceMaintenanceModeForbidden) IsServerError ¶ added in v1.13.0
func (o *StartDeploymentResourceMaintenanceModeForbidden) IsServerError() bool
IsServerError returns true when this start deployment resource maintenance mode forbidden response has a 5xx status code
func (*StartDeploymentResourceMaintenanceModeForbidden) IsSuccess ¶ added in v1.13.0
func (o *StartDeploymentResourceMaintenanceModeForbidden) IsSuccess() bool
IsSuccess returns true when this start deployment resource maintenance mode forbidden response has a 2xx status code
func (*StartDeploymentResourceMaintenanceModeForbidden) String ¶ added in v1.13.0
func (o *StartDeploymentResourceMaintenanceModeForbidden) String() string
type StartDeploymentResourceMaintenanceModeInternalServerError ¶
type StartDeploymentResourceMaintenanceModeInternalServerError struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
StartDeploymentResourceMaintenanceModeInternalServerError describes a response with status code 500, with default header values.
A Resource that was previously stored no longer exists. (code: `deployments.deployment_resource_no_longer_exists`)
func NewStartDeploymentResourceMaintenanceModeInternalServerError ¶
func NewStartDeploymentResourceMaintenanceModeInternalServerError() *StartDeploymentResourceMaintenanceModeInternalServerError
NewStartDeploymentResourceMaintenanceModeInternalServerError creates a StartDeploymentResourceMaintenanceModeInternalServerError with default headers values
func (*StartDeploymentResourceMaintenanceModeInternalServerError) Code ¶ added in v1.13.0
func (o *StartDeploymentResourceMaintenanceModeInternalServerError) Code() int
Code gets the status code for the start deployment resource maintenance mode internal server error response
func (*StartDeploymentResourceMaintenanceModeInternalServerError) Error ¶
func (o *StartDeploymentResourceMaintenanceModeInternalServerError) Error() string
func (*StartDeploymentResourceMaintenanceModeInternalServerError) GetPayload ¶
func (o *StartDeploymentResourceMaintenanceModeInternalServerError) GetPayload() *models.BasicFailedReply
func (*StartDeploymentResourceMaintenanceModeInternalServerError) IsClientError ¶ added in v1.13.0
func (o *StartDeploymentResourceMaintenanceModeInternalServerError) IsClientError() bool
IsClientError returns true when this start deployment resource maintenance mode internal server error response has a 4xx status code
func (*StartDeploymentResourceMaintenanceModeInternalServerError) IsCode ¶ added in v1.13.0
func (o *StartDeploymentResourceMaintenanceModeInternalServerError) IsCode(code int) bool
IsCode returns true when this start deployment resource maintenance mode internal server error response a status code equal to that given
func (*StartDeploymentResourceMaintenanceModeInternalServerError) IsRedirect ¶ added in v1.13.0
func (o *StartDeploymentResourceMaintenanceModeInternalServerError) IsRedirect() bool
IsRedirect returns true when this start deployment resource maintenance mode internal server error response has a 3xx status code
func (*StartDeploymentResourceMaintenanceModeInternalServerError) IsServerError ¶ added in v1.13.0
func (o *StartDeploymentResourceMaintenanceModeInternalServerError) IsServerError() bool
IsServerError returns true when this start deployment resource maintenance mode internal server error response has a 5xx status code
func (*StartDeploymentResourceMaintenanceModeInternalServerError) IsSuccess ¶ added in v1.13.0
func (o *StartDeploymentResourceMaintenanceModeInternalServerError) IsSuccess() bool
IsSuccess returns true when this start deployment resource maintenance mode internal server error response has a 2xx status code
func (*StartDeploymentResourceMaintenanceModeInternalServerError) String ¶ added in v1.13.0
func (o *StartDeploymentResourceMaintenanceModeInternalServerError) String() string
type StartDeploymentResourceMaintenanceModeNotFound ¶
type StartDeploymentResourceMaintenanceModeNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
StartDeploymentResourceMaintenanceModeNotFound describes a response with status code 404, with default header values. * The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
* The Resource specified by {ref_id} cannot be found. (code: `deployments.deployment_resource_not_found`) * One or more instances of the given resource type are missing. (code: `deployments.instances_missing_on_update_error`)
func NewStartDeploymentResourceMaintenanceModeNotFound ¶
func NewStartDeploymentResourceMaintenanceModeNotFound() *StartDeploymentResourceMaintenanceModeNotFound
NewStartDeploymentResourceMaintenanceModeNotFound creates a StartDeploymentResourceMaintenanceModeNotFound with default headers values
func (*StartDeploymentResourceMaintenanceModeNotFound) Code ¶ added in v1.13.0
func (o *StartDeploymentResourceMaintenanceModeNotFound) Code() int
Code gets the status code for the start deployment resource maintenance mode not found response
func (*StartDeploymentResourceMaintenanceModeNotFound) Error ¶
func (o *StartDeploymentResourceMaintenanceModeNotFound) Error() string
func (*StartDeploymentResourceMaintenanceModeNotFound) GetPayload ¶
func (o *StartDeploymentResourceMaintenanceModeNotFound) GetPayload() *models.BasicFailedReply
func (*StartDeploymentResourceMaintenanceModeNotFound) IsClientError ¶ added in v1.13.0
func (o *StartDeploymentResourceMaintenanceModeNotFound) IsClientError() bool
IsClientError returns true when this start deployment resource maintenance mode not found response has a 4xx status code
func (*StartDeploymentResourceMaintenanceModeNotFound) IsCode ¶ added in v1.13.0
func (o *StartDeploymentResourceMaintenanceModeNotFound) IsCode(code int) bool
IsCode returns true when this start deployment resource maintenance mode not found response a status code equal to that given
func (*StartDeploymentResourceMaintenanceModeNotFound) IsRedirect ¶ added in v1.13.0
func (o *StartDeploymentResourceMaintenanceModeNotFound) IsRedirect() bool
IsRedirect returns true when this start deployment resource maintenance mode not found response has a 3xx status code
func (*StartDeploymentResourceMaintenanceModeNotFound) IsServerError ¶ added in v1.13.0
func (o *StartDeploymentResourceMaintenanceModeNotFound) IsServerError() bool
IsServerError returns true when this start deployment resource maintenance mode not found response has a 5xx status code
func (*StartDeploymentResourceMaintenanceModeNotFound) IsSuccess ¶ added in v1.13.0
func (o *StartDeploymentResourceMaintenanceModeNotFound) IsSuccess() bool
IsSuccess returns true when this start deployment resource maintenance mode not found response has a 2xx status code
func (*StartDeploymentResourceMaintenanceModeNotFound) String ¶ added in v1.13.0
func (o *StartDeploymentResourceMaintenanceModeNotFound) String() string
type StartDeploymentResourceMaintenanceModeParams ¶
type StartDeploymentResourceMaintenanceModeParams struct { /* DeploymentID. Identifier for the Deployment. */ DeploymentID string /* IgnoreMissing. If true and the instance does not exist then quietly proceed to the next instance, otherwise treated as an error. */ IgnoreMissing *bool /* InstanceIds. A comma-separated list of instance identifiers. */ InstanceIds []string /* RefID. User-specified RefId for the Resource (or '_main' if there is only one). */ RefID string /* ResourceKind. The kind of resource (one of elasticsearch, kibana, apm, or integrations_server). */ ResourceKind string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
StartDeploymentResourceMaintenanceModeParams contains all the parameters to send to the API endpoint
for the start deployment resource maintenance mode operation. Typically these are written to a http.Request.
func NewStartDeploymentResourceMaintenanceModeParams ¶
func NewStartDeploymentResourceMaintenanceModeParams() *StartDeploymentResourceMaintenanceModeParams
NewStartDeploymentResourceMaintenanceModeParams creates a new StartDeploymentResourceMaintenanceModeParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewStartDeploymentResourceMaintenanceModeParamsWithContext ¶
func NewStartDeploymentResourceMaintenanceModeParamsWithContext(ctx context.Context) *StartDeploymentResourceMaintenanceModeParams
NewStartDeploymentResourceMaintenanceModeParamsWithContext creates a new StartDeploymentResourceMaintenanceModeParams object with the ability to set a context for a request.
func NewStartDeploymentResourceMaintenanceModeParamsWithHTTPClient ¶
func NewStartDeploymentResourceMaintenanceModeParamsWithHTTPClient(client *http.Client) *StartDeploymentResourceMaintenanceModeParams
NewStartDeploymentResourceMaintenanceModeParamsWithHTTPClient creates a new StartDeploymentResourceMaintenanceModeParams object with the ability to set a custom HTTPClient for a request.
func NewStartDeploymentResourceMaintenanceModeParamsWithTimeout ¶
func NewStartDeploymentResourceMaintenanceModeParamsWithTimeout(timeout time.Duration) *StartDeploymentResourceMaintenanceModeParams
NewStartDeploymentResourceMaintenanceModeParamsWithTimeout creates a new StartDeploymentResourceMaintenanceModeParams object with the ability to set a timeout on a request.
func (*StartDeploymentResourceMaintenanceModeParams) SetContext ¶
func (o *StartDeploymentResourceMaintenanceModeParams) SetContext(ctx context.Context)
SetContext adds the context to the start deployment resource maintenance mode params
func (*StartDeploymentResourceMaintenanceModeParams) SetDefaults ¶ added in v1.3.0
func (o *StartDeploymentResourceMaintenanceModeParams) SetDefaults()
SetDefaults hydrates default values in the start deployment resource maintenance mode params (not the query body).
All values with no default are reset to their zero value.
func (*StartDeploymentResourceMaintenanceModeParams) SetDeploymentID ¶
func (o *StartDeploymentResourceMaintenanceModeParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the start deployment resource maintenance mode params
func (*StartDeploymentResourceMaintenanceModeParams) SetHTTPClient ¶
func (o *StartDeploymentResourceMaintenanceModeParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the start deployment resource maintenance mode params
func (*StartDeploymentResourceMaintenanceModeParams) SetIgnoreMissing ¶
func (o *StartDeploymentResourceMaintenanceModeParams) SetIgnoreMissing(ignoreMissing *bool)
SetIgnoreMissing adds the ignoreMissing to the start deployment resource maintenance mode params
func (*StartDeploymentResourceMaintenanceModeParams) SetInstanceIds ¶
func (o *StartDeploymentResourceMaintenanceModeParams) SetInstanceIds(instanceIds []string)
SetInstanceIds adds the instanceIds to the start deployment resource maintenance mode params
func (*StartDeploymentResourceMaintenanceModeParams) SetRefID ¶
func (o *StartDeploymentResourceMaintenanceModeParams) SetRefID(refID string)
SetRefID adds the refId to the start deployment resource maintenance mode params
func (*StartDeploymentResourceMaintenanceModeParams) SetResourceKind ¶
func (o *StartDeploymentResourceMaintenanceModeParams) SetResourceKind(resourceKind string)
SetResourceKind adds the resourceKind to the start deployment resource maintenance mode params
func (*StartDeploymentResourceMaintenanceModeParams) SetTimeout ¶
func (o *StartDeploymentResourceMaintenanceModeParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the start deployment resource maintenance mode params
func (*StartDeploymentResourceMaintenanceModeParams) WithContext ¶
func (o *StartDeploymentResourceMaintenanceModeParams) WithContext(ctx context.Context) *StartDeploymentResourceMaintenanceModeParams
WithContext adds the context to the start deployment resource maintenance mode params
func (*StartDeploymentResourceMaintenanceModeParams) WithDefaults ¶ added in v1.3.0
func (o *StartDeploymentResourceMaintenanceModeParams) WithDefaults() *StartDeploymentResourceMaintenanceModeParams
WithDefaults hydrates default values in the start deployment resource maintenance mode params (not the query body).
All values with no default are reset to their zero value.
func (*StartDeploymentResourceMaintenanceModeParams) WithDeploymentID ¶
func (o *StartDeploymentResourceMaintenanceModeParams) WithDeploymentID(deploymentID string) *StartDeploymentResourceMaintenanceModeParams
WithDeploymentID adds the deploymentID to the start deployment resource maintenance mode params
func (*StartDeploymentResourceMaintenanceModeParams) WithHTTPClient ¶
func (o *StartDeploymentResourceMaintenanceModeParams) WithHTTPClient(client *http.Client) *StartDeploymentResourceMaintenanceModeParams
WithHTTPClient adds the HTTPClient to the start deployment resource maintenance mode params
func (*StartDeploymentResourceMaintenanceModeParams) WithIgnoreMissing ¶
func (o *StartDeploymentResourceMaintenanceModeParams) WithIgnoreMissing(ignoreMissing *bool) *StartDeploymentResourceMaintenanceModeParams
WithIgnoreMissing adds the ignoreMissing to the start deployment resource maintenance mode params
func (*StartDeploymentResourceMaintenanceModeParams) WithInstanceIds ¶
func (o *StartDeploymentResourceMaintenanceModeParams) WithInstanceIds(instanceIds []string) *StartDeploymentResourceMaintenanceModeParams
WithInstanceIds adds the instanceIds to the start deployment resource maintenance mode params
func (*StartDeploymentResourceMaintenanceModeParams) WithRefID ¶
func (o *StartDeploymentResourceMaintenanceModeParams) WithRefID(refID string) *StartDeploymentResourceMaintenanceModeParams
WithRefID adds the refID to the start deployment resource maintenance mode params
func (*StartDeploymentResourceMaintenanceModeParams) WithResourceKind ¶
func (o *StartDeploymentResourceMaintenanceModeParams) WithResourceKind(resourceKind string) *StartDeploymentResourceMaintenanceModeParams
WithResourceKind adds the resourceKind to the start deployment resource maintenance mode params
func (*StartDeploymentResourceMaintenanceModeParams) WithTimeout ¶
func (o *StartDeploymentResourceMaintenanceModeParams) WithTimeout(timeout time.Duration) *StartDeploymentResourceMaintenanceModeParams
WithTimeout adds the timeout to the start deployment resource maintenance mode params
func (*StartDeploymentResourceMaintenanceModeParams) WriteToRequest ¶
func (o *StartDeploymentResourceMaintenanceModeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type StartDeploymentResourceMaintenanceModeReader ¶
type StartDeploymentResourceMaintenanceModeReader struct {
// contains filtered or unexported fields
}
StartDeploymentResourceMaintenanceModeReader is a Reader for the StartDeploymentResourceMaintenanceMode structure.
func (*StartDeploymentResourceMaintenanceModeReader) ReadResponse ¶
func (o *StartDeploymentResourceMaintenanceModeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type StopDeploymentResourceInstancesAccepted ¶
type StopDeploymentResourceInstancesAccepted struct {
Payload *models.DeploymentResourceCommandResponse
}
StopDeploymentResourceInstancesAccepted describes a response with status code 202, with default header values.
The stop command was issued successfully.
func NewStopDeploymentResourceInstancesAccepted ¶
func NewStopDeploymentResourceInstancesAccepted() *StopDeploymentResourceInstancesAccepted
NewStopDeploymentResourceInstancesAccepted creates a StopDeploymentResourceInstancesAccepted with default headers values
func (*StopDeploymentResourceInstancesAccepted) Code ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAccepted) Code() int
Code gets the status code for the stop deployment resource instances accepted response
func (*StopDeploymentResourceInstancesAccepted) Error ¶
func (o *StopDeploymentResourceInstancesAccepted) Error() string
func (*StopDeploymentResourceInstancesAccepted) GetPayload ¶
func (o *StopDeploymentResourceInstancesAccepted) GetPayload() *models.DeploymentResourceCommandResponse
func (*StopDeploymentResourceInstancesAccepted) IsClientError ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAccepted) IsClientError() bool
IsClientError returns true when this stop deployment resource instances accepted response has a 4xx status code
func (*StopDeploymentResourceInstancesAccepted) IsCode ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAccepted) IsCode(code int) bool
IsCode returns true when this stop deployment resource instances accepted response a status code equal to that given
func (*StopDeploymentResourceInstancesAccepted) IsRedirect ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAccepted) IsRedirect() bool
IsRedirect returns true when this stop deployment resource instances accepted response has a 3xx status code
func (*StopDeploymentResourceInstancesAccepted) IsServerError ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAccepted) IsServerError() bool
IsServerError returns true when this stop deployment resource instances accepted response has a 5xx status code
func (*StopDeploymentResourceInstancesAccepted) IsSuccess ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAccepted) IsSuccess() bool
IsSuccess returns true when this stop deployment resource instances accepted response has a 2xx status code
func (*StopDeploymentResourceInstancesAccepted) String ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAccepted) String() string
type StopDeploymentResourceInstancesAllAccepted ¶
type StopDeploymentResourceInstancesAllAccepted struct {
Payload *models.DeploymentResourceCommandResponse
}
StopDeploymentResourceInstancesAllAccepted describes a response with status code 202, with default header values.
The stop command was issued successfully.
func NewStopDeploymentResourceInstancesAllAccepted ¶
func NewStopDeploymentResourceInstancesAllAccepted() *StopDeploymentResourceInstancesAllAccepted
NewStopDeploymentResourceInstancesAllAccepted creates a StopDeploymentResourceInstancesAllAccepted with default headers values
func (*StopDeploymentResourceInstancesAllAccepted) Code ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllAccepted) Code() int
Code gets the status code for the stop deployment resource instances all accepted response
func (*StopDeploymentResourceInstancesAllAccepted) Error ¶
func (o *StopDeploymentResourceInstancesAllAccepted) Error() string
func (*StopDeploymentResourceInstancesAllAccepted) GetPayload ¶
func (o *StopDeploymentResourceInstancesAllAccepted) GetPayload() *models.DeploymentResourceCommandResponse
func (*StopDeploymentResourceInstancesAllAccepted) IsClientError ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllAccepted) IsClientError() bool
IsClientError returns true when this stop deployment resource instances all accepted response has a 4xx status code
func (*StopDeploymentResourceInstancesAllAccepted) IsCode ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllAccepted) IsCode(code int) bool
IsCode returns true when this stop deployment resource instances all accepted response a status code equal to that given
func (*StopDeploymentResourceInstancesAllAccepted) IsRedirect ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllAccepted) IsRedirect() bool
IsRedirect returns true when this stop deployment resource instances all accepted response has a 3xx status code
func (*StopDeploymentResourceInstancesAllAccepted) IsServerError ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllAccepted) IsServerError() bool
IsServerError returns true when this stop deployment resource instances all accepted response has a 5xx status code
func (*StopDeploymentResourceInstancesAllAccepted) IsSuccess ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllAccepted) IsSuccess() bool
IsSuccess returns true when this stop deployment resource instances all accepted response has a 2xx status code
func (*StopDeploymentResourceInstancesAllAccepted) String ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllAccepted) String() string
type StopDeploymentResourceInstancesAllForbidden ¶
type StopDeploymentResourceInstancesAllForbidden struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
StopDeploymentResourceInstancesAllForbidden describes a response with status code 403, with default header values.
The stop maintenance mode command was prohibited for the given Resource. (code: `deployments.instance_update_prohibited_error`)
func NewStopDeploymentResourceInstancesAllForbidden ¶
func NewStopDeploymentResourceInstancesAllForbidden() *StopDeploymentResourceInstancesAllForbidden
NewStopDeploymentResourceInstancesAllForbidden creates a StopDeploymentResourceInstancesAllForbidden with default headers values
func (*StopDeploymentResourceInstancesAllForbidden) Code ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllForbidden) Code() int
Code gets the status code for the stop deployment resource instances all forbidden response
func (*StopDeploymentResourceInstancesAllForbidden) Error ¶
func (o *StopDeploymentResourceInstancesAllForbidden) Error() string
func (*StopDeploymentResourceInstancesAllForbidden) GetPayload ¶
func (o *StopDeploymentResourceInstancesAllForbidden) GetPayload() *models.BasicFailedReply
func (*StopDeploymentResourceInstancesAllForbidden) IsClientError ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllForbidden) IsClientError() bool
IsClientError returns true when this stop deployment resource instances all forbidden response has a 4xx status code
func (*StopDeploymentResourceInstancesAllForbidden) IsCode ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllForbidden) IsCode(code int) bool
IsCode returns true when this stop deployment resource instances all forbidden response a status code equal to that given
func (*StopDeploymentResourceInstancesAllForbidden) IsRedirect ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllForbidden) IsRedirect() bool
IsRedirect returns true when this stop deployment resource instances all forbidden response has a 3xx status code
func (*StopDeploymentResourceInstancesAllForbidden) IsServerError ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllForbidden) IsServerError() bool
IsServerError returns true when this stop deployment resource instances all forbidden response has a 5xx status code
func (*StopDeploymentResourceInstancesAllForbidden) IsSuccess ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllForbidden) IsSuccess() bool
IsSuccess returns true when this stop deployment resource instances all forbidden response has a 2xx status code
func (*StopDeploymentResourceInstancesAllForbidden) String ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllForbidden) String() string
type StopDeploymentResourceInstancesAllInternalServerError ¶
type StopDeploymentResourceInstancesAllInternalServerError struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
StopDeploymentResourceInstancesAllInternalServerError describes a response with status code 500, with default header values.
A Resource that was previously stored no longer exists. (code: `deployments.deployment_resource_no_longer_exists`)
func NewStopDeploymentResourceInstancesAllInternalServerError ¶
func NewStopDeploymentResourceInstancesAllInternalServerError() *StopDeploymentResourceInstancesAllInternalServerError
NewStopDeploymentResourceInstancesAllInternalServerError creates a StopDeploymentResourceInstancesAllInternalServerError with default headers values
func (*StopDeploymentResourceInstancesAllInternalServerError) Code ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllInternalServerError) Code() int
Code gets the status code for the stop deployment resource instances all internal server error response
func (*StopDeploymentResourceInstancesAllInternalServerError) Error ¶
func (o *StopDeploymentResourceInstancesAllInternalServerError) Error() string
func (*StopDeploymentResourceInstancesAllInternalServerError) GetPayload ¶
func (o *StopDeploymentResourceInstancesAllInternalServerError) GetPayload() *models.BasicFailedReply
func (*StopDeploymentResourceInstancesAllInternalServerError) IsClientError ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllInternalServerError) IsClientError() bool
IsClientError returns true when this stop deployment resource instances all internal server error response has a 4xx status code
func (*StopDeploymentResourceInstancesAllInternalServerError) IsCode ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllInternalServerError) IsCode(code int) bool
IsCode returns true when this stop deployment resource instances all internal server error response a status code equal to that given
func (*StopDeploymentResourceInstancesAllInternalServerError) IsRedirect ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllInternalServerError) IsRedirect() bool
IsRedirect returns true when this stop deployment resource instances all internal server error response has a 3xx status code
func (*StopDeploymentResourceInstancesAllInternalServerError) IsServerError ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllInternalServerError) IsServerError() bool
IsServerError returns true when this stop deployment resource instances all internal server error response has a 5xx status code
func (*StopDeploymentResourceInstancesAllInternalServerError) IsSuccess ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllInternalServerError) IsSuccess() bool
IsSuccess returns true when this stop deployment resource instances all internal server error response has a 2xx status code
func (*StopDeploymentResourceInstancesAllInternalServerError) String ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllInternalServerError) String() string
type StopDeploymentResourceInstancesAllMaintenanceModeAccepted ¶
type StopDeploymentResourceInstancesAllMaintenanceModeAccepted struct {
Payload *models.DeploymentResourceCommandResponse
}
StopDeploymentResourceInstancesAllMaintenanceModeAccepted describes a response with status code 202, with default header values.
The stop maintenance mode command was issued successfully.
func NewStopDeploymentResourceInstancesAllMaintenanceModeAccepted ¶
func NewStopDeploymentResourceInstancesAllMaintenanceModeAccepted() *StopDeploymentResourceInstancesAllMaintenanceModeAccepted
NewStopDeploymentResourceInstancesAllMaintenanceModeAccepted creates a StopDeploymentResourceInstancesAllMaintenanceModeAccepted with default headers values
func (*StopDeploymentResourceInstancesAllMaintenanceModeAccepted) Code ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllMaintenanceModeAccepted) Code() int
Code gets the status code for the stop deployment resource instances all maintenance mode accepted response
func (*StopDeploymentResourceInstancesAllMaintenanceModeAccepted) Error ¶
func (o *StopDeploymentResourceInstancesAllMaintenanceModeAccepted) Error() string
func (*StopDeploymentResourceInstancesAllMaintenanceModeAccepted) GetPayload ¶
func (o *StopDeploymentResourceInstancesAllMaintenanceModeAccepted) GetPayload() *models.DeploymentResourceCommandResponse
func (*StopDeploymentResourceInstancesAllMaintenanceModeAccepted) IsClientError ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllMaintenanceModeAccepted) IsClientError() bool
IsClientError returns true when this stop deployment resource instances all maintenance mode accepted response has a 4xx status code
func (*StopDeploymentResourceInstancesAllMaintenanceModeAccepted) IsCode ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllMaintenanceModeAccepted) IsCode(code int) bool
IsCode returns true when this stop deployment resource instances all maintenance mode accepted response a status code equal to that given
func (*StopDeploymentResourceInstancesAllMaintenanceModeAccepted) IsRedirect ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllMaintenanceModeAccepted) IsRedirect() bool
IsRedirect returns true when this stop deployment resource instances all maintenance mode accepted response has a 3xx status code
func (*StopDeploymentResourceInstancesAllMaintenanceModeAccepted) IsServerError ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllMaintenanceModeAccepted) IsServerError() bool
IsServerError returns true when this stop deployment resource instances all maintenance mode accepted response has a 5xx status code
func (*StopDeploymentResourceInstancesAllMaintenanceModeAccepted) IsSuccess ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllMaintenanceModeAccepted) IsSuccess() bool
IsSuccess returns true when this stop deployment resource instances all maintenance mode accepted response has a 2xx status code
func (*StopDeploymentResourceInstancesAllMaintenanceModeAccepted) String ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllMaintenanceModeAccepted) String() string
type StopDeploymentResourceInstancesAllMaintenanceModeForbidden ¶
type StopDeploymentResourceInstancesAllMaintenanceModeForbidden struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
StopDeploymentResourceInstancesAllMaintenanceModeForbidden describes a response with status code 403, with default header values.
The stop maintenance mode command was prohibited for the given Resource. (code: `deployments.instance_update_prohibited_error`)
func NewStopDeploymentResourceInstancesAllMaintenanceModeForbidden ¶
func NewStopDeploymentResourceInstancesAllMaintenanceModeForbidden() *StopDeploymentResourceInstancesAllMaintenanceModeForbidden
NewStopDeploymentResourceInstancesAllMaintenanceModeForbidden creates a StopDeploymentResourceInstancesAllMaintenanceModeForbidden with default headers values
func (*StopDeploymentResourceInstancesAllMaintenanceModeForbidden) Code ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllMaintenanceModeForbidden) Code() int
Code gets the status code for the stop deployment resource instances all maintenance mode forbidden response
func (*StopDeploymentResourceInstancesAllMaintenanceModeForbidden) Error ¶
func (o *StopDeploymentResourceInstancesAllMaintenanceModeForbidden) Error() string
func (*StopDeploymentResourceInstancesAllMaintenanceModeForbidden) GetPayload ¶
func (o *StopDeploymentResourceInstancesAllMaintenanceModeForbidden) GetPayload() *models.BasicFailedReply
func (*StopDeploymentResourceInstancesAllMaintenanceModeForbidden) IsClientError ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllMaintenanceModeForbidden) IsClientError() bool
IsClientError returns true when this stop deployment resource instances all maintenance mode forbidden response has a 4xx status code
func (*StopDeploymentResourceInstancesAllMaintenanceModeForbidden) IsCode ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllMaintenanceModeForbidden) IsCode(code int) bool
IsCode returns true when this stop deployment resource instances all maintenance mode forbidden response a status code equal to that given
func (*StopDeploymentResourceInstancesAllMaintenanceModeForbidden) IsRedirect ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllMaintenanceModeForbidden) IsRedirect() bool
IsRedirect returns true when this stop deployment resource instances all maintenance mode forbidden response has a 3xx status code
func (*StopDeploymentResourceInstancesAllMaintenanceModeForbidden) IsServerError ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllMaintenanceModeForbidden) IsServerError() bool
IsServerError returns true when this stop deployment resource instances all maintenance mode forbidden response has a 5xx status code
func (*StopDeploymentResourceInstancesAllMaintenanceModeForbidden) IsSuccess ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllMaintenanceModeForbidden) IsSuccess() bool
IsSuccess returns true when this stop deployment resource instances all maintenance mode forbidden response has a 2xx status code
func (*StopDeploymentResourceInstancesAllMaintenanceModeForbidden) String ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllMaintenanceModeForbidden) String() string
type StopDeploymentResourceInstancesAllMaintenanceModeInternalServerError ¶
type StopDeploymentResourceInstancesAllMaintenanceModeInternalServerError struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
StopDeploymentResourceInstancesAllMaintenanceModeInternalServerError describes a response with status code 500, with default header values.
A Resource that was previously stored no longer exists. (code: `deployments.deployment_resource_no_longer_exists`)
func NewStopDeploymentResourceInstancesAllMaintenanceModeInternalServerError ¶
func NewStopDeploymentResourceInstancesAllMaintenanceModeInternalServerError() *StopDeploymentResourceInstancesAllMaintenanceModeInternalServerError
NewStopDeploymentResourceInstancesAllMaintenanceModeInternalServerError creates a StopDeploymentResourceInstancesAllMaintenanceModeInternalServerError with default headers values
func (*StopDeploymentResourceInstancesAllMaintenanceModeInternalServerError) Code ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllMaintenanceModeInternalServerError) Code() int
Code gets the status code for the stop deployment resource instances all maintenance mode internal server error response
func (*StopDeploymentResourceInstancesAllMaintenanceModeInternalServerError) Error ¶
func (o *StopDeploymentResourceInstancesAllMaintenanceModeInternalServerError) Error() string
func (*StopDeploymentResourceInstancesAllMaintenanceModeInternalServerError) GetPayload ¶
func (o *StopDeploymentResourceInstancesAllMaintenanceModeInternalServerError) GetPayload() *models.BasicFailedReply
func (*StopDeploymentResourceInstancesAllMaintenanceModeInternalServerError) IsClientError ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllMaintenanceModeInternalServerError) IsClientError() bool
IsClientError returns true when this stop deployment resource instances all maintenance mode internal server error response has a 4xx status code
func (*StopDeploymentResourceInstancesAllMaintenanceModeInternalServerError) IsCode ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllMaintenanceModeInternalServerError) IsCode(code int) bool
IsCode returns true when this stop deployment resource instances all maintenance mode internal server error response a status code equal to that given
func (*StopDeploymentResourceInstancesAllMaintenanceModeInternalServerError) IsRedirect ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllMaintenanceModeInternalServerError) IsRedirect() bool
IsRedirect returns true when this stop deployment resource instances all maintenance mode internal server error response has a 3xx status code
func (*StopDeploymentResourceInstancesAllMaintenanceModeInternalServerError) IsServerError ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllMaintenanceModeInternalServerError) IsServerError() bool
IsServerError returns true when this stop deployment resource instances all maintenance mode internal server error response has a 5xx status code
func (*StopDeploymentResourceInstancesAllMaintenanceModeInternalServerError) IsSuccess ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllMaintenanceModeInternalServerError) IsSuccess() bool
IsSuccess returns true when this stop deployment resource instances all maintenance mode internal server error response has a 2xx status code
func (*StopDeploymentResourceInstancesAllMaintenanceModeInternalServerError) String ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllMaintenanceModeInternalServerError) String() string
type StopDeploymentResourceInstancesAllMaintenanceModeNotFound ¶
type StopDeploymentResourceInstancesAllMaintenanceModeNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
StopDeploymentResourceInstancesAllMaintenanceModeNotFound describes a response with status code 404, with default header values. * The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
* The Resource specified by {ref_id} cannot be found. (code: `deployments.deployment_resource_not_found`) * One or more instances of the given resource type are missing. (code: `deployments.instances_missing_on_update_error`)
func NewStopDeploymentResourceInstancesAllMaintenanceModeNotFound ¶
func NewStopDeploymentResourceInstancesAllMaintenanceModeNotFound() *StopDeploymentResourceInstancesAllMaintenanceModeNotFound
NewStopDeploymentResourceInstancesAllMaintenanceModeNotFound creates a StopDeploymentResourceInstancesAllMaintenanceModeNotFound with default headers values
func (*StopDeploymentResourceInstancesAllMaintenanceModeNotFound) Code ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllMaintenanceModeNotFound) Code() int
Code gets the status code for the stop deployment resource instances all maintenance mode not found response
func (*StopDeploymentResourceInstancesAllMaintenanceModeNotFound) Error ¶
func (o *StopDeploymentResourceInstancesAllMaintenanceModeNotFound) Error() string
func (*StopDeploymentResourceInstancesAllMaintenanceModeNotFound) GetPayload ¶
func (o *StopDeploymentResourceInstancesAllMaintenanceModeNotFound) GetPayload() *models.BasicFailedReply
func (*StopDeploymentResourceInstancesAllMaintenanceModeNotFound) IsClientError ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllMaintenanceModeNotFound) IsClientError() bool
IsClientError returns true when this stop deployment resource instances all maintenance mode not found response has a 4xx status code
func (*StopDeploymentResourceInstancesAllMaintenanceModeNotFound) IsCode ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllMaintenanceModeNotFound) IsCode(code int) bool
IsCode returns true when this stop deployment resource instances all maintenance mode not found response a status code equal to that given
func (*StopDeploymentResourceInstancesAllMaintenanceModeNotFound) IsRedirect ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllMaintenanceModeNotFound) IsRedirect() bool
IsRedirect returns true when this stop deployment resource instances all maintenance mode not found response has a 3xx status code
func (*StopDeploymentResourceInstancesAllMaintenanceModeNotFound) IsServerError ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllMaintenanceModeNotFound) IsServerError() bool
IsServerError returns true when this stop deployment resource instances all maintenance mode not found response has a 5xx status code
func (*StopDeploymentResourceInstancesAllMaintenanceModeNotFound) IsSuccess ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllMaintenanceModeNotFound) IsSuccess() bool
IsSuccess returns true when this stop deployment resource instances all maintenance mode not found response has a 2xx status code
func (*StopDeploymentResourceInstancesAllMaintenanceModeNotFound) String ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllMaintenanceModeNotFound) String() string
type StopDeploymentResourceInstancesAllMaintenanceModeParams ¶
type StopDeploymentResourceInstancesAllMaintenanceModeParams struct { /* DeploymentID. Identifier for the Deployment. */ DeploymentID string /* RefID. User-specified RefId for the Resource (or '_main' if there is only one). */ RefID string /* ResourceKind. The kind of resource (one of elasticsearch, kibana, apm, or integrations_server). */ ResourceKind string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
StopDeploymentResourceInstancesAllMaintenanceModeParams contains all the parameters to send to the API endpoint
for the stop deployment resource instances all maintenance mode operation. Typically these are written to a http.Request.
func NewStopDeploymentResourceInstancesAllMaintenanceModeParams ¶
func NewStopDeploymentResourceInstancesAllMaintenanceModeParams() *StopDeploymentResourceInstancesAllMaintenanceModeParams
NewStopDeploymentResourceInstancesAllMaintenanceModeParams creates a new StopDeploymentResourceInstancesAllMaintenanceModeParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewStopDeploymentResourceInstancesAllMaintenanceModeParamsWithContext ¶
func NewStopDeploymentResourceInstancesAllMaintenanceModeParamsWithContext(ctx context.Context) *StopDeploymentResourceInstancesAllMaintenanceModeParams
NewStopDeploymentResourceInstancesAllMaintenanceModeParamsWithContext creates a new StopDeploymentResourceInstancesAllMaintenanceModeParams object with the ability to set a context for a request.
func NewStopDeploymentResourceInstancesAllMaintenanceModeParamsWithHTTPClient ¶
func NewStopDeploymentResourceInstancesAllMaintenanceModeParamsWithHTTPClient(client *http.Client) *StopDeploymentResourceInstancesAllMaintenanceModeParams
NewStopDeploymentResourceInstancesAllMaintenanceModeParamsWithHTTPClient creates a new StopDeploymentResourceInstancesAllMaintenanceModeParams object with the ability to set a custom HTTPClient for a request.
func NewStopDeploymentResourceInstancesAllMaintenanceModeParamsWithTimeout ¶
func NewStopDeploymentResourceInstancesAllMaintenanceModeParamsWithTimeout(timeout time.Duration) *StopDeploymentResourceInstancesAllMaintenanceModeParams
NewStopDeploymentResourceInstancesAllMaintenanceModeParamsWithTimeout creates a new StopDeploymentResourceInstancesAllMaintenanceModeParams object with the ability to set a timeout on a request.
func (*StopDeploymentResourceInstancesAllMaintenanceModeParams) SetContext ¶
func (o *StopDeploymentResourceInstancesAllMaintenanceModeParams) SetContext(ctx context.Context)
SetContext adds the context to the stop deployment resource instances all maintenance mode params
func (*StopDeploymentResourceInstancesAllMaintenanceModeParams) SetDefaults ¶ added in v1.3.0
func (o *StopDeploymentResourceInstancesAllMaintenanceModeParams) SetDefaults()
SetDefaults hydrates default values in the stop deployment resource instances all maintenance mode params (not the query body).
All values with no default are reset to their zero value.
func (*StopDeploymentResourceInstancesAllMaintenanceModeParams) SetDeploymentID ¶
func (o *StopDeploymentResourceInstancesAllMaintenanceModeParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the stop deployment resource instances all maintenance mode params
func (*StopDeploymentResourceInstancesAllMaintenanceModeParams) SetHTTPClient ¶
func (o *StopDeploymentResourceInstancesAllMaintenanceModeParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the stop deployment resource instances all maintenance mode params
func (*StopDeploymentResourceInstancesAllMaintenanceModeParams) SetRefID ¶
func (o *StopDeploymentResourceInstancesAllMaintenanceModeParams) SetRefID(refID string)
SetRefID adds the refId to the stop deployment resource instances all maintenance mode params
func (*StopDeploymentResourceInstancesAllMaintenanceModeParams) SetResourceKind ¶
func (o *StopDeploymentResourceInstancesAllMaintenanceModeParams) SetResourceKind(resourceKind string)
SetResourceKind adds the resourceKind to the stop deployment resource instances all maintenance mode params
func (*StopDeploymentResourceInstancesAllMaintenanceModeParams) SetTimeout ¶
func (o *StopDeploymentResourceInstancesAllMaintenanceModeParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the stop deployment resource instances all maintenance mode params
func (*StopDeploymentResourceInstancesAllMaintenanceModeParams) WithContext ¶
func (o *StopDeploymentResourceInstancesAllMaintenanceModeParams) WithContext(ctx context.Context) *StopDeploymentResourceInstancesAllMaintenanceModeParams
WithContext adds the context to the stop deployment resource instances all maintenance mode params
func (*StopDeploymentResourceInstancesAllMaintenanceModeParams) WithDefaults ¶ added in v1.3.0
func (o *StopDeploymentResourceInstancesAllMaintenanceModeParams) WithDefaults() *StopDeploymentResourceInstancesAllMaintenanceModeParams
WithDefaults hydrates default values in the stop deployment resource instances all maintenance mode params (not the query body).
All values with no default are reset to their zero value.
func (*StopDeploymentResourceInstancesAllMaintenanceModeParams) WithDeploymentID ¶
func (o *StopDeploymentResourceInstancesAllMaintenanceModeParams) WithDeploymentID(deploymentID string) *StopDeploymentResourceInstancesAllMaintenanceModeParams
WithDeploymentID adds the deploymentID to the stop deployment resource instances all maintenance mode params
func (*StopDeploymentResourceInstancesAllMaintenanceModeParams) WithHTTPClient ¶
func (o *StopDeploymentResourceInstancesAllMaintenanceModeParams) WithHTTPClient(client *http.Client) *StopDeploymentResourceInstancesAllMaintenanceModeParams
WithHTTPClient adds the HTTPClient to the stop deployment resource instances all maintenance mode params
func (*StopDeploymentResourceInstancesAllMaintenanceModeParams) WithRefID ¶
func (o *StopDeploymentResourceInstancesAllMaintenanceModeParams) WithRefID(refID string) *StopDeploymentResourceInstancesAllMaintenanceModeParams
WithRefID adds the refID to the stop deployment resource instances all maintenance mode params
func (*StopDeploymentResourceInstancesAllMaintenanceModeParams) WithResourceKind ¶
func (o *StopDeploymentResourceInstancesAllMaintenanceModeParams) WithResourceKind(resourceKind string) *StopDeploymentResourceInstancesAllMaintenanceModeParams
WithResourceKind adds the resourceKind to the stop deployment resource instances all maintenance mode params
func (*StopDeploymentResourceInstancesAllMaintenanceModeParams) WithTimeout ¶
func (o *StopDeploymentResourceInstancesAllMaintenanceModeParams) WithTimeout(timeout time.Duration) *StopDeploymentResourceInstancesAllMaintenanceModeParams
WithTimeout adds the timeout to the stop deployment resource instances all maintenance mode params
func (*StopDeploymentResourceInstancesAllMaintenanceModeParams) WriteToRequest ¶
func (o *StopDeploymentResourceInstancesAllMaintenanceModeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type StopDeploymentResourceInstancesAllMaintenanceModeReader ¶
type StopDeploymentResourceInstancesAllMaintenanceModeReader struct {
// contains filtered or unexported fields
}
StopDeploymentResourceInstancesAllMaintenanceModeReader is a Reader for the StopDeploymentResourceInstancesAllMaintenanceMode structure.
func (*StopDeploymentResourceInstancesAllMaintenanceModeReader) ReadResponse ¶
func (o *StopDeploymentResourceInstancesAllMaintenanceModeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type StopDeploymentResourceInstancesAllNotFound ¶
type StopDeploymentResourceInstancesAllNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
StopDeploymentResourceInstancesAllNotFound describes a response with status code 404, with default header values. * The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
* The Resource specified by {ref_id} cannot be found. (code: `deployments.deployment_resource_not_found`) * One or more instances of the given resource type are missing. (code: `deployments.instances_missing_on_update_error`)
func NewStopDeploymentResourceInstancesAllNotFound ¶
func NewStopDeploymentResourceInstancesAllNotFound() *StopDeploymentResourceInstancesAllNotFound
NewStopDeploymentResourceInstancesAllNotFound creates a StopDeploymentResourceInstancesAllNotFound with default headers values
func (*StopDeploymentResourceInstancesAllNotFound) Code ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllNotFound) Code() int
Code gets the status code for the stop deployment resource instances all not found response
func (*StopDeploymentResourceInstancesAllNotFound) Error ¶
func (o *StopDeploymentResourceInstancesAllNotFound) Error() string
func (*StopDeploymentResourceInstancesAllNotFound) GetPayload ¶
func (o *StopDeploymentResourceInstancesAllNotFound) GetPayload() *models.BasicFailedReply
func (*StopDeploymentResourceInstancesAllNotFound) IsClientError ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllNotFound) IsClientError() bool
IsClientError returns true when this stop deployment resource instances all not found response has a 4xx status code
func (*StopDeploymentResourceInstancesAllNotFound) IsCode ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllNotFound) IsCode(code int) bool
IsCode returns true when this stop deployment resource instances all not found response a status code equal to that given
func (*StopDeploymentResourceInstancesAllNotFound) IsRedirect ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllNotFound) IsRedirect() bool
IsRedirect returns true when this stop deployment resource instances all not found response has a 3xx status code
func (*StopDeploymentResourceInstancesAllNotFound) IsServerError ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllNotFound) IsServerError() bool
IsServerError returns true when this stop deployment resource instances all not found response has a 5xx status code
func (*StopDeploymentResourceInstancesAllNotFound) IsSuccess ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllNotFound) IsSuccess() bool
IsSuccess returns true when this stop deployment resource instances all not found response has a 2xx status code
func (*StopDeploymentResourceInstancesAllNotFound) String ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesAllNotFound) String() string
type StopDeploymentResourceInstancesAllParams ¶
type StopDeploymentResourceInstancesAllParams struct { /* DeploymentID. Identifier for the Deployment. */ DeploymentID string /* RefID. User-specified RefId for the Resource (or '_main' if there is only one). */ RefID string /* ResourceKind. The kind of resource (one of elasticsearch, kibana, apm, or integrations_server). */ ResourceKind string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
StopDeploymentResourceInstancesAllParams contains all the parameters to send to the API endpoint
for the stop deployment resource instances all operation. Typically these are written to a http.Request.
func NewStopDeploymentResourceInstancesAllParams ¶
func NewStopDeploymentResourceInstancesAllParams() *StopDeploymentResourceInstancesAllParams
NewStopDeploymentResourceInstancesAllParams creates a new StopDeploymentResourceInstancesAllParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewStopDeploymentResourceInstancesAllParamsWithContext ¶
func NewStopDeploymentResourceInstancesAllParamsWithContext(ctx context.Context) *StopDeploymentResourceInstancesAllParams
NewStopDeploymentResourceInstancesAllParamsWithContext creates a new StopDeploymentResourceInstancesAllParams object with the ability to set a context for a request.
func NewStopDeploymentResourceInstancesAllParamsWithHTTPClient ¶
func NewStopDeploymentResourceInstancesAllParamsWithHTTPClient(client *http.Client) *StopDeploymentResourceInstancesAllParams
NewStopDeploymentResourceInstancesAllParamsWithHTTPClient creates a new StopDeploymentResourceInstancesAllParams object with the ability to set a custom HTTPClient for a request.
func NewStopDeploymentResourceInstancesAllParamsWithTimeout ¶
func NewStopDeploymentResourceInstancesAllParamsWithTimeout(timeout time.Duration) *StopDeploymentResourceInstancesAllParams
NewStopDeploymentResourceInstancesAllParamsWithTimeout creates a new StopDeploymentResourceInstancesAllParams object with the ability to set a timeout on a request.
func (*StopDeploymentResourceInstancesAllParams) SetContext ¶
func (o *StopDeploymentResourceInstancesAllParams) SetContext(ctx context.Context)
SetContext adds the context to the stop deployment resource instances all params
func (*StopDeploymentResourceInstancesAllParams) SetDefaults ¶ added in v1.3.0
func (o *StopDeploymentResourceInstancesAllParams) SetDefaults()
SetDefaults hydrates default values in the stop deployment resource instances all params (not the query body).
All values with no default are reset to their zero value.
func (*StopDeploymentResourceInstancesAllParams) SetDeploymentID ¶
func (o *StopDeploymentResourceInstancesAllParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the stop deployment resource instances all params
func (*StopDeploymentResourceInstancesAllParams) SetHTTPClient ¶
func (o *StopDeploymentResourceInstancesAllParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the stop deployment resource instances all params
func (*StopDeploymentResourceInstancesAllParams) SetRefID ¶
func (o *StopDeploymentResourceInstancesAllParams) SetRefID(refID string)
SetRefID adds the refId to the stop deployment resource instances all params
func (*StopDeploymentResourceInstancesAllParams) SetResourceKind ¶
func (o *StopDeploymentResourceInstancesAllParams) SetResourceKind(resourceKind string)
SetResourceKind adds the resourceKind to the stop deployment resource instances all params
func (*StopDeploymentResourceInstancesAllParams) SetTimeout ¶
func (o *StopDeploymentResourceInstancesAllParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the stop deployment resource instances all params
func (*StopDeploymentResourceInstancesAllParams) WithContext ¶
func (o *StopDeploymentResourceInstancesAllParams) WithContext(ctx context.Context) *StopDeploymentResourceInstancesAllParams
WithContext adds the context to the stop deployment resource instances all params
func (*StopDeploymentResourceInstancesAllParams) WithDefaults ¶ added in v1.3.0
func (o *StopDeploymentResourceInstancesAllParams) WithDefaults() *StopDeploymentResourceInstancesAllParams
WithDefaults hydrates default values in the stop deployment resource instances all params (not the query body).
All values with no default are reset to their zero value.
func (*StopDeploymentResourceInstancesAllParams) WithDeploymentID ¶
func (o *StopDeploymentResourceInstancesAllParams) WithDeploymentID(deploymentID string) *StopDeploymentResourceInstancesAllParams
WithDeploymentID adds the deploymentID to the stop deployment resource instances all params
func (*StopDeploymentResourceInstancesAllParams) WithHTTPClient ¶
func (o *StopDeploymentResourceInstancesAllParams) WithHTTPClient(client *http.Client) *StopDeploymentResourceInstancesAllParams
WithHTTPClient adds the HTTPClient to the stop deployment resource instances all params
func (*StopDeploymentResourceInstancesAllParams) WithRefID ¶
func (o *StopDeploymentResourceInstancesAllParams) WithRefID(refID string) *StopDeploymentResourceInstancesAllParams
WithRefID adds the refID to the stop deployment resource instances all params
func (*StopDeploymentResourceInstancesAllParams) WithResourceKind ¶
func (o *StopDeploymentResourceInstancesAllParams) WithResourceKind(resourceKind string) *StopDeploymentResourceInstancesAllParams
WithResourceKind adds the resourceKind to the stop deployment resource instances all params
func (*StopDeploymentResourceInstancesAllParams) WithTimeout ¶
func (o *StopDeploymentResourceInstancesAllParams) WithTimeout(timeout time.Duration) *StopDeploymentResourceInstancesAllParams
WithTimeout adds the timeout to the stop deployment resource instances all params
func (*StopDeploymentResourceInstancesAllParams) WriteToRequest ¶
func (o *StopDeploymentResourceInstancesAllParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type StopDeploymentResourceInstancesAllReader ¶
type StopDeploymentResourceInstancesAllReader struct {
// contains filtered or unexported fields
}
StopDeploymentResourceInstancesAllReader is a Reader for the StopDeploymentResourceInstancesAll structure.
func (*StopDeploymentResourceInstancesAllReader) ReadResponse ¶
func (o *StopDeploymentResourceInstancesAllReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type StopDeploymentResourceInstancesForbidden ¶
type StopDeploymentResourceInstancesForbidden struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
StopDeploymentResourceInstancesForbidden describes a response with status code 403, with default header values.
The start maintenance mode command was prohibited for the given Resource. (code: `deployments.instance_update_prohibited_error`)
func NewStopDeploymentResourceInstancesForbidden ¶
func NewStopDeploymentResourceInstancesForbidden() *StopDeploymentResourceInstancesForbidden
NewStopDeploymentResourceInstancesForbidden creates a StopDeploymentResourceInstancesForbidden with default headers values
func (*StopDeploymentResourceInstancesForbidden) Code ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesForbidden) Code() int
Code gets the status code for the stop deployment resource instances forbidden response
func (*StopDeploymentResourceInstancesForbidden) Error ¶
func (o *StopDeploymentResourceInstancesForbidden) Error() string
func (*StopDeploymentResourceInstancesForbidden) GetPayload ¶
func (o *StopDeploymentResourceInstancesForbidden) GetPayload() *models.BasicFailedReply
func (*StopDeploymentResourceInstancesForbidden) IsClientError ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesForbidden) IsClientError() bool
IsClientError returns true when this stop deployment resource instances forbidden response has a 4xx status code
func (*StopDeploymentResourceInstancesForbidden) IsCode ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesForbidden) IsCode(code int) bool
IsCode returns true when this stop deployment resource instances forbidden response a status code equal to that given
func (*StopDeploymentResourceInstancesForbidden) IsRedirect ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesForbidden) IsRedirect() bool
IsRedirect returns true when this stop deployment resource instances forbidden response has a 3xx status code
func (*StopDeploymentResourceInstancesForbidden) IsServerError ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesForbidden) IsServerError() bool
IsServerError returns true when this stop deployment resource instances forbidden response has a 5xx status code
func (*StopDeploymentResourceInstancesForbidden) IsSuccess ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesForbidden) IsSuccess() bool
IsSuccess returns true when this stop deployment resource instances forbidden response has a 2xx status code
func (*StopDeploymentResourceInstancesForbidden) String ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesForbidden) String() string
type StopDeploymentResourceInstancesInternalServerError ¶
type StopDeploymentResourceInstancesInternalServerError struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
StopDeploymentResourceInstancesInternalServerError describes a response with status code 500, with default header values.
A Resource that was previously stored no longer exists. (code: `deployments.deployment_resource_no_longer_exists`)
func NewStopDeploymentResourceInstancesInternalServerError ¶
func NewStopDeploymentResourceInstancesInternalServerError() *StopDeploymentResourceInstancesInternalServerError
NewStopDeploymentResourceInstancesInternalServerError creates a StopDeploymentResourceInstancesInternalServerError with default headers values
func (*StopDeploymentResourceInstancesInternalServerError) Code ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesInternalServerError) Code() int
Code gets the status code for the stop deployment resource instances internal server error response
func (*StopDeploymentResourceInstancesInternalServerError) Error ¶
func (o *StopDeploymentResourceInstancesInternalServerError) Error() string
func (*StopDeploymentResourceInstancesInternalServerError) GetPayload ¶
func (o *StopDeploymentResourceInstancesInternalServerError) GetPayload() *models.BasicFailedReply
func (*StopDeploymentResourceInstancesInternalServerError) IsClientError ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesInternalServerError) IsClientError() bool
IsClientError returns true when this stop deployment resource instances internal server error response has a 4xx status code
func (*StopDeploymentResourceInstancesInternalServerError) IsCode ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesInternalServerError) IsCode(code int) bool
IsCode returns true when this stop deployment resource instances internal server error response a status code equal to that given
func (*StopDeploymentResourceInstancesInternalServerError) IsRedirect ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesInternalServerError) IsRedirect() bool
IsRedirect returns true when this stop deployment resource instances internal server error response has a 3xx status code
func (*StopDeploymentResourceInstancesInternalServerError) IsServerError ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesInternalServerError) IsServerError() bool
IsServerError returns true when this stop deployment resource instances internal server error response has a 5xx status code
func (*StopDeploymentResourceInstancesInternalServerError) IsSuccess ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesInternalServerError) IsSuccess() bool
IsSuccess returns true when this stop deployment resource instances internal server error response has a 2xx status code
func (*StopDeploymentResourceInstancesInternalServerError) String ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesInternalServerError) String() string
type StopDeploymentResourceInstancesNotFound ¶
type StopDeploymentResourceInstancesNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
StopDeploymentResourceInstancesNotFound describes a response with status code 404, with default header values. * The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
* The Resource specified by {ref_id} cannot be found. (code: `deployments.deployment_resource_not_found`) * One or more instances of the given resource type are missing. (code: `deployments.instances_missing_on_update_error`)
func NewStopDeploymentResourceInstancesNotFound ¶
func NewStopDeploymentResourceInstancesNotFound() *StopDeploymentResourceInstancesNotFound
NewStopDeploymentResourceInstancesNotFound creates a StopDeploymentResourceInstancesNotFound with default headers values
func (*StopDeploymentResourceInstancesNotFound) Code ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesNotFound) Code() int
Code gets the status code for the stop deployment resource instances not found response
func (*StopDeploymentResourceInstancesNotFound) Error ¶
func (o *StopDeploymentResourceInstancesNotFound) Error() string
func (*StopDeploymentResourceInstancesNotFound) GetPayload ¶
func (o *StopDeploymentResourceInstancesNotFound) GetPayload() *models.BasicFailedReply
func (*StopDeploymentResourceInstancesNotFound) IsClientError ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesNotFound) IsClientError() bool
IsClientError returns true when this stop deployment resource instances not found response has a 4xx status code
func (*StopDeploymentResourceInstancesNotFound) IsCode ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesNotFound) IsCode(code int) bool
IsCode returns true when this stop deployment resource instances not found response a status code equal to that given
func (*StopDeploymentResourceInstancesNotFound) IsRedirect ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesNotFound) IsRedirect() bool
IsRedirect returns true when this stop deployment resource instances not found response has a 3xx status code
func (*StopDeploymentResourceInstancesNotFound) IsServerError ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesNotFound) IsServerError() bool
IsServerError returns true when this stop deployment resource instances not found response has a 5xx status code
func (*StopDeploymentResourceInstancesNotFound) IsSuccess ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesNotFound) IsSuccess() bool
IsSuccess returns true when this stop deployment resource instances not found response has a 2xx status code
func (*StopDeploymentResourceInstancesNotFound) String ¶ added in v1.13.0
func (o *StopDeploymentResourceInstancesNotFound) String() string
type StopDeploymentResourceInstancesParams ¶
type StopDeploymentResourceInstancesParams struct { /* DeploymentID. Identifier for the Deployment. */ DeploymentID string /* IgnoreMissing. If true and the instance does not exist then quietly proceed to the next instance, otherwise treated as an error. */ IgnoreMissing *bool /* InstanceIds. A comma-separated list of instance identifiers. */ InstanceIds []string /* RefID. User-specified RefId for the Resource (or '_main' if there is only one). */ RefID string /* ResourceKind. The kind of resource (one of elasticsearch, kibana, apm, or integrations_server). */ ResourceKind string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
StopDeploymentResourceInstancesParams contains all the parameters to send to the API endpoint
for the stop deployment resource instances operation. Typically these are written to a http.Request.
func NewStopDeploymentResourceInstancesParams ¶
func NewStopDeploymentResourceInstancesParams() *StopDeploymentResourceInstancesParams
NewStopDeploymentResourceInstancesParams creates a new StopDeploymentResourceInstancesParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewStopDeploymentResourceInstancesParamsWithContext ¶
func NewStopDeploymentResourceInstancesParamsWithContext(ctx context.Context) *StopDeploymentResourceInstancesParams
NewStopDeploymentResourceInstancesParamsWithContext creates a new StopDeploymentResourceInstancesParams object with the ability to set a context for a request.
func NewStopDeploymentResourceInstancesParamsWithHTTPClient ¶
func NewStopDeploymentResourceInstancesParamsWithHTTPClient(client *http.Client) *StopDeploymentResourceInstancesParams
NewStopDeploymentResourceInstancesParamsWithHTTPClient creates a new StopDeploymentResourceInstancesParams object with the ability to set a custom HTTPClient for a request.
func NewStopDeploymentResourceInstancesParamsWithTimeout ¶
func NewStopDeploymentResourceInstancesParamsWithTimeout(timeout time.Duration) *StopDeploymentResourceInstancesParams
NewStopDeploymentResourceInstancesParamsWithTimeout creates a new StopDeploymentResourceInstancesParams object with the ability to set a timeout on a request.
func (*StopDeploymentResourceInstancesParams) SetContext ¶
func (o *StopDeploymentResourceInstancesParams) SetContext(ctx context.Context)
SetContext adds the context to the stop deployment resource instances params
func (*StopDeploymentResourceInstancesParams) SetDefaults ¶ added in v1.3.0
func (o *StopDeploymentResourceInstancesParams) SetDefaults()
SetDefaults hydrates default values in the stop deployment resource instances params (not the query body).
All values with no default are reset to their zero value.
func (*StopDeploymentResourceInstancesParams) SetDeploymentID ¶
func (o *StopDeploymentResourceInstancesParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the stop deployment resource instances params
func (*StopDeploymentResourceInstancesParams) SetHTTPClient ¶
func (o *StopDeploymentResourceInstancesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the stop deployment resource instances params
func (*StopDeploymentResourceInstancesParams) SetIgnoreMissing ¶
func (o *StopDeploymentResourceInstancesParams) SetIgnoreMissing(ignoreMissing *bool)
SetIgnoreMissing adds the ignoreMissing to the stop deployment resource instances params
func (*StopDeploymentResourceInstancesParams) SetInstanceIds ¶
func (o *StopDeploymentResourceInstancesParams) SetInstanceIds(instanceIds []string)
SetInstanceIds adds the instanceIds to the stop deployment resource instances params
func (*StopDeploymentResourceInstancesParams) SetRefID ¶
func (o *StopDeploymentResourceInstancesParams) SetRefID(refID string)
SetRefID adds the refId to the stop deployment resource instances params
func (*StopDeploymentResourceInstancesParams) SetResourceKind ¶
func (o *StopDeploymentResourceInstancesParams) SetResourceKind(resourceKind string)
SetResourceKind adds the resourceKind to the stop deployment resource instances params
func (*StopDeploymentResourceInstancesParams) SetTimeout ¶
func (o *StopDeploymentResourceInstancesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the stop deployment resource instances params
func (*StopDeploymentResourceInstancesParams) WithContext ¶
func (o *StopDeploymentResourceInstancesParams) WithContext(ctx context.Context) *StopDeploymentResourceInstancesParams
WithContext adds the context to the stop deployment resource instances params
func (*StopDeploymentResourceInstancesParams) WithDefaults ¶ added in v1.3.0
func (o *StopDeploymentResourceInstancesParams) WithDefaults() *StopDeploymentResourceInstancesParams
WithDefaults hydrates default values in the stop deployment resource instances params (not the query body).
All values with no default are reset to their zero value.
func (*StopDeploymentResourceInstancesParams) WithDeploymentID ¶
func (o *StopDeploymentResourceInstancesParams) WithDeploymentID(deploymentID string) *StopDeploymentResourceInstancesParams
WithDeploymentID adds the deploymentID to the stop deployment resource instances params
func (*StopDeploymentResourceInstancesParams) WithHTTPClient ¶
func (o *StopDeploymentResourceInstancesParams) WithHTTPClient(client *http.Client) *StopDeploymentResourceInstancesParams
WithHTTPClient adds the HTTPClient to the stop deployment resource instances params
func (*StopDeploymentResourceInstancesParams) WithIgnoreMissing ¶
func (o *StopDeploymentResourceInstancesParams) WithIgnoreMissing(ignoreMissing *bool) *StopDeploymentResourceInstancesParams
WithIgnoreMissing adds the ignoreMissing to the stop deployment resource instances params
func (*StopDeploymentResourceInstancesParams) WithInstanceIds ¶
func (o *StopDeploymentResourceInstancesParams) WithInstanceIds(instanceIds []string) *StopDeploymentResourceInstancesParams
WithInstanceIds adds the instanceIds to the stop deployment resource instances params
func (*StopDeploymentResourceInstancesParams) WithRefID ¶
func (o *StopDeploymentResourceInstancesParams) WithRefID(refID string) *StopDeploymentResourceInstancesParams
WithRefID adds the refID to the stop deployment resource instances params
func (*StopDeploymentResourceInstancesParams) WithResourceKind ¶
func (o *StopDeploymentResourceInstancesParams) WithResourceKind(resourceKind string) *StopDeploymentResourceInstancesParams
WithResourceKind adds the resourceKind to the stop deployment resource instances params
func (*StopDeploymentResourceInstancesParams) WithTimeout ¶
func (o *StopDeploymentResourceInstancesParams) WithTimeout(timeout time.Duration) *StopDeploymentResourceInstancesParams
WithTimeout adds the timeout to the stop deployment resource instances params
func (*StopDeploymentResourceInstancesParams) WriteToRequest ¶
func (o *StopDeploymentResourceInstancesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type StopDeploymentResourceInstancesReader ¶
type StopDeploymentResourceInstancesReader struct {
// contains filtered or unexported fields
}
StopDeploymentResourceInstancesReader is a Reader for the StopDeploymentResourceInstances structure.
func (*StopDeploymentResourceInstancesReader) ReadResponse ¶
func (o *StopDeploymentResourceInstancesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type StopDeploymentResourceMaintenanceModeAccepted ¶
type StopDeploymentResourceMaintenanceModeAccepted struct {
Payload *models.DeploymentResourceCommandResponse
}
StopDeploymentResourceMaintenanceModeAccepted describes a response with status code 202, with default header values.
The stop maintenance mode command was issued successfully.
func NewStopDeploymentResourceMaintenanceModeAccepted ¶
func NewStopDeploymentResourceMaintenanceModeAccepted() *StopDeploymentResourceMaintenanceModeAccepted
NewStopDeploymentResourceMaintenanceModeAccepted creates a StopDeploymentResourceMaintenanceModeAccepted with default headers values
func (*StopDeploymentResourceMaintenanceModeAccepted) Code ¶ added in v1.13.0
func (o *StopDeploymentResourceMaintenanceModeAccepted) Code() int
Code gets the status code for the stop deployment resource maintenance mode accepted response
func (*StopDeploymentResourceMaintenanceModeAccepted) Error ¶
func (o *StopDeploymentResourceMaintenanceModeAccepted) Error() string
func (*StopDeploymentResourceMaintenanceModeAccepted) GetPayload ¶
func (o *StopDeploymentResourceMaintenanceModeAccepted) GetPayload() *models.DeploymentResourceCommandResponse
func (*StopDeploymentResourceMaintenanceModeAccepted) IsClientError ¶ added in v1.13.0
func (o *StopDeploymentResourceMaintenanceModeAccepted) IsClientError() bool
IsClientError returns true when this stop deployment resource maintenance mode accepted response has a 4xx status code
func (*StopDeploymentResourceMaintenanceModeAccepted) IsCode ¶ added in v1.13.0
func (o *StopDeploymentResourceMaintenanceModeAccepted) IsCode(code int) bool
IsCode returns true when this stop deployment resource maintenance mode accepted response a status code equal to that given
func (*StopDeploymentResourceMaintenanceModeAccepted) IsRedirect ¶ added in v1.13.0
func (o *StopDeploymentResourceMaintenanceModeAccepted) IsRedirect() bool
IsRedirect returns true when this stop deployment resource maintenance mode accepted response has a 3xx status code
func (*StopDeploymentResourceMaintenanceModeAccepted) IsServerError ¶ added in v1.13.0
func (o *StopDeploymentResourceMaintenanceModeAccepted) IsServerError() bool
IsServerError returns true when this stop deployment resource maintenance mode accepted response has a 5xx status code
func (*StopDeploymentResourceMaintenanceModeAccepted) IsSuccess ¶ added in v1.13.0
func (o *StopDeploymentResourceMaintenanceModeAccepted) IsSuccess() bool
IsSuccess returns true when this stop deployment resource maintenance mode accepted response has a 2xx status code
func (*StopDeploymentResourceMaintenanceModeAccepted) String ¶ added in v1.13.0
func (o *StopDeploymentResourceMaintenanceModeAccepted) String() string
type StopDeploymentResourceMaintenanceModeForbidden ¶
type StopDeploymentResourceMaintenanceModeForbidden struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
StopDeploymentResourceMaintenanceModeForbidden describes a response with status code 403, with default header values.
The stop maintenance mode command was prohibited for the given Resource. (code: `deployments.instance_update_prohibited_error`)
func NewStopDeploymentResourceMaintenanceModeForbidden ¶
func NewStopDeploymentResourceMaintenanceModeForbidden() *StopDeploymentResourceMaintenanceModeForbidden
NewStopDeploymentResourceMaintenanceModeForbidden creates a StopDeploymentResourceMaintenanceModeForbidden with default headers values
func (*StopDeploymentResourceMaintenanceModeForbidden) Code ¶ added in v1.13.0
func (o *StopDeploymentResourceMaintenanceModeForbidden) Code() int
Code gets the status code for the stop deployment resource maintenance mode forbidden response
func (*StopDeploymentResourceMaintenanceModeForbidden) Error ¶
func (o *StopDeploymentResourceMaintenanceModeForbidden) Error() string
func (*StopDeploymentResourceMaintenanceModeForbidden) GetPayload ¶
func (o *StopDeploymentResourceMaintenanceModeForbidden) GetPayload() *models.BasicFailedReply
func (*StopDeploymentResourceMaintenanceModeForbidden) IsClientError ¶ added in v1.13.0
func (o *StopDeploymentResourceMaintenanceModeForbidden) IsClientError() bool
IsClientError returns true when this stop deployment resource maintenance mode forbidden response has a 4xx status code
func (*StopDeploymentResourceMaintenanceModeForbidden) IsCode ¶ added in v1.13.0
func (o *StopDeploymentResourceMaintenanceModeForbidden) IsCode(code int) bool
IsCode returns true when this stop deployment resource maintenance mode forbidden response a status code equal to that given
func (*StopDeploymentResourceMaintenanceModeForbidden) IsRedirect ¶ added in v1.13.0
func (o *StopDeploymentResourceMaintenanceModeForbidden) IsRedirect() bool
IsRedirect returns true when this stop deployment resource maintenance mode forbidden response has a 3xx status code
func (*StopDeploymentResourceMaintenanceModeForbidden) IsServerError ¶ added in v1.13.0
func (o *StopDeploymentResourceMaintenanceModeForbidden) IsServerError() bool
IsServerError returns true when this stop deployment resource maintenance mode forbidden response has a 5xx status code
func (*StopDeploymentResourceMaintenanceModeForbidden) IsSuccess ¶ added in v1.13.0
func (o *StopDeploymentResourceMaintenanceModeForbidden) IsSuccess() bool
IsSuccess returns true when this stop deployment resource maintenance mode forbidden response has a 2xx status code
func (*StopDeploymentResourceMaintenanceModeForbidden) String ¶ added in v1.13.0
func (o *StopDeploymentResourceMaintenanceModeForbidden) String() string
type StopDeploymentResourceMaintenanceModeInternalServerError ¶
type StopDeploymentResourceMaintenanceModeInternalServerError struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
StopDeploymentResourceMaintenanceModeInternalServerError describes a response with status code 500, with default header values.
A Resource that was previously stored no longer exists. (code: `deployments.deployment_resource_no_longer_exists`)
func NewStopDeploymentResourceMaintenanceModeInternalServerError ¶
func NewStopDeploymentResourceMaintenanceModeInternalServerError() *StopDeploymentResourceMaintenanceModeInternalServerError
NewStopDeploymentResourceMaintenanceModeInternalServerError creates a StopDeploymentResourceMaintenanceModeInternalServerError with default headers values
func (*StopDeploymentResourceMaintenanceModeInternalServerError) Code ¶ added in v1.13.0
func (o *StopDeploymentResourceMaintenanceModeInternalServerError) Code() int
Code gets the status code for the stop deployment resource maintenance mode internal server error response
func (*StopDeploymentResourceMaintenanceModeInternalServerError) Error ¶
func (o *StopDeploymentResourceMaintenanceModeInternalServerError) Error() string
func (*StopDeploymentResourceMaintenanceModeInternalServerError) GetPayload ¶
func (o *StopDeploymentResourceMaintenanceModeInternalServerError) GetPayload() *models.BasicFailedReply
func (*StopDeploymentResourceMaintenanceModeInternalServerError) IsClientError ¶ added in v1.13.0
func (o *StopDeploymentResourceMaintenanceModeInternalServerError) IsClientError() bool
IsClientError returns true when this stop deployment resource maintenance mode internal server error response has a 4xx status code
func (*StopDeploymentResourceMaintenanceModeInternalServerError) IsCode ¶ added in v1.13.0
func (o *StopDeploymentResourceMaintenanceModeInternalServerError) IsCode(code int) bool
IsCode returns true when this stop deployment resource maintenance mode internal server error response a status code equal to that given
func (*StopDeploymentResourceMaintenanceModeInternalServerError) IsRedirect ¶ added in v1.13.0
func (o *StopDeploymentResourceMaintenanceModeInternalServerError) IsRedirect() bool
IsRedirect returns true when this stop deployment resource maintenance mode internal server error response has a 3xx status code
func (*StopDeploymentResourceMaintenanceModeInternalServerError) IsServerError ¶ added in v1.13.0
func (o *StopDeploymentResourceMaintenanceModeInternalServerError) IsServerError() bool
IsServerError returns true when this stop deployment resource maintenance mode internal server error response has a 5xx status code
func (*StopDeploymentResourceMaintenanceModeInternalServerError) IsSuccess ¶ added in v1.13.0
func (o *StopDeploymentResourceMaintenanceModeInternalServerError) IsSuccess() bool
IsSuccess returns true when this stop deployment resource maintenance mode internal server error response has a 2xx status code
func (*StopDeploymentResourceMaintenanceModeInternalServerError) String ¶ added in v1.13.0
func (o *StopDeploymentResourceMaintenanceModeInternalServerError) String() string
type StopDeploymentResourceMaintenanceModeNotFound ¶
type StopDeploymentResourceMaintenanceModeNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
StopDeploymentResourceMaintenanceModeNotFound describes a response with status code 404, with default header values. * The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
* The Resource specified by {ref_id} cannot be found. (code: `deployments.deployment_resource_not_found`) * One or more instances of the given resource type are missing. (code: `deployments.instances_missing_on_update_error`)
func NewStopDeploymentResourceMaintenanceModeNotFound ¶
func NewStopDeploymentResourceMaintenanceModeNotFound() *StopDeploymentResourceMaintenanceModeNotFound
NewStopDeploymentResourceMaintenanceModeNotFound creates a StopDeploymentResourceMaintenanceModeNotFound with default headers values
func (*StopDeploymentResourceMaintenanceModeNotFound) Code ¶ added in v1.13.0
func (o *StopDeploymentResourceMaintenanceModeNotFound) Code() int
Code gets the status code for the stop deployment resource maintenance mode not found response
func (*StopDeploymentResourceMaintenanceModeNotFound) Error ¶
func (o *StopDeploymentResourceMaintenanceModeNotFound) Error() string
func (*StopDeploymentResourceMaintenanceModeNotFound) GetPayload ¶
func (o *StopDeploymentResourceMaintenanceModeNotFound) GetPayload() *models.BasicFailedReply
func (*StopDeploymentResourceMaintenanceModeNotFound) IsClientError ¶ added in v1.13.0
func (o *StopDeploymentResourceMaintenanceModeNotFound) IsClientError() bool
IsClientError returns true when this stop deployment resource maintenance mode not found response has a 4xx status code
func (*StopDeploymentResourceMaintenanceModeNotFound) IsCode ¶ added in v1.13.0
func (o *StopDeploymentResourceMaintenanceModeNotFound) IsCode(code int) bool
IsCode returns true when this stop deployment resource maintenance mode not found response a status code equal to that given
func (*StopDeploymentResourceMaintenanceModeNotFound) IsRedirect ¶ added in v1.13.0
func (o *StopDeploymentResourceMaintenanceModeNotFound) IsRedirect() bool
IsRedirect returns true when this stop deployment resource maintenance mode not found response has a 3xx status code
func (*StopDeploymentResourceMaintenanceModeNotFound) IsServerError ¶ added in v1.13.0
func (o *StopDeploymentResourceMaintenanceModeNotFound) IsServerError() bool
IsServerError returns true when this stop deployment resource maintenance mode not found response has a 5xx status code
func (*StopDeploymentResourceMaintenanceModeNotFound) IsSuccess ¶ added in v1.13.0
func (o *StopDeploymentResourceMaintenanceModeNotFound) IsSuccess() bool
IsSuccess returns true when this stop deployment resource maintenance mode not found response has a 2xx status code
func (*StopDeploymentResourceMaintenanceModeNotFound) String ¶ added in v1.13.0
func (o *StopDeploymentResourceMaintenanceModeNotFound) String() string
type StopDeploymentResourceMaintenanceModeParams ¶
type StopDeploymentResourceMaintenanceModeParams struct { /* DeploymentID. Identifier for the Deployment. */ DeploymentID string /* IgnoreMissing. If true and the instance does not exist then quietly proceed to the next instance, otherwise treated as an error. */ IgnoreMissing *bool /* InstanceIds. A comma-separated list of instance identifiers. */ InstanceIds []string /* RefID. User-specified RefId for the Resource (or '_main' if there is only one). */ RefID string /* ResourceKind. The kind of resource (one of elasticsearch, kibana, apm, or integrations_server). */ ResourceKind string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
StopDeploymentResourceMaintenanceModeParams contains all the parameters to send to the API endpoint
for the stop deployment resource maintenance mode operation. Typically these are written to a http.Request.
func NewStopDeploymentResourceMaintenanceModeParams ¶
func NewStopDeploymentResourceMaintenanceModeParams() *StopDeploymentResourceMaintenanceModeParams
NewStopDeploymentResourceMaintenanceModeParams creates a new StopDeploymentResourceMaintenanceModeParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewStopDeploymentResourceMaintenanceModeParamsWithContext ¶
func NewStopDeploymentResourceMaintenanceModeParamsWithContext(ctx context.Context) *StopDeploymentResourceMaintenanceModeParams
NewStopDeploymentResourceMaintenanceModeParamsWithContext creates a new StopDeploymentResourceMaintenanceModeParams object with the ability to set a context for a request.
func NewStopDeploymentResourceMaintenanceModeParamsWithHTTPClient ¶
func NewStopDeploymentResourceMaintenanceModeParamsWithHTTPClient(client *http.Client) *StopDeploymentResourceMaintenanceModeParams
NewStopDeploymentResourceMaintenanceModeParamsWithHTTPClient creates a new StopDeploymentResourceMaintenanceModeParams object with the ability to set a custom HTTPClient for a request.
func NewStopDeploymentResourceMaintenanceModeParamsWithTimeout ¶
func NewStopDeploymentResourceMaintenanceModeParamsWithTimeout(timeout time.Duration) *StopDeploymentResourceMaintenanceModeParams
NewStopDeploymentResourceMaintenanceModeParamsWithTimeout creates a new StopDeploymentResourceMaintenanceModeParams object with the ability to set a timeout on a request.
func (*StopDeploymentResourceMaintenanceModeParams) SetContext ¶
func (o *StopDeploymentResourceMaintenanceModeParams) SetContext(ctx context.Context)
SetContext adds the context to the stop deployment resource maintenance mode params
func (*StopDeploymentResourceMaintenanceModeParams) SetDefaults ¶ added in v1.3.0
func (o *StopDeploymentResourceMaintenanceModeParams) SetDefaults()
SetDefaults hydrates default values in the stop deployment resource maintenance mode params (not the query body).
All values with no default are reset to their zero value.
func (*StopDeploymentResourceMaintenanceModeParams) SetDeploymentID ¶
func (o *StopDeploymentResourceMaintenanceModeParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the stop deployment resource maintenance mode params
func (*StopDeploymentResourceMaintenanceModeParams) SetHTTPClient ¶
func (o *StopDeploymentResourceMaintenanceModeParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the stop deployment resource maintenance mode params
func (*StopDeploymentResourceMaintenanceModeParams) SetIgnoreMissing ¶
func (o *StopDeploymentResourceMaintenanceModeParams) SetIgnoreMissing(ignoreMissing *bool)
SetIgnoreMissing adds the ignoreMissing to the stop deployment resource maintenance mode params
func (*StopDeploymentResourceMaintenanceModeParams) SetInstanceIds ¶
func (o *StopDeploymentResourceMaintenanceModeParams) SetInstanceIds(instanceIds []string)
SetInstanceIds adds the instanceIds to the stop deployment resource maintenance mode params
func (*StopDeploymentResourceMaintenanceModeParams) SetRefID ¶
func (o *StopDeploymentResourceMaintenanceModeParams) SetRefID(refID string)
SetRefID adds the refId to the stop deployment resource maintenance mode params
func (*StopDeploymentResourceMaintenanceModeParams) SetResourceKind ¶
func (o *StopDeploymentResourceMaintenanceModeParams) SetResourceKind(resourceKind string)
SetResourceKind adds the resourceKind to the stop deployment resource maintenance mode params
func (*StopDeploymentResourceMaintenanceModeParams) SetTimeout ¶
func (o *StopDeploymentResourceMaintenanceModeParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the stop deployment resource maintenance mode params
func (*StopDeploymentResourceMaintenanceModeParams) WithContext ¶
func (o *StopDeploymentResourceMaintenanceModeParams) WithContext(ctx context.Context) *StopDeploymentResourceMaintenanceModeParams
WithContext adds the context to the stop deployment resource maintenance mode params
func (*StopDeploymentResourceMaintenanceModeParams) WithDefaults ¶ added in v1.3.0
func (o *StopDeploymentResourceMaintenanceModeParams) WithDefaults() *StopDeploymentResourceMaintenanceModeParams
WithDefaults hydrates default values in the stop deployment resource maintenance mode params (not the query body).
All values with no default are reset to their zero value.
func (*StopDeploymentResourceMaintenanceModeParams) WithDeploymentID ¶
func (o *StopDeploymentResourceMaintenanceModeParams) WithDeploymentID(deploymentID string) *StopDeploymentResourceMaintenanceModeParams
WithDeploymentID adds the deploymentID to the stop deployment resource maintenance mode params
func (*StopDeploymentResourceMaintenanceModeParams) WithHTTPClient ¶
func (o *StopDeploymentResourceMaintenanceModeParams) WithHTTPClient(client *http.Client) *StopDeploymentResourceMaintenanceModeParams
WithHTTPClient adds the HTTPClient to the stop deployment resource maintenance mode params
func (*StopDeploymentResourceMaintenanceModeParams) WithIgnoreMissing ¶
func (o *StopDeploymentResourceMaintenanceModeParams) WithIgnoreMissing(ignoreMissing *bool) *StopDeploymentResourceMaintenanceModeParams
WithIgnoreMissing adds the ignoreMissing to the stop deployment resource maintenance mode params
func (*StopDeploymentResourceMaintenanceModeParams) WithInstanceIds ¶
func (o *StopDeploymentResourceMaintenanceModeParams) WithInstanceIds(instanceIds []string) *StopDeploymentResourceMaintenanceModeParams
WithInstanceIds adds the instanceIds to the stop deployment resource maintenance mode params
func (*StopDeploymentResourceMaintenanceModeParams) WithRefID ¶
func (o *StopDeploymentResourceMaintenanceModeParams) WithRefID(refID string) *StopDeploymentResourceMaintenanceModeParams
WithRefID adds the refID to the stop deployment resource maintenance mode params
func (*StopDeploymentResourceMaintenanceModeParams) WithResourceKind ¶
func (o *StopDeploymentResourceMaintenanceModeParams) WithResourceKind(resourceKind string) *StopDeploymentResourceMaintenanceModeParams
WithResourceKind adds the resourceKind to the stop deployment resource maintenance mode params
func (*StopDeploymentResourceMaintenanceModeParams) WithTimeout ¶
func (o *StopDeploymentResourceMaintenanceModeParams) WithTimeout(timeout time.Duration) *StopDeploymentResourceMaintenanceModeParams
WithTimeout adds the timeout to the stop deployment resource maintenance mode params
func (*StopDeploymentResourceMaintenanceModeParams) WriteToRequest ¶
func (o *StopDeploymentResourceMaintenanceModeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type StopDeploymentResourceMaintenanceModeReader ¶
type StopDeploymentResourceMaintenanceModeReader struct {
// contains filtered or unexported fields
}
StopDeploymentResourceMaintenanceModeReader is a Reader for the StopDeploymentResourceMaintenanceMode structure.
func (*StopDeploymentResourceMaintenanceModeReader) ReadResponse ¶
func (o *StopDeploymentResourceMaintenanceModeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateDeploymentBadRequest ¶
type UpdateDeploymentBadRequest struct {
Payload *models.BasicFailedReply
}
UpdateDeploymentBadRequest describes a response with status code 400, with default header values.
The deployment request had errors.
func NewUpdateDeploymentBadRequest ¶
func NewUpdateDeploymentBadRequest() *UpdateDeploymentBadRequest
NewUpdateDeploymentBadRequest creates a UpdateDeploymentBadRequest with default headers values
func (*UpdateDeploymentBadRequest) Code ¶ added in v1.13.0
func (o *UpdateDeploymentBadRequest) Code() int
Code gets the status code for the update deployment bad request response
func (*UpdateDeploymentBadRequest) Error ¶
func (o *UpdateDeploymentBadRequest) Error() string
func (*UpdateDeploymentBadRequest) GetPayload ¶
func (o *UpdateDeploymentBadRequest) GetPayload() *models.BasicFailedReply
func (*UpdateDeploymentBadRequest) IsClientError ¶ added in v1.13.0
func (o *UpdateDeploymentBadRequest) IsClientError() bool
IsClientError returns true when this update deployment bad request response has a 4xx status code
func (*UpdateDeploymentBadRequest) IsCode ¶ added in v1.13.0
func (o *UpdateDeploymentBadRequest) IsCode(code int) bool
IsCode returns true when this update deployment bad request response a status code equal to that given
func (*UpdateDeploymentBadRequest) IsRedirect ¶ added in v1.13.0
func (o *UpdateDeploymentBadRequest) IsRedirect() bool
IsRedirect returns true when this update deployment bad request response has a 3xx status code
func (*UpdateDeploymentBadRequest) IsServerError ¶ added in v1.13.0
func (o *UpdateDeploymentBadRequest) IsServerError() bool
IsServerError returns true when this update deployment bad request response has a 5xx status code
func (*UpdateDeploymentBadRequest) IsSuccess ¶ added in v1.13.0
func (o *UpdateDeploymentBadRequest) IsSuccess() bool
IsSuccess returns true when this update deployment bad request response has a 2xx status code
func (*UpdateDeploymentBadRequest) String ¶ added in v1.13.0
func (o *UpdateDeploymentBadRequest) String() string
type UpdateDeploymentNotFound ¶
type UpdateDeploymentNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
UpdateDeploymentNotFound describes a response with status code 404, with default header values.
The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
func NewUpdateDeploymentNotFound ¶
func NewUpdateDeploymentNotFound() *UpdateDeploymentNotFound
NewUpdateDeploymentNotFound creates a UpdateDeploymentNotFound with default headers values
func (*UpdateDeploymentNotFound) Code ¶ added in v1.13.0
func (o *UpdateDeploymentNotFound) Code() int
Code gets the status code for the update deployment not found response
func (*UpdateDeploymentNotFound) Error ¶
func (o *UpdateDeploymentNotFound) Error() string
func (*UpdateDeploymentNotFound) GetPayload ¶
func (o *UpdateDeploymentNotFound) GetPayload() *models.BasicFailedReply
func (*UpdateDeploymentNotFound) IsClientError ¶ added in v1.13.0
func (o *UpdateDeploymentNotFound) IsClientError() bool
IsClientError returns true when this update deployment not found response has a 4xx status code
func (*UpdateDeploymentNotFound) IsCode ¶ added in v1.13.0
func (o *UpdateDeploymentNotFound) IsCode(code int) bool
IsCode returns true when this update deployment not found response a status code equal to that given
func (*UpdateDeploymentNotFound) IsRedirect ¶ added in v1.13.0
func (o *UpdateDeploymentNotFound) IsRedirect() bool
IsRedirect returns true when this update deployment not found response has a 3xx status code
func (*UpdateDeploymentNotFound) IsServerError ¶ added in v1.13.0
func (o *UpdateDeploymentNotFound) IsServerError() bool
IsServerError returns true when this update deployment not found response has a 5xx status code
func (*UpdateDeploymentNotFound) IsSuccess ¶ added in v1.13.0
func (o *UpdateDeploymentNotFound) IsSuccess() bool
IsSuccess returns true when this update deployment not found response has a 2xx status code
func (*UpdateDeploymentNotFound) String ¶ added in v1.13.0
func (o *UpdateDeploymentNotFound) String() string
type UpdateDeploymentOK ¶
type UpdateDeploymentOK struct { /* The date-time when the resource was created (ISO format relative to UTC) */ XCloudResourceCreated string /* The date-time when the resource was last modified (ISO format relative to UTC) */ XCloudResourceLastModified string /* The resource version, which is used to avoid update conflicts with concurrent operations */ XCloudResourceVersion string Payload *models.DeploymentUpdateResponse }
UpdateDeploymentOK describes a response with status code 200, with default header values.
The request was valid and the deployment was updated.
func NewUpdateDeploymentOK ¶
func NewUpdateDeploymentOK() *UpdateDeploymentOK
NewUpdateDeploymentOK creates a UpdateDeploymentOK with default headers values
func (*UpdateDeploymentOK) Code ¶ added in v1.13.0
func (o *UpdateDeploymentOK) Code() int
Code gets the status code for the update deployment o k response
func (*UpdateDeploymentOK) Error ¶
func (o *UpdateDeploymentOK) Error() string
func (*UpdateDeploymentOK) GetPayload ¶
func (o *UpdateDeploymentOK) GetPayload() *models.DeploymentUpdateResponse
func (*UpdateDeploymentOK) IsClientError ¶ added in v1.13.0
func (o *UpdateDeploymentOK) IsClientError() bool
IsClientError returns true when this update deployment o k response has a 4xx status code
func (*UpdateDeploymentOK) IsCode ¶ added in v1.13.0
func (o *UpdateDeploymentOK) IsCode(code int) bool
IsCode returns true when this update deployment o k response a status code equal to that given
func (*UpdateDeploymentOK) IsRedirect ¶ added in v1.13.0
func (o *UpdateDeploymentOK) IsRedirect() bool
IsRedirect returns true when this update deployment o k response has a 3xx status code
func (*UpdateDeploymentOK) IsServerError ¶ added in v1.13.0
func (o *UpdateDeploymentOK) IsServerError() bool
IsServerError returns true when this update deployment o k response has a 5xx status code
func (*UpdateDeploymentOK) IsSuccess ¶ added in v1.13.0
func (o *UpdateDeploymentOK) IsSuccess() bool
IsSuccess returns true when this update deployment o k response has a 2xx status code
func (*UpdateDeploymentOK) String ¶ added in v1.13.0
func (o *UpdateDeploymentOK) String() string
type UpdateDeploymentParams ¶
type UpdateDeploymentParams struct { /* Body. The deployment definition */ Body *models.DeploymentUpdateRequest /* DeploymentID. Identifier for the Deployment */ DeploymentID string /* HidePrunedOrphans. Whether or not to hide orphaned resources that were shut down (relevant if prune on the request is true) */ HidePrunedOrphans *bool /* SkipSnapshot. Whether or not to skip snapshots before shutting down orphaned resources (relevant if prune on the request is true) */ SkipSnapshot *bool /* ValidateOnly. If true, will just validate the Deployment definition but will not perform the update */ ValidateOnly *bool /* Version. If specified then checks for conflicts against the version stored in the persistent store (returned in 'x-cloud-resource-version' of the GET request) */ Version *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateDeploymentParams contains all the parameters to send to the API endpoint
for the update deployment operation. Typically these are written to a http.Request.
func NewUpdateDeploymentParams ¶
func NewUpdateDeploymentParams() *UpdateDeploymentParams
NewUpdateDeploymentParams creates a new UpdateDeploymentParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUpdateDeploymentParamsWithContext ¶
func NewUpdateDeploymentParamsWithContext(ctx context.Context) *UpdateDeploymentParams
NewUpdateDeploymentParamsWithContext creates a new UpdateDeploymentParams object with the ability to set a context for a request.
func NewUpdateDeploymentParamsWithHTTPClient ¶
func NewUpdateDeploymentParamsWithHTTPClient(client *http.Client) *UpdateDeploymentParams
NewUpdateDeploymentParamsWithHTTPClient creates a new UpdateDeploymentParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateDeploymentParamsWithTimeout ¶
func NewUpdateDeploymentParamsWithTimeout(timeout time.Duration) *UpdateDeploymentParams
NewUpdateDeploymentParamsWithTimeout creates a new UpdateDeploymentParams object with the ability to set a timeout on a request.
func (*UpdateDeploymentParams) SetBody ¶
func (o *UpdateDeploymentParams) SetBody(body *models.DeploymentUpdateRequest)
SetBody adds the body to the update deployment params
func (*UpdateDeploymentParams) SetContext ¶
func (o *UpdateDeploymentParams) SetContext(ctx context.Context)
SetContext adds the context to the update deployment params
func (*UpdateDeploymentParams) SetDefaults ¶ added in v1.3.0
func (o *UpdateDeploymentParams) SetDefaults()
SetDefaults hydrates default values in the update deployment params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateDeploymentParams) SetDeploymentID ¶
func (o *UpdateDeploymentParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the update deployment params
func (*UpdateDeploymentParams) SetHTTPClient ¶
func (o *UpdateDeploymentParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update deployment params
func (*UpdateDeploymentParams) SetHidePrunedOrphans ¶
func (o *UpdateDeploymentParams) SetHidePrunedOrphans(hidePrunedOrphans *bool)
SetHidePrunedOrphans adds the hidePrunedOrphans to the update deployment params
func (*UpdateDeploymentParams) SetSkipSnapshot ¶
func (o *UpdateDeploymentParams) SetSkipSnapshot(skipSnapshot *bool)
SetSkipSnapshot adds the skipSnapshot to the update deployment params
func (*UpdateDeploymentParams) SetTimeout ¶
func (o *UpdateDeploymentParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update deployment params
func (*UpdateDeploymentParams) SetValidateOnly ¶
func (o *UpdateDeploymentParams) SetValidateOnly(validateOnly *bool)
SetValidateOnly adds the validateOnly to the update deployment params
func (*UpdateDeploymentParams) SetVersion ¶
func (o *UpdateDeploymentParams) SetVersion(version *string)
SetVersion adds the version to the update deployment params
func (*UpdateDeploymentParams) WithBody ¶
func (o *UpdateDeploymentParams) WithBody(body *models.DeploymentUpdateRequest) *UpdateDeploymentParams
WithBody adds the body to the update deployment params
func (*UpdateDeploymentParams) WithContext ¶
func (o *UpdateDeploymentParams) WithContext(ctx context.Context) *UpdateDeploymentParams
WithContext adds the context to the update deployment params
func (*UpdateDeploymentParams) WithDefaults ¶ added in v1.3.0
func (o *UpdateDeploymentParams) WithDefaults() *UpdateDeploymentParams
WithDefaults hydrates default values in the update deployment params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateDeploymentParams) WithDeploymentID ¶
func (o *UpdateDeploymentParams) WithDeploymentID(deploymentID string) *UpdateDeploymentParams
WithDeploymentID adds the deploymentID to the update deployment params
func (*UpdateDeploymentParams) WithHTTPClient ¶
func (o *UpdateDeploymentParams) WithHTTPClient(client *http.Client) *UpdateDeploymentParams
WithHTTPClient adds the HTTPClient to the update deployment params
func (*UpdateDeploymentParams) WithHidePrunedOrphans ¶
func (o *UpdateDeploymentParams) WithHidePrunedOrphans(hidePrunedOrphans *bool) *UpdateDeploymentParams
WithHidePrunedOrphans adds the hidePrunedOrphans to the update deployment params
func (*UpdateDeploymentParams) WithSkipSnapshot ¶
func (o *UpdateDeploymentParams) WithSkipSnapshot(skipSnapshot *bool) *UpdateDeploymentParams
WithSkipSnapshot adds the skipSnapshot to the update deployment params
func (*UpdateDeploymentParams) WithTimeout ¶
func (o *UpdateDeploymentParams) WithTimeout(timeout time.Duration) *UpdateDeploymentParams
WithTimeout adds the timeout to the update deployment params
func (*UpdateDeploymentParams) WithValidateOnly ¶
func (o *UpdateDeploymentParams) WithValidateOnly(validateOnly *bool) *UpdateDeploymentParams
WithValidateOnly adds the validateOnly to the update deployment params
func (*UpdateDeploymentParams) WithVersion ¶
func (o *UpdateDeploymentParams) WithVersion(version *string) *UpdateDeploymentParams
WithVersion adds the version to the update deployment params
func (*UpdateDeploymentParams) WriteToRequest ¶
func (o *UpdateDeploymentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateDeploymentReader ¶
type UpdateDeploymentReader struct {
// contains filtered or unexported fields
}
UpdateDeploymentReader is a Reader for the UpdateDeployment structure.
func (*UpdateDeploymentReader) ReadResponse ¶
func (o *UpdateDeploymentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateDeploymentUnauthorized ¶
type UpdateDeploymentUnauthorized struct {
}UpdateDeploymentUnauthorized describes a response with status code 401, with default header values.
You are not authorized to perform this action.
func NewUpdateDeploymentUnauthorized ¶
func NewUpdateDeploymentUnauthorized() *UpdateDeploymentUnauthorized
NewUpdateDeploymentUnauthorized creates a UpdateDeploymentUnauthorized with default headers values
func (*UpdateDeploymentUnauthorized) Code ¶ added in v1.13.0
func (o *UpdateDeploymentUnauthorized) Code() int
Code gets the status code for the update deployment unauthorized response
func (*UpdateDeploymentUnauthorized) Error ¶
func (o *UpdateDeploymentUnauthorized) Error() string
func (*UpdateDeploymentUnauthorized) GetPayload ¶
func (o *UpdateDeploymentUnauthorized) GetPayload() *models.BasicFailedReply
func (*UpdateDeploymentUnauthorized) IsClientError ¶ added in v1.13.0
func (o *UpdateDeploymentUnauthorized) IsClientError() bool
IsClientError returns true when this update deployment unauthorized response has a 4xx status code
func (*UpdateDeploymentUnauthorized) IsCode ¶ added in v1.13.0
func (o *UpdateDeploymentUnauthorized) IsCode(code int) bool
IsCode returns true when this update deployment unauthorized response a status code equal to that given
func (*UpdateDeploymentUnauthorized) IsRedirect ¶ added in v1.13.0
func (o *UpdateDeploymentUnauthorized) IsRedirect() bool
IsRedirect returns true when this update deployment unauthorized response has a 3xx status code
func (*UpdateDeploymentUnauthorized) IsServerError ¶ added in v1.13.0
func (o *UpdateDeploymentUnauthorized) IsServerError() bool
IsServerError returns true when this update deployment unauthorized response has a 5xx status code
func (*UpdateDeploymentUnauthorized) IsSuccess ¶ added in v1.13.0
func (o *UpdateDeploymentUnauthorized) IsSuccess() bool
IsSuccess returns true when this update deployment unauthorized response has a 2xx status code
func (*UpdateDeploymentUnauthorized) String ¶ added in v1.13.0
func (o *UpdateDeploymentUnauthorized) String() string
type UpgradeDeploymentStatelessResourceAccepted ¶
type UpgradeDeploymentStatelessResourceAccepted struct {
Payload *models.DeploymentResourceUpgradeResponse
}
UpgradeDeploymentStatelessResourceAccepted describes a response with status code 202, with default header values.
The upgrade command was issued successfully. Use the "GET" command on the /{deployment_id} resource to monitor progress
func NewUpgradeDeploymentStatelessResourceAccepted ¶
func NewUpgradeDeploymentStatelessResourceAccepted() *UpgradeDeploymentStatelessResourceAccepted
NewUpgradeDeploymentStatelessResourceAccepted creates a UpgradeDeploymentStatelessResourceAccepted with default headers values
func (*UpgradeDeploymentStatelessResourceAccepted) Code ¶ added in v1.13.0
func (o *UpgradeDeploymentStatelessResourceAccepted) Code() int
Code gets the status code for the upgrade deployment stateless resource accepted response
func (*UpgradeDeploymentStatelessResourceAccepted) Error ¶
func (o *UpgradeDeploymentStatelessResourceAccepted) Error() string
func (*UpgradeDeploymentStatelessResourceAccepted) GetPayload ¶
func (o *UpgradeDeploymentStatelessResourceAccepted) GetPayload() *models.DeploymentResourceUpgradeResponse
func (*UpgradeDeploymentStatelessResourceAccepted) IsClientError ¶ added in v1.13.0
func (o *UpgradeDeploymentStatelessResourceAccepted) IsClientError() bool
IsClientError returns true when this upgrade deployment stateless resource accepted response has a 4xx status code
func (*UpgradeDeploymentStatelessResourceAccepted) IsCode ¶ added in v1.13.0
func (o *UpgradeDeploymentStatelessResourceAccepted) IsCode(code int) bool
IsCode returns true when this upgrade deployment stateless resource accepted response a status code equal to that given
func (*UpgradeDeploymentStatelessResourceAccepted) IsRedirect ¶ added in v1.13.0
func (o *UpgradeDeploymentStatelessResourceAccepted) IsRedirect() bool
IsRedirect returns true when this upgrade deployment stateless resource accepted response has a 3xx status code
func (*UpgradeDeploymentStatelessResourceAccepted) IsServerError ¶ added in v1.13.0
func (o *UpgradeDeploymentStatelessResourceAccepted) IsServerError() bool
IsServerError returns true when this upgrade deployment stateless resource accepted response has a 5xx status code
func (*UpgradeDeploymentStatelessResourceAccepted) IsSuccess ¶ added in v1.13.0
func (o *UpgradeDeploymentStatelessResourceAccepted) IsSuccess() bool
IsSuccess returns true when this upgrade deployment stateless resource accepted response has a 2xx status code
func (*UpgradeDeploymentStatelessResourceAccepted) String ¶ added in v1.13.0
func (o *UpgradeDeploymentStatelessResourceAccepted) String() string
type UpgradeDeploymentStatelessResourceNotFound ¶
type UpgradeDeploymentStatelessResourceNotFound struct { /* The error codes associated with the response */ XCloudErrorCodes string Payload *models.BasicFailedReply }
UpgradeDeploymentStatelessResourceNotFound describes a response with status code 404, with default header values. * The Deployment specified by {deployment_id} cannot be found. (code: `deployments.deployment_not_found`)
* The Resource specified by {ref_id} cannot be found. (code: `deployments.deployment_resource_not_found`)
func NewUpgradeDeploymentStatelessResourceNotFound ¶
func NewUpgradeDeploymentStatelessResourceNotFound() *UpgradeDeploymentStatelessResourceNotFound
NewUpgradeDeploymentStatelessResourceNotFound creates a UpgradeDeploymentStatelessResourceNotFound with default headers values
func (*UpgradeDeploymentStatelessResourceNotFound) Code ¶ added in v1.13.0
func (o *UpgradeDeploymentStatelessResourceNotFound) Code() int
Code gets the status code for the upgrade deployment stateless resource not found response
func (*UpgradeDeploymentStatelessResourceNotFound) Error ¶
func (o *UpgradeDeploymentStatelessResourceNotFound) Error() string
func (*UpgradeDeploymentStatelessResourceNotFound) GetPayload ¶
func (o *UpgradeDeploymentStatelessResourceNotFound) GetPayload() *models.BasicFailedReply
func (*UpgradeDeploymentStatelessResourceNotFound) IsClientError ¶ added in v1.13.0
func (o *UpgradeDeploymentStatelessResourceNotFound) IsClientError() bool
IsClientError returns true when this upgrade deployment stateless resource not found response has a 4xx status code
func (*UpgradeDeploymentStatelessResourceNotFound) IsCode ¶ added in v1.13.0
func (o *UpgradeDeploymentStatelessResourceNotFound) IsCode(code int) bool
IsCode returns true when this upgrade deployment stateless resource not found response a status code equal to that given
func (*UpgradeDeploymentStatelessResourceNotFound) IsRedirect ¶ added in v1.13.0
func (o *UpgradeDeploymentStatelessResourceNotFound) IsRedirect() bool
IsRedirect returns true when this upgrade deployment stateless resource not found response has a 3xx status code
func (*UpgradeDeploymentStatelessResourceNotFound) IsServerError ¶ added in v1.13.0
func (o *UpgradeDeploymentStatelessResourceNotFound) IsServerError() bool
IsServerError returns true when this upgrade deployment stateless resource not found response has a 5xx status code
func (*UpgradeDeploymentStatelessResourceNotFound) IsSuccess ¶ added in v1.13.0
func (o *UpgradeDeploymentStatelessResourceNotFound) IsSuccess() bool
IsSuccess returns true when this upgrade deployment stateless resource not found response has a 2xx status code
func (*UpgradeDeploymentStatelessResourceNotFound) String ¶ added in v1.13.0
func (o *UpgradeDeploymentStatelessResourceNotFound) String() string
type UpgradeDeploymentStatelessResourceParams ¶
type UpgradeDeploymentStatelessResourceParams struct { /* DeploymentID. Identifier for the Deployment. */ DeploymentID string /* RefID. User-specified RefId for the Resource (or '_main' if there is only one). */ RefID string /* StatelessResourceKind. The kind of stateless resource */ StatelessResourceKind string /* ValidateOnly. When `true`, returns the update version without performing the upgrade */ ValidateOnly *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpgradeDeploymentStatelessResourceParams contains all the parameters to send to the API endpoint
for the upgrade deployment stateless resource operation. Typically these are written to a http.Request.
func NewUpgradeDeploymentStatelessResourceParams ¶
func NewUpgradeDeploymentStatelessResourceParams() *UpgradeDeploymentStatelessResourceParams
NewUpgradeDeploymentStatelessResourceParams creates a new UpgradeDeploymentStatelessResourceParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewUpgradeDeploymentStatelessResourceParamsWithContext ¶
func NewUpgradeDeploymentStatelessResourceParamsWithContext(ctx context.Context) *UpgradeDeploymentStatelessResourceParams
NewUpgradeDeploymentStatelessResourceParamsWithContext creates a new UpgradeDeploymentStatelessResourceParams object with the ability to set a context for a request.
func NewUpgradeDeploymentStatelessResourceParamsWithHTTPClient ¶
func NewUpgradeDeploymentStatelessResourceParamsWithHTTPClient(client *http.Client) *UpgradeDeploymentStatelessResourceParams
NewUpgradeDeploymentStatelessResourceParamsWithHTTPClient creates a new UpgradeDeploymentStatelessResourceParams object with the ability to set a custom HTTPClient for a request.
func NewUpgradeDeploymentStatelessResourceParamsWithTimeout ¶
func NewUpgradeDeploymentStatelessResourceParamsWithTimeout(timeout time.Duration) *UpgradeDeploymentStatelessResourceParams
NewUpgradeDeploymentStatelessResourceParamsWithTimeout creates a new UpgradeDeploymentStatelessResourceParams object with the ability to set a timeout on a request.
func (*UpgradeDeploymentStatelessResourceParams) SetContext ¶
func (o *UpgradeDeploymentStatelessResourceParams) SetContext(ctx context.Context)
SetContext adds the context to the upgrade deployment stateless resource params
func (*UpgradeDeploymentStatelessResourceParams) SetDefaults ¶ added in v1.3.0
func (o *UpgradeDeploymentStatelessResourceParams) SetDefaults()
SetDefaults hydrates default values in the upgrade deployment stateless resource params (not the query body).
All values with no default are reset to their zero value.
func (*UpgradeDeploymentStatelessResourceParams) SetDeploymentID ¶
func (o *UpgradeDeploymentStatelessResourceParams) SetDeploymentID(deploymentID string)
SetDeploymentID adds the deploymentId to the upgrade deployment stateless resource params
func (*UpgradeDeploymentStatelessResourceParams) SetHTTPClient ¶
func (o *UpgradeDeploymentStatelessResourceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the upgrade deployment stateless resource params
func (*UpgradeDeploymentStatelessResourceParams) SetRefID ¶
func (o *UpgradeDeploymentStatelessResourceParams) SetRefID(refID string)
SetRefID adds the refId to the upgrade deployment stateless resource params
func (*UpgradeDeploymentStatelessResourceParams) SetStatelessResourceKind ¶
func (o *UpgradeDeploymentStatelessResourceParams) SetStatelessResourceKind(statelessResourceKind string)
SetStatelessResourceKind adds the statelessResourceKind to the upgrade deployment stateless resource params
func (*UpgradeDeploymentStatelessResourceParams) SetTimeout ¶
func (o *UpgradeDeploymentStatelessResourceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the upgrade deployment stateless resource params
func (*UpgradeDeploymentStatelessResourceParams) SetValidateOnly ¶
func (o *UpgradeDeploymentStatelessResourceParams) SetValidateOnly(validateOnly *bool)
SetValidateOnly adds the validateOnly to the upgrade deployment stateless resource params
func (*UpgradeDeploymentStatelessResourceParams) WithContext ¶
func (o *UpgradeDeploymentStatelessResourceParams) WithContext(ctx context.Context) *UpgradeDeploymentStatelessResourceParams
WithContext adds the context to the upgrade deployment stateless resource params
func (*UpgradeDeploymentStatelessResourceParams) WithDefaults ¶ added in v1.3.0
func (o *UpgradeDeploymentStatelessResourceParams) WithDefaults() *UpgradeDeploymentStatelessResourceParams
WithDefaults hydrates default values in the upgrade deployment stateless resource params (not the query body).
All values with no default are reset to their zero value.
func (*UpgradeDeploymentStatelessResourceParams) WithDeploymentID ¶
func (o *UpgradeDeploymentStatelessResourceParams) WithDeploymentID(deploymentID string) *UpgradeDeploymentStatelessResourceParams
WithDeploymentID adds the deploymentID to the upgrade deployment stateless resource params
func (*UpgradeDeploymentStatelessResourceParams) WithHTTPClient ¶
func (o *UpgradeDeploymentStatelessResourceParams) WithHTTPClient(client *http.Client) *UpgradeDeploymentStatelessResourceParams
WithHTTPClient adds the HTTPClient to the upgrade deployment stateless resource params
func (*UpgradeDeploymentStatelessResourceParams) WithRefID ¶
func (o *UpgradeDeploymentStatelessResourceParams) WithRefID(refID string) *UpgradeDeploymentStatelessResourceParams
WithRefID adds the refID to the upgrade deployment stateless resource params
func (*UpgradeDeploymentStatelessResourceParams) WithStatelessResourceKind ¶
func (o *UpgradeDeploymentStatelessResourceParams) WithStatelessResourceKind(statelessResourceKind string) *UpgradeDeploymentStatelessResourceParams
WithStatelessResourceKind adds the statelessResourceKind to the upgrade deployment stateless resource params
func (*UpgradeDeploymentStatelessResourceParams) WithTimeout ¶
func (o *UpgradeDeploymentStatelessResourceParams) WithTimeout(timeout time.Duration) *UpgradeDeploymentStatelessResourceParams
WithTimeout adds the timeout to the upgrade deployment stateless resource params
func (*UpgradeDeploymentStatelessResourceParams) WithValidateOnly ¶
func (o *UpgradeDeploymentStatelessResourceParams) WithValidateOnly(validateOnly *bool) *UpgradeDeploymentStatelessResourceParams
WithValidateOnly adds the validateOnly to the upgrade deployment stateless resource params
func (*UpgradeDeploymentStatelessResourceParams) WriteToRequest ¶
func (o *UpgradeDeploymentStatelessResourceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpgradeDeploymentStatelessResourceReader ¶
type UpgradeDeploymentStatelessResourceReader struct {
// contains filtered or unexported fields
}
UpgradeDeploymentStatelessResourceReader is a Reader for the UpgradeDeploymentStatelessResource structure.
func (*UpgradeDeploymentStatelessResourceReader) ReadResponse ¶
func (o *UpgradeDeploymentStatelessResourceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
Source Files ¶
- cancel_deployment_resource_pending_plan_parameters.go
- cancel_deployment_resource_pending_plan_responses.go
- capture_deployment_instance_heap_dump_parameters.go
- capture_deployment_instance_heap_dump_responses.go
- capture_deployment_instance_thread_dump_parameters.go
- capture_deployment_instance_thread_dump_responses.go
- capture_deployment_resource_diagnostics_parameters.go
- capture_deployment_resource_diagnostics_responses.go
- create_deployment_parameters.go
- create_deployment_responses.go
- delete_deployment_parameters.go
- delete_deployment_resource_proxy_requests_parameters.go
- delete_deployment_resource_proxy_requests_responses.go
- delete_deployment_responses.go
- delete_deployment_stateless_resource_parameters.go
- delete_deployment_stateless_resource_responses.go
- deployment_apm_reset_secret_token_parameters.go
- deployment_apm_reset_secret_token_responses.go
- deployments_client.go
- download_deployment_instance_heap_dump_parameters.go
- download_deployment_instance_heap_dump_responses.go
- enable_deployment_resource_ccr_parameters.go
- enable_deployment_resource_ccr_responses.go
- enable_deployment_resource_ilm_parameters.go
- enable_deployment_resource_ilm_responses.go
- enable_deployment_resource_slm_parameters.go
- enable_deployment_resource_slm_responses.go
- get_appsearch_read_only_mode_parameters.go
- get_appsearch_read_only_mode_responses.go
- get_deployment_apm_resource_info_parameters.go
- get_deployment_apm_resource_info_responses.go
- get_deployment_appsearch_resource_info_parameters.go
- get_deployment_appsearch_resource_info_responses.go
- get_deployment_certificate_authority_parameters.go
- get_deployment_certificate_authority_responses.go
- get_deployment_enterprise_search_resource_info_parameters.go
- get_deployment_enterprise_search_resource_info_responses.go
- get_deployment_es_resource_eligible_remote_clusters_parameters.go
- get_deployment_es_resource_eligible_remote_clusters_responses.go
- get_deployment_es_resource_info_parameters.go
- get_deployment_es_resource_info_responses.go
- get_deployment_es_resource_keystore_parameters.go
- get_deployment_es_resource_keystore_responses.go
- get_deployment_es_resource_remote_clusters_parameters.go
- get_deployment_es_resource_remote_clusters_responses.go
- get_deployment_heap_dumps_parameters.go
- get_deployment_heap_dumps_responses.go
- get_deployment_integrations_server_resource_info_parameters.go
- get_deployment_integrations_server_resource_info_responses.go
- get_deployment_kib_resource_info_parameters.go
- get_deployment_kib_resource_info_responses.go
- get_deployment_parameters.go
- get_deployment_resource_plan_activity_parameters.go
- get_deployment_resource_plan_activity_responses.go
- get_deployment_resource_proxy_requests_parameters.go
- get_deployment_resource_proxy_requests_responses.go
- get_deployment_responses.go
- get_deployment_upgrade_assistant_status_parameters.go
- get_deployment_upgrade_assistant_status_responses.go
- list_deployments_parameters.go
- list_deployments_responses.go
- migrate_deployment_template_parameters.go
- migrate_deployment_template_responses.go
- move_deployment_elasticsearch_resource_instances_parameters.go
- move_deployment_elasticsearch_resource_instances_responses.go
- post_deployment_resource_proxy_requests_parameters.go
- post_deployment_resource_proxy_requests_responses.go
- put_deployment_resource_proxy_requests_parameters.go
- put_deployment_resource_proxy_requests_responses.go
- reset_elasticsearch_user_password_parameters.go
- reset_elasticsearch_user_password_responses.go
- restart_deployment_es_resource_parameters.go
- restart_deployment_es_resource_responses.go
- restart_deployment_stateless_resource_parameters.go
- restart_deployment_stateless_resource_responses.go
- restore_deployment_parameters.go
- restore_deployment_resource_parameters.go
- restore_deployment_resource_responses.go
- restore_deployment_responses.go
- resync_deployment_parameters.go
- resync_deployment_responses.go
- resync_deployments_parameters.go
- resync_deployments_responses.go
- search_deployments_parameters.go
- search_deployments_responses.go
- search_eligible_remote_clusters_parameters.go
- search_eligible_remote_clusters_responses.go
- set_all_instances_settings_overrides_parameters.go
- set_all_instances_settings_overrides_responses.go
- set_appsearch_read_only_mode_parameters.go
- set_appsearch_read_only_mode_responses.go
- set_deployment_es_resource_keystore_parameters.go
- set_deployment_es_resource_keystore_responses.go
- set_deployment_es_resource_remote_clusters_parameters.go
- set_deployment_es_resource_remote_clusters_responses.go
- set_deployment_resource_raw_metadata_parameters.go
- set_deployment_resource_raw_metadata_responses.go
- set_instance_settings_overrides_parameters.go
- set_instance_settings_overrides_responses.go
- shutdown_deployment_es_resource_parameters.go
- shutdown_deployment_es_resource_responses.go
- shutdown_deployment_parameters.go
- shutdown_deployment_responses.go
- shutdown_deployment_stateless_resource_parameters.go
- shutdown_deployment_stateless_resource_responses.go
- start_deployment_resource_instances_all_maintenance_mode_parameters.go
- start_deployment_resource_instances_all_maintenance_mode_responses.go
- start_deployment_resource_instances_all_parameters.go
- start_deployment_resource_instances_all_responses.go
- start_deployment_resource_instances_parameters.go
- start_deployment_resource_instances_responses.go
- start_deployment_resource_maintenance_mode_parameters.go
- start_deployment_resource_maintenance_mode_responses.go
- stop_deployment_resource_instances_all_maintenance_mode_parameters.go
- stop_deployment_resource_instances_all_maintenance_mode_responses.go
- stop_deployment_resource_instances_all_parameters.go
- stop_deployment_resource_instances_all_responses.go
- stop_deployment_resource_instances_parameters.go
- stop_deployment_resource_instances_responses.go
- stop_deployment_resource_maintenance_mode_parameters.go
- stop_deployment_resource_maintenance_mode_responses.go
- update_deployment_parameters.go
- update_deployment_responses.go
- upgrade_deployment_stateless_resource_parameters.go
- upgrade_deployment_stateless_resource_responses.go