Documentation ¶
Index ¶
- type API
- type BindHostBadRequest
- func (o *BindHostBadRequest) Error() string
- func (o *BindHostBadRequest) GetPayload() *models.Error
- func (o *BindHostBadRequest) IsClientError() bool
- func (o *BindHostBadRequest) IsCode(code int) bool
- func (o *BindHostBadRequest) IsRedirect() bool
- func (o *BindHostBadRequest) IsServerError() bool
- func (o *BindHostBadRequest) IsSuccess() bool
- func (o *BindHostBadRequest) String() string
- type BindHostForbidden
- func (o *BindHostForbidden) Error() string
- func (o *BindHostForbidden) GetPayload() *models.InfraError
- func (o *BindHostForbidden) IsClientError() bool
- func (o *BindHostForbidden) IsCode(code int) bool
- func (o *BindHostForbidden) IsRedirect() bool
- func (o *BindHostForbidden) IsServerError() bool
- func (o *BindHostForbidden) IsSuccess() bool
- func (o *BindHostForbidden) String() string
- type BindHostInternalServerError
- func (o *BindHostInternalServerError) Error() string
- func (o *BindHostInternalServerError) GetPayload() *models.Error
- func (o *BindHostInternalServerError) IsClientError() bool
- func (o *BindHostInternalServerError) IsCode(code int) bool
- func (o *BindHostInternalServerError) IsRedirect() bool
- func (o *BindHostInternalServerError) IsServerError() bool
- func (o *BindHostInternalServerError) IsSuccess() bool
- func (o *BindHostInternalServerError) String() string
- type BindHostMethodNotAllowed
- func (o *BindHostMethodNotAllowed) Error() string
- func (o *BindHostMethodNotAllowed) GetPayload() *models.Error
- func (o *BindHostMethodNotAllowed) IsClientError() bool
- func (o *BindHostMethodNotAllowed) IsCode(code int) bool
- func (o *BindHostMethodNotAllowed) IsRedirect() bool
- func (o *BindHostMethodNotAllowed) IsServerError() bool
- func (o *BindHostMethodNotAllowed) IsSuccess() bool
- func (o *BindHostMethodNotAllowed) String() string
- type BindHostNotFound
- func (o *BindHostNotFound) Error() string
- func (o *BindHostNotFound) GetPayload() *models.Error
- func (o *BindHostNotFound) IsClientError() bool
- func (o *BindHostNotFound) IsCode(code int) bool
- func (o *BindHostNotFound) IsRedirect() bool
- func (o *BindHostNotFound) IsServerError() bool
- func (o *BindHostNotFound) IsSuccess() bool
- func (o *BindHostNotFound) String() string
- type BindHostNotImplemented
- func (o *BindHostNotImplemented) Error() string
- func (o *BindHostNotImplemented) GetPayload() *models.Error
- func (o *BindHostNotImplemented) IsClientError() bool
- func (o *BindHostNotImplemented) IsCode(code int) bool
- func (o *BindHostNotImplemented) IsRedirect() bool
- func (o *BindHostNotImplemented) IsServerError() bool
- func (o *BindHostNotImplemented) IsSuccess() bool
- func (o *BindHostNotImplemented) String() string
- type BindHostOK
- func (o *BindHostOK) Error() string
- func (o *BindHostOK) GetPayload() *models.Host
- func (o *BindHostOK) IsClientError() bool
- func (o *BindHostOK) IsCode(code int) bool
- func (o *BindHostOK) IsRedirect() bool
- func (o *BindHostOK) IsServerError() bool
- func (o *BindHostOK) IsSuccess() bool
- func (o *BindHostOK) String() string
- type BindHostParams
- func (o *BindHostParams) SetBindHostParams(bindHostParams *models.BindHostParams)
- func (o *BindHostParams) SetContext(ctx context.Context)
- func (o *BindHostParams) SetDefaults()
- func (o *BindHostParams) SetHTTPClient(client *http.Client)
- func (o *BindHostParams) SetHostID(hostID strfmt.UUID)
- func (o *BindHostParams) SetInfraEnvID(infraEnvID strfmt.UUID)
- func (o *BindHostParams) SetTimeout(timeout time.Duration)
- func (o *BindHostParams) WithBindHostParams(bindHostParams *models.BindHostParams) *BindHostParams
- func (o *BindHostParams) WithContext(ctx context.Context) *BindHostParams
- func (o *BindHostParams) WithDefaults() *BindHostParams
- func (o *BindHostParams) WithHTTPClient(client *http.Client) *BindHostParams
- func (o *BindHostParams) WithHostID(hostID strfmt.UUID) *BindHostParams
- func (o *BindHostParams) WithInfraEnvID(infraEnvID strfmt.UUID) *BindHostParams
- func (o *BindHostParams) WithTimeout(timeout time.Duration) *BindHostParams
- func (o *BindHostParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type BindHostReader
- type BindHostServiceUnavailable
- func (o *BindHostServiceUnavailable) Error() string
- func (o *BindHostServiceUnavailable) GetPayload() *models.Error
- func (o *BindHostServiceUnavailable) IsClientError() bool
- func (o *BindHostServiceUnavailable) IsCode(code int) bool
- func (o *BindHostServiceUnavailable) IsRedirect() bool
- func (o *BindHostServiceUnavailable) IsServerError() bool
- func (o *BindHostServiceUnavailable) IsSuccess() bool
- func (o *BindHostServiceUnavailable) String() string
- type BindHostUnauthorized
- func (o *BindHostUnauthorized) Error() string
- func (o *BindHostUnauthorized) GetPayload() *models.InfraError
- func (o *BindHostUnauthorized) IsClientError() bool
- func (o *BindHostUnauthorized) IsCode(code int) bool
- func (o *BindHostUnauthorized) IsRedirect() bool
- func (o *BindHostUnauthorized) IsServerError() bool
- func (o *BindHostUnauthorized) IsSuccess() bool
- func (o *BindHostUnauthorized) String() string
- type Client
- func (a *Client) BindHost(ctx context.Context, params *BindHostParams) (*BindHostOK, error)
- func (a *Client) DeregisterInfraEnv(ctx context.Context, params *DeregisterInfraEnvParams) (*DeregisterInfraEnvNoContent, error)
- func (a *Client) DownloadMinimalInitrd(ctx context.Context, params *DownloadMinimalInitrdParams, writer io.Writer) (*DownloadMinimalInitrdOK, *DownloadMinimalInitrdNoContent, error)
- func (a *Client) GetClusterSupportedPlatforms(ctx context.Context, params *GetClusterSupportedPlatformsParams) (*GetClusterSupportedPlatformsOK, error)
- func (a *Client) GetInfraEnv(ctx context.Context, params *GetInfraEnvParams) (*GetInfraEnvOK, error)
- func (a *Client) GetInfraEnvDownloadURL(ctx context.Context, params *GetInfraEnvDownloadURLParams) (*GetInfraEnvDownloadURLOK, error)
- func (a *Client) GetInfraEnvPresignedFileURL(ctx context.Context, params *GetInfraEnvPresignedFileURLParams) (*GetInfraEnvPresignedFileURLOK, error)
- func (a *Client) GetSupportedArchitectures(ctx context.Context, params *GetSupportedArchitecturesParams) (*GetSupportedArchitecturesOK, error)
- func (a *Client) GetSupportedFeatures(ctx context.Context, params *GetSupportedFeaturesParams) (*GetSupportedFeaturesOK, error)
- func (a *Client) ListClusterHosts(ctx context.Context, params *ListClusterHostsParams) (*ListClusterHostsOK, error)
- func (a *Client) ListInfraEnvs(ctx context.Context, params *ListInfraEnvsParams) (*ListInfraEnvsOK, error)
- func (a *Client) RegenerateInfraEnvSigningKey(ctx context.Context, params *RegenerateInfraEnvSigningKeyParams) (*RegenerateInfraEnvSigningKeyNoContent, error)
- func (a *Client) RegisterInfraEnv(ctx context.Context, params *RegisterInfraEnvParams) (*RegisterInfraEnvCreated, error)
- func (a *Client) TransformClusterToAddingHosts(ctx context.Context, params *TransformClusterToAddingHostsParams) (*TransformClusterToAddingHostsAccepted, error)
- func (a *Client) TransformClusterToDay2(ctx context.Context, params *TransformClusterToDay2Params) (*TransformClusterToDay2Accepted, error)
- func (a *Client) UnbindHost(ctx context.Context, params *UnbindHostParams) (*UnbindHostOK, error)
- func (a *Client) UpdateInfraEnv(ctx context.Context, params *UpdateInfraEnvParams) (*UpdateInfraEnvCreated, error)
- func (a *Client) V2CancelInstallation(ctx context.Context, params *V2CancelInstallationParams) (*V2CancelInstallationAccepted, error)
- func (a *Client) V2CompleteInstallation(ctx context.Context, params *V2CompleteInstallationParams) (*V2CompleteInstallationAccepted, error)
- func (a *Client) V2DeregisterCluster(ctx context.Context, params *V2DeregisterClusterParams) (*V2DeregisterClusterNoContent, error)
- func (a *Client) V2DeregisterHost(ctx context.Context, params *V2DeregisterHostParams) (*V2DeregisterHostNoContent, error)
- func (a *Client) V2DownloadClusterCredentials(ctx context.Context, params *V2DownloadClusterCredentialsParams, ...) (*V2DownloadClusterCredentialsOK, error)
- func (a *Client) V2DownloadClusterFiles(ctx context.Context, params *V2DownloadClusterFilesParams, writer io.Writer) (*V2DownloadClusterFilesOK, error)
- func (a *Client) V2DownloadClusterLogs(ctx context.Context, params *V2DownloadClusterLogsParams, writer io.Writer) (*V2DownloadClusterLogsOK, error)
- func (a *Client) V2DownloadHostIgnition(ctx context.Context, params *V2DownloadHostIgnitionParams, writer io.Writer) (*V2DownloadHostIgnitionOK, error)
- func (a *Client) V2DownloadInfraEnvFiles(ctx context.Context, params *V2DownloadInfraEnvFilesParams, writer io.Writer) (*V2DownloadInfraEnvFilesOK, error)
- func (a *Client) V2GetCluster(ctx context.Context, params *V2GetClusterParams) (*V2GetClusterOK, error)
- func (a *Client) V2GetClusterDefaultConfig(ctx context.Context, params *V2GetClusterDefaultConfigParams) (*V2GetClusterDefaultConfigOK, error)
- func (a *Client) V2GetClusterInstallConfig(ctx context.Context, params *V2GetClusterInstallConfigParams) (*V2GetClusterInstallConfigOK, error)
- func (a *Client) V2GetClusterUISettings(ctx context.Context, params *V2GetClusterUISettingsParams) (*V2GetClusterUISettingsOK, error)
- func (a *Client) V2GetCredentials(ctx context.Context, params *V2GetCredentialsParams) (*V2GetCredentialsOK, error)
- func (a *Client) V2GetHost(ctx context.Context, params *V2GetHostParams) (*V2GetHostOK, error)
- func (a *Client) V2GetHostIgnition(ctx context.Context, params *V2GetHostIgnitionParams) (*V2GetHostIgnitionOK, error)
- func (a *Client) V2GetIgnoredValidations(ctx context.Context, params *V2GetIgnoredValidationsParams) (*V2GetIgnoredValidationsOK, error)
- func (a *Client) V2GetNextSteps(ctx context.Context, params *V2GetNextStepsParams) (*V2GetNextStepsOK, error)
- func (a *Client) V2GetPreflightRequirements(ctx context.Context, params *V2GetPreflightRequirementsParams) (*V2GetPreflightRequirementsOK, error)
- func (a *Client) V2GetPresignedForClusterCredentials(ctx context.Context, params *V2GetPresignedForClusterCredentialsParams) (*V2GetPresignedForClusterCredentialsOK, error)
- func (a *Client) V2GetPresignedForClusterFiles(ctx context.Context, params *V2GetPresignedForClusterFilesParams) (*V2GetPresignedForClusterFilesOK, error)
- func (a *Client) V2ImportCluster(ctx context.Context, params *V2ImportClusterParams) (*V2ImportClusterCreated, error)
- func (a *Client) V2InstallCluster(ctx context.Context, params *V2InstallClusterParams) (*V2InstallClusterAccepted, error)
- func (a *Client) V2InstallHost(ctx context.Context, params *V2InstallHostParams) (*V2InstallHostAccepted, error)
- func (a *Client) V2ListClusters(ctx context.Context, params *V2ListClustersParams) (*V2ListClustersOK, error)
- func (a *Client) V2ListHosts(ctx context.Context, params *V2ListHostsParams) (*V2ListHostsOK, error)
- func (a *Client) V2PostStepReply(ctx context.Context, params *V2PostStepReplyParams) (*V2PostStepReplyNoContent, error)
- func (a *Client) V2RegisterCluster(ctx context.Context, params *V2RegisterClusterParams) (*V2RegisterClusterCreated, error)
- func (a *Client) V2RegisterHost(ctx context.Context, params *V2RegisterHostParams) (*V2RegisterHostCreated, error)
- func (a *Client) V2ResetCluster(ctx context.Context, params *V2ResetClusterParams) (*V2ResetClusterAccepted, error)
- func (a *Client) V2ResetHost(ctx context.Context, params *V2ResetHostParams) (*V2ResetHostOK, error)
- func (a *Client) V2ResetHostValidation(ctx context.Context, params *V2ResetHostValidationParams) (*V2ResetHostValidationOK, error)
- func (a *Client) V2SetIgnoredValidations(ctx context.Context, params *V2SetIgnoredValidationsParams) (*V2SetIgnoredValidationsCreated, error)
- func (a *Client) V2UpdateCluster(ctx context.Context, params *V2UpdateClusterParams) (*V2UpdateClusterCreated, error)
- func (a *Client) V2UpdateClusterFinalizingProgress(ctx context.Context, params *V2UpdateClusterFinalizingProgressParams) (*V2UpdateClusterFinalizingProgressOK, error)
- func (a *Client) V2UpdateClusterInstallConfig(ctx context.Context, params *V2UpdateClusterInstallConfigParams) (*V2UpdateClusterInstallConfigCreated, error)
- func (a *Client) V2UpdateClusterLogsProgress(ctx context.Context, params *V2UpdateClusterLogsProgressParams) (*V2UpdateClusterLogsProgressNoContent, error)
- func (a *Client) V2UpdateClusterUISettings(ctx context.Context, params *V2UpdateClusterUISettingsParams) (*V2UpdateClusterUISettingsOK, error)
- func (a *Client) V2UpdateHost(ctx context.Context, params *V2UpdateHostParams) (*V2UpdateHostCreated, error)
- func (a *Client) V2UpdateHostIgnition(ctx context.Context, params *V2UpdateHostIgnitionParams) (*V2UpdateHostIgnitionCreated, error)
- func (a *Client) V2UpdateHostInstallProgress(ctx context.Context, params *V2UpdateHostInstallProgressParams) (*V2UpdateHostInstallProgressOK, error)
- func (a *Client) V2UpdateHostInstallerArgs(ctx context.Context, params *V2UpdateHostInstallerArgsParams) (*V2UpdateHostInstallerArgsCreated, error)
- func (a *Client) V2UpdateHostLogsProgress(ctx context.Context, params *V2UpdateHostLogsProgressParams) (*V2UpdateHostLogsProgressNoContent, error)
- func (a *Client) V2UploadClusterIngressCert(ctx context.Context, params *V2UploadClusterIngressCertParams) (*V2UploadClusterIngressCertCreated, error)
- func (a *Client) V2UploadLogs(ctx context.Context, params *V2UploadLogsParams) (*V2UploadLogsNoContent, error)
- type DeregisterInfraEnvConflict
- func (o *DeregisterInfraEnvConflict) Error() string
- func (o *DeregisterInfraEnvConflict) GetPayload() *models.Error
- func (o *DeregisterInfraEnvConflict) IsClientError() bool
- func (o *DeregisterInfraEnvConflict) IsCode(code int) bool
- func (o *DeregisterInfraEnvConflict) IsRedirect() bool
- func (o *DeregisterInfraEnvConflict) IsServerError() bool
- func (o *DeregisterInfraEnvConflict) IsSuccess() bool
- func (o *DeregisterInfraEnvConflict) String() string
- type DeregisterInfraEnvForbidden
- func (o *DeregisterInfraEnvForbidden) Error() string
- func (o *DeregisterInfraEnvForbidden) GetPayload() *models.InfraError
- func (o *DeregisterInfraEnvForbidden) IsClientError() bool
- func (o *DeregisterInfraEnvForbidden) IsCode(code int) bool
- func (o *DeregisterInfraEnvForbidden) IsRedirect() bool
- func (o *DeregisterInfraEnvForbidden) IsServerError() bool
- func (o *DeregisterInfraEnvForbidden) IsSuccess() bool
- func (o *DeregisterInfraEnvForbidden) String() string
- type DeregisterInfraEnvInternalServerError
- func (o *DeregisterInfraEnvInternalServerError) Error() string
- func (o *DeregisterInfraEnvInternalServerError) GetPayload() *models.Error
- func (o *DeregisterInfraEnvInternalServerError) IsClientError() bool
- func (o *DeregisterInfraEnvInternalServerError) IsCode(code int) bool
- func (o *DeregisterInfraEnvInternalServerError) IsRedirect() bool
- func (o *DeregisterInfraEnvInternalServerError) IsServerError() bool
- func (o *DeregisterInfraEnvInternalServerError) IsSuccess() bool
- func (o *DeregisterInfraEnvInternalServerError) String() string
- type DeregisterInfraEnvMethodNotAllowed
- func (o *DeregisterInfraEnvMethodNotAllowed) Error() string
- func (o *DeregisterInfraEnvMethodNotAllowed) GetPayload() *models.Error
- func (o *DeregisterInfraEnvMethodNotAllowed) IsClientError() bool
- func (o *DeregisterInfraEnvMethodNotAllowed) IsCode(code int) bool
- func (o *DeregisterInfraEnvMethodNotAllowed) IsRedirect() bool
- func (o *DeregisterInfraEnvMethodNotAllowed) IsServerError() bool
- func (o *DeregisterInfraEnvMethodNotAllowed) IsSuccess() bool
- func (o *DeregisterInfraEnvMethodNotAllowed) String() string
- type DeregisterInfraEnvNoContent
- func (o *DeregisterInfraEnvNoContent) Error() string
- func (o *DeregisterInfraEnvNoContent) IsClientError() bool
- func (o *DeregisterInfraEnvNoContent) IsCode(code int) bool
- func (o *DeregisterInfraEnvNoContent) IsRedirect() bool
- func (o *DeregisterInfraEnvNoContent) IsServerError() bool
- func (o *DeregisterInfraEnvNoContent) IsSuccess() bool
- func (o *DeregisterInfraEnvNoContent) String() string
- type DeregisterInfraEnvNotFound
- func (o *DeregisterInfraEnvNotFound) Error() string
- func (o *DeregisterInfraEnvNotFound) GetPayload() *models.Error
- func (o *DeregisterInfraEnvNotFound) IsClientError() bool
- func (o *DeregisterInfraEnvNotFound) IsCode(code int) bool
- func (o *DeregisterInfraEnvNotFound) IsRedirect() bool
- func (o *DeregisterInfraEnvNotFound) IsServerError() bool
- func (o *DeregisterInfraEnvNotFound) IsSuccess() bool
- func (o *DeregisterInfraEnvNotFound) String() string
- type DeregisterInfraEnvNotImplemented
- func (o *DeregisterInfraEnvNotImplemented) Error() string
- func (o *DeregisterInfraEnvNotImplemented) GetPayload() *models.Error
- func (o *DeregisterInfraEnvNotImplemented) IsClientError() bool
- func (o *DeregisterInfraEnvNotImplemented) IsCode(code int) bool
- func (o *DeregisterInfraEnvNotImplemented) IsRedirect() bool
- func (o *DeregisterInfraEnvNotImplemented) IsServerError() bool
- func (o *DeregisterInfraEnvNotImplemented) IsSuccess() bool
- func (o *DeregisterInfraEnvNotImplemented) String() string
- type DeregisterInfraEnvParams
- func NewDeregisterInfraEnvParams() *DeregisterInfraEnvParams
- func NewDeregisterInfraEnvParamsWithContext(ctx context.Context) *DeregisterInfraEnvParams
- func NewDeregisterInfraEnvParamsWithHTTPClient(client *http.Client) *DeregisterInfraEnvParams
- func NewDeregisterInfraEnvParamsWithTimeout(timeout time.Duration) *DeregisterInfraEnvParams
- func (o *DeregisterInfraEnvParams) SetContext(ctx context.Context)
- func (o *DeregisterInfraEnvParams) SetDefaults()
- func (o *DeregisterInfraEnvParams) SetHTTPClient(client *http.Client)
- func (o *DeregisterInfraEnvParams) SetInfraEnvID(infraEnvID strfmt.UUID)
- func (o *DeregisterInfraEnvParams) SetTimeout(timeout time.Duration)
- func (o *DeregisterInfraEnvParams) WithContext(ctx context.Context) *DeregisterInfraEnvParams
- func (o *DeregisterInfraEnvParams) WithDefaults() *DeregisterInfraEnvParams
- func (o *DeregisterInfraEnvParams) WithHTTPClient(client *http.Client) *DeregisterInfraEnvParams
- func (o *DeregisterInfraEnvParams) WithInfraEnvID(infraEnvID strfmt.UUID) *DeregisterInfraEnvParams
- func (o *DeregisterInfraEnvParams) WithTimeout(timeout time.Duration) *DeregisterInfraEnvParams
- func (o *DeregisterInfraEnvParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeregisterInfraEnvReader
- type DeregisterInfraEnvUnauthorized
- func (o *DeregisterInfraEnvUnauthorized) Error() string
- func (o *DeregisterInfraEnvUnauthorized) GetPayload() *models.InfraError
- func (o *DeregisterInfraEnvUnauthorized) IsClientError() bool
- func (o *DeregisterInfraEnvUnauthorized) IsCode(code int) bool
- func (o *DeregisterInfraEnvUnauthorized) IsRedirect() bool
- func (o *DeregisterInfraEnvUnauthorized) IsServerError() bool
- func (o *DeregisterInfraEnvUnauthorized) IsSuccess() bool
- func (o *DeregisterInfraEnvUnauthorized) String() string
- type DownloadMinimalInitrdConflict
- func (o *DownloadMinimalInitrdConflict) Error() string
- func (o *DownloadMinimalInitrdConflict) GetPayload() *models.Error
- func (o *DownloadMinimalInitrdConflict) IsClientError() bool
- func (o *DownloadMinimalInitrdConflict) IsCode(code int) bool
- func (o *DownloadMinimalInitrdConflict) IsRedirect() bool
- func (o *DownloadMinimalInitrdConflict) IsServerError() bool
- func (o *DownloadMinimalInitrdConflict) IsSuccess() bool
- func (o *DownloadMinimalInitrdConflict) String() string
- type DownloadMinimalInitrdForbidden
- func (o *DownloadMinimalInitrdForbidden) Error() string
- func (o *DownloadMinimalInitrdForbidden) GetPayload() *models.InfraError
- func (o *DownloadMinimalInitrdForbidden) IsClientError() bool
- func (o *DownloadMinimalInitrdForbidden) IsCode(code int) bool
- func (o *DownloadMinimalInitrdForbidden) IsRedirect() bool
- func (o *DownloadMinimalInitrdForbidden) IsServerError() bool
- func (o *DownloadMinimalInitrdForbidden) IsSuccess() bool
- func (o *DownloadMinimalInitrdForbidden) String() string
- type DownloadMinimalInitrdInternalServerError
- func (o *DownloadMinimalInitrdInternalServerError) Error() string
- func (o *DownloadMinimalInitrdInternalServerError) GetPayload() *models.Error
- func (o *DownloadMinimalInitrdInternalServerError) IsClientError() bool
- func (o *DownloadMinimalInitrdInternalServerError) IsCode(code int) bool
- func (o *DownloadMinimalInitrdInternalServerError) IsRedirect() bool
- func (o *DownloadMinimalInitrdInternalServerError) IsServerError() bool
- func (o *DownloadMinimalInitrdInternalServerError) IsSuccess() bool
- func (o *DownloadMinimalInitrdInternalServerError) String() string
- type DownloadMinimalInitrdMethodNotAllowed
- func (o *DownloadMinimalInitrdMethodNotAllowed) Error() string
- func (o *DownloadMinimalInitrdMethodNotAllowed) GetPayload() *models.Error
- func (o *DownloadMinimalInitrdMethodNotAllowed) IsClientError() bool
- func (o *DownloadMinimalInitrdMethodNotAllowed) IsCode(code int) bool
- func (o *DownloadMinimalInitrdMethodNotAllowed) IsRedirect() bool
- func (o *DownloadMinimalInitrdMethodNotAllowed) IsServerError() bool
- func (o *DownloadMinimalInitrdMethodNotAllowed) IsSuccess() bool
- func (o *DownloadMinimalInitrdMethodNotAllowed) String() string
- type DownloadMinimalInitrdNoContent
- func (o *DownloadMinimalInitrdNoContent) Error() string
- func (o *DownloadMinimalInitrdNoContent) IsClientError() bool
- func (o *DownloadMinimalInitrdNoContent) IsCode(code int) bool
- func (o *DownloadMinimalInitrdNoContent) IsRedirect() bool
- func (o *DownloadMinimalInitrdNoContent) IsServerError() bool
- func (o *DownloadMinimalInitrdNoContent) IsSuccess() bool
- func (o *DownloadMinimalInitrdNoContent) String() string
- type DownloadMinimalInitrdNotFound
- func (o *DownloadMinimalInitrdNotFound) Error() string
- func (o *DownloadMinimalInitrdNotFound) GetPayload() *models.Error
- func (o *DownloadMinimalInitrdNotFound) IsClientError() bool
- func (o *DownloadMinimalInitrdNotFound) IsCode(code int) bool
- func (o *DownloadMinimalInitrdNotFound) IsRedirect() bool
- func (o *DownloadMinimalInitrdNotFound) IsServerError() bool
- func (o *DownloadMinimalInitrdNotFound) IsSuccess() bool
- func (o *DownloadMinimalInitrdNotFound) String() string
- type DownloadMinimalInitrdOK
- func (o *DownloadMinimalInitrdOK) Error() string
- func (o *DownloadMinimalInitrdOK) GetPayload() io.Writer
- func (o *DownloadMinimalInitrdOK) IsClientError() bool
- func (o *DownloadMinimalInitrdOK) IsCode(code int) bool
- func (o *DownloadMinimalInitrdOK) IsRedirect() bool
- func (o *DownloadMinimalInitrdOK) IsServerError() bool
- func (o *DownloadMinimalInitrdOK) IsSuccess() bool
- func (o *DownloadMinimalInitrdOK) String() string
- type DownloadMinimalInitrdParams
- func NewDownloadMinimalInitrdParams() *DownloadMinimalInitrdParams
- func NewDownloadMinimalInitrdParamsWithContext(ctx context.Context) *DownloadMinimalInitrdParams
- func NewDownloadMinimalInitrdParamsWithHTTPClient(client *http.Client) *DownloadMinimalInitrdParams
- func NewDownloadMinimalInitrdParamsWithTimeout(timeout time.Duration) *DownloadMinimalInitrdParams
- func (o *DownloadMinimalInitrdParams) SetContext(ctx context.Context)
- func (o *DownloadMinimalInitrdParams) SetDefaults()
- func (o *DownloadMinimalInitrdParams) SetHTTPClient(client *http.Client)
- func (o *DownloadMinimalInitrdParams) SetInfraEnvID(infraEnvID strfmt.UUID)
- func (o *DownloadMinimalInitrdParams) SetTimeout(timeout time.Duration)
- func (o *DownloadMinimalInitrdParams) WithContext(ctx context.Context) *DownloadMinimalInitrdParams
- func (o *DownloadMinimalInitrdParams) WithDefaults() *DownloadMinimalInitrdParams
- func (o *DownloadMinimalInitrdParams) WithHTTPClient(client *http.Client) *DownloadMinimalInitrdParams
- func (o *DownloadMinimalInitrdParams) WithInfraEnvID(infraEnvID strfmt.UUID) *DownloadMinimalInitrdParams
- func (o *DownloadMinimalInitrdParams) WithTimeout(timeout time.Duration) *DownloadMinimalInitrdParams
- func (o *DownloadMinimalInitrdParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DownloadMinimalInitrdReader
- type DownloadMinimalInitrdUnauthorized
- func (o *DownloadMinimalInitrdUnauthorized) Error() string
- func (o *DownloadMinimalInitrdUnauthorized) GetPayload() *models.InfraError
- func (o *DownloadMinimalInitrdUnauthorized) IsClientError() bool
- func (o *DownloadMinimalInitrdUnauthorized) IsCode(code int) bool
- func (o *DownloadMinimalInitrdUnauthorized) IsRedirect() bool
- func (o *DownloadMinimalInitrdUnauthorized) IsServerError() bool
- func (o *DownloadMinimalInitrdUnauthorized) IsSuccess() bool
- func (o *DownloadMinimalInitrdUnauthorized) String() string
- type GetClusterSupportedPlatformsForbidden
- func (o *GetClusterSupportedPlatformsForbidden) Error() string
- func (o *GetClusterSupportedPlatformsForbidden) GetPayload() *models.InfraError
- func (o *GetClusterSupportedPlatformsForbidden) IsClientError() bool
- func (o *GetClusterSupportedPlatformsForbidden) IsCode(code int) bool
- func (o *GetClusterSupportedPlatformsForbidden) IsRedirect() bool
- func (o *GetClusterSupportedPlatformsForbidden) IsServerError() bool
- func (o *GetClusterSupportedPlatformsForbidden) IsSuccess() bool
- func (o *GetClusterSupportedPlatformsForbidden) String() string
- type GetClusterSupportedPlatformsInternalServerError
- func (o *GetClusterSupportedPlatformsInternalServerError) Error() string
- func (o *GetClusterSupportedPlatformsInternalServerError) GetPayload() *models.Error
- func (o *GetClusterSupportedPlatformsInternalServerError) IsClientError() bool
- func (o *GetClusterSupportedPlatformsInternalServerError) IsCode(code int) bool
- func (o *GetClusterSupportedPlatformsInternalServerError) IsRedirect() bool
- func (o *GetClusterSupportedPlatformsInternalServerError) IsServerError() bool
- func (o *GetClusterSupportedPlatformsInternalServerError) IsSuccess() bool
- func (o *GetClusterSupportedPlatformsInternalServerError) String() string
- type GetClusterSupportedPlatformsNotFound
- func (o *GetClusterSupportedPlatformsNotFound) Error() string
- func (o *GetClusterSupportedPlatformsNotFound) GetPayload() *models.Error
- func (o *GetClusterSupportedPlatformsNotFound) IsClientError() bool
- func (o *GetClusterSupportedPlatformsNotFound) IsCode(code int) bool
- func (o *GetClusterSupportedPlatformsNotFound) IsRedirect() bool
- func (o *GetClusterSupportedPlatformsNotFound) IsServerError() bool
- func (o *GetClusterSupportedPlatformsNotFound) IsSuccess() bool
- func (o *GetClusterSupportedPlatformsNotFound) String() string
- type GetClusterSupportedPlatformsOK
- func (o *GetClusterSupportedPlatformsOK) Error() string
- func (o *GetClusterSupportedPlatformsOK) GetPayload() []models.PlatformType
- func (o *GetClusterSupportedPlatformsOK) IsClientError() bool
- func (o *GetClusterSupportedPlatformsOK) IsCode(code int) bool
- func (o *GetClusterSupportedPlatformsOK) IsRedirect() bool
- func (o *GetClusterSupportedPlatformsOK) IsServerError() bool
- func (o *GetClusterSupportedPlatformsOK) IsSuccess() bool
- func (o *GetClusterSupportedPlatformsOK) String() string
- type GetClusterSupportedPlatformsParams
- func NewGetClusterSupportedPlatformsParams() *GetClusterSupportedPlatformsParams
- func NewGetClusterSupportedPlatformsParamsWithContext(ctx context.Context) *GetClusterSupportedPlatformsParams
- func NewGetClusterSupportedPlatformsParamsWithHTTPClient(client *http.Client) *GetClusterSupportedPlatformsParams
- func NewGetClusterSupportedPlatformsParamsWithTimeout(timeout time.Duration) *GetClusterSupportedPlatformsParams
- func (o *GetClusterSupportedPlatformsParams) SetClusterID(clusterID strfmt.UUID)
- func (o *GetClusterSupportedPlatformsParams) SetContext(ctx context.Context)
- func (o *GetClusterSupportedPlatformsParams) SetDefaults()
- func (o *GetClusterSupportedPlatformsParams) SetHTTPClient(client *http.Client)
- func (o *GetClusterSupportedPlatformsParams) SetTimeout(timeout time.Duration)
- func (o *GetClusterSupportedPlatformsParams) WithClusterID(clusterID strfmt.UUID) *GetClusterSupportedPlatformsParams
- func (o *GetClusterSupportedPlatformsParams) WithContext(ctx context.Context) *GetClusterSupportedPlatformsParams
- func (o *GetClusterSupportedPlatformsParams) WithDefaults() *GetClusterSupportedPlatformsParams
- func (o *GetClusterSupportedPlatformsParams) WithHTTPClient(client *http.Client) *GetClusterSupportedPlatformsParams
- func (o *GetClusterSupportedPlatformsParams) WithTimeout(timeout time.Duration) *GetClusterSupportedPlatformsParams
- func (o *GetClusterSupportedPlatformsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetClusterSupportedPlatformsReader
- type GetClusterSupportedPlatformsUnauthorized
- func (o *GetClusterSupportedPlatformsUnauthorized) Error() string
- func (o *GetClusterSupportedPlatformsUnauthorized) GetPayload() *models.InfraError
- func (o *GetClusterSupportedPlatformsUnauthorized) IsClientError() bool
- func (o *GetClusterSupportedPlatformsUnauthorized) IsCode(code int) bool
- func (o *GetClusterSupportedPlatformsUnauthorized) IsRedirect() bool
- func (o *GetClusterSupportedPlatformsUnauthorized) IsServerError() bool
- func (o *GetClusterSupportedPlatformsUnauthorized) IsSuccess() bool
- func (o *GetClusterSupportedPlatformsUnauthorized) String() string
- type GetInfraEnvDownloadURLBadRequest
- func (o *GetInfraEnvDownloadURLBadRequest) Error() string
- func (o *GetInfraEnvDownloadURLBadRequest) GetPayload() *models.Error
- func (o *GetInfraEnvDownloadURLBadRequest) IsClientError() bool
- func (o *GetInfraEnvDownloadURLBadRequest) IsCode(code int) bool
- func (o *GetInfraEnvDownloadURLBadRequest) IsRedirect() bool
- func (o *GetInfraEnvDownloadURLBadRequest) IsServerError() bool
- func (o *GetInfraEnvDownloadURLBadRequest) IsSuccess() bool
- func (o *GetInfraEnvDownloadURLBadRequest) String() string
- type GetInfraEnvDownloadURLForbidden
- func (o *GetInfraEnvDownloadURLForbidden) Error() string
- func (o *GetInfraEnvDownloadURLForbidden) GetPayload() *models.InfraError
- func (o *GetInfraEnvDownloadURLForbidden) IsClientError() bool
- func (o *GetInfraEnvDownloadURLForbidden) IsCode(code int) bool
- func (o *GetInfraEnvDownloadURLForbidden) IsRedirect() bool
- func (o *GetInfraEnvDownloadURLForbidden) IsServerError() bool
- func (o *GetInfraEnvDownloadURLForbidden) IsSuccess() bool
- func (o *GetInfraEnvDownloadURLForbidden) String() string
- type GetInfraEnvDownloadURLInternalServerError
- func (o *GetInfraEnvDownloadURLInternalServerError) Error() string
- func (o *GetInfraEnvDownloadURLInternalServerError) GetPayload() *models.Error
- func (o *GetInfraEnvDownloadURLInternalServerError) IsClientError() bool
- func (o *GetInfraEnvDownloadURLInternalServerError) IsCode(code int) bool
- func (o *GetInfraEnvDownloadURLInternalServerError) IsRedirect() bool
- func (o *GetInfraEnvDownloadURLInternalServerError) IsServerError() bool
- func (o *GetInfraEnvDownloadURLInternalServerError) IsSuccess() bool
- func (o *GetInfraEnvDownloadURLInternalServerError) String() string
- type GetInfraEnvDownloadURLMethodNotAllowed
- func (o *GetInfraEnvDownloadURLMethodNotAllowed) Error() string
- func (o *GetInfraEnvDownloadURLMethodNotAllowed) GetPayload() *models.Error
- func (o *GetInfraEnvDownloadURLMethodNotAllowed) IsClientError() bool
- func (o *GetInfraEnvDownloadURLMethodNotAllowed) IsCode(code int) bool
- func (o *GetInfraEnvDownloadURLMethodNotAllowed) IsRedirect() bool
- func (o *GetInfraEnvDownloadURLMethodNotAllowed) IsServerError() bool
- func (o *GetInfraEnvDownloadURLMethodNotAllowed) IsSuccess() bool
- func (o *GetInfraEnvDownloadURLMethodNotAllowed) String() string
- type GetInfraEnvDownloadURLNotFound
- func (o *GetInfraEnvDownloadURLNotFound) Error() string
- func (o *GetInfraEnvDownloadURLNotFound) GetPayload() *models.Error
- func (o *GetInfraEnvDownloadURLNotFound) IsClientError() bool
- func (o *GetInfraEnvDownloadURLNotFound) IsCode(code int) bool
- func (o *GetInfraEnvDownloadURLNotFound) IsRedirect() bool
- func (o *GetInfraEnvDownloadURLNotFound) IsServerError() bool
- func (o *GetInfraEnvDownloadURLNotFound) IsSuccess() bool
- func (o *GetInfraEnvDownloadURLNotFound) String() string
- type GetInfraEnvDownloadURLNotImplemented
- func (o *GetInfraEnvDownloadURLNotImplemented) Error() string
- func (o *GetInfraEnvDownloadURLNotImplemented) GetPayload() *models.Error
- func (o *GetInfraEnvDownloadURLNotImplemented) IsClientError() bool
- func (o *GetInfraEnvDownloadURLNotImplemented) IsCode(code int) bool
- func (o *GetInfraEnvDownloadURLNotImplemented) IsRedirect() bool
- func (o *GetInfraEnvDownloadURLNotImplemented) IsServerError() bool
- func (o *GetInfraEnvDownloadURLNotImplemented) IsSuccess() bool
- func (o *GetInfraEnvDownloadURLNotImplemented) String() string
- type GetInfraEnvDownloadURLOK
- func (o *GetInfraEnvDownloadURLOK) Error() string
- func (o *GetInfraEnvDownloadURLOK) GetPayload() *models.PresignedURL
- func (o *GetInfraEnvDownloadURLOK) IsClientError() bool
- func (o *GetInfraEnvDownloadURLOK) IsCode(code int) bool
- func (o *GetInfraEnvDownloadURLOK) IsRedirect() bool
- func (o *GetInfraEnvDownloadURLOK) IsServerError() bool
- func (o *GetInfraEnvDownloadURLOK) IsSuccess() bool
- func (o *GetInfraEnvDownloadURLOK) String() string
- type GetInfraEnvDownloadURLParams
- func NewGetInfraEnvDownloadURLParams() *GetInfraEnvDownloadURLParams
- func NewGetInfraEnvDownloadURLParamsWithContext(ctx context.Context) *GetInfraEnvDownloadURLParams
- func NewGetInfraEnvDownloadURLParamsWithHTTPClient(client *http.Client) *GetInfraEnvDownloadURLParams
- func NewGetInfraEnvDownloadURLParamsWithTimeout(timeout time.Duration) *GetInfraEnvDownloadURLParams
- func (o *GetInfraEnvDownloadURLParams) SetContext(ctx context.Context)
- func (o *GetInfraEnvDownloadURLParams) SetDefaults()
- func (o *GetInfraEnvDownloadURLParams) SetHTTPClient(client *http.Client)
- func (o *GetInfraEnvDownloadURLParams) SetInfraEnvID(infraEnvID strfmt.UUID)
- func (o *GetInfraEnvDownloadURLParams) SetTimeout(timeout time.Duration)
- func (o *GetInfraEnvDownloadURLParams) WithContext(ctx context.Context) *GetInfraEnvDownloadURLParams
- func (o *GetInfraEnvDownloadURLParams) WithDefaults() *GetInfraEnvDownloadURLParams
- func (o *GetInfraEnvDownloadURLParams) WithHTTPClient(client *http.Client) *GetInfraEnvDownloadURLParams
- func (o *GetInfraEnvDownloadURLParams) WithInfraEnvID(infraEnvID strfmt.UUID) *GetInfraEnvDownloadURLParams
- func (o *GetInfraEnvDownloadURLParams) WithTimeout(timeout time.Duration) *GetInfraEnvDownloadURLParams
- func (o *GetInfraEnvDownloadURLParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetInfraEnvDownloadURLReader
- type GetInfraEnvDownloadURLServiceUnavailable
- func (o *GetInfraEnvDownloadURLServiceUnavailable) Error() string
- func (o *GetInfraEnvDownloadURLServiceUnavailable) GetPayload() *models.Error
- func (o *GetInfraEnvDownloadURLServiceUnavailable) IsClientError() bool
- func (o *GetInfraEnvDownloadURLServiceUnavailable) IsCode(code int) bool
- func (o *GetInfraEnvDownloadURLServiceUnavailable) IsRedirect() bool
- func (o *GetInfraEnvDownloadURLServiceUnavailable) IsServerError() bool
- func (o *GetInfraEnvDownloadURLServiceUnavailable) IsSuccess() bool
- func (o *GetInfraEnvDownloadURLServiceUnavailable) String() string
- type GetInfraEnvDownloadURLUnauthorized
- func (o *GetInfraEnvDownloadURLUnauthorized) Error() string
- func (o *GetInfraEnvDownloadURLUnauthorized) GetPayload() *models.InfraError
- func (o *GetInfraEnvDownloadURLUnauthorized) IsClientError() bool
- func (o *GetInfraEnvDownloadURLUnauthorized) IsCode(code int) bool
- func (o *GetInfraEnvDownloadURLUnauthorized) IsRedirect() bool
- func (o *GetInfraEnvDownloadURLUnauthorized) IsServerError() bool
- func (o *GetInfraEnvDownloadURLUnauthorized) IsSuccess() bool
- func (o *GetInfraEnvDownloadURLUnauthorized) String() string
- type GetInfraEnvForbidden
- func (o *GetInfraEnvForbidden) Error() string
- func (o *GetInfraEnvForbidden) GetPayload() *models.InfraError
- func (o *GetInfraEnvForbidden) IsClientError() bool
- func (o *GetInfraEnvForbidden) IsCode(code int) bool
- func (o *GetInfraEnvForbidden) IsRedirect() bool
- func (o *GetInfraEnvForbidden) IsServerError() bool
- func (o *GetInfraEnvForbidden) IsSuccess() bool
- func (o *GetInfraEnvForbidden) String() string
- type GetInfraEnvInternalServerError
- func (o *GetInfraEnvInternalServerError) Error() string
- func (o *GetInfraEnvInternalServerError) GetPayload() *models.Error
- func (o *GetInfraEnvInternalServerError) IsClientError() bool
- func (o *GetInfraEnvInternalServerError) IsCode(code int) bool
- func (o *GetInfraEnvInternalServerError) IsRedirect() bool
- func (o *GetInfraEnvInternalServerError) IsServerError() bool
- func (o *GetInfraEnvInternalServerError) IsSuccess() bool
- func (o *GetInfraEnvInternalServerError) String() string
- type GetInfraEnvMethodNotAllowed
- func (o *GetInfraEnvMethodNotAllowed) Error() string
- func (o *GetInfraEnvMethodNotAllowed) GetPayload() *models.Error
- func (o *GetInfraEnvMethodNotAllowed) IsClientError() bool
- func (o *GetInfraEnvMethodNotAllowed) IsCode(code int) bool
- func (o *GetInfraEnvMethodNotAllowed) IsRedirect() bool
- func (o *GetInfraEnvMethodNotAllowed) IsServerError() bool
- func (o *GetInfraEnvMethodNotAllowed) IsSuccess() bool
- func (o *GetInfraEnvMethodNotAllowed) String() string
- type GetInfraEnvNotFound
- func (o *GetInfraEnvNotFound) Error() string
- func (o *GetInfraEnvNotFound) GetPayload() *models.Error
- func (o *GetInfraEnvNotFound) IsClientError() bool
- func (o *GetInfraEnvNotFound) IsCode(code int) bool
- func (o *GetInfraEnvNotFound) IsRedirect() bool
- func (o *GetInfraEnvNotFound) IsServerError() bool
- func (o *GetInfraEnvNotFound) IsSuccess() bool
- func (o *GetInfraEnvNotFound) String() string
- type GetInfraEnvNotImplemented
- func (o *GetInfraEnvNotImplemented) Error() string
- func (o *GetInfraEnvNotImplemented) GetPayload() *models.Error
- func (o *GetInfraEnvNotImplemented) IsClientError() bool
- func (o *GetInfraEnvNotImplemented) IsCode(code int) bool
- func (o *GetInfraEnvNotImplemented) IsRedirect() bool
- func (o *GetInfraEnvNotImplemented) IsServerError() bool
- func (o *GetInfraEnvNotImplemented) IsSuccess() bool
- func (o *GetInfraEnvNotImplemented) String() string
- type GetInfraEnvOK
- func (o *GetInfraEnvOK) Error() string
- func (o *GetInfraEnvOK) GetPayload() *models.InfraEnv
- func (o *GetInfraEnvOK) IsClientError() bool
- func (o *GetInfraEnvOK) IsCode(code int) bool
- func (o *GetInfraEnvOK) IsRedirect() bool
- func (o *GetInfraEnvOK) IsServerError() bool
- func (o *GetInfraEnvOK) IsSuccess() bool
- func (o *GetInfraEnvOK) String() string
- type GetInfraEnvParams
- func (o *GetInfraEnvParams) SetContext(ctx context.Context)
- func (o *GetInfraEnvParams) SetDefaults()
- func (o *GetInfraEnvParams) SetHTTPClient(client *http.Client)
- func (o *GetInfraEnvParams) SetInfraEnvID(infraEnvID strfmt.UUID)
- func (o *GetInfraEnvParams) SetTimeout(timeout time.Duration)
- func (o *GetInfraEnvParams) WithContext(ctx context.Context) *GetInfraEnvParams
- func (o *GetInfraEnvParams) WithDefaults() *GetInfraEnvParams
- func (o *GetInfraEnvParams) WithHTTPClient(client *http.Client) *GetInfraEnvParams
- func (o *GetInfraEnvParams) WithInfraEnvID(infraEnvID strfmt.UUID) *GetInfraEnvParams
- func (o *GetInfraEnvParams) WithTimeout(timeout time.Duration) *GetInfraEnvParams
- func (o *GetInfraEnvParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetInfraEnvPresignedFileURLForbidden
- func (o *GetInfraEnvPresignedFileURLForbidden) Error() string
- func (o *GetInfraEnvPresignedFileURLForbidden) GetPayload() *models.InfraError
- func (o *GetInfraEnvPresignedFileURLForbidden) IsClientError() bool
- func (o *GetInfraEnvPresignedFileURLForbidden) IsCode(code int) bool
- func (o *GetInfraEnvPresignedFileURLForbidden) IsRedirect() bool
- func (o *GetInfraEnvPresignedFileURLForbidden) IsServerError() bool
- func (o *GetInfraEnvPresignedFileURLForbidden) IsSuccess() bool
- func (o *GetInfraEnvPresignedFileURLForbidden) String() string
- type GetInfraEnvPresignedFileURLInternalServerError
- func (o *GetInfraEnvPresignedFileURLInternalServerError) Error() string
- func (o *GetInfraEnvPresignedFileURLInternalServerError) GetPayload() *models.Error
- func (o *GetInfraEnvPresignedFileURLInternalServerError) IsClientError() bool
- func (o *GetInfraEnvPresignedFileURLInternalServerError) IsCode(code int) bool
- func (o *GetInfraEnvPresignedFileURLInternalServerError) IsRedirect() bool
- func (o *GetInfraEnvPresignedFileURLInternalServerError) IsServerError() bool
- func (o *GetInfraEnvPresignedFileURLInternalServerError) IsSuccess() bool
- func (o *GetInfraEnvPresignedFileURLInternalServerError) String() string
- type GetInfraEnvPresignedFileURLMethodNotAllowed
- func (o *GetInfraEnvPresignedFileURLMethodNotAllowed) Error() string
- func (o *GetInfraEnvPresignedFileURLMethodNotAllowed) GetPayload() *models.Error
- func (o *GetInfraEnvPresignedFileURLMethodNotAllowed) IsClientError() bool
- func (o *GetInfraEnvPresignedFileURLMethodNotAllowed) IsCode(code int) bool
- func (o *GetInfraEnvPresignedFileURLMethodNotAllowed) IsRedirect() bool
- func (o *GetInfraEnvPresignedFileURLMethodNotAllowed) IsServerError() bool
- func (o *GetInfraEnvPresignedFileURLMethodNotAllowed) IsSuccess() bool
- func (o *GetInfraEnvPresignedFileURLMethodNotAllowed) String() string
- type GetInfraEnvPresignedFileURLNotFound
- func (o *GetInfraEnvPresignedFileURLNotFound) Error() string
- func (o *GetInfraEnvPresignedFileURLNotFound) GetPayload() *models.Error
- func (o *GetInfraEnvPresignedFileURLNotFound) IsClientError() bool
- func (o *GetInfraEnvPresignedFileURLNotFound) IsCode(code int) bool
- func (o *GetInfraEnvPresignedFileURLNotFound) IsRedirect() bool
- func (o *GetInfraEnvPresignedFileURLNotFound) IsServerError() bool
- func (o *GetInfraEnvPresignedFileURLNotFound) IsSuccess() bool
- func (o *GetInfraEnvPresignedFileURLNotFound) String() string
- type GetInfraEnvPresignedFileURLNotImplemented
- func (o *GetInfraEnvPresignedFileURLNotImplemented) Error() string
- func (o *GetInfraEnvPresignedFileURLNotImplemented) GetPayload() *models.Error
- func (o *GetInfraEnvPresignedFileURLNotImplemented) IsClientError() bool
- func (o *GetInfraEnvPresignedFileURLNotImplemented) IsCode(code int) bool
- func (o *GetInfraEnvPresignedFileURLNotImplemented) IsRedirect() bool
- func (o *GetInfraEnvPresignedFileURLNotImplemented) IsServerError() bool
- func (o *GetInfraEnvPresignedFileURLNotImplemented) IsSuccess() bool
- func (o *GetInfraEnvPresignedFileURLNotImplemented) String() string
- type GetInfraEnvPresignedFileURLOK
- func (o *GetInfraEnvPresignedFileURLOK) Error() string
- func (o *GetInfraEnvPresignedFileURLOK) GetPayload() *models.PresignedURL
- func (o *GetInfraEnvPresignedFileURLOK) IsClientError() bool
- func (o *GetInfraEnvPresignedFileURLOK) IsCode(code int) bool
- func (o *GetInfraEnvPresignedFileURLOK) IsRedirect() bool
- func (o *GetInfraEnvPresignedFileURLOK) IsServerError() bool
- func (o *GetInfraEnvPresignedFileURLOK) IsSuccess() bool
- func (o *GetInfraEnvPresignedFileURLOK) String() string
- type GetInfraEnvPresignedFileURLParams
- func NewGetInfraEnvPresignedFileURLParams() *GetInfraEnvPresignedFileURLParams
- func NewGetInfraEnvPresignedFileURLParamsWithContext(ctx context.Context) *GetInfraEnvPresignedFileURLParams
- func NewGetInfraEnvPresignedFileURLParamsWithHTTPClient(client *http.Client) *GetInfraEnvPresignedFileURLParams
- func NewGetInfraEnvPresignedFileURLParamsWithTimeout(timeout time.Duration) *GetInfraEnvPresignedFileURLParams
- func (o *GetInfraEnvPresignedFileURLParams) SetContext(ctx context.Context)
- func (o *GetInfraEnvPresignedFileURLParams) SetDefaults()
- func (o *GetInfraEnvPresignedFileURLParams) SetFileName(fileName string)
- func (o *GetInfraEnvPresignedFileURLParams) SetHTTPClient(client *http.Client)
- func (o *GetInfraEnvPresignedFileURLParams) SetInfraEnvID(infraEnvID strfmt.UUID)
- func (o *GetInfraEnvPresignedFileURLParams) SetIpxeScriptType(ipxeScriptType *string)
- func (o *GetInfraEnvPresignedFileURLParams) SetTimeout(timeout time.Duration)
- func (o *GetInfraEnvPresignedFileURLParams) WithContext(ctx context.Context) *GetInfraEnvPresignedFileURLParams
- func (o *GetInfraEnvPresignedFileURLParams) WithDefaults() *GetInfraEnvPresignedFileURLParams
- func (o *GetInfraEnvPresignedFileURLParams) WithFileName(fileName string) *GetInfraEnvPresignedFileURLParams
- func (o *GetInfraEnvPresignedFileURLParams) WithHTTPClient(client *http.Client) *GetInfraEnvPresignedFileURLParams
- func (o *GetInfraEnvPresignedFileURLParams) WithInfraEnvID(infraEnvID strfmt.UUID) *GetInfraEnvPresignedFileURLParams
- func (o *GetInfraEnvPresignedFileURLParams) WithIpxeScriptType(ipxeScriptType *string) *GetInfraEnvPresignedFileURLParams
- func (o *GetInfraEnvPresignedFileURLParams) WithTimeout(timeout time.Duration) *GetInfraEnvPresignedFileURLParams
- func (o *GetInfraEnvPresignedFileURLParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetInfraEnvPresignedFileURLReader
- type GetInfraEnvPresignedFileURLServiceUnavailable
- func (o *GetInfraEnvPresignedFileURLServiceUnavailable) Error() string
- func (o *GetInfraEnvPresignedFileURLServiceUnavailable) GetPayload() *models.Error
- func (o *GetInfraEnvPresignedFileURLServiceUnavailable) IsClientError() bool
- func (o *GetInfraEnvPresignedFileURLServiceUnavailable) IsCode(code int) bool
- func (o *GetInfraEnvPresignedFileURLServiceUnavailable) IsRedirect() bool
- func (o *GetInfraEnvPresignedFileURLServiceUnavailable) IsServerError() bool
- func (o *GetInfraEnvPresignedFileURLServiceUnavailable) IsSuccess() bool
- func (o *GetInfraEnvPresignedFileURLServiceUnavailable) String() string
- type GetInfraEnvPresignedFileURLUnauthorized
- func (o *GetInfraEnvPresignedFileURLUnauthorized) Error() string
- func (o *GetInfraEnvPresignedFileURLUnauthorized) GetPayload() *models.InfraError
- func (o *GetInfraEnvPresignedFileURLUnauthorized) IsClientError() bool
- func (o *GetInfraEnvPresignedFileURLUnauthorized) IsCode(code int) bool
- func (o *GetInfraEnvPresignedFileURLUnauthorized) IsRedirect() bool
- func (o *GetInfraEnvPresignedFileURLUnauthorized) IsServerError() bool
- func (o *GetInfraEnvPresignedFileURLUnauthorized) IsSuccess() bool
- func (o *GetInfraEnvPresignedFileURLUnauthorized) String() string
- type GetInfraEnvReader
- type GetInfraEnvServiceUnavailable
- func (o *GetInfraEnvServiceUnavailable) Error() string
- func (o *GetInfraEnvServiceUnavailable) GetPayload() *models.Error
- func (o *GetInfraEnvServiceUnavailable) IsClientError() bool
- func (o *GetInfraEnvServiceUnavailable) IsCode(code int) bool
- func (o *GetInfraEnvServiceUnavailable) IsRedirect() bool
- func (o *GetInfraEnvServiceUnavailable) IsServerError() bool
- func (o *GetInfraEnvServiceUnavailable) IsSuccess() bool
- func (o *GetInfraEnvServiceUnavailable) String() string
- type GetInfraEnvUnauthorized
- func (o *GetInfraEnvUnauthorized) Error() string
- func (o *GetInfraEnvUnauthorized) GetPayload() *models.InfraError
- func (o *GetInfraEnvUnauthorized) IsClientError() bool
- func (o *GetInfraEnvUnauthorized) IsCode(code int) bool
- func (o *GetInfraEnvUnauthorized) IsRedirect() bool
- func (o *GetInfraEnvUnauthorized) IsServerError() bool
- func (o *GetInfraEnvUnauthorized) IsSuccess() bool
- func (o *GetInfraEnvUnauthorized) String() string
- type GetSupportedArchitecturesBadRequest
- func (o *GetSupportedArchitecturesBadRequest) Error() string
- func (o *GetSupportedArchitecturesBadRequest) GetPayload() *models.Error
- func (o *GetSupportedArchitecturesBadRequest) IsClientError() bool
- func (o *GetSupportedArchitecturesBadRequest) IsCode(code int) bool
- func (o *GetSupportedArchitecturesBadRequest) IsRedirect() bool
- func (o *GetSupportedArchitecturesBadRequest) IsServerError() bool
- func (o *GetSupportedArchitecturesBadRequest) IsSuccess() bool
- func (o *GetSupportedArchitecturesBadRequest) String() string
- type GetSupportedArchitecturesForbidden
- func (o *GetSupportedArchitecturesForbidden) Error() string
- func (o *GetSupportedArchitecturesForbidden) GetPayload() *models.InfraError
- func (o *GetSupportedArchitecturesForbidden) IsClientError() bool
- func (o *GetSupportedArchitecturesForbidden) IsCode(code int) bool
- func (o *GetSupportedArchitecturesForbidden) IsRedirect() bool
- func (o *GetSupportedArchitecturesForbidden) IsServerError() bool
- func (o *GetSupportedArchitecturesForbidden) IsSuccess() bool
- func (o *GetSupportedArchitecturesForbidden) String() string
- type GetSupportedArchitecturesNotFound
- func (o *GetSupportedArchitecturesNotFound) Error() string
- func (o *GetSupportedArchitecturesNotFound) GetPayload() *models.Error
- func (o *GetSupportedArchitecturesNotFound) IsClientError() bool
- func (o *GetSupportedArchitecturesNotFound) IsCode(code int) bool
- func (o *GetSupportedArchitecturesNotFound) IsRedirect() bool
- func (o *GetSupportedArchitecturesNotFound) IsServerError() bool
- func (o *GetSupportedArchitecturesNotFound) IsSuccess() bool
- func (o *GetSupportedArchitecturesNotFound) String() string
- type GetSupportedArchitecturesOK
- func (o *GetSupportedArchitecturesOK) Error() string
- func (o *GetSupportedArchitecturesOK) GetPayload() *GetSupportedArchitecturesOKBody
- func (o *GetSupportedArchitecturesOK) IsClientError() bool
- func (o *GetSupportedArchitecturesOK) IsCode(code int) bool
- func (o *GetSupportedArchitecturesOK) IsRedirect() bool
- func (o *GetSupportedArchitecturesOK) IsServerError() bool
- func (o *GetSupportedArchitecturesOK) IsSuccess() bool
- func (o *GetSupportedArchitecturesOK) String() string
- type GetSupportedArchitecturesOKBody
- func (o *GetSupportedArchitecturesOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *GetSupportedArchitecturesOKBody) MarshalBinary() ([]byte, error)
- func (o *GetSupportedArchitecturesOKBody) UnmarshalBinary(b []byte) error
- func (o *GetSupportedArchitecturesOKBody) Validate(formats strfmt.Registry) error
- type GetSupportedArchitecturesParams
- func NewGetSupportedArchitecturesParams() *GetSupportedArchitecturesParams
- func NewGetSupportedArchitecturesParamsWithContext(ctx context.Context) *GetSupportedArchitecturesParams
- func NewGetSupportedArchitecturesParamsWithHTTPClient(client *http.Client) *GetSupportedArchitecturesParams
- func NewGetSupportedArchitecturesParamsWithTimeout(timeout time.Duration) *GetSupportedArchitecturesParams
- func (o *GetSupportedArchitecturesParams) SetContext(ctx context.Context)
- func (o *GetSupportedArchitecturesParams) SetDefaults()
- func (o *GetSupportedArchitecturesParams) SetHTTPClient(client *http.Client)
- func (o *GetSupportedArchitecturesParams) SetOpenshiftVersion(openshiftVersion string)
- func (o *GetSupportedArchitecturesParams) SetTimeout(timeout time.Duration)
- func (o *GetSupportedArchitecturesParams) WithContext(ctx context.Context) *GetSupportedArchitecturesParams
- func (o *GetSupportedArchitecturesParams) WithDefaults() *GetSupportedArchitecturesParams
- func (o *GetSupportedArchitecturesParams) WithHTTPClient(client *http.Client) *GetSupportedArchitecturesParams
- func (o *GetSupportedArchitecturesParams) WithOpenshiftVersion(openshiftVersion string) *GetSupportedArchitecturesParams
- func (o *GetSupportedArchitecturesParams) WithTimeout(timeout time.Duration) *GetSupportedArchitecturesParams
- func (o *GetSupportedArchitecturesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSupportedArchitecturesReader
- type GetSupportedArchitecturesServiceUnavailable
- func (o *GetSupportedArchitecturesServiceUnavailable) Error() string
- func (o *GetSupportedArchitecturesServiceUnavailable) GetPayload() *models.Error
- func (o *GetSupportedArchitecturesServiceUnavailable) IsClientError() bool
- func (o *GetSupportedArchitecturesServiceUnavailable) IsCode(code int) bool
- func (o *GetSupportedArchitecturesServiceUnavailable) IsRedirect() bool
- func (o *GetSupportedArchitecturesServiceUnavailable) IsServerError() bool
- func (o *GetSupportedArchitecturesServiceUnavailable) IsSuccess() bool
- func (o *GetSupportedArchitecturesServiceUnavailable) String() string
- type GetSupportedArchitecturesUnauthorized
- func (o *GetSupportedArchitecturesUnauthorized) Error() string
- func (o *GetSupportedArchitecturesUnauthorized) GetPayload() *models.InfraError
- func (o *GetSupportedArchitecturesUnauthorized) IsClientError() bool
- func (o *GetSupportedArchitecturesUnauthorized) IsCode(code int) bool
- func (o *GetSupportedArchitecturesUnauthorized) IsRedirect() bool
- func (o *GetSupportedArchitecturesUnauthorized) IsServerError() bool
- func (o *GetSupportedArchitecturesUnauthorized) IsSuccess() bool
- func (o *GetSupportedArchitecturesUnauthorized) String() string
- type GetSupportedFeaturesBadRequest
- func (o *GetSupportedFeaturesBadRequest) Error() string
- func (o *GetSupportedFeaturesBadRequest) GetPayload() *models.Error
- func (o *GetSupportedFeaturesBadRequest) IsClientError() bool
- func (o *GetSupportedFeaturesBadRequest) IsCode(code int) bool
- func (o *GetSupportedFeaturesBadRequest) IsRedirect() bool
- func (o *GetSupportedFeaturesBadRequest) IsServerError() bool
- func (o *GetSupportedFeaturesBadRequest) IsSuccess() bool
- func (o *GetSupportedFeaturesBadRequest) String() string
- type GetSupportedFeaturesForbidden
- func (o *GetSupportedFeaturesForbidden) Error() string
- func (o *GetSupportedFeaturesForbidden) GetPayload() *models.InfraError
- func (o *GetSupportedFeaturesForbidden) IsClientError() bool
- func (o *GetSupportedFeaturesForbidden) IsCode(code int) bool
- func (o *GetSupportedFeaturesForbidden) IsRedirect() bool
- func (o *GetSupportedFeaturesForbidden) IsServerError() bool
- func (o *GetSupportedFeaturesForbidden) IsSuccess() bool
- func (o *GetSupportedFeaturesForbidden) String() string
- type GetSupportedFeaturesNotFound
- func (o *GetSupportedFeaturesNotFound) Error() string
- func (o *GetSupportedFeaturesNotFound) GetPayload() *models.Error
- func (o *GetSupportedFeaturesNotFound) IsClientError() bool
- func (o *GetSupportedFeaturesNotFound) IsCode(code int) bool
- func (o *GetSupportedFeaturesNotFound) IsRedirect() bool
- func (o *GetSupportedFeaturesNotFound) IsServerError() bool
- func (o *GetSupportedFeaturesNotFound) IsSuccess() bool
- func (o *GetSupportedFeaturesNotFound) String() string
- type GetSupportedFeaturesOK
- func (o *GetSupportedFeaturesOK) Error() string
- func (o *GetSupportedFeaturesOK) GetPayload() *GetSupportedFeaturesOKBody
- func (o *GetSupportedFeaturesOK) IsClientError() bool
- func (o *GetSupportedFeaturesOK) IsCode(code int) bool
- func (o *GetSupportedFeaturesOK) IsRedirect() bool
- func (o *GetSupportedFeaturesOK) IsServerError() bool
- func (o *GetSupportedFeaturesOK) IsSuccess() bool
- func (o *GetSupportedFeaturesOK) String() string
- type GetSupportedFeaturesOKBody
- func (o *GetSupportedFeaturesOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *GetSupportedFeaturesOKBody) MarshalBinary() ([]byte, error)
- func (o *GetSupportedFeaturesOKBody) UnmarshalBinary(b []byte) error
- func (o *GetSupportedFeaturesOKBody) Validate(formats strfmt.Registry) error
- type GetSupportedFeaturesParams
- func NewGetSupportedFeaturesParams() *GetSupportedFeaturesParams
- func NewGetSupportedFeaturesParamsWithContext(ctx context.Context) *GetSupportedFeaturesParams
- func NewGetSupportedFeaturesParamsWithHTTPClient(client *http.Client) *GetSupportedFeaturesParams
- func NewGetSupportedFeaturesParamsWithTimeout(timeout time.Duration) *GetSupportedFeaturesParams
- func (o *GetSupportedFeaturesParams) SetCPUArchitecture(cPUArchitecture *string)
- func (o *GetSupportedFeaturesParams) SetContext(ctx context.Context)
- func (o *GetSupportedFeaturesParams) SetDefaults()
- func (o *GetSupportedFeaturesParams) SetExternalPlatformName(externalPlatformName *string)
- func (o *GetSupportedFeaturesParams) SetHTTPClient(client *http.Client)
- func (o *GetSupportedFeaturesParams) SetOpenshiftVersion(openshiftVersion string)
- func (o *GetSupportedFeaturesParams) SetPlatformType(platformType *string)
- func (o *GetSupportedFeaturesParams) SetTimeout(timeout time.Duration)
- func (o *GetSupportedFeaturesParams) WithCPUArchitecture(cPUArchitecture *string) *GetSupportedFeaturesParams
- func (o *GetSupportedFeaturesParams) WithContext(ctx context.Context) *GetSupportedFeaturesParams
- func (o *GetSupportedFeaturesParams) WithDefaults() *GetSupportedFeaturesParams
- func (o *GetSupportedFeaturesParams) WithExternalPlatformName(externalPlatformName *string) *GetSupportedFeaturesParams
- func (o *GetSupportedFeaturesParams) WithHTTPClient(client *http.Client) *GetSupportedFeaturesParams
- func (o *GetSupportedFeaturesParams) WithOpenshiftVersion(openshiftVersion string) *GetSupportedFeaturesParams
- func (o *GetSupportedFeaturesParams) WithPlatformType(platformType *string) *GetSupportedFeaturesParams
- func (o *GetSupportedFeaturesParams) WithTimeout(timeout time.Duration) *GetSupportedFeaturesParams
- func (o *GetSupportedFeaturesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSupportedFeaturesReader
- type GetSupportedFeaturesServiceUnavailable
- func (o *GetSupportedFeaturesServiceUnavailable) Error() string
- func (o *GetSupportedFeaturesServiceUnavailable) GetPayload() *models.Error
- func (o *GetSupportedFeaturesServiceUnavailable) IsClientError() bool
- func (o *GetSupportedFeaturesServiceUnavailable) IsCode(code int) bool
- func (o *GetSupportedFeaturesServiceUnavailable) IsRedirect() bool
- func (o *GetSupportedFeaturesServiceUnavailable) IsServerError() bool
- func (o *GetSupportedFeaturesServiceUnavailable) IsSuccess() bool
- func (o *GetSupportedFeaturesServiceUnavailable) String() string
- type GetSupportedFeaturesUnauthorized
- func (o *GetSupportedFeaturesUnauthorized) Error() string
- func (o *GetSupportedFeaturesUnauthorized) GetPayload() *models.InfraError
- func (o *GetSupportedFeaturesUnauthorized) IsClientError() bool
- func (o *GetSupportedFeaturesUnauthorized) IsCode(code int) bool
- func (o *GetSupportedFeaturesUnauthorized) IsRedirect() bool
- func (o *GetSupportedFeaturesUnauthorized) IsServerError() bool
- func (o *GetSupportedFeaturesUnauthorized) IsSuccess() bool
- func (o *GetSupportedFeaturesUnauthorized) String() string
- type ListClusterHostsForbidden
- func (o *ListClusterHostsForbidden) Error() string
- func (o *ListClusterHostsForbidden) GetPayload() *models.InfraError
- func (o *ListClusterHostsForbidden) IsClientError() bool
- func (o *ListClusterHostsForbidden) IsCode(code int) bool
- func (o *ListClusterHostsForbidden) IsRedirect() bool
- func (o *ListClusterHostsForbidden) IsServerError() bool
- func (o *ListClusterHostsForbidden) IsSuccess() bool
- func (o *ListClusterHostsForbidden) String() string
- type ListClusterHostsInternalServerError
- func (o *ListClusterHostsInternalServerError) Error() string
- func (o *ListClusterHostsInternalServerError) GetPayload() *models.Error
- func (o *ListClusterHostsInternalServerError) IsClientError() bool
- func (o *ListClusterHostsInternalServerError) IsCode(code int) bool
- func (o *ListClusterHostsInternalServerError) IsRedirect() bool
- func (o *ListClusterHostsInternalServerError) IsServerError() bool
- func (o *ListClusterHostsInternalServerError) IsSuccess() bool
- func (o *ListClusterHostsInternalServerError) String() string
- type ListClusterHostsNotFound
- func (o *ListClusterHostsNotFound) Error() string
- func (o *ListClusterHostsNotFound) GetPayload() *models.Error
- func (o *ListClusterHostsNotFound) IsClientError() bool
- func (o *ListClusterHostsNotFound) IsCode(code int) bool
- func (o *ListClusterHostsNotFound) IsRedirect() bool
- func (o *ListClusterHostsNotFound) IsServerError() bool
- func (o *ListClusterHostsNotFound) IsSuccess() bool
- func (o *ListClusterHostsNotFound) String() string
- type ListClusterHostsOK
- func (o *ListClusterHostsOK) Error() string
- func (o *ListClusterHostsOK) GetPayload() models.HostList
- func (o *ListClusterHostsOK) IsClientError() bool
- func (o *ListClusterHostsOK) IsCode(code int) bool
- func (o *ListClusterHostsOK) IsRedirect() bool
- func (o *ListClusterHostsOK) IsServerError() bool
- func (o *ListClusterHostsOK) IsSuccess() bool
- func (o *ListClusterHostsOK) String() string
- type ListClusterHostsParams
- func NewListClusterHostsParams() *ListClusterHostsParams
- func NewListClusterHostsParamsWithContext(ctx context.Context) *ListClusterHostsParams
- func NewListClusterHostsParamsWithHTTPClient(client *http.Client) *ListClusterHostsParams
- func NewListClusterHostsParamsWithTimeout(timeout time.Duration) *ListClusterHostsParams
- func (o *ListClusterHostsParams) SetClusterID(clusterID strfmt.UUID)
- func (o *ListClusterHostsParams) SetContext(ctx context.Context)
- func (o *ListClusterHostsParams) SetDefaults()
- func (o *ListClusterHostsParams) SetHTTPClient(client *http.Client)
- func (o *ListClusterHostsParams) SetRole(role *string)
- func (o *ListClusterHostsParams) SetStatus(status *string)
- func (o *ListClusterHostsParams) SetTimeout(timeout time.Duration)
- func (o *ListClusterHostsParams) SetWithConnectivity(withConnectivity *bool)
- func (o *ListClusterHostsParams) SetWithInventory(withInventory *bool)
- func (o *ListClusterHostsParams) WithClusterID(clusterID strfmt.UUID) *ListClusterHostsParams
- func (o *ListClusterHostsParams) WithContext(ctx context.Context) *ListClusterHostsParams
- func (o *ListClusterHostsParams) WithDefaults() *ListClusterHostsParams
- func (o *ListClusterHostsParams) WithHTTPClient(client *http.Client) *ListClusterHostsParams
- func (o *ListClusterHostsParams) WithRole(role *string) *ListClusterHostsParams
- func (o *ListClusterHostsParams) WithStatus(status *string) *ListClusterHostsParams
- func (o *ListClusterHostsParams) WithTimeout(timeout time.Duration) *ListClusterHostsParams
- func (o *ListClusterHostsParams) WithWithConnectivity(withConnectivity *bool) *ListClusterHostsParams
- func (o *ListClusterHostsParams) WithWithInventory(withInventory *bool) *ListClusterHostsParams
- func (o *ListClusterHostsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListClusterHostsReader
- type ListClusterHostsUnauthorized
- func (o *ListClusterHostsUnauthorized) Error() string
- func (o *ListClusterHostsUnauthorized) GetPayload() *models.InfraError
- func (o *ListClusterHostsUnauthorized) IsClientError() bool
- func (o *ListClusterHostsUnauthorized) IsCode(code int) bool
- func (o *ListClusterHostsUnauthorized) IsRedirect() bool
- func (o *ListClusterHostsUnauthorized) IsServerError() bool
- func (o *ListClusterHostsUnauthorized) IsSuccess() bool
- func (o *ListClusterHostsUnauthorized) String() string
- type ListInfraEnvsForbidden
- func (o *ListInfraEnvsForbidden) Error() string
- func (o *ListInfraEnvsForbidden) GetPayload() *models.InfraError
- func (o *ListInfraEnvsForbidden) IsClientError() bool
- func (o *ListInfraEnvsForbidden) IsCode(code int) bool
- func (o *ListInfraEnvsForbidden) IsRedirect() bool
- func (o *ListInfraEnvsForbidden) IsServerError() bool
- func (o *ListInfraEnvsForbidden) IsSuccess() bool
- func (o *ListInfraEnvsForbidden) String() string
- type ListInfraEnvsInternalServerError
- func (o *ListInfraEnvsInternalServerError) Error() string
- func (o *ListInfraEnvsInternalServerError) GetPayload() *models.Error
- func (o *ListInfraEnvsInternalServerError) IsClientError() bool
- func (o *ListInfraEnvsInternalServerError) IsCode(code int) bool
- func (o *ListInfraEnvsInternalServerError) IsRedirect() bool
- func (o *ListInfraEnvsInternalServerError) IsServerError() bool
- func (o *ListInfraEnvsInternalServerError) IsSuccess() bool
- func (o *ListInfraEnvsInternalServerError) String() string
- type ListInfraEnvsMethodNotAllowed
- func (o *ListInfraEnvsMethodNotAllowed) Error() string
- func (o *ListInfraEnvsMethodNotAllowed) GetPayload() *models.Error
- func (o *ListInfraEnvsMethodNotAllowed) IsClientError() bool
- func (o *ListInfraEnvsMethodNotAllowed) IsCode(code int) bool
- func (o *ListInfraEnvsMethodNotAllowed) IsRedirect() bool
- func (o *ListInfraEnvsMethodNotAllowed) IsServerError() bool
- func (o *ListInfraEnvsMethodNotAllowed) IsSuccess() bool
- func (o *ListInfraEnvsMethodNotAllowed) String() string
- type ListInfraEnvsNotImplemented
- func (o *ListInfraEnvsNotImplemented) Error() string
- func (o *ListInfraEnvsNotImplemented) GetPayload() *models.Error
- func (o *ListInfraEnvsNotImplemented) IsClientError() bool
- func (o *ListInfraEnvsNotImplemented) IsCode(code int) bool
- func (o *ListInfraEnvsNotImplemented) IsRedirect() bool
- func (o *ListInfraEnvsNotImplemented) IsServerError() bool
- func (o *ListInfraEnvsNotImplemented) IsSuccess() bool
- func (o *ListInfraEnvsNotImplemented) String() string
- type ListInfraEnvsOK
- func (o *ListInfraEnvsOK) Error() string
- func (o *ListInfraEnvsOK) GetPayload() models.InfraEnvList
- func (o *ListInfraEnvsOK) IsClientError() bool
- func (o *ListInfraEnvsOK) IsCode(code int) bool
- func (o *ListInfraEnvsOK) IsRedirect() bool
- func (o *ListInfraEnvsOK) IsServerError() bool
- func (o *ListInfraEnvsOK) IsSuccess() bool
- func (o *ListInfraEnvsOK) String() string
- type ListInfraEnvsParams
- func (o *ListInfraEnvsParams) SetClusterID(clusterID *strfmt.UUID)
- func (o *ListInfraEnvsParams) SetContext(ctx context.Context)
- func (o *ListInfraEnvsParams) SetDefaults()
- func (o *ListInfraEnvsParams) SetHTTPClient(client *http.Client)
- func (o *ListInfraEnvsParams) SetOwner(owner *string)
- func (o *ListInfraEnvsParams) SetTimeout(timeout time.Duration)
- func (o *ListInfraEnvsParams) WithClusterID(clusterID *strfmt.UUID) *ListInfraEnvsParams
- func (o *ListInfraEnvsParams) WithContext(ctx context.Context) *ListInfraEnvsParams
- func (o *ListInfraEnvsParams) WithDefaults() *ListInfraEnvsParams
- func (o *ListInfraEnvsParams) WithHTTPClient(client *http.Client) *ListInfraEnvsParams
- func (o *ListInfraEnvsParams) WithOwner(owner *string) *ListInfraEnvsParams
- func (o *ListInfraEnvsParams) WithTimeout(timeout time.Duration) *ListInfraEnvsParams
- func (o *ListInfraEnvsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListInfraEnvsReader
- type ListInfraEnvsServiceUnavailable
- func (o *ListInfraEnvsServiceUnavailable) Error() string
- func (o *ListInfraEnvsServiceUnavailable) GetPayload() *models.Error
- func (o *ListInfraEnvsServiceUnavailable) IsClientError() bool
- func (o *ListInfraEnvsServiceUnavailable) IsCode(code int) bool
- func (o *ListInfraEnvsServiceUnavailable) IsRedirect() bool
- func (o *ListInfraEnvsServiceUnavailable) IsServerError() bool
- func (o *ListInfraEnvsServiceUnavailable) IsSuccess() bool
- func (o *ListInfraEnvsServiceUnavailable) String() string
- type ListInfraEnvsUnauthorized
- func (o *ListInfraEnvsUnauthorized) Error() string
- func (o *ListInfraEnvsUnauthorized) GetPayload() *models.InfraError
- func (o *ListInfraEnvsUnauthorized) IsClientError() bool
- func (o *ListInfraEnvsUnauthorized) IsCode(code int) bool
- func (o *ListInfraEnvsUnauthorized) IsRedirect() bool
- func (o *ListInfraEnvsUnauthorized) IsServerError() bool
- func (o *ListInfraEnvsUnauthorized) IsSuccess() bool
- func (o *ListInfraEnvsUnauthorized) String() string
- type RegenerateInfraEnvSigningKeyForbidden
- func (o *RegenerateInfraEnvSigningKeyForbidden) Error() string
- func (o *RegenerateInfraEnvSigningKeyForbidden) GetPayload() *models.InfraError
- func (o *RegenerateInfraEnvSigningKeyForbidden) IsClientError() bool
- func (o *RegenerateInfraEnvSigningKeyForbidden) IsCode(code int) bool
- func (o *RegenerateInfraEnvSigningKeyForbidden) IsRedirect() bool
- func (o *RegenerateInfraEnvSigningKeyForbidden) IsServerError() bool
- func (o *RegenerateInfraEnvSigningKeyForbidden) IsSuccess() bool
- func (o *RegenerateInfraEnvSigningKeyForbidden) String() string
- type RegenerateInfraEnvSigningKeyInternalServerError
- func (o *RegenerateInfraEnvSigningKeyInternalServerError) Error() string
- func (o *RegenerateInfraEnvSigningKeyInternalServerError) GetPayload() *models.Error
- func (o *RegenerateInfraEnvSigningKeyInternalServerError) IsClientError() bool
- func (o *RegenerateInfraEnvSigningKeyInternalServerError) IsCode(code int) bool
- func (o *RegenerateInfraEnvSigningKeyInternalServerError) IsRedirect() bool
- func (o *RegenerateInfraEnvSigningKeyInternalServerError) IsServerError() bool
- func (o *RegenerateInfraEnvSigningKeyInternalServerError) IsSuccess() bool
- func (o *RegenerateInfraEnvSigningKeyInternalServerError) String() string
- type RegenerateInfraEnvSigningKeyMethodNotAllowed
- func (o *RegenerateInfraEnvSigningKeyMethodNotAllowed) Error() string
- func (o *RegenerateInfraEnvSigningKeyMethodNotAllowed) GetPayload() *models.Error
- func (o *RegenerateInfraEnvSigningKeyMethodNotAllowed) IsClientError() bool
- func (o *RegenerateInfraEnvSigningKeyMethodNotAllowed) IsCode(code int) bool
- func (o *RegenerateInfraEnvSigningKeyMethodNotAllowed) IsRedirect() bool
- func (o *RegenerateInfraEnvSigningKeyMethodNotAllowed) IsServerError() bool
- func (o *RegenerateInfraEnvSigningKeyMethodNotAllowed) IsSuccess() bool
- func (o *RegenerateInfraEnvSigningKeyMethodNotAllowed) String() string
- type RegenerateInfraEnvSigningKeyNoContent
- func (o *RegenerateInfraEnvSigningKeyNoContent) Error() string
- func (o *RegenerateInfraEnvSigningKeyNoContent) IsClientError() bool
- func (o *RegenerateInfraEnvSigningKeyNoContent) IsCode(code int) bool
- func (o *RegenerateInfraEnvSigningKeyNoContent) IsRedirect() bool
- func (o *RegenerateInfraEnvSigningKeyNoContent) IsServerError() bool
- func (o *RegenerateInfraEnvSigningKeyNoContent) IsSuccess() bool
- func (o *RegenerateInfraEnvSigningKeyNoContent) String() string
- type RegenerateInfraEnvSigningKeyNotFound
- func (o *RegenerateInfraEnvSigningKeyNotFound) Error() string
- func (o *RegenerateInfraEnvSigningKeyNotFound) GetPayload() *models.Error
- func (o *RegenerateInfraEnvSigningKeyNotFound) IsClientError() bool
- func (o *RegenerateInfraEnvSigningKeyNotFound) IsCode(code int) bool
- func (o *RegenerateInfraEnvSigningKeyNotFound) IsRedirect() bool
- func (o *RegenerateInfraEnvSigningKeyNotFound) IsServerError() bool
- func (o *RegenerateInfraEnvSigningKeyNotFound) IsSuccess() bool
- func (o *RegenerateInfraEnvSigningKeyNotFound) String() string
- type RegenerateInfraEnvSigningKeyParams
- func NewRegenerateInfraEnvSigningKeyParams() *RegenerateInfraEnvSigningKeyParams
- func NewRegenerateInfraEnvSigningKeyParamsWithContext(ctx context.Context) *RegenerateInfraEnvSigningKeyParams
- func NewRegenerateInfraEnvSigningKeyParamsWithHTTPClient(client *http.Client) *RegenerateInfraEnvSigningKeyParams
- func NewRegenerateInfraEnvSigningKeyParamsWithTimeout(timeout time.Duration) *RegenerateInfraEnvSigningKeyParams
- func (o *RegenerateInfraEnvSigningKeyParams) SetContext(ctx context.Context)
- func (o *RegenerateInfraEnvSigningKeyParams) SetDefaults()
- func (o *RegenerateInfraEnvSigningKeyParams) SetHTTPClient(client *http.Client)
- func (o *RegenerateInfraEnvSigningKeyParams) SetInfraEnvID(infraEnvID strfmt.UUID)
- func (o *RegenerateInfraEnvSigningKeyParams) SetTimeout(timeout time.Duration)
- func (o *RegenerateInfraEnvSigningKeyParams) WithContext(ctx context.Context) *RegenerateInfraEnvSigningKeyParams
- func (o *RegenerateInfraEnvSigningKeyParams) WithDefaults() *RegenerateInfraEnvSigningKeyParams
- func (o *RegenerateInfraEnvSigningKeyParams) WithHTTPClient(client *http.Client) *RegenerateInfraEnvSigningKeyParams
- func (o *RegenerateInfraEnvSigningKeyParams) WithInfraEnvID(infraEnvID strfmt.UUID) *RegenerateInfraEnvSigningKeyParams
- func (o *RegenerateInfraEnvSigningKeyParams) WithTimeout(timeout time.Duration) *RegenerateInfraEnvSigningKeyParams
- func (o *RegenerateInfraEnvSigningKeyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RegenerateInfraEnvSigningKeyReader
- type RegenerateInfraEnvSigningKeyUnauthorized
- func (o *RegenerateInfraEnvSigningKeyUnauthorized) Error() string
- func (o *RegenerateInfraEnvSigningKeyUnauthorized) GetPayload() *models.InfraError
- func (o *RegenerateInfraEnvSigningKeyUnauthorized) IsClientError() bool
- func (o *RegenerateInfraEnvSigningKeyUnauthorized) IsCode(code int) bool
- func (o *RegenerateInfraEnvSigningKeyUnauthorized) IsRedirect() bool
- func (o *RegenerateInfraEnvSigningKeyUnauthorized) IsServerError() bool
- func (o *RegenerateInfraEnvSigningKeyUnauthorized) IsSuccess() bool
- func (o *RegenerateInfraEnvSigningKeyUnauthorized) String() string
- type RegisterInfraEnvBadRequest
- func (o *RegisterInfraEnvBadRequest) Error() string
- func (o *RegisterInfraEnvBadRequest) GetPayload() *models.Error
- func (o *RegisterInfraEnvBadRequest) IsClientError() bool
- func (o *RegisterInfraEnvBadRequest) IsCode(code int) bool
- func (o *RegisterInfraEnvBadRequest) IsRedirect() bool
- func (o *RegisterInfraEnvBadRequest) IsServerError() bool
- func (o *RegisterInfraEnvBadRequest) IsSuccess() bool
- func (o *RegisterInfraEnvBadRequest) String() string
- type RegisterInfraEnvConflict
- func (o *RegisterInfraEnvConflict) Error() string
- func (o *RegisterInfraEnvConflict) GetPayload() *models.Error
- func (o *RegisterInfraEnvConflict) IsClientError() bool
- func (o *RegisterInfraEnvConflict) IsCode(code int) bool
- func (o *RegisterInfraEnvConflict) IsRedirect() bool
- func (o *RegisterInfraEnvConflict) IsServerError() bool
- func (o *RegisterInfraEnvConflict) IsSuccess() bool
- func (o *RegisterInfraEnvConflict) String() string
- type RegisterInfraEnvCreated
- func (o *RegisterInfraEnvCreated) Error() string
- func (o *RegisterInfraEnvCreated) GetPayload() *models.InfraEnv
- func (o *RegisterInfraEnvCreated) IsClientError() bool
- func (o *RegisterInfraEnvCreated) IsCode(code int) bool
- func (o *RegisterInfraEnvCreated) IsRedirect() bool
- func (o *RegisterInfraEnvCreated) IsServerError() bool
- func (o *RegisterInfraEnvCreated) IsSuccess() bool
- func (o *RegisterInfraEnvCreated) String() string
- type RegisterInfraEnvForbidden
- func (o *RegisterInfraEnvForbidden) Error() string
- func (o *RegisterInfraEnvForbidden) GetPayload() *models.InfraError
- func (o *RegisterInfraEnvForbidden) IsClientError() bool
- func (o *RegisterInfraEnvForbidden) IsCode(code int) bool
- func (o *RegisterInfraEnvForbidden) IsRedirect() bool
- func (o *RegisterInfraEnvForbidden) IsServerError() bool
- func (o *RegisterInfraEnvForbidden) IsSuccess() bool
- func (o *RegisterInfraEnvForbidden) String() string
- type RegisterInfraEnvInternalServerError
- func (o *RegisterInfraEnvInternalServerError) Error() string
- func (o *RegisterInfraEnvInternalServerError) GetPayload() *models.Error
- func (o *RegisterInfraEnvInternalServerError) IsClientError() bool
- func (o *RegisterInfraEnvInternalServerError) IsCode(code int) bool
- func (o *RegisterInfraEnvInternalServerError) IsRedirect() bool
- func (o *RegisterInfraEnvInternalServerError) IsServerError() bool
- func (o *RegisterInfraEnvInternalServerError) IsSuccess() bool
- func (o *RegisterInfraEnvInternalServerError) String() string
- type RegisterInfraEnvMethodNotAllowed
- func (o *RegisterInfraEnvMethodNotAllowed) Error() string
- func (o *RegisterInfraEnvMethodNotAllowed) GetPayload() *models.Error
- func (o *RegisterInfraEnvMethodNotAllowed) IsClientError() bool
- func (o *RegisterInfraEnvMethodNotAllowed) IsCode(code int) bool
- func (o *RegisterInfraEnvMethodNotAllowed) IsRedirect() bool
- func (o *RegisterInfraEnvMethodNotAllowed) IsServerError() bool
- func (o *RegisterInfraEnvMethodNotAllowed) IsSuccess() bool
- func (o *RegisterInfraEnvMethodNotAllowed) String() string
- type RegisterInfraEnvNotFound
- func (o *RegisterInfraEnvNotFound) Error() string
- func (o *RegisterInfraEnvNotFound) GetPayload() *models.Error
- func (o *RegisterInfraEnvNotFound) IsClientError() bool
- func (o *RegisterInfraEnvNotFound) IsCode(code int) bool
- func (o *RegisterInfraEnvNotFound) IsRedirect() bool
- func (o *RegisterInfraEnvNotFound) IsServerError() bool
- func (o *RegisterInfraEnvNotFound) IsSuccess() bool
- func (o *RegisterInfraEnvNotFound) String() string
- type RegisterInfraEnvNotImplemented
- func (o *RegisterInfraEnvNotImplemented) Error() string
- func (o *RegisterInfraEnvNotImplemented) GetPayload() *models.Error
- func (o *RegisterInfraEnvNotImplemented) IsClientError() bool
- func (o *RegisterInfraEnvNotImplemented) IsCode(code int) bool
- func (o *RegisterInfraEnvNotImplemented) IsRedirect() bool
- func (o *RegisterInfraEnvNotImplemented) IsServerError() bool
- func (o *RegisterInfraEnvNotImplemented) IsSuccess() bool
- func (o *RegisterInfraEnvNotImplemented) String() string
- type RegisterInfraEnvParams
- func NewRegisterInfraEnvParams() *RegisterInfraEnvParams
- func NewRegisterInfraEnvParamsWithContext(ctx context.Context) *RegisterInfraEnvParams
- func NewRegisterInfraEnvParamsWithHTTPClient(client *http.Client) *RegisterInfraEnvParams
- func NewRegisterInfraEnvParamsWithTimeout(timeout time.Duration) *RegisterInfraEnvParams
- func (o *RegisterInfraEnvParams) SetContext(ctx context.Context)
- func (o *RegisterInfraEnvParams) SetDefaults()
- func (o *RegisterInfraEnvParams) SetHTTPClient(client *http.Client)
- func (o *RegisterInfraEnvParams) SetInfraenvCreateParams(infraenvCreateParams *models.InfraEnvCreateParams)
- func (o *RegisterInfraEnvParams) SetTimeout(timeout time.Duration)
- func (o *RegisterInfraEnvParams) WithContext(ctx context.Context) *RegisterInfraEnvParams
- func (o *RegisterInfraEnvParams) WithDefaults() *RegisterInfraEnvParams
- func (o *RegisterInfraEnvParams) WithHTTPClient(client *http.Client) *RegisterInfraEnvParams
- func (o *RegisterInfraEnvParams) WithInfraenvCreateParams(infraenvCreateParams *models.InfraEnvCreateParams) *RegisterInfraEnvParams
- func (o *RegisterInfraEnvParams) WithTimeout(timeout time.Duration) *RegisterInfraEnvParams
- func (o *RegisterInfraEnvParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RegisterInfraEnvReader
- type RegisterInfraEnvUnauthorized
- func (o *RegisterInfraEnvUnauthorized) Error() string
- func (o *RegisterInfraEnvUnauthorized) GetPayload() *models.InfraError
- func (o *RegisterInfraEnvUnauthorized) IsClientError() bool
- func (o *RegisterInfraEnvUnauthorized) IsCode(code int) bool
- func (o *RegisterInfraEnvUnauthorized) IsRedirect() bool
- func (o *RegisterInfraEnvUnauthorized) IsServerError() bool
- func (o *RegisterInfraEnvUnauthorized) IsSuccess() bool
- func (o *RegisterInfraEnvUnauthorized) String() string
- type TransformClusterToAddingHostsAccepted
- func (o *TransformClusterToAddingHostsAccepted) Error() string
- func (o *TransformClusterToAddingHostsAccepted) GetPayload() *models.Cluster
- func (o *TransformClusterToAddingHostsAccepted) IsClientError() bool
- func (o *TransformClusterToAddingHostsAccepted) IsCode(code int) bool
- func (o *TransformClusterToAddingHostsAccepted) IsRedirect() bool
- func (o *TransformClusterToAddingHostsAccepted) IsServerError() bool
- func (o *TransformClusterToAddingHostsAccepted) IsSuccess() bool
- func (o *TransformClusterToAddingHostsAccepted) String() string
- type TransformClusterToAddingHostsConflict
- func (o *TransformClusterToAddingHostsConflict) Error() string
- func (o *TransformClusterToAddingHostsConflict) GetPayload() *models.Error
- func (o *TransformClusterToAddingHostsConflict) IsClientError() bool
- func (o *TransformClusterToAddingHostsConflict) IsCode(code int) bool
- func (o *TransformClusterToAddingHostsConflict) IsRedirect() bool
- func (o *TransformClusterToAddingHostsConflict) IsServerError() bool
- func (o *TransformClusterToAddingHostsConflict) IsSuccess() bool
- func (o *TransformClusterToAddingHostsConflict) String() string
- type TransformClusterToAddingHostsForbidden
- func (o *TransformClusterToAddingHostsForbidden) Error() string
- func (o *TransformClusterToAddingHostsForbidden) GetPayload() *models.InfraError
- func (o *TransformClusterToAddingHostsForbidden) IsClientError() bool
- func (o *TransformClusterToAddingHostsForbidden) IsCode(code int) bool
- func (o *TransformClusterToAddingHostsForbidden) IsRedirect() bool
- func (o *TransformClusterToAddingHostsForbidden) IsServerError() bool
- func (o *TransformClusterToAddingHostsForbidden) IsSuccess() bool
- func (o *TransformClusterToAddingHostsForbidden) String() string
- type TransformClusterToAddingHostsInternalServerError
- func (o *TransformClusterToAddingHostsInternalServerError) Error() string
- func (o *TransformClusterToAddingHostsInternalServerError) GetPayload() *models.Error
- func (o *TransformClusterToAddingHostsInternalServerError) IsClientError() bool
- func (o *TransformClusterToAddingHostsInternalServerError) IsCode(code int) bool
- func (o *TransformClusterToAddingHostsInternalServerError) IsRedirect() bool
- func (o *TransformClusterToAddingHostsInternalServerError) IsServerError() bool
- func (o *TransformClusterToAddingHostsInternalServerError) IsSuccess() bool
- func (o *TransformClusterToAddingHostsInternalServerError) String() string
- type TransformClusterToAddingHostsMethodNotAllowed
- func (o *TransformClusterToAddingHostsMethodNotAllowed) Error() string
- func (o *TransformClusterToAddingHostsMethodNotAllowed) GetPayload() *models.Error
- func (o *TransformClusterToAddingHostsMethodNotAllowed) IsClientError() bool
- func (o *TransformClusterToAddingHostsMethodNotAllowed) IsCode(code int) bool
- func (o *TransformClusterToAddingHostsMethodNotAllowed) IsRedirect() bool
- func (o *TransformClusterToAddingHostsMethodNotAllowed) IsServerError() bool
- func (o *TransformClusterToAddingHostsMethodNotAllowed) IsSuccess() bool
- func (o *TransformClusterToAddingHostsMethodNotAllowed) String() string
- type TransformClusterToAddingHostsNotFound
- func (o *TransformClusterToAddingHostsNotFound) Error() string
- func (o *TransformClusterToAddingHostsNotFound) GetPayload() *models.Error
- func (o *TransformClusterToAddingHostsNotFound) IsClientError() bool
- func (o *TransformClusterToAddingHostsNotFound) IsCode(code int) bool
- func (o *TransformClusterToAddingHostsNotFound) IsRedirect() bool
- func (o *TransformClusterToAddingHostsNotFound) IsServerError() bool
- func (o *TransformClusterToAddingHostsNotFound) IsSuccess() bool
- func (o *TransformClusterToAddingHostsNotFound) String() string
- type TransformClusterToAddingHostsParams
- func NewTransformClusterToAddingHostsParams() *TransformClusterToAddingHostsParams
- func NewTransformClusterToAddingHostsParamsWithContext(ctx context.Context) *TransformClusterToAddingHostsParams
- func NewTransformClusterToAddingHostsParamsWithHTTPClient(client *http.Client) *TransformClusterToAddingHostsParams
- func NewTransformClusterToAddingHostsParamsWithTimeout(timeout time.Duration) *TransformClusterToAddingHostsParams
- func (o *TransformClusterToAddingHostsParams) SetClusterID(clusterID strfmt.UUID)
- func (o *TransformClusterToAddingHostsParams) SetContext(ctx context.Context)
- func (o *TransformClusterToAddingHostsParams) SetDefaults()
- func (o *TransformClusterToAddingHostsParams) SetHTTPClient(client *http.Client)
- func (o *TransformClusterToAddingHostsParams) SetTimeout(timeout time.Duration)
- func (o *TransformClusterToAddingHostsParams) WithClusterID(clusterID strfmt.UUID) *TransformClusterToAddingHostsParams
- func (o *TransformClusterToAddingHostsParams) WithContext(ctx context.Context) *TransformClusterToAddingHostsParams
- func (o *TransformClusterToAddingHostsParams) WithDefaults() *TransformClusterToAddingHostsParams
- func (o *TransformClusterToAddingHostsParams) WithHTTPClient(client *http.Client) *TransformClusterToAddingHostsParams
- func (o *TransformClusterToAddingHostsParams) WithTimeout(timeout time.Duration) *TransformClusterToAddingHostsParams
- func (o *TransformClusterToAddingHostsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type TransformClusterToAddingHostsReader
- type TransformClusterToAddingHostsUnauthorized
- func (o *TransformClusterToAddingHostsUnauthorized) Error() string
- func (o *TransformClusterToAddingHostsUnauthorized) GetPayload() *models.InfraError
- func (o *TransformClusterToAddingHostsUnauthorized) IsClientError() bool
- func (o *TransformClusterToAddingHostsUnauthorized) IsCode(code int) bool
- func (o *TransformClusterToAddingHostsUnauthorized) IsRedirect() bool
- func (o *TransformClusterToAddingHostsUnauthorized) IsServerError() bool
- func (o *TransformClusterToAddingHostsUnauthorized) IsSuccess() bool
- func (o *TransformClusterToAddingHostsUnauthorized) String() string
- type TransformClusterToDay2Accepted
- func (o *TransformClusterToDay2Accepted) Error() string
- func (o *TransformClusterToDay2Accepted) GetPayload() *models.Cluster
- func (o *TransformClusterToDay2Accepted) IsClientError() bool
- func (o *TransformClusterToDay2Accepted) IsCode(code int) bool
- func (o *TransformClusterToDay2Accepted) IsRedirect() bool
- func (o *TransformClusterToDay2Accepted) IsServerError() bool
- func (o *TransformClusterToDay2Accepted) IsSuccess() bool
- func (o *TransformClusterToDay2Accepted) String() string
- type TransformClusterToDay2Conflict
- func (o *TransformClusterToDay2Conflict) Error() string
- func (o *TransformClusterToDay2Conflict) GetPayload() *models.Error
- func (o *TransformClusterToDay2Conflict) IsClientError() bool
- func (o *TransformClusterToDay2Conflict) IsCode(code int) bool
- func (o *TransformClusterToDay2Conflict) IsRedirect() bool
- func (o *TransformClusterToDay2Conflict) IsServerError() bool
- func (o *TransformClusterToDay2Conflict) IsSuccess() bool
- func (o *TransformClusterToDay2Conflict) String() string
- type TransformClusterToDay2Forbidden
- func (o *TransformClusterToDay2Forbidden) Error() string
- func (o *TransformClusterToDay2Forbidden) GetPayload() *models.InfraError
- func (o *TransformClusterToDay2Forbidden) IsClientError() bool
- func (o *TransformClusterToDay2Forbidden) IsCode(code int) bool
- func (o *TransformClusterToDay2Forbidden) IsRedirect() bool
- func (o *TransformClusterToDay2Forbidden) IsServerError() bool
- func (o *TransformClusterToDay2Forbidden) IsSuccess() bool
- func (o *TransformClusterToDay2Forbidden) String() string
- type TransformClusterToDay2InternalServerError
- func (o *TransformClusterToDay2InternalServerError) Error() string
- func (o *TransformClusterToDay2InternalServerError) GetPayload() *models.Error
- func (o *TransformClusterToDay2InternalServerError) IsClientError() bool
- func (o *TransformClusterToDay2InternalServerError) IsCode(code int) bool
- func (o *TransformClusterToDay2InternalServerError) IsRedirect() bool
- func (o *TransformClusterToDay2InternalServerError) IsServerError() bool
- func (o *TransformClusterToDay2InternalServerError) IsSuccess() bool
- func (o *TransformClusterToDay2InternalServerError) String() string
- type TransformClusterToDay2MethodNotAllowed
- func (o *TransformClusterToDay2MethodNotAllowed) Error() string
- func (o *TransformClusterToDay2MethodNotAllowed) GetPayload() *models.Error
- func (o *TransformClusterToDay2MethodNotAllowed) IsClientError() bool
- func (o *TransformClusterToDay2MethodNotAllowed) IsCode(code int) bool
- func (o *TransformClusterToDay2MethodNotAllowed) IsRedirect() bool
- func (o *TransformClusterToDay2MethodNotAllowed) IsServerError() bool
- func (o *TransformClusterToDay2MethodNotAllowed) IsSuccess() bool
- func (o *TransformClusterToDay2MethodNotAllowed) String() string
- type TransformClusterToDay2NotFound
- func (o *TransformClusterToDay2NotFound) Error() string
- func (o *TransformClusterToDay2NotFound) GetPayload() *models.Error
- func (o *TransformClusterToDay2NotFound) IsClientError() bool
- func (o *TransformClusterToDay2NotFound) IsCode(code int) bool
- func (o *TransformClusterToDay2NotFound) IsRedirect() bool
- func (o *TransformClusterToDay2NotFound) IsServerError() bool
- func (o *TransformClusterToDay2NotFound) IsSuccess() bool
- func (o *TransformClusterToDay2NotFound) String() string
- type TransformClusterToDay2Params
- func NewTransformClusterToDay2Params() *TransformClusterToDay2Params
- func NewTransformClusterToDay2ParamsWithContext(ctx context.Context) *TransformClusterToDay2Params
- func NewTransformClusterToDay2ParamsWithHTTPClient(client *http.Client) *TransformClusterToDay2Params
- func NewTransformClusterToDay2ParamsWithTimeout(timeout time.Duration) *TransformClusterToDay2Params
- func (o *TransformClusterToDay2Params) SetClusterID(clusterID strfmt.UUID)
- func (o *TransformClusterToDay2Params) SetContext(ctx context.Context)
- func (o *TransformClusterToDay2Params) SetDefaults()
- func (o *TransformClusterToDay2Params) SetHTTPClient(client *http.Client)
- func (o *TransformClusterToDay2Params) SetTimeout(timeout time.Duration)
- func (o *TransformClusterToDay2Params) WithClusterID(clusterID strfmt.UUID) *TransformClusterToDay2Params
- func (o *TransformClusterToDay2Params) WithContext(ctx context.Context) *TransformClusterToDay2Params
- func (o *TransformClusterToDay2Params) WithDefaults() *TransformClusterToDay2Params
- func (o *TransformClusterToDay2Params) WithHTTPClient(client *http.Client) *TransformClusterToDay2Params
- func (o *TransformClusterToDay2Params) WithTimeout(timeout time.Duration) *TransformClusterToDay2Params
- func (o *TransformClusterToDay2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type TransformClusterToDay2Reader
- type TransformClusterToDay2Unauthorized
- func (o *TransformClusterToDay2Unauthorized) Error() string
- func (o *TransformClusterToDay2Unauthorized) GetPayload() *models.InfraError
- func (o *TransformClusterToDay2Unauthorized) IsClientError() bool
- func (o *TransformClusterToDay2Unauthorized) IsCode(code int) bool
- func (o *TransformClusterToDay2Unauthorized) IsRedirect() bool
- func (o *TransformClusterToDay2Unauthorized) IsServerError() bool
- func (o *TransformClusterToDay2Unauthorized) IsSuccess() bool
- func (o *TransformClusterToDay2Unauthorized) String() string
- type UnbindHostBadRequest
- func (o *UnbindHostBadRequest) Error() string
- func (o *UnbindHostBadRequest) GetPayload() *models.Error
- func (o *UnbindHostBadRequest) IsClientError() bool
- func (o *UnbindHostBadRequest) IsCode(code int) bool
- func (o *UnbindHostBadRequest) IsRedirect() bool
- func (o *UnbindHostBadRequest) IsServerError() bool
- func (o *UnbindHostBadRequest) IsSuccess() bool
- func (o *UnbindHostBadRequest) String() string
- type UnbindHostConflict
- func (o *UnbindHostConflict) Error() string
- func (o *UnbindHostConflict) GetPayload() *models.Error
- func (o *UnbindHostConflict) IsClientError() bool
- func (o *UnbindHostConflict) IsCode(code int) bool
- func (o *UnbindHostConflict) IsRedirect() bool
- func (o *UnbindHostConflict) IsServerError() bool
- func (o *UnbindHostConflict) IsSuccess() bool
- func (o *UnbindHostConflict) String() string
- type UnbindHostForbidden
- func (o *UnbindHostForbidden) Error() string
- func (o *UnbindHostForbidden) GetPayload() *models.InfraError
- func (o *UnbindHostForbidden) IsClientError() bool
- func (o *UnbindHostForbidden) IsCode(code int) bool
- func (o *UnbindHostForbidden) IsRedirect() bool
- func (o *UnbindHostForbidden) IsServerError() bool
- func (o *UnbindHostForbidden) IsSuccess() bool
- func (o *UnbindHostForbidden) String() string
- type UnbindHostInternalServerError
- func (o *UnbindHostInternalServerError) Error() string
- func (o *UnbindHostInternalServerError) GetPayload() *models.Error
- func (o *UnbindHostInternalServerError) IsClientError() bool
- func (o *UnbindHostInternalServerError) IsCode(code int) bool
- func (o *UnbindHostInternalServerError) IsRedirect() bool
- func (o *UnbindHostInternalServerError) IsServerError() bool
- func (o *UnbindHostInternalServerError) IsSuccess() bool
- func (o *UnbindHostInternalServerError) String() string
- type UnbindHostMethodNotAllowed
- func (o *UnbindHostMethodNotAllowed) Error() string
- func (o *UnbindHostMethodNotAllowed) GetPayload() *models.Error
- func (o *UnbindHostMethodNotAllowed) IsClientError() bool
- func (o *UnbindHostMethodNotAllowed) IsCode(code int) bool
- func (o *UnbindHostMethodNotAllowed) IsRedirect() bool
- func (o *UnbindHostMethodNotAllowed) IsServerError() bool
- func (o *UnbindHostMethodNotAllowed) IsSuccess() bool
- func (o *UnbindHostMethodNotAllowed) String() string
- type UnbindHostNotFound
- func (o *UnbindHostNotFound) Error() string
- func (o *UnbindHostNotFound) GetPayload() *models.Error
- func (o *UnbindHostNotFound) IsClientError() bool
- func (o *UnbindHostNotFound) IsCode(code int) bool
- func (o *UnbindHostNotFound) IsRedirect() bool
- func (o *UnbindHostNotFound) IsServerError() bool
- func (o *UnbindHostNotFound) IsSuccess() bool
- func (o *UnbindHostNotFound) String() string
- type UnbindHostNotImplemented
- func (o *UnbindHostNotImplemented) Error() string
- func (o *UnbindHostNotImplemented) GetPayload() *models.Error
- func (o *UnbindHostNotImplemented) IsClientError() bool
- func (o *UnbindHostNotImplemented) IsCode(code int) bool
- func (o *UnbindHostNotImplemented) IsRedirect() bool
- func (o *UnbindHostNotImplemented) IsServerError() bool
- func (o *UnbindHostNotImplemented) IsSuccess() bool
- func (o *UnbindHostNotImplemented) String() string
- type UnbindHostOK
- func (o *UnbindHostOK) Error() string
- func (o *UnbindHostOK) GetPayload() *models.Host
- func (o *UnbindHostOK) IsClientError() bool
- func (o *UnbindHostOK) IsCode(code int) bool
- func (o *UnbindHostOK) IsRedirect() bool
- func (o *UnbindHostOK) IsServerError() bool
- func (o *UnbindHostOK) IsSuccess() bool
- func (o *UnbindHostOK) String() string
- type UnbindHostParams
- func (o *UnbindHostParams) SetContext(ctx context.Context)
- func (o *UnbindHostParams) SetDefaults()
- func (o *UnbindHostParams) SetHTTPClient(client *http.Client)
- func (o *UnbindHostParams) SetHostID(hostID strfmt.UUID)
- func (o *UnbindHostParams) SetInfraEnvID(infraEnvID strfmt.UUID)
- func (o *UnbindHostParams) SetTimeout(timeout time.Duration)
- func (o *UnbindHostParams) WithContext(ctx context.Context) *UnbindHostParams
- func (o *UnbindHostParams) WithDefaults() *UnbindHostParams
- func (o *UnbindHostParams) WithHTTPClient(client *http.Client) *UnbindHostParams
- func (o *UnbindHostParams) WithHostID(hostID strfmt.UUID) *UnbindHostParams
- func (o *UnbindHostParams) WithInfraEnvID(infraEnvID strfmt.UUID) *UnbindHostParams
- func (o *UnbindHostParams) WithTimeout(timeout time.Duration) *UnbindHostParams
- func (o *UnbindHostParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UnbindHostReader
- type UnbindHostServiceUnavailable
- func (o *UnbindHostServiceUnavailable) Error() string
- func (o *UnbindHostServiceUnavailable) GetPayload() *models.Error
- func (o *UnbindHostServiceUnavailable) IsClientError() bool
- func (o *UnbindHostServiceUnavailable) IsCode(code int) bool
- func (o *UnbindHostServiceUnavailable) IsRedirect() bool
- func (o *UnbindHostServiceUnavailable) IsServerError() bool
- func (o *UnbindHostServiceUnavailable) IsSuccess() bool
- func (o *UnbindHostServiceUnavailable) String() string
- type UnbindHostUnauthorized
- func (o *UnbindHostUnauthorized) Error() string
- func (o *UnbindHostUnauthorized) GetPayload() *models.InfraError
- func (o *UnbindHostUnauthorized) IsClientError() bool
- func (o *UnbindHostUnauthorized) IsCode(code int) bool
- func (o *UnbindHostUnauthorized) IsRedirect() bool
- func (o *UnbindHostUnauthorized) IsServerError() bool
- func (o *UnbindHostUnauthorized) IsSuccess() bool
- func (o *UnbindHostUnauthorized) String() string
- type UpdateInfraEnvBadRequest
- func (o *UpdateInfraEnvBadRequest) Error() string
- func (o *UpdateInfraEnvBadRequest) GetPayload() *models.Error
- func (o *UpdateInfraEnvBadRequest) IsClientError() bool
- func (o *UpdateInfraEnvBadRequest) IsCode(code int) bool
- func (o *UpdateInfraEnvBadRequest) IsRedirect() bool
- func (o *UpdateInfraEnvBadRequest) IsServerError() bool
- func (o *UpdateInfraEnvBadRequest) IsSuccess() bool
- func (o *UpdateInfraEnvBadRequest) String() string
- type UpdateInfraEnvConflict
- func (o *UpdateInfraEnvConflict) Error() string
- func (o *UpdateInfraEnvConflict) GetPayload() *models.Error
- func (o *UpdateInfraEnvConflict) IsClientError() bool
- func (o *UpdateInfraEnvConflict) IsCode(code int) bool
- func (o *UpdateInfraEnvConflict) IsRedirect() bool
- func (o *UpdateInfraEnvConflict) IsServerError() bool
- func (o *UpdateInfraEnvConflict) IsSuccess() bool
- func (o *UpdateInfraEnvConflict) String() string
- type UpdateInfraEnvCreated
- func (o *UpdateInfraEnvCreated) Error() string
- func (o *UpdateInfraEnvCreated) GetPayload() *models.InfraEnv
- func (o *UpdateInfraEnvCreated) IsClientError() bool
- func (o *UpdateInfraEnvCreated) IsCode(code int) bool
- func (o *UpdateInfraEnvCreated) IsRedirect() bool
- func (o *UpdateInfraEnvCreated) IsServerError() bool
- func (o *UpdateInfraEnvCreated) IsSuccess() bool
- func (o *UpdateInfraEnvCreated) String() string
- type UpdateInfraEnvForbidden
- func (o *UpdateInfraEnvForbidden) Error() string
- func (o *UpdateInfraEnvForbidden) GetPayload() *models.InfraError
- func (o *UpdateInfraEnvForbidden) IsClientError() bool
- func (o *UpdateInfraEnvForbidden) IsCode(code int) bool
- func (o *UpdateInfraEnvForbidden) IsRedirect() bool
- func (o *UpdateInfraEnvForbidden) IsServerError() bool
- func (o *UpdateInfraEnvForbidden) IsSuccess() bool
- func (o *UpdateInfraEnvForbidden) String() string
- type UpdateInfraEnvInternalServerError
- func (o *UpdateInfraEnvInternalServerError) Error() string
- func (o *UpdateInfraEnvInternalServerError) GetPayload() *models.Error
- func (o *UpdateInfraEnvInternalServerError) IsClientError() bool
- func (o *UpdateInfraEnvInternalServerError) IsCode(code int) bool
- func (o *UpdateInfraEnvInternalServerError) IsRedirect() bool
- func (o *UpdateInfraEnvInternalServerError) IsServerError() bool
- func (o *UpdateInfraEnvInternalServerError) IsSuccess() bool
- func (o *UpdateInfraEnvInternalServerError) String() string
- type UpdateInfraEnvMethodNotAllowed
- func (o *UpdateInfraEnvMethodNotAllowed) Error() string
- func (o *UpdateInfraEnvMethodNotAllowed) GetPayload() *models.Error
- func (o *UpdateInfraEnvMethodNotAllowed) IsClientError() bool
- func (o *UpdateInfraEnvMethodNotAllowed) IsCode(code int) bool
- func (o *UpdateInfraEnvMethodNotAllowed) IsRedirect() bool
- func (o *UpdateInfraEnvMethodNotAllowed) IsServerError() bool
- func (o *UpdateInfraEnvMethodNotAllowed) IsSuccess() bool
- func (o *UpdateInfraEnvMethodNotAllowed) String() string
- type UpdateInfraEnvNotFound
- func (o *UpdateInfraEnvNotFound) Error() string
- func (o *UpdateInfraEnvNotFound) GetPayload() *models.Error
- func (o *UpdateInfraEnvNotFound) IsClientError() bool
- func (o *UpdateInfraEnvNotFound) IsCode(code int) bool
- func (o *UpdateInfraEnvNotFound) IsRedirect() bool
- func (o *UpdateInfraEnvNotFound) IsServerError() bool
- func (o *UpdateInfraEnvNotFound) IsSuccess() bool
- func (o *UpdateInfraEnvNotFound) String() string
- type UpdateInfraEnvNotImplemented
- func (o *UpdateInfraEnvNotImplemented) Error() string
- func (o *UpdateInfraEnvNotImplemented) GetPayload() *models.Error
- func (o *UpdateInfraEnvNotImplemented) IsClientError() bool
- func (o *UpdateInfraEnvNotImplemented) IsCode(code int) bool
- func (o *UpdateInfraEnvNotImplemented) IsRedirect() bool
- func (o *UpdateInfraEnvNotImplemented) IsServerError() bool
- func (o *UpdateInfraEnvNotImplemented) IsSuccess() bool
- func (o *UpdateInfraEnvNotImplemented) String() string
- type UpdateInfraEnvParams
- func NewUpdateInfraEnvParams() *UpdateInfraEnvParams
- func NewUpdateInfraEnvParamsWithContext(ctx context.Context) *UpdateInfraEnvParams
- func NewUpdateInfraEnvParamsWithHTTPClient(client *http.Client) *UpdateInfraEnvParams
- func NewUpdateInfraEnvParamsWithTimeout(timeout time.Duration) *UpdateInfraEnvParams
- func (o *UpdateInfraEnvParams) SetContext(ctx context.Context)
- func (o *UpdateInfraEnvParams) SetDefaults()
- func (o *UpdateInfraEnvParams) SetHTTPClient(client *http.Client)
- func (o *UpdateInfraEnvParams) SetInfraEnvID(infraEnvID strfmt.UUID)
- func (o *UpdateInfraEnvParams) SetInfraEnvUpdateParams(infraEnvUpdateParams *models.InfraEnvUpdateParams)
- func (o *UpdateInfraEnvParams) SetTimeout(timeout time.Duration)
- func (o *UpdateInfraEnvParams) WithContext(ctx context.Context) *UpdateInfraEnvParams
- func (o *UpdateInfraEnvParams) WithDefaults() *UpdateInfraEnvParams
- func (o *UpdateInfraEnvParams) WithHTTPClient(client *http.Client) *UpdateInfraEnvParams
- func (o *UpdateInfraEnvParams) WithInfraEnvID(infraEnvID strfmt.UUID) *UpdateInfraEnvParams
- func (o *UpdateInfraEnvParams) WithInfraEnvUpdateParams(infraEnvUpdateParams *models.InfraEnvUpdateParams) *UpdateInfraEnvParams
- func (o *UpdateInfraEnvParams) WithTimeout(timeout time.Duration) *UpdateInfraEnvParams
- func (o *UpdateInfraEnvParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateInfraEnvReader
- type UpdateInfraEnvUnauthorized
- func (o *UpdateInfraEnvUnauthorized) Error() string
- func (o *UpdateInfraEnvUnauthorized) GetPayload() *models.InfraError
- func (o *UpdateInfraEnvUnauthorized) IsClientError() bool
- func (o *UpdateInfraEnvUnauthorized) IsCode(code int) bool
- func (o *UpdateInfraEnvUnauthorized) IsRedirect() bool
- func (o *UpdateInfraEnvUnauthorized) IsServerError() bool
- func (o *UpdateInfraEnvUnauthorized) IsSuccess() bool
- func (o *UpdateInfraEnvUnauthorized) String() string
- type V2CancelInstallationAccepted
- func (o *V2CancelInstallationAccepted) Error() string
- func (o *V2CancelInstallationAccepted) GetPayload() *models.Cluster
- func (o *V2CancelInstallationAccepted) IsClientError() bool
- func (o *V2CancelInstallationAccepted) IsCode(code int) bool
- func (o *V2CancelInstallationAccepted) IsRedirect() bool
- func (o *V2CancelInstallationAccepted) IsServerError() bool
- func (o *V2CancelInstallationAccepted) IsSuccess() bool
- func (o *V2CancelInstallationAccepted) String() string
- type V2CancelInstallationConflict
- func (o *V2CancelInstallationConflict) Error() string
- func (o *V2CancelInstallationConflict) GetPayload() *models.Error
- func (o *V2CancelInstallationConflict) IsClientError() bool
- func (o *V2CancelInstallationConflict) IsCode(code int) bool
- func (o *V2CancelInstallationConflict) IsRedirect() bool
- func (o *V2CancelInstallationConflict) IsServerError() bool
- func (o *V2CancelInstallationConflict) IsSuccess() bool
- func (o *V2CancelInstallationConflict) String() string
- type V2CancelInstallationForbidden
- func (o *V2CancelInstallationForbidden) Error() string
- func (o *V2CancelInstallationForbidden) GetPayload() *models.InfraError
- func (o *V2CancelInstallationForbidden) IsClientError() bool
- func (o *V2CancelInstallationForbidden) IsCode(code int) bool
- func (o *V2CancelInstallationForbidden) IsRedirect() bool
- func (o *V2CancelInstallationForbidden) IsServerError() bool
- func (o *V2CancelInstallationForbidden) IsSuccess() bool
- func (o *V2CancelInstallationForbidden) String() string
- type V2CancelInstallationInternalServerError
- func (o *V2CancelInstallationInternalServerError) Error() string
- func (o *V2CancelInstallationInternalServerError) GetPayload() *models.Error
- func (o *V2CancelInstallationInternalServerError) IsClientError() bool
- func (o *V2CancelInstallationInternalServerError) IsCode(code int) bool
- func (o *V2CancelInstallationInternalServerError) IsRedirect() bool
- func (o *V2CancelInstallationInternalServerError) IsServerError() bool
- func (o *V2CancelInstallationInternalServerError) IsSuccess() bool
- func (o *V2CancelInstallationInternalServerError) String() string
- type V2CancelInstallationMethodNotAllowed
- func (o *V2CancelInstallationMethodNotAllowed) Error() string
- func (o *V2CancelInstallationMethodNotAllowed) GetPayload() *models.Error
- func (o *V2CancelInstallationMethodNotAllowed) IsClientError() bool
- func (o *V2CancelInstallationMethodNotAllowed) IsCode(code int) bool
- func (o *V2CancelInstallationMethodNotAllowed) IsRedirect() bool
- func (o *V2CancelInstallationMethodNotAllowed) IsServerError() bool
- func (o *V2CancelInstallationMethodNotAllowed) IsSuccess() bool
- func (o *V2CancelInstallationMethodNotAllowed) String() string
- type V2CancelInstallationNotFound
- func (o *V2CancelInstallationNotFound) Error() string
- func (o *V2CancelInstallationNotFound) GetPayload() *models.Error
- func (o *V2CancelInstallationNotFound) IsClientError() bool
- func (o *V2CancelInstallationNotFound) IsCode(code int) bool
- func (o *V2CancelInstallationNotFound) IsRedirect() bool
- func (o *V2CancelInstallationNotFound) IsServerError() bool
- func (o *V2CancelInstallationNotFound) IsSuccess() bool
- func (o *V2CancelInstallationNotFound) String() string
- type V2CancelInstallationParams
- func NewV2CancelInstallationParams() *V2CancelInstallationParams
- func NewV2CancelInstallationParamsWithContext(ctx context.Context) *V2CancelInstallationParams
- func NewV2CancelInstallationParamsWithHTTPClient(client *http.Client) *V2CancelInstallationParams
- func NewV2CancelInstallationParamsWithTimeout(timeout time.Duration) *V2CancelInstallationParams
- func (o *V2CancelInstallationParams) SetClusterID(clusterID strfmt.UUID)
- func (o *V2CancelInstallationParams) SetContext(ctx context.Context)
- func (o *V2CancelInstallationParams) SetDefaults()
- func (o *V2CancelInstallationParams) SetHTTPClient(client *http.Client)
- func (o *V2CancelInstallationParams) SetTimeout(timeout time.Duration)
- func (o *V2CancelInstallationParams) WithClusterID(clusterID strfmt.UUID) *V2CancelInstallationParams
- func (o *V2CancelInstallationParams) WithContext(ctx context.Context) *V2CancelInstallationParams
- func (o *V2CancelInstallationParams) WithDefaults() *V2CancelInstallationParams
- func (o *V2CancelInstallationParams) WithHTTPClient(client *http.Client) *V2CancelInstallationParams
- func (o *V2CancelInstallationParams) WithTimeout(timeout time.Duration) *V2CancelInstallationParams
- func (o *V2CancelInstallationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V2CancelInstallationReader
- type V2CancelInstallationUnauthorized
- func (o *V2CancelInstallationUnauthorized) Error() string
- func (o *V2CancelInstallationUnauthorized) GetPayload() *models.InfraError
- func (o *V2CancelInstallationUnauthorized) IsClientError() bool
- func (o *V2CancelInstallationUnauthorized) IsCode(code int) bool
- func (o *V2CancelInstallationUnauthorized) IsRedirect() bool
- func (o *V2CancelInstallationUnauthorized) IsServerError() bool
- func (o *V2CancelInstallationUnauthorized) IsSuccess() bool
- func (o *V2CancelInstallationUnauthorized) String() string
- type V2CompleteInstallationAccepted
- func (o *V2CompleteInstallationAccepted) Error() string
- func (o *V2CompleteInstallationAccepted) GetPayload() *models.Cluster
- func (o *V2CompleteInstallationAccepted) IsClientError() bool
- func (o *V2CompleteInstallationAccepted) IsCode(code int) bool
- func (o *V2CompleteInstallationAccepted) IsRedirect() bool
- func (o *V2CompleteInstallationAccepted) IsServerError() bool
- func (o *V2CompleteInstallationAccepted) IsSuccess() bool
- func (o *V2CompleteInstallationAccepted) String() string
- type V2CompleteInstallationConflict
- func (o *V2CompleteInstallationConflict) Error() string
- func (o *V2CompleteInstallationConflict) GetPayload() *models.Error
- func (o *V2CompleteInstallationConflict) IsClientError() bool
- func (o *V2CompleteInstallationConflict) IsCode(code int) bool
- func (o *V2CompleteInstallationConflict) IsRedirect() bool
- func (o *V2CompleteInstallationConflict) IsServerError() bool
- func (o *V2CompleteInstallationConflict) IsSuccess() bool
- func (o *V2CompleteInstallationConflict) String() string
- type V2CompleteInstallationForbidden
- func (o *V2CompleteInstallationForbidden) Error() string
- func (o *V2CompleteInstallationForbidden) GetPayload() *models.InfraError
- func (o *V2CompleteInstallationForbidden) IsClientError() bool
- func (o *V2CompleteInstallationForbidden) IsCode(code int) bool
- func (o *V2CompleteInstallationForbidden) IsRedirect() bool
- func (o *V2CompleteInstallationForbidden) IsServerError() bool
- func (o *V2CompleteInstallationForbidden) IsSuccess() bool
- func (o *V2CompleteInstallationForbidden) String() string
- type V2CompleteInstallationInternalServerError
- func (o *V2CompleteInstallationInternalServerError) Error() string
- func (o *V2CompleteInstallationInternalServerError) GetPayload() *models.Error
- func (o *V2CompleteInstallationInternalServerError) IsClientError() bool
- func (o *V2CompleteInstallationInternalServerError) IsCode(code int) bool
- func (o *V2CompleteInstallationInternalServerError) IsRedirect() bool
- func (o *V2CompleteInstallationInternalServerError) IsServerError() bool
- func (o *V2CompleteInstallationInternalServerError) IsSuccess() bool
- func (o *V2CompleteInstallationInternalServerError) String() string
- type V2CompleteInstallationMethodNotAllowed
- func (o *V2CompleteInstallationMethodNotAllowed) Error() string
- func (o *V2CompleteInstallationMethodNotAllowed) GetPayload() *models.Error
- func (o *V2CompleteInstallationMethodNotAllowed) IsClientError() bool
- func (o *V2CompleteInstallationMethodNotAllowed) IsCode(code int) bool
- func (o *V2CompleteInstallationMethodNotAllowed) IsRedirect() bool
- func (o *V2CompleteInstallationMethodNotAllowed) IsServerError() bool
- func (o *V2CompleteInstallationMethodNotAllowed) IsSuccess() bool
- func (o *V2CompleteInstallationMethodNotAllowed) String() string
- type V2CompleteInstallationNotFound
- func (o *V2CompleteInstallationNotFound) Error() string
- func (o *V2CompleteInstallationNotFound) GetPayload() *models.Error
- func (o *V2CompleteInstallationNotFound) IsClientError() bool
- func (o *V2CompleteInstallationNotFound) IsCode(code int) bool
- func (o *V2CompleteInstallationNotFound) IsRedirect() bool
- func (o *V2CompleteInstallationNotFound) IsServerError() bool
- func (o *V2CompleteInstallationNotFound) IsSuccess() bool
- func (o *V2CompleteInstallationNotFound) String() string
- type V2CompleteInstallationParams
- func NewV2CompleteInstallationParams() *V2CompleteInstallationParams
- func NewV2CompleteInstallationParamsWithContext(ctx context.Context) *V2CompleteInstallationParams
- func NewV2CompleteInstallationParamsWithHTTPClient(client *http.Client) *V2CompleteInstallationParams
- func NewV2CompleteInstallationParamsWithTimeout(timeout time.Duration) *V2CompleteInstallationParams
- func (o *V2CompleteInstallationParams) SetClusterID(clusterID strfmt.UUID)
- func (o *V2CompleteInstallationParams) SetCompletionParams(completionParams *models.CompletionParams)
- func (o *V2CompleteInstallationParams) SetContext(ctx context.Context)
- func (o *V2CompleteInstallationParams) SetDefaults()
- func (o *V2CompleteInstallationParams) SetDiscoveryAgentVersion(discoveryAgentVersion *string)
- func (o *V2CompleteInstallationParams) SetHTTPClient(client *http.Client)
- func (o *V2CompleteInstallationParams) SetTimeout(timeout time.Duration)
- func (o *V2CompleteInstallationParams) WithClusterID(clusterID strfmt.UUID) *V2CompleteInstallationParams
- func (o *V2CompleteInstallationParams) WithCompletionParams(completionParams *models.CompletionParams) *V2CompleteInstallationParams
- func (o *V2CompleteInstallationParams) WithContext(ctx context.Context) *V2CompleteInstallationParams
- func (o *V2CompleteInstallationParams) WithDefaults() *V2CompleteInstallationParams
- func (o *V2CompleteInstallationParams) WithDiscoveryAgentVersion(discoveryAgentVersion *string) *V2CompleteInstallationParams
- func (o *V2CompleteInstallationParams) WithHTTPClient(client *http.Client) *V2CompleteInstallationParams
- func (o *V2CompleteInstallationParams) WithTimeout(timeout time.Duration) *V2CompleteInstallationParams
- func (o *V2CompleteInstallationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V2CompleteInstallationReader
- type V2CompleteInstallationServiceUnavailable
- func (o *V2CompleteInstallationServiceUnavailable) Error() string
- func (o *V2CompleteInstallationServiceUnavailable) GetPayload() *models.Error
- func (o *V2CompleteInstallationServiceUnavailable) IsClientError() bool
- func (o *V2CompleteInstallationServiceUnavailable) IsCode(code int) bool
- func (o *V2CompleteInstallationServiceUnavailable) IsRedirect() bool
- func (o *V2CompleteInstallationServiceUnavailable) IsServerError() bool
- func (o *V2CompleteInstallationServiceUnavailable) IsSuccess() bool
- func (o *V2CompleteInstallationServiceUnavailable) String() string
- type V2CompleteInstallationUnauthorized
- func (o *V2CompleteInstallationUnauthorized) Error() string
- func (o *V2CompleteInstallationUnauthorized) GetPayload() *models.InfraError
- func (o *V2CompleteInstallationUnauthorized) IsClientError() bool
- func (o *V2CompleteInstallationUnauthorized) IsCode(code int) bool
- func (o *V2CompleteInstallationUnauthorized) IsRedirect() bool
- func (o *V2CompleteInstallationUnauthorized) IsServerError() bool
- func (o *V2CompleteInstallationUnauthorized) IsSuccess() bool
- func (o *V2CompleteInstallationUnauthorized) String() string
- type V2DeregisterClusterConflict
- func (o *V2DeregisterClusterConflict) Error() string
- func (o *V2DeregisterClusterConflict) GetPayload() *models.Error
- func (o *V2DeregisterClusterConflict) IsClientError() bool
- func (o *V2DeregisterClusterConflict) IsCode(code int) bool
- func (o *V2DeregisterClusterConflict) IsRedirect() bool
- func (o *V2DeregisterClusterConflict) IsServerError() bool
- func (o *V2DeregisterClusterConflict) IsSuccess() bool
- func (o *V2DeregisterClusterConflict) String() string
- type V2DeregisterClusterForbidden
- func (o *V2DeregisterClusterForbidden) Error() string
- func (o *V2DeregisterClusterForbidden) GetPayload() *models.InfraError
- func (o *V2DeregisterClusterForbidden) IsClientError() bool
- func (o *V2DeregisterClusterForbidden) IsCode(code int) bool
- func (o *V2DeregisterClusterForbidden) IsRedirect() bool
- func (o *V2DeregisterClusterForbidden) IsServerError() bool
- func (o *V2DeregisterClusterForbidden) IsSuccess() bool
- func (o *V2DeregisterClusterForbidden) String() string
- type V2DeregisterClusterInternalServerError
- func (o *V2DeregisterClusterInternalServerError) Error() string
- func (o *V2DeregisterClusterInternalServerError) GetPayload() *models.Error
- func (o *V2DeregisterClusterInternalServerError) IsClientError() bool
- func (o *V2DeregisterClusterInternalServerError) IsCode(code int) bool
- func (o *V2DeregisterClusterInternalServerError) IsRedirect() bool
- func (o *V2DeregisterClusterInternalServerError) IsServerError() bool
- func (o *V2DeregisterClusterInternalServerError) IsSuccess() bool
- func (o *V2DeregisterClusterInternalServerError) String() string
- type V2DeregisterClusterMethodNotAllowed
- func (o *V2DeregisterClusterMethodNotAllowed) Error() string
- func (o *V2DeregisterClusterMethodNotAllowed) GetPayload() *models.Error
- func (o *V2DeregisterClusterMethodNotAllowed) IsClientError() bool
- func (o *V2DeregisterClusterMethodNotAllowed) IsCode(code int) bool
- func (o *V2DeregisterClusterMethodNotAllowed) IsRedirect() bool
- func (o *V2DeregisterClusterMethodNotAllowed) IsServerError() bool
- func (o *V2DeregisterClusterMethodNotAllowed) IsSuccess() bool
- func (o *V2DeregisterClusterMethodNotAllowed) String() string
- type V2DeregisterClusterNoContent
- func (o *V2DeregisterClusterNoContent) Error() string
- func (o *V2DeregisterClusterNoContent) IsClientError() bool
- func (o *V2DeregisterClusterNoContent) IsCode(code int) bool
- func (o *V2DeregisterClusterNoContent) IsRedirect() bool
- func (o *V2DeregisterClusterNoContent) IsServerError() bool
- func (o *V2DeregisterClusterNoContent) IsSuccess() bool
- func (o *V2DeregisterClusterNoContent) String() string
- type V2DeregisterClusterNotFound
- func (o *V2DeregisterClusterNotFound) Error() string
- func (o *V2DeregisterClusterNotFound) GetPayload() *models.Error
- func (o *V2DeregisterClusterNotFound) IsClientError() bool
- func (o *V2DeregisterClusterNotFound) IsCode(code int) bool
- func (o *V2DeregisterClusterNotFound) IsRedirect() bool
- func (o *V2DeregisterClusterNotFound) IsServerError() bool
- func (o *V2DeregisterClusterNotFound) IsSuccess() bool
- func (o *V2DeregisterClusterNotFound) String() string
- type V2DeregisterClusterParams
- func NewV2DeregisterClusterParams() *V2DeregisterClusterParams
- func NewV2DeregisterClusterParamsWithContext(ctx context.Context) *V2DeregisterClusterParams
- func NewV2DeregisterClusterParamsWithHTTPClient(client *http.Client) *V2DeregisterClusterParams
- func NewV2DeregisterClusterParamsWithTimeout(timeout time.Duration) *V2DeregisterClusterParams
- func (o *V2DeregisterClusterParams) SetClusterID(clusterID strfmt.UUID)
- func (o *V2DeregisterClusterParams) SetContext(ctx context.Context)
- func (o *V2DeregisterClusterParams) SetDefaults()
- func (o *V2DeregisterClusterParams) SetHTTPClient(client *http.Client)
- func (o *V2DeregisterClusterParams) SetTimeout(timeout time.Duration)
- func (o *V2DeregisterClusterParams) WithClusterID(clusterID strfmt.UUID) *V2DeregisterClusterParams
- func (o *V2DeregisterClusterParams) WithContext(ctx context.Context) *V2DeregisterClusterParams
- func (o *V2DeregisterClusterParams) WithDefaults() *V2DeregisterClusterParams
- func (o *V2DeregisterClusterParams) WithHTTPClient(client *http.Client) *V2DeregisterClusterParams
- func (o *V2DeregisterClusterParams) WithTimeout(timeout time.Duration) *V2DeregisterClusterParams
- func (o *V2DeregisterClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V2DeregisterClusterReader
- type V2DeregisterClusterUnauthorized
- func (o *V2DeregisterClusterUnauthorized) Error() string
- func (o *V2DeregisterClusterUnauthorized) GetPayload() *models.InfraError
- func (o *V2DeregisterClusterUnauthorized) IsClientError() bool
- func (o *V2DeregisterClusterUnauthorized) IsCode(code int) bool
- func (o *V2DeregisterClusterUnauthorized) IsRedirect() bool
- func (o *V2DeregisterClusterUnauthorized) IsServerError() bool
- func (o *V2DeregisterClusterUnauthorized) IsSuccess() bool
- func (o *V2DeregisterClusterUnauthorized) String() string
- type V2DeregisterHostBadRequest
- func (o *V2DeregisterHostBadRequest) Error() string
- func (o *V2DeregisterHostBadRequest) GetPayload() *models.Error
- func (o *V2DeregisterHostBadRequest) IsClientError() bool
- func (o *V2DeregisterHostBadRequest) IsCode(code int) bool
- func (o *V2DeregisterHostBadRequest) IsRedirect() bool
- func (o *V2DeregisterHostBadRequest) IsServerError() bool
- func (o *V2DeregisterHostBadRequest) IsSuccess() bool
- func (o *V2DeregisterHostBadRequest) String() string
- type V2DeregisterHostForbidden
- func (o *V2DeregisterHostForbidden) Error() string
- func (o *V2DeregisterHostForbidden) GetPayload() *models.InfraError
- func (o *V2DeregisterHostForbidden) IsClientError() bool
- func (o *V2DeregisterHostForbidden) IsCode(code int) bool
- func (o *V2DeregisterHostForbidden) IsRedirect() bool
- func (o *V2DeregisterHostForbidden) IsServerError() bool
- func (o *V2DeregisterHostForbidden) IsSuccess() bool
- func (o *V2DeregisterHostForbidden) String() string
- type V2DeregisterHostInternalServerError
- func (o *V2DeregisterHostInternalServerError) Error() string
- func (o *V2DeregisterHostInternalServerError) GetPayload() *models.Error
- func (o *V2DeregisterHostInternalServerError) IsClientError() bool
- func (o *V2DeregisterHostInternalServerError) IsCode(code int) bool
- func (o *V2DeregisterHostInternalServerError) IsRedirect() bool
- func (o *V2DeregisterHostInternalServerError) IsServerError() bool
- func (o *V2DeregisterHostInternalServerError) IsSuccess() bool
- func (o *V2DeregisterHostInternalServerError) String() string
- type V2DeregisterHostMethodNotAllowed
- func (o *V2DeregisterHostMethodNotAllowed) Error() string
- func (o *V2DeregisterHostMethodNotAllowed) GetPayload() *models.Error
- func (o *V2DeregisterHostMethodNotAllowed) IsClientError() bool
- func (o *V2DeregisterHostMethodNotAllowed) IsCode(code int) bool
- func (o *V2DeregisterHostMethodNotAllowed) IsRedirect() bool
- func (o *V2DeregisterHostMethodNotAllowed) IsServerError() bool
- func (o *V2DeregisterHostMethodNotAllowed) IsSuccess() bool
- func (o *V2DeregisterHostMethodNotAllowed) String() string
- type V2DeregisterHostNoContent
- func (o *V2DeregisterHostNoContent) Error() string
- func (o *V2DeregisterHostNoContent) IsClientError() bool
- func (o *V2DeregisterHostNoContent) IsCode(code int) bool
- func (o *V2DeregisterHostNoContent) IsRedirect() bool
- func (o *V2DeregisterHostNoContent) IsServerError() bool
- func (o *V2DeregisterHostNoContent) IsSuccess() bool
- func (o *V2DeregisterHostNoContent) String() string
- type V2DeregisterHostNotFound
- func (o *V2DeregisterHostNotFound) Error() string
- func (o *V2DeregisterHostNotFound) GetPayload() *models.Error
- func (o *V2DeregisterHostNotFound) IsClientError() bool
- func (o *V2DeregisterHostNotFound) IsCode(code int) bool
- func (o *V2DeregisterHostNotFound) IsRedirect() bool
- func (o *V2DeregisterHostNotFound) IsServerError() bool
- func (o *V2DeregisterHostNotFound) IsSuccess() bool
- func (o *V2DeregisterHostNotFound) String() string
- type V2DeregisterHostParams
- func NewV2DeregisterHostParams() *V2DeregisterHostParams
- func NewV2DeregisterHostParamsWithContext(ctx context.Context) *V2DeregisterHostParams
- func NewV2DeregisterHostParamsWithHTTPClient(client *http.Client) *V2DeregisterHostParams
- func NewV2DeregisterHostParamsWithTimeout(timeout time.Duration) *V2DeregisterHostParams
- func (o *V2DeregisterHostParams) SetContext(ctx context.Context)
- func (o *V2DeregisterHostParams) SetDefaults()
- func (o *V2DeregisterHostParams) SetHTTPClient(client *http.Client)
- func (o *V2DeregisterHostParams) SetHostID(hostID strfmt.UUID)
- func (o *V2DeregisterHostParams) SetInfraEnvID(infraEnvID strfmt.UUID)
- func (o *V2DeregisterHostParams) SetTimeout(timeout time.Duration)
- func (o *V2DeregisterHostParams) WithContext(ctx context.Context) *V2DeregisterHostParams
- func (o *V2DeregisterHostParams) WithDefaults() *V2DeregisterHostParams
- func (o *V2DeregisterHostParams) WithHTTPClient(client *http.Client) *V2DeregisterHostParams
- func (o *V2DeregisterHostParams) WithHostID(hostID strfmt.UUID) *V2DeregisterHostParams
- func (o *V2DeregisterHostParams) WithInfraEnvID(infraEnvID strfmt.UUID) *V2DeregisterHostParams
- func (o *V2DeregisterHostParams) WithTimeout(timeout time.Duration) *V2DeregisterHostParams
- func (o *V2DeregisterHostParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V2DeregisterHostReader
- type V2DeregisterHostUnauthorized
- func (o *V2DeregisterHostUnauthorized) Error() string
- func (o *V2DeregisterHostUnauthorized) GetPayload() *models.InfraError
- func (o *V2DeregisterHostUnauthorized) IsClientError() bool
- func (o *V2DeregisterHostUnauthorized) IsCode(code int) bool
- func (o *V2DeregisterHostUnauthorized) IsRedirect() bool
- func (o *V2DeregisterHostUnauthorized) IsServerError() bool
- func (o *V2DeregisterHostUnauthorized) IsSuccess() bool
- func (o *V2DeregisterHostUnauthorized) String() string
- type V2DownloadClusterCredentialsConflict
- func (o *V2DownloadClusterCredentialsConflict) Error() string
- func (o *V2DownloadClusterCredentialsConflict) GetPayload() *models.Error
- func (o *V2DownloadClusterCredentialsConflict) IsClientError() bool
- func (o *V2DownloadClusterCredentialsConflict) IsCode(code int) bool
- func (o *V2DownloadClusterCredentialsConflict) IsRedirect() bool
- func (o *V2DownloadClusterCredentialsConflict) IsServerError() bool
- func (o *V2DownloadClusterCredentialsConflict) IsSuccess() bool
- func (o *V2DownloadClusterCredentialsConflict) String() string
- type V2DownloadClusterCredentialsForbidden
- func (o *V2DownloadClusterCredentialsForbidden) Error() string
- func (o *V2DownloadClusterCredentialsForbidden) GetPayload() *models.InfraError
- func (o *V2DownloadClusterCredentialsForbidden) IsClientError() bool
- func (o *V2DownloadClusterCredentialsForbidden) IsCode(code int) bool
- func (o *V2DownloadClusterCredentialsForbidden) IsRedirect() bool
- func (o *V2DownloadClusterCredentialsForbidden) IsServerError() bool
- func (o *V2DownloadClusterCredentialsForbidden) IsSuccess() bool
- func (o *V2DownloadClusterCredentialsForbidden) String() string
- type V2DownloadClusterCredentialsInternalServerError
- func (o *V2DownloadClusterCredentialsInternalServerError) Error() string
- func (o *V2DownloadClusterCredentialsInternalServerError) GetPayload() *models.Error
- func (o *V2DownloadClusterCredentialsInternalServerError) IsClientError() bool
- func (o *V2DownloadClusterCredentialsInternalServerError) IsCode(code int) bool
- func (o *V2DownloadClusterCredentialsInternalServerError) IsRedirect() bool
- func (o *V2DownloadClusterCredentialsInternalServerError) IsServerError() bool
- func (o *V2DownloadClusterCredentialsInternalServerError) IsSuccess() bool
- func (o *V2DownloadClusterCredentialsInternalServerError) String() string
- type V2DownloadClusterCredentialsMethodNotAllowed
- func (o *V2DownloadClusterCredentialsMethodNotAllowed) Error() string
- func (o *V2DownloadClusterCredentialsMethodNotAllowed) GetPayload() *models.Error
- func (o *V2DownloadClusterCredentialsMethodNotAllowed) IsClientError() bool
- func (o *V2DownloadClusterCredentialsMethodNotAllowed) IsCode(code int) bool
- func (o *V2DownloadClusterCredentialsMethodNotAllowed) IsRedirect() bool
- func (o *V2DownloadClusterCredentialsMethodNotAllowed) IsServerError() bool
- func (o *V2DownloadClusterCredentialsMethodNotAllowed) IsSuccess() bool
- func (o *V2DownloadClusterCredentialsMethodNotAllowed) String() string
- type V2DownloadClusterCredentialsNotFound
- func (o *V2DownloadClusterCredentialsNotFound) Error() string
- func (o *V2DownloadClusterCredentialsNotFound) GetPayload() *models.Error
- func (o *V2DownloadClusterCredentialsNotFound) IsClientError() bool
- func (o *V2DownloadClusterCredentialsNotFound) IsCode(code int) bool
- func (o *V2DownloadClusterCredentialsNotFound) IsRedirect() bool
- func (o *V2DownloadClusterCredentialsNotFound) IsServerError() bool
- func (o *V2DownloadClusterCredentialsNotFound) IsSuccess() bool
- func (o *V2DownloadClusterCredentialsNotFound) String() string
- type V2DownloadClusterCredentialsOK
- func (o *V2DownloadClusterCredentialsOK) Error() string
- func (o *V2DownloadClusterCredentialsOK) GetPayload() io.Writer
- func (o *V2DownloadClusterCredentialsOK) IsClientError() bool
- func (o *V2DownloadClusterCredentialsOK) IsCode(code int) bool
- func (o *V2DownloadClusterCredentialsOK) IsRedirect() bool
- func (o *V2DownloadClusterCredentialsOK) IsServerError() bool
- func (o *V2DownloadClusterCredentialsOK) IsSuccess() bool
- func (o *V2DownloadClusterCredentialsOK) String() string
- type V2DownloadClusterCredentialsParams
- func NewV2DownloadClusterCredentialsParams() *V2DownloadClusterCredentialsParams
- func NewV2DownloadClusterCredentialsParamsWithContext(ctx context.Context) *V2DownloadClusterCredentialsParams
- func NewV2DownloadClusterCredentialsParamsWithHTTPClient(client *http.Client) *V2DownloadClusterCredentialsParams
- func NewV2DownloadClusterCredentialsParamsWithTimeout(timeout time.Duration) *V2DownloadClusterCredentialsParams
- func (o *V2DownloadClusterCredentialsParams) SetClusterID(clusterID strfmt.UUID)
- func (o *V2DownloadClusterCredentialsParams) SetContext(ctx context.Context)
- func (o *V2DownloadClusterCredentialsParams) SetDefaults()
- func (o *V2DownloadClusterCredentialsParams) SetFileName(fileName string)
- func (o *V2DownloadClusterCredentialsParams) SetHTTPClient(client *http.Client)
- func (o *V2DownloadClusterCredentialsParams) SetTimeout(timeout time.Duration)
- func (o *V2DownloadClusterCredentialsParams) WithClusterID(clusterID strfmt.UUID) *V2DownloadClusterCredentialsParams
- func (o *V2DownloadClusterCredentialsParams) WithContext(ctx context.Context) *V2DownloadClusterCredentialsParams
- func (o *V2DownloadClusterCredentialsParams) WithDefaults() *V2DownloadClusterCredentialsParams
- func (o *V2DownloadClusterCredentialsParams) WithFileName(fileName string) *V2DownloadClusterCredentialsParams
- func (o *V2DownloadClusterCredentialsParams) WithHTTPClient(client *http.Client) *V2DownloadClusterCredentialsParams
- func (o *V2DownloadClusterCredentialsParams) WithTimeout(timeout time.Duration) *V2DownloadClusterCredentialsParams
- func (o *V2DownloadClusterCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V2DownloadClusterCredentialsReader
- type V2DownloadClusterCredentialsServiceUnavailable
- func (o *V2DownloadClusterCredentialsServiceUnavailable) Error() string
- func (o *V2DownloadClusterCredentialsServiceUnavailable) GetPayload() *models.Error
- func (o *V2DownloadClusterCredentialsServiceUnavailable) IsClientError() bool
- func (o *V2DownloadClusterCredentialsServiceUnavailable) IsCode(code int) bool
- func (o *V2DownloadClusterCredentialsServiceUnavailable) IsRedirect() bool
- func (o *V2DownloadClusterCredentialsServiceUnavailable) IsServerError() bool
- func (o *V2DownloadClusterCredentialsServiceUnavailable) IsSuccess() bool
- func (o *V2DownloadClusterCredentialsServiceUnavailable) String() string
- type V2DownloadClusterCredentialsUnauthorized
- func (o *V2DownloadClusterCredentialsUnauthorized) Error() string
- func (o *V2DownloadClusterCredentialsUnauthorized) GetPayload() *models.InfraError
- func (o *V2DownloadClusterCredentialsUnauthorized) IsClientError() bool
- func (o *V2DownloadClusterCredentialsUnauthorized) IsCode(code int) bool
- func (o *V2DownloadClusterCredentialsUnauthorized) IsRedirect() bool
- func (o *V2DownloadClusterCredentialsUnauthorized) IsServerError() bool
- func (o *V2DownloadClusterCredentialsUnauthorized) IsSuccess() bool
- func (o *V2DownloadClusterCredentialsUnauthorized) String() string
- type V2DownloadClusterFilesConflict
- func (o *V2DownloadClusterFilesConflict) Error() string
- func (o *V2DownloadClusterFilesConflict) GetPayload() *models.Error
- func (o *V2DownloadClusterFilesConflict) IsClientError() bool
- func (o *V2DownloadClusterFilesConflict) IsCode(code int) bool
- func (o *V2DownloadClusterFilesConflict) IsRedirect() bool
- func (o *V2DownloadClusterFilesConflict) IsServerError() bool
- func (o *V2DownloadClusterFilesConflict) IsSuccess() bool
- func (o *V2DownloadClusterFilesConflict) String() string
- type V2DownloadClusterFilesForbidden
- func (o *V2DownloadClusterFilesForbidden) Error() string
- func (o *V2DownloadClusterFilesForbidden) GetPayload() *models.InfraError
- func (o *V2DownloadClusterFilesForbidden) IsClientError() bool
- func (o *V2DownloadClusterFilesForbidden) IsCode(code int) bool
- func (o *V2DownloadClusterFilesForbidden) IsRedirect() bool
- func (o *V2DownloadClusterFilesForbidden) IsServerError() bool
- func (o *V2DownloadClusterFilesForbidden) IsSuccess() bool
- func (o *V2DownloadClusterFilesForbidden) String() string
- type V2DownloadClusterFilesInternalServerError
- func (o *V2DownloadClusterFilesInternalServerError) Error() string
- func (o *V2DownloadClusterFilesInternalServerError) GetPayload() *models.Error
- func (o *V2DownloadClusterFilesInternalServerError) IsClientError() bool
- func (o *V2DownloadClusterFilesInternalServerError) IsCode(code int) bool
- func (o *V2DownloadClusterFilesInternalServerError) IsRedirect() bool
- func (o *V2DownloadClusterFilesInternalServerError) IsServerError() bool
- func (o *V2DownloadClusterFilesInternalServerError) IsSuccess() bool
- func (o *V2DownloadClusterFilesInternalServerError) String() string
- type V2DownloadClusterFilesMethodNotAllowed
- func (o *V2DownloadClusterFilesMethodNotAllowed) Error() string
- func (o *V2DownloadClusterFilesMethodNotAllowed) GetPayload() *models.Error
- func (o *V2DownloadClusterFilesMethodNotAllowed) IsClientError() bool
- func (o *V2DownloadClusterFilesMethodNotAllowed) IsCode(code int) bool
- func (o *V2DownloadClusterFilesMethodNotAllowed) IsRedirect() bool
- func (o *V2DownloadClusterFilesMethodNotAllowed) IsServerError() bool
- func (o *V2DownloadClusterFilesMethodNotAllowed) IsSuccess() bool
- func (o *V2DownloadClusterFilesMethodNotAllowed) String() string
- type V2DownloadClusterFilesNotFound
- func (o *V2DownloadClusterFilesNotFound) Error() string
- func (o *V2DownloadClusterFilesNotFound) GetPayload() *models.Error
- func (o *V2DownloadClusterFilesNotFound) IsClientError() bool
- func (o *V2DownloadClusterFilesNotFound) IsCode(code int) bool
- func (o *V2DownloadClusterFilesNotFound) IsRedirect() bool
- func (o *V2DownloadClusterFilesNotFound) IsServerError() bool
- func (o *V2DownloadClusterFilesNotFound) IsSuccess() bool
- func (o *V2DownloadClusterFilesNotFound) String() string
- type V2DownloadClusterFilesOK
- func (o *V2DownloadClusterFilesOK) Error() string
- func (o *V2DownloadClusterFilesOK) GetPayload() io.Writer
- func (o *V2DownloadClusterFilesOK) IsClientError() bool
- func (o *V2DownloadClusterFilesOK) IsCode(code int) bool
- func (o *V2DownloadClusterFilesOK) IsRedirect() bool
- func (o *V2DownloadClusterFilesOK) IsServerError() bool
- func (o *V2DownloadClusterFilesOK) IsSuccess() bool
- func (o *V2DownloadClusterFilesOK) String() string
- type V2DownloadClusterFilesParams
- func NewV2DownloadClusterFilesParams() *V2DownloadClusterFilesParams
- func NewV2DownloadClusterFilesParamsWithContext(ctx context.Context) *V2DownloadClusterFilesParams
- func NewV2DownloadClusterFilesParamsWithHTTPClient(client *http.Client) *V2DownloadClusterFilesParams
- func NewV2DownloadClusterFilesParamsWithTimeout(timeout time.Duration) *V2DownloadClusterFilesParams
- func (o *V2DownloadClusterFilesParams) SetClusterID(clusterID strfmt.UUID)
- func (o *V2DownloadClusterFilesParams) SetContext(ctx context.Context)
- func (o *V2DownloadClusterFilesParams) SetDefaults()
- func (o *V2DownloadClusterFilesParams) SetDiscoveryAgentVersion(discoveryAgentVersion *string)
- func (o *V2DownloadClusterFilesParams) SetFileName(fileName string)
- func (o *V2DownloadClusterFilesParams) SetHTTPClient(client *http.Client)
- func (o *V2DownloadClusterFilesParams) SetTimeout(timeout time.Duration)
- func (o *V2DownloadClusterFilesParams) WithClusterID(clusterID strfmt.UUID) *V2DownloadClusterFilesParams
- func (o *V2DownloadClusterFilesParams) WithContext(ctx context.Context) *V2DownloadClusterFilesParams
- func (o *V2DownloadClusterFilesParams) WithDefaults() *V2DownloadClusterFilesParams
- func (o *V2DownloadClusterFilesParams) WithDiscoveryAgentVersion(discoveryAgentVersion *string) *V2DownloadClusterFilesParams
- func (o *V2DownloadClusterFilesParams) WithFileName(fileName string) *V2DownloadClusterFilesParams
- func (o *V2DownloadClusterFilesParams) WithHTTPClient(client *http.Client) *V2DownloadClusterFilesParams
- func (o *V2DownloadClusterFilesParams) WithTimeout(timeout time.Duration) *V2DownloadClusterFilesParams
- func (o *V2DownloadClusterFilesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V2DownloadClusterFilesReader
- type V2DownloadClusterFilesServiceUnavailable
- func (o *V2DownloadClusterFilesServiceUnavailable) Error() string
- func (o *V2DownloadClusterFilesServiceUnavailable) GetPayload() *models.Error
- func (o *V2DownloadClusterFilesServiceUnavailable) IsClientError() bool
- func (o *V2DownloadClusterFilesServiceUnavailable) IsCode(code int) bool
- func (o *V2DownloadClusterFilesServiceUnavailable) IsRedirect() bool
- func (o *V2DownloadClusterFilesServiceUnavailable) IsServerError() bool
- func (o *V2DownloadClusterFilesServiceUnavailable) IsSuccess() bool
- func (o *V2DownloadClusterFilesServiceUnavailable) String() string
- type V2DownloadClusterFilesUnauthorized
- func (o *V2DownloadClusterFilesUnauthorized) Error() string
- func (o *V2DownloadClusterFilesUnauthorized) GetPayload() *models.InfraError
- func (o *V2DownloadClusterFilesUnauthorized) IsClientError() bool
- func (o *V2DownloadClusterFilesUnauthorized) IsCode(code int) bool
- func (o *V2DownloadClusterFilesUnauthorized) IsRedirect() bool
- func (o *V2DownloadClusterFilesUnauthorized) IsServerError() bool
- func (o *V2DownloadClusterFilesUnauthorized) IsSuccess() bool
- func (o *V2DownloadClusterFilesUnauthorized) String() string
- type V2DownloadClusterLogsConflict
- func (o *V2DownloadClusterLogsConflict) Error() string
- func (o *V2DownloadClusterLogsConflict) GetPayload() *models.Error
- func (o *V2DownloadClusterLogsConflict) IsClientError() bool
- func (o *V2DownloadClusterLogsConflict) IsCode(code int) bool
- func (o *V2DownloadClusterLogsConflict) IsRedirect() bool
- func (o *V2DownloadClusterLogsConflict) IsServerError() bool
- func (o *V2DownloadClusterLogsConflict) IsSuccess() bool
- func (o *V2DownloadClusterLogsConflict) String() string
- type V2DownloadClusterLogsForbidden
- func (o *V2DownloadClusterLogsForbidden) Error() string
- func (o *V2DownloadClusterLogsForbidden) GetPayload() *models.InfraError
- func (o *V2DownloadClusterLogsForbidden) IsClientError() bool
- func (o *V2DownloadClusterLogsForbidden) IsCode(code int) bool
- func (o *V2DownloadClusterLogsForbidden) IsRedirect() bool
- func (o *V2DownloadClusterLogsForbidden) IsServerError() bool
- func (o *V2DownloadClusterLogsForbidden) IsSuccess() bool
- func (o *V2DownloadClusterLogsForbidden) String() string
- type V2DownloadClusterLogsInternalServerError
- func (o *V2DownloadClusterLogsInternalServerError) Error() string
- func (o *V2DownloadClusterLogsInternalServerError) GetPayload() *models.Error
- func (o *V2DownloadClusterLogsInternalServerError) IsClientError() bool
- func (o *V2DownloadClusterLogsInternalServerError) IsCode(code int) bool
- func (o *V2DownloadClusterLogsInternalServerError) IsRedirect() bool
- func (o *V2DownloadClusterLogsInternalServerError) IsServerError() bool
- func (o *V2DownloadClusterLogsInternalServerError) IsSuccess() bool
- func (o *V2DownloadClusterLogsInternalServerError) String() string
- type V2DownloadClusterLogsMethodNotAllowed
- func (o *V2DownloadClusterLogsMethodNotAllowed) Error() string
- func (o *V2DownloadClusterLogsMethodNotAllowed) GetPayload() *models.Error
- func (o *V2DownloadClusterLogsMethodNotAllowed) IsClientError() bool
- func (o *V2DownloadClusterLogsMethodNotAllowed) IsCode(code int) bool
- func (o *V2DownloadClusterLogsMethodNotAllowed) IsRedirect() bool
- func (o *V2DownloadClusterLogsMethodNotAllowed) IsServerError() bool
- func (o *V2DownloadClusterLogsMethodNotAllowed) IsSuccess() bool
- func (o *V2DownloadClusterLogsMethodNotAllowed) String() string
- type V2DownloadClusterLogsNotFound
- func (o *V2DownloadClusterLogsNotFound) Error() string
- func (o *V2DownloadClusterLogsNotFound) GetPayload() *models.Error
- func (o *V2DownloadClusterLogsNotFound) IsClientError() bool
- func (o *V2DownloadClusterLogsNotFound) IsCode(code int) bool
- func (o *V2DownloadClusterLogsNotFound) IsRedirect() bool
- func (o *V2DownloadClusterLogsNotFound) IsServerError() bool
- func (o *V2DownloadClusterLogsNotFound) IsSuccess() bool
- func (o *V2DownloadClusterLogsNotFound) String() string
- type V2DownloadClusterLogsOK
- func (o *V2DownloadClusterLogsOK) Error() string
- func (o *V2DownloadClusterLogsOK) GetPayload() io.Writer
- func (o *V2DownloadClusterLogsOK) IsClientError() bool
- func (o *V2DownloadClusterLogsOK) IsCode(code int) bool
- func (o *V2DownloadClusterLogsOK) IsRedirect() bool
- func (o *V2DownloadClusterLogsOK) IsServerError() bool
- func (o *V2DownloadClusterLogsOK) IsSuccess() bool
- func (o *V2DownloadClusterLogsOK) String() string
- type V2DownloadClusterLogsParams
- func NewV2DownloadClusterLogsParams() *V2DownloadClusterLogsParams
- func NewV2DownloadClusterLogsParamsWithContext(ctx context.Context) *V2DownloadClusterLogsParams
- func NewV2DownloadClusterLogsParamsWithHTTPClient(client *http.Client) *V2DownloadClusterLogsParams
- func NewV2DownloadClusterLogsParamsWithTimeout(timeout time.Duration) *V2DownloadClusterLogsParams
- func (o *V2DownloadClusterLogsParams) SetClusterID(clusterID strfmt.UUID)
- func (o *V2DownloadClusterLogsParams) SetContext(ctx context.Context)
- func (o *V2DownloadClusterLogsParams) SetDefaults()
- func (o *V2DownloadClusterLogsParams) SetHTTPClient(client *http.Client)
- func (o *V2DownloadClusterLogsParams) SetHostID(hostID *strfmt.UUID)
- func (o *V2DownloadClusterLogsParams) SetLogsType(logsType *string)
- func (o *V2DownloadClusterLogsParams) SetTimeout(timeout time.Duration)
- func (o *V2DownloadClusterLogsParams) WithClusterID(clusterID strfmt.UUID) *V2DownloadClusterLogsParams
- func (o *V2DownloadClusterLogsParams) WithContext(ctx context.Context) *V2DownloadClusterLogsParams
- func (o *V2DownloadClusterLogsParams) WithDefaults() *V2DownloadClusterLogsParams
- func (o *V2DownloadClusterLogsParams) WithHTTPClient(client *http.Client) *V2DownloadClusterLogsParams
- func (o *V2DownloadClusterLogsParams) WithHostID(hostID *strfmt.UUID) *V2DownloadClusterLogsParams
- func (o *V2DownloadClusterLogsParams) WithLogsType(logsType *string) *V2DownloadClusterLogsParams
- func (o *V2DownloadClusterLogsParams) WithTimeout(timeout time.Duration) *V2DownloadClusterLogsParams
- func (o *V2DownloadClusterLogsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V2DownloadClusterLogsReader
- type V2DownloadClusterLogsUnauthorized
- func (o *V2DownloadClusterLogsUnauthorized) Error() string
- func (o *V2DownloadClusterLogsUnauthorized) GetPayload() *models.InfraError
- func (o *V2DownloadClusterLogsUnauthorized) IsClientError() bool
- func (o *V2DownloadClusterLogsUnauthorized) IsCode(code int) bool
- func (o *V2DownloadClusterLogsUnauthorized) IsRedirect() bool
- func (o *V2DownloadClusterLogsUnauthorized) IsServerError() bool
- func (o *V2DownloadClusterLogsUnauthorized) IsSuccess() bool
- func (o *V2DownloadClusterLogsUnauthorized) String() string
- type V2DownloadHostIgnitionConflict
- func (o *V2DownloadHostIgnitionConflict) Error() string
- func (o *V2DownloadHostIgnitionConflict) GetPayload() *models.Error
- func (o *V2DownloadHostIgnitionConflict) IsClientError() bool
- func (o *V2DownloadHostIgnitionConflict) IsCode(code int) bool
- func (o *V2DownloadHostIgnitionConflict) IsRedirect() bool
- func (o *V2DownloadHostIgnitionConflict) IsServerError() bool
- func (o *V2DownloadHostIgnitionConflict) IsSuccess() bool
- func (o *V2DownloadHostIgnitionConflict) String() string
- type V2DownloadHostIgnitionForbidden
- func (o *V2DownloadHostIgnitionForbidden) Error() string
- func (o *V2DownloadHostIgnitionForbidden) GetPayload() *models.InfraError
- func (o *V2DownloadHostIgnitionForbidden) IsClientError() bool
- func (o *V2DownloadHostIgnitionForbidden) IsCode(code int) bool
- func (o *V2DownloadHostIgnitionForbidden) IsRedirect() bool
- func (o *V2DownloadHostIgnitionForbidden) IsServerError() bool
- func (o *V2DownloadHostIgnitionForbidden) IsSuccess() bool
- func (o *V2DownloadHostIgnitionForbidden) String() string
- type V2DownloadHostIgnitionInternalServerError
- func (o *V2DownloadHostIgnitionInternalServerError) Error() string
- func (o *V2DownloadHostIgnitionInternalServerError) GetPayload() *models.Error
- func (o *V2DownloadHostIgnitionInternalServerError) IsClientError() bool
- func (o *V2DownloadHostIgnitionInternalServerError) IsCode(code int) bool
- func (o *V2DownloadHostIgnitionInternalServerError) IsRedirect() bool
- func (o *V2DownloadHostIgnitionInternalServerError) IsServerError() bool
- func (o *V2DownloadHostIgnitionInternalServerError) IsSuccess() bool
- func (o *V2DownloadHostIgnitionInternalServerError) String() string
- type V2DownloadHostIgnitionMethodNotAllowed
- func (o *V2DownloadHostIgnitionMethodNotAllowed) Error() string
- func (o *V2DownloadHostIgnitionMethodNotAllowed) GetPayload() *models.Error
- func (o *V2DownloadHostIgnitionMethodNotAllowed) IsClientError() bool
- func (o *V2DownloadHostIgnitionMethodNotAllowed) IsCode(code int) bool
- func (o *V2DownloadHostIgnitionMethodNotAllowed) IsRedirect() bool
- func (o *V2DownloadHostIgnitionMethodNotAllowed) IsServerError() bool
- func (o *V2DownloadHostIgnitionMethodNotAllowed) IsSuccess() bool
- func (o *V2DownloadHostIgnitionMethodNotAllowed) String() string
- type V2DownloadHostIgnitionNotFound
- func (o *V2DownloadHostIgnitionNotFound) Error() string
- func (o *V2DownloadHostIgnitionNotFound) GetPayload() *models.Error
- func (o *V2DownloadHostIgnitionNotFound) IsClientError() bool
- func (o *V2DownloadHostIgnitionNotFound) IsCode(code int) bool
- func (o *V2DownloadHostIgnitionNotFound) IsRedirect() bool
- func (o *V2DownloadHostIgnitionNotFound) IsServerError() bool
- func (o *V2DownloadHostIgnitionNotFound) IsSuccess() bool
- func (o *V2DownloadHostIgnitionNotFound) String() string
- type V2DownloadHostIgnitionOK
- func (o *V2DownloadHostIgnitionOK) Error() string
- func (o *V2DownloadHostIgnitionOK) GetPayload() io.Writer
- func (o *V2DownloadHostIgnitionOK) IsClientError() bool
- func (o *V2DownloadHostIgnitionOK) IsCode(code int) bool
- func (o *V2DownloadHostIgnitionOK) IsRedirect() bool
- func (o *V2DownloadHostIgnitionOK) IsServerError() bool
- func (o *V2DownloadHostIgnitionOK) IsSuccess() bool
- func (o *V2DownloadHostIgnitionOK) String() string
- type V2DownloadHostIgnitionParams
- func NewV2DownloadHostIgnitionParams() *V2DownloadHostIgnitionParams
- func NewV2DownloadHostIgnitionParamsWithContext(ctx context.Context) *V2DownloadHostIgnitionParams
- func NewV2DownloadHostIgnitionParamsWithHTTPClient(client *http.Client) *V2DownloadHostIgnitionParams
- func NewV2DownloadHostIgnitionParamsWithTimeout(timeout time.Duration) *V2DownloadHostIgnitionParams
- func (o *V2DownloadHostIgnitionParams) SetContext(ctx context.Context)
- func (o *V2DownloadHostIgnitionParams) SetDefaults()
- func (o *V2DownloadHostIgnitionParams) SetHTTPClient(client *http.Client)
- func (o *V2DownloadHostIgnitionParams) SetHostID(hostID strfmt.UUID)
- func (o *V2DownloadHostIgnitionParams) SetInfraEnvID(infraEnvID strfmt.UUID)
- func (o *V2DownloadHostIgnitionParams) SetTimeout(timeout time.Duration)
- func (o *V2DownloadHostIgnitionParams) WithContext(ctx context.Context) *V2DownloadHostIgnitionParams
- func (o *V2DownloadHostIgnitionParams) WithDefaults() *V2DownloadHostIgnitionParams
- func (o *V2DownloadHostIgnitionParams) WithHTTPClient(client *http.Client) *V2DownloadHostIgnitionParams
- func (o *V2DownloadHostIgnitionParams) WithHostID(hostID strfmt.UUID) *V2DownloadHostIgnitionParams
- func (o *V2DownloadHostIgnitionParams) WithInfraEnvID(infraEnvID strfmt.UUID) *V2DownloadHostIgnitionParams
- func (o *V2DownloadHostIgnitionParams) WithTimeout(timeout time.Duration) *V2DownloadHostIgnitionParams
- func (o *V2DownloadHostIgnitionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V2DownloadHostIgnitionReader
- type V2DownloadHostIgnitionServiceUnavailable
- func (o *V2DownloadHostIgnitionServiceUnavailable) Error() string
- func (o *V2DownloadHostIgnitionServiceUnavailable) GetPayload() *models.Error
- func (o *V2DownloadHostIgnitionServiceUnavailable) IsClientError() bool
- func (o *V2DownloadHostIgnitionServiceUnavailable) IsCode(code int) bool
- func (o *V2DownloadHostIgnitionServiceUnavailable) IsRedirect() bool
- func (o *V2DownloadHostIgnitionServiceUnavailable) IsServerError() bool
- func (o *V2DownloadHostIgnitionServiceUnavailable) IsSuccess() bool
- func (o *V2DownloadHostIgnitionServiceUnavailable) String() string
- type V2DownloadHostIgnitionUnauthorized
- func (o *V2DownloadHostIgnitionUnauthorized) Error() string
- func (o *V2DownloadHostIgnitionUnauthorized) GetPayload() *models.InfraError
- func (o *V2DownloadHostIgnitionUnauthorized) IsClientError() bool
- func (o *V2DownloadHostIgnitionUnauthorized) IsCode(code int) bool
- func (o *V2DownloadHostIgnitionUnauthorized) IsRedirect() bool
- func (o *V2DownloadHostIgnitionUnauthorized) IsServerError() bool
- func (o *V2DownloadHostIgnitionUnauthorized) IsSuccess() bool
- func (o *V2DownloadHostIgnitionUnauthorized) String() string
- type V2DownloadInfraEnvFilesBadRequest
- func (o *V2DownloadInfraEnvFilesBadRequest) Error() string
- func (o *V2DownloadInfraEnvFilesBadRequest) GetPayload() *models.Error
- func (o *V2DownloadInfraEnvFilesBadRequest) IsClientError() bool
- func (o *V2DownloadInfraEnvFilesBadRequest) IsCode(code int) bool
- func (o *V2DownloadInfraEnvFilesBadRequest) IsRedirect() bool
- func (o *V2DownloadInfraEnvFilesBadRequest) IsServerError() bool
- func (o *V2DownloadInfraEnvFilesBadRequest) IsSuccess() bool
- func (o *V2DownloadInfraEnvFilesBadRequest) String() string
- type V2DownloadInfraEnvFilesConflict
- func (o *V2DownloadInfraEnvFilesConflict) Error() string
- func (o *V2DownloadInfraEnvFilesConflict) GetPayload() *models.Error
- func (o *V2DownloadInfraEnvFilesConflict) IsClientError() bool
- func (o *V2DownloadInfraEnvFilesConflict) IsCode(code int) bool
- func (o *V2DownloadInfraEnvFilesConflict) IsRedirect() bool
- func (o *V2DownloadInfraEnvFilesConflict) IsServerError() bool
- func (o *V2DownloadInfraEnvFilesConflict) IsSuccess() bool
- func (o *V2DownloadInfraEnvFilesConflict) String() string
- type V2DownloadInfraEnvFilesForbidden
- func (o *V2DownloadInfraEnvFilesForbidden) Error() string
- func (o *V2DownloadInfraEnvFilesForbidden) GetPayload() *models.InfraError
- func (o *V2DownloadInfraEnvFilesForbidden) IsClientError() bool
- func (o *V2DownloadInfraEnvFilesForbidden) IsCode(code int) bool
- func (o *V2DownloadInfraEnvFilesForbidden) IsRedirect() bool
- func (o *V2DownloadInfraEnvFilesForbidden) IsServerError() bool
- func (o *V2DownloadInfraEnvFilesForbidden) IsSuccess() bool
- func (o *V2DownloadInfraEnvFilesForbidden) String() string
- type V2DownloadInfraEnvFilesInternalServerError
- func (o *V2DownloadInfraEnvFilesInternalServerError) Error() string
- func (o *V2DownloadInfraEnvFilesInternalServerError) GetPayload() *models.Error
- func (o *V2DownloadInfraEnvFilesInternalServerError) IsClientError() bool
- func (o *V2DownloadInfraEnvFilesInternalServerError) IsCode(code int) bool
- func (o *V2DownloadInfraEnvFilesInternalServerError) IsRedirect() bool
- func (o *V2DownloadInfraEnvFilesInternalServerError) IsServerError() bool
- func (o *V2DownloadInfraEnvFilesInternalServerError) IsSuccess() bool
- func (o *V2DownloadInfraEnvFilesInternalServerError) String() string
- type V2DownloadInfraEnvFilesMethodNotAllowed
- func (o *V2DownloadInfraEnvFilesMethodNotAllowed) Error() string
- func (o *V2DownloadInfraEnvFilesMethodNotAllowed) GetPayload() *models.Error
- func (o *V2DownloadInfraEnvFilesMethodNotAllowed) IsClientError() bool
- func (o *V2DownloadInfraEnvFilesMethodNotAllowed) IsCode(code int) bool
- func (o *V2DownloadInfraEnvFilesMethodNotAllowed) IsRedirect() bool
- func (o *V2DownloadInfraEnvFilesMethodNotAllowed) IsServerError() bool
- func (o *V2DownloadInfraEnvFilesMethodNotAllowed) IsSuccess() bool
- func (o *V2DownloadInfraEnvFilesMethodNotAllowed) String() string
- type V2DownloadInfraEnvFilesNotFound
- func (o *V2DownloadInfraEnvFilesNotFound) Error() string
- func (o *V2DownloadInfraEnvFilesNotFound) GetPayload() *models.Error
- func (o *V2DownloadInfraEnvFilesNotFound) IsClientError() bool
- func (o *V2DownloadInfraEnvFilesNotFound) IsCode(code int) bool
- func (o *V2DownloadInfraEnvFilesNotFound) IsRedirect() bool
- func (o *V2DownloadInfraEnvFilesNotFound) IsServerError() bool
- func (o *V2DownloadInfraEnvFilesNotFound) IsSuccess() bool
- func (o *V2DownloadInfraEnvFilesNotFound) String() string
- type V2DownloadInfraEnvFilesNotImplemented
- func (o *V2DownloadInfraEnvFilesNotImplemented) Error() string
- func (o *V2DownloadInfraEnvFilesNotImplemented) GetPayload() *models.Error
- func (o *V2DownloadInfraEnvFilesNotImplemented) IsClientError() bool
- func (o *V2DownloadInfraEnvFilesNotImplemented) IsCode(code int) bool
- func (o *V2DownloadInfraEnvFilesNotImplemented) IsRedirect() bool
- func (o *V2DownloadInfraEnvFilesNotImplemented) IsServerError() bool
- func (o *V2DownloadInfraEnvFilesNotImplemented) IsSuccess() bool
- func (o *V2DownloadInfraEnvFilesNotImplemented) String() string
- type V2DownloadInfraEnvFilesOK
- func (o *V2DownloadInfraEnvFilesOK) Error() string
- func (o *V2DownloadInfraEnvFilesOK) GetPayload() io.Writer
- func (o *V2DownloadInfraEnvFilesOK) IsClientError() bool
- func (o *V2DownloadInfraEnvFilesOK) IsCode(code int) bool
- func (o *V2DownloadInfraEnvFilesOK) IsRedirect() bool
- func (o *V2DownloadInfraEnvFilesOK) IsServerError() bool
- func (o *V2DownloadInfraEnvFilesOK) IsSuccess() bool
- func (o *V2DownloadInfraEnvFilesOK) String() string
- type V2DownloadInfraEnvFilesParams
- func NewV2DownloadInfraEnvFilesParams() *V2DownloadInfraEnvFilesParams
- func NewV2DownloadInfraEnvFilesParamsWithContext(ctx context.Context) *V2DownloadInfraEnvFilesParams
- func NewV2DownloadInfraEnvFilesParamsWithHTTPClient(client *http.Client) *V2DownloadInfraEnvFilesParams
- func NewV2DownloadInfraEnvFilesParamsWithTimeout(timeout time.Duration) *V2DownloadInfraEnvFilesParams
- func (o *V2DownloadInfraEnvFilesParams) SetContext(ctx context.Context)
- func (o *V2DownloadInfraEnvFilesParams) SetDefaults()
- func (o *V2DownloadInfraEnvFilesParams) SetDiscoveryIsoType(discoveryIsoType *string)
- func (o *V2DownloadInfraEnvFilesParams) SetFileName(fileName string)
- func (o *V2DownloadInfraEnvFilesParams) SetHTTPClient(client *http.Client)
- func (o *V2DownloadInfraEnvFilesParams) SetInfraEnvID(infraEnvID strfmt.UUID)
- func (o *V2DownloadInfraEnvFilesParams) SetIpxeScriptType(ipxeScriptType *string)
- func (o *V2DownloadInfraEnvFilesParams) SetMac(mac *strfmt.MAC)
- func (o *V2DownloadInfraEnvFilesParams) SetTimeout(timeout time.Duration)
- func (o *V2DownloadInfraEnvFilesParams) WithContext(ctx context.Context) *V2DownloadInfraEnvFilesParams
- func (o *V2DownloadInfraEnvFilesParams) WithDefaults() *V2DownloadInfraEnvFilesParams
- func (o *V2DownloadInfraEnvFilesParams) WithDiscoveryIsoType(discoveryIsoType *string) *V2DownloadInfraEnvFilesParams
- func (o *V2DownloadInfraEnvFilesParams) WithFileName(fileName string) *V2DownloadInfraEnvFilesParams
- func (o *V2DownloadInfraEnvFilesParams) WithHTTPClient(client *http.Client) *V2DownloadInfraEnvFilesParams
- func (o *V2DownloadInfraEnvFilesParams) WithInfraEnvID(infraEnvID strfmt.UUID) *V2DownloadInfraEnvFilesParams
- func (o *V2DownloadInfraEnvFilesParams) WithIpxeScriptType(ipxeScriptType *string) *V2DownloadInfraEnvFilesParams
- func (o *V2DownloadInfraEnvFilesParams) WithMac(mac *strfmt.MAC) *V2DownloadInfraEnvFilesParams
- func (o *V2DownloadInfraEnvFilesParams) WithTimeout(timeout time.Duration) *V2DownloadInfraEnvFilesParams
- func (o *V2DownloadInfraEnvFilesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V2DownloadInfraEnvFilesReader
- type V2DownloadInfraEnvFilesServiceUnavailable
- func (o *V2DownloadInfraEnvFilesServiceUnavailable) Error() string
- func (o *V2DownloadInfraEnvFilesServiceUnavailable) GetPayload() *models.Error
- func (o *V2DownloadInfraEnvFilesServiceUnavailable) IsClientError() bool
- func (o *V2DownloadInfraEnvFilesServiceUnavailable) IsCode(code int) bool
- func (o *V2DownloadInfraEnvFilesServiceUnavailable) IsRedirect() bool
- func (o *V2DownloadInfraEnvFilesServiceUnavailable) IsServerError() bool
- func (o *V2DownloadInfraEnvFilesServiceUnavailable) IsSuccess() bool
- func (o *V2DownloadInfraEnvFilesServiceUnavailable) String() string
- type V2DownloadInfraEnvFilesUnauthorized
- func (o *V2DownloadInfraEnvFilesUnauthorized) Error() string
- func (o *V2DownloadInfraEnvFilesUnauthorized) GetPayload() *models.InfraError
- func (o *V2DownloadInfraEnvFilesUnauthorized) IsClientError() bool
- func (o *V2DownloadInfraEnvFilesUnauthorized) IsCode(code int) bool
- func (o *V2DownloadInfraEnvFilesUnauthorized) IsRedirect() bool
- func (o *V2DownloadInfraEnvFilesUnauthorized) IsServerError() bool
- func (o *V2DownloadInfraEnvFilesUnauthorized) IsSuccess() bool
- func (o *V2DownloadInfraEnvFilesUnauthorized) String() string
- type V2GetClusterDefaultConfigForbidden
- func (o *V2GetClusterDefaultConfigForbidden) Error() string
- func (o *V2GetClusterDefaultConfigForbidden) GetPayload() *models.InfraError
- func (o *V2GetClusterDefaultConfigForbidden) IsClientError() bool
- func (o *V2GetClusterDefaultConfigForbidden) IsCode(code int) bool
- func (o *V2GetClusterDefaultConfigForbidden) IsRedirect() bool
- func (o *V2GetClusterDefaultConfigForbidden) IsServerError() bool
- func (o *V2GetClusterDefaultConfigForbidden) IsSuccess() bool
- func (o *V2GetClusterDefaultConfigForbidden) String() string
- type V2GetClusterDefaultConfigInternalServerError
- func (o *V2GetClusterDefaultConfigInternalServerError) Error() string
- func (o *V2GetClusterDefaultConfigInternalServerError) GetPayload() *models.Error
- func (o *V2GetClusterDefaultConfigInternalServerError) IsClientError() bool
- func (o *V2GetClusterDefaultConfigInternalServerError) IsCode(code int) bool
- func (o *V2GetClusterDefaultConfigInternalServerError) IsRedirect() bool
- func (o *V2GetClusterDefaultConfigInternalServerError) IsServerError() bool
- func (o *V2GetClusterDefaultConfigInternalServerError) IsSuccess() bool
- func (o *V2GetClusterDefaultConfigInternalServerError) String() string
- type V2GetClusterDefaultConfigOK
- func (o *V2GetClusterDefaultConfigOK) Error() string
- func (o *V2GetClusterDefaultConfigOK) GetPayload() *models.ClusterDefaultConfig
- func (o *V2GetClusterDefaultConfigOK) IsClientError() bool
- func (o *V2GetClusterDefaultConfigOK) IsCode(code int) bool
- func (o *V2GetClusterDefaultConfigOK) IsRedirect() bool
- func (o *V2GetClusterDefaultConfigOK) IsServerError() bool
- func (o *V2GetClusterDefaultConfigOK) IsSuccess() bool
- func (o *V2GetClusterDefaultConfigOK) String() string
- type V2GetClusterDefaultConfigParams
- func NewV2GetClusterDefaultConfigParams() *V2GetClusterDefaultConfigParams
- func NewV2GetClusterDefaultConfigParamsWithContext(ctx context.Context) *V2GetClusterDefaultConfigParams
- func NewV2GetClusterDefaultConfigParamsWithHTTPClient(client *http.Client) *V2GetClusterDefaultConfigParams
- func NewV2GetClusterDefaultConfigParamsWithTimeout(timeout time.Duration) *V2GetClusterDefaultConfigParams
- func (o *V2GetClusterDefaultConfigParams) SetContext(ctx context.Context)
- func (o *V2GetClusterDefaultConfigParams) SetDefaults()
- func (o *V2GetClusterDefaultConfigParams) SetHTTPClient(client *http.Client)
- func (o *V2GetClusterDefaultConfigParams) SetTimeout(timeout time.Duration)
- func (o *V2GetClusterDefaultConfigParams) WithContext(ctx context.Context) *V2GetClusterDefaultConfigParams
- func (o *V2GetClusterDefaultConfigParams) WithDefaults() *V2GetClusterDefaultConfigParams
- func (o *V2GetClusterDefaultConfigParams) WithHTTPClient(client *http.Client) *V2GetClusterDefaultConfigParams
- func (o *V2GetClusterDefaultConfigParams) WithTimeout(timeout time.Duration) *V2GetClusterDefaultConfigParams
- func (o *V2GetClusterDefaultConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V2GetClusterDefaultConfigReader
- type V2GetClusterDefaultConfigUnauthorized
- func (o *V2GetClusterDefaultConfigUnauthorized) Error() string
- func (o *V2GetClusterDefaultConfigUnauthorized) GetPayload() *models.InfraError
- func (o *V2GetClusterDefaultConfigUnauthorized) IsClientError() bool
- func (o *V2GetClusterDefaultConfigUnauthorized) IsCode(code int) bool
- func (o *V2GetClusterDefaultConfigUnauthorized) IsRedirect() bool
- func (o *V2GetClusterDefaultConfigUnauthorized) IsServerError() bool
- func (o *V2GetClusterDefaultConfigUnauthorized) IsSuccess() bool
- func (o *V2GetClusterDefaultConfigUnauthorized) String() string
- type V2GetClusterForbidden
- func (o *V2GetClusterForbidden) Error() string
- func (o *V2GetClusterForbidden) GetPayload() *models.InfraError
- func (o *V2GetClusterForbidden) IsClientError() bool
- func (o *V2GetClusterForbidden) IsCode(code int) bool
- func (o *V2GetClusterForbidden) IsRedirect() bool
- func (o *V2GetClusterForbidden) IsServerError() bool
- func (o *V2GetClusterForbidden) IsSuccess() bool
- func (o *V2GetClusterForbidden) String() string
- type V2GetClusterInstallConfigForbidden
- func (o *V2GetClusterInstallConfigForbidden) Error() string
- func (o *V2GetClusterInstallConfigForbidden) GetPayload() *models.InfraError
- func (o *V2GetClusterInstallConfigForbidden) IsClientError() bool
- func (o *V2GetClusterInstallConfigForbidden) IsCode(code int) bool
- func (o *V2GetClusterInstallConfigForbidden) IsRedirect() bool
- func (o *V2GetClusterInstallConfigForbidden) IsServerError() bool
- func (o *V2GetClusterInstallConfigForbidden) IsSuccess() bool
- func (o *V2GetClusterInstallConfigForbidden) String() string
- type V2GetClusterInstallConfigInternalServerError
- func (o *V2GetClusterInstallConfigInternalServerError) Error() string
- func (o *V2GetClusterInstallConfigInternalServerError) GetPayload() *models.Error
- func (o *V2GetClusterInstallConfigInternalServerError) IsClientError() bool
- func (o *V2GetClusterInstallConfigInternalServerError) IsCode(code int) bool
- func (o *V2GetClusterInstallConfigInternalServerError) IsRedirect() bool
- func (o *V2GetClusterInstallConfigInternalServerError) IsServerError() bool
- func (o *V2GetClusterInstallConfigInternalServerError) IsSuccess() bool
- func (o *V2GetClusterInstallConfigInternalServerError) String() string
- type V2GetClusterInstallConfigMethodNotAllowed
- func (o *V2GetClusterInstallConfigMethodNotAllowed) Error() string
- func (o *V2GetClusterInstallConfigMethodNotAllowed) GetPayload() *models.Error
- func (o *V2GetClusterInstallConfigMethodNotAllowed) IsClientError() bool
- func (o *V2GetClusterInstallConfigMethodNotAllowed) IsCode(code int) bool
- func (o *V2GetClusterInstallConfigMethodNotAllowed) IsRedirect() bool
- func (o *V2GetClusterInstallConfigMethodNotAllowed) IsServerError() bool
- func (o *V2GetClusterInstallConfigMethodNotAllowed) IsSuccess() bool
- func (o *V2GetClusterInstallConfigMethodNotAllowed) String() string
- type V2GetClusterInstallConfigNotFound
- func (o *V2GetClusterInstallConfigNotFound) Error() string
- func (o *V2GetClusterInstallConfigNotFound) GetPayload() *models.Error
- func (o *V2GetClusterInstallConfigNotFound) IsClientError() bool
- func (o *V2GetClusterInstallConfigNotFound) IsCode(code int) bool
- func (o *V2GetClusterInstallConfigNotFound) IsRedirect() bool
- func (o *V2GetClusterInstallConfigNotFound) IsServerError() bool
- func (o *V2GetClusterInstallConfigNotFound) IsSuccess() bool
- func (o *V2GetClusterInstallConfigNotFound) String() string
- type V2GetClusterInstallConfigOK
- func (o *V2GetClusterInstallConfigOK) Error() string
- func (o *V2GetClusterInstallConfigOK) GetPayload() string
- func (o *V2GetClusterInstallConfigOK) IsClientError() bool
- func (o *V2GetClusterInstallConfigOK) IsCode(code int) bool
- func (o *V2GetClusterInstallConfigOK) IsRedirect() bool
- func (o *V2GetClusterInstallConfigOK) IsServerError() bool
- func (o *V2GetClusterInstallConfigOK) IsSuccess() bool
- func (o *V2GetClusterInstallConfigOK) String() string
- type V2GetClusterInstallConfigParams
- func NewV2GetClusterInstallConfigParams() *V2GetClusterInstallConfigParams
- func NewV2GetClusterInstallConfigParamsWithContext(ctx context.Context) *V2GetClusterInstallConfigParams
- func NewV2GetClusterInstallConfigParamsWithHTTPClient(client *http.Client) *V2GetClusterInstallConfigParams
- func NewV2GetClusterInstallConfigParamsWithTimeout(timeout time.Duration) *V2GetClusterInstallConfigParams
- func (o *V2GetClusterInstallConfigParams) SetClusterID(clusterID strfmt.UUID)
- func (o *V2GetClusterInstallConfigParams) SetContext(ctx context.Context)
- func (o *V2GetClusterInstallConfigParams) SetDefaults()
- func (o *V2GetClusterInstallConfigParams) SetHTTPClient(client *http.Client)
- func (o *V2GetClusterInstallConfigParams) SetTimeout(timeout time.Duration)
- func (o *V2GetClusterInstallConfigParams) WithClusterID(clusterID strfmt.UUID) *V2GetClusterInstallConfigParams
- func (o *V2GetClusterInstallConfigParams) WithContext(ctx context.Context) *V2GetClusterInstallConfigParams
- func (o *V2GetClusterInstallConfigParams) WithDefaults() *V2GetClusterInstallConfigParams
- func (o *V2GetClusterInstallConfigParams) WithHTTPClient(client *http.Client) *V2GetClusterInstallConfigParams
- func (o *V2GetClusterInstallConfigParams) WithTimeout(timeout time.Duration) *V2GetClusterInstallConfigParams
- func (o *V2GetClusterInstallConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V2GetClusterInstallConfigReader
- type V2GetClusterInstallConfigUnauthorized
- func (o *V2GetClusterInstallConfigUnauthorized) Error() string
- func (o *V2GetClusterInstallConfigUnauthorized) GetPayload() *models.InfraError
- func (o *V2GetClusterInstallConfigUnauthorized) IsClientError() bool
- func (o *V2GetClusterInstallConfigUnauthorized) IsCode(code int) bool
- func (o *V2GetClusterInstallConfigUnauthorized) IsRedirect() bool
- func (o *V2GetClusterInstallConfigUnauthorized) IsServerError() bool
- func (o *V2GetClusterInstallConfigUnauthorized) IsSuccess() bool
- func (o *V2GetClusterInstallConfigUnauthorized) String() string
- type V2GetClusterInternalServerError
- func (o *V2GetClusterInternalServerError) Error() string
- func (o *V2GetClusterInternalServerError) GetPayload() *models.Error
- func (o *V2GetClusterInternalServerError) IsClientError() bool
- func (o *V2GetClusterInternalServerError) IsCode(code int) bool
- func (o *V2GetClusterInternalServerError) IsRedirect() bool
- func (o *V2GetClusterInternalServerError) IsServerError() bool
- func (o *V2GetClusterInternalServerError) IsSuccess() bool
- func (o *V2GetClusterInternalServerError) String() string
- type V2GetClusterMethodNotAllowed
- func (o *V2GetClusterMethodNotAllowed) Error() string
- func (o *V2GetClusterMethodNotAllowed) GetPayload() *models.Error
- func (o *V2GetClusterMethodNotAllowed) IsClientError() bool
- func (o *V2GetClusterMethodNotAllowed) IsCode(code int) bool
- func (o *V2GetClusterMethodNotAllowed) IsRedirect() bool
- func (o *V2GetClusterMethodNotAllowed) IsServerError() bool
- func (o *V2GetClusterMethodNotAllowed) IsSuccess() bool
- func (o *V2GetClusterMethodNotAllowed) String() string
- type V2GetClusterNotFound
- func (o *V2GetClusterNotFound) Error() string
- func (o *V2GetClusterNotFound) GetPayload() *models.Error
- func (o *V2GetClusterNotFound) IsClientError() bool
- func (o *V2GetClusterNotFound) IsCode(code int) bool
- func (o *V2GetClusterNotFound) IsRedirect() bool
- func (o *V2GetClusterNotFound) IsServerError() bool
- func (o *V2GetClusterNotFound) IsSuccess() bool
- func (o *V2GetClusterNotFound) String() string
- type V2GetClusterOK
- func (o *V2GetClusterOK) Error() string
- func (o *V2GetClusterOK) GetPayload() *models.Cluster
- func (o *V2GetClusterOK) IsClientError() bool
- func (o *V2GetClusterOK) IsCode(code int) bool
- func (o *V2GetClusterOK) IsRedirect() bool
- func (o *V2GetClusterOK) IsServerError() bool
- func (o *V2GetClusterOK) IsSuccess() bool
- func (o *V2GetClusterOK) String() string
- type V2GetClusterParams
- func (o *V2GetClusterParams) SetClusterID(clusterID strfmt.UUID)
- func (o *V2GetClusterParams) SetContext(ctx context.Context)
- func (o *V2GetClusterParams) SetDefaults()
- func (o *V2GetClusterParams) SetDiscoveryAgentVersion(discoveryAgentVersion *string)
- func (o *V2GetClusterParams) SetExcludeHosts(excludeHosts *bool)
- func (o *V2GetClusterParams) SetGetUnregisteredClusters(getUnregisteredClusters *bool)
- func (o *V2GetClusterParams) SetHTTPClient(client *http.Client)
- func (o *V2GetClusterParams) SetTimeout(timeout time.Duration)
- func (o *V2GetClusterParams) WithClusterID(clusterID strfmt.UUID) *V2GetClusterParams
- func (o *V2GetClusterParams) WithContext(ctx context.Context) *V2GetClusterParams
- func (o *V2GetClusterParams) WithDefaults() *V2GetClusterParams
- func (o *V2GetClusterParams) WithDiscoveryAgentVersion(discoveryAgentVersion *string) *V2GetClusterParams
- func (o *V2GetClusterParams) WithExcludeHosts(excludeHosts *bool) *V2GetClusterParams
- func (o *V2GetClusterParams) WithGetUnregisteredClusters(getUnregisteredClusters *bool) *V2GetClusterParams
- func (o *V2GetClusterParams) WithHTTPClient(client *http.Client) *V2GetClusterParams
- func (o *V2GetClusterParams) WithTimeout(timeout time.Duration) *V2GetClusterParams
- func (o *V2GetClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V2GetClusterReader
- type V2GetClusterServiceUnavailable
- func (o *V2GetClusterServiceUnavailable) Error() string
- func (o *V2GetClusterServiceUnavailable) GetPayload() *models.Error
- func (o *V2GetClusterServiceUnavailable) IsClientError() bool
- func (o *V2GetClusterServiceUnavailable) IsCode(code int) bool
- func (o *V2GetClusterServiceUnavailable) IsRedirect() bool
- func (o *V2GetClusterServiceUnavailable) IsServerError() bool
- func (o *V2GetClusterServiceUnavailable) IsSuccess() bool
- func (o *V2GetClusterServiceUnavailable) String() string
- type V2GetClusterUISettingsBadRequest
- func (o *V2GetClusterUISettingsBadRequest) Error() string
- func (o *V2GetClusterUISettingsBadRequest) GetPayload() *models.Error
- func (o *V2GetClusterUISettingsBadRequest) IsClientError() bool
- func (o *V2GetClusterUISettingsBadRequest) IsCode(code int) bool
- func (o *V2GetClusterUISettingsBadRequest) IsRedirect() bool
- func (o *V2GetClusterUISettingsBadRequest) IsServerError() bool
- func (o *V2GetClusterUISettingsBadRequest) IsSuccess() bool
- func (o *V2GetClusterUISettingsBadRequest) String() string
- type V2GetClusterUISettingsForbidden
- func (o *V2GetClusterUISettingsForbidden) Error() string
- func (o *V2GetClusterUISettingsForbidden) GetPayload() *models.InfraError
- func (o *V2GetClusterUISettingsForbidden) IsClientError() bool
- func (o *V2GetClusterUISettingsForbidden) IsCode(code int) bool
- func (o *V2GetClusterUISettingsForbidden) IsRedirect() bool
- func (o *V2GetClusterUISettingsForbidden) IsServerError() bool
- func (o *V2GetClusterUISettingsForbidden) IsSuccess() bool
- func (o *V2GetClusterUISettingsForbidden) String() string
- type V2GetClusterUISettingsInternalServerError
- func (o *V2GetClusterUISettingsInternalServerError) Error() string
- func (o *V2GetClusterUISettingsInternalServerError) GetPayload() *models.Error
- func (o *V2GetClusterUISettingsInternalServerError) IsClientError() bool
- func (o *V2GetClusterUISettingsInternalServerError) IsCode(code int) bool
- func (o *V2GetClusterUISettingsInternalServerError) IsRedirect() bool
- func (o *V2GetClusterUISettingsInternalServerError) IsServerError() bool
- func (o *V2GetClusterUISettingsInternalServerError) IsSuccess() bool
- func (o *V2GetClusterUISettingsInternalServerError) String() string
- type V2GetClusterUISettingsNotFound
- func (o *V2GetClusterUISettingsNotFound) Error() string
- func (o *V2GetClusterUISettingsNotFound) GetPayload() *models.Error
- func (o *V2GetClusterUISettingsNotFound) IsClientError() bool
- func (o *V2GetClusterUISettingsNotFound) IsCode(code int) bool
- func (o *V2GetClusterUISettingsNotFound) IsRedirect() bool
- func (o *V2GetClusterUISettingsNotFound) IsServerError() bool
- func (o *V2GetClusterUISettingsNotFound) IsSuccess() bool
- func (o *V2GetClusterUISettingsNotFound) String() string
- type V2GetClusterUISettingsOK
- func (o *V2GetClusterUISettingsOK) Error() string
- func (o *V2GetClusterUISettingsOK) GetPayload() string
- func (o *V2GetClusterUISettingsOK) IsClientError() bool
- func (o *V2GetClusterUISettingsOK) IsCode(code int) bool
- func (o *V2GetClusterUISettingsOK) IsRedirect() bool
- func (o *V2GetClusterUISettingsOK) IsServerError() bool
- func (o *V2GetClusterUISettingsOK) IsSuccess() bool
- func (o *V2GetClusterUISettingsOK) String() string
- type V2GetClusterUISettingsParams
- func NewV2GetClusterUISettingsParams() *V2GetClusterUISettingsParams
- func NewV2GetClusterUISettingsParamsWithContext(ctx context.Context) *V2GetClusterUISettingsParams
- func NewV2GetClusterUISettingsParamsWithHTTPClient(client *http.Client) *V2GetClusterUISettingsParams
- func NewV2GetClusterUISettingsParamsWithTimeout(timeout time.Duration) *V2GetClusterUISettingsParams
- func (o *V2GetClusterUISettingsParams) SetClusterID(clusterID strfmt.UUID)
- func (o *V2GetClusterUISettingsParams) SetContext(ctx context.Context)
- func (o *V2GetClusterUISettingsParams) SetDefaults()
- func (o *V2GetClusterUISettingsParams) SetHTTPClient(client *http.Client)
- func (o *V2GetClusterUISettingsParams) SetTimeout(timeout time.Duration)
- func (o *V2GetClusterUISettingsParams) WithClusterID(clusterID strfmt.UUID) *V2GetClusterUISettingsParams
- func (o *V2GetClusterUISettingsParams) WithContext(ctx context.Context) *V2GetClusterUISettingsParams
- func (o *V2GetClusterUISettingsParams) WithDefaults() *V2GetClusterUISettingsParams
- func (o *V2GetClusterUISettingsParams) WithHTTPClient(client *http.Client) *V2GetClusterUISettingsParams
- func (o *V2GetClusterUISettingsParams) WithTimeout(timeout time.Duration) *V2GetClusterUISettingsParams
- func (o *V2GetClusterUISettingsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V2GetClusterUISettingsReader
- type V2GetClusterUISettingsUnauthorized
- func (o *V2GetClusterUISettingsUnauthorized) Error() string
- func (o *V2GetClusterUISettingsUnauthorized) GetPayload() *models.InfraError
- func (o *V2GetClusterUISettingsUnauthorized) IsClientError() bool
- func (o *V2GetClusterUISettingsUnauthorized) IsCode(code int) bool
- func (o *V2GetClusterUISettingsUnauthorized) IsRedirect() bool
- func (o *V2GetClusterUISettingsUnauthorized) IsServerError() bool
- func (o *V2GetClusterUISettingsUnauthorized) IsSuccess() bool
- func (o *V2GetClusterUISettingsUnauthorized) String() string
- type V2GetClusterUnauthorized
- func (o *V2GetClusterUnauthorized) Error() string
- func (o *V2GetClusterUnauthorized) GetPayload() *models.InfraError
- func (o *V2GetClusterUnauthorized) IsClientError() bool
- func (o *V2GetClusterUnauthorized) IsCode(code int) bool
- func (o *V2GetClusterUnauthorized) IsRedirect() bool
- func (o *V2GetClusterUnauthorized) IsServerError() bool
- func (o *V2GetClusterUnauthorized) IsSuccess() bool
- func (o *V2GetClusterUnauthorized) String() string
- type V2GetCredentialsConflict
- func (o *V2GetCredentialsConflict) Error() string
- func (o *V2GetCredentialsConflict) GetPayload() *models.Error
- func (o *V2GetCredentialsConflict) IsClientError() bool
- func (o *V2GetCredentialsConflict) IsCode(code int) bool
- func (o *V2GetCredentialsConflict) IsRedirect() bool
- func (o *V2GetCredentialsConflict) IsServerError() bool
- func (o *V2GetCredentialsConflict) IsSuccess() bool
- func (o *V2GetCredentialsConflict) String() string
- type V2GetCredentialsForbidden
- func (o *V2GetCredentialsForbidden) Error() string
- func (o *V2GetCredentialsForbidden) GetPayload() *models.InfraError
- func (o *V2GetCredentialsForbidden) IsClientError() bool
- func (o *V2GetCredentialsForbidden) IsCode(code int) bool
- func (o *V2GetCredentialsForbidden) IsRedirect() bool
- func (o *V2GetCredentialsForbidden) IsServerError() bool
- func (o *V2GetCredentialsForbidden) IsSuccess() bool
- func (o *V2GetCredentialsForbidden) String() string
- type V2GetCredentialsInternalServerError
- func (o *V2GetCredentialsInternalServerError) Error() string
- func (o *V2GetCredentialsInternalServerError) GetPayload() *models.Error
- func (o *V2GetCredentialsInternalServerError) IsClientError() bool
- func (o *V2GetCredentialsInternalServerError) IsCode(code int) bool
- func (o *V2GetCredentialsInternalServerError) IsRedirect() bool
- func (o *V2GetCredentialsInternalServerError) IsServerError() bool
- func (o *V2GetCredentialsInternalServerError) IsSuccess() bool
- func (o *V2GetCredentialsInternalServerError) String() string
- type V2GetCredentialsMethodNotAllowed
- func (o *V2GetCredentialsMethodNotAllowed) Error() string
- func (o *V2GetCredentialsMethodNotAllowed) GetPayload() *models.Error
- func (o *V2GetCredentialsMethodNotAllowed) IsClientError() bool
- func (o *V2GetCredentialsMethodNotAllowed) IsCode(code int) bool
- func (o *V2GetCredentialsMethodNotAllowed) IsRedirect() bool
- func (o *V2GetCredentialsMethodNotAllowed) IsServerError() bool
- func (o *V2GetCredentialsMethodNotAllowed) IsSuccess() bool
- func (o *V2GetCredentialsMethodNotAllowed) String() string
- type V2GetCredentialsNotFound
- func (o *V2GetCredentialsNotFound) Error() string
- func (o *V2GetCredentialsNotFound) GetPayload() *models.Error
- func (o *V2GetCredentialsNotFound) IsClientError() bool
- func (o *V2GetCredentialsNotFound) IsCode(code int) bool
- func (o *V2GetCredentialsNotFound) IsRedirect() bool
- func (o *V2GetCredentialsNotFound) IsServerError() bool
- func (o *V2GetCredentialsNotFound) IsSuccess() bool
- func (o *V2GetCredentialsNotFound) String() string
- type V2GetCredentialsOK
- func (o *V2GetCredentialsOK) Error() string
- func (o *V2GetCredentialsOK) GetPayload() *models.Credentials
- func (o *V2GetCredentialsOK) IsClientError() bool
- func (o *V2GetCredentialsOK) IsCode(code int) bool
- func (o *V2GetCredentialsOK) IsRedirect() bool
- func (o *V2GetCredentialsOK) IsServerError() bool
- func (o *V2GetCredentialsOK) IsSuccess() bool
- func (o *V2GetCredentialsOK) String() string
- type V2GetCredentialsParams
- func NewV2GetCredentialsParams() *V2GetCredentialsParams
- func NewV2GetCredentialsParamsWithContext(ctx context.Context) *V2GetCredentialsParams
- func NewV2GetCredentialsParamsWithHTTPClient(client *http.Client) *V2GetCredentialsParams
- func NewV2GetCredentialsParamsWithTimeout(timeout time.Duration) *V2GetCredentialsParams
- func (o *V2GetCredentialsParams) SetClusterID(clusterID strfmt.UUID)
- func (o *V2GetCredentialsParams) SetContext(ctx context.Context)
- func (o *V2GetCredentialsParams) SetDefaults()
- func (o *V2GetCredentialsParams) SetHTTPClient(client *http.Client)
- func (o *V2GetCredentialsParams) SetTimeout(timeout time.Duration)
- func (o *V2GetCredentialsParams) WithClusterID(clusterID strfmt.UUID) *V2GetCredentialsParams
- func (o *V2GetCredentialsParams) WithContext(ctx context.Context) *V2GetCredentialsParams
- func (o *V2GetCredentialsParams) WithDefaults() *V2GetCredentialsParams
- func (o *V2GetCredentialsParams) WithHTTPClient(client *http.Client) *V2GetCredentialsParams
- func (o *V2GetCredentialsParams) WithTimeout(timeout time.Duration) *V2GetCredentialsParams
- func (o *V2GetCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V2GetCredentialsReader
- type V2GetCredentialsUnauthorized
- func (o *V2GetCredentialsUnauthorized) Error() string
- func (o *V2GetCredentialsUnauthorized) GetPayload() *models.InfraError
- func (o *V2GetCredentialsUnauthorized) IsClientError() bool
- func (o *V2GetCredentialsUnauthorized) IsCode(code int) bool
- func (o *V2GetCredentialsUnauthorized) IsRedirect() bool
- func (o *V2GetCredentialsUnauthorized) IsServerError() bool
- func (o *V2GetCredentialsUnauthorized) IsSuccess() bool
- func (o *V2GetCredentialsUnauthorized) String() string
- type V2GetHostForbidden
- func (o *V2GetHostForbidden) Error() string
- func (o *V2GetHostForbidden) GetPayload() *models.InfraError
- func (o *V2GetHostForbidden) IsClientError() bool
- func (o *V2GetHostForbidden) IsCode(code int) bool
- func (o *V2GetHostForbidden) IsRedirect() bool
- func (o *V2GetHostForbidden) IsServerError() bool
- func (o *V2GetHostForbidden) IsSuccess() bool
- func (o *V2GetHostForbidden) String() string
- type V2GetHostIgnitionForbidden
- func (o *V2GetHostIgnitionForbidden) Error() string
- func (o *V2GetHostIgnitionForbidden) GetPayload() *models.InfraError
- func (o *V2GetHostIgnitionForbidden) IsClientError() bool
- func (o *V2GetHostIgnitionForbidden) IsCode(code int) bool
- func (o *V2GetHostIgnitionForbidden) IsRedirect() bool
- func (o *V2GetHostIgnitionForbidden) IsServerError() bool
- func (o *V2GetHostIgnitionForbidden) IsSuccess() bool
- func (o *V2GetHostIgnitionForbidden) String() string
- type V2GetHostIgnitionInternalServerError
- func (o *V2GetHostIgnitionInternalServerError) Error() string
- func (o *V2GetHostIgnitionInternalServerError) GetPayload() *models.Error
- func (o *V2GetHostIgnitionInternalServerError) IsClientError() bool
- func (o *V2GetHostIgnitionInternalServerError) IsCode(code int) bool
- func (o *V2GetHostIgnitionInternalServerError) IsRedirect() bool
- func (o *V2GetHostIgnitionInternalServerError) IsServerError() bool
- func (o *V2GetHostIgnitionInternalServerError) IsSuccess() bool
- func (o *V2GetHostIgnitionInternalServerError) String() string
- type V2GetHostIgnitionMethodNotAllowed
- func (o *V2GetHostIgnitionMethodNotAllowed) Error() string
- func (o *V2GetHostIgnitionMethodNotAllowed) GetPayload() *models.Error
- func (o *V2GetHostIgnitionMethodNotAllowed) IsClientError() bool
- func (o *V2GetHostIgnitionMethodNotAllowed) IsCode(code int) bool
- func (o *V2GetHostIgnitionMethodNotAllowed) IsRedirect() bool
- func (o *V2GetHostIgnitionMethodNotAllowed) IsServerError() bool
- func (o *V2GetHostIgnitionMethodNotAllowed) IsSuccess() bool
- func (o *V2GetHostIgnitionMethodNotAllowed) String() string
- type V2GetHostIgnitionNotFound
- func (o *V2GetHostIgnitionNotFound) Error() string
- func (o *V2GetHostIgnitionNotFound) GetPayload() *models.Error
- func (o *V2GetHostIgnitionNotFound) IsClientError() bool
- func (o *V2GetHostIgnitionNotFound) IsCode(code int) bool
- func (o *V2GetHostIgnitionNotFound) IsRedirect() bool
- func (o *V2GetHostIgnitionNotFound) IsServerError() bool
- func (o *V2GetHostIgnitionNotFound) IsSuccess() bool
- func (o *V2GetHostIgnitionNotFound) String() string
- type V2GetHostIgnitionNotImplemented
- func (o *V2GetHostIgnitionNotImplemented) Error() string
- func (o *V2GetHostIgnitionNotImplemented) GetPayload() *models.Error
- func (o *V2GetHostIgnitionNotImplemented) IsClientError() bool
- func (o *V2GetHostIgnitionNotImplemented) IsCode(code int) bool
- func (o *V2GetHostIgnitionNotImplemented) IsRedirect() bool
- func (o *V2GetHostIgnitionNotImplemented) IsServerError() bool
- func (o *V2GetHostIgnitionNotImplemented) IsSuccess() bool
- func (o *V2GetHostIgnitionNotImplemented) String() string
- type V2GetHostIgnitionOK
- func (o *V2GetHostIgnitionOK) Error() string
- func (o *V2GetHostIgnitionOK) GetPayload() *models.HostIgnitionParams
- func (o *V2GetHostIgnitionOK) IsClientError() bool
- func (o *V2GetHostIgnitionOK) IsCode(code int) bool
- func (o *V2GetHostIgnitionOK) IsRedirect() bool
- func (o *V2GetHostIgnitionOK) IsServerError() bool
- func (o *V2GetHostIgnitionOK) IsSuccess() bool
- func (o *V2GetHostIgnitionOK) String() string
- type V2GetHostIgnitionParams
- func NewV2GetHostIgnitionParams() *V2GetHostIgnitionParams
- func NewV2GetHostIgnitionParamsWithContext(ctx context.Context) *V2GetHostIgnitionParams
- func NewV2GetHostIgnitionParamsWithHTTPClient(client *http.Client) *V2GetHostIgnitionParams
- func NewV2GetHostIgnitionParamsWithTimeout(timeout time.Duration) *V2GetHostIgnitionParams
- func (o *V2GetHostIgnitionParams) SetContext(ctx context.Context)
- func (o *V2GetHostIgnitionParams) SetDefaults()
- func (o *V2GetHostIgnitionParams) SetHTTPClient(client *http.Client)
- func (o *V2GetHostIgnitionParams) SetHostID(hostID strfmt.UUID)
- func (o *V2GetHostIgnitionParams) SetInfraEnvID(infraEnvID strfmt.UUID)
- func (o *V2GetHostIgnitionParams) SetTimeout(timeout time.Duration)
- func (o *V2GetHostIgnitionParams) WithContext(ctx context.Context) *V2GetHostIgnitionParams
- func (o *V2GetHostIgnitionParams) WithDefaults() *V2GetHostIgnitionParams
- func (o *V2GetHostIgnitionParams) WithHTTPClient(client *http.Client) *V2GetHostIgnitionParams
- func (o *V2GetHostIgnitionParams) WithHostID(hostID strfmt.UUID) *V2GetHostIgnitionParams
- func (o *V2GetHostIgnitionParams) WithInfraEnvID(infraEnvID strfmt.UUID) *V2GetHostIgnitionParams
- func (o *V2GetHostIgnitionParams) WithTimeout(timeout time.Duration) *V2GetHostIgnitionParams
- func (o *V2GetHostIgnitionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V2GetHostIgnitionReader
- type V2GetHostIgnitionServiceUnavailable
- func (o *V2GetHostIgnitionServiceUnavailable) Error() string
- func (o *V2GetHostIgnitionServiceUnavailable) GetPayload() *models.Error
- func (o *V2GetHostIgnitionServiceUnavailable) IsClientError() bool
- func (o *V2GetHostIgnitionServiceUnavailable) IsCode(code int) bool
- func (o *V2GetHostIgnitionServiceUnavailable) IsRedirect() bool
- func (o *V2GetHostIgnitionServiceUnavailable) IsServerError() bool
- func (o *V2GetHostIgnitionServiceUnavailable) IsSuccess() bool
- func (o *V2GetHostIgnitionServiceUnavailable) String() string
- type V2GetHostIgnitionUnauthorized
- func (o *V2GetHostIgnitionUnauthorized) Error() string
- func (o *V2GetHostIgnitionUnauthorized) GetPayload() *models.InfraError
- func (o *V2GetHostIgnitionUnauthorized) IsClientError() bool
- func (o *V2GetHostIgnitionUnauthorized) IsCode(code int) bool
- func (o *V2GetHostIgnitionUnauthorized) IsRedirect() bool
- func (o *V2GetHostIgnitionUnauthorized) IsServerError() bool
- func (o *V2GetHostIgnitionUnauthorized) IsSuccess() bool
- func (o *V2GetHostIgnitionUnauthorized) String() string
- type V2GetHostInternalServerError
- func (o *V2GetHostInternalServerError) Error() string
- func (o *V2GetHostInternalServerError) GetPayload() *models.Error
- func (o *V2GetHostInternalServerError) IsClientError() bool
- func (o *V2GetHostInternalServerError) IsCode(code int) bool
- func (o *V2GetHostInternalServerError) IsRedirect() bool
- func (o *V2GetHostInternalServerError) IsServerError() bool
- func (o *V2GetHostInternalServerError) IsSuccess() bool
- func (o *V2GetHostInternalServerError) String() string
- type V2GetHostMethodNotAllowed
- func (o *V2GetHostMethodNotAllowed) Error() string
- func (o *V2GetHostMethodNotAllowed) GetPayload() *models.Error
- func (o *V2GetHostMethodNotAllowed) IsClientError() bool
- func (o *V2GetHostMethodNotAllowed) IsCode(code int) bool
- func (o *V2GetHostMethodNotAllowed) IsRedirect() bool
- func (o *V2GetHostMethodNotAllowed) IsServerError() bool
- func (o *V2GetHostMethodNotAllowed) IsSuccess() bool
- func (o *V2GetHostMethodNotAllowed) String() string
- type V2GetHostNotFound
- func (o *V2GetHostNotFound) Error() string
- func (o *V2GetHostNotFound) GetPayload() *models.Error
- func (o *V2GetHostNotFound) IsClientError() bool
- func (o *V2GetHostNotFound) IsCode(code int) bool
- func (o *V2GetHostNotFound) IsRedirect() bool
- func (o *V2GetHostNotFound) IsServerError() bool
- func (o *V2GetHostNotFound) IsSuccess() bool
- func (o *V2GetHostNotFound) String() string
- type V2GetHostNotImplemented
- func (o *V2GetHostNotImplemented) Error() string
- func (o *V2GetHostNotImplemented) GetPayload() *models.Error
- func (o *V2GetHostNotImplemented) IsClientError() bool
- func (o *V2GetHostNotImplemented) IsCode(code int) bool
- func (o *V2GetHostNotImplemented) IsRedirect() bool
- func (o *V2GetHostNotImplemented) IsServerError() bool
- func (o *V2GetHostNotImplemented) IsSuccess() bool
- func (o *V2GetHostNotImplemented) String() string
- type V2GetHostOK
- func (o *V2GetHostOK) Error() string
- func (o *V2GetHostOK) GetPayload() *models.Host
- func (o *V2GetHostOK) IsClientError() bool
- func (o *V2GetHostOK) IsCode(code int) bool
- func (o *V2GetHostOK) IsRedirect() bool
- func (o *V2GetHostOK) IsServerError() bool
- func (o *V2GetHostOK) IsSuccess() bool
- func (o *V2GetHostOK) String() string
- type V2GetHostParams
- func (o *V2GetHostParams) SetContext(ctx context.Context)
- func (o *V2GetHostParams) SetDefaults()
- func (o *V2GetHostParams) SetHTTPClient(client *http.Client)
- func (o *V2GetHostParams) SetHostID(hostID strfmt.UUID)
- func (o *V2GetHostParams) SetInfraEnvID(infraEnvID strfmt.UUID)
- func (o *V2GetHostParams) SetTimeout(timeout time.Duration)
- func (o *V2GetHostParams) WithContext(ctx context.Context) *V2GetHostParams
- func (o *V2GetHostParams) WithDefaults() *V2GetHostParams
- func (o *V2GetHostParams) WithHTTPClient(client *http.Client) *V2GetHostParams
- func (o *V2GetHostParams) WithHostID(hostID strfmt.UUID) *V2GetHostParams
- func (o *V2GetHostParams) WithInfraEnvID(infraEnvID strfmt.UUID) *V2GetHostParams
- func (o *V2GetHostParams) WithTimeout(timeout time.Duration) *V2GetHostParams
- func (o *V2GetHostParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V2GetHostReader
- type V2GetHostUnauthorized
- func (o *V2GetHostUnauthorized) Error() string
- func (o *V2GetHostUnauthorized) GetPayload() *models.InfraError
- func (o *V2GetHostUnauthorized) IsClientError() bool
- func (o *V2GetHostUnauthorized) IsCode(code int) bool
- func (o *V2GetHostUnauthorized) IsRedirect() bool
- func (o *V2GetHostUnauthorized) IsServerError() bool
- func (o *V2GetHostUnauthorized) IsSuccess() bool
- func (o *V2GetHostUnauthorized) String() string
- type V2GetIgnoredValidationsBadRequest
- func (o *V2GetIgnoredValidationsBadRequest) Error() string
- func (o *V2GetIgnoredValidationsBadRequest) GetPayload() *models.Error
- func (o *V2GetIgnoredValidationsBadRequest) IsClientError() bool
- func (o *V2GetIgnoredValidationsBadRequest) IsCode(code int) bool
- func (o *V2GetIgnoredValidationsBadRequest) IsRedirect() bool
- func (o *V2GetIgnoredValidationsBadRequest) IsServerError() bool
- func (o *V2GetIgnoredValidationsBadRequest) IsSuccess() bool
- func (o *V2GetIgnoredValidationsBadRequest) String() string
- type V2GetIgnoredValidationsNotFound
- func (o *V2GetIgnoredValidationsNotFound) Error() string
- func (o *V2GetIgnoredValidationsNotFound) GetPayload() *models.Error
- func (o *V2GetIgnoredValidationsNotFound) IsClientError() bool
- func (o *V2GetIgnoredValidationsNotFound) IsCode(code int) bool
- func (o *V2GetIgnoredValidationsNotFound) IsRedirect() bool
- func (o *V2GetIgnoredValidationsNotFound) IsServerError() bool
- func (o *V2GetIgnoredValidationsNotFound) IsSuccess() bool
- func (o *V2GetIgnoredValidationsNotFound) String() string
- type V2GetIgnoredValidationsOK
- func (o *V2GetIgnoredValidationsOK) Error() string
- func (o *V2GetIgnoredValidationsOK) GetPayload() *models.IgnoredValidations
- func (o *V2GetIgnoredValidationsOK) IsClientError() bool
- func (o *V2GetIgnoredValidationsOK) IsCode(code int) bool
- func (o *V2GetIgnoredValidationsOK) IsRedirect() bool
- func (o *V2GetIgnoredValidationsOK) IsServerError() bool
- func (o *V2GetIgnoredValidationsOK) IsSuccess() bool
- func (o *V2GetIgnoredValidationsOK) String() string
- type V2GetIgnoredValidationsParams
- func NewV2GetIgnoredValidationsParams() *V2GetIgnoredValidationsParams
- func NewV2GetIgnoredValidationsParamsWithContext(ctx context.Context) *V2GetIgnoredValidationsParams
- func NewV2GetIgnoredValidationsParamsWithHTTPClient(client *http.Client) *V2GetIgnoredValidationsParams
- func NewV2GetIgnoredValidationsParamsWithTimeout(timeout time.Duration) *V2GetIgnoredValidationsParams
- func (o *V2GetIgnoredValidationsParams) SetClusterID(clusterID strfmt.UUID)
- func (o *V2GetIgnoredValidationsParams) SetContext(ctx context.Context)
- func (o *V2GetIgnoredValidationsParams) SetDefaults()
- func (o *V2GetIgnoredValidationsParams) SetHTTPClient(client *http.Client)
- func (o *V2GetIgnoredValidationsParams) SetTimeout(timeout time.Duration)
- func (o *V2GetIgnoredValidationsParams) WithClusterID(clusterID strfmt.UUID) *V2GetIgnoredValidationsParams
- func (o *V2GetIgnoredValidationsParams) WithContext(ctx context.Context) *V2GetIgnoredValidationsParams
- func (o *V2GetIgnoredValidationsParams) WithDefaults() *V2GetIgnoredValidationsParams
- func (o *V2GetIgnoredValidationsParams) WithHTTPClient(client *http.Client) *V2GetIgnoredValidationsParams
- func (o *V2GetIgnoredValidationsParams) WithTimeout(timeout time.Duration) *V2GetIgnoredValidationsParams
- func (o *V2GetIgnoredValidationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V2GetIgnoredValidationsReader
- type V2GetNextStepsForbidden
- func (o *V2GetNextStepsForbidden) Error() string
- func (o *V2GetNextStepsForbidden) GetPayload() *models.InfraError
- func (o *V2GetNextStepsForbidden) IsClientError() bool
- func (o *V2GetNextStepsForbidden) IsCode(code int) bool
- func (o *V2GetNextStepsForbidden) IsRedirect() bool
- func (o *V2GetNextStepsForbidden) IsServerError() bool
- func (o *V2GetNextStepsForbidden) IsSuccess() bool
- func (o *V2GetNextStepsForbidden) String() string
- type V2GetNextStepsInternalServerError
- func (o *V2GetNextStepsInternalServerError) Error() string
- func (o *V2GetNextStepsInternalServerError) GetPayload() *models.Error
- func (o *V2GetNextStepsInternalServerError) IsClientError() bool
- func (o *V2GetNextStepsInternalServerError) IsCode(code int) bool
- func (o *V2GetNextStepsInternalServerError) IsRedirect() bool
- func (o *V2GetNextStepsInternalServerError) IsServerError() bool
- func (o *V2GetNextStepsInternalServerError) IsSuccess() bool
- func (o *V2GetNextStepsInternalServerError) String() string
- type V2GetNextStepsMethodNotAllowed
- func (o *V2GetNextStepsMethodNotAllowed) Error() string
- func (o *V2GetNextStepsMethodNotAllowed) GetPayload() *models.Error
- func (o *V2GetNextStepsMethodNotAllowed) IsClientError() bool
- func (o *V2GetNextStepsMethodNotAllowed) IsCode(code int) bool
- func (o *V2GetNextStepsMethodNotAllowed) IsRedirect() bool
- func (o *V2GetNextStepsMethodNotAllowed) IsServerError() bool
- func (o *V2GetNextStepsMethodNotAllowed) IsSuccess() bool
- func (o *V2GetNextStepsMethodNotAllowed) String() string
- type V2GetNextStepsNotFound
- func (o *V2GetNextStepsNotFound) Error() string
- func (o *V2GetNextStepsNotFound) GetPayload() *models.Error
- func (o *V2GetNextStepsNotFound) IsClientError() bool
- func (o *V2GetNextStepsNotFound) IsCode(code int) bool
- func (o *V2GetNextStepsNotFound) IsRedirect() bool
- func (o *V2GetNextStepsNotFound) IsServerError() bool
- func (o *V2GetNextStepsNotFound) IsSuccess() bool
- func (o *V2GetNextStepsNotFound) String() string
- type V2GetNextStepsNotImplemented
- func (o *V2GetNextStepsNotImplemented) Error() string
- func (o *V2GetNextStepsNotImplemented) GetPayload() *models.Error
- func (o *V2GetNextStepsNotImplemented) IsClientError() bool
- func (o *V2GetNextStepsNotImplemented) IsCode(code int) bool
- func (o *V2GetNextStepsNotImplemented) IsRedirect() bool
- func (o *V2GetNextStepsNotImplemented) IsServerError() bool
- func (o *V2GetNextStepsNotImplemented) IsSuccess() bool
- func (o *V2GetNextStepsNotImplemented) String() string
- type V2GetNextStepsOK
- func (o *V2GetNextStepsOK) Error() string
- func (o *V2GetNextStepsOK) GetPayload() *models.Steps
- func (o *V2GetNextStepsOK) IsClientError() bool
- func (o *V2GetNextStepsOK) IsCode(code int) bool
- func (o *V2GetNextStepsOK) IsRedirect() bool
- func (o *V2GetNextStepsOK) IsServerError() bool
- func (o *V2GetNextStepsOK) IsSuccess() bool
- func (o *V2GetNextStepsOK) String() string
- type V2GetNextStepsParams
- func NewV2GetNextStepsParams() *V2GetNextStepsParams
- func NewV2GetNextStepsParamsWithContext(ctx context.Context) *V2GetNextStepsParams
- func NewV2GetNextStepsParamsWithHTTPClient(client *http.Client) *V2GetNextStepsParams
- func NewV2GetNextStepsParamsWithTimeout(timeout time.Duration) *V2GetNextStepsParams
- func (o *V2GetNextStepsParams) SetContext(ctx context.Context)
- func (o *V2GetNextStepsParams) SetDefaults()
- func (o *V2GetNextStepsParams) SetDiscoveryAgentVersion(discoveryAgentVersion *string)
- func (o *V2GetNextStepsParams) SetHTTPClient(client *http.Client)
- func (o *V2GetNextStepsParams) SetHostID(hostID strfmt.UUID)
- func (o *V2GetNextStepsParams) SetInfraEnvID(infraEnvID strfmt.UUID)
- func (o *V2GetNextStepsParams) SetTimeout(timeout time.Duration)
- func (o *V2GetNextStepsParams) SetTimestamp(timestamp *int64)
- func (o *V2GetNextStepsParams) WithContext(ctx context.Context) *V2GetNextStepsParams
- func (o *V2GetNextStepsParams) WithDefaults() *V2GetNextStepsParams
- func (o *V2GetNextStepsParams) WithDiscoveryAgentVersion(discoveryAgentVersion *string) *V2GetNextStepsParams
- func (o *V2GetNextStepsParams) WithHTTPClient(client *http.Client) *V2GetNextStepsParams
- func (o *V2GetNextStepsParams) WithHostID(hostID strfmt.UUID) *V2GetNextStepsParams
- func (o *V2GetNextStepsParams) WithInfraEnvID(infraEnvID strfmt.UUID) *V2GetNextStepsParams
- func (o *V2GetNextStepsParams) WithTimeout(timeout time.Duration) *V2GetNextStepsParams
- func (o *V2GetNextStepsParams) WithTimestamp(timestamp *int64) *V2GetNextStepsParams
- func (o *V2GetNextStepsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V2GetNextStepsReader
- type V2GetNextStepsServiceUnavailable
- func (o *V2GetNextStepsServiceUnavailable) Error() string
- func (o *V2GetNextStepsServiceUnavailable) GetPayload() *models.Error
- func (o *V2GetNextStepsServiceUnavailable) IsClientError() bool
- func (o *V2GetNextStepsServiceUnavailable) IsCode(code int) bool
- func (o *V2GetNextStepsServiceUnavailable) IsRedirect() bool
- func (o *V2GetNextStepsServiceUnavailable) IsServerError() bool
- func (o *V2GetNextStepsServiceUnavailable) IsSuccess() bool
- func (o *V2GetNextStepsServiceUnavailable) String() string
- type V2GetNextStepsUnauthorized
- func (o *V2GetNextStepsUnauthorized) Error() string
- func (o *V2GetNextStepsUnauthorized) GetPayload() *models.InfraError
- func (o *V2GetNextStepsUnauthorized) IsClientError() bool
- func (o *V2GetNextStepsUnauthorized) IsCode(code int) bool
- func (o *V2GetNextStepsUnauthorized) IsRedirect() bool
- func (o *V2GetNextStepsUnauthorized) IsServerError() bool
- func (o *V2GetNextStepsUnauthorized) IsSuccess() bool
- func (o *V2GetNextStepsUnauthorized) String() string
- type V2GetPreflightRequirementsForbidden
- func (o *V2GetPreflightRequirementsForbidden) Error() string
- func (o *V2GetPreflightRequirementsForbidden) GetPayload() *models.InfraError
- func (o *V2GetPreflightRequirementsForbidden) IsClientError() bool
- func (o *V2GetPreflightRequirementsForbidden) IsCode(code int) bool
- func (o *V2GetPreflightRequirementsForbidden) IsRedirect() bool
- func (o *V2GetPreflightRequirementsForbidden) IsServerError() bool
- func (o *V2GetPreflightRequirementsForbidden) IsSuccess() bool
- func (o *V2GetPreflightRequirementsForbidden) String() string
- type V2GetPreflightRequirementsInternalServerError
- func (o *V2GetPreflightRequirementsInternalServerError) Error() string
- func (o *V2GetPreflightRequirementsInternalServerError) GetPayload() *models.Error
- func (o *V2GetPreflightRequirementsInternalServerError) IsClientError() bool
- func (o *V2GetPreflightRequirementsInternalServerError) IsCode(code int) bool
- func (o *V2GetPreflightRequirementsInternalServerError) IsRedirect() bool
- func (o *V2GetPreflightRequirementsInternalServerError) IsServerError() bool
- func (o *V2GetPreflightRequirementsInternalServerError) IsSuccess() bool
- func (o *V2GetPreflightRequirementsInternalServerError) String() string
- type V2GetPreflightRequirementsMethodNotAllowed
- func (o *V2GetPreflightRequirementsMethodNotAllowed) Error() string
- func (o *V2GetPreflightRequirementsMethodNotAllowed) GetPayload() *models.Error
- func (o *V2GetPreflightRequirementsMethodNotAllowed) IsClientError() bool
- func (o *V2GetPreflightRequirementsMethodNotAllowed) IsCode(code int) bool
- func (o *V2GetPreflightRequirementsMethodNotAllowed) IsRedirect() bool
- func (o *V2GetPreflightRequirementsMethodNotAllowed) IsServerError() bool
- func (o *V2GetPreflightRequirementsMethodNotAllowed) IsSuccess() bool
- func (o *V2GetPreflightRequirementsMethodNotAllowed) String() string
- type V2GetPreflightRequirementsNotFound
- func (o *V2GetPreflightRequirementsNotFound) Error() string
- func (o *V2GetPreflightRequirementsNotFound) GetPayload() *models.Error
- func (o *V2GetPreflightRequirementsNotFound) IsClientError() bool
- func (o *V2GetPreflightRequirementsNotFound) IsCode(code int) bool
- func (o *V2GetPreflightRequirementsNotFound) IsRedirect() bool
- func (o *V2GetPreflightRequirementsNotFound) IsServerError() bool
- func (o *V2GetPreflightRequirementsNotFound) IsSuccess() bool
- func (o *V2GetPreflightRequirementsNotFound) String() string
- type V2GetPreflightRequirementsOK
- func (o *V2GetPreflightRequirementsOK) Error() string
- func (o *V2GetPreflightRequirementsOK) GetPayload() *models.PreflightHardwareRequirements
- func (o *V2GetPreflightRequirementsOK) IsClientError() bool
- func (o *V2GetPreflightRequirementsOK) IsCode(code int) bool
- func (o *V2GetPreflightRequirementsOK) IsRedirect() bool
- func (o *V2GetPreflightRequirementsOK) IsServerError() bool
- func (o *V2GetPreflightRequirementsOK) IsSuccess() bool
- func (o *V2GetPreflightRequirementsOK) String() string
- type V2GetPreflightRequirementsParams
- func NewV2GetPreflightRequirementsParams() *V2GetPreflightRequirementsParams
- func NewV2GetPreflightRequirementsParamsWithContext(ctx context.Context) *V2GetPreflightRequirementsParams
- func NewV2GetPreflightRequirementsParamsWithHTTPClient(client *http.Client) *V2GetPreflightRequirementsParams
- func NewV2GetPreflightRequirementsParamsWithTimeout(timeout time.Duration) *V2GetPreflightRequirementsParams
- func (o *V2GetPreflightRequirementsParams) SetClusterID(clusterID strfmt.UUID)
- func (o *V2GetPreflightRequirementsParams) SetContext(ctx context.Context)
- func (o *V2GetPreflightRequirementsParams) SetDefaults()
- func (o *V2GetPreflightRequirementsParams) SetHTTPClient(client *http.Client)
- func (o *V2GetPreflightRequirementsParams) SetTimeout(timeout time.Duration)
- func (o *V2GetPreflightRequirementsParams) WithClusterID(clusterID strfmt.UUID) *V2GetPreflightRequirementsParams
- func (o *V2GetPreflightRequirementsParams) WithContext(ctx context.Context) *V2GetPreflightRequirementsParams
- func (o *V2GetPreflightRequirementsParams) WithDefaults() *V2GetPreflightRequirementsParams
- func (o *V2GetPreflightRequirementsParams) WithHTTPClient(client *http.Client) *V2GetPreflightRequirementsParams
- func (o *V2GetPreflightRequirementsParams) WithTimeout(timeout time.Duration) *V2GetPreflightRequirementsParams
- func (o *V2GetPreflightRequirementsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V2GetPreflightRequirementsReader
- type V2GetPreflightRequirementsUnauthorized
- func (o *V2GetPreflightRequirementsUnauthorized) Error() string
- func (o *V2GetPreflightRequirementsUnauthorized) GetPayload() *models.InfraError
- func (o *V2GetPreflightRequirementsUnauthorized) IsClientError() bool
- func (o *V2GetPreflightRequirementsUnauthorized) IsCode(code int) bool
- func (o *V2GetPreflightRequirementsUnauthorized) IsRedirect() bool
- func (o *V2GetPreflightRequirementsUnauthorized) IsServerError() bool
- func (o *V2GetPreflightRequirementsUnauthorized) IsSuccess() bool
- func (o *V2GetPreflightRequirementsUnauthorized) String() string
- type V2GetPresignedForClusterCredentialsBadRequest
- func (o *V2GetPresignedForClusterCredentialsBadRequest) Error() string
- func (o *V2GetPresignedForClusterCredentialsBadRequest) GetPayload() *models.Error
- func (o *V2GetPresignedForClusterCredentialsBadRequest) IsClientError() bool
- func (o *V2GetPresignedForClusterCredentialsBadRequest) IsCode(code int) bool
- func (o *V2GetPresignedForClusterCredentialsBadRequest) IsRedirect() bool
- func (o *V2GetPresignedForClusterCredentialsBadRequest) IsServerError() bool
- func (o *V2GetPresignedForClusterCredentialsBadRequest) IsSuccess() bool
- func (o *V2GetPresignedForClusterCredentialsBadRequest) String() string
- type V2GetPresignedForClusterCredentialsConflict
- func (o *V2GetPresignedForClusterCredentialsConflict) Error() string
- func (o *V2GetPresignedForClusterCredentialsConflict) GetPayload() *models.Error
- func (o *V2GetPresignedForClusterCredentialsConflict) IsClientError() bool
- func (o *V2GetPresignedForClusterCredentialsConflict) IsCode(code int) bool
- func (o *V2GetPresignedForClusterCredentialsConflict) IsRedirect() bool
- func (o *V2GetPresignedForClusterCredentialsConflict) IsServerError() bool
- func (o *V2GetPresignedForClusterCredentialsConflict) IsSuccess() bool
- func (o *V2GetPresignedForClusterCredentialsConflict) String() string
- type V2GetPresignedForClusterCredentialsForbidden
- func (o *V2GetPresignedForClusterCredentialsForbidden) Error() string
- func (o *V2GetPresignedForClusterCredentialsForbidden) GetPayload() *models.InfraError
- func (o *V2GetPresignedForClusterCredentialsForbidden) IsClientError() bool
- func (o *V2GetPresignedForClusterCredentialsForbidden) IsCode(code int) bool
- func (o *V2GetPresignedForClusterCredentialsForbidden) IsRedirect() bool
- func (o *V2GetPresignedForClusterCredentialsForbidden) IsServerError() bool
- func (o *V2GetPresignedForClusterCredentialsForbidden) IsSuccess() bool
- func (o *V2GetPresignedForClusterCredentialsForbidden) String() string
- type V2GetPresignedForClusterCredentialsInternalServerError
- func (o *V2GetPresignedForClusterCredentialsInternalServerError) Error() string
- func (o *V2GetPresignedForClusterCredentialsInternalServerError) GetPayload() *models.Error
- func (o *V2GetPresignedForClusterCredentialsInternalServerError) IsClientError() bool
- func (o *V2GetPresignedForClusterCredentialsInternalServerError) IsCode(code int) bool
- func (o *V2GetPresignedForClusterCredentialsInternalServerError) IsRedirect() bool
- func (o *V2GetPresignedForClusterCredentialsInternalServerError) IsServerError() bool
- func (o *V2GetPresignedForClusterCredentialsInternalServerError) IsSuccess() bool
- func (o *V2GetPresignedForClusterCredentialsInternalServerError) String() string
- type V2GetPresignedForClusterCredentialsMethodNotAllowed
- func (o *V2GetPresignedForClusterCredentialsMethodNotAllowed) Error() string
- func (o *V2GetPresignedForClusterCredentialsMethodNotAllowed) GetPayload() *models.Error
- func (o *V2GetPresignedForClusterCredentialsMethodNotAllowed) IsClientError() bool
- func (o *V2GetPresignedForClusterCredentialsMethodNotAllowed) IsCode(code int) bool
- func (o *V2GetPresignedForClusterCredentialsMethodNotAllowed) IsRedirect() bool
- func (o *V2GetPresignedForClusterCredentialsMethodNotAllowed) IsServerError() bool
- func (o *V2GetPresignedForClusterCredentialsMethodNotAllowed) IsSuccess() bool
- func (o *V2GetPresignedForClusterCredentialsMethodNotAllowed) String() string
- type V2GetPresignedForClusterCredentialsNotFound
- func (o *V2GetPresignedForClusterCredentialsNotFound) Error() string
- func (o *V2GetPresignedForClusterCredentialsNotFound) GetPayload() *models.Error
- func (o *V2GetPresignedForClusterCredentialsNotFound) IsClientError() bool
- func (o *V2GetPresignedForClusterCredentialsNotFound) IsCode(code int) bool
- func (o *V2GetPresignedForClusterCredentialsNotFound) IsRedirect() bool
- func (o *V2GetPresignedForClusterCredentialsNotFound) IsServerError() bool
- func (o *V2GetPresignedForClusterCredentialsNotFound) IsSuccess() bool
- func (o *V2GetPresignedForClusterCredentialsNotFound) String() string
- type V2GetPresignedForClusterCredentialsOK
- func (o *V2GetPresignedForClusterCredentialsOK) Error() string
- func (o *V2GetPresignedForClusterCredentialsOK) GetPayload() *models.PresignedURL
- func (o *V2GetPresignedForClusterCredentialsOK) IsClientError() bool
- func (o *V2GetPresignedForClusterCredentialsOK) IsCode(code int) bool
- func (o *V2GetPresignedForClusterCredentialsOK) IsRedirect() bool
- func (o *V2GetPresignedForClusterCredentialsOK) IsServerError() bool
- func (o *V2GetPresignedForClusterCredentialsOK) IsSuccess() bool
- func (o *V2GetPresignedForClusterCredentialsOK) String() string
- type V2GetPresignedForClusterCredentialsParams
- func NewV2GetPresignedForClusterCredentialsParams() *V2GetPresignedForClusterCredentialsParams
- func NewV2GetPresignedForClusterCredentialsParamsWithContext(ctx context.Context) *V2GetPresignedForClusterCredentialsParams
- func NewV2GetPresignedForClusterCredentialsParamsWithHTTPClient(client *http.Client) *V2GetPresignedForClusterCredentialsParams
- func NewV2GetPresignedForClusterCredentialsParamsWithTimeout(timeout time.Duration) *V2GetPresignedForClusterCredentialsParams
- func (o *V2GetPresignedForClusterCredentialsParams) SetClusterID(clusterID strfmt.UUID)
- func (o *V2GetPresignedForClusterCredentialsParams) SetContext(ctx context.Context)
- func (o *V2GetPresignedForClusterCredentialsParams) SetDefaults()
- func (o *V2GetPresignedForClusterCredentialsParams) SetFileName(fileName string)
- func (o *V2GetPresignedForClusterCredentialsParams) SetHTTPClient(client *http.Client)
- func (o *V2GetPresignedForClusterCredentialsParams) SetTimeout(timeout time.Duration)
- func (o *V2GetPresignedForClusterCredentialsParams) WithClusterID(clusterID strfmt.UUID) *V2GetPresignedForClusterCredentialsParams
- func (o *V2GetPresignedForClusterCredentialsParams) WithContext(ctx context.Context) *V2GetPresignedForClusterCredentialsParams
- func (o *V2GetPresignedForClusterCredentialsParams) WithDefaults() *V2GetPresignedForClusterCredentialsParams
- func (o *V2GetPresignedForClusterCredentialsParams) WithFileName(fileName string) *V2GetPresignedForClusterCredentialsParams
- func (o *V2GetPresignedForClusterCredentialsParams) WithHTTPClient(client *http.Client) *V2GetPresignedForClusterCredentialsParams
- func (o *V2GetPresignedForClusterCredentialsParams) WithTimeout(timeout time.Duration) *V2GetPresignedForClusterCredentialsParams
- func (o *V2GetPresignedForClusterCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V2GetPresignedForClusterCredentialsReader
- type V2GetPresignedForClusterCredentialsUnauthorized
- func (o *V2GetPresignedForClusterCredentialsUnauthorized) Error() string
- func (o *V2GetPresignedForClusterCredentialsUnauthorized) GetPayload() *models.InfraError
- func (o *V2GetPresignedForClusterCredentialsUnauthorized) IsClientError() bool
- func (o *V2GetPresignedForClusterCredentialsUnauthorized) IsCode(code int) bool
- func (o *V2GetPresignedForClusterCredentialsUnauthorized) IsRedirect() bool
- func (o *V2GetPresignedForClusterCredentialsUnauthorized) IsServerError() bool
- func (o *V2GetPresignedForClusterCredentialsUnauthorized) IsSuccess() bool
- func (o *V2GetPresignedForClusterCredentialsUnauthorized) String() string
- type V2GetPresignedForClusterFilesBadRequest
- func (o *V2GetPresignedForClusterFilesBadRequest) Error() string
- func (o *V2GetPresignedForClusterFilesBadRequest) GetPayload() *models.Error
- func (o *V2GetPresignedForClusterFilesBadRequest) IsClientError() bool
- func (o *V2GetPresignedForClusterFilesBadRequest) IsCode(code int) bool
- func (o *V2GetPresignedForClusterFilesBadRequest) IsRedirect() bool
- func (o *V2GetPresignedForClusterFilesBadRequest) IsServerError() bool
- func (o *V2GetPresignedForClusterFilesBadRequest) IsSuccess() bool
- func (o *V2GetPresignedForClusterFilesBadRequest) String() string
- type V2GetPresignedForClusterFilesConflict
- func (o *V2GetPresignedForClusterFilesConflict) Error() string
- func (o *V2GetPresignedForClusterFilesConflict) GetPayload() *models.Error
- func (o *V2GetPresignedForClusterFilesConflict) IsClientError() bool
- func (o *V2GetPresignedForClusterFilesConflict) IsCode(code int) bool
- func (o *V2GetPresignedForClusterFilesConflict) IsRedirect() bool
- func (o *V2GetPresignedForClusterFilesConflict) IsServerError() bool
- func (o *V2GetPresignedForClusterFilesConflict) IsSuccess() bool
- func (o *V2GetPresignedForClusterFilesConflict) String() string
- type V2GetPresignedForClusterFilesForbidden
- func (o *V2GetPresignedForClusterFilesForbidden) Error() string
- func (o *V2GetPresignedForClusterFilesForbidden) GetPayload() *models.InfraError
- func (o *V2GetPresignedForClusterFilesForbidden) IsClientError() bool
- func (o *V2GetPresignedForClusterFilesForbidden) IsCode(code int) bool
- func (o *V2GetPresignedForClusterFilesForbidden) IsRedirect() bool
- func (o *V2GetPresignedForClusterFilesForbidden) IsServerError() bool
- func (o *V2GetPresignedForClusterFilesForbidden) IsSuccess() bool
- func (o *V2GetPresignedForClusterFilesForbidden) String() string
- type V2GetPresignedForClusterFilesInternalServerError
- func (o *V2GetPresignedForClusterFilesInternalServerError) Error() string
- func (o *V2GetPresignedForClusterFilesInternalServerError) GetPayload() *models.Error
- func (o *V2GetPresignedForClusterFilesInternalServerError) IsClientError() bool
- func (o *V2GetPresignedForClusterFilesInternalServerError) IsCode(code int) bool
- func (o *V2GetPresignedForClusterFilesInternalServerError) IsRedirect() bool
- func (o *V2GetPresignedForClusterFilesInternalServerError) IsServerError() bool
- func (o *V2GetPresignedForClusterFilesInternalServerError) IsSuccess() bool
- func (o *V2GetPresignedForClusterFilesInternalServerError) String() string
- type V2GetPresignedForClusterFilesMethodNotAllowed
- func (o *V2GetPresignedForClusterFilesMethodNotAllowed) Error() string
- func (o *V2GetPresignedForClusterFilesMethodNotAllowed) GetPayload() *models.Error
- func (o *V2GetPresignedForClusterFilesMethodNotAllowed) IsClientError() bool
- func (o *V2GetPresignedForClusterFilesMethodNotAllowed) IsCode(code int) bool
- func (o *V2GetPresignedForClusterFilesMethodNotAllowed) IsRedirect() bool
- func (o *V2GetPresignedForClusterFilesMethodNotAllowed) IsServerError() bool
- func (o *V2GetPresignedForClusterFilesMethodNotAllowed) IsSuccess() bool
- func (o *V2GetPresignedForClusterFilesMethodNotAllowed) String() string
- type V2GetPresignedForClusterFilesNotFound
- func (o *V2GetPresignedForClusterFilesNotFound) Error() string
- func (o *V2GetPresignedForClusterFilesNotFound) GetPayload() *models.Error
- func (o *V2GetPresignedForClusterFilesNotFound) IsClientError() bool
- func (o *V2GetPresignedForClusterFilesNotFound) IsCode(code int) bool
- func (o *V2GetPresignedForClusterFilesNotFound) IsRedirect() bool
- func (o *V2GetPresignedForClusterFilesNotFound) IsServerError() bool
- func (o *V2GetPresignedForClusterFilesNotFound) IsSuccess() bool
- func (o *V2GetPresignedForClusterFilesNotFound) String() string
- type V2GetPresignedForClusterFilesOK
- func (o *V2GetPresignedForClusterFilesOK) Error() string
- func (o *V2GetPresignedForClusterFilesOK) GetPayload() *models.PresignedURL
- func (o *V2GetPresignedForClusterFilesOK) IsClientError() bool
- func (o *V2GetPresignedForClusterFilesOK) IsCode(code int) bool
- func (o *V2GetPresignedForClusterFilesOK) IsRedirect() bool
- func (o *V2GetPresignedForClusterFilesOK) IsServerError() bool
- func (o *V2GetPresignedForClusterFilesOK) IsSuccess() bool
- func (o *V2GetPresignedForClusterFilesOK) String() string
- type V2GetPresignedForClusterFilesParams
- func NewV2GetPresignedForClusterFilesParams() *V2GetPresignedForClusterFilesParams
- func NewV2GetPresignedForClusterFilesParamsWithContext(ctx context.Context) *V2GetPresignedForClusterFilesParams
- func NewV2GetPresignedForClusterFilesParamsWithHTTPClient(client *http.Client) *V2GetPresignedForClusterFilesParams
- func NewV2GetPresignedForClusterFilesParamsWithTimeout(timeout time.Duration) *V2GetPresignedForClusterFilesParams
- func (o *V2GetPresignedForClusterFilesParams) SetAdditionalName(additionalName *string)
- func (o *V2GetPresignedForClusterFilesParams) SetClusterID(clusterID strfmt.UUID)
- func (o *V2GetPresignedForClusterFilesParams) SetContext(ctx context.Context)
- func (o *V2GetPresignedForClusterFilesParams) SetDefaults()
- func (o *V2GetPresignedForClusterFilesParams) SetFileName(fileName string)
- func (o *V2GetPresignedForClusterFilesParams) SetHTTPClient(client *http.Client)
- func (o *V2GetPresignedForClusterFilesParams) SetHostID(hostID *strfmt.UUID)
- func (o *V2GetPresignedForClusterFilesParams) SetLogsType(logsType *string)
- func (o *V2GetPresignedForClusterFilesParams) SetTimeout(timeout time.Duration)
- func (o *V2GetPresignedForClusterFilesParams) WithAdditionalName(additionalName *string) *V2GetPresignedForClusterFilesParams
- func (o *V2GetPresignedForClusterFilesParams) WithClusterID(clusterID strfmt.UUID) *V2GetPresignedForClusterFilesParams
- func (o *V2GetPresignedForClusterFilesParams) WithContext(ctx context.Context) *V2GetPresignedForClusterFilesParams
- func (o *V2GetPresignedForClusterFilesParams) WithDefaults() *V2GetPresignedForClusterFilesParams
- func (o *V2GetPresignedForClusterFilesParams) WithFileName(fileName string) *V2GetPresignedForClusterFilesParams
- func (o *V2GetPresignedForClusterFilesParams) WithHTTPClient(client *http.Client) *V2GetPresignedForClusterFilesParams
- func (o *V2GetPresignedForClusterFilesParams) WithHostID(hostID *strfmt.UUID) *V2GetPresignedForClusterFilesParams
- func (o *V2GetPresignedForClusterFilesParams) WithLogsType(logsType *string) *V2GetPresignedForClusterFilesParams
- func (o *V2GetPresignedForClusterFilesParams) WithTimeout(timeout time.Duration) *V2GetPresignedForClusterFilesParams
- func (o *V2GetPresignedForClusterFilesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V2GetPresignedForClusterFilesReader
- type V2GetPresignedForClusterFilesUnauthorized
- func (o *V2GetPresignedForClusterFilesUnauthorized) Error() string
- func (o *V2GetPresignedForClusterFilesUnauthorized) GetPayload() *models.InfraError
- func (o *V2GetPresignedForClusterFilesUnauthorized) IsClientError() bool
- func (o *V2GetPresignedForClusterFilesUnauthorized) IsCode(code int) bool
- func (o *V2GetPresignedForClusterFilesUnauthorized) IsRedirect() bool
- func (o *V2GetPresignedForClusterFilesUnauthorized) IsServerError() bool
- func (o *V2GetPresignedForClusterFilesUnauthorized) IsSuccess() bool
- func (o *V2GetPresignedForClusterFilesUnauthorized) String() string
- type V2ImportClusterBadRequest
- func (o *V2ImportClusterBadRequest) Error() string
- func (o *V2ImportClusterBadRequest) GetPayload() *models.Error
- func (o *V2ImportClusterBadRequest) IsClientError() bool
- func (o *V2ImportClusterBadRequest) IsCode(code int) bool
- func (o *V2ImportClusterBadRequest) IsRedirect() bool
- func (o *V2ImportClusterBadRequest) IsServerError() bool
- func (o *V2ImportClusterBadRequest) IsSuccess() bool
- func (o *V2ImportClusterBadRequest) String() string
- type V2ImportClusterCreated
- func (o *V2ImportClusterCreated) Error() string
- func (o *V2ImportClusterCreated) GetPayload() *models.Cluster
- func (o *V2ImportClusterCreated) IsClientError() bool
- func (o *V2ImportClusterCreated) IsCode(code int) bool
- func (o *V2ImportClusterCreated) IsRedirect() bool
- func (o *V2ImportClusterCreated) IsServerError() bool
- func (o *V2ImportClusterCreated) IsSuccess() bool
- func (o *V2ImportClusterCreated) String() string
- type V2ImportClusterForbidden
- func (o *V2ImportClusterForbidden) Error() string
- func (o *V2ImportClusterForbidden) GetPayload() *models.InfraError
- func (o *V2ImportClusterForbidden) IsClientError() bool
- func (o *V2ImportClusterForbidden) IsCode(code int) bool
- func (o *V2ImportClusterForbidden) IsRedirect() bool
- func (o *V2ImportClusterForbidden) IsServerError() bool
- func (o *V2ImportClusterForbidden) IsSuccess() bool
- func (o *V2ImportClusterForbidden) String() string
- type V2ImportClusterInternalServerError
- func (o *V2ImportClusterInternalServerError) Error() string
- func (o *V2ImportClusterInternalServerError) GetPayload() *models.Error
- func (o *V2ImportClusterInternalServerError) IsClientError() bool
- func (o *V2ImportClusterInternalServerError) IsCode(code int) bool
- func (o *V2ImportClusterInternalServerError) IsRedirect() bool
- func (o *V2ImportClusterInternalServerError) IsServerError() bool
- func (o *V2ImportClusterInternalServerError) IsSuccess() bool
- func (o *V2ImportClusterInternalServerError) String() string
- type V2ImportClusterParams
- func NewV2ImportClusterParams() *V2ImportClusterParams
- func NewV2ImportClusterParamsWithContext(ctx context.Context) *V2ImportClusterParams
- func NewV2ImportClusterParamsWithHTTPClient(client *http.Client) *V2ImportClusterParams
- func NewV2ImportClusterParamsWithTimeout(timeout time.Duration) *V2ImportClusterParams
- func (o *V2ImportClusterParams) SetContext(ctx context.Context)
- func (o *V2ImportClusterParams) SetDefaults()
- func (o *V2ImportClusterParams) SetHTTPClient(client *http.Client)
- func (o *V2ImportClusterParams) SetNewImportClusterParams(newImportClusterParams *models.ImportClusterParams)
- func (o *V2ImportClusterParams) SetTimeout(timeout time.Duration)
- func (o *V2ImportClusterParams) WithContext(ctx context.Context) *V2ImportClusterParams
- func (o *V2ImportClusterParams) WithDefaults() *V2ImportClusterParams
- func (o *V2ImportClusterParams) WithHTTPClient(client *http.Client) *V2ImportClusterParams
- func (o *V2ImportClusterParams) WithNewImportClusterParams(newImportClusterParams *models.ImportClusterParams) *V2ImportClusterParams
- func (o *V2ImportClusterParams) WithTimeout(timeout time.Duration) *V2ImportClusterParams
- func (o *V2ImportClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V2ImportClusterReader
- type V2ImportClusterUnauthorized
- func (o *V2ImportClusterUnauthorized) Error() string
- func (o *V2ImportClusterUnauthorized) GetPayload() *models.InfraError
- func (o *V2ImportClusterUnauthorized) IsClientError() bool
- func (o *V2ImportClusterUnauthorized) IsCode(code int) bool
- func (o *V2ImportClusterUnauthorized) IsRedirect() bool
- func (o *V2ImportClusterUnauthorized) IsServerError() bool
- func (o *V2ImportClusterUnauthorized) IsSuccess() bool
- func (o *V2ImportClusterUnauthorized) String() string
- type V2InstallClusterAccepted
- func (o *V2InstallClusterAccepted) Error() string
- func (o *V2InstallClusterAccepted) GetPayload() *models.Cluster
- func (o *V2InstallClusterAccepted) IsClientError() bool
- func (o *V2InstallClusterAccepted) IsCode(code int) bool
- func (o *V2InstallClusterAccepted) IsRedirect() bool
- func (o *V2InstallClusterAccepted) IsServerError() bool
- func (o *V2InstallClusterAccepted) IsSuccess() bool
- func (o *V2InstallClusterAccepted) String() string
- type V2InstallClusterBadRequest
- func (o *V2InstallClusterBadRequest) Error() string
- func (o *V2InstallClusterBadRequest) GetPayload() *models.Error
- func (o *V2InstallClusterBadRequest) IsClientError() bool
- func (o *V2InstallClusterBadRequest) IsCode(code int) bool
- func (o *V2InstallClusterBadRequest) IsRedirect() bool
- func (o *V2InstallClusterBadRequest) IsServerError() bool
- func (o *V2InstallClusterBadRequest) IsSuccess() bool
- func (o *V2InstallClusterBadRequest) String() string
- type V2InstallClusterConflict
- func (o *V2InstallClusterConflict) Error() string
- func (o *V2InstallClusterConflict) GetPayload() *models.Error
- func (o *V2InstallClusterConflict) IsClientError() bool
- func (o *V2InstallClusterConflict) IsCode(code int) bool
- func (o *V2InstallClusterConflict) IsRedirect() bool
- func (o *V2InstallClusterConflict) IsServerError() bool
- func (o *V2InstallClusterConflict) IsSuccess() bool
- func (o *V2InstallClusterConflict) String() string
- type V2InstallClusterForbidden
- func (o *V2InstallClusterForbidden) Error() string
- func (o *V2InstallClusterForbidden) GetPayload() *models.InfraError
- func (o *V2InstallClusterForbidden) IsClientError() bool
- func (o *V2InstallClusterForbidden) IsCode(code int) bool
- func (o *V2InstallClusterForbidden) IsRedirect() bool
- func (o *V2InstallClusterForbidden) IsServerError() bool
- func (o *V2InstallClusterForbidden) IsSuccess() bool
- func (o *V2InstallClusterForbidden) String() string
- type V2InstallClusterInternalServerError
- func (o *V2InstallClusterInternalServerError) Error() string
- func (o *V2InstallClusterInternalServerError) GetPayload() *models.Error
- func (o *V2InstallClusterInternalServerError) IsClientError() bool
- func (o *V2InstallClusterInternalServerError) IsCode(code int) bool
- func (o *V2InstallClusterInternalServerError) IsRedirect() bool
- func (o *V2InstallClusterInternalServerError) IsServerError() bool
- func (o *V2InstallClusterInternalServerError) IsSuccess() bool
- func (o *V2InstallClusterInternalServerError) String() string
- type V2InstallClusterMethodNotAllowed
- func (o *V2InstallClusterMethodNotAllowed) Error() string
- func (o *V2InstallClusterMethodNotAllowed) GetPayload() *models.Error
- func (o *V2InstallClusterMethodNotAllowed) IsClientError() bool
- func (o *V2InstallClusterMethodNotAllowed) IsCode(code int) bool
- func (o *V2InstallClusterMethodNotAllowed) IsRedirect() bool
- func (o *V2InstallClusterMethodNotAllowed) IsServerError() bool
- func (o *V2InstallClusterMethodNotAllowed) IsSuccess() bool
- func (o *V2InstallClusterMethodNotAllowed) String() string
- type V2InstallClusterNotFound
- func (o *V2InstallClusterNotFound) Error() string
- func (o *V2InstallClusterNotFound) GetPayload() *models.Error
- func (o *V2InstallClusterNotFound) IsClientError() bool
- func (o *V2InstallClusterNotFound) IsCode(code int) bool
- func (o *V2InstallClusterNotFound) IsRedirect() bool
- func (o *V2InstallClusterNotFound) IsServerError() bool
- func (o *V2InstallClusterNotFound) IsSuccess() bool
- func (o *V2InstallClusterNotFound) String() string
- type V2InstallClusterParams
- func NewV2InstallClusterParams() *V2InstallClusterParams
- func NewV2InstallClusterParamsWithContext(ctx context.Context) *V2InstallClusterParams
- func NewV2InstallClusterParamsWithHTTPClient(client *http.Client) *V2InstallClusterParams
- func NewV2InstallClusterParamsWithTimeout(timeout time.Duration) *V2InstallClusterParams
- func (o *V2InstallClusterParams) SetClusterID(clusterID strfmt.UUID)
- func (o *V2InstallClusterParams) SetContext(ctx context.Context)
- func (o *V2InstallClusterParams) SetDefaults()
- func (o *V2InstallClusterParams) SetHTTPClient(client *http.Client)
- func (o *V2InstallClusterParams) SetTimeout(timeout time.Duration)
- func (o *V2InstallClusterParams) WithClusterID(clusterID strfmt.UUID) *V2InstallClusterParams
- func (o *V2InstallClusterParams) WithContext(ctx context.Context) *V2InstallClusterParams
- func (o *V2InstallClusterParams) WithDefaults() *V2InstallClusterParams
- func (o *V2InstallClusterParams) WithHTTPClient(client *http.Client) *V2InstallClusterParams
- func (o *V2InstallClusterParams) WithTimeout(timeout time.Duration) *V2InstallClusterParams
- func (o *V2InstallClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V2InstallClusterReader
- type V2InstallClusterUnauthorized
- func (o *V2InstallClusterUnauthorized) Error() string
- func (o *V2InstallClusterUnauthorized) GetPayload() *models.InfraError
- func (o *V2InstallClusterUnauthorized) IsClientError() bool
- func (o *V2InstallClusterUnauthorized) IsCode(code int) bool
- func (o *V2InstallClusterUnauthorized) IsRedirect() bool
- func (o *V2InstallClusterUnauthorized) IsServerError() bool
- func (o *V2InstallClusterUnauthorized) IsSuccess() bool
- func (o *V2InstallClusterUnauthorized) String() string
- type V2InstallHostAccepted
- func (o *V2InstallHostAccepted) Error() string
- func (o *V2InstallHostAccepted) GetPayload() *models.Host
- func (o *V2InstallHostAccepted) IsClientError() bool
- func (o *V2InstallHostAccepted) IsCode(code int) bool
- func (o *V2InstallHostAccepted) IsRedirect() bool
- func (o *V2InstallHostAccepted) IsServerError() bool
- func (o *V2InstallHostAccepted) IsSuccess() bool
- func (o *V2InstallHostAccepted) String() string
- type V2InstallHostConflict
- func (o *V2InstallHostConflict) Error() string
- func (o *V2InstallHostConflict) GetPayload() *models.Error
- func (o *V2InstallHostConflict) IsClientError() bool
- func (o *V2InstallHostConflict) IsCode(code int) bool
- func (o *V2InstallHostConflict) IsRedirect() bool
- func (o *V2InstallHostConflict) IsServerError() bool
- func (o *V2InstallHostConflict) IsSuccess() bool
- func (o *V2InstallHostConflict) String() string
- type V2InstallHostForbidden
- func (o *V2InstallHostForbidden) Error() string
- func (o *V2InstallHostForbidden) GetPayload() *models.InfraError
- func (o *V2InstallHostForbidden) IsClientError() bool
- func (o *V2InstallHostForbidden) IsCode(code int) bool
- func (o *V2InstallHostForbidden) IsRedirect() bool
- func (o *V2InstallHostForbidden) IsServerError() bool
- func (o *V2InstallHostForbidden) IsSuccess() bool
- func (o *V2InstallHostForbidden) String() string
- type V2InstallHostInternalServerError
- func (o *V2InstallHostInternalServerError) Error() string
- func (o *V2InstallHostInternalServerError) GetPayload() *models.Error
- func (o *V2InstallHostInternalServerError) IsClientError() bool
- func (o *V2InstallHostInternalServerError) IsCode(code int) bool
- func (o *V2InstallHostInternalServerError) IsRedirect() bool
- func (o *V2InstallHostInternalServerError) IsServerError() bool
- func (o *V2InstallHostInternalServerError) IsSuccess() bool
- func (o *V2InstallHostInternalServerError) String() string
- type V2InstallHostNotFound
- func (o *V2InstallHostNotFound) Error() string
- func (o *V2InstallHostNotFound) GetPayload() *models.Error
- func (o *V2InstallHostNotFound) IsClientError() bool
- func (o *V2InstallHostNotFound) IsCode(code int) bool
- func (o *V2InstallHostNotFound) IsRedirect() bool
- func (o *V2InstallHostNotFound) IsServerError() bool
- func (o *V2InstallHostNotFound) IsSuccess() bool
- func (o *V2InstallHostNotFound) String() string
- type V2InstallHostParams
- func (o *V2InstallHostParams) SetContext(ctx context.Context)
- func (o *V2InstallHostParams) SetDefaults()
- func (o *V2InstallHostParams) SetHTTPClient(client *http.Client)
- func (o *V2InstallHostParams) SetHostID(hostID strfmt.UUID)
- func (o *V2InstallHostParams) SetInfraEnvID(infraEnvID strfmt.UUID)
- func (o *V2InstallHostParams) SetTimeout(timeout time.Duration)
- func (o *V2InstallHostParams) WithContext(ctx context.Context) *V2InstallHostParams
- func (o *V2InstallHostParams) WithDefaults() *V2InstallHostParams
- func (o *V2InstallHostParams) WithHTTPClient(client *http.Client) *V2InstallHostParams
- func (o *V2InstallHostParams) WithHostID(hostID strfmt.UUID) *V2InstallHostParams
- func (o *V2InstallHostParams) WithInfraEnvID(infraEnvID strfmt.UUID) *V2InstallHostParams
- func (o *V2InstallHostParams) WithTimeout(timeout time.Duration) *V2InstallHostParams
- func (o *V2InstallHostParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V2InstallHostReader
- type V2InstallHostUnauthorized
- func (o *V2InstallHostUnauthorized) Error() string
- func (o *V2InstallHostUnauthorized) GetPayload() *models.InfraError
- func (o *V2InstallHostUnauthorized) IsClientError() bool
- func (o *V2InstallHostUnauthorized) IsCode(code int) bool
- func (o *V2InstallHostUnauthorized) IsRedirect() bool
- func (o *V2InstallHostUnauthorized) IsServerError() bool
- func (o *V2InstallHostUnauthorized) IsSuccess() bool
- func (o *V2InstallHostUnauthorized) String() string
- type V2ListClustersForbidden
- func (o *V2ListClustersForbidden) Error() string
- func (o *V2ListClustersForbidden) GetPayload() *models.InfraError
- func (o *V2ListClustersForbidden) IsClientError() bool
- func (o *V2ListClustersForbidden) IsCode(code int) bool
- func (o *V2ListClustersForbidden) IsRedirect() bool
- func (o *V2ListClustersForbidden) IsServerError() bool
- func (o *V2ListClustersForbidden) IsSuccess() bool
- func (o *V2ListClustersForbidden) String() string
- type V2ListClustersInternalServerError
- func (o *V2ListClustersInternalServerError) Error() string
- func (o *V2ListClustersInternalServerError) GetPayload() *models.Error
- func (o *V2ListClustersInternalServerError) IsClientError() bool
- func (o *V2ListClustersInternalServerError) IsCode(code int) bool
- func (o *V2ListClustersInternalServerError) IsRedirect() bool
- func (o *V2ListClustersInternalServerError) IsServerError() bool
- func (o *V2ListClustersInternalServerError) IsSuccess() bool
- func (o *V2ListClustersInternalServerError) String() string
- type V2ListClustersMethodNotAllowed
- func (o *V2ListClustersMethodNotAllowed) Error() string
- func (o *V2ListClustersMethodNotAllowed) GetPayload() *models.Error
- func (o *V2ListClustersMethodNotAllowed) IsClientError() bool
- func (o *V2ListClustersMethodNotAllowed) IsCode(code int) bool
- func (o *V2ListClustersMethodNotAllowed) IsRedirect() bool
- func (o *V2ListClustersMethodNotAllowed) IsServerError() bool
- func (o *V2ListClustersMethodNotAllowed) IsSuccess() bool
- func (o *V2ListClustersMethodNotAllowed) String() string
- type V2ListClustersOK
- func (o *V2ListClustersOK) Error() string
- func (o *V2ListClustersOK) GetPayload() models.ClusterList
- func (o *V2ListClustersOK) IsClientError() bool
- func (o *V2ListClustersOK) IsCode(code int) bool
- func (o *V2ListClustersOK) IsRedirect() bool
- func (o *V2ListClustersOK) IsServerError() bool
- func (o *V2ListClustersOK) IsSuccess() bool
- func (o *V2ListClustersOK) String() string
- type V2ListClustersParams
- func NewV2ListClustersParams() *V2ListClustersParams
- func NewV2ListClustersParamsWithContext(ctx context.Context) *V2ListClustersParams
- func NewV2ListClustersParamsWithHTTPClient(client *http.Client) *V2ListClustersParams
- func NewV2ListClustersParamsWithTimeout(timeout time.Duration) *V2ListClustersParams
- func (o *V2ListClustersParams) SetAmsSubscriptionIds(amsSubscriptionIds []string)
- func (o *V2ListClustersParams) SetContext(ctx context.Context)
- func (o *V2ListClustersParams) SetDefaults()
- func (o *V2ListClustersParams) SetGetUnregisteredClusters(getUnregisteredClusters *bool)
- func (o *V2ListClustersParams) SetHTTPClient(client *http.Client)
- func (o *V2ListClustersParams) SetOpenshiftClusterID(openshiftClusterID *strfmt.UUID)
- func (o *V2ListClustersParams) SetOwner(owner *string)
- func (o *V2ListClustersParams) SetTimeout(timeout time.Duration)
- func (o *V2ListClustersParams) SetWithHosts(withHosts bool)
- func (o *V2ListClustersParams) WithAmsSubscriptionIds(amsSubscriptionIds []string) *V2ListClustersParams
- func (o *V2ListClustersParams) WithContext(ctx context.Context) *V2ListClustersParams
- func (o *V2ListClustersParams) WithDefaults() *V2ListClustersParams
- func (o *V2ListClustersParams) WithGetUnregisteredClusters(getUnregisteredClusters *bool) *V2ListClustersParams
- func (o *V2ListClustersParams) WithHTTPClient(client *http.Client) *V2ListClustersParams
- func (o *V2ListClustersParams) WithOpenshiftClusterID(openshiftClusterID *strfmt.UUID) *V2ListClustersParams
- func (o *V2ListClustersParams) WithOwner(owner *string) *V2ListClustersParams
- func (o *V2ListClustersParams) WithTimeout(timeout time.Duration) *V2ListClustersParams
- func (o *V2ListClustersParams) WithWithHosts(withHosts bool) *V2ListClustersParams
- func (o *V2ListClustersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V2ListClustersReader
- type V2ListClustersServiceUnavailable
- func (o *V2ListClustersServiceUnavailable) Error() string
- func (o *V2ListClustersServiceUnavailable) GetPayload() *models.Error
- func (o *V2ListClustersServiceUnavailable) IsClientError() bool
- func (o *V2ListClustersServiceUnavailable) IsCode(code int) bool
- func (o *V2ListClustersServiceUnavailable) IsRedirect() bool
- func (o *V2ListClustersServiceUnavailable) IsServerError() bool
- func (o *V2ListClustersServiceUnavailable) IsSuccess() bool
- func (o *V2ListClustersServiceUnavailable) String() string
- type V2ListClustersUnauthorized
- func (o *V2ListClustersUnauthorized) Error() string
- func (o *V2ListClustersUnauthorized) GetPayload() *models.InfraError
- func (o *V2ListClustersUnauthorized) IsClientError() bool
- func (o *V2ListClustersUnauthorized) IsCode(code int) bool
- func (o *V2ListClustersUnauthorized) IsRedirect() bool
- func (o *V2ListClustersUnauthorized) IsServerError() bool
- func (o *V2ListClustersUnauthorized) IsSuccess() bool
- func (o *V2ListClustersUnauthorized) String() string
- type V2ListHostsForbidden
- func (o *V2ListHostsForbidden) Error() string
- func (o *V2ListHostsForbidden) GetPayload() *models.InfraError
- func (o *V2ListHostsForbidden) IsClientError() bool
- func (o *V2ListHostsForbidden) IsCode(code int) bool
- func (o *V2ListHostsForbidden) IsRedirect() bool
- func (o *V2ListHostsForbidden) IsServerError() bool
- func (o *V2ListHostsForbidden) IsSuccess() bool
- func (o *V2ListHostsForbidden) String() string
- type V2ListHostsInternalServerError
- func (o *V2ListHostsInternalServerError) Error() string
- func (o *V2ListHostsInternalServerError) GetPayload() *models.Error
- func (o *V2ListHostsInternalServerError) IsClientError() bool
- func (o *V2ListHostsInternalServerError) IsCode(code int) bool
- func (o *V2ListHostsInternalServerError) IsRedirect() bool
- func (o *V2ListHostsInternalServerError) IsServerError() bool
- func (o *V2ListHostsInternalServerError) IsSuccess() bool
- func (o *V2ListHostsInternalServerError) String() string
- type V2ListHostsMethodNotAllowed
- func (o *V2ListHostsMethodNotAllowed) Error() string
- func (o *V2ListHostsMethodNotAllowed) GetPayload() *models.Error
- func (o *V2ListHostsMethodNotAllowed) IsClientError() bool
- func (o *V2ListHostsMethodNotAllowed) IsCode(code int) bool
- func (o *V2ListHostsMethodNotAllowed) IsRedirect() bool
- func (o *V2ListHostsMethodNotAllowed) IsServerError() bool
- func (o *V2ListHostsMethodNotAllowed) IsSuccess() bool
- func (o *V2ListHostsMethodNotAllowed) String() string
- type V2ListHostsNotImplemented
- func (o *V2ListHostsNotImplemented) Error() string
- func (o *V2ListHostsNotImplemented) GetPayload() *models.Error
- func (o *V2ListHostsNotImplemented) IsClientError() bool
- func (o *V2ListHostsNotImplemented) IsCode(code int) bool
- func (o *V2ListHostsNotImplemented) IsRedirect() bool
- func (o *V2ListHostsNotImplemented) IsServerError() bool
- func (o *V2ListHostsNotImplemented) IsSuccess() bool
- func (o *V2ListHostsNotImplemented) String() string
- type V2ListHostsOK
- func (o *V2ListHostsOK) Error() string
- func (o *V2ListHostsOK) GetPayload() models.HostList
- func (o *V2ListHostsOK) IsClientError() bool
- func (o *V2ListHostsOK) IsCode(code int) bool
- func (o *V2ListHostsOK) IsRedirect() bool
- func (o *V2ListHostsOK) IsServerError() bool
- func (o *V2ListHostsOK) IsSuccess() bool
- func (o *V2ListHostsOK) String() string
- type V2ListHostsParams
- func (o *V2ListHostsParams) SetContext(ctx context.Context)
- func (o *V2ListHostsParams) SetDefaults()
- func (o *V2ListHostsParams) SetHTTPClient(client *http.Client)
- func (o *V2ListHostsParams) SetInfraEnvID(infraEnvID strfmt.UUID)
- func (o *V2ListHostsParams) SetTimeout(timeout time.Duration)
- func (o *V2ListHostsParams) WithContext(ctx context.Context) *V2ListHostsParams
- func (o *V2ListHostsParams) WithDefaults() *V2ListHostsParams
- func (o *V2ListHostsParams) WithHTTPClient(client *http.Client) *V2ListHostsParams
- func (o *V2ListHostsParams) WithInfraEnvID(infraEnvID strfmt.UUID) *V2ListHostsParams
- func (o *V2ListHostsParams) WithTimeout(timeout time.Duration) *V2ListHostsParams
- func (o *V2ListHostsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V2ListHostsReader
- type V2ListHostsServiceUnavailable
- func (o *V2ListHostsServiceUnavailable) Error() string
- func (o *V2ListHostsServiceUnavailable) GetPayload() *models.Error
- func (o *V2ListHostsServiceUnavailable) IsClientError() bool
- func (o *V2ListHostsServiceUnavailable) IsCode(code int) bool
- func (o *V2ListHostsServiceUnavailable) IsRedirect() bool
- func (o *V2ListHostsServiceUnavailable) IsServerError() bool
- func (o *V2ListHostsServiceUnavailable) IsSuccess() bool
- func (o *V2ListHostsServiceUnavailable) String() string
- type V2ListHostsUnauthorized
- func (o *V2ListHostsUnauthorized) Error() string
- func (o *V2ListHostsUnauthorized) GetPayload() *models.InfraError
- func (o *V2ListHostsUnauthorized) IsClientError() bool
- func (o *V2ListHostsUnauthorized) IsCode(code int) bool
- func (o *V2ListHostsUnauthorized) IsRedirect() bool
- func (o *V2ListHostsUnauthorized) IsServerError() bool
- func (o *V2ListHostsUnauthorized) IsSuccess() bool
- func (o *V2ListHostsUnauthorized) String() string
- type V2PostStepReplyBadRequest
- func (o *V2PostStepReplyBadRequest) Error() string
- func (o *V2PostStepReplyBadRequest) GetPayload() *models.Error
- func (o *V2PostStepReplyBadRequest) IsClientError() bool
- func (o *V2PostStepReplyBadRequest) IsCode(code int) bool
- func (o *V2PostStepReplyBadRequest) IsRedirect() bool
- func (o *V2PostStepReplyBadRequest) IsServerError() bool
- func (o *V2PostStepReplyBadRequest) IsSuccess() bool
- func (o *V2PostStepReplyBadRequest) String() string
- type V2PostStepReplyForbidden
- func (o *V2PostStepReplyForbidden) Error() string
- func (o *V2PostStepReplyForbidden) GetPayload() *models.InfraError
- func (o *V2PostStepReplyForbidden) IsClientError() bool
- func (o *V2PostStepReplyForbidden) IsCode(code int) bool
- func (o *V2PostStepReplyForbidden) IsRedirect() bool
- func (o *V2PostStepReplyForbidden) IsServerError() bool
- func (o *V2PostStepReplyForbidden) IsSuccess() bool
- func (o *V2PostStepReplyForbidden) String() string
- type V2PostStepReplyInternalServerError
- func (o *V2PostStepReplyInternalServerError) Error() string
- func (o *V2PostStepReplyInternalServerError) GetPayload() *models.Error
- func (o *V2PostStepReplyInternalServerError) IsClientError() bool
- func (o *V2PostStepReplyInternalServerError) IsCode(code int) bool
- func (o *V2PostStepReplyInternalServerError) IsRedirect() bool
- func (o *V2PostStepReplyInternalServerError) IsServerError() bool
- func (o *V2PostStepReplyInternalServerError) IsSuccess() bool
- func (o *V2PostStepReplyInternalServerError) String() string
- type V2PostStepReplyMethodNotAllowed
- func (o *V2PostStepReplyMethodNotAllowed) Error() string
- func (o *V2PostStepReplyMethodNotAllowed) GetPayload() *models.Error
- func (o *V2PostStepReplyMethodNotAllowed) IsClientError() bool
- func (o *V2PostStepReplyMethodNotAllowed) IsCode(code int) bool
- func (o *V2PostStepReplyMethodNotAllowed) IsRedirect() bool
- func (o *V2PostStepReplyMethodNotAllowed) IsServerError() bool
- func (o *V2PostStepReplyMethodNotAllowed) IsSuccess() bool
- func (o *V2PostStepReplyMethodNotAllowed) String() string
- type V2PostStepReplyNoContent
- func (o *V2PostStepReplyNoContent) Error() string
- func (o *V2PostStepReplyNoContent) IsClientError() bool
- func (o *V2PostStepReplyNoContent) IsCode(code int) bool
- func (o *V2PostStepReplyNoContent) IsRedirect() bool
- func (o *V2PostStepReplyNoContent) IsServerError() bool
- func (o *V2PostStepReplyNoContent) IsSuccess() bool
- func (o *V2PostStepReplyNoContent) String() string
- type V2PostStepReplyNotFound
- func (o *V2PostStepReplyNotFound) Error() string
- func (o *V2PostStepReplyNotFound) GetPayload() *models.Error
- func (o *V2PostStepReplyNotFound) IsClientError() bool
- func (o *V2PostStepReplyNotFound) IsCode(code int) bool
- func (o *V2PostStepReplyNotFound) IsRedirect() bool
- func (o *V2PostStepReplyNotFound) IsServerError() bool
- func (o *V2PostStepReplyNotFound) IsSuccess() bool
- func (o *V2PostStepReplyNotFound) String() string
- type V2PostStepReplyNotImplemented
- func (o *V2PostStepReplyNotImplemented) Error() string
- func (o *V2PostStepReplyNotImplemented) GetPayload() *models.Error
- func (o *V2PostStepReplyNotImplemented) IsClientError() bool
- func (o *V2PostStepReplyNotImplemented) IsCode(code int) bool
- func (o *V2PostStepReplyNotImplemented) IsRedirect() bool
- func (o *V2PostStepReplyNotImplemented) IsServerError() bool
- func (o *V2PostStepReplyNotImplemented) IsSuccess() bool
- func (o *V2PostStepReplyNotImplemented) String() string
- type V2PostStepReplyParams
- func NewV2PostStepReplyParams() *V2PostStepReplyParams
- func NewV2PostStepReplyParamsWithContext(ctx context.Context) *V2PostStepReplyParams
- func NewV2PostStepReplyParamsWithHTTPClient(client *http.Client) *V2PostStepReplyParams
- func NewV2PostStepReplyParamsWithTimeout(timeout time.Duration) *V2PostStepReplyParams
- func (o *V2PostStepReplyParams) SetContext(ctx context.Context)
- func (o *V2PostStepReplyParams) SetDefaults()
- func (o *V2PostStepReplyParams) SetDiscoveryAgentVersion(discoveryAgentVersion *string)
- func (o *V2PostStepReplyParams) SetHTTPClient(client *http.Client)
- func (o *V2PostStepReplyParams) SetHostID(hostID strfmt.UUID)
- func (o *V2PostStepReplyParams) SetInfraEnvID(infraEnvID strfmt.UUID)
- func (o *V2PostStepReplyParams) SetReply(reply *models.StepReply)
- func (o *V2PostStepReplyParams) SetTimeout(timeout time.Duration)
- func (o *V2PostStepReplyParams) WithContext(ctx context.Context) *V2PostStepReplyParams
- func (o *V2PostStepReplyParams) WithDefaults() *V2PostStepReplyParams
- func (o *V2PostStepReplyParams) WithDiscoveryAgentVersion(discoveryAgentVersion *string) *V2PostStepReplyParams
- func (o *V2PostStepReplyParams) WithHTTPClient(client *http.Client) *V2PostStepReplyParams
- func (o *V2PostStepReplyParams) WithHostID(hostID strfmt.UUID) *V2PostStepReplyParams
- func (o *V2PostStepReplyParams) WithInfraEnvID(infraEnvID strfmt.UUID) *V2PostStepReplyParams
- func (o *V2PostStepReplyParams) WithReply(reply *models.StepReply) *V2PostStepReplyParams
- func (o *V2PostStepReplyParams) WithTimeout(timeout time.Duration) *V2PostStepReplyParams
- func (o *V2PostStepReplyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V2PostStepReplyReader
- type V2PostStepReplyServiceUnavailable
- func (o *V2PostStepReplyServiceUnavailable) Error() string
- func (o *V2PostStepReplyServiceUnavailable) GetPayload() *models.Error
- func (o *V2PostStepReplyServiceUnavailable) IsClientError() bool
- func (o *V2PostStepReplyServiceUnavailable) IsCode(code int) bool
- func (o *V2PostStepReplyServiceUnavailable) IsRedirect() bool
- func (o *V2PostStepReplyServiceUnavailable) IsServerError() bool
- func (o *V2PostStepReplyServiceUnavailable) IsSuccess() bool
- func (o *V2PostStepReplyServiceUnavailable) String() string
- type V2PostStepReplyUnauthorized
- func (o *V2PostStepReplyUnauthorized) Error() string
- func (o *V2PostStepReplyUnauthorized) GetPayload() *models.InfraError
- func (o *V2PostStepReplyUnauthorized) IsClientError() bool
- func (o *V2PostStepReplyUnauthorized) IsCode(code int) bool
- func (o *V2PostStepReplyUnauthorized) IsRedirect() bool
- func (o *V2PostStepReplyUnauthorized) IsServerError() bool
- func (o *V2PostStepReplyUnauthorized) IsSuccess() bool
- func (o *V2PostStepReplyUnauthorized) String() string
- type V2RegisterClusterBadRequest
- func (o *V2RegisterClusterBadRequest) Error() string
- func (o *V2RegisterClusterBadRequest) GetPayload() *models.Error
- func (o *V2RegisterClusterBadRequest) IsClientError() bool
- func (o *V2RegisterClusterBadRequest) IsCode(code int) bool
- func (o *V2RegisterClusterBadRequest) IsRedirect() bool
- func (o *V2RegisterClusterBadRequest) IsServerError() bool
- func (o *V2RegisterClusterBadRequest) IsSuccess() bool
- func (o *V2RegisterClusterBadRequest) String() string
- type V2RegisterClusterCreated
- func (o *V2RegisterClusterCreated) Error() string
- func (o *V2RegisterClusterCreated) GetPayload() *models.Cluster
- func (o *V2RegisterClusterCreated) IsClientError() bool
- func (o *V2RegisterClusterCreated) IsCode(code int) bool
- func (o *V2RegisterClusterCreated) IsRedirect() bool
- func (o *V2RegisterClusterCreated) IsServerError() bool
- func (o *V2RegisterClusterCreated) IsSuccess() bool
- func (o *V2RegisterClusterCreated) String() string
- type V2RegisterClusterForbidden
- func (o *V2RegisterClusterForbidden) Error() string
- func (o *V2RegisterClusterForbidden) GetPayload() *models.InfraError
- func (o *V2RegisterClusterForbidden) IsClientError() bool
- func (o *V2RegisterClusterForbidden) IsCode(code int) bool
- func (o *V2RegisterClusterForbidden) IsRedirect() bool
- func (o *V2RegisterClusterForbidden) IsServerError() bool
- func (o *V2RegisterClusterForbidden) IsSuccess() bool
- func (o *V2RegisterClusterForbidden) String() string
- type V2RegisterClusterInternalServerError
- func (o *V2RegisterClusterInternalServerError) Error() string
- func (o *V2RegisterClusterInternalServerError) GetPayload() *models.Error
- func (o *V2RegisterClusterInternalServerError) IsClientError() bool
- func (o *V2RegisterClusterInternalServerError) IsCode(code int) bool
- func (o *V2RegisterClusterInternalServerError) IsRedirect() bool
- func (o *V2RegisterClusterInternalServerError) IsServerError() bool
- func (o *V2RegisterClusterInternalServerError) IsSuccess() bool
- func (o *V2RegisterClusterInternalServerError) String() string
- type V2RegisterClusterMethodNotAllowed
- func (o *V2RegisterClusterMethodNotAllowed) Error() string
- func (o *V2RegisterClusterMethodNotAllowed) GetPayload() *models.Error
- func (o *V2RegisterClusterMethodNotAllowed) IsClientError() bool
- func (o *V2RegisterClusterMethodNotAllowed) IsCode(code int) bool
- func (o *V2RegisterClusterMethodNotAllowed) IsRedirect() bool
- func (o *V2RegisterClusterMethodNotAllowed) IsServerError() bool
- func (o *V2RegisterClusterMethodNotAllowed) IsSuccess() bool
- func (o *V2RegisterClusterMethodNotAllowed) String() string
- type V2RegisterClusterParams
- func NewV2RegisterClusterParams() *V2RegisterClusterParams
- func NewV2RegisterClusterParamsWithContext(ctx context.Context) *V2RegisterClusterParams
- func NewV2RegisterClusterParamsWithHTTPClient(client *http.Client) *V2RegisterClusterParams
- func NewV2RegisterClusterParamsWithTimeout(timeout time.Duration) *V2RegisterClusterParams
- func (o *V2RegisterClusterParams) SetContext(ctx context.Context)
- func (o *V2RegisterClusterParams) SetDefaults()
- func (o *V2RegisterClusterParams) SetHTTPClient(client *http.Client)
- func (o *V2RegisterClusterParams) SetNewClusterParams(newClusterParams *models.ClusterCreateParams)
- func (o *V2RegisterClusterParams) SetTimeout(timeout time.Duration)
- func (o *V2RegisterClusterParams) WithContext(ctx context.Context) *V2RegisterClusterParams
- func (o *V2RegisterClusterParams) WithDefaults() *V2RegisterClusterParams
- func (o *V2RegisterClusterParams) WithHTTPClient(client *http.Client) *V2RegisterClusterParams
- func (o *V2RegisterClusterParams) WithNewClusterParams(newClusterParams *models.ClusterCreateParams) *V2RegisterClusterParams
- func (o *V2RegisterClusterParams) WithTimeout(timeout time.Duration) *V2RegisterClusterParams
- func (o *V2RegisterClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V2RegisterClusterReader
- type V2RegisterClusterUnauthorized
- func (o *V2RegisterClusterUnauthorized) Error() string
- func (o *V2RegisterClusterUnauthorized) GetPayload() *models.InfraError
- func (o *V2RegisterClusterUnauthorized) IsClientError() bool
- func (o *V2RegisterClusterUnauthorized) IsCode(code int) bool
- func (o *V2RegisterClusterUnauthorized) IsRedirect() bool
- func (o *V2RegisterClusterUnauthorized) IsServerError() bool
- func (o *V2RegisterClusterUnauthorized) IsSuccess() bool
- func (o *V2RegisterClusterUnauthorized) String() string
- type V2RegisterHostBadRequest
- func (o *V2RegisterHostBadRequest) Error() string
- func (o *V2RegisterHostBadRequest) GetPayload() *models.Error
- func (o *V2RegisterHostBadRequest) IsClientError() bool
- func (o *V2RegisterHostBadRequest) IsCode(code int) bool
- func (o *V2RegisterHostBadRequest) IsRedirect() bool
- func (o *V2RegisterHostBadRequest) IsServerError() bool
- func (o *V2RegisterHostBadRequest) IsSuccess() bool
- func (o *V2RegisterHostBadRequest) String() string
- type V2RegisterHostConflict
- func (o *V2RegisterHostConflict) Error() string
- func (o *V2RegisterHostConflict) GetPayload() *models.Error
- func (o *V2RegisterHostConflict) IsClientError() bool
- func (o *V2RegisterHostConflict) IsCode(code int) bool
- func (o *V2RegisterHostConflict) IsRedirect() bool
- func (o *V2RegisterHostConflict) IsServerError() bool
- func (o *V2RegisterHostConflict) IsSuccess() bool
- func (o *V2RegisterHostConflict) String() string
- type V2RegisterHostCreated
- func (o *V2RegisterHostCreated) Error() string
- func (o *V2RegisterHostCreated) GetPayload() *models.HostRegistrationResponse
- func (o *V2RegisterHostCreated) IsClientError() bool
- func (o *V2RegisterHostCreated) IsCode(code int) bool
- func (o *V2RegisterHostCreated) IsRedirect() bool
- func (o *V2RegisterHostCreated) IsServerError() bool
- func (o *V2RegisterHostCreated) IsSuccess() bool
- func (o *V2RegisterHostCreated) String() string
- type V2RegisterHostForbidden
- func (o *V2RegisterHostForbidden) Error() string
- func (o *V2RegisterHostForbidden) GetPayload() *models.InfraError
- func (o *V2RegisterHostForbidden) IsClientError() bool
- func (o *V2RegisterHostForbidden) IsCode(code int) bool
- func (o *V2RegisterHostForbidden) IsRedirect() bool
- func (o *V2RegisterHostForbidden) IsServerError() bool
- func (o *V2RegisterHostForbidden) IsSuccess() bool
- func (o *V2RegisterHostForbidden) String() string
- type V2RegisterHostInternalServerError
- func (o *V2RegisterHostInternalServerError) Error() string
- func (o *V2RegisterHostInternalServerError) GetPayload() *models.Error
- func (o *V2RegisterHostInternalServerError) IsClientError() bool
- func (o *V2RegisterHostInternalServerError) IsCode(code int) bool
- func (o *V2RegisterHostInternalServerError) IsRedirect() bool
- func (o *V2RegisterHostInternalServerError) IsServerError() bool
- func (o *V2RegisterHostInternalServerError) IsSuccess() bool
- func (o *V2RegisterHostInternalServerError) String() string
- type V2RegisterHostMethodNotAllowed
- func (o *V2RegisterHostMethodNotAllowed) Error() string
- func (o *V2RegisterHostMethodNotAllowed) GetPayload() *models.Error
- func (o *V2RegisterHostMethodNotAllowed) IsClientError() bool
- func (o *V2RegisterHostMethodNotAllowed) IsCode(code int) bool
- func (o *V2RegisterHostMethodNotAllowed) IsRedirect() bool
- func (o *V2RegisterHostMethodNotAllowed) IsServerError() bool
- func (o *V2RegisterHostMethodNotAllowed) IsSuccess() bool
- func (o *V2RegisterHostMethodNotAllowed) String() string
- type V2RegisterHostNotFound
- func (o *V2RegisterHostNotFound) Error() string
- func (o *V2RegisterHostNotFound) GetPayload() *models.Error
- func (o *V2RegisterHostNotFound) IsClientError() bool
- func (o *V2RegisterHostNotFound) IsCode(code int) bool
- func (o *V2RegisterHostNotFound) IsRedirect() bool
- func (o *V2RegisterHostNotFound) IsServerError() bool
- func (o *V2RegisterHostNotFound) IsSuccess() bool
- func (o *V2RegisterHostNotFound) String() string
- type V2RegisterHostNotImplemented
- func (o *V2RegisterHostNotImplemented) Error() string
- func (o *V2RegisterHostNotImplemented) GetPayload() *models.Error
- func (o *V2RegisterHostNotImplemented) IsClientError() bool
- func (o *V2RegisterHostNotImplemented) IsCode(code int) bool
- func (o *V2RegisterHostNotImplemented) IsRedirect() bool
- func (o *V2RegisterHostNotImplemented) IsServerError() bool
- func (o *V2RegisterHostNotImplemented) IsSuccess() bool
- func (o *V2RegisterHostNotImplemented) String() string
- type V2RegisterHostParams
- func NewV2RegisterHostParams() *V2RegisterHostParams
- func NewV2RegisterHostParamsWithContext(ctx context.Context) *V2RegisterHostParams
- func NewV2RegisterHostParamsWithHTTPClient(client *http.Client) *V2RegisterHostParams
- func NewV2RegisterHostParamsWithTimeout(timeout time.Duration) *V2RegisterHostParams
- func (o *V2RegisterHostParams) SetContext(ctx context.Context)
- func (o *V2RegisterHostParams) SetDefaults()
- func (o *V2RegisterHostParams) SetDiscoveryAgentVersion(discoveryAgentVersion *string)
- func (o *V2RegisterHostParams) SetHTTPClient(client *http.Client)
- func (o *V2RegisterHostParams) SetInfraEnvID(infraEnvID strfmt.UUID)
- func (o *V2RegisterHostParams) SetNewHostParams(newHostParams *models.HostCreateParams)
- func (o *V2RegisterHostParams) SetTimeout(timeout time.Duration)
- func (o *V2RegisterHostParams) WithContext(ctx context.Context) *V2RegisterHostParams
- func (o *V2RegisterHostParams) WithDefaults() *V2RegisterHostParams
- func (o *V2RegisterHostParams) WithDiscoveryAgentVersion(discoveryAgentVersion *string) *V2RegisterHostParams
- func (o *V2RegisterHostParams) WithHTTPClient(client *http.Client) *V2RegisterHostParams
- func (o *V2RegisterHostParams) WithInfraEnvID(infraEnvID strfmt.UUID) *V2RegisterHostParams
- func (o *V2RegisterHostParams) WithNewHostParams(newHostParams *models.HostCreateParams) *V2RegisterHostParams
- func (o *V2RegisterHostParams) WithTimeout(timeout time.Duration) *V2RegisterHostParams
- func (o *V2RegisterHostParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V2RegisterHostReader
- type V2RegisterHostServiceUnavailable
- func (o *V2RegisterHostServiceUnavailable) Error() string
- func (o *V2RegisterHostServiceUnavailable) GetPayload() *models.Error
- func (o *V2RegisterHostServiceUnavailable) IsClientError() bool
- func (o *V2RegisterHostServiceUnavailable) IsCode(code int) bool
- func (o *V2RegisterHostServiceUnavailable) IsRedirect() bool
- func (o *V2RegisterHostServiceUnavailable) IsServerError() bool
- func (o *V2RegisterHostServiceUnavailable) IsSuccess() bool
- func (o *V2RegisterHostServiceUnavailable) String() string
- type V2RegisterHostUnauthorized
- func (o *V2RegisterHostUnauthorized) Error() string
- func (o *V2RegisterHostUnauthorized) GetPayload() *models.InfraError
- func (o *V2RegisterHostUnauthorized) IsClientError() bool
- func (o *V2RegisterHostUnauthorized) IsCode(code int) bool
- func (o *V2RegisterHostUnauthorized) IsRedirect() bool
- func (o *V2RegisterHostUnauthorized) IsServerError() bool
- func (o *V2RegisterHostUnauthorized) IsSuccess() bool
- func (o *V2RegisterHostUnauthorized) String() string
- type V2ResetClusterAccepted
- func (o *V2ResetClusterAccepted) Error() string
- func (o *V2ResetClusterAccepted) GetPayload() *models.Cluster
- func (o *V2ResetClusterAccepted) IsClientError() bool
- func (o *V2ResetClusterAccepted) IsCode(code int) bool
- func (o *V2ResetClusterAccepted) IsRedirect() bool
- func (o *V2ResetClusterAccepted) IsServerError() bool
- func (o *V2ResetClusterAccepted) IsSuccess() bool
- func (o *V2ResetClusterAccepted) String() string
- type V2ResetClusterConflict
- func (o *V2ResetClusterConflict) Error() string
- func (o *V2ResetClusterConflict) GetPayload() *models.Error
- func (o *V2ResetClusterConflict) IsClientError() bool
- func (o *V2ResetClusterConflict) IsCode(code int) bool
- func (o *V2ResetClusterConflict) IsRedirect() bool
- func (o *V2ResetClusterConflict) IsServerError() bool
- func (o *V2ResetClusterConflict) IsSuccess() bool
- func (o *V2ResetClusterConflict) String() string
- type V2ResetClusterForbidden
- func (o *V2ResetClusterForbidden) Error() string
- func (o *V2ResetClusterForbidden) GetPayload() *models.InfraError
- func (o *V2ResetClusterForbidden) IsClientError() bool
- func (o *V2ResetClusterForbidden) IsCode(code int) bool
- func (o *V2ResetClusterForbidden) IsRedirect() bool
- func (o *V2ResetClusterForbidden) IsServerError() bool
- func (o *V2ResetClusterForbidden) IsSuccess() bool
- func (o *V2ResetClusterForbidden) String() string
- type V2ResetClusterInternalServerError
- func (o *V2ResetClusterInternalServerError) Error() string
- func (o *V2ResetClusterInternalServerError) GetPayload() *models.Error
- func (o *V2ResetClusterInternalServerError) IsClientError() bool
- func (o *V2ResetClusterInternalServerError) IsCode(code int) bool
- func (o *V2ResetClusterInternalServerError) IsRedirect() bool
- func (o *V2ResetClusterInternalServerError) IsServerError() bool
- func (o *V2ResetClusterInternalServerError) IsSuccess() bool
- func (o *V2ResetClusterInternalServerError) String() string
- type V2ResetClusterMethodNotAllowed
- func (o *V2ResetClusterMethodNotAllowed) Error() string
- func (o *V2ResetClusterMethodNotAllowed) GetPayload() *models.Error
- func (o *V2ResetClusterMethodNotAllowed) IsClientError() bool
- func (o *V2ResetClusterMethodNotAllowed) IsCode(code int) bool
- func (o *V2ResetClusterMethodNotAllowed) IsRedirect() bool
- func (o *V2ResetClusterMethodNotAllowed) IsServerError() bool
- func (o *V2ResetClusterMethodNotAllowed) IsSuccess() bool
- func (o *V2ResetClusterMethodNotAllowed) String() string
- type V2ResetClusterNotFound
- func (o *V2ResetClusterNotFound) Error() string
- func (o *V2ResetClusterNotFound) GetPayload() *models.Error
- func (o *V2ResetClusterNotFound) IsClientError() bool
- func (o *V2ResetClusterNotFound) IsCode(code int) bool
- func (o *V2ResetClusterNotFound) IsRedirect() bool
- func (o *V2ResetClusterNotFound) IsServerError() bool
- func (o *V2ResetClusterNotFound) IsSuccess() bool
- func (o *V2ResetClusterNotFound) String() string
- type V2ResetClusterParams
- func NewV2ResetClusterParams() *V2ResetClusterParams
- func NewV2ResetClusterParamsWithContext(ctx context.Context) *V2ResetClusterParams
- func NewV2ResetClusterParamsWithHTTPClient(client *http.Client) *V2ResetClusterParams
- func NewV2ResetClusterParamsWithTimeout(timeout time.Duration) *V2ResetClusterParams
- func (o *V2ResetClusterParams) SetClusterID(clusterID strfmt.UUID)
- func (o *V2ResetClusterParams) SetContext(ctx context.Context)
- func (o *V2ResetClusterParams) SetDefaults()
- func (o *V2ResetClusterParams) SetHTTPClient(client *http.Client)
- func (o *V2ResetClusterParams) SetTimeout(timeout time.Duration)
- func (o *V2ResetClusterParams) WithClusterID(clusterID strfmt.UUID) *V2ResetClusterParams
- func (o *V2ResetClusterParams) WithContext(ctx context.Context) *V2ResetClusterParams
- func (o *V2ResetClusterParams) WithDefaults() *V2ResetClusterParams
- func (o *V2ResetClusterParams) WithHTTPClient(client *http.Client) *V2ResetClusterParams
- func (o *V2ResetClusterParams) WithTimeout(timeout time.Duration) *V2ResetClusterParams
- func (o *V2ResetClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V2ResetClusterReader
- type V2ResetClusterUnauthorized
- func (o *V2ResetClusterUnauthorized) Error() string
- func (o *V2ResetClusterUnauthorized) GetPayload() *models.InfraError
- func (o *V2ResetClusterUnauthorized) IsClientError() bool
- func (o *V2ResetClusterUnauthorized) IsCode(code int) bool
- func (o *V2ResetClusterUnauthorized) IsRedirect() bool
- func (o *V2ResetClusterUnauthorized) IsServerError() bool
- func (o *V2ResetClusterUnauthorized) IsSuccess() bool
- func (o *V2ResetClusterUnauthorized) String() string
- type V2ResetHostConflict
- func (o *V2ResetHostConflict) Error() string
- func (o *V2ResetHostConflict) GetPayload() *models.Error
- func (o *V2ResetHostConflict) IsClientError() bool
- func (o *V2ResetHostConflict) IsCode(code int) bool
- func (o *V2ResetHostConflict) IsRedirect() bool
- func (o *V2ResetHostConflict) IsServerError() bool
- func (o *V2ResetHostConflict) IsSuccess() bool
- func (o *V2ResetHostConflict) String() string
- type V2ResetHostForbidden
- func (o *V2ResetHostForbidden) Error() string
- func (o *V2ResetHostForbidden) GetPayload() *models.InfraError
- func (o *V2ResetHostForbidden) IsClientError() bool
- func (o *V2ResetHostForbidden) IsCode(code int) bool
- func (o *V2ResetHostForbidden) IsRedirect() bool
- func (o *V2ResetHostForbidden) IsServerError() bool
- func (o *V2ResetHostForbidden) IsSuccess() bool
- func (o *V2ResetHostForbidden) String() string
- type V2ResetHostInternalServerError
- func (o *V2ResetHostInternalServerError) Error() string
- func (o *V2ResetHostInternalServerError) GetPayload() *models.Error
- func (o *V2ResetHostInternalServerError) IsClientError() bool
- func (o *V2ResetHostInternalServerError) IsCode(code int) bool
- func (o *V2ResetHostInternalServerError) IsRedirect() bool
- func (o *V2ResetHostInternalServerError) IsServerError() bool
- func (o *V2ResetHostInternalServerError) IsSuccess() bool
- func (o *V2ResetHostInternalServerError) String() string
- type V2ResetHostNotFound
- func (o *V2ResetHostNotFound) Error() string
- func (o *V2ResetHostNotFound) GetPayload() *models.Error
- func (o *V2ResetHostNotFound) IsClientError() bool
- func (o *V2ResetHostNotFound) IsCode(code int) bool
- func (o *V2ResetHostNotFound) IsRedirect() bool
- func (o *V2ResetHostNotFound) IsServerError() bool
- func (o *V2ResetHostNotFound) IsSuccess() bool
- func (o *V2ResetHostNotFound) String() string
- type V2ResetHostOK
- func (o *V2ResetHostOK) Error() string
- func (o *V2ResetHostOK) GetPayload() *models.Host
- func (o *V2ResetHostOK) IsClientError() bool
- func (o *V2ResetHostOK) IsCode(code int) bool
- func (o *V2ResetHostOK) IsRedirect() bool
- func (o *V2ResetHostOK) IsServerError() bool
- func (o *V2ResetHostOK) IsSuccess() bool
- func (o *V2ResetHostOK) String() string
- type V2ResetHostParams
- func (o *V2ResetHostParams) SetContext(ctx context.Context)
- func (o *V2ResetHostParams) SetDefaults()
- func (o *V2ResetHostParams) SetHTTPClient(client *http.Client)
- func (o *V2ResetHostParams) SetHostID(hostID strfmt.UUID)
- func (o *V2ResetHostParams) SetInfraEnvID(infraEnvID strfmt.UUID)
- func (o *V2ResetHostParams) SetTimeout(timeout time.Duration)
- func (o *V2ResetHostParams) WithContext(ctx context.Context) *V2ResetHostParams
- func (o *V2ResetHostParams) WithDefaults() *V2ResetHostParams
- func (o *V2ResetHostParams) WithHTTPClient(client *http.Client) *V2ResetHostParams
- func (o *V2ResetHostParams) WithHostID(hostID strfmt.UUID) *V2ResetHostParams
- func (o *V2ResetHostParams) WithInfraEnvID(infraEnvID strfmt.UUID) *V2ResetHostParams
- func (o *V2ResetHostParams) WithTimeout(timeout time.Duration) *V2ResetHostParams
- func (o *V2ResetHostParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V2ResetHostReader
- type V2ResetHostUnauthorized
- func (o *V2ResetHostUnauthorized) Error() string
- func (o *V2ResetHostUnauthorized) GetPayload() *models.InfraError
- func (o *V2ResetHostUnauthorized) IsClientError() bool
- func (o *V2ResetHostUnauthorized) IsCode(code int) bool
- func (o *V2ResetHostUnauthorized) IsRedirect() bool
- func (o *V2ResetHostUnauthorized) IsServerError() bool
- func (o *V2ResetHostUnauthorized) IsSuccess() bool
- func (o *V2ResetHostUnauthorized) String() string
- type V2ResetHostValidationBadRequest
- func (o *V2ResetHostValidationBadRequest) Error() string
- func (o *V2ResetHostValidationBadRequest) GetPayload() *models.Error
- func (o *V2ResetHostValidationBadRequest) IsClientError() bool
- func (o *V2ResetHostValidationBadRequest) IsCode(code int) bool
- func (o *V2ResetHostValidationBadRequest) IsRedirect() bool
- func (o *V2ResetHostValidationBadRequest) IsServerError() bool
- func (o *V2ResetHostValidationBadRequest) IsSuccess() bool
- func (o *V2ResetHostValidationBadRequest) String() string
- type V2ResetHostValidationConflict
- func (o *V2ResetHostValidationConflict) Error() string
- func (o *V2ResetHostValidationConflict) GetPayload() *models.Error
- func (o *V2ResetHostValidationConflict) IsClientError() bool
- func (o *V2ResetHostValidationConflict) IsCode(code int) bool
- func (o *V2ResetHostValidationConflict) IsRedirect() bool
- func (o *V2ResetHostValidationConflict) IsServerError() bool
- func (o *V2ResetHostValidationConflict) IsSuccess() bool
- func (o *V2ResetHostValidationConflict) String() string
- type V2ResetHostValidationForbidden
- func (o *V2ResetHostValidationForbidden) Error() string
- func (o *V2ResetHostValidationForbidden) GetPayload() *models.InfraError
- func (o *V2ResetHostValidationForbidden) IsClientError() bool
- func (o *V2ResetHostValidationForbidden) IsCode(code int) bool
- func (o *V2ResetHostValidationForbidden) IsRedirect() bool
- func (o *V2ResetHostValidationForbidden) IsServerError() bool
- func (o *V2ResetHostValidationForbidden) IsSuccess() bool
- func (o *V2ResetHostValidationForbidden) String() string
- type V2ResetHostValidationInternalServerError
- func (o *V2ResetHostValidationInternalServerError) Error() string
- func (o *V2ResetHostValidationInternalServerError) GetPayload() *models.Error
- func (o *V2ResetHostValidationInternalServerError) IsClientError() bool
- func (o *V2ResetHostValidationInternalServerError) IsCode(code int) bool
- func (o *V2ResetHostValidationInternalServerError) IsRedirect() bool
- func (o *V2ResetHostValidationInternalServerError) IsServerError() bool
- func (o *V2ResetHostValidationInternalServerError) IsSuccess() bool
- func (o *V2ResetHostValidationInternalServerError) String() string
- type V2ResetHostValidationNotFound
- func (o *V2ResetHostValidationNotFound) Error() string
- func (o *V2ResetHostValidationNotFound) GetPayload() *models.Error
- func (o *V2ResetHostValidationNotFound) IsClientError() bool
- func (o *V2ResetHostValidationNotFound) IsCode(code int) bool
- func (o *V2ResetHostValidationNotFound) IsRedirect() bool
- func (o *V2ResetHostValidationNotFound) IsServerError() bool
- func (o *V2ResetHostValidationNotFound) IsSuccess() bool
- func (o *V2ResetHostValidationNotFound) String() string
- type V2ResetHostValidationOK
- func (o *V2ResetHostValidationOK) Error() string
- func (o *V2ResetHostValidationOK) GetPayload() *models.Host
- func (o *V2ResetHostValidationOK) IsClientError() bool
- func (o *V2ResetHostValidationOK) IsCode(code int) bool
- func (o *V2ResetHostValidationOK) IsRedirect() bool
- func (o *V2ResetHostValidationOK) IsServerError() bool
- func (o *V2ResetHostValidationOK) IsSuccess() bool
- func (o *V2ResetHostValidationOK) String() string
- type V2ResetHostValidationParams
- func NewV2ResetHostValidationParams() *V2ResetHostValidationParams
- func NewV2ResetHostValidationParamsWithContext(ctx context.Context) *V2ResetHostValidationParams
- func NewV2ResetHostValidationParamsWithHTTPClient(client *http.Client) *V2ResetHostValidationParams
- func NewV2ResetHostValidationParamsWithTimeout(timeout time.Duration) *V2ResetHostValidationParams
- func (o *V2ResetHostValidationParams) SetContext(ctx context.Context)
- func (o *V2ResetHostValidationParams) SetDefaults()
- func (o *V2ResetHostValidationParams) SetHTTPClient(client *http.Client)
- func (o *V2ResetHostValidationParams) SetHostID(hostID strfmt.UUID)
- func (o *V2ResetHostValidationParams) SetInfraEnvID(infraEnvID strfmt.UUID)
- func (o *V2ResetHostValidationParams) SetTimeout(timeout time.Duration)
- func (o *V2ResetHostValidationParams) SetValidationID(validationID string)
- func (o *V2ResetHostValidationParams) WithContext(ctx context.Context) *V2ResetHostValidationParams
- func (o *V2ResetHostValidationParams) WithDefaults() *V2ResetHostValidationParams
- func (o *V2ResetHostValidationParams) WithHTTPClient(client *http.Client) *V2ResetHostValidationParams
- func (o *V2ResetHostValidationParams) WithHostID(hostID strfmt.UUID) *V2ResetHostValidationParams
- func (o *V2ResetHostValidationParams) WithInfraEnvID(infraEnvID strfmt.UUID) *V2ResetHostValidationParams
- func (o *V2ResetHostValidationParams) WithTimeout(timeout time.Duration) *V2ResetHostValidationParams
- func (o *V2ResetHostValidationParams) WithValidationID(validationID string) *V2ResetHostValidationParams
- func (o *V2ResetHostValidationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V2ResetHostValidationReader
- type V2ResetHostValidationUnauthorized
- func (o *V2ResetHostValidationUnauthorized) Error() string
- func (o *V2ResetHostValidationUnauthorized) GetPayload() *models.InfraError
- func (o *V2ResetHostValidationUnauthorized) IsClientError() bool
- func (o *V2ResetHostValidationUnauthorized) IsCode(code int) bool
- func (o *V2ResetHostValidationUnauthorized) IsRedirect() bool
- func (o *V2ResetHostValidationUnauthorized) IsServerError() bool
- func (o *V2ResetHostValidationUnauthorized) IsSuccess() bool
- func (o *V2ResetHostValidationUnauthorized) String() string
- type V2SetIgnoredValidationsBadRequest
- func (o *V2SetIgnoredValidationsBadRequest) Error() string
- func (o *V2SetIgnoredValidationsBadRequest) GetPayload() *models.Error
- func (o *V2SetIgnoredValidationsBadRequest) IsClientError() bool
- func (o *V2SetIgnoredValidationsBadRequest) IsCode(code int) bool
- func (o *V2SetIgnoredValidationsBadRequest) IsRedirect() bool
- func (o *V2SetIgnoredValidationsBadRequest) IsServerError() bool
- func (o *V2SetIgnoredValidationsBadRequest) IsSuccess() bool
- func (o *V2SetIgnoredValidationsBadRequest) String() string
- type V2SetIgnoredValidationsCreated
- func (o *V2SetIgnoredValidationsCreated) Error() string
- func (o *V2SetIgnoredValidationsCreated) GetPayload() *models.IgnoredValidations
- func (o *V2SetIgnoredValidationsCreated) IsClientError() bool
- func (o *V2SetIgnoredValidationsCreated) IsCode(code int) bool
- func (o *V2SetIgnoredValidationsCreated) IsRedirect() bool
- func (o *V2SetIgnoredValidationsCreated) IsServerError() bool
- func (o *V2SetIgnoredValidationsCreated) IsSuccess() bool
- func (o *V2SetIgnoredValidationsCreated) String() string
- type V2SetIgnoredValidationsForbidden
- func (o *V2SetIgnoredValidationsForbidden) Error() string
- func (o *V2SetIgnoredValidationsForbidden) GetPayload() *models.InfraError
- func (o *V2SetIgnoredValidationsForbidden) IsClientError() bool
- func (o *V2SetIgnoredValidationsForbidden) IsCode(code int) bool
- func (o *V2SetIgnoredValidationsForbidden) IsRedirect() bool
- func (o *V2SetIgnoredValidationsForbidden) IsServerError() bool
- func (o *V2SetIgnoredValidationsForbidden) IsSuccess() bool
- func (o *V2SetIgnoredValidationsForbidden) String() string
- type V2SetIgnoredValidationsInternalServerError
- func (o *V2SetIgnoredValidationsInternalServerError) Error() string
- func (o *V2SetIgnoredValidationsInternalServerError) GetPayload() *models.Error
- func (o *V2SetIgnoredValidationsInternalServerError) IsClientError() bool
- func (o *V2SetIgnoredValidationsInternalServerError) IsCode(code int) bool
- func (o *V2SetIgnoredValidationsInternalServerError) IsRedirect() bool
- func (o *V2SetIgnoredValidationsInternalServerError) IsServerError() bool
- func (o *V2SetIgnoredValidationsInternalServerError) IsSuccess() bool
- func (o *V2SetIgnoredValidationsInternalServerError) String() string
- type V2SetIgnoredValidationsNotFound
- func (o *V2SetIgnoredValidationsNotFound) Error() string
- func (o *V2SetIgnoredValidationsNotFound) GetPayload() *models.Error
- func (o *V2SetIgnoredValidationsNotFound) IsClientError() bool
- func (o *V2SetIgnoredValidationsNotFound) IsCode(code int) bool
- func (o *V2SetIgnoredValidationsNotFound) IsRedirect() bool
- func (o *V2SetIgnoredValidationsNotFound) IsServerError() bool
- func (o *V2SetIgnoredValidationsNotFound) IsSuccess() bool
- func (o *V2SetIgnoredValidationsNotFound) String() string
- type V2SetIgnoredValidationsParams
- func NewV2SetIgnoredValidationsParams() *V2SetIgnoredValidationsParams
- func NewV2SetIgnoredValidationsParamsWithContext(ctx context.Context) *V2SetIgnoredValidationsParams
- func NewV2SetIgnoredValidationsParamsWithHTTPClient(client *http.Client) *V2SetIgnoredValidationsParams
- func NewV2SetIgnoredValidationsParamsWithTimeout(timeout time.Duration) *V2SetIgnoredValidationsParams
- func (o *V2SetIgnoredValidationsParams) SetClusterID(clusterID strfmt.UUID)
- func (o *V2SetIgnoredValidationsParams) SetContext(ctx context.Context)
- func (o *V2SetIgnoredValidationsParams) SetDefaults()
- func (o *V2SetIgnoredValidationsParams) SetHTTPClient(client *http.Client)
- func (o *V2SetIgnoredValidationsParams) SetIgnoredValidations(ignoredValidations *models.IgnoredValidations)
- func (o *V2SetIgnoredValidationsParams) SetTimeout(timeout time.Duration)
- func (o *V2SetIgnoredValidationsParams) WithClusterID(clusterID strfmt.UUID) *V2SetIgnoredValidationsParams
- func (o *V2SetIgnoredValidationsParams) WithContext(ctx context.Context) *V2SetIgnoredValidationsParams
- func (o *V2SetIgnoredValidationsParams) WithDefaults() *V2SetIgnoredValidationsParams
- func (o *V2SetIgnoredValidationsParams) WithHTTPClient(client *http.Client) *V2SetIgnoredValidationsParams
- func (o *V2SetIgnoredValidationsParams) WithIgnoredValidations(ignoredValidations *models.IgnoredValidations) *V2SetIgnoredValidationsParams
- func (o *V2SetIgnoredValidationsParams) WithTimeout(timeout time.Duration) *V2SetIgnoredValidationsParams
- func (o *V2SetIgnoredValidationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V2SetIgnoredValidationsReader
- type V2SetIgnoredValidationsUnauthorized
- func (o *V2SetIgnoredValidationsUnauthorized) Error() string
- func (o *V2SetIgnoredValidationsUnauthorized) GetPayload() *models.InfraError
- func (o *V2SetIgnoredValidationsUnauthorized) IsClientError() bool
- func (o *V2SetIgnoredValidationsUnauthorized) IsCode(code int) bool
- func (o *V2SetIgnoredValidationsUnauthorized) IsRedirect() bool
- func (o *V2SetIgnoredValidationsUnauthorized) IsServerError() bool
- func (o *V2SetIgnoredValidationsUnauthorized) IsSuccess() bool
- func (o *V2SetIgnoredValidationsUnauthorized) String() string
- type V2UpdateClusterBadRequest
- func (o *V2UpdateClusterBadRequest) Error() string
- func (o *V2UpdateClusterBadRequest) GetPayload() *models.Error
- func (o *V2UpdateClusterBadRequest) IsClientError() bool
- func (o *V2UpdateClusterBadRequest) IsCode(code int) bool
- func (o *V2UpdateClusterBadRequest) IsRedirect() bool
- func (o *V2UpdateClusterBadRequest) IsServerError() bool
- func (o *V2UpdateClusterBadRequest) IsSuccess() bool
- func (o *V2UpdateClusterBadRequest) String() string
- type V2UpdateClusterConflict
- func (o *V2UpdateClusterConflict) Error() string
- func (o *V2UpdateClusterConflict) GetPayload() *models.Error
- func (o *V2UpdateClusterConflict) IsClientError() bool
- func (o *V2UpdateClusterConflict) IsCode(code int) bool
- func (o *V2UpdateClusterConflict) IsRedirect() bool
- func (o *V2UpdateClusterConflict) IsServerError() bool
- func (o *V2UpdateClusterConflict) IsSuccess() bool
- func (o *V2UpdateClusterConflict) String() string
- type V2UpdateClusterCreated
- func (o *V2UpdateClusterCreated) Error() string
- func (o *V2UpdateClusterCreated) GetPayload() *models.Cluster
- func (o *V2UpdateClusterCreated) IsClientError() bool
- func (o *V2UpdateClusterCreated) IsCode(code int) bool
- func (o *V2UpdateClusterCreated) IsRedirect() bool
- func (o *V2UpdateClusterCreated) IsServerError() bool
- func (o *V2UpdateClusterCreated) IsSuccess() bool
- func (o *V2UpdateClusterCreated) String() string
- type V2UpdateClusterFinalizingProgressForbidden
- func (o *V2UpdateClusterFinalizingProgressForbidden) Error() string
- func (o *V2UpdateClusterFinalizingProgressForbidden) GetPayload() *models.InfraError
- func (o *V2UpdateClusterFinalizingProgressForbidden) IsClientError() bool
- func (o *V2UpdateClusterFinalizingProgressForbidden) IsCode(code int) bool
- func (o *V2UpdateClusterFinalizingProgressForbidden) IsRedirect() bool
- func (o *V2UpdateClusterFinalizingProgressForbidden) IsServerError() bool
- func (o *V2UpdateClusterFinalizingProgressForbidden) IsSuccess() bool
- func (o *V2UpdateClusterFinalizingProgressForbidden) String() string
- type V2UpdateClusterFinalizingProgressInternalServerError
- func (o *V2UpdateClusterFinalizingProgressInternalServerError) Error() string
- func (o *V2UpdateClusterFinalizingProgressInternalServerError) GetPayload() *models.Error
- func (o *V2UpdateClusterFinalizingProgressInternalServerError) IsClientError() bool
- func (o *V2UpdateClusterFinalizingProgressInternalServerError) IsCode(code int) bool
- func (o *V2UpdateClusterFinalizingProgressInternalServerError) IsRedirect() bool
- func (o *V2UpdateClusterFinalizingProgressInternalServerError) IsServerError() bool
- func (o *V2UpdateClusterFinalizingProgressInternalServerError) IsSuccess() bool
- func (o *V2UpdateClusterFinalizingProgressInternalServerError) String() string
- type V2UpdateClusterFinalizingProgressMethodNotAllowed
- func (o *V2UpdateClusterFinalizingProgressMethodNotAllowed) Error() string
- func (o *V2UpdateClusterFinalizingProgressMethodNotAllowed) GetPayload() *models.Error
- func (o *V2UpdateClusterFinalizingProgressMethodNotAllowed) IsClientError() bool
- func (o *V2UpdateClusterFinalizingProgressMethodNotAllowed) IsCode(code int) bool
- func (o *V2UpdateClusterFinalizingProgressMethodNotAllowed) IsRedirect() bool
- func (o *V2UpdateClusterFinalizingProgressMethodNotAllowed) IsServerError() bool
- func (o *V2UpdateClusterFinalizingProgressMethodNotAllowed) IsSuccess() bool
- func (o *V2UpdateClusterFinalizingProgressMethodNotAllowed) String() string
- type V2UpdateClusterFinalizingProgressNotFound
- func (o *V2UpdateClusterFinalizingProgressNotFound) Error() string
- func (o *V2UpdateClusterFinalizingProgressNotFound) GetPayload() *models.Error
- func (o *V2UpdateClusterFinalizingProgressNotFound) IsClientError() bool
- func (o *V2UpdateClusterFinalizingProgressNotFound) IsCode(code int) bool
- func (o *V2UpdateClusterFinalizingProgressNotFound) IsRedirect() bool
- func (o *V2UpdateClusterFinalizingProgressNotFound) IsServerError() bool
- func (o *V2UpdateClusterFinalizingProgressNotFound) IsSuccess() bool
- func (o *V2UpdateClusterFinalizingProgressNotFound) String() string
- type V2UpdateClusterFinalizingProgressOK
- func (o *V2UpdateClusterFinalizingProgressOK) Error() string
- func (o *V2UpdateClusterFinalizingProgressOK) IsClientError() bool
- func (o *V2UpdateClusterFinalizingProgressOK) IsCode(code int) bool
- func (o *V2UpdateClusterFinalizingProgressOK) IsRedirect() bool
- func (o *V2UpdateClusterFinalizingProgressOK) IsServerError() bool
- func (o *V2UpdateClusterFinalizingProgressOK) IsSuccess() bool
- func (o *V2UpdateClusterFinalizingProgressOK) String() string
- type V2UpdateClusterFinalizingProgressParams
- func NewV2UpdateClusterFinalizingProgressParams() *V2UpdateClusterFinalizingProgressParams
- func NewV2UpdateClusterFinalizingProgressParamsWithContext(ctx context.Context) *V2UpdateClusterFinalizingProgressParams
- func NewV2UpdateClusterFinalizingProgressParamsWithHTTPClient(client *http.Client) *V2UpdateClusterFinalizingProgressParams
- func NewV2UpdateClusterFinalizingProgressParamsWithTimeout(timeout time.Duration) *V2UpdateClusterFinalizingProgressParams
- func (o *V2UpdateClusterFinalizingProgressParams) SetClusterID(clusterID strfmt.UUID)
- func (o *V2UpdateClusterFinalizingProgressParams) SetContext(ctx context.Context)
- func (o *V2UpdateClusterFinalizingProgressParams) SetDefaults()
- func (o *V2UpdateClusterFinalizingProgressParams) SetFinalizingProgress(finalizingProgress *models.ClusterFinalizingProgress)
- func (o *V2UpdateClusterFinalizingProgressParams) SetHTTPClient(client *http.Client)
- func (o *V2UpdateClusterFinalizingProgressParams) SetTimeout(timeout time.Duration)
- func (o *V2UpdateClusterFinalizingProgressParams) WithClusterID(clusterID strfmt.UUID) *V2UpdateClusterFinalizingProgressParams
- func (o *V2UpdateClusterFinalizingProgressParams) WithContext(ctx context.Context) *V2UpdateClusterFinalizingProgressParams
- func (o *V2UpdateClusterFinalizingProgressParams) WithDefaults() *V2UpdateClusterFinalizingProgressParams
- func (o *V2UpdateClusterFinalizingProgressParams) WithFinalizingProgress(finalizingProgress *models.ClusterFinalizingProgress) *V2UpdateClusterFinalizingProgressParams
- func (o *V2UpdateClusterFinalizingProgressParams) WithHTTPClient(client *http.Client) *V2UpdateClusterFinalizingProgressParams
- func (o *V2UpdateClusterFinalizingProgressParams) WithTimeout(timeout time.Duration) *V2UpdateClusterFinalizingProgressParams
- func (o *V2UpdateClusterFinalizingProgressParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V2UpdateClusterFinalizingProgressReader
- type V2UpdateClusterFinalizingProgressServiceUnavailable
- func (o *V2UpdateClusterFinalizingProgressServiceUnavailable) Error() string
- func (o *V2UpdateClusterFinalizingProgressServiceUnavailable) GetPayload() *models.Error
- func (o *V2UpdateClusterFinalizingProgressServiceUnavailable) IsClientError() bool
- func (o *V2UpdateClusterFinalizingProgressServiceUnavailable) IsCode(code int) bool
- func (o *V2UpdateClusterFinalizingProgressServiceUnavailable) IsRedirect() bool
- func (o *V2UpdateClusterFinalizingProgressServiceUnavailable) IsServerError() bool
- func (o *V2UpdateClusterFinalizingProgressServiceUnavailable) IsSuccess() bool
- func (o *V2UpdateClusterFinalizingProgressServiceUnavailable) String() string
- type V2UpdateClusterFinalizingProgressUnauthorized
- func (o *V2UpdateClusterFinalizingProgressUnauthorized) Error() string
- func (o *V2UpdateClusterFinalizingProgressUnauthorized) GetPayload() *models.InfraError
- func (o *V2UpdateClusterFinalizingProgressUnauthorized) IsClientError() bool
- func (o *V2UpdateClusterFinalizingProgressUnauthorized) IsCode(code int) bool
- func (o *V2UpdateClusterFinalizingProgressUnauthorized) IsRedirect() bool
- func (o *V2UpdateClusterFinalizingProgressUnauthorized) IsServerError() bool
- func (o *V2UpdateClusterFinalizingProgressUnauthorized) IsSuccess() bool
- func (o *V2UpdateClusterFinalizingProgressUnauthorized) String() string
- type V2UpdateClusterForbidden
- func (o *V2UpdateClusterForbidden) Error() string
- func (o *V2UpdateClusterForbidden) GetPayload() *models.InfraError
- func (o *V2UpdateClusterForbidden) IsClientError() bool
- func (o *V2UpdateClusterForbidden) IsCode(code int) bool
- func (o *V2UpdateClusterForbidden) IsRedirect() bool
- func (o *V2UpdateClusterForbidden) IsServerError() bool
- func (o *V2UpdateClusterForbidden) IsSuccess() bool
- func (o *V2UpdateClusterForbidden) String() string
- type V2UpdateClusterInstallConfigBadRequest
- func (o *V2UpdateClusterInstallConfigBadRequest) Error() string
- func (o *V2UpdateClusterInstallConfigBadRequest) GetPayload() *models.Error
- func (o *V2UpdateClusterInstallConfigBadRequest) IsClientError() bool
- func (o *V2UpdateClusterInstallConfigBadRequest) IsCode(code int) bool
- func (o *V2UpdateClusterInstallConfigBadRequest) IsRedirect() bool
- func (o *V2UpdateClusterInstallConfigBadRequest) IsServerError() bool
- func (o *V2UpdateClusterInstallConfigBadRequest) IsSuccess() bool
- func (o *V2UpdateClusterInstallConfigBadRequest) String() string
- type V2UpdateClusterInstallConfigCreated
- func (o *V2UpdateClusterInstallConfigCreated) Error() string
- func (o *V2UpdateClusterInstallConfigCreated) IsClientError() bool
- func (o *V2UpdateClusterInstallConfigCreated) IsCode(code int) bool
- func (o *V2UpdateClusterInstallConfigCreated) IsRedirect() bool
- func (o *V2UpdateClusterInstallConfigCreated) IsServerError() bool
- func (o *V2UpdateClusterInstallConfigCreated) IsSuccess() bool
- func (o *V2UpdateClusterInstallConfigCreated) String() string
- type V2UpdateClusterInstallConfigForbidden
- func (o *V2UpdateClusterInstallConfigForbidden) Error() string
- func (o *V2UpdateClusterInstallConfigForbidden) GetPayload() *models.InfraError
- func (o *V2UpdateClusterInstallConfigForbidden) IsClientError() bool
- func (o *V2UpdateClusterInstallConfigForbidden) IsCode(code int) bool
- func (o *V2UpdateClusterInstallConfigForbidden) IsRedirect() bool
- func (o *V2UpdateClusterInstallConfigForbidden) IsServerError() bool
- func (o *V2UpdateClusterInstallConfigForbidden) IsSuccess() bool
- func (o *V2UpdateClusterInstallConfigForbidden) String() string
- type V2UpdateClusterInstallConfigInternalServerError
- func (o *V2UpdateClusterInstallConfigInternalServerError) Error() string
- func (o *V2UpdateClusterInstallConfigInternalServerError) GetPayload() *models.Error
- func (o *V2UpdateClusterInstallConfigInternalServerError) IsClientError() bool
- func (o *V2UpdateClusterInstallConfigInternalServerError) IsCode(code int) bool
- func (o *V2UpdateClusterInstallConfigInternalServerError) IsRedirect() bool
- func (o *V2UpdateClusterInstallConfigInternalServerError) IsServerError() bool
- func (o *V2UpdateClusterInstallConfigInternalServerError) IsSuccess() bool
- func (o *V2UpdateClusterInstallConfigInternalServerError) String() string
- type V2UpdateClusterInstallConfigMethodNotAllowed
- func (o *V2UpdateClusterInstallConfigMethodNotAllowed) Error() string
- func (o *V2UpdateClusterInstallConfigMethodNotAllowed) GetPayload() *models.Error
- func (o *V2UpdateClusterInstallConfigMethodNotAllowed) IsClientError() bool
- func (o *V2UpdateClusterInstallConfigMethodNotAllowed) IsCode(code int) bool
- func (o *V2UpdateClusterInstallConfigMethodNotAllowed) IsRedirect() bool
- func (o *V2UpdateClusterInstallConfigMethodNotAllowed) IsServerError() bool
- func (o *V2UpdateClusterInstallConfigMethodNotAllowed) IsSuccess() bool
- func (o *V2UpdateClusterInstallConfigMethodNotAllowed) String() string
- type V2UpdateClusterInstallConfigNotFound
- func (o *V2UpdateClusterInstallConfigNotFound) Error() string
- func (o *V2UpdateClusterInstallConfigNotFound) GetPayload() *models.Error
- func (o *V2UpdateClusterInstallConfigNotFound) IsClientError() bool
- func (o *V2UpdateClusterInstallConfigNotFound) IsCode(code int) bool
- func (o *V2UpdateClusterInstallConfigNotFound) IsRedirect() bool
- func (o *V2UpdateClusterInstallConfigNotFound) IsServerError() bool
- func (o *V2UpdateClusterInstallConfigNotFound) IsSuccess() bool
- func (o *V2UpdateClusterInstallConfigNotFound) String() string
- type V2UpdateClusterInstallConfigParams
- func NewV2UpdateClusterInstallConfigParams() *V2UpdateClusterInstallConfigParams
- func NewV2UpdateClusterInstallConfigParamsWithContext(ctx context.Context) *V2UpdateClusterInstallConfigParams
- func NewV2UpdateClusterInstallConfigParamsWithHTTPClient(client *http.Client) *V2UpdateClusterInstallConfigParams
- func NewV2UpdateClusterInstallConfigParamsWithTimeout(timeout time.Duration) *V2UpdateClusterInstallConfigParams
- func (o *V2UpdateClusterInstallConfigParams) SetClusterID(clusterID strfmt.UUID)
- func (o *V2UpdateClusterInstallConfigParams) SetContext(ctx context.Context)
- func (o *V2UpdateClusterInstallConfigParams) SetDefaults()
- func (o *V2UpdateClusterInstallConfigParams) SetHTTPClient(client *http.Client)
- func (o *V2UpdateClusterInstallConfigParams) SetInstallConfigParams(installConfigParams string)
- func (o *V2UpdateClusterInstallConfigParams) SetTimeout(timeout time.Duration)
- func (o *V2UpdateClusterInstallConfigParams) WithClusterID(clusterID strfmt.UUID) *V2UpdateClusterInstallConfigParams
- func (o *V2UpdateClusterInstallConfigParams) WithContext(ctx context.Context) *V2UpdateClusterInstallConfigParams
- func (o *V2UpdateClusterInstallConfigParams) WithDefaults() *V2UpdateClusterInstallConfigParams
- func (o *V2UpdateClusterInstallConfigParams) WithHTTPClient(client *http.Client) *V2UpdateClusterInstallConfigParams
- func (o *V2UpdateClusterInstallConfigParams) WithInstallConfigParams(installConfigParams string) *V2UpdateClusterInstallConfigParams
- func (o *V2UpdateClusterInstallConfigParams) WithTimeout(timeout time.Duration) *V2UpdateClusterInstallConfigParams
- func (o *V2UpdateClusterInstallConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V2UpdateClusterInstallConfigReader
- type V2UpdateClusterInstallConfigUnauthorized
- func (o *V2UpdateClusterInstallConfigUnauthorized) Error() string
- func (o *V2UpdateClusterInstallConfigUnauthorized) GetPayload() *models.InfraError
- func (o *V2UpdateClusterInstallConfigUnauthorized) IsClientError() bool
- func (o *V2UpdateClusterInstallConfigUnauthorized) IsCode(code int) bool
- func (o *V2UpdateClusterInstallConfigUnauthorized) IsRedirect() bool
- func (o *V2UpdateClusterInstallConfigUnauthorized) IsServerError() bool
- func (o *V2UpdateClusterInstallConfigUnauthorized) IsSuccess() bool
- func (o *V2UpdateClusterInstallConfigUnauthorized) String() string
- type V2UpdateClusterInternalServerError
- func (o *V2UpdateClusterInternalServerError) Error() string
- func (o *V2UpdateClusterInternalServerError) GetPayload() *models.Error
- func (o *V2UpdateClusterInternalServerError) IsClientError() bool
- func (o *V2UpdateClusterInternalServerError) IsCode(code int) bool
- func (o *V2UpdateClusterInternalServerError) IsRedirect() bool
- func (o *V2UpdateClusterInternalServerError) IsServerError() bool
- func (o *V2UpdateClusterInternalServerError) IsSuccess() bool
- func (o *V2UpdateClusterInternalServerError) String() string
- type V2UpdateClusterLogsProgressConflict
- func (o *V2UpdateClusterLogsProgressConflict) Error() string
- func (o *V2UpdateClusterLogsProgressConflict) GetPayload() *models.Error
- func (o *V2UpdateClusterLogsProgressConflict) IsClientError() bool
- func (o *V2UpdateClusterLogsProgressConflict) IsCode(code int) bool
- func (o *V2UpdateClusterLogsProgressConflict) IsRedirect() bool
- func (o *V2UpdateClusterLogsProgressConflict) IsServerError() bool
- func (o *V2UpdateClusterLogsProgressConflict) IsSuccess() bool
- func (o *V2UpdateClusterLogsProgressConflict) String() string
- type V2UpdateClusterLogsProgressForbidden
- func (o *V2UpdateClusterLogsProgressForbidden) Error() string
- func (o *V2UpdateClusterLogsProgressForbidden) GetPayload() *models.InfraError
- func (o *V2UpdateClusterLogsProgressForbidden) IsClientError() bool
- func (o *V2UpdateClusterLogsProgressForbidden) IsCode(code int) bool
- func (o *V2UpdateClusterLogsProgressForbidden) IsRedirect() bool
- func (o *V2UpdateClusterLogsProgressForbidden) IsServerError() bool
- func (o *V2UpdateClusterLogsProgressForbidden) IsSuccess() bool
- func (o *V2UpdateClusterLogsProgressForbidden) String() string
- type V2UpdateClusterLogsProgressInternalServerError
- func (o *V2UpdateClusterLogsProgressInternalServerError) Error() string
- func (o *V2UpdateClusterLogsProgressInternalServerError) GetPayload() *models.Error
- func (o *V2UpdateClusterLogsProgressInternalServerError) IsClientError() bool
- func (o *V2UpdateClusterLogsProgressInternalServerError) IsCode(code int) bool
- func (o *V2UpdateClusterLogsProgressInternalServerError) IsRedirect() bool
- func (o *V2UpdateClusterLogsProgressInternalServerError) IsServerError() bool
- func (o *V2UpdateClusterLogsProgressInternalServerError) IsSuccess() bool
- func (o *V2UpdateClusterLogsProgressInternalServerError) String() string
- type V2UpdateClusterLogsProgressMethodNotAllowed
- func (o *V2UpdateClusterLogsProgressMethodNotAllowed) Error() string
- func (o *V2UpdateClusterLogsProgressMethodNotAllowed) GetPayload() *models.Error
- func (o *V2UpdateClusterLogsProgressMethodNotAllowed) IsClientError() bool
- func (o *V2UpdateClusterLogsProgressMethodNotAllowed) IsCode(code int) bool
- func (o *V2UpdateClusterLogsProgressMethodNotAllowed) IsRedirect() bool
- func (o *V2UpdateClusterLogsProgressMethodNotAllowed) IsServerError() bool
- func (o *V2UpdateClusterLogsProgressMethodNotAllowed) IsSuccess() bool
- func (o *V2UpdateClusterLogsProgressMethodNotAllowed) String() string
- type V2UpdateClusterLogsProgressNoContent
- func (o *V2UpdateClusterLogsProgressNoContent) Error() string
- func (o *V2UpdateClusterLogsProgressNoContent) IsClientError() bool
- func (o *V2UpdateClusterLogsProgressNoContent) IsCode(code int) bool
- func (o *V2UpdateClusterLogsProgressNoContent) IsRedirect() bool
- func (o *V2UpdateClusterLogsProgressNoContent) IsServerError() bool
- func (o *V2UpdateClusterLogsProgressNoContent) IsSuccess() bool
- func (o *V2UpdateClusterLogsProgressNoContent) String() string
- type V2UpdateClusterLogsProgressNotFound
- func (o *V2UpdateClusterLogsProgressNotFound) Error() string
- func (o *V2UpdateClusterLogsProgressNotFound) GetPayload() *models.Error
- func (o *V2UpdateClusterLogsProgressNotFound) IsClientError() bool
- func (o *V2UpdateClusterLogsProgressNotFound) IsCode(code int) bool
- func (o *V2UpdateClusterLogsProgressNotFound) IsRedirect() bool
- func (o *V2UpdateClusterLogsProgressNotFound) IsServerError() bool
- func (o *V2UpdateClusterLogsProgressNotFound) IsSuccess() bool
- func (o *V2UpdateClusterLogsProgressNotFound) String() string
- type V2UpdateClusterLogsProgressParams
- func NewV2UpdateClusterLogsProgressParams() *V2UpdateClusterLogsProgressParams
- func NewV2UpdateClusterLogsProgressParamsWithContext(ctx context.Context) *V2UpdateClusterLogsProgressParams
- func NewV2UpdateClusterLogsProgressParamsWithHTTPClient(client *http.Client) *V2UpdateClusterLogsProgressParams
- func NewV2UpdateClusterLogsProgressParamsWithTimeout(timeout time.Duration) *V2UpdateClusterLogsProgressParams
- func (o *V2UpdateClusterLogsProgressParams) SetClusterID(clusterID strfmt.UUID)
- func (o *V2UpdateClusterLogsProgressParams) SetContext(ctx context.Context)
- func (o *V2UpdateClusterLogsProgressParams) SetDefaults()
- func (o *V2UpdateClusterLogsProgressParams) SetHTTPClient(client *http.Client)
- func (o *V2UpdateClusterLogsProgressParams) SetLogsProgressParams(logsProgressParams *models.LogsProgressParams)
- func (o *V2UpdateClusterLogsProgressParams) SetTimeout(timeout time.Duration)
- func (o *V2UpdateClusterLogsProgressParams) WithClusterID(clusterID strfmt.UUID) *V2UpdateClusterLogsProgressParams
- func (o *V2UpdateClusterLogsProgressParams) WithContext(ctx context.Context) *V2UpdateClusterLogsProgressParams
- func (o *V2UpdateClusterLogsProgressParams) WithDefaults() *V2UpdateClusterLogsProgressParams
- func (o *V2UpdateClusterLogsProgressParams) WithHTTPClient(client *http.Client) *V2UpdateClusterLogsProgressParams
- func (o *V2UpdateClusterLogsProgressParams) WithLogsProgressParams(logsProgressParams *models.LogsProgressParams) *V2UpdateClusterLogsProgressParams
- func (o *V2UpdateClusterLogsProgressParams) WithTimeout(timeout time.Duration) *V2UpdateClusterLogsProgressParams
- func (o *V2UpdateClusterLogsProgressParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V2UpdateClusterLogsProgressReader
- type V2UpdateClusterLogsProgressServiceUnavailable
- func (o *V2UpdateClusterLogsProgressServiceUnavailable) Error() string
- func (o *V2UpdateClusterLogsProgressServiceUnavailable) GetPayload() *models.Error
- func (o *V2UpdateClusterLogsProgressServiceUnavailable) IsClientError() bool
- func (o *V2UpdateClusterLogsProgressServiceUnavailable) IsCode(code int) bool
- func (o *V2UpdateClusterLogsProgressServiceUnavailable) IsRedirect() bool
- func (o *V2UpdateClusterLogsProgressServiceUnavailable) IsServerError() bool
- func (o *V2UpdateClusterLogsProgressServiceUnavailable) IsSuccess() bool
- func (o *V2UpdateClusterLogsProgressServiceUnavailable) String() string
- type V2UpdateClusterLogsProgressUnauthorized
- func (o *V2UpdateClusterLogsProgressUnauthorized) Error() string
- func (o *V2UpdateClusterLogsProgressUnauthorized) GetPayload() *models.InfraError
- func (o *V2UpdateClusterLogsProgressUnauthorized) IsClientError() bool
- func (o *V2UpdateClusterLogsProgressUnauthorized) IsCode(code int) bool
- func (o *V2UpdateClusterLogsProgressUnauthorized) IsRedirect() bool
- func (o *V2UpdateClusterLogsProgressUnauthorized) IsServerError() bool
- func (o *V2UpdateClusterLogsProgressUnauthorized) IsSuccess() bool
- func (o *V2UpdateClusterLogsProgressUnauthorized) String() string
- type V2UpdateClusterMethodNotAllowed
- func (o *V2UpdateClusterMethodNotAllowed) Error() string
- func (o *V2UpdateClusterMethodNotAllowed) GetPayload() *models.Error
- func (o *V2UpdateClusterMethodNotAllowed) IsClientError() bool
- func (o *V2UpdateClusterMethodNotAllowed) IsCode(code int) bool
- func (o *V2UpdateClusterMethodNotAllowed) IsRedirect() bool
- func (o *V2UpdateClusterMethodNotAllowed) IsServerError() bool
- func (o *V2UpdateClusterMethodNotAllowed) IsSuccess() bool
- func (o *V2UpdateClusterMethodNotAllowed) String() string
- type V2UpdateClusterNotFound
- func (o *V2UpdateClusterNotFound) Error() string
- func (o *V2UpdateClusterNotFound) GetPayload() *models.Error
- func (o *V2UpdateClusterNotFound) IsClientError() bool
- func (o *V2UpdateClusterNotFound) IsCode(code int) bool
- func (o *V2UpdateClusterNotFound) IsRedirect() bool
- func (o *V2UpdateClusterNotFound) IsServerError() bool
- func (o *V2UpdateClusterNotFound) IsSuccess() bool
- func (o *V2UpdateClusterNotFound) String() string
- type V2UpdateClusterParams
- func NewV2UpdateClusterParams() *V2UpdateClusterParams
- func NewV2UpdateClusterParamsWithContext(ctx context.Context) *V2UpdateClusterParams
- func NewV2UpdateClusterParamsWithHTTPClient(client *http.Client) *V2UpdateClusterParams
- func NewV2UpdateClusterParamsWithTimeout(timeout time.Duration) *V2UpdateClusterParams
- func (o *V2UpdateClusterParams) SetClusterID(clusterID strfmt.UUID)
- func (o *V2UpdateClusterParams) SetClusterUpdateParams(clusterUpdateParams *models.V2ClusterUpdateParams)
- func (o *V2UpdateClusterParams) SetContext(ctx context.Context)
- func (o *V2UpdateClusterParams) SetDefaults()
- func (o *V2UpdateClusterParams) SetHTTPClient(client *http.Client)
- func (o *V2UpdateClusterParams) SetTimeout(timeout time.Duration)
- func (o *V2UpdateClusterParams) WithClusterID(clusterID strfmt.UUID) *V2UpdateClusterParams
- func (o *V2UpdateClusterParams) WithClusterUpdateParams(clusterUpdateParams *models.V2ClusterUpdateParams) *V2UpdateClusterParams
- func (o *V2UpdateClusterParams) WithContext(ctx context.Context) *V2UpdateClusterParams
- func (o *V2UpdateClusterParams) WithDefaults() *V2UpdateClusterParams
- func (o *V2UpdateClusterParams) WithHTTPClient(client *http.Client) *V2UpdateClusterParams
- func (o *V2UpdateClusterParams) WithTimeout(timeout time.Duration) *V2UpdateClusterParams
- func (o *V2UpdateClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V2UpdateClusterReader
- type V2UpdateClusterUISettingsBadRequest
- func (o *V2UpdateClusterUISettingsBadRequest) Error() string
- func (o *V2UpdateClusterUISettingsBadRequest) GetPayload() *models.Error
- func (o *V2UpdateClusterUISettingsBadRequest) IsClientError() bool
- func (o *V2UpdateClusterUISettingsBadRequest) IsCode(code int) bool
- func (o *V2UpdateClusterUISettingsBadRequest) IsRedirect() bool
- func (o *V2UpdateClusterUISettingsBadRequest) IsServerError() bool
- func (o *V2UpdateClusterUISettingsBadRequest) IsSuccess() bool
- func (o *V2UpdateClusterUISettingsBadRequest) String() string
- type V2UpdateClusterUISettingsForbidden
- func (o *V2UpdateClusterUISettingsForbidden) Error() string
- func (o *V2UpdateClusterUISettingsForbidden) GetPayload() *models.InfraError
- func (o *V2UpdateClusterUISettingsForbidden) IsClientError() bool
- func (o *V2UpdateClusterUISettingsForbidden) IsCode(code int) bool
- func (o *V2UpdateClusterUISettingsForbidden) IsRedirect() bool
- func (o *V2UpdateClusterUISettingsForbidden) IsServerError() bool
- func (o *V2UpdateClusterUISettingsForbidden) IsSuccess() bool
- func (o *V2UpdateClusterUISettingsForbidden) String() string
- type V2UpdateClusterUISettingsInternalServerError
- func (o *V2UpdateClusterUISettingsInternalServerError) Error() string
- func (o *V2UpdateClusterUISettingsInternalServerError) GetPayload() *models.Error
- func (o *V2UpdateClusterUISettingsInternalServerError) IsClientError() bool
- func (o *V2UpdateClusterUISettingsInternalServerError) IsCode(code int) bool
- func (o *V2UpdateClusterUISettingsInternalServerError) IsRedirect() bool
- func (o *V2UpdateClusterUISettingsInternalServerError) IsServerError() bool
- func (o *V2UpdateClusterUISettingsInternalServerError) IsSuccess() bool
- func (o *V2UpdateClusterUISettingsInternalServerError) String() string
- type V2UpdateClusterUISettingsNotFound
- func (o *V2UpdateClusterUISettingsNotFound) Error() string
- func (o *V2UpdateClusterUISettingsNotFound) GetPayload() *models.Error
- func (o *V2UpdateClusterUISettingsNotFound) IsClientError() bool
- func (o *V2UpdateClusterUISettingsNotFound) IsCode(code int) bool
- func (o *V2UpdateClusterUISettingsNotFound) IsRedirect() bool
- func (o *V2UpdateClusterUISettingsNotFound) IsServerError() bool
- func (o *V2UpdateClusterUISettingsNotFound) IsSuccess() bool
- func (o *V2UpdateClusterUISettingsNotFound) String() string
- type V2UpdateClusterUISettingsOK
- func (o *V2UpdateClusterUISettingsOK) Error() string
- func (o *V2UpdateClusterUISettingsOK) GetPayload() string
- func (o *V2UpdateClusterUISettingsOK) IsClientError() bool
- func (o *V2UpdateClusterUISettingsOK) IsCode(code int) bool
- func (o *V2UpdateClusterUISettingsOK) IsRedirect() bool
- func (o *V2UpdateClusterUISettingsOK) IsServerError() bool
- func (o *V2UpdateClusterUISettingsOK) IsSuccess() bool
- func (o *V2UpdateClusterUISettingsOK) String() string
- type V2UpdateClusterUISettingsParams
- func NewV2UpdateClusterUISettingsParams() *V2UpdateClusterUISettingsParams
- func NewV2UpdateClusterUISettingsParamsWithContext(ctx context.Context) *V2UpdateClusterUISettingsParams
- func NewV2UpdateClusterUISettingsParamsWithHTTPClient(client *http.Client) *V2UpdateClusterUISettingsParams
- func NewV2UpdateClusterUISettingsParamsWithTimeout(timeout time.Duration) *V2UpdateClusterUISettingsParams
- func (o *V2UpdateClusterUISettingsParams) SetClusterID(clusterID strfmt.UUID)
- func (o *V2UpdateClusterUISettingsParams) SetContext(ctx context.Context)
- func (o *V2UpdateClusterUISettingsParams) SetDefaults()
- func (o *V2UpdateClusterUISettingsParams) SetHTTPClient(client *http.Client)
- func (o *V2UpdateClusterUISettingsParams) SetTimeout(timeout time.Duration)
- func (o *V2UpdateClusterUISettingsParams) SetUISettings(uISettings string)
- func (o *V2UpdateClusterUISettingsParams) WithClusterID(clusterID strfmt.UUID) *V2UpdateClusterUISettingsParams
- func (o *V2UpdateClusterUISettingsParams) WithContext(ctx context.Context) *V2UpdateClusterUISettingsParams
- func (o *V2UpdateClusterUISettingsParams) WithDefaults() *V2UpdateClusterUISettingsParams
- func (o *V2UpdateClusterUISettingsParams) WithHTTPClient(client *http.Client) *V2UpdateClusterUISettingsParams
- func (o *V2UpdateClusterUISettingsParams) WithTimeout(timeout time.Duration) *V2UpdateClusterUISettingsParams
- func (o *V2UpdateClusterUISettingsParams) WithUISettings(uISettings string) *V2UpdateClusterUISettingsParams
- func (o *V2UpdateClusterUISettingsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V2UpdateClusterUISettingsReader
- type V2UpdateClusterUISettingsUnauthorized
- func (o *V2UpdateClusterUISettingsUnauthorized) Error() string
- func (o *V2UpdateClusterUISettingsUnauthorized) GetPayload() *models.InfraError
- func (o *V2UpdateClusterUISettingsUnauthorized) IsClientError() bool
- func (o *V2UpdateClusterUISettingsUnauthorized) IsCode(code int) bool
- func (o *V2UpdateClusterUISettingsUnauthorized) IsRedirect() bool
- func (o *V2UpdateClusterUISettingsUnauthorized) IsServerError() bool
- func (o *V2UpdateClusterUISettingsUnauthorized) IsSuccess() bool
- func (o *V2UpdateClusterUISettingsUnauthorized) String() string
- type V2UpdateClusterUnauthorized
- func (o *V2UpdateClusterUnauthorized) Error() string
- func (o *V2UpdateClusterUnauthorized) GetPayload() *models.InfraError
- func (o *V2UpdateClusterUnauthorized) IsClientError() bool
- func (o *V2UpdateClusterUnauthorized) IsCode(code int) bool
- func (o *V2UpdateClusterUnauthorized) IsRedirect() bool
- func (o *V2UpdateClusterUnauthorized) IsServerError() bool
- func (o *V2UpdateClusterUnauthorized) IsSuccess() bool
- func (o *V2UpdateClusterUnauthorized) String() string
- type V2UpdateHostBadRequest
- func (o *V2UpdateHostBadRequest) Error() string
- func (o *V2UpdateHostBadRequest) GetPayload() *models.Error
- func (o *V2UpdateHostBadRequest) IsClientError() bool
- func (o *V2UpdateHostBadRequest) IsCode(code int) bool
- func (o *V2UpdateHostBadRequest) IsRedirect() bool
- func (o *V2UpdateHostBadRequest) IsServerError() bool
- func (o *V2UpdateHostBadRequest) IsSuccess() bool
- func (o *V2UpdateHostBadRequest) String() string
- type V2UpdateHostConflict
- func (o *V2UpdateHostConflict) Error() string
- func (o *V2UpdateHostConflict) GetPayload() *models.Error
- func (o *V2UpdateHostConflict) IsClientError() bool
- func (o *V2UpdateHostConflict) IsCode(code int) bool
- func (o *V2UpdateHostConflict) IsRedirect() bool
- func (o *V2UpdateHostConflict) IsServerError() bool
- func (o *V2UpdateHostConflict) IsSuccess() bool
- func (o *V2UpdateHostConflict) String() string
- type V2UpdateHostCreated
- func (o *V2UpdateHostCreated) Error() string
- func (o *V2UpdateHostCreated) GetPayload() *models.Host
- func (o *V2UpdateHostCreated) IsClientError() bool
- func (o *V2UpdateHostCreated) IsCode(code int) bool
- func (o *V2UpdateHostCreated) IsRedirect() bool
- func (o *V2UpdateHostCreated) IsServerError() bool
- func (o *V2UpdateHostCreated) IsSuccess() bool
- func (o *V2UpdateHostCreated) String() string
- type V2UpdateHostForbidden
- func (o *V2UpdateHostForbidden) Error() string
- func (o *V2UpdateHostForbidden) GetPayload() *models.InfraError
- func (o *V2UpdateHostForbidden) IsClientError() bool
- func (o *V2UpdateHostForbidden) IsCode(code int) bool
- func (o *V2UpdateHostForbidden) IsRedirect() bool
- func (o *V2UpdateHostForbidden) IsServerError() bool
- func (o *V2UpdateHostForbidden) IsSuccess() bool
- func (o *V2UpdateHostForbidden) String() string
- type V2UpdateHostIgnitionBadRequest
- func (o *V2UpdateHostIgnitionBadRequest) Error() string
- func (o *V2UpdateHostIgnitionBadRequest) GetPayload() *models.Error
- func (o *V2UpdateHostIgnitionBadRequest) IsClientError() bool
- func (o *V2UpdateHostIgnitionBadRequest) IsCode(code int) bool
- func (o *V2UpdateHostIgnitionBadRequest) IsRedirect() bool
- func (o *V2UpdateHostIgnitionBadRequest) IsServerError() bool
- func (o *V2UpdateHostIgnitionBadRequest) IsSuccess() bool
- func (o *V2UpdateHostIgnitionBadRequest) String() string
- type V2UpdateHostIgnitionCreated
- func (o *V2UpdateHostIgnitionCreated) Error() string
- func (o *V2UpdateHostIgnitionCreated) IsClientError() bool
- func (o *V2UpdateHostIgnitionCreated) IsCode(code int) bool
- func (o *V2UpdateHostIgnitionCreated) IsRedirect() bool
- func (o *V2UpdateHostIgnitionCreated) IsServerError() bool
- func (o *V2UpdateHostIgnitionCreated) IsSuccess() bool
- func (o *V2UpdateHostIgnitionCreated) String() string
- type V2UpdateHostIgnitionForbidden
- func (o *V2UpdateHostIgnitionForbidden) Error() string
- func (o *V2UpdateHostIgnitionForbidden) GetPayload() *models.InfraError
- func (o *V2UpdateHostIgnitionForbidden) IsClientError() bool
- func (o *V2UpdateHostIgnitionForbidden) IsCode(code int) bool
- func (o *V2UpdateHostIgnitionForbidden) IsRedirect() bool
- func (o *V2UpdateHostIgnitionForbidden) IsServerError() bool
- func (o *V2UpdateHostIgnitionForbidden) IsSuccess() bool
- func (o *V2UpdateHostIgnitionForbidden) String() string
- type V2UpdateHostIgnitionInternalServerError
- func (o *V2UpdateHostIgnitionInternalServerError) Error() string
- func (o *V2UpdateHostIgnitionInternalServerError) GetPayload() *models.Error
- func (o *V2UpdateHostIgnitionInternalServerError) IsClientError() bool
- func (o *V2UpdateHostIgnitionInternalServerError) IsCode(code int) bool
- func (o *V2UpdateHostIgnitionInternalServerError) IsRedirect() bool
- func (o *V2UpdateHostIgnitionInternalServerError) IsServerError() bool
- func (o *V2UpdateHostIgnitionInternalServerError) IsSuccess() bool
- func (o *V2UpdateHostIgnitionInternalServerError) String() string
- type V2UpdateHostIgnitionMethodNotAllowed
- func (o *V2UpdateHostIgnitionMethodNotAllowed) Error() string
- func (o *V2UpdateHostIgnitionMethodNotAllowed) GetPayload() *models.Error
- func (o *V2UpdateHostIgnitionMethodNotAllowed) IsClientError() bool
- func (o *V2UpdateHostIgnitionMethodNotAllowed) IsCode(code int) bool
- func (o *V2UpdateHostIgnitionMethodNotAllowed) IsRedirect() bool
- func (o *V2UpdateHostIgnitionMethodNotAllowed) IsServerError() bool
- func (o *V2UpdateHostIgnitionMethodNotAllowed) IsSuccess() bool
- func (o *V2UpdateHostIgnitionMethodNotAllowed) String() string
- type V2UpdateHostIgnitionNotFound
- func (o *V2UpdateHostIgnitionNotFound) Error() string
- func (o *V2UpdateHostIgnitionNotFound) GetPayload() *models.Error
- func (o *V2UpdateHostIgnitionNotFound) IsClientError() bool
- func (o *V2UpdateHostIgnitionNotFound) IsCode(code int) bool
- func (o *V2UpdateHostIgnitionNotFound) IsRedirect() bool
- func (o *V2UpdateHostIgnitionNotFound) IsServerError() bool
- func (o *V2UpdateHostIgnitionNotFound) IsSuccess() bool
- func (o *V2UpdateHostIgnitionNotFound) String() string
- type V2UpdateHostIgnitionNotImplemented
- func (o *V2UpdateHostIgnitionNotImplemented) Error() string
- func (o *V2UpdateHostIgnitionNotImplemented) GetPayload() *models.Error
- func (o *V2UpdateHostIgnitionNotImplemented) IsClientError() bool
- func (o *V2UpdateHostIgnitionNotImplemented) IsCode(code int) bool
- func (o *V2UpdateHostIgnitionNotImplemented) IsRedirect() bool
- func (o *V2UpdateHostIgnitionNotImplemented) IsServerError() bool
- func (o *V2UpdateHostIgnitionNotImplemented) IsSuccess() bool
- func (o *V2UpdateHostIgnitionNotImplemented) String() string
- type V2UpdateHostIgnitionParams
- func NewV2UpdateHostIgnitionParams() *V2UpdateHostIgnitionParams
- func NewV2UpdateHostIgnitionParamsWithContext(ctx context.Context) *V2UpdateHostIgnitionParams
- func NewV2UpdateHostIgnitionParamsWithHTTPClient(client *http.Client) *V2UpdateHostIgnitionParams
- func NewV2UpdateHostIgnitionParamsWithTimeout(timeout time.Duration) *V2UpdateHostIgnitionParams
- func (o *V2UpdateHostIgnitionParams) SetContext(ctx context.Context)
- func (o *V2UpdateHostIgnitionParams) SetDefaults()
- func (o *V2UpdateHostIgnitionParams) SetHTTPClient(client *http.Client)
- func (o *V2UpdateHostIgnitionParams) SetHostID(hostID strfmt.UUID)
- func (o *V2UpdateHostIgnitionParams) SetHostIgnitionParams(hostIgnitionParams *models.HostIgnitionParams)
- func (o *V2UpdateHostIgnitionParams) SetInfraEnvID(infraEnvID strfmt.UUID)
- func (o *V2UpdateHostIgnitionParams) SetTimeout(timeout time.Duration)
- func (o *V2UpdateHostIgnitionParams) WithContext(ctx context.Context) *V2UpdateHostIgnitionParams
- func (o *V2UpdateHostIgnitionParams) WithDefaults() *V2UpdateHostIgnitionParams
- func (o *V2UpdateHostIgnitionParams) WithHTTPClient(client *http.Client) *V2UpdateHostIgnitionParams
- func (o *V2UpdateHostIgnitionParams) WithHostID(hostID strfmt.UUID) *V2UpdateHostIgnitionParams
- func (o *V2UpdateHostIgnitionParams) WithHostIgnitionParams(hostIgnitionParams *models.HostIgnitionParams) *V2UpdateHostIgnitionParams
- func (o *V2UpdateHostIgnitionParams) WithInfraEnvID(infraEnvID strfmt.UUID) *V2UpdateHostIgnitionParams
- func (o *V2UpdateHostIgnitionParams) WithTimeout(timeout time.Duration) *V2UpdateHostIgnitionParams
- func (o *V2UpdateHostIgnitionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V2UpdateHostIgnitionReader
- type V2UpdateHostIgnitionUnauthorized
- func (o *V2UpdateHostIgnitionUnauthorized) Error() string
- func (o *V2UpdateHostIgnitionUnauthorized) GetPayload() *models.InfraError
- func (o *V2UpdateHostIgnitionUnauthorized) IsClientError() bool
- func (o *V2UpdateHostIgnitionUnauthorized) IsCode(code int) bool
- func (o *V2UpdateHostIgnitionUnauthorized) IsRedirect() bool
- func (o *V2UpdateHostIgnitionUnauthorized) IsServerError() bool
- func (o *V2UpdateHostIgnitionUnauthorized) IsSuccess() bool
- func (o *V2UpdateHostIgnitionUnauthorized) String() string
- type V2UpdateHostInstallProgressForbidden
- func (o *V2UpdateHostInstallProgressForbidden) Error() string
- func (o *V2UpdateHostInstallProgressForbidden) GetPayload() *models.InfraError
- func (o *V2UpdateHostInstallProgressForbidden) IsClientError() bool
- func (o *V2UpdateHostInstallProgressForbidden) IsCode(code int) bool
- func (o *V2UpdateHostInstallProgressForbidden) IsRedirect() bool
- func (o *V2UpdateHostInstallProgressForbidden) IsServerError() bool
- func (o *V2UpdateHostInstallProgressForbidden) IsSuccess() bool
- func (o *V2UpdateHostInstallProgressForbidden) String() string
- type V2UpdateHostInstallProgressInternalServerError
- func (o *V2UpdateHostInstallProgressInternalServerError) Error() string
- func (o *V2UpdateHostInstallProgressInternalServerError) GetPayload() *models.Error
- func (o *V2UpdateHostInstallProgressInternalServerError) IsClientError() bool
- func (o *V2UpdateHostInstallProgressInternalServerError) IsCode(code int) bool
- func (o *V2UpdateHostInstallProgressInternalServerError) IsRedirect() bool
- func (o *V2UpdateHostInstallProgressInternalServerError) IsServerError() bool
- func (o *V2UpdateHostInstallProgressInternalServerError) IsSuccess() bool
- func (o *V2UpdateHostInstallProgressInternalServerError) String() string
- type V2UpdateHostInstallProgressMethodNotAllowed
- func (o *V2UpdateHostInstallProgressMethodNotAllowed) Error() string
- func (o *V2UpdateHostInstallProgressMethodNotAllowed) GetPayload() *models.Error
- func (o *V2UpdateHostInstallProgressMethodNotAllowed) IsClientError() bool
- func (o *V2UpdateHostInstallProgressMethodNotAllowed) IsCode(code int) bool
- func (o *V2UpdateHostInstallProgressMethodNotAllowed) IsRedirect() bool
- func (o *V2UpdateHostInstallProgressMethodNotAllowed) IsServerError() bool
- func (o *V2UpdateHostInstallProgressMethodNotAllowed) IsSuccess() bool
- func (o *V2UpdateHostInstallProgressMethodNotAllowed) String() string
- type V2UpdateHostInstallProgressNotFound
- func (o *V2UpdateHostInstallProgressNotFound) Error() string
- func (o *V2UpdateHostInstallProgressNotFound) GetPayload() *models.Error
- func (o *V2UpdateHostInstallProgressNotFound) IsClientError() bool
- func (o *V2UpdateHostInstallProgressNotFound) IsCode(code int) bool
- func (o *V2UpdateHostInstallProgressNotFound) IsRedirect() bool
- func (o *V2UpdateHostInstallProgressNotFound) IsServerError() bool
- func (o *V2UpdateHostInstallProgressNotFound) IsSuccess() bool
- func (o *V2UpdateHostInstallProgressNotFound) String() string
- type V2UpdateHostInstallProgressOK
- func (o *V2UpdateHostInstallProgressOK) Error() string
- func (o *V2UpdateHostInstallProgressOK) IsClientError() bool
- func (o *V2UpdateHostInstallProgressOK) IsCode(code int) bool
- func (o *V2UpdateHostInstallProgressOK) IsRedirect() bool
- func (o *V2UpdateHostInstallProgressOK) IsServerError() bool
- func (o *V2UpdateHostInstallProgressOK) IsSuccess() bool
- func (o *V2UpdateHostInstallProgressOK) String() string
- type V2UpdateHostInstallProgressParams
- func NewV2UpdateHostInstallProgressParams() *V2UpdateHostInstallProgressParams
- func NewV2UpdateHostInstallProgressParamsWithContext(ctx context.Context) *V2UpdateHostInstallProgressParams
- func NewV2UpdateHostInstallProgressParamsWithHTTPClient(client *http.Client) *V2UpdateHostInstallProgressParams
- func NewV2UpdateHostInstallProgressParamsWithTimeout(timeout time.Duration) *V2UpdateHostInstallProgressParams
- func (o *V2UpdateHostInstallProgressParams) SetContext(ctx context.Context)
- func (o *V2UpdateHostInstallProgressParams) SetDefaults()
- func (o *V2UpdateHostInstallProgressParams) SetDiscoveryAgentVersion(discoveryAgentVersion *string)
- func (o *V2UpdateHostInstallProgressParams) SetHTTPClient(client *http.Client)
- func (o *V2UpdateHostInstallProgressParams) SetHostID(hostID strfmt.UUID)
- func (o *V2UpdateHostInstallProgressParams) SetHostProgress(hostProgress *models.HostProgress)
- func (o *V2UpdateHostInstallProgressParams) SetInfraEnvID(infraEnvID strfmt.UUID)
- func (o *V2UpdateHostInstallProgressParams) SetTimeout(timeout time.Duration)
- func (o *V2UpdateHostInstallProgressParams) WithContext(ctx context.Context) *V2UpdateHostInstallProgressParams
- func (o *V2UpdateHostInstallProgressParams) WithDefaults() *V2UpdateHostInstallProgressParams
- func (o *V2UpdateHostInstallProgressParams) WithDiscoveryAgentVersion(discoveryAgentVersion *string) *V2UpdateHostInstallProgressParams
- func (o *V2UpdateHostInstallProgressParams) WithHTTPClient(client *http.Client) *V2UpdateHostInstallProgressParams
- func (o *V2UpdateHostInstallProgressParams) WithHostID(hostID strfmt.UUID) *V2UpdateHostInstallProgressParams
- func (o *V2UpdateHostInstallProgressParams) WithHostProgress(hostProgress *models.HostProgress) *V2UpdateHostInstallProgressParams
- func (o *V2UpdateHostInstallProgressParams) WithInfraEnvID(infraEnvID strfmt.UUID) *V2UpdateHostInstallProgressParams
- func (o *V2UpdateHostInstallProgressParams) WithTimeout(timeout time.Duration) *V2UpdateHostInstallProgressParams
- func (o *V2UpdateHostInstallProgressParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V2UpdateHostInstallProgressReader
- type V2UpdateHostInstallProgressServiceUnavailable
- func (o *V2UpdateHostInstallProgressServiceUnavailable) Error() string
- func (o *V2UpdateHostInstallProgressServiceUnavailable) GetPayload() *models.Error
- func (o *V2UpdateHostInstallProgressServiceUnavailable) IsClientError() bool
- func (o *V2UpdateHostInstallProgressServiceUnavailable) IsCode(code int) bool
- func (o *V2UpdateHostInstallProgressServiceUnavailable) IsRedirect() bool
- func (o *V2UpdateHostInstallProgressServiceUnavailable) IsServerError() bool
- func (o *V2UpdateHostInstallProgressServiceUnavailable) IsSuccess() bool
- func (o *V2UpdateHostInstallProgressServiceUnavailable) String() string
- type V2UpdateHostInstallProgressUnauthorized
- func (o *V2UpdateHostInstallProgressUnauthorized) Error() string
- func (o *V2UpdateHostInstallProgressUnauthorized) GetPayload() *models.InfraError
- func (o *V2UpdateHostInstallProgressUnauthorized) IsClientError() bool
- func (o *V2UpdateHostInstallProgressUnauthorized) IsCode(code int) bool
- func (o *V2UpdateHostInstallProgressUnauthorized) IsRedirect() bool
- func (o *V2UpdateHostInstallProgressUnauthorized) IsServerError() bool
- func (o *V2UpdateHostInstallProgressUnauthorized) IsSuccess() bool
- func (o *V2UpdateHostInstallProgressUnauthorized) String() string
- type V2UpdateHostInstallerArgsBadRequest
- func (o *V2UpdateHostInstallerArgsBadRequest) Error() string
- func (o *V2UpdateHostInstallerArgsBadRequest) GetPayload() *models.Error
- func (o *V2UpdateHostInstallerArgsBadRequest) IsClientError() bool
- func (o *V2UpdateHostInstallerArgsBadRequest) IsCode(code int) bool
- func (o *V2UpdateHostInstallerArgsBadRequest) IsRedirect() bool
- func (o *V2UpdateHostInstallerArgsBadRequest) IsServerError() bool
- func (o *V2UpdateHostInstallerArgsBadRequest) IsSuccess() bool
- func (o *V2UpdateHostInstallerArgsBadRequest) String() string
- type V2UpdateHostInstallerArgsConflict
- func (o *V2UpdateHostInstallerArgsConflict) Error() string
- func (o *V2UpdateHostInstallerArgsConflict) GetPayload() *models.Error
- func (o *V2UpdateHostInstallerArgsConflict) IsClientError() bool
- func (o *V2UpdateHostInstallerArgsConflict) IsCode(code int) bool
- func (o *V2UpdateHostInstallerArgsConflict) IsRedirect() bool
- func (o *V2UpdateHostInstallerArgsConflict) IsServerError() bool
- func (o *V2UpdateHostInstallerArgsConflict) IsSuccess() bool
- func (o *V2UpdateHostInstallerArgsConflict) String() string
- type V2UpdateHostInstallerArgsCreated
- func (o *V2UpdateHostInstallerArgsCreated) Error() string
- func (o *V2UpdateHostInstallerArgsCreated) GetPayload() *models.Host
- func (o *V2UpdateHostInstallerArgsCreated) IsClientError() bool
- func (o *V2UpdateHostInstallerArgsCreated) IsCode(code int) bool
- func (o *V2UpdateHostInstallerArgsCreated) IsRedirect() bool
- func (o *V2UpdateHostInstallerArgsCreated) IsServerError() bool
- func (o *V2UpdateHostInstallerArgsCreated) IsSuccess() bool
- func (o *V2UpdateHostInstallerArgsCreated) String() string
- type V2UpdateHostInstallerArgsForbidden
- func (o *V2UpdateHostInstallerArgsForbidden) Error() string
- func (o *V2UpdateHostInstallerArgsForbidden) GetPayload() *models.InfraError
- func (o *V2UpdateHostInstallerArgsForbidden) IsClientError() bool
- func (o *V2UpdateHostInstallerArgsForbidden) IsCode(code int) bool
- func (o *V2UpdateHostInstallerArgsForbidden) IsRedirect() bool
- func (o *V2UpdateHostInstallerArgsForbidden) IsServerError() bool
- func (o *V2UpdateHostInstallerArgsForbidden) IsSuccess() bool
- func (o *V2UpdateHostInstallerArgsForbidden) String() string
- type V2UpdateHostInstallerArgsInternalServerError
- func (o *V2UpdateHostInstallerArgsInternalServerError) Error() string
- func (o *V2UpdateHostInstallerArgsInternalServerError) GetPayload() *models.Error
- func (o *V2UpdateHostInstallerArgsInternalServerError) IsClientError() bool
- func (o *V2UpdateHostInstallerArgsInternalServerError) IsCode(code int) bool
- func (o *V2UpdateHostInstallerArgsInternalServerError) IsRedirect() bool
- func (o *V2UpdateHostInstallerArgsInternalServerError) IsServerError() bool
- func (o *V2UpdateHostInstallerArgsInternalServerError) IsSuccess() bool
- func (o *V2UpdateHostInstallerArgsInternalServerError) String() string
- type V2UpdateHostInstallerArgsMethodNotAllowed
- func (o *V2UpdateHostInstallerArgsMethodNotAllowed) Error() string
- func (o *V2UpdateHostInstallerArgsMethodNotAllowed) GetPayload() *models.Error
- func (o *V2UpdateHostInstallerArgsMethodNotAllowed) IsClientError() bool
- func (o *V2UpdateHostInstallerArgsMethodNotAllowed) IsCode(code int) bool
- func (o *V2UpdateHostInstallerArgsMethodNotAllowed) IsRedirect() bool
- func (o *V2UpdateHostInstallerArgsMethodNotAllowed) IsServerError() bool
- func (o *V2UpdateHostInstallerArgsMethodNotAllowed) IsSuccess() bool
- func (o *V2UpdateHostInstallerArgsMethodNotAllowed) String() string
- type V2UpdateHostInstallerArgsNotFound
- func (o *V2UpdateHostInstallerArgsNotFound) Error() string
- func (o *V2UpdateHostInstallerArgsNotFound) GetPayload() *models.Error
- func (o *V2UpdateHostInstallerArgsNotFound) IsClientError() bool
- func (o *V2UpdateHostInstallerArgsNotFound) IsCode(code int) bool
- func (o *V2UpdateHostInstallerArgsNotFound) IsRedirect() bool
- func (o *V2UpdateHostInstallerArgsNotFound) IsServerError() bool
- func (o *V2UpdateHostInstallerArgsNotFound) IsSuccess() bool
- func (o *V2UpdateHostInstallerArgsNotFound) String() string
- type V2UpdateHostInstallerArgsNotImplemented
- func (o *V2UpdateHostInstallerArgsNotImplemented) Error() string
- func (o *V2UpdateHostInstallerArgsNotImplemented) GetPayload() *models.Error
- func (o *V2UpdateHostInstallerArgsNotImplemented) IsClientError() bool
- func (o *V2UpdateHostInstallerArgsNotImplemented) IsCode(code int) bool
- func (o *V2UpdateHostInstallerArgsNotImplemented) IsRedirect() bool
- func (o *V2UpdateHostInstallerArgsNotImplemented) IsServerError() bool
- func (o *V2UpdateHostInstallerArgsNotImplemented) IsSuccess() bool
- func (o *V2UpdateHostInstallerArgsNotImplemented) String() string
- type V2UpdateHostInstallerArgsParams
- func NewV2UpdateHostInstallerArgsParams() *V2UpdateHostInstallerArgsParams
- func NewV2UpdateHostInstallerArgsParamsWithContext(ctx context.Context) *V2UpdateHostInstallerArgsParams
- func NewV2UpdateHostInstallerArgsParamsWithHTTPClient(client *http.Client) *V2UpdateHostInstallerArgsParams
- func NewV2UpdateHostInstallerArgsParamsWithTimeout(timeout time.Duration) *V2UpdateHostInstallerArgsParams
- func (o *V2UpdateHostInstallerArgsParams) SetContext(ctx context.Context)
- func (o *V2UpdateHostInstallerArgsParams) SetDefaults()
- func (o *V2UpdateHostInstallerArgsParams) SetHTTPClient(client *http.Client)
- func (o *V2UpdateHostInstallerArgsParams) SetHostID(hostID strfmt.UUID)
- func (o *V2UpdateHostInstallerArgsParams) SetInfraEnvID(infraEnvID strfmt.UUID)
- func (o *V2UpdateHostInstallerArgsParams) SetInstallerArgsParams(installerArgsParams *models.InstallerArgsParams)
- func (o *V2UpdateHostInstallerArgsParams) SetTimeout(timeout time.Duration)
- func (o *V2UpdateHostInstallerArgsParams) WithContext(ctx context.Context) *V2UpdateHostInstallerArgsParams
- func (o *V2UpdateHostInstallerArgsParams) WithDefaults() *V2UpdateHostInstallerArgsParams
- func (o *V2UpdateHostInstallerArgsParams) WithHTTPClient(client *http.Client) *V2UpdateHostInstallerArgsParams
- func (o *V2UpdateHostInstallerArgsParams) WithHostID(hostID strfmt.UUID) *V2UpdateHostInstallerArgsParams
- func (o *V2UpdateHostInstallerArgsParams) WithInfraEnvID(infraEnvID strfmt.UUID) *V2UpdateHostInstallerArgsParams
- func (o *V2UpdateHostInstallerArgsParams) WithInstallerArgsParams(installerArgsParams *models.InstallerArgsParams) *V2UpdateHostInstallerArgsParams
- func (o *V2UpdateHostInstallerArgsParams) WithTimeout(timeout time.Duration) *V2UpdateHostInstallerArgsParams
- func (o *V2UpdateHostInstallerArgsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V2UpdateHostInstallerArgsReader
- type V2UpdateHostInstallerArgsUnauthorized
- func (o *V2UpdateHostInstallerArgsUnauthorized) Error() string
- func (o *V2UpdateHostInstallerArgsUnauthorized) GetPayload() *models.InfraError
- func (o *V2UpdateHostInstallerArgsUnauthorized) IsClientError() bool
- func (o *V2UpdateHostInstallerArgsUnauthorized) IsCode(code int) bool
- func (o *V2UpdateHostInstallerArgsUnauthorized) IsRedirect() bool
- func (o *V2UpdateHostInstallerArgsUnauthorized) IsServerError() bool
- func (o *V2UpdateHostInstallerArgsUnauthorized) IsSuccess() bool
- func (o *V2UpdateHostInstallerArgsUnauthorized) String() string
- type V2UpdateHostInternalServerError
- func (o *V2UpdateHostInternalServerError) Error() string
- func (o *V2UpdateHostInternalServerError) GetPayload() *models.Error
- func (o *V2UpdateHostInternalServerError) IsClientError() bool
- func (o *V2UpdateHostInternalServerError) IsCode(code int) bool
- func (o *V2UpdateHostInternalServerError) IsRedirect() bool
- func (o *V2UpdateHostInternalServerError) IsServerError() bool
- func (o *V2UpdateHostInternalServerError) IsSuccess() bool
- func (o *V2UpdateHostInternalServerError) String() string
- type V2UpdateHostLogsProgressConflict
- func (o *V2UpdateHostLogsProgressConflict) Error() string
- func (o *V2UpdateHostLogsProgressConflict) GetPayload() *models.Error
- func (o *V2UpdateHostLogsProgressConflict) IsClientError() bool
- func (o *V2UpdateHostLogsProgressConflict) IsCode(code int) bool
- func (o *V2UpdateHostLogsProgressConflict) IsRedirect() bool
- func (o *V2UpdateHostLogsProgressConflict) IsServerError() bool
- func (o *V2UpdateHostLogsProgressConflict) IsSuccess() bool
- func (o *V2UpdateHostLogsProgressConflict) String() string
- type V2UpdateHostLogsProgressForbidden
- func (o *V2UpdateHostLogsProgressForbidden) Error() string
- func (o *V2UpdateHostLogsProgressForbidden) GetPayload() *models.InfraError
- func (o *V2UpdateHostLogsProgressForbidden) IsClientError() bool
- func (o *V2UpdateHostLogsProgressForbidden) IsCode(code int) bool
- func (o *V2UpdateHostLogsProgressForbidden) IsRedirect() bool
- func (o *V2UpdateHostLogsProgressForbidden) IsServerError() bool
- func (o *V2UpdateHostLogsProgressForbidden) IsSuccess() bool
- func (o *V2UpdateHostLogsProgressForbidden) String() string
- type V2UpdateHostLogsProgressInternalServerError
- func (o *V2UpdateHostLogsProgressInternalServerError) Error() string
- func (o *V2UpdateHostLogsProgressInternalServerError) GetPayload() *models.Error
- func (o *V2UpdateHostLogsProgressInternalServerError) IsClientError() bool
- func (o *V2UpdateHostLogsProgressInternalServerError) IsCode(code int) bool
- func (o *V2UpdateHostLogsProgressInternalServerError) IsRedirect() bool
- func (o *V2UpdateHostLogsProgressInternalServerError) IsServerError() bool
- func (o *V2UpdateHostLogsProgressInternalServerError) IsSuccess() bool
- func (o *V2UpdateHostLogsProgressInternalServerError) String() string
- type V2UpdateHostLogsProgressMethodNotAllowed
- func (o *V2UpdateHostLogsProgressMethodNotAllowed) Error() string
- func (o *V2UpdateHostLogsProgressMethodNotAllowed) GetPayload() *models.Error
- func (o *V2UpdateHostLogsProgressMethodNotAllowed) IsClientError() bool
- func (o *V2UpdateHostLogsProgressMethodNotAllowed) IsCode(code int) bool
- func (o *V2UpdateHostLogsProgressMethodNotAllowed) IsRedirect() bool
- func (o *V2UpdateHostLogsProgressMethodNotAllowed) IsServerError() bool
- func (o *V2UpdateHostLogsProgressMethodNotAllowed) IsSuccess() bool
- func (o *V2UpdateHostLogsProgressMethodNotAllowed) String() string
- type V2UpdateHostLogsProgressNoContent
- func (o *V2UpdateHostLogsProgressNoContent) Error() string
- func (o *V2UpdateHostLogsProgressNoContent) IsClientError() bool
- func (o *V2UpdateHostLogsProgressNoContent) IsCode(code int) bool
- func (o *V2UpdateHostLogsProgressNoContent) IsRedirect() bool
- func (o *V2UpdateHostLogsProgressNoContent) IsServerError() bool
- func (o *V2UpdateHostLogsProgressNoContent) IsSuccess() bool
- func (o *V2UpdateHostLogsProgressNoContent) String() string
- type V2UpdateHostLogsProgressNotFound
- func (o *V2UpdateHostLogsProgressNotFound) Error() string
- func (o *V2UpdateHostLogsProgressNotFound) GetPayload() *models.Error
- func (o *V2UpdateHostLogsProgressNotFound) IsClientError() bool
- func (o *V2UpdateHostLogsProgressNotFound) IsCode(code int) bool
- func (o *V2UpdateHostLogsProgressNotFound) IsRedirect() bool
- func (o *V2UpdateHostLogsProgressNotFound) IsServerError() bool
- func (o *V2UpdateHostLogsProgressNotFound) IsSuccess() bool
- func (o *V2UpdateHostLogsProgressNotFound) String() string
- type V2UpdateHostLogsProgressNotImplemented
- func (o *V2UpdateHostLogsProgressNotImplemented) Error() string
- func (o *V2UpdateHostLogsProgressNotImplemented) GetPayload() *models.Error
- func (o *V2UpdateHostLogsProgressNotImplemented) IsClientError() bool
- func (o *V2UpdateHostLogsProgressNotImplemented) IsCode(code int) bool
- func (o *V2UpdateHostLogsProgressNotImplemented) IsRedirect() bool
- func (o *V2UpdateHostLogsProgressNotImplemented) IsServerError() bool
- func (o *V2UpdateHostLogsProgressNotImplemented) IsSuccess() bool
- func (o *V2UpdateHostLogsProgressNotImplemented) String() string
- type V2UpdateHostLogsProgressParams
- func NewV2UpdateHostLogsProgressParams() *V2UpdateHostLogsProgressParams
- func NewV2UpdateHostLogsProgressParamsWithContext(ctx context.Context) *V2UpdateHostLogsProgressParams
- func NewV2UpdateHostLogsProgressParamsWithHTTPClient(client *http.Client) *V2UpdateHostLogsProgressParams
- func NewV2UpdateHostLogsProgressParamsWithTimeout(timeout time.Duration) *V2UpdateHostLogsProgressParams
- func (o *V2UpdateHostLogsProgressParams) SetContext(ctx context.Context)
- func (o *V2UpdateHostLogsProgressParams) SetDefaults()
- func (o *V2UpdateHostLogsProgressParams) SetHTTPClient(client *http.Client)
- func (o *V2UpdateHostLogsProgressParams) SetHostID(hostID strfmt.UUID)
- func (o *V2UpdateHostLogsProgressParams) SetInfraEnvID(infraEnvID strfmt.UUID)
- func (o *V2UpdateHostLogsProgressParams) SetLogsProgressParams(logsProgressParams *models.LogsProgressParams)
- func (o *V2UpdateHostLogsProgressParams) SetTimeout(timeout time.Duration)
- func (o *V2UpdateHostLogsProgressParams) WithContext(ctx context.Context) *V2UpdateHostLogsProgressParams
- func (o *V2UpdateHostLogsProgressParams) WithDefaults() *V2UpdateHostLogsProgressParams
- func (o *V2UpdateHostLogsProgressParams) WithHTTPClient(client *http.Client) *V2UpdateHostLogsProgressParams
- func (o *V2UpdateHostLogsProgressParams) WithHostID(hostID strfmt.UUID) *V2UpdateHostLogsProgressParams
- func (o *V2UpdateHostLogsProgressParams) WithInfraEnvID(infraEnvID strfmt.UUID) *V2UpdateHostLogsProgressParams
- func (o *V2UpdateHostLogsProgressParams) WithLogsProgressParams(logsProgressParams *models.LogsProgressParams) *V2UpdateHostLogsProgressParams
- func (o *V2UpdateHostLogsProgressParams) WithTimeout(timeout time.Duration) *V2UpdateHostLogsProgressParams
- func (o *V2UpdateHostLogsProgressParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V2UpdateHostLogsProgressReader
- type V2UpdateHostLogsProgressServiceUnavailable
- func (o *V2UpdateHostLogsProgressServiceUnavailable) Error() string
- func (o *V2UpdateHostLogsProgressServiceUnavailable) GetPayload() *models.Error
- func (o *V2UpdateHostLogsProgressServiceUnavailable) IsClientError() bool
- func (o *V2UpdateHostLogsProgressServiceUnavailable) IsCode(code int) bool
- func (o *V2UpdateHostLogsProgressServiceUnavailable) IsRedirect() bool
- func (o *V2UpdateHostLogsProgressServiceUnavailable) IsServerError() bool
- func (o *V2UpdateHostLogsProgressServiceUnavailable) IsSuccess() bool
- func (o *V2UpdateHostLogsProgressServiceUnavailable) String() string
- type V2UpdateHostLogsProgressUnauthorized
- func (o *V2UpdateHostLogsProgressUnauthorized) Error() string
- func (o *V2UpdateHostLogsProgressUnauthorized) GetPayload() *models.InfraError
- func (o *V2UpdateHostLogsProgressUnauthorized) IsClientError() bool
- func (o *V2UpdateHostLogsProgressUnauthorized) IsCode(code int) bool
- func (o *V2UpdateHostLogsProgressUnauthorized) IsRedirect() bool
- func (o *V2UpdateHostLogsProgressUnauthorized) IsServerError() bool
- func (o *V2UpdateHostLogsProgressUnauthorized) IsSuccess() bool
- func (o *V2UpdateHostLogsProgressUnauthorized) String() string
- type V2UpdateHostMethodNotAllowed
- func (o *V2UpdateHostMethodNotAllowed) Error() string
- func (o *V2UpdateHostMethodNotAllowed) GetPayload() *models.Error
- func (o *V2UpdateHostMethodNotAllowed) IsClientError() bool
- func (o *V2UpdateHostMethodNotAllowed) IsCode(code int) bool
- func (o *V2UpdateHostMethodNotAllowed) IsRedirect() bool
- func (o *V2UpdateHostMethodNotAllowed) IsServerError() bool
- func (o *V2UpdateHostMethodNotAllowed) IsSuccess() bool
- func (o *V2UpdateHostMethodNotAllowed) String() string
- type V2UpdateHostNotFound
- func (o *V2UpdateHostNotFound) Error() string
- func (o *V2UpdateHostNotFound) GetPayload() *models.Error
- func (o *V2UpdateHostNotFound) IsClientError() bool
- func (o *V2UpdateHostNotFound) IsCode(code int) bool
- func (o *V2UpdateHostNotFound) IsRedirect() bool
- func (o *V2UpdateHostNotFound) IsServerError() bool
- func (o *V2UpdateHostNotFound) IsSuccess() bool
- func (o *V2UpdateHostNotFound) String() string
- type V2UpdateHostParams
- func (o *V2UpdateHostParams) SetContext(ctx context.Context)
- func (o *V2UpdateHostParams) SetDefaults()
- func (o *V2UpdateHostParams) SetHTTPClient(client *http.Client)
- func (o *V2UpdateHostParams) SetHostID(hostID strfmt.UUID)
- func (o *V2UpdateHostParams) SetHostUpdateParams(hostUpdateParams *models.HostUpdateParams)
- func (o *V2UpdateHostParams) SetInfraEnvID(infraEnvID strfmt.UUID)
- func (o *V2UpdateHostParams) SetTimeout(timeout time.Duration)
- func (o *V2UpdateHostParams) WithContext(ctx context.Context) *V2UpdateHostParams
- func (o *V2UpdateHostParams) WithDefaults() *V2UpdateHostParams
- func (o *V2UpdateHostParams) WithHTTPClient(client *http.Client) *V2UpdateHostParams
- func (o *V2UpdateHostParams) WithHostID(hostID strfmt.UUID) *V2UpdateHostParams
- func (o *V2UpdateHostParams) WithHostUpdateParams(hostUpdateParams *models.HostUpdateParams) *V2UpdateHostParams
- func (o *V2UpdateHostParams) WithInfraEnvID(infraEnvID strfmt.UUID) *V2UpdateHostParams
- func (o *V2UpdateHostParams) WithTimeout(timeout time.Duration) *V2UpdateHostParams
- func (o *V2UpdateHostParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V2UpdateHostReader
- type V2UpdateHostUnauthorized
- func (o *V2UpdateHostUnauthorized) Error() string
- func (o *V2UpdateHostUnauthorized) GetPayload() *models.InfraError
- func (o *V2UpdateHostUnauthorized) IsClientError() bool
- func (o *V2UpdateHostUnauthorized) IsCode(code int) bool
- func (o *V2UpdateHostUnauthorized) IsRedirect() bool
- func (o *V2UpdateHostUnauthorized) IsServerError() bool
- func (o *V2UpdateHostUnauthorized) IsSuccess() bool
- func (o *V2UpdateHostUnauthorized) String() string
- type V2UploadClusterIngressCertBadRequest
- func (o *V2UploadClusterIngressCertBadRequest) Error() string
- func (o *V2UploadClusterIngressCertBadRequest) GetPayload() *models.Error
- func (o *V2UploadClusterIngressCertBadRequest) IsClientError() bool
- func (o *V2UploadClusterIngressCertBadRequest) IsCode(code int) bool
- func (o *V2UploadClusterIngressCertBadRequest) IsRedirect() bool
- func (o *V2UploadClusterIngressCertBadRequest) IsServerError() bool
- func (o *V2UploadClusterIngressCertBadRequest) IsSuccess() bool
- func (o *V2UploadClusterIngressCertBadRequest) String() string
- type V2UploadClusterIngressCertCreated
- func (o *V2UploadClusterIngressCertCreated) Error() string
- func (o *V2UploadClusterIngressCertCreated) IsClientError() bool
- func (o *V2UploadClusterIngressCertCreated) IsCode(code int) bool
- func (o *V2UploadClusterIngressCertCreated) IsRedirect() bool
- func (o *V2UploadClusterIngressCertCreated) IsServerError() bool
- func (o *V2UploadClusterIngressCertCreated) IsSuccess() bool
- func (o *V2UploadClusterIngressCertCreated) String() string
- type V2UploadClusterIngressCertForbidden
- func (o *V2UploadClusterIngressCertForbidden) Error() string
- func (o *V2UploadClusterIngressCertForbidden) GetPayload() *models.InfraError
- func (o *V2UploadClusterIngressCertForbidden) IsClientError() bool
- func (o *V2UploadClusterIngressCertForbidden) IsCode(code int) bool
- func (o *V2UploadClusterIngressCertForbidden) IsRedirect() bool
- func (o *V2UploadClusterIngressCertForbidden) IsServerError() bool
- func (o *V2UploadClusterIngressCertForbidden) IsSuccess() bool
- func (o *V2UploadClusterIngressCertForbidden) String() string
- type V2UploadClusterIngressCertInternalServerError
- func (o *V2UploadClusterIngressCertInternalServerError) Error() string
- func (o *V2UploadClusterIngressCertInternalServerError) GetPayload() *models.Error
- func (o *V2UploadClusterIngressCertInternalServerError) IsClientError() bool
- func (o *V2UploadClusterIngressCertInternalServerError) IsCode(code int) bool
- func (o *V2UploadClusterIngressCertInternalServerError) IsRedirect() bool
- func (o *V2UploadClusterIngressCertInternalServerError) IsServerError() bool
- func (o *V2UploadClusterIngressCertInternalServerError) IsSuccess() bool
- func (o *V2UploadClusterIngressCertInternalServerError) String() string
- type V2UploadClusterIngressCertMethodNotAllowed
- func (o *V2UploadClusterIngressCertMethodNotAllowed) Error() string
- func (o *V2UploadClusterIngressCertMethodNotAllowed) GetPayload() *models.Error
- func (o *V2UploadClusterIngressCertMethodNotAllowed) IsClientError() bool
- func (o *V2UploadClusterIngressCertMethodNotAllowed) IsCode(code int) bool
- func (o *V2UploadClusterIngressCertMethodNotAllowed) IsRedirect() bool
- func (o *V2UploadClusterIngressCertMethodNotAllowed) IsServerError() bool
- func (o *V2UploadClusterIngressCertMethodNotAllowed) IsSuccess() bool
- func (o *V2UploadClusterIngressCertMethodNotAllowed) String() string
- type V2UploadClusterIngressCertNotFound
- func (o *V2UploadClusterIngressCertNotFound) Error() string
- func (o *V2UploadClusterIngressCertNotFound) GetPayload() *models.Error
- func (o *V2UploadClusterIngressCertNotFound) IsClientError() bool
- func (o *V2UploadClusterIngressCertNotFound) IsCode(code int) bool
- func (o *V2UploadClusterIngressCertNotFound) IsRedirect() bool
- func (o *V2UploadClusterIngressCertNotFound) IsServerError() bool
- func (o *V2UploadClusterIngressCertNotFound) IsSuccess() bool
- func (o *V2UploadClusterIngressCertNotFound) String() string
- type V2UploadClusterIngressCertParams
- func NewV2UploadClusterIngressCertParams() *V2UploadClusterIngressCertParams
- func NewV2UploadClusterIngressCertParamsWithContext(ctx context.Context) *V2UploadClusterIngressCertParams
- func NewV2UploadClusterIngressCertParamsWithHTTPClient(client *http.Client) *V2UploadClusterIngressCertParams
- func NewV2UploadClusterIngressCertParamsWithTimeout(timeout time.Duration) *V2UploadClusterIngressCertParams
- func (o *V2UploadClusterIngressCertParams) SetClusterID(clusterID strfmt.UUID)
- func (o *V2UploadClusterIngressCertParams) SetContext(ctx context.Context)
- func (o *V2UploadClusterIngressCertParams) SetDefaults()
- func (o *V2UploadClusterIngressCertParams) SetDiscoveryAgentVersion(discoveryAgentVersion *string)
- func (o *V2UploadClusterIngressCertParams) SetHTTPClient(client *http.Client)
- func (o *V2UploadClusterIngressCertParams) SetIngressCertParams(ingressCertParams models.IngressCertParams)
- func (o *V2UploadClusterIngressCertParams) SetTimeout(timeout time.Duration)
- func (o *V2UploadClusterIngressCertParams) WithClusterID(clusterID strfmt.UUID) *V2UploadClusterIngressCertParams
- func (o *V2UploadClusterIngressCertParams) WithContext(ctx context.Context) *V2UploadClusterIngressCertParams
- func (o *V2UploadClusterIngressCertParams) WithDefaults() *V2UploadClusterIngressCertParams
- func (o *V2UploadClusterIngressCertParams) WithDiscoveryAgentVersion(discoveryAgentVersion *string) *V2UploadClusterIngressCertParams
- func (o *V2UploadClusterIngressCertParams) WithHTTPClient(client *http.Client) *V2UploadClusterIngressCertParams
- func (o *V2UploadClusterIngressCertParams) WithIngressCertParams(ingressCertParams models.IngressCertParams) *V2UploadClusterIngressCertParams
- func (o *V2UploadClusterIngressCertParams) WithTimeout(timeout time.Duration) *V2UploadClusterIngressCertParams
- func (o *V2UploadClusterIngressCertParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V2UploadClusterIngressCertReader
- type V2UploadClusterIngressCertServiceUnavailable
- func (o *V2UploadClusterIngressCertServiceUnavailable) Error() string
- func (o *V2UploadClusterIngressCertServiceUnavailable) GetPayload() *models.Error
- func (o *V2UploadClusterIngressCertServiceUnavailable) IsClientError() bool
- func (o *V2UploadClusterIngressCertServiceUnavailable) IsCode(code int) bool
- func (o *V2UploadClusterIngressCertServiceUnavailable) IsRedirect() bool
- func (o *V2UploadClusterIngressCertServiceUnavailable) IsServerError() bool
- func (o *V2UploadClusterIngressCertServiceUnavailable) IsSuccess() bool
- func (o *V2UploadClusterIngressCertServiceUnavailable) String() string
- type V2UploadClusterIngressCertUnauthorized
- func (o *V2UploadClusterIngressCertUnauthorized) Error() string
- func (o *V2UploadClusterIngressCertUnauthorized) GetPayload() *models.InfraError
- func (o *V2UploadClusterIngressCertUnauthorized) IsClientError() bool
- func (o *V2UploadClusterIngressCertUnauthorized) IsCode(code int) bool
- func (o *V2UploadClusterIngressCertUnauthorized) IsRedirect() bool
- func (o *V2UploadClusterIngressCertUnauthorized) IsServerError() bool
- func (o *V2UploadClusterIngressCertUnauthorized) IsSuccess() bool
- func (o *V2UploadClusterIngressCertUnauthorized) String() string
- type V2UploadLogsConflict
- func (o *V2UploadLogsConflict) Error() string
- func (o *V2UploadLogsConflict) GetPayload() *models.Error
- func (o *V2UploadLogsConflict) IsClientError() bool
- func (o *V2UploadLogsConflict) IsCode(code int) bool
- func (o *V2UploadLogsConflict) IsRedirect() bool
- func (o *V2UploadLogsConflict) IsServerError() bool
- func (o *V2UploadLogsConflict) IsSuccess() bool
- func (o *V2UploadLogsConflict) String() string
- type V2UploadLogsForbidden
- func (o *V2UploadLogsForbidden) Error() string
- func (o *V2UploadLogsForbidden) GetPayload() *models.InfraError
- func (o *V2UploadLogsForbidden) IsClientError() bool
- func (o *V2UploadLogsForbidden) IsCode(code int) bool
- func (o *V2UploadLogsForbidden) IsRedirect() bool
- func (o *V2UploadLogsForbidden) IsServerError() bool
- func (o *V2UploadLogsForbidden) IsSuccess() bool
- func (o *V2UploadLogsForbidden) String() string
- type V2UploadLogsInternalServerError
- func (o *V2UploadLogsInternalServerError) Error() string
- func (o *V2UploadLogsInternalServerError) GetPayload() *models.Error
- func (o *V2UploadLogsInternalServerError) IsClientError() bool
- func (o *V2UploadLogsInternalServerError) IsCode(code int) bool
- func (o *V2UploadLogsInternalServerError) IsRedirect() bool
- func (o *V2UploadLogsInternalServerError) IsServerError() bool
- func (o *V2UploadLogsInternalServerError) IsSuccess() bool
- func (o *V2UploadLogsInternalServerError) String() string
- type V2UploadLogsMethodNotAllowed
- func (o *V2UploadLogsMethodNotAllowed) Error() string
- func (o *V2UploadLogsMethodNotAllowed) GetPayload() *models.Error
- func (o *V2UploadLogsMethodNotAllowed) IsClientError() bool
- func (o *V2UploadLogsMethodNotAllowed) IsCode(code int) bool
- func (o *V2UploadLogsMethodNotAllowed) IsRedirect() bool
- func (o *V2UploadLogsMethodNotAllowed) IsServerError() bool
- func (o *V2UploadLogsMethodNotAllowed) IsSuccess() bool
- func (o *V2UploadLogsMethodNotAllowed) String() string
- type V2UploadLogsNoContent
- func (o *V2UploadLogsNoContent) Error() string
- func (o *V2UploadLogsNoContent) IsClientError() bool
- func (o *V2UploadLogsNoContent) IsCode(code int) bool
- func (o *V2UploadLogsNoContent) IsRedirect() bool
- func (o *V2UploadLogsNoContent) IsServerError() bool
- func (o *V2UploadLogsNoContent) IsSuccess() bool
- func (o *V2UploadLogsNoContent) String() string
- type V2UploadLogsNotFound
- func (o *V2UploadLogsNotFound) Error() string
- func (o *V2UploadLogsNotFound) GetPayload() *models.Error
- func (o *V2UploadLogsNotFound) IsClientError() bool
- func (o *V2UploadLogsNotFound) IsCode(code int) bool
- func (o *V2UploadLogsNotFound) IsRedirect() bool
- func (o *V2UploadLogsNotFound) IsServerError() bool
- func (o *V2UploadLogsNotFound) IsSuccess() bool
- func (o *V2UploadLogsNotFound) String() string
- type V2UploadLogsParams
- func (o *V2UploadLogsParams) SetClusterID(clusterID strfmt.UUID)
- func (o *V2UploadLogsParams) SetContext(ctx context.Context)
- func (o *V2UploadLogsParams) SetDefaults()
- func (o *V2UploadLogsParams) SetHTTPClient(client *http.Client)
- func (o *V2UploadLogsParams) SetHostID(hostID *strfmt.UUID)
- func (o *V2UploadLogsParams) SetInfraEnvID(infraEnvID *strfmt.UUID)
- func (o *V2UploadLogsParams) SetLogsType(logsType string)
- func (o *V2UploadLogsParams) SetTimeout(timeout time.Duration)
- func (o *V2UploadLogsParams) SetUpfile(upfile runtime.NamedReadCloser)
- func (o *V2UploadLogsParams) WithClusterID(clusterID strfmt.UUID) *V2UploadLogsParams
- func (o *V2UploadLogsParams) WithContext(ctx context.Context) *V2UploadLogsParams
- func (o *V2UploadLogsParams) WithDefaults() *V2UploadLogsParams
- func (o *V2UploadLogsParams) WithHTTPClient(client *http.Client) *V2UploadLogsParams
- func (o *V2UploadLogsParams) WithHostID(hostID *strfmt.UUID) *V2UploadLogsParams
- func (o *V2UploadLogsParams) WithInfraEnvID(infraEnvID *strfmt.UUID) *V2UploadLogsParams
- func (o *V2UploadLogsParams) WithLogsType(logsType string) *V2UploadLogsParams
- func (o *V2UploadLogsParams) WithTimeout(timeout time.Duration) *V2UploadLogsParams
- func (o *V2UploadLogsParams) WithUpfile(upfile runtime.NamedReadCloser) *V2UploadLogsParams
- func (o *V2UploadLogsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V2UploadLogsReader
- type V2UploadLogsServiceUnavailable
- func (o *V2UploadLogsServiceUnavailable) Error() string
- func (o *V2UploadLogsServiceUnavailable) GetPayload() *models.Error
- func (o *V2UploadLogsServiceUnavailable) IsClientError() bool
- func (o *V2UploadLogsServiceUnavailable) IsCode(code int) bool
- func (o *V2UploadLogsServiceUnavailable) IsRedirect() bool
- func (o *V2UploadLogsServiceUnavailable) IsServerError() bool
- func (o *V2UploadLogsServiceUnavailable) IsSuccess() bool
- func (o *V2UploadLogsServiceUnavailable) String() string
- type V2UploadLogsUnauthorized
- func (o *V2UploadLogsUnauthorized) Error() string
- func (o *V2UploadLogsUnauthorized) GetPayload() *models.InfraError
- func (o *V2UploadLogsUnauthorized) IsClientError() bool
- func (o *V2UploadLogsUnauthorized) IsCode(code int) bool
- func (o *V2UploadLogsUnauthorized) IsRedirect() bool
- func (o *V2UploadLogsUnauthorized) IsServerError() bool
- func (o *V2UploadLogsUnauthorized) IsSuccess() bool
- func (o *V2UploadLogsUnauthorized) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API interface { /* BindHost Bind host to a cluster*/ BindHost(ctx context.Context, params *BindHostParams) (*BindHostOK, error) /* DeregisterInfraEnv Deletes an infra-env.*/ DeregisterInfraEnv(ctx context.Context, params *DeregisterInfraEnvParams) (*DeregisterInfraEnvNoContent, error) /* DownloadMinimalInitrd Get the initial ramdisk for minimal ISO based installations. */ DownloadMinimalInitrd(ctx context.Context, params *DownloadMinimalInitrdParams, writer io.Writer) (*DownloadMinimalInitrdOK, *DownloadMinimalInitrdNoContent, error) /* GetClusterSupportedPlatforms A list of platforms that this cluster can support in its current configuration.*/ GetClusterSupportedPlatforms(ctx context.Context, params *GetClusterSupportedPlatformsParams) (*GetClusterSupportedPlatformsOK, error) /* GetInfraEnv Retrieves the details of the infra-env.*/ GetInfraEnv(ctx context.Context, params *GetInfraEnvParams) (*GetInfraEnvOK, error) /* GetInfraEnvDownloadURL Creates a new pre-signed image download URL for the infra-env.*/ GetInfraEnvDownloadURL(ctx context.Context, params *GetInfraEnvDownloadURLParams) (*GetInfraEnvDownloadURLOK, error) /* GetInfraEnvPresignedFileURL Creates a new pre-signed download URL for the infra-env.*/ GetInfraEnvPresignedFileURL(ctx context.Context, params *GetInfraEnvPresignedFileURLParams) (*GetInfraEnvPresignedFileURLOK, error) /* GetSupportedArchitectures Retrieves the architecture support-levels for each OpenShift version.*/ GetSupportedArchitectures(ctx context.Context, params *GetSupportedArchitecturesParams) (*GetSupportedArchitecturesOK, error) /* GetSupportedFeatures Retrieves the features support levels for each OpenShift version.*/ GetSupportedFeatures(ctx context.Context, params *GetSupportedFeaturesParams) (*GetSupportedFeaturesOK, error) /* ListClusterHosts Get a list of cluster hosts according to supplied filters.*/ ListClusterHosts(ctx context.Context, params *ListClusterHostsParams) (*ListClusterHostsOK, error) /* ListInfraEnvs Retrieves the list of infra-envs.*/ ListInfraEnvs(ctx context.Context, params *ListInfraEnvsParams) (*ListInfraEnvsOK, error) /* RegenerateInfraEnvSigningKey Regenerate InfraEnv token signing key.*/ RegenerateInfraEnvSigningKey(ctx context.Context, params *RegenerateInfraEnvSigningKeyParams) (*RegenerateInfraEnvSigningKeyNoContent, error) /* RegisterInfraEnv Creates a new OpenShift Discovery ISO.*/ RegisterInfraEnv(ctx context.Context, params *RegisterInfraEnvParams) (*RegisterInfraEnvCreated, error) /* TransformClusterToAddingHosts Transforms installed cluster to a state which allows adding hosts.*/ TransformClusterToAddingHosts(ctx context.Context, params *TransformClusterToAddingHostsParams) (*TransformClusterToAddingHostsAccepted, error) /* TransformClusterToDay2 Deprecated, maintained for legacy purposes. Does the same thing as allow-add-hosts. Use allow-add-hosts instead.*/ TransformClusterToDay2(ctx context.Context, params *TransformClusterToDay2Params) (*TransformClusterToDay2Accepted, error) /* UnbindHost Unbind host to a cluster*/ UnbindHost(ctx context.Context, params *UnbindHostParams) (*UnbindHostOK, error) /* UpdateInfraEnv Updates an infra-env.*/ UpdateInfraEnv(ctx context.Context, params *UpdateInfraEnvParams) (*UpdateInfraEnvCreated, error) /* V2CancelInstallation Cancels an ongoing installation.*/ V2CancelInstallation(ctx context.Context, params *V2CancelInstallationParams) (*V2CancelInstallationAccepted, error) /* V2DownloadClusterCredentials Downloads credentials relating to the installed/installing cluster.*/ V2DownloadClusterCredentials(ctx context.Context, params *V2DownloadClusterCredentialsParams, writer io.Writer) (*V2DownloadClusterCredentialsOK, error) /* V2DownloadClusterFiles Downloads files relating to the installed/installing cluster.*/ V2DownloadClusterFiles(ctx context.Context, params *V2DownloadClusterFilesParams, writer io.Writer) (*V2DownloadClusterFilesOK, error) /* V2DownloadClusterLogs Download cluster logs.*/ V2DownloadClusterLogs(ctx context.Context, params *V2DownloadClusterLogsParams, writer io.Writer) (*V2DownloadClusterLogsOK, error) /* V2GetClusterDefaultConfig Get the default values for various cluster properties.*/ V2GetClusterDefaultConfig(ctx context.Context, params *V2GetClusterDefaultConfigParams) (*V2GetClusterDefaultConfigOK, error) /* V2GetClusterUISettings Fetch cluster specific UI settings.*/ V2GetClusterUISettings(ctx context.Context, params *V2GetClusterUISettingsParams) (*V2GetClusterUISettingsOK, error) /* V2GetCredentials Get the cluster admin credentials.*/ V2GetCredentials(ctx context.Context, params *V2GetCredentialsParams) (*V2GetCredentialsOK, error) /* V2GetPresignedForClusterCredentials Get the cluster admin credentials.*/ V2GetPresignedForClusterCredentials(ctx context.Context, params *V2GetPresignedForClusterCredentialsParams) (*V2GetPresignedForClusterCredentialsOK, error) /* V2GetPresignedForClusterFiles Retrieves a pre-signed S3 URL for downloading cluster files.*/ V2GetPresignedForClusterFiles(ctx context.Context, params *V2GetPresignedForClusterFilesParams) (*V2GetPresignedForClusterFilesOK, error) /* V2UpdateCluster Updates an OpenShift cluster definition.*/ V2UpdateCluster(ctx context.Context, params *V2UpdateClusterParams) (*V2UpdateClusterCreated, error) /* V2UpdateClusterUISettings Update cluster specific UI settings.*/ V2UpdateClusterUISettings(ctx context.Context, params *V2UpdateClusterUISettingsParams) (*V2UpdateClusterUISettingsOK, error) /* V2UploadLogs Agent API to upload logs.*/ V2UploadLogs(ctx context.Context, params *V2UploadLogsParams) (*V2UploadLogsNoContent, error) /* V2CompleteInstallation Agent API to mark a finalizing installation as complete and progress to 100%.*/ V2CompleteInstallation(ctx context.Context, params *V2CompleteInstallationParams) (*V2CompleteInstallationAccepted, error) /* V2DeregisterCluster Deletes an OpenShift cluster definition.*/ V2DeregisterCluster(ctx context.Context, params *V2DeregisterClusterParams) (*V2DeregisterClusterNoContent, error) /* V2DeregisterHost Deregisters an OpenShift host.*/ V2DeregisterHost(ctx context.Context, params *V2DeregisterHostParams) (*V2DeregisterHostNoContent, error) /* V2DownloadHostIgnition Downloads the customized ignition file for this bound host, produces octet stream. For unbound host - error is returned*/ V2DownloadHostIgnition(ctx context.Context, params *V2DownloadHostIgnitionParams, writer io.Writer) (*V2DownloadHostIgnitionOK, error) /* V2DownloadInfraEnvFiles Downloads the customized ignition file for this host*/ V2DownloadInfraEnvFiles(ctx context.Context, params *V2DownloadInfraEnvFilesParams, writer io.Writer) (*V2DownloadInfraEnvFilesOK, error) /* V2GetCluster Retrieves the details of the OpenShift cluster.*/ V2GetCluster(ctx context.Context, params *V2GetClusterParams) (*V2GetClusterOK, error) /* V2GetClusterInstallConfig Get the cluster's install config YAML.*/ V2GetClusterInstallConfig(ctx context.Context, params *V2GetClusterInstallConfigParams) (*V2GetClusterInstallConfigOK, error) /* V2GetHost Retrieves the details of the OpenShift host.*/ V2GetHost(ctx context.Context, params *V2GetHostParams) (*V2GetHostOK, error) /* V2GetHostIgnition Fetch the ignition file for this host as a string. In case of unbound host produces an error*/ V2GetHostIgnition(ctx context.Context, params *V2GetHostIgnitionParams) (*V2GetHostIgnitionOK, error) /* V2GetIgnoredValidations Fetch the validations which are to be ignored for this cluster.*/ V2GetIgnoredValidations(ctx context.Context, params *V2GetIgnoredValidationsParams) (*V2GetIgnoredValidationsOK, error) /* V2GetNextSteps Retrieves the next operations that the host agent needs to perform.*/ V2GetNextSteps(ctx context.Context, params *V2GetNextStepsParams) (*V2GetNextStepsOK, error) /* V2GetPreflightRequirements Get preflight requirements for a cluster.*/ V2GetPreflightRequirements(ctx context.Context, params *V2GetPreflightRequirementsParams) (*V2GetPreflightRequirementsOK, error) /* V2ImportCluster Import an AI cluster using minimal data associated with existing OCP cluster, in order to allow adding day2 hosts to that cluster*/ V2ImportCluster(ctx context.Context, params *V2ImportClusterParams) (*V2ImportClusterCreated, error) /* V2InstallCluster Installs the OpenShift cluster.*/ V2InstallCluster(ctx context.Context, params *V2InstallClusterParams) (*V2InstallClusterAccepted, error) /* V2InstallHost install specific host for day2 cluster.*/ V2InstallHost(ctx context.Context, params *V2InstallHostParams) (*V2InstallHostAccepted, error) /* V2ListClusters Retrieves the list of OpenShift clusters.*/ V2ListClusters(ctx context.Context, params *V2ListClustersParams) (*V2ListClustersOK, error) /* V2ListHosts Retrieves the list of OpenShift hosts that belong the infra-env.*/ V2ListHosts(ctx context.Context, params *V2ListHostsParams) (*V2ListHostsOK, error) /* V2PostStepReply Posts the result of the operations from the host agent.*/ V2PostStepReply(ctx context.Context, params *V2PostStepReplyParams) (*V2PostStepReplyNoContent, error) /* V2RegisterCluster Creates a new OpenShift cluster definition.*/ V2RegisterCluster(ctx context.Context, params *V2RegisterClusterParams) (*V2RegisterClusterCreated, error) /* V2RegisterHost Registers a new OpenShift agent.*/ V2RegisterHost(ctx context.Context, params *V2RegisterHostParams) (*V2RegisterHostCreated, error) /* V2ResetCluster Resets a failed installation.*/ V2ResetCluster(ctx context.Context, params *V2ResetClusterParams) (*V2ResetClusterAccepted, error) /* V2ResetHost reset a failed host for day2 cluster.*/ V2ResetHost(ctx context.Context, params *V2ResetHostParams) (*V2ResetHostOK, error) /* V2ResetHostValidation resets failed host validation Reset failed host validation. It may be performed on any host validation with persistent validation result.*/ V2ResetHostValidation(ctx context.Context, params *V2ResetHostValidationParams) (*V2ResetHostValidationOK, error) /* V2SetIgnoredValidations Register the validations which are to be ignored for this cluster.*/ V2SetIgnoredValidations(ctx context.Context, params *V2SetIgnoredValidationsParams) (*V2SetIgnoredValidationsCreated, error) /* V2UpdateClusterFinalizingProgress Update installation finalizing progress.*/ V2UpdateClusterFinalizingProgress(ctx context.Context, params *V2UpdateClusterFinalizingProgressParams) (*V2UpdateClusterFinalizingProgressOK, error) /* V2UpdateClusterInstallConfig Override values in the install config.*/ V2UpdateClusterInstallConfig(ctx context.Context, params *V2UpdateClusterInstallConfigParams) (*V2UpdateClusterInstallConfigCreated, error) /* V2UpdateClusterLogsProgress Update log collection state and progress.*/ V2UpdateClusterLogsProgress(ctx context.Context, params *V2UpdateClusterLogsProgressParams) (*V2UpdateClusterLogsProgressNoContent, error) /* V2UpdateHost Update an Openshift host*/ V2UpdateHost(ctx context.Context, params *V2UpdateHostParams) (*V2UpdateHostCreated, error) /* V2UpdateHostIgnition Patch the ignition file for this host*/ V2UpdateHostIgnition(ctx context.Context, params *V2UpdateHostIgnitionParams) (*V2UpdateHostIgnitionCreated, error) /* V2UpdateHostInstallProgress Update installation progress.*/ V2UpdateHostInstallProgress(ctx context.Context, params *V2UpdateHostInstallProgressParams) (*V2UpdateHostInstallProgressOK, error) /* V2UpdateHostInstallerArgs Updates a host's installer arguments.*/ V2UpdateHostInstallerArgs(ctx context.Context, params *V2UpdateHostInstallerArgsParams) (*V2UpdateHostInstallerArgsCreated, error) /* V2UpdateHostLogsProgress Update log collection state and progress.*/ V2UpdateHostLogsProgress(ctx context.Context, params *V2UpdateHostLogsProgressParams) (*V2UpdateHostLogsProgressNoContent, error) /* V2UploadClusterIngressCert Transfer the ingress certificate for the cluster.*/ V2UploadClusterIngressCert(ctx context.Context, params *V2UploadClusterIngressCertParams) (*V2UploadClusterIngressCertCreated, error) }
API is the interface of the installer client
type BindHostBadRequest ¶
BindHostBadRequest describes a response with status code 400, with default header values.
Error.
func NewBindHostBadRequest ¶
func NewBindHostBadRequest() *BindHostBadRequest
NewBindHostBadRequest creates a BindHostBadRequest with default headers values
func (*BindHostBadRequest) Error ¶
func (o *BindHostBadRequest) Error() string
func (*BindHostBadRequest) GetPayload ¶
func (o *BindHostBadRequest) GetPayload() *models.Error
func (*BindHostBadRequest) IsClientError ¶
func (o *BindHostBadRequest) IsClientError() bool
IsClientError returns true when this bind host bad request response has a 4xx status code
func (*BindHostBadRequest) IsCode ¶
func (o *BindHostBadRequest) IsCode(code int) bool
IsCode returns true when this bind host bad request response a status code equal to that given
func (*BindHostBadRequest) IsRedirect ¶
func (o *BindHostBadRequest) IsRedirect() bool
IsRedirect returns true when this bind host bad request response has a 3xx status code
func (*BindHostBadRequest) IsServerError ¶
func (o *BindHostBadRequest) IsServerError() bool
IsServerError returns true when this bind host bad request response has a 5xx status code
func (*BindHostBadRequest) IsSuccess ¶
func (o *BindHostBadRequest) IsSuccess() bool
IsSuccess returns true when this bind host bad request response has a 2xx status code
func (*BindHostBadRequest) String ¶
func (o *BindHostBadRequest) String() string
type BindHostForbidden ¶
type BindHostForbidden struct {
Payload *models.InfraError
}
BindHostForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewBindHostForbidden ¶
func NewBindHostForbidden() *BindHostForbidden
NewBindHostForbidden creates a BindHostForbidden with default headers values
func (*BindHostForbidden) Error ¶
func (o *BindHostForbidden) Error() string
func (*BindHostForbidden) GetPayload ¶
func (o *BindHostForbidden) GetPayload() *models.InfraError
func (*BindHostForbidden) IsClientError ¶
func (o *BindHostForbidden) IsClientError() bool
IsClientError returns true when this bind host forbidden response has a 4xx status code
func (*BindHostForbidden) IsCode ¶
func (o *BindHostForbidden) IsCode(code int) bool
IsCode returns true when this bind host forbidden response a status code equal to that given
func (*BindHostForbidden) IsRedirect ¶
func (o *BindHostForbidden) IsRedirect() bool
IsRedirect returns true when this bind host forbidden response has a 3xx status code
func (*BindHostForbidden) IsServerError ¶
func (o *BindHostForbidden) IsServerError() bool
IsServerError returns true when this bind host forbidden response has a 5xx status code
func (*BindHostForbidden) IsSuccess ¶
func (o *BindHostForbidden) IsSuccess() bool
IsSuccess returns true when this bind host forbidden response has a 2xx status code
func (*BindHostForbidden) String ¶
func (o *BindHostForbidden) String() string
type BindHostInternalServerError ¶
BindHostInternalServerError describes a response with status code 500, with default header values.
Error.
func NewBindHostInternalServerError ¶
func NewBindHostInternalServerError() *BindHostInternalServerError
NewBindHostInternalServerError creates a BindHostInternalServerError with default headers values
func (*BindHostInternalServerError) Error ¶
func (o *BindHostInternalServerError) Error() string
func (*BindHostInternalServerError) GetPayload ¶
func (o *BindHostInternalServerError) GetPayload() *models.Error
func (*BindHostInternalServerError) IsClientError ¶
func (o *BindHostInternalServerError) IsClientError() bool
IsClientError returns true when this bind host internal server error response has a 4xx status code
func (*BindHostInternalServerError) IsCode ¶
func (o *BindHostInternalServerError) IsCode(code int) bool
IsCode returns true when this bind host internal server error response a status code equal to that given
func (*BindHostInternalServerError) IsRedirect ¶
func (o *BindHostInternalServerError) IsRedirect() bool
IsRedirect returns true when this bind host internal server error response has a 3xx status code
func (*BindHostInternalServerError) IsServerError ¶
func (o *BindHostInternalServerError) IsServerError() bool
IsServerError returns true when this bind host internal server error response has a 5xx status code
func (*BindHostInternalServerError) IsSuccess ¶
func (o *BindHostInternalServerError) IsSuccess() bool
IsSuccess returns true when this bind host internal server error response has a 2xx status code
func (*BindHostInternalServerError) String ¶
func (o *BindHostInternalServerError) String() string
type BindHostMethodNotAllowed ¶
BindHostMethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewBindHostMethodNotAllowed ¶
func NewBindHostMethodNotAllowed() *BindHostMethodNotAllowed
NewBindHostMethodNotAllowed creates a BindHostMethodNotAllowed with default headers values
func (*BindHostMethodNotAllowed) Error ¶
func (o *BindHostMethodNotAllowed) Error() string
func (*BindHostMethodNotAllowed) GetPayload ¶
func (o *BindHostMethodNotAllowed) GetPayload() *models.Error
func (*BindHostMethodNotAllowed) IsClientError ¶
func (o *BindHostMethodNotAllowed) IsClientError() bool
IsClientError returns true when this bind host method not allowed response has a 4xx status code
func (*BindHostMethodNotAllowed) IsCode ¶
func (o *BindHostMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this bind host method not allowed response a status code equal to that given
func (*BindHostMethodNotAllowed) IsRedirect ¶
func (o *BindHostMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this bind host method not allowed response has a 3xx status code
func (*BindHostMethodNotAllowed) IsServerError ¶
func (o *BindHostMethodNotAllowed) IsServerError() bool
IsServerError returns true when this bind host method not allowed response has a 5xx status code
func (*BindHostMethodNotAllowed) IsSuccess ¶
func (o *BindHostMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this bind host method not allowed response has a 2xx status code
func (*BindHostMethodNotAllowed) String ¶
func (o *BindHostMethodNotAllowed) String() string
type BindHostNotFound ¶
BindHostNotFound describes a response with status code 404, with default header values.
Error.
func NewBindHostNotFound ¶
func NewBindHostNotFound() *BindHostNotFound
NewBindHostNotFound creates a BindHostNotFound with default headers values
func (*BindHostNotFound) Error ¶
func (o *BindHostNotFound) Error() string
func (*BindHostNotFound) GetPayload ¶
func (o *BindHostNotFound) GetPayload() *models.Error
func (*BindHostNotFound) IsClientError ¶
func (o *BindHostNotFound) IsClientError() bool
IsClientError returns true when this bind host not found response has a 4xx status code
func (*BindHostNotFound) IsCode ¶
func (o *BindHostNotFound) IsCode(code int) bool
IsCode returns true when this bind host not found response a status code equal to that given
func (*BindHostNotFound) IsRedirect ¶
func (o *BindHostNotFound) IsRedirect() bool
IsRedirect returns true when this bind host not found response has a 3xx status code
func (*BindHostNotFound) IsServerError ¶
func (o *BindHostNotFound) IsServerError() bool
IsServerError returns true when this bind host not found response has a 5xx status code
func (*BindHostNotFound) IsSuccess ¶
func (o *BindHostNotFound) IsSuccess() bool
IsSuccess returns true when this bind host not found response has a 2xx status code
func (*BindHostNotFound) String ¶
func (o *BindHostNotFound) String() string
type BindHostNotImplemented ¶
BindHostNotImplemented describes a response with status code 501, with default header values.
Not implemented.
func NewBindHostNotImplemented ¶
func NewBindHostNotImplemented() *BindHostNotImplemented
NewBindHostNotImplemented creates a BindHostNotImplemented with default headers values
func (*BindHostNotImplemented) Error ¶
func (o *BindHostNotImplemented) Error() string
func (*BindHostNotImplemented) GetPayload ¶
func (o *BindHostNotImplemented) GetPayload() *models.Error
func (*BindHostNotImplemented) IsClientError ¶
func (o *BindHostNotImplemented) IsClientError() bool
IsClientError returns true when this bind host not implemented response has a 4xx status code
func (*BindHostNotImplemented) IsCode ¶
func (o *BindHostNotImplemented) IsCode(code int) bool
IsCode returns true when this bind host not implemented response a status code equal to that given
func (*BindHostNotImplemented) IsRedirect ¶
func (o *BindHostNotImplemented) IsRedirect() bool
IsRedirect returns true when this bind host not implemented response has a 3xx status code
func (*BindHostNotImplemented) IsServerError ¶
func (o *BindHostNotImplemented) IsServerError() bool
IsServerError returns true when this bind host not implemented response has a 5xx status code
func (*BindHostNotImplemented) IsSuccess ¶
func (o *BindHostNotImplemented) IsSuccess() bool
IsSuccess returns true when this bind host not implemented response has a 2xx status code
func (*BindHostNotImplemented) String ¶
func (o *BindHostNotImplemented) String() string
type BindHostOK ¶
BindHostOK describes a response with status code 200, with default header values.
Success.
func NewBindHostOK ¶
func NewBindHostOK() *BindHostOK
NewBindHostOK creates a BindHostOK with default headers values
func (*BindHostOK) Error ¶
func (o *BindHostOK) Error() string
func (*BindHostOK) GetPayload ¶
func (o *BindHostOK) GetPayload() *models.Host
func (*BindHostOK) IsClientError ¶
func (o *BindHostOK) IsClientError() bool
IsClientError returns true when this bind host o k response has a 4xx status code
func (*BindHostOK) IsCode ¶
func (o *BindHostOK) IsCode(code int) bool
IsCode returns true when this bind host o k response a status code equal to that given
func (*BindHostOK) IsRedirect ¶
func (o *BindHostOK) IsRedirect() bool
IsRedirect returns true when this bind host o k response has a 3xx status code
func (*BindHostOK) IsServerError ¶
func (o *BindHostOK) IsServerError() bool
IsServerError returns true when this bind host o k response has a 5xx status code
func (*BindHostOK) IsSuccess ¶
func (o *BindHostOK) IsSuccess() bool
IsSuccess returns true when this bind host o k response has a 2xx status code
func (*BindHostOK) String ¶
func (o *BindHostOK) String() string
type BindHostParams ¶
type BindHostParams struct { /* BindHostParams. The parameters for the host binding. */ BindHostParams *models.BindHostParams /* HostID. The host that is being bound. Format: uuid */ HostID strfmt.UUID /* InfraEnvID. The infra-env of the host that is being bound. Format: uuid */ InfraEnvID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
BindHostParams contains all the parameters to send to the API endpoint
for the bind host operation. Typically these are written to a http.Request.
func NewBindHostParams ¶
func NewBindHostParams() *BindHostParams
NewBindHostParams creates a new BindHostParams 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 NewBindHostParamsWithContext ¶
func NewBindHostParamsWithContext(ctx context.Context) *BindHostParams
NewBindHostParamsWithContext creates a new BindHostParams object with the ability to set a context for a request.
func NewBindHostParamsWithHTTPClient ¶
func NewBindHostParamsWithHTTPClient(client *http.Client) *BindHostParams
NewBindHostParamsWithHTTPClient creates a new BindHostParams object with the ability to set a custom HTTPClient for a request.
func NewBindHostParamsWithTimeout ¶
func NewBindHostParamsWithTimeout(timeout time.Duration) *BindHostParams
NewBindHostParamsWithTimeout creates a new BindHostParams object with the ability to set a timeout on a request.
func (*BindHostParams) SetBindHostParams ¶
func (o *BindHostParams) SetBindHostParams(bindHostParams *models.BindHostParams)
SetBindHostParams adds the bindHostParams to the bind host params
func (*BindHostParams) SetContext ¶
func (o *BindHostParams) SetContext(ctx context.Context)
SetContext adds the context to the bind host params
func (*BindHostParams) SetDefaults ¶
func (o *BindHostParams) SetDefaults()
SetDefaults hydrates default values in the bind host params (not the query body).
All values with no default are reset to their zero value.
func (*BindHostParams) SetHTTPClient ¶
func (o *BindHostParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the bind host params
func (*BindHostParams) SetHostID ¶
func (o *BindHostParams) SetHostID(hostID strfmt.UUID)
SetHostID adds the hostId to the bind host params
func (*BindHostParams) SetInfraEnvID ¶
func (o *BindHostParams) SetInfraEnvID(infraEnvID strfmt.UUID)
SetInfraEnvID adds the infraEnvId to the bind host params
func (*BindHostParams) SetTimeout ¶
func (o *BindHostParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the bind host params
func (*BindHostParams) WithBindHostParams ¶
func (o *BindHostParams) WithBindHostParams(bindHostParams *models.BindHostParams) *BindHostParams
WithBindHostParams adds the bindHostParams to the bind host params
func (*BindHostParams) WithContext ¶
func (o *BindHostParams) WithContext(ctx context.Context) *BindHostParams
WithContext adds the context to the bind host params
func (*BindHostParams) WithDefaults ¶
func (o *BindHostParams) WithDefaults() *BindHostParams
WithDefaults hydrates default values in the bind host params (not the query body).
All values with no default are reset to their zero value.
func (*BindHostParams) WithHTTPClient ¶
func (o *BindHostParams) WithHTTPClient(client *http.Client) *BindHostParams
WithHTTPClient adds the HTTPClient to the bind host params
func (*BindHostParams) WithHostID ¶
func (o *BindHostParams) WithHostID(hostID strfmt.UUID) *BindHostParams
WithHostID adds the hostID to the bind host params
func (*BindHostParams) WithInfraEnvID ¶
func (o *BindHostParams) WithInfraEnvID(infraEnvID strfmt.UUID) *BindHostParams
WithInfraEnvID adds the infraEnvID to the bind host params
func (*BindHostParams) WithTimeout ¶
func (o *BindHostParams) WithTimeout(timeout time.Duration) *BindHostParams
WithTimeout adds the timeout to the bind host params
func (*BindHostParams) WriteToRequest ¶
func (o *BindHostParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type BindHostReader ¶
type BindHostReader struct {
// contains filtered or unexported fields
}
BindHostReader is a Reader for the BindHost structure.
func (*BindHostReader) ReadResponse ¶
func (o *BindHostReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type BindHostServiceUnavailable ¶
type BindHostServiceUnavailable struct {
}BindHostServiceUnavailable describes a response with status code 503, with default header values.
Unavailable.
func NewBindHostServiceUnavailable ¶
func NewBindHostServiceUnavailable() *BindHostServiceUnavailable
NewBindHostServiceUnavailable creates a BindHostServiceUnavailable with default headers values
func (*BindHostServiceUnavailable) Error ¶
func (o *BindHostServiceUnavailable) Error() string
func (*BindHostServiceUnavailable) GetPayload ¶
func (o *BindHostServiceUnavailable) GetPayload() *models.Error
func (*BindHostServiceUnavailable) IsClientError ¶
func (o *BindHostServiceUnavailable) IsClientError() bool
IsClientError returns true when this bind host service unavailable response has a 4xx status code
func (*BindHostServiceUnavailable) IsCode ¶
func (o *BindHostServiceUnavailable) IsCode(code int) bool
IsCode returns true when this bind host service unavailable response a status code equal to that given
func (*BindHostServiceUnavailable) IsRedirect ¶
func (o *BindHostServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this bind host service unavailable response has a 3xx status code
func (*BindHostServiceUnavailable) IsServerError ¶
func (o *BindHostServiceUnavailable) IsServerError() bool
IsServerError returns true when this bind host service unavailable response has a 5xx status code
func (*BindHostServiceUnavailable) IsSuccess ¶
func (o *BindHostServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this bind host service unavailable response has a 2xx status code
func (*BindHostServiceUnavailable) String ¶
func (o *BindHostServiceUnavailable) String() string
type BindHostUnauthorized ¶
type BindHostUnauthorized struct {
}BindHostUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewBindHostUnauthorized ¶
func NewBindHostUnauthorized() *BindHostUnauthorized
NewBindHostUnauthorized creates a BindHostUnauthorized with default headers values
func (*BindHostUnauthorized) Error ¶
func (o *BindHostUnauthorized) Error() string
func (*BindHostUnauthorized) GetPayload ¶
func (o *BindHostUnauthorized) GetPayload() *models.InfraError
func (*BindHostUnauthorized) IsClientError ¶
func (o *BindHostUnauthorized) IsClientError() bool
IsClientError returns true when this bind host unauthorized response has a 4xx status code
func (*BindHostUnauthorized) IsCode ¶
func (o *BindHostUnauthorized) IsCode(code int) bool
IsCode returns true when this bind host unauthorized response a status code equal to that given
func (*BindHostUnauthorized) IsRedirect ¶
func (o *BindHostUnauthorized) IsRedirect() bool
IsRedirect returns true when this bind host unauthorized response has a 3xx status code
func (*BindHostUnauthorized) IsServerError ¶
func (o *BindHostUnauthorized) IsServerError() bool
IsServerError returns true when this bind host unauthorized response has a 5xx status code
func (*BindHostUnauthorized) IsSuccess ¶
func (o *BindHostUnauthorized) IsSuccess() bool
IsSuccess returns true when this bind host unauthorized response has a 2xx status code
func (*BindHostUnauthorized) String ¶
func (o *BindHostUnauthorized) String() string
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for installer API
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry, authInfo runtime.ClientAuthInfoWriter) *Client
New creates a new installer API client.
func (*Client) BindHost ¶
func (a *Client) BindHost(ctx context.Context, params *BindHostParams) (*BindHostOK, error)
BindHost Bind host to a cluster
func (*Client) DeregisterInfraEnv ¶
func (a *Client) DeregisterInfraEnv(ctx context.Context, params *DeregisterInfraEnvParams) (*DeregisterInfraEnvNoContent, error)
DeregisterInfraEnv Deletes an infra-env.
func (*Client) DownloadMinimalInitrd ¶
func (a *Client) DownloadMinimalInitrd(ctx context.Context, params *DownloadMinimalInitrdParams, writer io.Writer) (*DownloadMinimalInitrdOK, *DownloadMinimalInitrdNoContent, error)
DownloadMinimalInitrd Get the initial ramdisk for minimal ISO based installations.
func (*Client) GetClusterSupportedPlatforms ¶
func (a *Client) GetClusterSupportedPlatforms(ctx context.Context, params *GetClusterSupportedPlatformsParams) (*GetClusterSupportedPlatformsOK, error)
GetClusterSupportedPlatforms A list of platforms that this cluster can support in its current configuration.
func (*Client) GetInfraEnv ¶
func (a *Client) GetInfraEnv(ctx context.Context, params *GetInfraEnvParams) (*GetInfraEnvOK, error)
GetInfraEnv Retrieves the details of the infra-env.
func (*Client) GetInfraEnvDownloadURL ¶
func (a *Client) GetInfraEnvDownloadURL(ctx context.Context, params *GetInfraEnvDownloadURLParams) (*GetInfraEnvDownloadURLOK, error)
GetInfraEnvDownloadURL Creates a new pre-signed image download URL for the infra-env.
func (*Client) GetInfraEnvPresignedFileURL ¶
func (a *Client) GetInfraEnvPresignedFileURL(ctx context.Context, params *GetInfraEnvPresignedFileURLParams) (*GetInfraEnvPresignedFileURLOK, error)
GetInfraEnvPresignedFileURL Creates a new pre-signed download URL for the infra-env.
func (*Client) GetSupportedArchitectures ¶
func (a *Client) GetSupportedArchitectures(ctx context.Context, params *GetSupportedArchitecturesParams) (*GetSupportedArchitecturesOK, error)
GetSupportedArchitectures Retrieves the architecture support-levels for each OpenShift version.
func (*Client) GetSupportedFeatures ¶
func (a *Client) GetSupportedFeatures(ctx context.Context, params *GetSupportedFeaturesParams) (*GetSupportedFeaturesOK, error)
GetSupportedFeatures Retrieves the features support levels for each OpenShift version.
func (*Client) ListClusterHosts ¶
func (a *Client) ListClusterHosts(ctx context.Context, params *ListClusterHostsParams) (*ListClusterHostsOK, error)
ListClusterHosts Get a list of cluster hosts according to supplied filters.
func (*Client) ListInfraEnvs ¶
func (a *Client) ListInfraEnvs(ctx context.Context, params *ListInfraEnvsParams) (*ListInfraEnvsOK, error)
ListInfraEnvs Retrieves the list of infra-envs.
func (*Client) RegenerateInfraEnvSigningKey ¶
func (a *Client) RegenerateInfraEnvSigningKey(ctx context.Context, params *RegenerateInfraEnvSigningKeyParams) (*RegenerateInfraEnvSigningKeyNoContent, error)
RegenerateInfraEnvSigningKey Regenerate InfraEnv token signing key.
func (*Client) RegisterInfraEnv ¶
func (a *Client) RegisterInfraEnv(ctx context.Context, params *RegisterInfraEnvParams) (*RegisterInfraEnvCreated, error)
RegisterInfraEnv Creates a new OpenShift Discovery ISO.
func (*Client) TransformClusterToAddingHosts ¶
func (a *Client) TransformClusterToAddingHosts(ctx context.Context, params *TransformClusterToAddingHostsParams) (*TransformClusterToAddingHostsAccepted, error)
TransformClusterToAddingHosts Transforms installed cluster to a state which allows adding hosts.
func (*Client) TransformClusterToDay2 ¶
func (a *Client) TransformClusterToDay2(ctx context.Context, params *TransformClusterToDay2Params) (*TransformClusterToDay2Accepted, error)
TransformClusterToDay2 Deprecated, maintained for legacy purposes. Does the same thing as allow-add-hosts. Use allow-add-hosts instead.
func (*Client) UnbindHost ¶
func (a *Client) UnbindHost(ctx context.Context, params *UnbindHostParams) (*UnbindHostOK, error)
UnbindHost Unbind host to a cluster
func (*Client) UpdateInfraEnv ¶
func (a *Client) UpdateInfraEnv(ctx context.Context, params *UpdateInfraEnvParams) (*UpdateInfraEnvCreated, error)
UpdateInfraEnv Updates an infra-env.
func (*Client) V2CancelInstallation ¶
func (a *Client) V2CancelInstallation(ctx context.Context, params *V2CancelInstallationParams) (*V2CancelInstallationAccepted, error)
V2CancelInstallation Cancels an ongoing installation.
func (*Client) V2CompleteInstallation ¶
func (a *Client) V2CompleteInstallation(ctx context.Context, params *V2CompleteInstallationParams) (*V2CompleteInstallationAccepted, error)
V2CompleteInstallation Agent API to mark a finalizing installation as complete and progress to 100%.
func (*Client) V2DeregisterCluster ¶
func (a *Client) V2DeregisterCluster(ctx context.Context, params *V2DeregisterClusterParams) (*V2DeregisterClusterNoContent, error)
V2DeregisterCluster Deletes an OpenShift cluster definition.
func (*Client) V2DeregisterHost ¶
func (a *Client) V2DeregisterHost(ctx context.Context, params *V2DeregisterHostParams) (*V2DeregisterHostNoContent, error)
V2DeregisterHost Deregisters an OpenShift host.
func (*Client) V2DownloadClusterCredentials ¶
func (a *Client) V2DownloadClusterCredentials(ctx context.Context, params *V2DownloadClusterCredentialsParams, writer io.Writer) (*V2DownloadClusterCredentialsOK, error)
V2DownloadClusterCredentials Downloads credentials relating to the installed/installing cluster.
func (*Client) V2DownloadClusterFiles ¶
func (a *Client) V2DownloadClusterFiles(ctx context.Context, params *V2DownloadClusterFilesParams, writer io.Writer) (*V2DownloadClusterFilesOK, error)
V2DownloadClusterFiles Downloads files relating to the installed/installing cluster.
func (*Client) V2DownloadClusterLogs ¶
func (a *Client) V2DownloadClusterLogs(ctx context.Context, params *V2DownloadClusterLogsParams, writer io.Writer) (*V2DownloadClusterLogsOK, error)
V2DownloadClusterLogs Download cluster logs.
func (*Client) V2DownloadHostIgnition ¶
func (a *Client) V2DownloadHostIgnition(ctx context.Context, params *V2DownloadHostIgnitionParams, writer io.Writer) (*V2DownloadHostIgnitionOK, error)
V2DownloadHostIgnition Downloads the customized ignition file for this bound host, produces octet stream. For unbound host - error is returned
func (*Client) V2DownloadInfraEnvFiles ¶
func (a *Client) V2DownloadInfraEnvFiles(ctx context.Context, params *V2DownloadInfraEnvFilesParams, writer io.Writer) (*V2DownloadInfraEnvFilesOK, error)
V2DownloadInfraEnvFiles Downloads the customized ignition file for this host
func (*Client) V2GetCluster ¶
func (a *Client) V2GetCluster(ctx context.Context, params *V2GetClusterParams) (*V2GetClusterOK, error)
V2GetCluster Retrieves the details of the OpenShift cluster.
func (*Client) V2GetClusterDefaultConfig ¶
func (a *Client) V2GetClusterDefaultConfig(ctx context.Context, params *V2GetClusterDefaultConfigParams) (*V2GetClusterDefaultConfigOK, error)
V2GetClusterDefaultConfig Get the default values for various cluster properties.
func (*Client) V2GetClusterInstallConfig ¶
func (a *Client) V2GetClusterInstallConfig(ctx context.Context, params *V2GetClusterInstallConfigParams) (*V2GetClusterInstallConfigOK, error)
V2GetClusterInstallConfig Get the cluster's install config YAML.
func (*Client) V2GetClusterUISettings ¶
func (a *Client) V2GetClusterUISettings(ctx context.Context, params *V2GetClusterUISettingsParams) (*V2GetClusterUISettingsOK, error)
V2GetClusterUISettings Fetch cluster specific UI settings.
func (*Client) V2GetCredentials ¶
func (a *Client) V2GetCredentials(ctx context.Context, params *V2GetCredentialsParams) (*V2GetCredentialsOK, error)
V2GetCredentials Get the cluster admin credentials.
func (*Client) V2GetHost ¶
func (a *Client) V2GetHost(ctx context.Context, params *V2GetHostParams) (*V2GetHostOK, error)
V2GetHost Retrieves the details of the OpenShift host.
func (*Client) V2GetHostIgnition ¶
func (a *Client) V2GetHostIgnition(ctx context.Context, params *V2GetHostIgnitionParams) (*V2GetHostIgnitionOK, error)
V2GetHostIgnition Fetch the ignition file for this host as a string. In case of unbound host produces an error
func (*Client) V2GetIgnoredValidations ¶
func (a *Client) V2GetIgnoredValidations(ctx context.Context, params *V2GetIgnoredValidationsParams) (*V2GetIgnoredValidationsOK, error)
V2GetIgnoredValidations Fetch the validations which are to be ignored for this cluster.
func (*Client) V2GetNextSteps ¶
func (a *Client) V2GetNextSteps(ctx context.Context, params *V2GetNextStepsParams) (*V2GetNextStepsOK, error)
V2GetNextSteps Retrieves the next operations that the host agent needs to perform.
func (*Client) V2GetPreflightRequirements ¶
func (a *Client) V2GetPreflightRequirements(ctx context.Context, params *V2GetPreflightRequirementsParams) (*V2GetPreflightRequirementsOK, error)
V2GetPreflightRequirements Get preflight requirements for a cluster.
func (*Client) V2GetPresignedForClusterCredentials ¶
func (a *Client) V2GetPresignedForClusterCredentials(ctx context.Context, params *V2GetPresignedForClusterCredentialsParams) (*V2GetPresignedForClusterCredentialsOK, error)
V2GetPresignedForClusterCredentials Get the cluster admin credentials.
func (*Client) V2GetPresignedForClusterFiles ¶
func (a *Client) V2GetPresignedForClusterFiles(ctx context.Context, params *V2GetPresignedForClusterFilesParams) (*V2GetPresignedForClusterFilesOK, error)
V2GetPresignedForClusterFiles Retrieves a pre-signed S3 URL for downloading cluster files.
func (*Client) V2ImportCluster ¶
func (a *Client) V2ImportCluster(ctx context.Context, params *V2ImportClusterParams) (*V2ImportClusterCreated, error)
V2ImportCluster Import an AI cluster using minimal data associated with existing OCP cluster, in order to allow adding day2 hosts to that cluster
func (*Client) V2InstallCluster ¶
func (a *Client) V2InstallCluster(ctx context.Context, params *V2InstallClusterParams) (*V2InstallClusterAccepted, error)
V2InstallCluster Installs the OpenShift cluster.
func (*Client) V2InstallHost ¶
func (a *Client) V2InstallHost(ctx context.Context, params *V2InstallHostParams) (*V2InstallHostAccepted, error)
V2InstallHost install specific host for day2 cluster.
func (*Client) V2ListClusters ¶
func (a *Client) V2ListClusters(ctx context.Context, params *V2ListClustersParams) (*V2ListClustersOK, error)
V2ListClusters Retrieves the list of OpenShift clusters.
func (*Client) V2ListHosts ¶
func (a *Client) V2ListHosts(ctx context.Context, params *V2ListHostsParams) (*V2ListHostsOK, error)
V2ListHosts Retrieves the list of OpenShift hosts that belong the infra-env.
func (*Client) V2PostStepReply ¶
func (a *Client) V2PostStepReply(ctx context.Context, params *V2PostStepReplyParams) (*V2PostStepReplyNoContent, error)
V2PostStepReply Posts the result of the operations from the host agent.
func (*Client) V2RegisterCluster ¶
func (a *Client) V2RegisterCluster(ctx context.Context, params *V2RegisterClusterParams) (*V2RegisterClusterCreated, error)
V2RegisterCluster Creates a new OpenShift cluster definition.
func (*Client) V2RegisterHost ¶
func (a *Client) V2RegisterHost(ctx context.Context, params *V2RegisterHostParams) (*V2RegisterHostCreated, error)
V2RegisterHost Registers a new OpenShift agent.
func (*Client) V2ResetCluster ¶
func (a *Client) V2ResetCluster(ctx context.Context, params *V2ResetClusterParams) (*V2ResetClusterAccepted, error)
V2ResetCluster Resets a failed installation.
func (*Client) V2ResetHost ¶
func (a *Client) V2ResetHost(ctx context.Context, params *V2ResetHostParams) (*V2ResetHostOK, error)
V2ResetHost reset a failed host for day2 cluster.
func (*Client) V2ResetHostValidation ¶
func (a *Client) V2ResetHostValidation(ctx context.Context, params *V2ResetHostValidationParams) (*V2ResetHostValidationOK, error)
V2ResetHostValidation resets failed host validation
Reset failed host validation. It may be performed on any host validation with persistent validation result.
func (*Client) V2SetIgnoredValidations ¶
func (a *Client) V2SetIgnoredValidations(ctx context.Context, params *V2SetIgnoredValidationsParams) (*V2SetIgnoredValidationsCreated, error)
V2SetIgnoredValidations Register the validations which are to be ignored for this cluster.
func (*Client) V2UpdateCluster ¶
func (a *Client) V2UpdateCluster(ctx context.Context, params *V2UpdateClusterParams) (*V2UpdateClusterCreated, error)
V2UpdateCluster Updates an OpenShift cluster definition.
func (*Client) V2UpdateClusterFinalizingProgress ¶
func (a *Client) V2UpdateClusterFinalizingProgress(ctx context.Context, params *V2UpdateClusterFinalizingProgressParams) (*V2UpdateClusterFinalizingProgressOK, error)
V2UpdateClusterFinalizingProgress Update installation finalizing progress.
func (*Client) V2UpdateClusterInstallConfig ¶
func (a *Client) V2UpdateClusterInstallConfig(ctx context.Context, params *V2UpdateClusterInstallConfigParams) (*V2UpdateClusterInstallConfigCreated, error)
V2UpdateClusterInstallConfig Override values in the install config.
func (*Client) V2UpdateClusterLogsProgress ¶
func (a *Client) V2UpdateClusterLogsProgress(ctx context.Context, params *V2UpdateClusterLogsProgressParams) (*V2UpdateClusterLogsProgressNoContent, error)
V2UpdateClusterLogsProgress Update log collection state and progress.
func (*Client) V2UpdateClusterUISettings ¶
func (a *Client) V2UpdateClusterUISettings(ctx context.Context, params *V2UpdateClusterUISettingsParams) (*V2UpdateClusterUISettingsOK, error)
V2UpdateClusterUISettings Update cluster specific UI settings.
func (*Client) V2UpdateHost ¶
func (a *Client) V2UpdateHost(ctx context.Context, params *V2UpdateHostParams) (*V2UpdateHostCreated, error)
V2UpdateHost Update an Openshift host
func (*Client) V2UpdateHostIgnition ¶
func (a *Client) V2UpdateHostIgnition(ctx context.Context, params *V2UpdateHostIgnitionParams) (*V2UpdateHostIgnitionCreated, error)
V2UpdateHostIgnition Patch the ignition file for this host
func (*Client) V2UpdateHostInstallProgress ¶
func (a *Client) V2UpdateHostInstallProgress(ctx context.Context, params *V2UpdateHostInstallProgressParams) (*V2UpdateHostInstallProgressOK, error)
V2UpdateHostInstallProgress Update installation progress.
func (*Client) V2UpdateHostInstallerArgs ¶
func (a *Client) V2UpdateHostInstallerArgs(ctx context.Context, params *V2UpdateHostInstallerArgsParams) (*V2UpdateHostInstallerArgsCreated, error)
V2UpdateHostInstallerArgs Updates a host's installer arguments.
func (*Client) V2UpdateHostLogsProgress ¶
func (a *Client) V2UpdateHostLogsProgress(ctx context.Context, params *V2UpdateHostLogsProgressParams) (*V2UpdateHostLogsProgressNoContent, error)
V2UpdateHostLogsProgress Update log collection state and progress.
func (*Client) V2UploadClusterIngressCert ¶
func (a *Client) V2UploadClusterIngressCert(ctx context.Context, params *V2UploadClusterIngressCertParams) (*V2UploadClusterIngressCertCreated, error)
V2UploadClusterIngressCert Transfer the ingress certificate for the cluster.
func (*Client) V2UploadLogs ¶
func (a *Client) V2UploadLogs(ctx context.Context, params *V2UploadLogsParams) (*V2UploadLogsNoContent, error)
V2UploadLogs Agent API to upload logs.
type DeregisterInfraEnvConflict ¶
DeregisterInfraEnvConflict describes a response with status code 409, with default header values.
Error.
func NewDeregisterInfraEnvConflict ¶
func NewDeregisterInfraEnvConflict() *DeregisterInfraEnvConflict
NewDeregisterInfraEnvConflict creates a DeregisterInfraEnvConflict with default headers values
func (*DeregisterInfraEnvConflict) Error ¶
func (o *DeregisterInfraEnvConflict) Error() string
func (*DeregisterInfraEnvConflict) GetPayload ¶
func (o *DeregisterInfraEnvConflict) GetPayload() *models.Error
func (*DeregisterInfraEnvConflict) IsClientError ¶
func (o *DeregisterInfraEnvConflict) IsClientError() bool
IsClientError returns true when this deregister infra env conflict response has a 4xx status code
func (*DeregisterInfraEnvConflict) IsCode ¶
func (o *DeregisterInfraEnvConflict) IsCode(code int) bool
IsCode returns true when this deregister infra env conflict response a status code equal to that given
func (*DeregisterInfraEnvConflict) IsRedirect ¶
func (o *DeregisterInfraEnvConflict) IsRedirect() bool
IsRedirect returns true when this deregister infra env conflict response has a 3xx status code
func (*DeregisterInfraEnvConflict) IsServerError ¶
func (o *DeregisterInfraEnvConflict) IsServerError() bool
IsServerError returns true when this deregister infra env conflict response has a 5xx status code
func (*DeregisterInfraEnvConflict) IsSuccess ¶
func (o *DeregisterInfraEnvConflict) IsSuccess() bool
IsSuccess returns true when this deregister infra env conflict response has a 2xx status code
func (*DeregisterInfraEnvConflict) String ¶
func (o *DeregisterInfraEnvConflict) String() string
type DeregisterInfraEnvForbidden ¶
type DeregisterInfraEnvForbidden struct {
Payload *models.InfraError
}
DeregisterInfraEnvForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewDeregisterInfraEnvForbidden ¶
func NewDeregisterInfraEnvForbidden() *DeregisterInfraEnvForbidden
NewDeregisterInfraEnvForbidden creates a DeregisterInfraEnvForbidden with default headers values
func (*DeregisterInfraEnvForbidden) Error ¶
func (o *DeregisterInfraEnvForbidden) Error() string
func (*DeregisterInfraEnvForbidden) GetPayload ¶
func (o *DeregisterInfraEnvForbidden) GetPayload() *models.InfraError
func (*DeregisterInfraEnvForbidden) IsClientError ¶
func (o *DeregisterInfraEnvForbidden) IsClientError() bool
IsClientError returns true when this deregister infra env forbidden response has a 4xx status code
func (*DeregisterInfraEnvForbidden) IsCode ¶
func (o *DeregisterInfraEnvForbidden) IsCode(code int) bool
IsCode returns true when this deregister infra env forbidden response a status code equal to that given
func (*DeregisterInfraEnvForbidden) IsRedirect ¶
func (o *DeregisterInfraEnvForbidden) IsRedirect() bool
IsRedirect returns true when this deregister infra env forbidden response has a 3xx status code
func (*DeregisterInfraEnvForbidden) IsServerError ¶
func (o *DeregisterInfraEnvForbidden) IsServerError() bool
IsServerError returns true when this deregister infra env forbidden response has a 5xx status code
func (*DeregisterInfraEnvForbidden) IsSuccess ¶
func (o *DeregisterInfraEnvForbidden) IsSuccess() bool
IsSuccess returns true when this deregister infra env forbidden response has a 2xx status code
func (*DeregisterInfraEnvForbidden) String ¶
func (o *DeregisterInfraEnvForbidden) String() string
type DeregisterInfraEnvInternalServerError ¶
DeregisterInfraEnvInternalServerError describes a response with status code 500, with default header values.
Error.
func NewDeregisterInfraEnvInternalServerError ¶
func NewDeregisterInfraEnvInternalServerError() *DeregisterInfraEnvInternalServerError
NewDeregisterInfraEnvInternalServerError creates a DeregisterInfraEnvInternalServerError with default headers values
func (*DeregisterInfraEnvInternalServerError) Error ¶
func (o *DeregisterInfraEnvInternalServerError) Error() string
func (*DeregisterInfraEnvInternalServerError) GetPayload ¶
func (o *DeregisterInfraEnvInternalServerError) GetPayload() *models.Error
func (*DeregisterInfraEnvInternalServerError) IsClientError ¶
func (o *DeregisterInfraEnvInternalServerError) IsClientError() bool
IsClientError returns true when this deregister infra env internal server error response has a 4xx status code
func (*DeregisterInfraEnvInternalServerError) IsCode ¶
func (o *DeregisterInfraEnvInternalServerError) IsCode(code int) bool
IsCode returns true when this deregister infra env internal server error response a status code equal to that given
func (*DeregisterInfraEnvInternalServerError) IsRedirect ¶
func (o *DeregisterInfraEnvInternalServerError) IsRedirect() bool
IsRedirect returns true when this deregister infra env internal server error response has a 3xx status code
func (*DeregisterInfraEnvInternalServerError) IsServerError ¶
func (o *DeregisterInfraEnvInternalServerError) IsServerError() bool
IsServerError returns true when this deregister infra env internal server error response has a 5xx status code
func (*DeregisterInfraEnvInternalServerError) IsSuccess ¶
func (o *DeregisterInfraEnvInternalServerError) IsSuccess() bool
IsSuccess returns true when this deregister infra env internal server error response has a 2xx status code
func (*DeregisterInfraEnvInternalServerError) String ¶
func (o *DeregisterInfraEnvInternalServerError) String() string
type DeregisterInfraEnvMethodNotAllowed ¶
DeregisterInfraEnvMethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewDeregisterInfraEnvMethodNotAllowed ¶
func NewDeregisterInfraEnvMethodNotAllowed() *DeregisterInfraEnvMethodNotAllowed
NewDeregisterInfraEnvMethodNotAllowed creates a DeregisterInfraEnvMethodNotAllowed with default headers values
func (*DeregisterInfraEnvMethodNotAllowed) Error ¶
func (o *DeregisterInfraEnvMethodNotAllowed) Error() string
func (*DeregisterInfraEnvMethodNotAllowed) GetPayload ¶
func (o *DeregisterInfraEnvMethodNotAllowed) GetPayload() *models.Error
func (*DeregisterInfraEnvMethodNotAllowed) IsClientError ¶
func (o *DeregisterInfraEnvMethodNotAllowed) IsClientError() bool
IsClientError returns true when this deregister infra env method not allowed response has a 4xx status code
func (*DeregisterInfraEnvMethodNotAllowed) IsCode ¶
func (o *DeregisterInfraEnvMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this deregister infra env method not allowed response a status code equal to that given
func (*DeregisterInfraEnvMethodNotAllowed) IsRedirect ¶
func (o *DeregisterInfraEnvMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this deregister infra env method not allowed response has a 3xx status code
func (*DeregisterInfraEnvMethodNotAllowed) IsServerError ¶
func (o *DeregisterInfraEnvMethodNotAllowed) IsServerError() bool
IsServerError returns true when this deregister infra env method not allowed response has a 5xx status code
func (*DeregisterInfraEnvMethodNotAllowed) IsSuccess ¶
func (o *DeregisterInfraEnvMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this deregister infra env method not allowed response has a 2xx status code
func (*DeregisterInfraEnvMethodNotAllowed) String ¶
func (o *DeregisterInfraEnvMethodNotAllowed) String() string
type DeregisterInfraEnvNoContent ¶
type DeregisterInfraEnvNoContent struct { }
DeregisterInfraEnvNoContent describes a response with status code 204, with default header values.
Success.
func NewDeregisterInfraEnvNoContent ¶
func NewDeregisterInfraEnvNoContent() *DeregisterInfraEnvNoContent
NewDeregisterInfraEnvNoContent creates a DeregisterInfraEnvNoContent with default headers values
func (*DeregisterInfraEnvNoContent) Error ¶
func (o *DeregisterInfraEnvNoContent) Error() string
func (*DeregisterInfraEnvNoContent) IsClientError ¶
func (o *DeregisterInfraEnvNoContent) IsClientError() bool
IsClientError returns true when this deregister infra env no content response has a 4xx status code
func (*DeregisterInfraEnvNoContent) IsCode ¶
func (o *DeregisterInfraEnvNoContent) IsCode(code int) bool
IsCode returns true when this deregister infra env no content response a status code equal to that given
func (*DeregisterInfraEnvNoContent) IsRedirect ¶
func (o *DeregisterInfraEnvNoContent) IsRedirect() bool
IsRedirect returns true when this deregister infra env no content response has a 3xx status code
func (*DeregisterInfraEnvNoContent) IsServerError ¶
func (o *DeregisterInfraEnvNoContent) IsServerError() bool
IsServerError returns true when this deregister infra env no content response has a 5xx status code
func (*DeregisterInfraEnvNoContent) IsSuccess ¶
func (o *DeregisterInfraEnvNoContent) IsSuccess() bool
IsSuccess returns true when this deregister infra env no content response has a 2xx status code
func (*DeregisterInfraEnvNoContent) String ¶
func (o *DeregisterInfraEnvNoContent) String() string
type DeregisterInfraEnvNotFound ¶
DeregisterInfraEnvNotFound describes a response with status code 404, with default header values.
Error.
func NewDeregisterInfraEnvNotFound ¶
func NewDeregisterInfraEnvNotFound() *DeregisterInfraEnvNotFound
NewDeregisterInfraEnvNotFound creates a DeregisterInfraEnvNotFound with default headers values
func (*DeregisterInfraEnvNotFound) Error ¶
func (o *DeregisterInfraEnvNotFound) Error() string
func (*DeregisterInfraEnvNotFound) GetPayload ¶
func (o *DeregisterInfraEnvNotFound) GetPayload() *models.Error
func (*DeregisterInfraEnvNotFound) IsClientError ¶
func (o *DeregisterInfraEnvNotFound) IsClientError() bool
IsClientError returns true when this deregister infra env not found response has a 4xx status code
func (*DeregisterInfraEnvNotFound) IsCode ¶
func (o *DeregisterInfraEnvNotFound) IsCode(code int) bool
IsCode returns true when this deregister infra env not found response a status code equal to that given
func (*DeregisterInfraEnvNotFound) IsRedirect ¶
func (o *DeregisterInfraEnvNotFound) IsRedirect() bool
IsRedirect returns true when this deregister infra env not found response has a 3xx status code
func (*DeregisterInfraEnvNotFound) IsServerError ¶
func (o *DeregisterInfraEnvNotFound) IsServerError() bool
IsServerError returns true when this deregister infra env not found response has a 5xx status code
func (*DeregisterInfraEnvNotFound) IsSuccess ¶
func (o *DeregisterInfraEnvNotFound) IsSuccess() bool
IsSuccess returns true when this deregister infra env not found response has a 2xx status code
func (*DeregisterInfraEnvNotFound) String ¶
func (o *DeregisterInfraEnvNotFound) String() string
type DeregisterInfraEnvNotImplemented ¶
DeregisterInfraEnvNotImplemented describes a response with status code 501, with default header values.
Not implemented.
func NewDeregisterInfraEnvNotImplemented ¶
func NewDeregisterInfraEnvNotImplemented() *DeregisterInfraEnvNotImplemented
NewDeregisterInfraEnvNotImplemented creates a DeregisterInfraEnvNotImplemented with default headers values
func (*DeregisterInfraEnvNotImplemented) Error ¶
func (o *DeregisterInfraEnvNotImplemented) Error() string
func (*DeregisterInfraEnvNotImplemented) GetPayload ¶
func (o *DeregisterInfraEnvNotImplemented) GetPayload() *models.Error
func (*DeregisterInfraEnvNotImplemented) IsClientError ¶
func (o *DeregisterInfraEnvNotImplemented) IsClientError() bool
IsClientError returns true when this deregister infra env not implemented response has a 4xx status code
func (*DeregisterInfraEnvNotImplemented) IsCode ¶
func (o *DeregisterInfraEnvNotImplemented) IsCode(code int) bool
IsCode returns true when this deregister infra env not implemented response a status code equal to that given
func (*DeregisterInfraEnvNotImplemented) IsRedirect ¶
func (o *DeregisterInfraEnvNotImplemented) IsRedirect() bool
IsRedirect returns true when this deregister infra env not implemented response has a 3xx status code
func (*DeregisterInfraEnvNotImplemented) IsServerError ¶
func (o *DeregisterInfraEnvNotImplemented) IsServerError() bool
IsServerError returns true when this deregister infra env not implemented response has a 5xx status code
func (*DeregisterInfraEnvNotImplemented) IsSuccess ¶
func (o *DeregisterInfraEnvNotImplemented) IsSuccess() bool
IsSuccess returns true when this deregister infra env not implemented response has a 2xx status code
func (*DeregisterInfraEnvNotImplemented) String ¶
func (o *DeregisterInfraEnvNotImplemented) String() string
type DeregisterInfraEnvParams ¶
type DeregisterInfraEnvParams struct { /* InfraEnvID. The infra-env to be deleted. Format: uuid */ InfraEnvID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeregisterInfraEnvParams contains all the parameters to send to the API endpoint
for the deregister infra env operation. Typically these are written to a http.Request.
func NewDeregisterInfraEnvParams ¶
func NewDeregisterInfraEnvParams() *DeregisterInfraEnvParams
NewDeregisterInfraEnvParams creates a new DeregisterInfraEnvParams 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 NewDeregisterInfraEnvParamsWithContext ¶
func NewDeregisterInfraEnvParamsWithContext(ctx context.Context) *DeregisterInfraEnvParams
NewDeregisterInfraEnvParamsWithContext creates a new DeregisterInfraEnvParams object with the ability to set a context for a request.
func NewDeregisterInfraEnvParamsWithHTTPClient ¶
func NewDeregisterInfraEnvParamsWithHTTPClient(client *http.Client) *DeregisterInfraEnvParams
NewDeregisterInfraEnvParamsWithHTTPClient creates a new DeregisterInfraEnvParams object with the ability to set a custom HTTPClient for a request.
func NewDeregisterInfraEnvParamsWithTimeout ¶
func NewDeregisterInfraEnvParamsWithTimeout(timeout time.Duration) *DeregisterInfraEnvParams
NewDeregisterInfraEnvParamsWithTimeout creates a new DeregisterInfraEnvParams object with the ability to set a timeout on a request.
func (*DeregisterInfraEnvParams) SetContext ¶
func (o *DeregisterInfraEnvParams) SetContext(ctx context.Context)
SetContext adds the context to the deregister infra env params
func (*DeregisterInfraEnvParams) SetDefaults ¶
func (o *DeregisterInfraEnvParams) SetDefaults()
SetDefaults hydrates default values in the deregister infra env params (not the query body).
All values with no default are reset to their zero value.
func (*DeregisterInfraEnvParams) SetHTTPClient ¶
func (o *DeregisterInfraEnvParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the deregister infra env params
func (*DeregisterInfraEnvParams) SetInfraEnvID ¶
func (o *DeregisterInfraEnvParams) SetInfraEnvID(infraEnvID strfmt.UUID)
SetInfraEnvID adds the infraEnvId to the deregister infra env params
func (*DeregisterInfraEnvParams) SetTimeout ¶
func (o *DeregisterInfraEnvParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the deregister infra env params
func (*DeregisterInfraEnvParams) WithContext ¶
func (o *DeregisterInfraEnvParams) WithContext(ctx context.Context) *DeregisterInfraEnvParams
WithContext adds the context to the deregister infra env params
func (*DeregisterInfraEnvParams) WithDefaults ¶
func (o *DeregisterInfraEnvParams) WithDefaults() *DeregisterInfraEnvParams
WithDefaults hydrates default values in the deregister infra env params (not the query body).
All values with no default are reset to their zero value.
func (*DeregisterInfraEnvParams) WithHTTPClient ¶
func (o *DeregisterInfraEnvParams) WithHTTPClient(client *http.Client) *DeregisterInfraEnvParams
WithHTTPClient adds the HTTPClient to the deregister infra env params
func (*DeregisterInfraEnvParams) WithInfraEnvID ¶
func (o *DeregisterInfraEnvParams) WithInfraEnvID(infraEnvID strfmt.UUID) *DeregisterInfraEnvParams
WithInfraEnvID adds the infraEnvID to the deregister infra env params
func (*DeregisterInfraEnvParams) WithTimeout ¶
func (o *DeregisterInfraEnvParams) WithTimeout(timeout time.Duration) *DeregisterInfraEnvParams
WithTimeout adds the timeout to the deregister infra env params
func (*DeregisterInfraEnvParams) WriteToRequest ¶
func (o *DeregisterInfraEnvParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeregisterInfraEnvReader ¶
type DeregisterInfraEnvReader struct {
// contains filtered or unexported fields
}
DeregisterInfraEnvReader is a Reader for the DeregisterInfraEnv structure.
func (*DeregisterInfraEnvReader) ReadResponse ¶
func (o *DeregisterInfraEnvReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeregisterInfraEnvUnauthorized ¶
type DeregisterInfraEnvUnauthorized struct {
}DeregisterInfraEnvUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewDeregisterInfraEnvUnauthorized ¶
func NewDeregisterInfraEnvUnauthorized() *DeregisterInfraEnvUnauthorized
NewDeregisterInfraEnvUnauthorized creates a DeregisterInfraEnvUnauthorized with default headers values
func (*DeregisterInfraEnvUnauthorized) Error ¶
func (o *DeregisterInfraEnvUnauthorized) Error() string
func (*DeregisterInfraEnvUnauthorized) GetPayload ¶
func (o *DeregisterInfraEnvUnauthorized) GetPayload() *models.InfraError
func (*DeregisterInfraEnvUnauthorized) IsClientError ¶
func (o *DeregisterInfraEnvUnauthorized) IsClientError() bool
IsClientError returns true when this deregister infra env unauthorized response has a 4xx status code
func (*DeregisterInfraEnvUnauthorized) IsCode ¶
func (o *DeregisterInfraEnvUnauthorized) IsCode(code int) bool
IsCode returns true when this deregister infra env unauthorized response a status code equal to that given
func (*DeregisterInfraEnvUnauthorized) IsRedirect ¶
func (o *DeregisterInfraEnvUnauthorized) IsRedirect() bool
IsRedirect returns true when this deregister infra env unauthorized response has a 3xx status code
func (*DeregisterInfraEnvUnauthorized) IsServerError ¶
func (o *DeregisterInfraEnvUnauthorized) IsServerError() bool
IsServerError returns true when this deregister infra env unauthorized response has a 5xx status code
func (*DeregisterInfraEnvUnauthorized) IsSuccess ¶
func (o *DeregisterInfraEnvUnauthorized) IsSuccess() bool
IsSuccess returns true when this deregister infra env unauthorized response has a 2xx status code
func (*DeregisterInfraEnvUnauthorized) String ¶
func (o *DeregisterInfraEnvUnauthorized) String() string
type DownloadMinimalInitrdConflict ¶
DownloadMinimalInitrdConflict describes a response with status code 409, with default header values.
Conflict.
func NewDownloadMinimalInitrdConflict ¶
func NewDownloadMinimalInitrdConflict() *DownloadMinimalInitrdConflict
NewDownloadMinimalInitrdConflict creates a DownloadMinimalInitrdConflict with default headers values
func (*DownloadMinimalInitrdConflict) Error ¶
func (o *DownloadMinimalInitrdConflict) Error() string
func (*DownloadMinimalInitrdConflict) GetPayload ¶
func (o *DownloadMinimalInitrdConflict) GetPayload() *models.Error
func (*DownloadMinimalInitrdConflict) IsClientError ¶
func (o *DownloadMinimalInitrdConflict) IsClientError() bool
IsClientError returns true when this download minimal initrd conflict response has a 4xx status code
func (*DownloadMinimalInitrdConflict) IsCode ¶
func (o *DownloadMinimalInitrdConflict) IsCode(code int) bool
IsCode returns true when this download minimal initrd conflict response a status code equal to that given
func (*DownloadMinimalInitrdConflict) IsRedirect ¶
func (o *DownloadMinimalInitrdConflict) IsRedirect() bool
IsRedirect returns true when this download minimal initrd conflict response has a 3xx status code
func (*DownloadMinimalInitrdConflict) IsServerError ¶
func (o *DownloadMinimalInitrdConflict) IsServerError() bool
IsServerError returns true when this download minimal initrd conflict response has a 5xx status code
func (*DownloadMinimalInitrdConflict) IsSuccess ¶
func (o *DownloadMinimalInitrdConflict) IsSuccess() bool
IsSuccess returns true when this download minimal initrd conflict response has a 2xx status code
func (*DownloadMinimalInitrdConflict) String ¶
func (o *DownloadMinimalInitrdConflict) String() string
type DownloadMinimalInitrdForbidden ¶
type DownloadMinimalInitrdForbidden struct {
Payload *models.InfraError
}
DownloadMinimalInitrdForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewDownloadMinimalInitrdForbidden ¶
func NewDownloadMinimalInitrdForbidden() *DownloadMinimalInitrdForbidden
NewDownloadMinimalInitrdForbidden creates a DownloadMinimalInitrdForbidden with default headers values
func (*DownloadMinimalInitrdForbidden) Error ¶
func (o *DownloadMinimalInitrdForbidden) Error() string
func (*DownloadMinimalInitrdForbidden) GetPayload ¶
func (o *DownloadMinimalInitrdForbidden) GetPayload() *models.InfraError
func (*DownloadMinimalInitrdForbidden) IsClientError ¶
func (o *DownloadMinimalInitrdForbidden) IsClientError() bool
IsClientError returns true when this download minimal initrd forbidden response has a 4xx status code
func (*DownloadMinimalInitrdForbidden) IsCode ¶
func (o *DownloadMinimalInitrdForbidden) IsCode(code int) bool
IsCode returns true when this download minimal initrd forbidden response a status code equal to that given
func (*DownloadMinimalInitrdForbidden) IsRedirect ¶
func (o *DownloadMinimalInitrdForbidden) IsRedirect() bool
IsRedirect returns true when this download minimal initrd forbidden response has a 3xx status code
func (*DownloadMinimalInitrdForbidden) IsServerError ¶
func (o *DownloadMinimalInitrdForbidden) IsServerError() bool
IsServerError returns true when this download minimal initrd forbidden response has a 5xx status code
func (*DownloadMinimalInitrdForbidden) IsSuccess ¶
func (o *DownloadMinimalInitrdForbidden) IsSuccess() bool
IsSuccess returns true when this download minimal initrd forbidden response has a 2xx status code
func (*DownloadMinimalInitrdForbidden) String ¶
func (o *DownloadMinimalInitrdForbidden) String() string
type DownloadMinimalInitrdInternalServerError ¶
DownloadMinimalInitrdInternalServerError describes a response with status code 500, with default header values.
Error.
func NewDownloadMinimalInitrdInternalServerError ¶
func NewDownloadMinimalInitrdInternalServerError() *DownloadMinimalInitrdInternalServerError
NewDownloadMinimalInitrdInternalServerError creates a DownloadMinimalInitrdInternalServerError with default headers values
func (*DownloadMinimalInitrdInternalServerError) Error ¶
func (o *DownloadMinimalInitrdInternalServerError) Error() string
func (*DownloadMinimalInitrdInternalServerError) GetPayload ¶
func (o *DownloadMinimalInitrdInternalServerError) GetPayload() *models.Error
func (*DownloadMinimalInitrdInternalServerError) IsClientError ¶
func (o *DownloadMinimalInitrdInternalServerError) IsClientError() bool
IsClientError returns true when this download minimal initrd internal server error response has a 4xx status code
func (*DownloadMinimalInitrdInternalServerError) IsCode ¶
func (o *DownloadMinimalInitrdInternalServerError) IsCode(code int) bool
IsCode returns true when this download minimal initrd internal server error response a status code equal to that given
func (*DownloadMinimalInitrdInternalServerError) IsRedirect ¶
func (o *DownloadMinimalInitrdInternalServerError) IsRedirect() bool
IsRedirect returns true when this download minimal initrd internal server error response has a 3xx status code
func (*DownloadMinimalInitrdInternalServerError) IsServerError ¶
func (o *DownloadMinimalInitrdInternalServerError) IsServerError() bool
IsServerError returns true when this download minimal initrd internal server error response has a 5xx status code
func (*DownloadMinimalInitrdInternalServerError) IsSuccess ¶
func (o *DownloadMinimalInitrdInternalServerError) IsSuccess() bool
IsSuccess returns true when this download minimal initrd internal server error response has a 2xx status code
func (*DownloadMinimalInitrdInternalServerError) String ¶
func (o *DownloadMinimalInitrdInternalServerError) String() string
type DownloadMinimalInitrdMethodNotAllowed ¶
DownloadMinimalInitrdMethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewDownloadMinimalInitrdMethodNotAllowed ¶
func NewDownloadMinimalInitrdMethodNotAllowed() *DownloadMinimalInitrdMethodNotAllowed
NewDownloadMinimalInitrdMethodNotAllowed creates a DownloadMinimalInitrdMethodNotAllowed with default headers values
func (*DownloadMinimalInitrdMethodNotAllowed) Error ¶
func (o *DownloadMinimalInitrdMethodNotAllowed) Error() string
func (*DownloadMinimalInitrdMethodNotAllowed) GetPayload ¶
func (o *DownloadMinimalInitrdMethodNotAllowed) GetPayload() *models.Error
func (*DownloadMinimalInitrdMethodNotAllowed) IsClientError ¶
func (o *DownloadMinimalInitrdMethodNotAllowed) IsClientError() bool
IsClientError returns true when this download minimal initrd method not allowed response has a 4xx status code
func (*DownloadMinimalInitrdMethodNotAllowed) IsCode ¶
func (o *DownloadMinimalInitrdMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this download minimal initrd method not allowed response a status code equal to that given
func (*DownloadMinimalInitrdMethodNotAllowed) IsRedirect ¶
func (o *DownloadMinimalInitrdMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this download minimal initrd method not allowed response has a 3xx status code
func (*DownloadMinimalInitrdMethodNotAllowed) IsServerError ¶
func (o *DownloadMinimalInitrdMethodNotAllowed) IsServerError() bool
IsServerError returns true when this download minimal initrd method not allowed response has a 5xx status code
func (*DownloadMinimalInitrdMethodNotAllowed) IsSuccess ¶
func (o *DownloadMinimalInitrdMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this download minimal initrd method not allowed response has a 2xx status code
func (*DownloadMinimalInitrdMethodNotAllowed) String ¶
func (o *DownloadMinimalInitrdMethodNotAllowed) String() string
type DownloadMinimalInitrdNoContent ¶
type DownloadMinimalInitrdNoContent struct { }
DownloadMinimalInitrdNoContent describes a response with status code 204, with default header values.
Empty Success.
func NewDownloadMinimalInitrdNoContent ¶
func NewDownloadMinimalInitrdNoContent() *DownloadMinimalInitrdNoContent
NewDownloadMinimalInitrdNoContent creates a DownloadMinimalInitrdNoContent with default headers values
func (*DownloadMinimalInitrdNoContent) Error ¶
func (o *DownloadMinimalInitrdNoContent) Error() string
func (*DownloadMinimalInitrdNoContent) IsClientError ¶
func (o *DownloadMinimalInitrdNoContent) IsClientError() bool
IsClientError returns true when this download minimal initrd no content response has a 4xx status code
func (*DownloadMinimalInitrdNoContent) IsCode ¶
func (o *DownloadMinimalInitrdNoContent) IsCode(code int) bool
IsCode returns true when this download minimal initrd no content response a status code equal to that given
func (*DownloadMinimalInitrdNoContent) IsRedirect ¶
func (o *DownloadMinimalInitrdNoContent) IsRedirect() bool
IsRedirect returns true when this download minimal initrd no content response has a 3xx status code
func (*DownloadMinimalInitrdNoContent) IsServerError ¶
func (o *DownloadMinimalInitrdNoContent) IsServerError() bool
IsServerError returns true when this download minimal initrd no content response has a 5xx status code
func (*DownloadMinimalInitrdNoContent) IsSuccess ¶
func (o *DownloadMinimalInitrdNoContent) IsSuccess() bool
IsSuccess returns true when this download minimal initrd no content response has a 2xx status code
func (*DownloadMinimalInitrdNoContent) String ¶
func (o *DownloadMinimalInitrdNoContent) String() string
type DownloadMinimalInitrdNotFound ¶
DownloadMinimalInitrdNotFound describes a response with status code 404, with default header values.
Error.
func NewDownloadMinimalInitrdNotFound ¶
func NewDownloadMinimalInitrdNotFound() *DownloadMinimalInitrdNotFound
NewDownloadMinimalInitrdNotFound creates a DownloadMinimalInitrdNotFound with default headers values
func (*DownloadMinimalInitrdNotFound) Error ¶
func (o *DownloadMinimalInitrdNotFound) Error() string
func (*DownloadMinimalInitrdNotFound) GetPayload ¶
func (o *DownloadMinimalInitrdNotFound) GetPayload() *models.Error
func (*DownloadMinimalInitrdNotFound) IsClientError ¶
func (o *DownloadMinimalInitrdNotFound) IsClientError() bool
IsClientError returns true when this download minimal initrd not found response has a 4xx status code
func (*DownloadMinimalInitrdNotFound) IsCode ¶
func (o *DownloadMinimalInitrdNotFound) IsCode(code int) bool
IsCode returns true when this download minimal initrd not found response a status code equal to that given
func (*DownloadMinimalInitrdNotFound) IsRedirect ¶
func (o *DownloadMinimalInitrdNotFound) IsRedirect() bool
IsRedirect returns true when this download minimal initrd not found response has a 3xx status code
func (*DownloadMinimalInitrdNotFound) IsServerError ¶
func (o *DownloadMinimalInitrdNotFound) IsServerError() bool
IsServerError returns true when this download minimal initrd not found response has a 5xx status code
func (*DownloadMinimalInitrdNotFound) IsSuccess ¶
func (o *DownloadMinimalInitrdNotFound) IsSuccess() bool
IsSuccess returns true when this download minimal initrd not found response has a 2xx status code
func (*DownloadMinimalInitrdNotFound) String ¶
func (o *DownloadMinimalInitrdNotFound) String() string
type DownloadMinimalInitrdOK ¶
DownloadMinimalInitrdOK describes a response with status code 200, with default header values.
Success.
func NewDownloadMinimalInitrdOK ¶
func NewDownloadMinimalInitrdOK(writer io.Writer) *DownloadMinimalInitrdOK
NewDownloadMinimalInitrdOK creates a DownloadMinimalInitrdOK with default headers values
func (*DownloadMinimalInitrdOK) Error ¶
func (o *DownloadMinimalInitrdOK) Error() string
func (*DownloadMinimalInitrdOK) GetPayload ¶
func (o *DownloadMinimalInitrdOK) GetPayload() io.Writer
func (*DownloadMinimalInitrdOK) IsClientError ¶
func (o *DownloadMinimalInitrdOK) IsClientError() bool
IsClientError returns true when this download minimal initrd o k response has a 4xx status code
func (*DownloadMinimalInitrdOK) IsCode ¶
func (o *DownloadMinimalInitrdOK) IsCode(code int) bool
IsCode returns true when this download minimal initrd o k response a status code equal to that given
func (*DownloadMinimalInitrdOK) IsRedirect ¶
func (o *DownloadMinimalInitrdOK) IsRedirect() bool
IsRedirect returns true when this download minimal initrd o k response has a 3xx status code
func (*DownloadMinimalInitrdOK) IsServerError ¶
func (o *DownloadMinimalInitrdOK) IsServerError() bool
IsServerError returns true when this download minimal initrd o k response has a 5xx status code
func (*DownloadMinimalInitrdOK) IsSuccess ¶
func (o *DownloadMinimalInitrdOK) IsSuccess() bool
IsSuccess returns true when this download minimal initrd o k response has a 2xx status code
func (*DownloadMinimalInitrdOK) String ¶
func (o *DownloadMinimalInitrdOK) String() string
type DownloadMinimalInitrdParams ¶
type DownloadMinimalInitrdParams struct { /* InfraEnvID. The infra-env of the host that should be retrieved. Format: uuid */ InfraEnvID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DownloadMinimalInitrdParams contains all the parameters to send to the API endpoint
for the download minimal initrd operation. Typically these are written to a http.Request.
func NewDownloadMinimalInitrdParams ¶
func NewDownloadMinimalInitrdParams() *DownloadMinimalInitrdParams
NewDownloadMinimalInitrdParams creates a new DownloadMinimalInitrdParams 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 NewDownloadMinimalInitrdParamsWithContext ¶
func NewDownloadMinimalInitrdParamsWithContext(ctx context.Context) *DownloadMinimalInitrdParams
NewDownloadMinimalInitrdParamsWithContext creates a new DownloadMinimalInitrdParams object with the ability to set a context for a request.
func NewDownloadMinimalInitrdParamsWithHTTPClient ¶
func NewDownloadMinimalInitrdParamsWithHTTPClient(client *http.Client) *DownloadMinimalInitrdParams
NewDownloadMinimalInitrdParamsWithHTTPClient creates a new DownloadMinimalInitrdParams object with the ability to set a custom HTTPClient for a request.
func NewDownloadMinimalInitrdParamsWithTimeout ¶
func NewDownloadMinimalInitrdParamsWithTimeout(timeout time.Duration) *DownloadMinimalInitrdParams
NewDownloadMinimalInitrdParamsWithTimeout creates a new DownloadMinimalInitrdParams object with the ability to set a timeout on a request.
func (*DownloadMinimalInitrdParams) SetContext ¶
func (o *DownloadMinimalInitrdParams) SetContext(ctx context.Context)
SetContext adds the context to the download minimal initrd params
func (*DownloadMinimalInitrdParams) SetDefaults ¶
func (o *DownloadMinimalInitrdParams) SetDefaults()
SetDefaults hydrates default values in the download minimal initrd params (not the query body).
All values with no default are reset to their zero value.
func (*DownloadMinimalInitrdParams) SetHTTPClient ¶
func (o *DownloadMinimalInitrdParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the download minimal initrd params
func (*DownloadMinimalInitrdParams) SetInfraEnvID ¶
func (o *DownloadMinimalInitrdParams) SetInfraEnvID(infraEnvID strfmt.UUID)
SetInfraEnvID adds the infraEnvId to the download minimal initrd params
func (*DownloadMinimalInitrdParams) SetTimeout ¶
func (o *DownloadMinimalInitrdParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the download minimal initrd params
func (*DownloadMinimalInitrdParams) WithContext ¶
func (o *DownloadMinimalInitrdParams) WithContext(ctx context.Context) *DownloadMinimalInitrdParams
WithContext adds the context to the download minimal initrd params
func (*DownloadMinimalInitrdParams) WithDefaults ¶
func (o *DownloadMinimalInitrdParams) WithDefaults() *DownloadMinimalInitrdParams
WithDefaults hydrates default values in the download minimal initrd params (not the query body).
All values with no default are reset to their zero value.
func (*DownloadMinimalInitrdParams) WithHTTPClient ¶
func (o *DownloadMinimalInitrdParams) WithHTTPClient(client *http.Client) *DownloadMinimalInitrdParams
WithHTTPClient adds the HTTPClient to the download minimal initrd params
func (*DownloadMinimalInitrdParams) WithInfraEnvID ¶
func (o *DownloadMinimalInitrdParams) WithInfraEnvID(infraEnvID strfmt.UUID) *DownloadMinimalInitrdParams
WithInfraEnvID adds the infraEnvID to the download minimal initrd params
func (*DownloadMinimalInitrdParams) WithTimeout ¶
func (o *DownloadMinimalInitrdParams) WithTimeout(timeout time.Duration) *DownloadMinimalInitrdParams
WithTimeout adds the timeout to the download minimal initrd params
func (*DownloadMinimalInitrdParams) WriteToRequest ¶
func (o *DownloadMinimalInitrdParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DownloadMinimalInitrdReader ¶
type DownloadMinimalInitrdReader struct {
// contains filtered or unexported fields
}
DownloadMinimalInitrdReader is a Reader for the DownloadMinimalInitrd structure.
func (*DownloadMinimalInitrdReader) ReadResponse ¶
func (o *DownloadMinimalInitrdReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DownloadMinimalInitrdUnauthorized ¶
type DownloadMinimalInitrdUnauthorized struct {
}DownloadMinimalInitrdUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewDownloadMinimalInitrdUnauthorized ¶
func NewDownloadMinimalInitrdUnauthorized() *DownloadMinimalInitrdUnauthorized
NewDownloadMinimalInitrdUnauthorized creates a DownloadMinimalInitrdUnauthorized with default headers values
func (*DownloadMinimalInitrdUnauthorized) Error ¶
func (o *DownloadMinimalInitrdUnauthorized) Error() string
func (*DownloadMinimalInitrdUnauthorized) GetPayload ¶
func (o *DownloadMinimalInitrdUnauthorized) GetPayload() *models.InfraError
func (*DownloadMinimalInitrdUnauthorized) IsClientError ¶
func (o *DownloadMinimalInitrdUnauthorized) IsClientError() bool
IsClientError returns true when this download minimal initrd unauthorized response has a 4xx status code
func (*DownloadMinimalInitrdUnauthorized) IsCode ¶
func (o *DownloadMinimalInitrdUnauthorized) IsCode(code int) bool
IsCode returns true when this download minimal initrd unauthorized response a status code equal to that given
func (*DownloadMinimalInitrdUnauthorized) IsRedirect ¶
func (o *DownloadMinimalInitrdUnauthorized) IsRedirect() bool
IsRedirect returns true when this download minimal initrd unauthorized response has a 3xx status code
func (*DownloadMinimalInitrdUnauthorized) IsServerError ¶
func (o *DownloadMinimalInitrdUnauthorized) IsServerError() bool
IsServerError returns true when this download minimal initrd unauthorized response has a 5xx status code
func (*DownloadMinimalInitrdUnauthorized) IsSuccess ¶
func (o *DownloadMinimalInitrdUnauthorized) IsSuccess() bool
IsSuccess returns true when this download minimal initrd unauthorized response has a 2xx status code
func (*DownloadMinimalInitrdUnauthorized) String ¶
func (o *DownloadMinimalInitrdUnauthorized) String() string
type GetClusterSupportedPlatformsForbidden ¶
type GetClusterSupportedPlatformsForbidden struct {
Payload *models.InfraError
}
GetClusterSupportedPlatformsForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewGetClusterSupportedPlatformsForbidden ¶
func NewGetClusterSupportedPlatformsForbidden() *GetClusterSupportedPlatformsForbidden
NewGetClusterSupportedPlatformsForbidden creates a GetClusterSupportedPlatformsForbidden with default headers values
func (*GetClusterSupportedPlatformsForbidden) Error ¶
func (o *GetClusterSupportedPlatformsForbidden) Error() string
func (*GetClusterSupportedPlatformsForbidden) GetPayload ¶
func (o *GetClusterSupportedPlatformsForbidden) GetPayload() *models.InfraError
func (*GetClusterSupportedPlatformsForbidden) IsClientError ¶
func (o *GetClusterSupportedPlatformsForbidden) IsClientError() bool
IsClientError returns true when this get cluster supported platforms forbidden response has a 4xx status code
func (*GetClusterSupportedPlatformsForbidden) IsCode ¶
func (o *GetClusterSupportedPlatformsForbidden) IsCode(code int) bool
IsCode returns true when this get cluster supported platforms forbidden response a status code equal to that given
func (*GetClusterSupportedPlatformsForbidden) IsRedirect ¶
func (o *GetClusterSupportedPlatformsForbidden) IsRedirect() bool
IsRedirect returns true when this get cluster supported platforms forbidden response has a 3xx status code
func (*GetClusterSupportedPlatformsForbidden) IsServerError ¶
func (o *GetClusterSupportedPlatformsForbidden) IsServerError() bool
IsServerError returns true when this get cluster supported platforms forbidden response has a 5xx status code
func (*GetClusterSupportedPlatformsForbidden) IsSuccess ¶
func (o *GetClusterSupportedPlatformsForbidden) IsSuccess() bool
IsSuccess returns true when this get cluster supported platforms forbidden response has a 2xx status code
func (*GetClusterSupportedPlatformsForbidden) String ¶
func (o *GetClusterSupportedPlatformsForbidden) String() string
type GetClusterSupportedPlatformsInternalServerError ¶
GetClusterSupportedPlatformsInternalServerError describes a response with status code 500, with default header values.
Error.
func NewGetClusterSupportedPlatformsInternalServerError ¶
func NewGetClusterSupportedPlatformsInternalServerError() *GetClusterSupportedPlatformsInternalServerError
NewGetClusterSupportedPlatformsInternalServerError creates a GetClusterSupportedPlatformsInternalServerError with default headers values
func (*GetClusterSupportedPlatformsInternalServerError) Error ¶
func (o *GetClusterSupportedPlatformsInternalServerError) Error() string
func (*GetClusterSupportedPlatformsInternalServerError) GetPayload ¶
func (o *GetClusterSupportedPlatformsInternalServerError) GetPayload() *models.Error
func (*GetClusterSupportedPlatformsInternalServerError) IsClientError ¶
func (o *GetClusterSupportedPlatformsInternalServerError) IsClientError() bool
IsClientError returns true when this get cluster supported platforms internal server error response has a 4xx status code
func (*GetClusterSupportedPlatformsInternalServerError) IsCode ¶
func (o *GetClusterSupportedPlatformsInternalServerError) IsCode(code int) bool
IsCode returns true when this get cluster supported platforms internal server error response a status code equal to that given
func (*GetClusterSupportedPlatformsInternalServerError) IsRedirect ¶
func (o *GetClusterSupportedPlatformsInternalServerError) IsRedirect() bool
IsRedirect returns true when this get cluster supported platforms internal server error response has a 3xx status code
func (*GetClusterSupportedPlatformsInternalServerError) IsServerError ¶
func (o *GetClusterSupportedPlatformsInternalServerError) IsServerError() bool
IsServerError returns true when this get cluster supported platforms internal server error response has a 5xx status code
func (*GetClusterSupportedPlatformsInternalServerError) IsSuccess ¶
func (o *GetClusterSupportedPlatformsInternalServerError) IsSuccess() bool
IsSuccess returns true when this get cluster supported platforms internal server error response has a 2xx status code
func (*GetClusterSupportedPlatformsInternalServerError) String ¶
func (o *GetClusterSupportedPlatformsInternalServerError) String() string
type GetClusterSupportedPlatformsNotFound ¶
GetClusterSupportedPlatformsNotFound describes a response with status code 404, with default header values.
Error.
func NewGetClusterSupportedPlatformsNotFound ¶
func NewGetClusterSupportedPlatformsNotFound() *GetClusterSupportedPlatformsNotFound
NewGetClusterSupportedPlatformsNotFound creates a GetClusterSupportedPlatformsNotFound with default headers values
func (*GetClusterSupportedPlatformsNotFound) Error ¶
func (o *GetClusterSupportedPlatformsNotFound) Error() string
func (*GetClusterSupportedPlatformsNotFound) GetPayload ¶
func (o *GetClusterSupportedPlatformsNotFound) GetPayload() *models.Error
func (*GetClusterSupportedPlatformsNotFound) IsClientError ¶
func (o *GetClusterSupportedPlatformsNotFound) IsClientError() bool
IsClientError returns true when this get cluster supported platforms not found response has a 4xx status code
func (*GetClusterSupportedPlatformsNotFound) IsCode ¶
func (o *GetClusterSupportedPlatformsNotFound) IsCode(code int) bool
IsCode returns true when this get cluster supported platforms not found response a status code equal to that given
func (*GetClusterSupportedPlatformsNotFound) IsRedirect ¶
func (o *GetClusterSupportedPlatformsNotFound) IsRedirect() bool
IsRedirect returns true when this get cluster supported platforms not found response has a 3xx status code
func (*GetClusterSupportedPlatformsNotFound) IsServerError ¶
func (o *GetClusterSupportedPlatformsNotFound) IsServerError() bool
IsServerError returns true when this get cluster supported platforms not found response has a 5xx status code
func (*GetClusterSupportedPlatformsNotFound) IsSuccess ¶
func (o *GetClusterSupportedPlatformsNotFound) IsSuccess() bool
IsSuccess returns true when this get cluster supported platforms not found response has a 2xx status code
func (*GetClusterSupportedPlatformsNotFound) String ¶
func (o *GetClusterSupportedPlatformsNotFound) String() string
type GetClusterSupportedPlatformsOK ¶
type GetClusterSupportedPlatformsOK struct {
Payload []models.PlatformType
}
GetClusterSupportedPlatformsOK describes a response with status code 200, with default header values.
Success.
func NewGetClusterSupportedPlatformsOK ¶
func NewGetClusterSupportedPlatformsOK() *GetClusterSupportedPlatformsOK
NewGetClusterSupportedPlatformsOK creates a GetClusterSupportedPlatformsOK with default headers values
func (*GetClusterSupportedPlatformsOK) Error ¶
func (o *GetClusterSupportedPlatformsOK) Error() string
func (*GetClusterSupportedPlatformsOK) GetPayload ¶
func (o *GetClusterSupportedPlatformsOK) GetPayload() []models.PlatformType
func (*GetClusterSupportedPlatformsOK) IsClientError ¶
func (o *GetClusterSupportedPlatformsOK) IsClientError() bool
IsClientError returns true when this get cluster supported platforms o k response has a 4xx status code
func (*GetClusterSupportedPlatformsOK) IsCode ¶
func (o *GetClusterSupportedPlatformsOK) IsCode(code int) bool
IsCode returns true when this get cluster supported platforms o k response a status code equal to that given
func (*GetClusterSupportedPlatformsOK) IsRedirect ¶
func (o *GetClusterSupportedPlatformsOK) IsRedirect() bool
IsRedirect returns true when this get cluster supported platforms o k response has a 3xx status code
func (*GetClusterSupportedPlatformsOK) IsServerError ¶
func (o *GetClusterSupportedPlatformsOK) IsServerError() bool
IsServerError returns true when this get cluster supported platforms o k response has a 5xx status code
func (*GetClusterSupportedPlatformsOK) IsSuccess ¶
func (o *GetClusterSupportedPlatformsOK) IsSuccess() bool
IsSuccess returns true when this get cluster supported platforms o k response has a 2xx status code
func (*GetClusterSupportedPlatformsOK) String ¶
func (o *GetClusterSupportedPlatformsOK) String() string
type GetClusterSupportedPlatformsParams ¶
type GetClusterSupportedPlatformsParams struct { /* ClusterID. The cluster whose platform types should be retrieved. Format: uuid */ ClusterID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetClusterSupportedPlatformsParams contains all the parameters to send to the API endpoint
for the get cluster supported platforms operation. Typically these are written to a http.Request.
func NewGetClusterSupportedPlatformsParams ¶
func NewGetClusterSupportedPlatformsParams() *GetClusterSupportedPlatformsParams
NewGetClusterSupportedPlatformsParams creates a new GetClusterSupportedPlatformsParams 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 NewGetClusterSupportedPlatformsParamsWithContext ¶
func NewGetClusterSupportedPlatformsParamsWithContext(ctx context.Context) *GetClusterSupportedPlatformsParams
NewGetClusterSupportedPlatformsParamsWithContext creates a new GetClusterSupportedPlatformsParams object with the ability to set a context for a request.
func NewGetClusterSupportedPlatformsParamsWithHTTPClient ¶
func NewGetClusterSupportedPlatformsParamsWithHTTPClient(client *http.Client) *GetClusterSupportedPlatformsParams
NewGetClusterSupportedPlatformsParamsWithHTTPClient creates a new GetClusterSupportedPlatformsParams object with the ability to set a custom HTTPClient for a request.
func NewGetClusterSupportedPlatformsParamsWithTimeout ¶
func NewGetClusterSupportedPlatformsParamsWithTimeout(timeout time.Duration) *GetClusterSupportedPlatformsParams
NewGetClusterSupportedPlatformsParamsWithTimeout creates a new GetClusterSupportedPlatformsParams object with the ability to set a timeout on a request.
func (*GetClusterSupportedPlatformsParams) SetClusterID ¶
func (o *GetClusterSupportedPlatformsParams) SetClusterID(clusterID strfmt.UUID)
SetClusterID adds the clusterId to the get cluster supported platforms params
func (*GetClusterSupportedPlatformsParams) SetContext ¶
func (o *GetClusterSupportedPlatformsParams) SetContext(ctx context.Context)
SetContext adds the context to the get cluster supported platforms params
func (*GetClusterSupportedPlatformsParams) SetDefaults ¶
func (o *GetClusterSupportedPlatformsParams) SetDefaults()
SetDefaults hydrates default values in the get cluster supported platforms params (not the query body).
All values with no default are reset to their zero value.
func (*GetClusterSupportedPlatformsParams) SetHTTPClient ¶
func (o *GetClusterSupportedPlatformsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get cluster supported platforms params
func (*GetClusterSupportedPlatformsParams) SetTimeout ¶
func (o *GetClusterSupportedPlatformsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get cluster supported platforms params
func (*GetClusterSupportedPlatformsParams) WithClusterID ¶
func (o *GetClusterSupportedPlatformsParams) WithClusterID(clusterID strfmt.UUID) *GetClusterSupportedPlatformsParams
WithClusterID adds the clusterID to the get cluster supported platforms params
func (*GetClusterSupportedPlatformsParams) WithContext ¶
func (o *GetClusterSupportedPlatformsParams) WithContext(ctx context.Context) *GetClusterSupportedPlatformsParams
WithContext adds the context to the get cluster supported platforms params
func (*GetClusterSupportedPlatformsParams) WithDefaults ¶
func (o *GetClusterSupportedPlatformsParams) WithDefaults() *GetClusterSupportedPlatformsParams
WithDefaults hydrates default values in the get cluster supported platforms params (not the query body).
All values with no default are reset to their zero value.
func (*GetClusterSupportedPlatformsParams) WithHTTPClient ¶
func (o *GetClusterSupportedPlatformsParams) WithHTTPClient(client *http.Client) *GetClusterSupportedPlatformsParams
WithHTTPClient adds the HTTPClient to the get cluster supported platforms params
func (*GetClusterSupportedPlatformsParams) WithTimeout ¶
func (o *GetClusterSupportedPlatformsParams) WithTimeout(timeout time.Duration) *GetClusterSupportedPlatformsParams
WithTimeout adds the timeout to the get cluster supported platforms params
func (*GetClusterSupportedPlatformsParams) WriteToRequest ¶
func (o *GetClusterSupportedPlatformsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetClusterSupportedPlatformsReader ¶
type GetClusterSupportedPlatformsReader struct {
// contains filtered or unexported fields
}
GetClusterSupportedPlatformsReader is a Reader for the GetClusterSupportedPlatforms structure.
func (*GetClusterSupportedPlatformsReader) ReadResponse ¶
func (o *GetClusterSupportedPlatformsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetClusterSupportedPlatformsUnauthorized ¶
type GetClusterSupportedPlatformsUnauthorized struct {
}GetClusterSupportedPlatformsUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewGetClusterSupportedPlatformsUnauthorized ¶
func NewGetClusterSupportedPlatformsUnauthorized() *GetClusterSupportedPlatformsUnauthorized
NewGetClusterSupportedPlatformsUnauthorized creates a GetClusterSupportedPlatformsUnauthorized with default headers values
func (*GetClusterSupportedPlatformsUnauthorized) Error ¶
func (o *GetClusterSupportedPlatformsUnauthorized) Error() string
func (*GetClusterSupportedPlatformsUnauthorized) GetPayload ¶
func (o *GetClusterSupportedPlatformsUnauthorized) GetPayload() *models.InfraError
func (*GetClusterSupportedPlatformsUnauthorized) IsClientError ¶
func (o *GetClusterSupportedPlatformsUnauthorized) IsClientError() bool
IsClientError returns true when this get cluster supported platforms unauthorized response has a 4xx status code
func (*GetClusterSupportedPlatformsUnauthorized) IsCode ¶
func (o *GetClusterSupportedPlatformsUnauthorized) IsCode(code int) bool
IsCode returns true when this get cluster supported platforms unauthorized response a status code equal to that given
func (*GetClusterSupportedPlatformsUnauthorized) IsRedirect ¶
func (o *GetClusterSupportedPlatformsUnauthorized) IsRedirect() bool
IsRedirect returns true when this get cluster supported platforms unauthorized response has a 3xx status code
func (*GetClusterSupportedPlatformsUnauthorized) IsServerError ¶
func (o *GetClusterSupportedPlatformsUnauthorized) IsServerError() bool
IsServerError returns true when this get cluster supported platforms unauthorized response has a 5xx status code
func (*GetClusterSupportedPlatformsUnauthorized) IsSuccess ¶
func (o *GetClusterSupportedPlatformsUnauthorized) IsSuccess() bool
IsSuccess returns true when this get cluster supported platforms unauthorized response has a 2xx status code
func (*GetClusterSupportedPlatformsUnauthorized) String ¶
func (o *GetClusterSupportedPlatformsUnauthorized) String() string
type GetInfraEnvDownloadURLBadRequest ¶
GetInfraEnvDownloadURLBadRequest describes a response with status code 400, with default header values.
Bad Request.
func NewGetInfraEnvDownloadURLBadRequest ¶
func NewGetInfraEnvDownloadURLBadRequest() *GetInfraEnvDownloadURLBadRequest
NewGetInfraEnvDownloadURLBadRequest creates a GetInfraEnvDownloadURLBadRequest with default headers values
func (*GetInfraEnvDownloadURLBadRequest) Error ¶
func (o *GetInfraEnvDownloadURLBadRequest) Error() string
func (*GetInfraEnvDownloadURLBadRequest) GetPayload ¶
func (o *GetInfraEnvDownloadURLBadRequest) GetPayload() *models.Error
func (*GetInfraEnvDownloadURLBadRequest) IsClientError ¶
func (o *GetInfraEnvDownloadURLBadRequest) IsClientError() bool
IsClientError returns true when this get infra env download Url bad request response has a 4xx status code
func (*GetInfraEnvDownloadURLBadRequest) IsCode ¶
func (o *GetInfraEnvDownloadURLBadRequest) IsCode(code int) bool
IsCode returns true when this get infra env download Url bad request response a status code equal to that given
func (*GetInfraEnvDownloadURLBadRequest) IsRedirect ¶
func (o *GetInfraEnvDownloadURLBadRequest) IsRedirect() bool
IsRedirect returns true when this get infra env download Url bad request response has a 3xx status code
func (*GetInfraEnvDownloadURLBadRequest) IsServerError ¶
func (o *GetInfraEnvDownloadURLBadRequest) IsServerError() bool
IsServerError returns true when this get infra env download Url bad request response has a 5xx status code
func (*GetInfraEnvDownloadURLBadRequest) IsSuccess ¶
func (o *GetInfraEnvDownloadURLBadRequest) IsSuccess() bool
IsSuccess returns true when this get infra env download Url bad request response has a 2xx status code
func (*GetInfraEnvDownloadURLBadRequest) String ¶
func (o *GetInfraEnvDownloadURLBadRequest) String() string
type GetInfraEnvDownloadURLForbidden ¶
type GetInfraEnvDownloadURLForbidden struct {
Payload *models.InfraError
}
GetInfraEnvDownloadURLForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewGetInfraEnvDownloadURLForbidden ¶
func NewGetInfraEnvDownloadURLForbidden() *GetInfraEnvDownloadURLForbidden
NewGetInfraEnvDownloadURLForbidden creates a GetInfraEnvDownloadURLForbidden with default headers values
func (*GetInfraEnvDownloadURLForbidden) Error ¶
func (o *GetInfraEnvDownloadURLForbidden) Error() string
func (*GetInfraEnvDownloadURLForbidden) GetPayload ¶
func (o *GetInfraEnvDownloadURLForbidden) GetPayload() *models.InfraError
func (*GetInfraEnvDownloadURLForbidden) IsClientError ¶
func (o *GetInfraEnvDownloadURLForbidden) IsClientError() bool
IsClientError returns true when this get infra env download Url forbidden response has a 4xx status code
func (*GetInfraEnvDownloadURLForbidden) IsCode ¶
func (o *GetInfraEnvDownloadURLForbidden) IsCode(code int) bool
IsCode returns true when this get infra env download Url forbidden response a status code equal to that given
func (*GetInfraEnvDownloadURLForbidden) IsRedirect ¶
func (o *GetInfraEnvDownloadURLForbidden) IsRedirect() bool
IsRedirect returns true when this get infra env download Url forbidden response has a 3xx status code
func (*GetInfraEnvDownloadURLForbidden) IsServerError ¶
func (o *GetInfraEnvDownloadURLForbidden) IsServerError() bool
IsServerError returns true when this get infra env download Url forbidden response has a 5xx status code
func (*GetInfraEnvDownloadURLForbidden) IsSuccess ¶
func (o *GetInfraEnvDownloadURLForbidden) IsSuccess() bool
IsSuccess returns true when this get infra env download Url forbidden response has a 2xx status code
func (*GetInfraEnvDownloadURLForbidden) String ¶
func (o *GetInfraEnvDownloadURLForbidden) String() string
type GetInfraEnvDownloadURLInternalServerError ¶
GetInfraEnvDownloadURLInternalServerError describes a response with status code 500, with default header values.
Error.
func NewGetInfraEnvDownloadURLInternalServerError ¶
func NewGetInfraEnvDownloadURLInternalServerError() *GetInfraEnvDownloadURLInternalServerError
NewGetInfraEnvDownloadURLInternalServerError creates a GetInfraEnvDownloadURLInternalServerError with default headers values
func (*GetInfraEnvDownloadURLInternalServerError) Error ¶
func (o *GetInfraEnvDownloadURLInternalServerError) Error() string
func (*GetInfraEnvDownloadURLInternalServerError) GetPayload ¶
func (o *GetInfraEnvDownloadURLInternalServerError) GetPayload() *models.Error
func (*GetInfraEnvDownloadURLInternalServerError) IsClientError ¶
func (o *GetInfraEnvDownloadURLInternalServerError) IsClientError() bool
IsClientError returns true when this get infra env download Url internal server error response has a 4xx status code
func (*GetInfraEnvDownloadURLInternalServerError) IsCode ¶
func (o *GetInfraEnvDownloadURLInternalServerError) IsCode(code int) bool
IsCode returns true when this get infra env download Url internal server error response a status code equal to that given
func (*GetInfraEnvDownloadURLInternalServerError) IsRedirect ¶
func (o *GetInfraEnvDownloadURLInternalServerError) IsRedirect() bool
IsRedirect returns true when this get infra env download Url internal server error response has a 3xx status code
func (*GetInfraEnvDownloadURLInternalServerError) IsServerError ¶
func (o *GetInfraEnvDownloadURLInternalServerError) IsServerError() bool
IsServerError returns true when this get infra env download Url internal server error response has a 5xx status code
func (*GetInfraEnvDownloadURLInternalServerError) IsSuccess ¶
func (o *GetInfraEnvDownloadURLInternalServerError) IsSuccess() bool
IsSuccess returns true when this get infra env download Url internal server error response has a 2xx status code
func (*GetInfraEnvDownloadURLInternalServerError) String ¶
func (o *GetInfraEnvDownloadURLInternalServerError) String() string
type GetInfraEnvDownloadURLMethodNotAllowed ¶
GetInfraEnvDownloadURLMethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewGetInfraEnvDownloadURLMethodNotAllowed ¶
func NewGetInfraEnvDownloadURLMethodNotAllowed() *GetInfraEnvDownloadURLMethodNotAllowed
NewGetInfraEnvDownloadURLMethodNotAllowed creates a GetInfraEnvDownloadURLMethodNotAllowed with default headers values
func (*GetInfraEnvDownloadURLMethodNotAllowed) Error ¶
func (o *GetInfraEnvDownloadURLMethodNotAllowed) Error() string
func (*GetInfraEnvDownloadURLMethodNotAllowed) GetPayload ¶
func (o *GetInfraEnvDownloadURLMethodNotAllowed) GetPayload() *models.Error
func (*GetInfraEnvDownloadURLMethodNotAllowed) IsClientError ¶
func (o *GetInfraEnvDownloadURLMethodNotAllowed) IsClientError() bool
IsClientError returns true when this get infra env download Url method not allowed response has a 4xx status code
func (*GetInfraEnvDownloadURLMethodNotAllowed) IsCode ¶
func (o *GetInfraEnvDownloadURLMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this get infra env download Url method not allowed response a status code equal to that given
func (*GetInfraEnvDownloadURLMethodNotAllowed) IsRedirect ¶
func (o *GetInfraEnvDownloadURLMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this get infra env download Url method not allowed response has a 3xx status code
func (*GetInfraEnvDownloadURLMethodNotAllowed) IsServerError ¶
func (o *GetInfraEnvDownloadURLMethodNotAllowed) IsServerError() bool
IsServerError returns true when this get infra env download Url method not allowed response has a 5xx status code
func (*GetInfraEnvDownloadURLMethodNotAllowed) IsSuccess ¶
func (o *GetInfraEnvDownloadURLMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this get infra env download Url method not allowed response has a 2xx status code
func (*GetInfraEnvDownloadURLMethodNotAllowed) String ¶
func (o *GetInfraEnvDownloadURLMethodNotAllowed) String() string
type GetInfraEnvDownloadURLNotFound ¶
GetInfraEnvDownloadURLNotFound describes a response with status code 404, with default header values.
Error.
func NewGetInfraEnvDownloadURLNotFound ¶
func NewGetInfraEnvDownloadURLNotFound() *GetInfraEnvDownloadURLNotFound
NewGetInfraEnvDownloadURLNotFound creates a GetInfraEnvDownloadURLNotFound with default headers values
func (*GetInfraEnvDownloadURLNotFound) Error ¶
func (o *GetInfraEnvDownloadURLNotFound) Error() string
func (*GetInfraEnvDownloadURLNotFound) GetPayload ¶
func (o *GetInfraEnvDownloadURLNotFound) GetPayload() *models.Error
func (*GetInfraEnvDownloadURLNotFound) IsClientError ¶
func (o *GetInfraEnvDownloadURLNotFound) IsClientError() bool
IsClientError returns true when this get infra env download Url not found response has a 4xx status code
func (*GetInfraEnvDownloadURLNotFound) IsCode ¶
func (o *GetInfraEnvDownloadURLNotFound) IsCode(code int) bool
IsCode returns true when this get infra env download Url not found response a status code equal to that given
func (*GetInfraEnvDownloadURLNotFound) IsRedirect ¶
func (o *GetInfraEnvDownloadURLNotFound) IsRedirect() bool
IsRedirect returns true when this get infra env download Url not found response has a 3xx status code
func (*GetInfraEnvDownloadURLNotFound) IsServerError ¶
func (o *GetInfraEnvDownloadURLNotFound) IsServerError() bool
IsServerError returns true when this get infra env download Url not found response has a 5xx status code
func (*GetInfraEnvDownloadURLNotFound) IsSuccess ¶
func (o *GetInfraEnvDownloadURLNotFound) IsSuccess() bool
IsSuccess returns true when this get infra env download Url not found response has a 2xx status code
func (*GetInfraEnvDownloadURLNotFound) String ¶
func (o *GetInfraEnvDownloadURLNotFound) String() string
type GetInfraEnvDownloadURLNotImplemented ¶
GetInfraEnvDownloadURLNotImplemented describes a response with status code 501, with default header values.
Not implemented.
func NewGetInfraEnvDownloadURLNotImplemented ¶
func NewGetInfraEnvDownloadURLNotImplemented() *GetInfraEnvDownloadURLNotImplemented
NewGetInfraEnvDownloadURLNotImplemented creates a GetInfraEnvDownloadURLNotImplemented with default headers values
func (*GetInfraEnvDownloadURLNotImplemented) Error ¶
func (o *GetInfraEnvDownloadURLNotImplemented) Error() string
func (*GetInfraEnvDownloadURLNotImplemented) GetPayload ¶
func (o *GetInfraEnvDownloadURLNotImplemented) GetPayload() *models.Error
func (*GetInfraEnvDownloadURLNotImplemented) IsClientError ¶
func (o *GetInfraEnvDownloadURLNotImplemented) IsClientError() bool
IsClientError returns true when this get infra env download Url not implemented response has a 4xx status code
func (*GetInfraEnvDownloadURLNotImplemented) IsCode ¶
func (o *GetInfraEnvDownloadURLNotImplemented) IsCode(code int) bool
IsCode returns true when this get infra env download Url not implemented response a status code equal to that given
func (*GetInfraEnvDownloadURLNotImplemented) IsRedirect ¶
func (o *GetInfraEnvDownloadURLNotImplemented) IsRedirect() bool
IsRedirect returns true when this get infra env download Url not implemented response has a 3xx status code
func (*GetInfraEnvDownloadURLNotImplemented) IsServerError ¶
func (o *GetInfraEnvDownloadURLNotImplemented) IsServerError() bool
IsServerError returns true when this get infra env download Url not implemented response has a 5xx status code
func (*GetInfraEnvDownloadURLNotImplemented) IsSuccess ¶
func (o *GetInfraEnvDownloadURLNotImplemented) IsSuccess() bool
IsSuccess returns true when this get infra env download Url not implemented response has a 2xx status code
func (*GetInfraEnvDownloadURLNotImplemented) String ¶
func (o *GetInfraEnvDownloadURLNotImplemented) String() string
type GetInfraEnvDownloadURLOK ¶
type GetInfraEnvDownloadURLOK struct {
Payload *models.PresignedURL
}
GetInfraEnvDownloadURLOK describes a response with status code 200, with default header values.
Success.
func NewGetInfraEnvDownloadURLOK ¶
func NewGetInfraEnvDownloadURLOK() *GetInfraEnvDownloadURLOK
NewGetInfraEnvDownloadURLOK creates a GetInfraEnvDownloadURLOK with default headers values
func (*GetInfraEnvDownloadURLOK) Error ¶
func (o *GetInfraEnvDownloadURLOK) Error() string
func (*GetInfraEnvDownloadURLOK) GetPayload ¶
func (o *GetInfraEnvDownloadURLOK) GetPayload() *models.PresignedURL
func (*GetInfraEnvDownloadURLOK) IsClientError ¶
func (o *GetInfraEnvDownloadURLOK) IsClientError() bool
IsClientError returns true when this get infra env download Url o k response has a 4xx status code
func (*GetInfraEnvDownloadURLOK) IsCode ¶
func (o *GetInfraEnvDownloadURLOK) IsCode(code int) bool
IsCode returns true when this get infra env download Url o k response a status code equal to that given
func (*GetInfraEnvDownloadURLOK) IsRedirect ¶
func (o *GetInfraEnvDownloadURLOK) IsRedirect() bool
IsRedirect returns true when this get infra env download Url o k response has a 3xx status code
func (*GetInfraEnvDownloadURLOK) IsServerError ¶
func (o *GetInfraEnvDownloadURLOK) IsServerError() bool
IsServerError returns true when this get infra env download Url o k response has a 5xx status code
func (*GetInfraEnvDownloadURLOK) IsSuccess ¶
func (o *GetInfraEnvDownloadURLOK) IsSuccess() bool
IsSuccess returns true when this get infra env download Url o k response has a 2xx status code
func (*GetInfraEnvDownloadURLOK) String ¶
func (o *GetInfraEnvDownloadURLOK) String() string
type GetInfraEnvDownloadURLParams ¶
type GetInfraEnvDownloadURLParams struct { /* InfraEnvID. The infra-env to be retrieved. Format: uuid */ InfraEnvID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetInfraEnvDownloadURLParams contains all the parameters to send to the API endpoint
for the get infra env download URL operation. Typically these are written to a http.Request.
func NewGetInfraEnvDownloadURLParams ¶
func NewGetInfraEnvDownloadURLParams() *GetInfraEnvDownloadURLParams
NewGetInfraEnvDownloadURLParams creates a new GetInfraEnvDownloadURLParams 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 NewGetInfraEnvDownloadURLParamsWithContext ¶
func NewGetInfraEnvDownloadURLParamsWithContext(ctx context.Context) *GetInfraEnvDownloadURLParams
NewGetInfraEnvDownloadURLParamsWithContext creates a new GetInfraEnvDownloadURLParams object with the ability to set a context for a request.
func NewGetInfraEnvDownloadURLParamsWithHTTPClient ¶
func NewGetInfraEnvDownloadURLParamsWithHTTPClient(client *http.Client) *GetInfraEnvDownloadURLParams
NewGetInfraEnvDownloadURLParamsWithHTTPClient creates a new GetInfraEnvDownloadURLParams object with the ability to set a custom HTTPClient for a request.
func NewGetInfraEnvDownloadURLParamsWithTimeout ¶
func NewGetInfraEnvDownloadURLParamsWithTimeout(timeout time.Duration) *GetInfraEnvDownloadURLParams
NewGetInfraEnvDownloadURLParamsWithTimeout creates a new GetInfraEnvDownloadURLParams object with the ability to set a timeout on a request.
func (*GetInfraEnvDownloadURLParams) SetContext ¶
func (o *GetInfraEnvDownloadURLParams) SetContext(ctx context.Context)
SetContext adds the context to the get infra env download URL params
func (*GetInfraEnvDownloadURLParams) SetDefaults ¶
func (o *GetInfraEnvDownloadURLParams) SetDefaults()
SetDefaults hydrates default values in the get infra env download URL params (not the query body).
All values with no default are reset to their zero value.
func (*GetInfraEnvDownloadURLParams) SetHTTPClient ¶
func (o *GetInfraEnvDownloadURLParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get infra env download URL params
func (*GetInfraEnvDownloadURLParams) SetInfraEnvID ¶
func (o *GetInfraEnvDownloadURLParams) SetInfraEnvID(infraEnvID strfmt.UUID)
SetInfraEnvID adds the infraEnvId to the get infra env download URL params
func (*GetInfraEnvDownloadURLParams) SetTimeout ¶
func (o *GetInfraEnvDownloadURLParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get infra env download URL params
func (*GetInfraEnvDownloadURLParams) WithContext ¶
func (o *GetInfraEnvDownloadURLParams) WithContext(ctx context.Context) *GetInfraEnvDownloadURLParams
WithContext adds the context to the get infra env download URL params
func (*GetInfraEnvDownloadURLParams) WithDefaults ¶
func (o *GetInfraEnvDownloadURLParams) WithDefaults() *GetInfraEnvDownloadURLParams
WithDefaults hydrates default values in the get infra env download URL params (not the query body).
All values with no default are reset to their zero value.
func (*GetInfraEnvDownloadURLParams) WithHTTPClient ¶
func (o *GetInfraEnvDownloadURLParams) WithHTTPClient(client *http.Client) *GetInfraEnvDownloadURLParams
WithHTTPClient adds the HTTPClient to the get infra env download URL params
func (*GetInfraEnvDownloadURLParams) WithInfraEnvID ¶
func (o *GetInfraEnvDownloadURLParams) WithInfraEnvID(infraEnvID strfmt.UUID) *GetInfraEnvDownloadURLParams
WithInfraEnvID adds the infraEnvID to the get infra env download URL params
func (*GetInfraEnvDownloadURLParams) WithTimeout ¶
func (o *GetInfraEnvDownloadURLParams) WithTimeout(timeout time.Duration) *GetInfraEnvDownloadURLParams
WithTimeout adds the timeout to the get infra env download URL params
func (*GetInfraEnvDownloadURLParams) WriteToRequest ¶
func (o *GetInfraEnvDownloadURLParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetInfraEnvDownloadURLReader ¶
type GetInfraEnvDownloadURLReader struct {
// contains filtered or unexported fields
}
GetInfraEnvDownloadURLReader is a Reader for the GetInfraEnvDownloadURL structure.
func (*GetInfraEnvDownloadURLReader) ReadResponse ¶
func (o *GetInfraEnvDownloadURLReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetInfraEnvDownloadURLServiceUnavailable ¶
type GetInfraEnvDownloadURLServiceUnavailable struct {
}GetInfraEnvDownloadURLServiceUnavailable describes a response with status code 503, with default header values.
Unavailable.
func NewGetInfraEnvDownloadURLServiceUnavailable ¶
func NewGetInfraEnvDownloadURLServiceUnavailable() *GetInfraEnvDownloadURLServiceUnavailable
NewGetInfraEnvDownloadURLServiceUnavailable creates a GetInfraEnvDownloadURLServiceUnavailable with default headers values
func (*GetInfraEnvDownloadURLServiceUnavailable) Error ¶
func (o *GetInfraEnvDownloadURLServiceUnavailable) Error() string
func (*GetInfraEnvDownloadURLServiceUnavailable) GetPayload ¶
func (o *GetInfraEnvDownloadURLServiceUnavailable) GetPayload() *models.Error
func (*GetInfraEnvDownloadURLServiceUnavailable) IsClientError ¶
func (o *GetInfraEnvDownloadURLServiceUnavailable) IsClientError() bool
IsClientError returns true when this get infra env download Url service unavailable response has a 4xx status code
func (*GetInfraEnvDownloadURLServiceUnavailable) IsCode ¶
func (o *GetInfraEnvDownloadURLServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get infra env download Url service unavailable response a status code equal to that given
func (*GetInfraEnvDownloadURLServiceUnavailable) IsRedirect ¶
func (o *GetInfraEnvDownloadURLServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get infra env download Url service unavailable response has a 3xx status code
func (*GetInfraEnvDownloadURLServiceUnavailable) IsServerError ¶
func (o *GetInfraEnvDownloadURLServiceUnavailable) IsServerError() bool
IsServerError returns true when this get infra env download Url service unavailable response has a 5xx status code
func (*GetInfraEnvDownloadURLServiceUnavailable) IsSuccess ¶
func (o *GetInfraEnvDownloadURLServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get infra env download Url service unavailable response has a 2xx status code
func (*GetInfraEnvDownloadURLServiceUnavailable) String ¶
func (o *GetInfraEnvDownloadURLServiceUnavailable) String() string
type GetInfraEnvDownloadURLUnauthorized ¶
type GetInfraEnvDownloadURLUnauthorized struct {
}GetInfraEnvDownloadURLUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewGetInfraEnvDownloadURLUnauthorized ¶
func NewGetInfraEnvDownloadURLUnauthorized() *GetInfraEnvDownloadURLUnauthorized
NewGetInfraEnvDownloadURLUnauthorized creates a GetInfraEnvDownloadURLUnauthorized with default headers values
func (*GetInfraEnvDownloadURLUnauthorized) Error ¶
func (o *GetInfraEnvDownloadURLUnauthorized) Error() string
func (*GetInfraEnvDownloadURLUnauthorized) GetPayload ¶
func (o *GetInfraEnvDownloadURLUnauthorized) GetPayload() *models.InfraError
func (*GetInfraEnvDownloadURLUnauthorized) IsClientError ¶
func (o *GetInfraEnvDownloadURLUnauthorized) IsClientError() bool
IsClientError returns true when this get infra env download Url unauthorized response has a 4xx status code
func (*GetInfraEnvDownloadURLUnauthorized) IsCode ¶
func (o *GetInfraEnvDownloadURLUnauthorized) IsCode(code int) bool
IsCode returns true when this get infra env download Url unauthorized response a status code equal to that given
func (*GetInfraEnvDownloadURLUnauthorized) IsRedirect ¶
func (o *GetInfraEnvDownloadURLUnauthorized) IsRedirect() bool
IsRedirect returns true when this get infra env download Url unauthorized response has a 3xx status code
func (*GetInfraEnvDownloadURLUnauthorized) IsServerError ¶
func (o *GetInfraEnvDownloadURLUnauthorized) IsServerError() bool
IsServerError returns true when this get infra env download Url unauthorized response has a 5xx status code
func (*GetInfraEnvDownloadURLUnauthorized) IsSuccess ¶
func (o *GetInfraEnvDownloadURLUnauthorized) IsSuccess() bool
IsSuccess returns true when this get infra env download Url unauthorized response has a 2xx status code
func (*GetInfraEnvDownloadURLUnauthorized) String ¶
func (o *GetInfraEnvDownloadURLUnauthorized) String() string
type GetInfraEnvForbidden ¶
type GetInfraEnvForbidden struct {
Payload *models.InfraError
}
GetInfraEnvForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewGetInfraEnvForbidden ¶
func NewGetInfraEnvForbidden() *GetInfraEnvForbidden
NewGetInfraEnvForbidden creates a GetInfraEnvForbidden with default headers values
func (*GetInfraEnvForbidden) Error ¶
func (o *GetInfraEnvForbidden) Error() string
func (*GetInfraEnvForbidden) GetPayload ¶
func (o *GetInfraEnvForbidden) GetPayload() *models.InfraError
func (*GetInfraEnvForbidden) IsClientError ¶
func (o *GetInfraEnvForbidden) IsClientError() bool
IsClientError returns true when this get infra env forbidden response has a 4xx status code
func (*GetInfraEnvForbidden) IsCode ¶
func (o *GetInfraEnvForbidden) IsCode(code int) bool
IsCode returns true when this get infra env forbidden response a status code equal to that given
func (*GetInfraEnvForbidden) IsRedirect ¶
func (o *GetInfraEnvForbidden) IsRedirect() bool
IsRedirect returns true when this get infra env forbidden response has a 3xx status code
func (*GetInfraEnvForbidden) IsServerError ¶
func (o *GetInfraEnvForbidden) IsServerError() bool
IsServerError returns true when this get infra env forbidden response has a 5xx status code
func (*GetInfraEnvForbidden) IsSuccess ¶
func (o *GetInfraEnvForbidden) IsSuccess() bool
IsSuccess returns true when this get infra env forbidden response has a 2xx status code
func (*GetInfraEnvForbidden) String ¶
func (o *GetInfraEnvForbidden) String() string
type GetInfraEnvInternalServerError ¶
GetInfraEnvInternalServerError describes a response with status code 500, with default header values.
Error.
func NewGetInfraEnvInternalServerError ¶
func NewGetInfraEnvInternalServerError() *GetInfraEnvInternalServerError
NewGetInfraEnvInternalServerError creates a GetInfraEnvInternalServerError with default headers values
func (*GetInfraEnvInternalServerError) Error ¶
func (o *GetInfraEnvInternalServerError) Error() string
func (*GetInfraEnvInternalServerError) GetPayload ¶
func (o *GetInfraEnvInternalServerError) GetPayload() *models.Error
func (*GetInfraEnvInternalServerError) IsClientError ¶
func (o *GetInfraEnvInternalServerError) IsClientError() bool
IsClientError returns true when this get infra env internal server error response has a 4xx status code
func (*GetInfraEnvInternalServerError) IsCode ¶
func (o *GetInfraEnvInternalServerError) IsCode(code int) bool
IsCode returns true when this get infra env internal server error response a status code equal to that given
func (*GetInfraEnvInternalServerError) IsRedirect ¶
func (o *GetInfraEnvInternalServerError) IsRedirect() bool
IsRedirect returns true when this get infra env internal server error response has a 3xx status code
func (*GetInfraEnvInternalServerError) IsServerError ¶
func (o *GetInfraEnvInternalServerError) IsServerError() bool
IsServerError returns true when this get infra env internal server error response has a 5xx status code
func (*GetInfraEnvInternalServerError) IsSuccess ¶
func (o *GetInfraEnvInternalServerError) IsSuccess() bool
IsSuccess returns true when this get infra env internal server error response has a 2xx status code
func (*GetInfraEnvInternalServerError) String ¶
func (o *GetInfraEnvInternalServerError) String() string
type GetInfraEnvMethodNotAllowed ¶
GetInfraEnvMethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewGetInfraEnvMethodNotAllowed ¶
func NewGetInfraEnvMethodNotAllowed() *GetInfraEnvMethodNotAllowed
NewGetInfraEnvMethodNotAllowed creates a GetInfraEnvMethodNotAllowed with default headers values
func (*GetInfraEnvMethodNotAllowed) Error ¶
func (o *GetInfraEnvMethodNotAllowed) Error() string
func (*GetInfraEnvMethodNotAllowed) GetPayload ¶
func (o *GetInfraEnvMethodNotAllowed) GetPayload() *models.Error
func (*GetInfraEnvMethodNotAllowed) IsClientError ¶
func (o *GetInfraEnvMethodNotAllowed) IsClientError() bool
IsClientError returns true when this get infra env method not allowed response has a 4xx status code
func (*GetInfraEnvMethodNotAllowed) IsCode ¶
func (o *GetInfraEnvMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this get infra env method not allowed response a status code equal to that given
func (*GetInfraEnvMethodNotAllowed) IsRedirect ¶
func (o *GetInfraEnvMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this get infra env method not allowed response has a 3xx status code
func (*GetInfraEnvMethodNotAllowed) IsServerError ¶
func (o *GetInfraEnvMethodNotAllowed) IsServerError() bool
IsServerError returns true when this get infra env method not allowed response has a 5xx status code
func (*GetInfraEnvMethodNotAllowed) IsSuccess ¶
func (o *GetInfraEnvMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this get infra env method not allowed response has a 2xx status code
func (*GetInfraEnvMethodNotAllowed) String ¶
func (o *GetInfraEnvMethodNotAllowed) String() string
type GetInfraEnvNotFound ¶
GetInfraEnvNotFound describes a response with status code 404, with default header values.
Error.
func NewGetInfraEnvNotFound ¶
func NewGetInfraEnvNotFound() *GetInfraEnvNotFound
NewGetInfraEnvNotFound creates a GetInfraEnvNotFound with default headers values
func (*GetInfraEnvNotFound) Error ¶
func (o *GetInfraEnvNotFound) Error() string
func (*GetInfraEnvNotFound) GetPayload ¶
func (o *GetInfraEnvNotFound) GetPayload() *models.Error
func (*GetInfraEnvNotFound) IsClientError ¶
func (o *GetInfraEnvNotFound) IsClientError() bool
IsClientError returns true when this get infra env not found response has a 4xx status code
func (*GetInfraEnvNotFound) IsCode ¶
func (o *GetInfraEnvNotFound) IsCode(code int) bool
IsCode returns true when this get infra env not found response a status code equal to that given
func (*GetInfraEnvNotFound) IsRedirect ¶
func (o *GetInfraEnvNotFound) IsRedirect() bool
IsRedirect returns true when this get infra env not found response has a 3xx status code
func (*GetInfraEnvNotFound) IsServerError ¶
func (o *GetInfraEnvNotFound) IsServerError() bool
IsServerError returns true when this get infra env not found response has a 5xx status code
func (*GetInfraEnvNotFound) IsSuccess ¶
func (o *GetInfraEnvNotFound) IsSuccess() bool
IsSuccess returns true when this get infra env not found response has a 2xx status code
func (*GetInfraEnvNotFound) String ¶
func (o *GetInfraEnvNotFound) String() string
type GetInfraEnvNotImplemented ¶
GetInfraEnvNotImplemented describes a response with status code 501, with default header values.
Not implemented.
func NewGetInfraEnvNotImplemented ¶
func NewGetInfraEnvNotImplemented() *GetInfraEnvNotImplemented
NewGetInfraEnvNotImplemented creates a GetInfraEnvNotImplemented with default headers values
func (*GetInfraEnvNotImplemented) Error ¶
func (o *GetInfraEnvNotImplemented) Error() string
func (*GetInfraEnvNotImplemented) GetPayload ¶
func (o *GetInfraEnvNotImplemented) GetPayload() *models.Error
func (*GetInfraEnvNotImplemented) IsClientError ¶
func (o *GetInfraEnvNotImplemented) IsClientError() bool
IsClientError returns true when this get infra env not implemented response has a 4xx status code
func (*GetInfraEnvNotImplemented) IsCode ¶
func (o *GetInfraEnvNotImplemented) IsCode(code int) bool
IsCode returns true when this get infra env not implemented response a status code equal to that given
func (*GetInfraEnvNotImplemented) IsRedirect ¶
func (o *GetInfraEnvNotImplemented) IsRedirect() bool
IsRedirect returns true when this get infra env not implemented response has a 3xx status code
func (*GetInfraEnvNotImplemented) IsServerError ¶
func (o *GetInfraEnvNotImplemented) IsServerError() bool
IsServerError returns true when this get infra env not implemented response has a 5xx status code
func (*GetInfraEnvNotImplemented) IsSuccess ¶
func (o *GetInfraEnvNotImplemented) IsSuccess() bool
IsSuccess returns true when this get infra env not implemented response has a 2xx status code
func (*GetInfraEnvNotImplemented) String ¶
func (o *GetInfraEnvNotImplemented) String() string
type GetInfraEnvOK ¶
GetInfraEnvOK describes a response with status code 200, with default header values.
Success.
func NewGetInfraEnvOK ¶
func NewGetInfraEnvOK() *GetInfraEnvOK
NewGetInfraEnvOK creates a GetInfraEnvOK with default headers values
func (*GetInfraEnvOK) Error ¶
func (o *GetInfraEnvOK) Error() string
func (*GetInfraEnvOK) GetPayload ¶
func (o *GetInfraEnvOK) GetPayload() *models.InfraEnv
func (*GetInfraEnvOK) IsClientError ¶
func (o *GetInfraEnvOK) IsClientError() bool
IsClientError returns true when this get infra env o k response has a 4xx status code
func (*GetInfraEnvOK) IsCode ¶
func (o *GetInfraEnvOK) IsCode(code int) bool
IsCode returns true when this get infra env o k response a status code equal to that given
func (*GetInfraEnvOK) IsRedirect ¶
func (o *GetInfraEnvOK) IsRedirect() bool
IsRedirect returns true when this get infra env o k response has a 3xx status code
func (*GetInfraEnvOK) IsServerError ¶
func (o *GetInfraEnvOK) IsServerError() bool
IsServerError returns true when this get infra env o k response has a 5xx status code
func (*GetInfraEnvOK) IsSuccess ¶
func (o *GetInfraEnvOK) IsSuccess() bool
IsSuccess returns true when this get infra env o k response has a 2xx status code
func (*GetInfraEnvOK) String ¶
func (o *GetInfraEnvOK) String() string
type GetInfraEnvParams ¶
type GetInfraEnvParams struct { /* InfraEnvID. The infra-env to be retrieved. Format: uuid */ InfraEnvID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetInfraEnvParams contains all the parameters to send to the API endpoint
for the get infra env operation. Typically these are written to a http.Request.
func NewGetInfraEnvParams ¶
func NewGetInfraEnvParams() *GetInfraEnvParams
NewGetInfraEnvParams creates a new GetInfraEnvParams 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 NewGetInfraEnvParamsWithContext ¶
func NewGetInfraEnvParamsWithContext(ctx context.Context) *GetInfraEnvParams
NewGetInfraEnvParamsWithContext creates a new GetInfraEnvParams object with the ability to set a context for a request.
func NewGetInfraEnvParamsWithHTTPClient ¶
func NewGetInfraEnvParamsWithHTTPClient(client *http.Client) *GetInfraEnvParams
NewGetInfraEnvParamsWithHTTPClient creates a new GetInfraEnvParams object with the ability to set a custom HTTPClient for a request.
func NewGetInfraEnvParamsWithTimeout ¶
func NewGetInfraEnvParamsWithTimeout(timeout time.Duration) *GetInfraEnvParams
NewGetInfraEnvParamsWithTimeout creates a new GetInfraEnvParams object with the ability to set a timeout on a request.
func (*GetInfraEnvParams) SetContext ¶
func (o *GetInfraEnvParams) SetContext(ctx context.Context)
SetContext adds the context to the get infra env params
func (*GetInfraEnvParams) SetDefaults ¶
func (o *GetInfraEnvParams) SetDefaults()
SetDefaults hydrates default values in the get infra env params (not the query body).
All values with no default are reset to their zero value.
func (*GetInfraEnvParams) SetHTTPClient ¶
func (o *GetInfraEnvParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get infra env params
func (*GetInfraEnvParams) SetInfraEnvID ¶
func (o *GetInfraEnvParams) SetInfraEnvID(infraEnvID strfmt.UUID)
SetInfraEnvID adds the infraEnvId to the get infra env params
func (*GetInfraEnvParams) SetTimeout ¶
func (o *GetInfraEnvParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get infra env params
func (*GetInfraEnvParams) WithContext ¶
func (o *GetInfraEnvParams) WithContext(ctx context.Context) *GetInfraEnvParams
WithContext adds the context to the get infra env params
func (*GetInfraEnvParams) WithDefaults ¶
func (o *GetInfraEnvParams) WithDefaults() *GetInfraEnvParams
WithDefaults hydrates default values in the get infra env params (not the query body).
All values with no default are reset to their zero value.
func (*GetInfraEnvParams) WithHTTPClient ¶
func (o *GetInfraEnvParams) WithHTTPClient(client *http.Client) *GetInfraEnvParams
WithHTTPClient adds the HTTPClient to the get infra env params
func (*GetInfraEnvParams) WithInfraEnvID ¶
func (o *GetInfraEnvParams) WithInfraEnvID(infraEnvID strfmt.UUID) *GetInfraEnvParams
WithInfraEnvID adds the infraEnvID to the get infra env params
func (*GetInfraEnvParams) WithTimeout ¶
func (o *GetInfraEnvParams) WithTimeout(timeout time.Duration) *GetInfraEnvParams
WithTimeout adds the timeout to the get infra env params
func (*GetInfraEnvParams) WriteToRequest ¶
func (o *GetInfraEnvParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetInfraEnvPresignedFileURLForbidden ¶
type GetInfraEnvPresignedFileURLForbidden struct {
Payload *models.InfraError
}
GetInfraEnvPresignedFileURLForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewGetInfraEnvPresignedFileURLForbidden ¶
func NewGetInfraEnvPresignedFileURLForbidden() *GetInfraEnvPresignedFileURLForbidden
NewGetInfraEnvPresignedFileURLForbidden creates a GetInfraEnvPresignedFileURLForbidden with default headers values
func (*GetInfraEnvPresignedFileURLForbidden) Error ¶
func (o *GetInfraEnvPresignedFileURLForbidden) Error() string
func (*GetInfraEnvPresignedFileURLForbidden) GetPayload ¶
func (o *GetInfraEnvPresignedFileURLForbidden) GetPayload() *models.InfraError
func (*GetInfraEnvPresignedFileURLForbidden) IsClientError ¶
func (o *GetInfraEnvPresignedFileURLForbidden) IsClientError() bool
IsClientError returns true when this get infra env presigned file Url forbidden response has a 4xx status code
func (*GetInfraEnvPresignedFileURLForbidden) IsCode ¶
func (o *GetInfraEnvPresignedFileURLForbidden) IsCode(code int) bool
IsCode returns true when this get infra env presigned file Url forbidden response a status code equal to that given
func (*GetInfraEnvPresignedFileURLForbidden) IsRedirect ¶
func (o *GetInfraEnvPresignedFileURLForbidden) IsRedirect() bool
IsRedirect returns true when this get infra env presigned file Url forbidden response has a 3xx status code
func (*GetInfraEnvPresignedFileURLForbidden) IsServerError ¶
func (o *GetInfraEnvPresignedFileURLForbidden) IsServerError() bool
IsServerError returns true when this get infra env presigned file Url forbidden response has a 5xx status code
func (*GetInfraEnvPresignedFileURLForbidden) IsSuccess ¶
func (o *GetInfraEnvPresignedFileURLForbidden) IsSuccess() bool
IsSuccess returns true when this get infra env presigned file Url forbidden response has a 2xx status code
func (*GetInfraEnvPresignedFileURLForbidden) String ¶
func (o *GetInfraEnvPresignedFileURLForbidden) String() string
type GetInfraEnvPresignedFileURLInternalServerError ¶
GetInfraEnvPresignedFileURLInternalServerError describes a response with status code 500, with default header values.
Error.
func NewGetInfraEnvPresignedFileURLInternalServerError ¶
func NewGetInfraEnvPresignedFileURLInternalServerError() *GetInfraEnvPresignedFileURLInternalServerError
NewGetInfraEnvPresignedFileURLInternalServerError creates a GetInfraEnvPresignedFileURLInternalServerError with default headers values
func (*GetInfraEnvPresignedFileURLInternalServerError) Error ¶
func (o *GetInfraEnvPresignedFileURLInternalServerError) Error() string
func (*GetInfraEnvPresignedFileURLInternalServerError) GetPayload ¶
func (o *GetInfraEnvPresignedFileURLInternalServerError) GetPayload() *models.Error
func (*GetInfraEnvPresignedFileURLInternalServerError) IsClientError ¶
func (o *GetInfraEnvPresignedFileURLInternalServerError) IsClientError() bool
IsClientError returns true when this get infra env presigned file Url internal server error response has a 4xx status code
func (*GetInfraEnvPresignedFileURLInternalServerError) IsCode ¶
func (o *GetInfraEnvPresignedFileURLInternalServerError) IsCode(code int) bool
IsCode returns true when this get infra env presigned file Url internal server error response a status code equal to that given
func (*GetInfraEnvPresignedFileURLInternalServerError) IsRedirect ¶
func (o *GetInfraEnvPresignedFileURLInternalServerError) IsRedirect() bool
IsRedirect returns true when this get infra env presigned file Url internal server error response has a 3xx status code
func (*GetInfraEnvPresignedFileURLInternalServerError) IsServerError ¶
func (o *GetInfraEnvPresignedFileURLInternalServerError) IsServerError() bool
IsServerError returns true when this get infra env presigned file Url internal server error response has a 5xx status code
func (*GetInfraEnvPresignedFileURLInternalServerError) IsSuccess ¶
func (o *GetInfraEnvPresignedFileURLInternalServerError) IsSuccess() bool
IsSuccess returns true when this get infra env presigned file Url internal server error response has a 2xx status code
func (*GetInfraEnvPresignedFileURLInternalServerError) String ¶
func (o *GetInfraEnvPresignedFileURLInternalServerError) String() string
type GetInfraEnvPresignedFileURLMethodNotAllowed ¶
GetInfraEnvPresignedFileURLMethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewGetInfraEnvPresignedFileURLMethodNotAllowed ¶
func NewGetInfraEnvPresignedFileURLMethodNotAllowed() *GetInfraEnvPresignedFileURLMethodNotAllowed
NewGetInfraEnvPresignedFileURLMethodNotAllowed creates a GetInfraEnvPresignedFileURLMethodNotAllowed with default headers values
func (*GetInfraEnvPresignedFileURLMethodNotAllowed) Error ¶
func (o *GetInfraEnvPresignedFileURLMethodNotAllowed) Error() string
func (*GetInfraEnvPresignedFileURLMethodNotAllowed) GetPayload ¶
func (o *GetInfraEnvPresignedFileURLMethodNotAllowed) GetPayload() *models.Error
func (*GetInfraEnvPresignedFileURLMethodNotAllowed) IsClientError ¶
func (o *GetInfraEnvPresignedFileURLMethodNotAllowed) IsClientError() bool
IsClientError returns true when this get infra env presigned file Url method not allowed response has a 4xx status code
func (*GetInfraEnvPresignedFileURLMethodNotAllowed) IsCode ¶
func (o *GetInfraEnvPresignedFileURLMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this get infra env presigned file Url method not allowed response a status code equal to that given
func (*GetInfraEnvPresignedFileURLMethodNotAllowed) IsRedirect ¶
func (o *GetInfraEnvPresignedFileURLMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this get infra env presigned file Url method not allowed response has a 3xx status code
func (*GetInfraEnvPresignedFileURLMethodNotAllowed) IsServerError ¶
func (o *GetInfraEnvPresignedFileURLMethodNotAllowed) IsServerError() bool
IsServerError returns true when this get infra env presigned file Url method not allowed response has a 5xx status code
func (*GetInfraEnvPresignedFileURLMethodNotAllowed) IsSuccess ¶
func (o *GetInfraEnvPresignedFileURLMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this get infra env presigned file Url method not allowed response has a 2xx status code
func (*GetInfraEnvPresignedFileURLMethodNotAllowed) String ¶
func (o *GetInfraEnvPresignedFileURLMethodNotAllowed) String() string
type GetInfraEnvPresignedFileURLNotFound ¶
GetInfraEnvPresignedFileURLNotFound describes a response with status code 404, with default header values.
Error.
func NewGetInfraEnvPresignedFileURLNotFound ¶
func NewGetInfraEnvPresignedFileURLNotFound() *GetInfraEnvPresignedFileURLNotFound
NewGetInfraEnvPresignedFileURLNotFound creates a GetInfraEnvPresignedFileURLNotFound with default headers values
func (*GetInfraEnvPresignedFileURLNotFound) Error ¶
func (o *GetInfraEnvPresignedFileURLNotFound) Error() string
func (*GetInfraEnvPresignedFileURLNotFound) GetPayload ¶
func (o *GetInfraEnvPresignedFileURLNotFound) GetPayload() *models.Error
func (*GetInfraEnvPresignedFileURLNotFound) IsClientError ¶
func (o *GetInfraEnvPresignedFileURLNotFound) IsClientError() bool
IsClientError returns true when this get infra env presigned file Url not found response has a 4xx status code
func (*GetInfraEnvPresignedFileURLNotFound) IsCode ¶
func (o *GetInfraEnvPresignedFileURLNotFound) IsCode(code int) bool
IsCode returns true when this get infra env presigned file Url not found response a status code equal to that given
func (*GetInfraEnvPresignedFileURLNotFound) IsRedirect ¶
func (o *GetInfraEnvPresignedFileURLNotFound) IsRedirect() bool
IsRedirect returns true when this get infra env presigned file Url not found response has a 3xx status code
func (*GetInfraEnvPresignedFileURLNotFound) IsServerError ¶
func (o *GetInfraEnvPresignedFileURLNotFound) IsServerError() bool
IsServerError returns true when this get infra env presigned file Url not found response has a 5xx status code
func (*GetInfraEnvPresignedFileURLNotFound) IsSuccess ¶
func (o *GetInfraEnvPresignedFileURLNotFound) IsSuccess() bool
IsSuccess returns true when this get infra env presigned file Url not found response has a 2xx status code
func (*GetInfraEnvPresignedFileURLNotFound) String ¶
func (o *GetInfraEnvPresignedFileURLNotFound) String() string
type GetInfraEnvPresignedFileURLNotImplemented ¶
GetInfraEnvPresignedFileURLNotImplemented describes a response with status code 501, with default header values.
Not implemented.
func NewGetInfraEnvPresignedFileURLNotImplemented ¶
func NewGetInfraEnvPresignedFileURLNotImplemented() *GetInfraEnvPresignedFileURLNotImplemented
NewGetInfraEnvPresignedFileURLNotImplemented creates a GetInfraEnvPresignedFileURLNotImplemented with default headers values
func (*GetInfraEnvPresignedFileURLNotImplemented) Error ¶
func (o *GetInfraEnvPresignedFileURLNotImplemented) Error() string
func (*GetInfraEnvPresignedFileURLNotImplemented) GetPayload ¶
func (o *GetInfraEnvPresignedFileURLNotImplemented) GetPayload() *models.Error
func (*GetInfraEnvPresignedFileURLNotImplemented) IsClientError ¶
func (o *GetInfraEnvPresignedFileURLNotImplemented) IsClientError() bool
IsClientError returns true when this get infra env presigned file Url not implemented response has a 4xx status code
func (*GetInfraEnvPresignedFileURLNotImplemented) IsCode ¶
func (o *GetInfraEnvPresignedFileURLNotImplemented) IsCode(code int) bool
IsCode returns true when this get infra env presigned file Url not implemented response a status code equal to that given
func (*GetInfraEnvPresignedFileURLNotImplemented) IsRedirect ¶
func (o *GetInfraEnvPresignedFileURLNotImplemented) IsRedirect() bool
IsRedirect returns true when this get infra env presigned file Url not implemented response has a 3xx status code
func (*GetInfraEnvPresignedFileURLNotImplemented) IsServerError ¶
func (o *GetInfraEnvPresignedFileURLNotImplemented) IsServerError() bool
IsServerError returns true when this get infra env presigned file Url not implemented response has a 5xx status code
func (*GetInfraEnvPresignedFileURLNotImplemented) IsSuccess ¶
func (o *GetInfraEnvPresignedFileURLNotImplemented) IsSuccess() bool
IsSuccess returns true when this get infra env presigned file Url not implemented response has a 2xx status code
func (*GetInfraEnvPresignedFileURLNotImplemented) String ¶
func (o *GetInfraEnvPresignedFileURLNotImplemented) String() string
type GetInfraEnvPresignedFileURLOK ¶
type GetInfraEnvPresignedFileURLOK struct {
Payload *models.PresignedURL
}
GetInfraEnvPresignedFileURLOK describes a response with status code 200, with default header values.
Success.
func NewGetInfraEnvPresignedFileURLOK ¶
func NewGetInfraEnvPresignedFileURLOK() *GetInfraEnvPresignedFileURLOK
NewGetInfraEnvPresignedFileURLOK creates a GetInfraEnvPresignedFileURLOK with default headers values
func (*GetInfraEnvPresignedFileURLOK) Error ¶
func (o *GetInfraEnvPresignedFileURLOK) Error() string
func (*GetInfraEnvPresignedFileURLOK) GetPayload ¶
func (o *GetInfraEnvPresignedFileURLOK) GetPayload() *models.PresignedURL
func (*GetInfraEnvPresignedFileURLOK) IsClientError ¶
func (o *GetInfraEnvPresignedFileURLOK) IsClientError() bool
IsClientError returns true when this get infra env presigned file Url o k response has a 4xx status code
func (*GetInfraEnvPresignedFileURLOK) IsCode ¶
func (o *GetInfraEnvPresignedFileURLOK) IsCode(code int) bool
IsCode returns true when this get infra env presigned file Url o k response a status code equal to that given
func (*GetInfraEnvPresignedFileURLOK) IsRedirect ¶
func (o *GetInfraEnvPresignedFileURLOK) IsRedirect() bool
IsRedirect returns true when this get infra env presigned file Url o k response has a 3xx status code
func (*GetInfraEnvPresignedFileURLOK) IsServerError ¶
func (o *GetInfraEnvPresignedFileURLOK) IsServerError() bool
IsServerError returns true when this get infra env presigned file Url o k response has a 5xx status code
func (*GetInfraEnvPresignedFileURLOK) IsSuccess ¶
func (o *GetInfraEnvPresignedFileURLOK) IsSuccess() bool
IsSuccess returns true when this get infra env presigned file Url o k response has a 2xx status code
func (*GetInfraEnvPresignedFileURLOK) String ¶
func (o *GetInfraEnvPresignedFileURLOK) String() string
type GetInfraEnvPresignedFileURLParams ¶
type GetInfraEnvPresignedFileURLParams struct { /* FileName. The file to be downloaded. */ FileName string /* InfraEnvID. The file's infra-env. Format: uuid */ InfraEnvID strfmt.UUID /* IpxeScriptType. Specify the script type to be served for iPXE. */ IpxeScriptType *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetInfraEnvPresignedFileURLParams contains all the parameters to send to the API endpoint
for the get infra env presigned file URL operation. Typically these are written to a http.Request.
func NewGetInfraEnvPresignedFileURLParams ¶
func NewGetInfraEnvPresignedFileURLParams() *GetInfraEnvPresignedFileURLParams
NewGetInfraEnvPresignedFileURLParams creates a new GetInfraEnvPresignedFileURLParams 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 NewGetInfraEnvPresignedFileURLParamsWithContext ¶
func NewGetInfraEnvPresignedFileURLParamsWithContext(ctx context.Context) *GetInfraEnvPresignedFileURLParams
NewGetInfraEnvPresignedFileURLParamsWithContext creates a new GetInfraEnvPresignedFileURLParams object with the ability to set a context for a request.
func NewGetInfraEnvPresignedFileURLParamsWithHTTPClient ¶
func NewGetInfraEnvPresignedFileURLParamsWithHTTPClient(client *http.Client) *GetInfraEnvPresignedFileURLParams
NewGetInfraEnvPresignedFileURLParamsWithHTTPClient creates a new GetInfraEnvPresignedFileURLParams object with the ability to set a custom HTTPClient for a request.
func NewGetInfraEnvPresignedFileURLParamsWithTimeout ¶
func NewGetInfraEnvPresignedFileURLParamsWithTimeout(timeout time.Duration) *GetInfraEnvPresignedFileURLParams
NewGetInfraEnvPresignedFileURLParamsWithTimeout creates a new GetInfraEnvPresignedFileURLParams object with the ability to set a timeout on a request.
func (*GetInfraEnvPresignedFileURLParams) SetContext ¶
func (o *GetInfraEnvPresignedFileURLParams) SetContext(ctx context.Context)
SetContext adds the context to the get infra env presigned file URL params
func (*GetInfraEnvPresignedFileURLParams) SetDefaults ¶
func (o *GetInfraEnvPresignedFileURLParams) SetDefaults()
SetDefaults hydrates default values in the get infra env presigned file URL params (not the query body).
All values with no default are reset to their zero value.
func (*GetInfraEnvPresignedFileURLParams) SetFileName ¶
func (o *GetInfraEnvPresignedFileURLParams) SetFileName(fileName string)
SetFileName adds the fileName to the get infra env presigned file URL params
func (*GetInfraEnvPresignedFileURLParams) SetHTTPClient ¶
func (o *GetInfraEnvPresignedFileURLParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get infra env presigned file URL params
func (*GetInfraEnvPresignedFileURLParams) SetInfraEnvID ¶
func (o *GetInfraEnvPresignedFileURLParams) SetInfraEnvID(infraEnvID strfmt.UUID)
SetInfraEnvID adds the infraEnvId to the get infra env presigned file URL params
func (*GetInfraEnvPresignedFileURLParams) SetIpxeScriptType ¶
func (o *GetInfraEnvPresignedFileURLParams) SetIpxeScriptType(ipxeScriptType *string)
SetIpxeScriptType adds the ipxeScriptType to the get infra env presigned file URL params
func (*GetInfraEnvPresignedFileURLParams) SetTimeout ¶
func (o *GetInfraEnvPresignedFileURLParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get infra env presigned file URL params
func (*GetInfraEnvPresignedFileURLParams) WithContext ¶
func (o *GetInfraEnvPresignedFileURLParams) WithContext(ctx context.Context) *GetInfraEnvPresignedFileURLParams
WithContext adds the context to the get infra env presigned file URL params
func (*GetInfraEnvPresignedFileURLParams) WithDefaults ¶
func (o *GetInfraEnvPresignedFileURLParams) WithDefaults() *GetInfraEnvPresignedFileURLParams
WithDefaults hydrates default values in the get infra env presigned file URL params (not the query body).
All values with no default are reset to their zero value.
func (*GetInfraEnvPresignedFileURLParams) WithFileName ¶
func (o *GetInfraEnvPresignedFileURLParams) WithFileName(fileName string) *GetInfraEnvPresignedFileURLParams
WithFileName adds the fileName to the get infra env presigned file URL params
func (*GetInfraEnvPresignedFileURLParams) WithHTTPClient ¶
func (o *GetInfraEnvPresignedFileURLParams) WithHTTPClient(client *http.Client) *GetInfraEnvPresignedFileURLParams
WithHTTPClient adds the HTTPClient to the get infra env presigned file URL params
func (*GetInfraEnvPresignedFileURLParams) WithInfraEnvID ¶
func (o *GetInfraEnvPresignedFileURLParams) WithInfraEnvID(infraEnvID strfmt.UUID) *GetInfraEnvPresignedFileURLParams
WithInfraEnvID adds the infraEnvID to the get infra env presigned file URL params
func (*GetInfraEnvPresignedFileURLParams) WithIpxeScriptType ¶
func (o *GetInfraEnvPresignedFileURLParams) WithIpxeScriptType(ipxeScriptType *string) *GetInfraEnvPresignedFileURLParams
WithIpxeScriptType adds the ipxeScriptType to the get infra env presigned file URL params
func (*GetInfraEnvPresignedFileURLParams) WithTimeout ¶
func (o *GetInfraEnvPresignedFileURLParams) WithTimeout(timeout time.Duration) *GetInfraEnvPresignedFileURLParams
WithTimeout adds the timeout to the get infra env presigned file URL params
func (*GetInfraEnvPresignedFileURLParams) WriteToRequest ¶
func (o *GetInfraEnvPresignedFileURLParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetInfraEnvPresignedFileURLReader ¶
type GetInfraEnvPresignedFileURLReader struct {
// contains filtered or unexported fields
}
GetInfraEnvPresignedFileURLReader is a Reader for the GetInfraEnvPresignedFileURL structure.
func (*GetInfraEnvPresignedFileURLReader) ReadResponse ¶
func (o *GetInfraEnvPresignedFileURLReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetInfraEnvPresignedFileURLServiceUnavailable ¶
type GetInfraEnvPresignedFileURLServiceUnavailable struct {
}GetInfraEnvPresignedFileURLServiceUnavailable describes a response with status code 503, with default header values.
Unavailable.
func NewGetInfraEnvPresignedFileURLServiceUnavailable ¶
func NewGetInfraEnvPresignedFileURLServiceUnavailable() *GetInfraEnvPresignedFileURLServiceUnavailable
NewGetInfraEnvPresignedFileURLServiceUnavailable creates a GetInfraEnvPresignedFileURLServiceUnavailable with default headers values
func (*GetInfraEnvPresignedFileURLServiceUnavailable) Error ¶
func (o *GetInfraEnvPresignedFileURLServiceUnavailable) Error() string
func (*GetInfraEnvPresignedFileURLServiceUnavailable) GetPayload ¶
func (o *GetInfraEnvPresignedFileURLServiceUnavailable) GetPayload() *models.Error
func (*GetInfraEnvPresignedFileURLServiceUnavailable) IsClientError ¶
func (o *GetInfraEnvPresignedFileURLServiceUnavailable) IsClientError() bool
IsClientError returns true when this get infra env presigned file Url service unavailable response has a 4xx status code
func (*GetInfraEnvPresignedFileURLServiceUnavailable) IsCode ¶
func (o *GetInfraEnvPresignedFileURLServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get infra env presigned file Url service unavailable response a status code equal to that given
func (*GetInfraEnvPresignedFileURLServiceUnavailable) IsRedirect ¶
func (o *GetInfraEnvPresignedFileURLServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get infra env presigned file Url service unavailable response has a 3xx status code
func (*GetInfraEnvPresignedFileURLServiceUnavailable) IsServerError ¶
func (o *GetInfraEnvPresignedFileURLServiceUnavailable) IsServerError() bool
IsServerError returns true when this get infra env presigned file Url service unavailable response has a 5xx status code
func (*GetInfraEnvPresignedFileURLServiceUnavailable) IsSuccess ¶
func (o *GetInfraEnvPresignedFileURLServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get infra env presigned file Url service unavailable response has a 2xx status code
func (*GetInfraEnvPresignedFileURLServiceUnavailable) String ¶
func (o *GetInfraEnvPresignedFileURLServiceUnavailable) String() string
type GetInfraEnvPresignedFileURLUnauthorized ¶
type GetInfraEnvPresignedFileURLUnauthorized struct {
}GetInfraEnvPresignedFileURLUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewGetInfraEnvPresignedFileURLUnauthorized ¶
func NewGetInfraEnvPresignedFileURLUnauthorized() *GetInfraEnvPresignedFileURLUnauthorized
NewGetInfraEnvPresignedFileURLUnauthorized creates a GetInfraEnvPresignedFileURLUnauthorized with default headers values
func (*GetInfraEnvPresignedFileURLUnauthorized) Error ¶
func (o *GetInfraEnvPresignedFileURLUnauthorized) Error() string
func (*GetInfraEnvPresignedFileURLUnauthorized) GetPayload ¶
func (o *GetInfraEnvPresignedFileURLUnauthorized) GetPayload() *models.InfraError
func (*GetInfraEnvPresignedFileURLUnauthorized) IsClientError ¶
func (o *GetInfraEnvPresignedFileURLUnauthorized) IsClientError() bool
IsClientError returns true when this get infra env presigned file Url unauthorized response has a 4xx status code
func (*GetInfraEnvPresignedFileURLUnauthorized) IsCode ¶
func (o *GetInfraEnvPresignedFileURLUnauthorized) IsCode(code int) bool
IsCode returns true when this get infra env presigned file Url unauthorized response a status code equal to that given
func (*GetInfraEnvPresignedFileURLUnauthorized) IsRedirect ¶
func (o *GetInfraEnvPresignedFileURLUnauthorized) IsRedirect() bool
IsRedirect returns true when this get infra env presigned file Url unauthorized response has a 3xx status code
func (*GetInfraEnvPresignedFileURLUnauthorized) IsServerError ¶
func (o *GetInfraEnvPresignedFileURLUnauthorized) IsServerError() bool
IsServerError returns true when this get infra env presigned file Url unauthorized response has a 5xx status code
func (*GetInfraEnvPresignedFileURLUnauthorized) IsSuccess ¶
func (o *GetInfraEnvPresignedFileURLUnauthorized) IsSuccess() bool
IsSuccess returns true when this get infra env presigned file Url unauthorized response has a 2xx status code
func (*GetInfraEnvPresignedFileURLUnauthorized) String ¶
func (o *GetInfraEnvPresignedFileURLUnauthorized) String() string
type GetInfraEnvReader ¶
type GetInfraEnvReader struct {
// contains filtered or unexported fields
}
GetInfraEnvReader is a Reader for the GetInfraEnv structure.
func (*GetInfraEnvReader) ReadResponse ¶
func (o *GetInfraEnvReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetInfraEnvServiceUnavailable ¶
type GetInfraEnvServiceUnavailable struct {
}GetInfraEnvServiceUnavailable describes a response with status code 503, with default header values.
Unavailable.
func NewGetInfraEnvServiceUnavailable ¶
func NewGetInfraEnvServiceUnavailable() *GetInfraEnvServiceUnavailable
NewGetInfraEnvServiceUnavailable creates a GetInfraEnvServiceUnavailable with default headers values
func (*GetInfraEnvServiceUnavailable) Error ¶
func (o *GetInfraEnvServiceUnavailable) Error() string
func (*GetInfraEnvServiceUnavailable) GetPayload ¶
func (o *GetInfraEnvServiceUnavailable) GetPayload() *models.Error
func (*GetInfraEnvServiceUnavailable) IsClientError ¶
func (o *GetInfraEnvServiceUnavailable) IsClientError() bool
IsClientError returns true when this get infra env service unavailable response has a 4xx status code
func (*GetInfraEnvServiceUnavailable) IsCode ¶
func (o *GetInfraEnvServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get infra env service unavailable response a status code equal to that given
func (*GetInfraEnvServiceUnavailable) IsRedirect ¶
func (o *GetInfraEnvServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get infra env service unavailable response has a 3xx status code
func (*GetInfraEnvServiceUnavailable) IsServerError ¶
func (o *GetInfraEnvServiceUnavailable) IsServerError() bool
IsServerError returns true when this get infra env service unavailable response has a 5xx status code
func (*GetInfraEnvServiceUnavailable) IsSuccess ¶
func (o *GetInfraEnvServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get infra env service unavailable response has a 2xx status code
func (*GetInfraEnvServiceUnavailable) String ¶
func (o *GetInfraEnvServiceUnavailable) String() string
type GetInfraEnvUnauthorized ¶
type GetInfraEnvUnauthorized struct {
}GetInfraEnvUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewGetInfraEnvUnauthorized ¶
func NewGetInfraEnvUnauthorized() *GetInfraEnvUnauthorized
NewGetInfraEnvUnauthorized creates a GetInfraEnvUnauthorized with default headers values
func (*GetInfraEnvUnauthorized) Error ¶
func (o *GetInfraEnvUnauthorized) Error() string
func (*GetInfraEnvUnauthorized) GetPayload ¶
func (o *GetInfraEnvUnauthorized) GetPayload() *models.InfraError
func (*GetInfraEnvUnauthorized) IsClientError ¶
func (o *GetInfraEnvUnauthorized) IsClientError() bool
IsClientError returns true when this get infra env unauthorized response has a 4xx status code
func (*GetInfraEnvUnauthorized) IsCode ¶
func (o *GetInfraEnvUnauthorized) IsCode(code int) bool
IsCode returns true when this get infra env unauthorized response a status code equal to that given
func (*GetInfraEnvUnauthorized) IsRedirect ¶
func (o *GetInfraEnvUnauthorized) IsRedirect() bool
IsRedirect returns true when this get infra env unauthorized response has a 3xx status code
func (*GetInfraEnvUnauthorized) IsServerError ¶
func (o *GetInfraEnvUnauthorized) IsServerError() bool
IsServerError returns true when this get infra env unauthorized response has a 5xx status code
func (*GetInfraEnvUnauthorized) IsSuccess ¶
func (o *GetInfraEnvUnauthorized) IsSuccess() bool
IsSuccess returns true when this get infra env unauthorized response has a 2xx status code
func (*GetInfraEnvUnauthorized) String ¶
func (o *GetInfraEnvUnauthorized) String() string
type GetSupportedArchitecturesBadRequest ¶
GetSupportedArchitecturesBadRequest describes a response with status code 400, with default header values.
Error.
func NewGetSupportedArchitecturesBadRequest ¶
func NewGetSupportedArchitecturesBadRequest() *GetSupportedArchitecturesBadRequest
NewGetSupportedArchitecturesBadRequest creates a GetSupportedArchitecturesBadRequest with default headers values
func (*GetSupportedArchitecturesBadRequest) Error ¶
func (o *GetSupportedArchitecturesBadRequest) Error() string
func (*GetSupportedArchitecturesBadRequest) GetPayload ¶
func (o *GetSupportedArchitecturesBadRequest) GetPayload() *models.Error
func (*GetSupportedArchitecturesBadRequest) IsClientError ¶
func (o *GetSupportedArchitecturesBadRequest) IsClientError() bool
IsClientError returns true when this get supported architectures bad request response has a 4xx status code
func (*GetSupportedArchitecturesBadRequest) IsCode ¶
func (o *GetSupportedArchitecturesBadRequest) IsCode(code int) bool
IsCode returns true when this get supported architectures bad request response a status code equal to that given
func (*GetSupportedArchitecturesBadRequest) IsRedirect ¶
func (o *GetSupportedArchitecturesBadRequest) IsRedirect() bool
IsRedirect returns true when this get supported architectures bad request response has a 3xx status code
func (*GetSupportedArchitecturesBadRequest) IsServerError ¶
func (o *GetSupportedArchitecturesBadRequest) IsServerError() bool
IsServerError returns true when this get supported architectures bad request response has a 5xx status code
func (*GetSupportedArchitecturesBadRequest) IsSuccess ¶
func (o *GetSupportedArchitecturesBadRequest) IsSuccess() bool
IsSuccess returns true when this get supported architectures bad request response has a 2xx status code
func (*GetSupportedArchitecturesBadRequest) String ¶
func (o *GetSupportedArchitecturesBadRequest) String() string
type GetSupportedArchitecturesForbidden ¶
type GetSupportedArchitecturesForbidden struct {
Payload *models.InfraError
}
GetSupportedArchitecturesForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewGetSupportedArchitecturesForbidden ¶
func NewGetSupportedArchitecturesForbidden() *GetSupportedArchitecturesForbidden
NewGetSupportedArchitecturesForbidden creates a GetSupportedArchitecturesForbidden with default headers values
func (*GetSupportedArchitecturesForbidden) Error ¶
func (o *GetSupportedArchitecturesForbidden) Error() string
func (*GetSupportedArchitecturesForbidden) GetPayload ¶
func (o *GetSupportedArchitecturesForbidden) GetPayload() *models.InfraError
func (*GetSupportedArchitecturesForbidden) IsClientError ¶
func (o *GetSupportedArchitecturesForbidden) IsClientError() bool
IsClientError returns true when this get supported architectures forbidden response has a 4xx status code
func (*GetSupportedArchitecturesForbidden) IsCode ¶
func (o *GetSupportedArchitecturesForbidden) IsCode(code int) bool
IsCode returns true when this get supported architectures forbidden response a status code equal to that given
func (*GetSupportedArchitecturesForbidden) IsRedirect ¶
func (o *GetSupportedArchitecturesForbidden) IsRedirect() bool
IsRedirect returns true when this get supported architectures forbidden response has a 3xx status code
func (*GetSupportedArchitecturesForbidden) IsServerError ¶
func (o *GetSupportedArchitecturesForbidden) IsServerError() bool
IsServerError returns true when this get supported architectures forbidden response has a 5xx status code
func (*GetSupportedArchitecturesForbidden) IsSuccess ¶
func (o *GetSupportedArchitecturesForbidden) IsSuccess() bool
IsSuccess returns true when this get supported architectures forbidden response has a 2xx status code
func (*GetSupportedArchitecturesForbidden) String ¶
func (o *GetSupportedArchitecturesForbidden) String() string
type GetSupportedArchitecturesNotFound ¶
GetSupportedArchitecturesNotFound describes a response with status code 404, with default header values.
Error.
func NewGetSupportedArchitecturesNotFound ¶
func NewGetSupportedArchitecturesNotFound() *GetSupportedArchitecturesNotFound
NewGetSupportedArchitecturesNotFound creates a GetSupportedArchitecturesNotFound with default headers values
func (*GetSupportedArchitecturesNotFound) Error ¶
func (o *GetSupportedArchitecturesNotFound) Error() string
func (*GetSupportedArchitecturesNotFound) GetPayload ¶
func (o *GetSupportedArchitecturesNotFound) GetPayload() *models.Error
func (*GetSupportedArchitecturesNotFound) IsClientError ¶
func (o *GetSupportedArchitecturesNotFound) IsClientError() bool
IsClientError returns true when this get supported architectures not found response has a 4xx status code
func (*GetSupportedArchitecturesNotFound) IsCode ¶
func (o *GetSupportedArchitecturesNotFound) IsCode(code int) bool
IsCode returns true when this get supported architectures not found response a status code equal to that given
func (*GetSupportedArchitecturesNotFound) IsRedirect ¶
func (o *GetSupportedArchitecturesNotFound) IsRedirect() bool
IsRedirect returns true when this get supported architectures not found response has a 3xx status code
func (*GetSupportedArchitecturesNotFound) IsServerError ¶
func (o *GetSupportedArchitecturesNotFound) IsServerError() bool
IsServerError returns true when this get supported architectures not found response has a 5xx status code
func (*GetSupportedArchitecturesNotFound) IsSuccess ¶
func (o *GetSupportedArchitecturesNotFound) IsSuccess() bool
IsSuccess returns true when this get supported architectures not found response has a 2xx status code
func (*GetSupportedArchitecturesNotFound) String ¶
func (o *GetSupportedArchitecturesNotFound) String() string
type GetSupportedArchitecturesOK ¶
type GetSupportedArchitecturesOK struct {
Payload *GetSupportedArchitecturesOKBody
}
GetSupportedArchitecturesOK describes a response with status code 200, with default header values.
Success.
func NewGetSupportedArchitecturesOK ¶
func NewGetSupportedArchitecturesOK() *GetSupportedArchitecturesOK
NewGetSupportedArchitecturesOK creates a GetSupportedArchitecturesOK with default headers values
func (*GetSupportedArchitecturesOK) Error ¶
func (o *GetSupportedArchitecturesOK) Error() string
func (*GetSupportedArchitecturesOK) GetPayload ¶
func (o *GetSupportedArchitecturesOK) GetPayload() *GetSupportedArchitecturesOKBody
func (*GetSupportedArchitecturesOK) IsClientError ¶
func (o *GetSupportedArchitecturesOK) IsClientError() bool
IsClientError returns true when this get supported architectures o k response has a 4xx status code
func (*GetSupportedArchitecturesOK) IsCode ¶
func (o *GetSupportedArchitecturesOK) IsCode(code int) bool
IsCode returns true when this get supported architectures o k response a status code equal to that given
func (*GetSupportedArchitecturesOK) IsRedirect ¶
func (o *GetSupportedArchitecturesOK) IsRedirect() bool
IsRedirect returns true when this get supported architectures o k response has a 3xx status code
func (*GetSupportedArchitecturesOK) IsServerError ¶
func (o *GetSupportedArchitecturesOK) IsServerError() bool
IsServerError returns true when this get supported architectures o k response has a 5xx status code
func (*GetSupportedArchitecturesOK) IsSuccess ¶
func (o *GetSupportedArchitecturesOK) IsSuccess() bool
IsSuccess returns true when this get supported architectures o k response has a 2xx status code
func (*GetSupportedArchitecturesOK) String ¶
func (o *GetSupportedArchitecturesOK) String() string
type GetSupportedArchitecturesOKBody ¶
type GetSupportedArchitecturesOKBody struct { // Keys will be one of architecture-support-level-id enum. Architectures models.SupportLevels `json:"architectures,omitempty"` }
GetSupportedArchitecturesOKBody get supported architectures o k body swagger:model GetSupportedArchitecturesOKBody
func (*GetSupportedArchitecturesOKBody) ContextValidate ¶
func (o *GetSupportedArchitecturesOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validate this get supported architectures o k body based on the context it is used
func (*GetSupportedArchitecturesOKBody) MarshalBinary ¶
func (o *GetSupportedArchitecturesOKBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*GetSupportedArchitecturesOKBody) UnmarshalBinary ¶
func (o *GetSupportedArchitecturesOKBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type GetSupportedArchitecturesParams ¶
type GetSupportedArchitecturesParams struct { /* OpenshiftVersion. Version of the OpenShift cluster. */ OpenshiftVersion string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetSupportedArchitecturesParams contains all the parameters to send to the API endpoint
for the get supported architectures operation. Typically these are written to a http.Request.
func NewGetSupportedArchitecturesParams ¶
func NewGetSupportedArchitecturesParams() *GetSupportedArchitecturesParams
NewGetSupportedArchitecturesParams creates a new GetSupportedArchitecturesParams 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 NewGetSupportedArchitecturesParamsWithContext ¶
func NewGetSupportedArchitecturesParamsWithContext(ctx context.Context) *GetSupportedArchitecturesParams
NewGetSupportedArchitecturesParamsWithContext creates a new GetSupportedArchitecturesParams object with the ability to set a context for a request.
func NewGetSupportedArchitecturesParamsWithHTTPClient ¶
func NewGetSupportedArchitecturesParamsWithHTTPClient(client *http.Client) *GetSupportedArchitecturesParams
NewGetSupportedArchitecturesParamsWithHTTPClient creates a new GetSupportedArchitecturesParams object with the ability to set a custom HTTPClient for a request.
func NewGetSupportedArchitecturesParamsWithTimeout ¶
func NewGetSupportedArchitecturesParamsWithTimeout(timeout time.Duration) *GetSupportedArchitecturesParams
NewGetSupportedArchitecturesParamsWithTimeout creates a new GetSupportedArchitecturesParams object with the ability to set a timeout on a request.
func (*GetSupportedArchitecturesParams) SetContext ¶
func (o *GetSupportedArchitecturesParams) SetContext(ctx context.Context)
SetContext adds the context to the get supported architectures params
func (*GetSupportedArchitecturesParams) SetDefaults ¶
func (o *GetSupportedArchitecturesParams) SetDefaults()
SetDefaults hydrates default values in the get supported architectures params (not the query body).
All values with no default are reset to their zero value.
func (*GetSupportedArchitecturesParams) SetHTTPClient ¶
func (o *GetSupportedArchitecturesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get supported architectures params
func (*GetSupportedArchitecturesParams) SetOpenshiftVersion ¶
func (o *GetSupportedArchitecturesParams) SetOpenshiftVersion(openshiftVersion string)
SetOpenshiftVersion adds the openshiftVersion to the get supported architectures params
func (*GetSupportedArchitecturesParams) SetTimeout ¶
func (o *GetSupportedArchitecturesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get supported architectures params
func (*GetSupportedArchitecturesParams) WithContext ¶
func (o *GetSupportedArchitecturesParams) WithContext(ctx context.Context) *GetSupportedArchitecturesParams
WithContext adds the context to the get supported architectures params
func (*GetSupportedArchitecturesParams) WithDefaults ¶
func (o *GetSupportedArchitecturesParams) WithDefaults() *GetSupportedArchitecturesParams
WithDefaults hydrates default values in the get supported architectures params (not the query body).
All values with no default are reset to their zero value.
func (*GetSupportedArchitecturesParams) WithHTTPClient ¶
func (o *GetSupportedArchitecturesParams) WithHTTPClient(client *http.Client) *GetSupportedArchitecturesParams
WithHTTPClient adds the HTTPClient to the get supported architectures params
func (*GetSupportedArchitecturesParams) WithOpenshiftVersion ¶
func (o *GetSupportedArchitecturesParams) WithOpenshiftVersion(openshiftVersion string) *GetSupportedArchitecturesParams
WithOpenshiftVersion adds the openshiftVersion to the get supported architectures params
func (*GetSupportedArchitecturesParams) WithTimeout ¶
func (o *GetSupportedArchitecturesParams) WithTimeout(timeout time.Duration) *GetSupportedArchitecturesParams
WithTimeout adds the timeout to the get supported architectures params
func (*GetSupportedArchitecturesParams) WriteToRequest ¶
func (o *GetSupportedArchitecturesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetSupportedArchitecturesReader ¶
type GetSupportedArchitecturesReader struct {
// contains filtered or unexported fields
}
GetSupportedArchitecturesReader is a Reader for the GetSupportedArchitectures structure.
func (*GetSupportedArchitecturesReader) ReadResponse ¶
func (o *GetSupportedArchitecturesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetSupportedArchitecturesServiceUnavailable ¶
type GetSupportedArchitecturesServiceUnavailable struct {
}GetSupportedArchitecturesServiceUnavailable describes a response with status code 503, with default header values.
Unavailable.
func NewGetSupportedArchitecturesServiceUnavailable ¶
func NewGetSupportedArchitecturesServiceUnavailable() *GetSupportedArchitecturesServiceUnavailable
NewGetSupportedArchitecturesServiceUnavailable creates a GetSupportedArchitecturesServiceUnavailable with default headers values
func (*GetSupportedArchitecturesServiceUnavailable) Error ¶
func (o *GetSupportedArchitecturesServiceUnavailable) Error() string
func (*GetSupportedArchitecturesServiceUnavailable) GetPayload ¶
func (o *GetSupportedArchitecturesServiceUnavailable) GetPayload() *models.Error
func (*GetSupportedArchitecturesServiceUnavailable) IsClientError ¶
func (o *GetSupportedArchitecturesServiceUnavailable) IsClientError() bool
IsClientError returns true when this get supported architectures service unavailable response has a 4xx status code
func (*GetSupportedArchitecturesServiceUnavailable) IsCode ¶
func (o *GetSupportedArchitecturesServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get supported architectures service unavailable response a status code equal to that given
func (*GetSupportedArchitecturesServiceUnavailable) IsRedirect ¶
func (o *GetSupportedArchitecturesServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get supported architectures service unavailable response has a 3xx status code
func (*GetSupportedArchitecturesServiceUnavailable) IsServerError ¶
func (o *GetSupportedArchitecturesServiceUnavailable) IsServerError() bool
IsServerError returns true when this get supported architectures service unavailable response has a 5xx status code
func (*GetSupportedArchitecturesServiceUnavailable) IsSuccess ¶
func (o *GetSupportedArchitecturesServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get supported architectures service unavailable response has a 2xx status code
func (*GetSupportedArchitecturesServiceUnavailable) String ¶
func (o *GetSupportedArchitecturesServiceUnavailable) String() string
type GetSupportedArchitecturesUnauthorized ¶
type GetSupportedArchitecturesUnauthorized struct {
}GetSupportedArchitecturesUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewGetSupportedArchitecturesUnauthorized ¶
func NewGetSupportedArchitecturesUnauthorized() *GetSupportedArchitecturesUnauthorized
NewGetSupportedArchitecturesUnauthorized creates a GetSupportedArchitecturesUnauthorized with default headers values
func (*GetSupportedArchitecturesUnauthorized) Error ¶
func (o *GetSupportedArchitecturesUnauthorized) Error() string
func (*GetSupportedArchitecturesUnauthorized) GetPayload ¶
func (o *GetSupportedArchitecturesUnauthorized) GetPayload() *models.InfraError
func (*GetSupportedArchitecturesUnauthorized) IsClientError ¶
func (o *GetSupportedArchitecturesUnauthorized) IsClientError() bool
IsClientError returns true when this get supported architectures unauthorized response has a 4xx status code
func (*GetSupportedArchitecturesUnauthorized) IsCode ¶
func (o *GetSupportedArchitecturesUnauthorized) IsCode(code int) bool
IsCode returns true when this get supported architectures unauthorized response a status code equal to that given
func (*GetSupportedArchitecturesUnauthorized) IsRedirect ¶
func (o *GetSupportedArchitecturesUnauthorized) IsRedirect() bool
IsRedirect returns true when this get supported architectures unauthorized response has a 3xx status code
func (*GetSupportedArchitecturesUnauthorized) IsServerError ¶
func (o *GetSupportedArchitecturesUnauthorized) IsServerError() bool
IsServerError returns true when this get supported architectures unauthorized response has a 5xx status code
func (*GetSupportedArchitecturesUnauthorized) IsSuccess ¶
func (o *GetSupportedArchitecturesUnauthorized) IsSuccess() bool
IsSuccess returns true when this get supported architectures unauthorized response has a 2xx status code
func (*GetSupportedArchitecturesUnauthorized) String ¶
func (o *GetSupportedArchitecturesUnauthorized) String() string
type GetSupportedFeaturesBadRequest ¶
GetSupportedFeaturesBadRequest describes a response with status code 400, with default header values.
Error.
func NewGetSupportedFeaturesBadRequest ¶
func NewGetSupportedFeaturesBadRequest() *GetSupportedFeaturesBadRequest
NewGetSupportedFeaturesBadRequest creates a GetSupportedFeaturesBadRequest with default headers values
func (*GetSupportedFeaturesBadRequest) Error ¶
func (o *GetSupportedFeaturesBadRequest) Error() string
func (*GetSupportedFeaturesBadRequest) GetPayload ¶
func (o *GetSupportedFeaturesBadRequest) GetPayload() *models.Error
func (*GetSupportedFeaturesBadRequest) IsClientError ¶
func (o *GetSupportedFeaturesBadRequest) IsClientError() bool
IsClientError returns true when this get supported features bad request response has a 4xx status code
func (*GetSupportedFeaturesBadRequest) IsCode ¶
func (o *GetSupportedFeaturesBadRequest) IsCode(code int) bool
IsCode returns true when this get supported features bad request response a status code equal to that given
func (*GetSupportedFeaturesBadRequest) IsRedirect ¶
func (o *GetSupportedFeaturesBadRequest) IsRedirect() bool
IsRedirect returns true when this get supported features bad request response has a 3xx status code
func (*GetSupportedFeaturesBadRequest) IsServerError ¶
func (o *GetSupportedFeaturesBadRequest) IsServerError() bool
IsServerError returns true when this get supported features bad request response has a 5xx status code
func (*GetSupportedFeaturesBadRequest) IsSuccess ¶
func (o *GetSupportedFeaturesBadRequest) IsSuccess() bool
IsSuccess returns true when this get supported features bad request response has a 2xx status code
func (*GetSupportedFeaturesBadRequest) String ¶
func (o *GetSupportedFeaturesBadRequest) String() string
type GetSupportedFeaturesForbidden ¶
type GetSupportedFeaturesForbidden struct {
Payload *models.InfraError
}
GetSupportedFeaturesForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewGetSupportedFeaturesForbidden ¶
func NewGetSupportedFeaturesForbidden() *GetSupportedFeaturesForbidden
NewGetSupportedFeaturesForbidden creates a GetSupportedFeaturesForbidden with default headers values
func (*GetSupportedFeaturesForbidden) Error ¶
func (o *GetSupportedFeaturesForbidden) Error() string
func (*GetSupportedFeaturesForbidden) GetPayload ¶
func (o *GetSupportedFeaturesForbidden) GetPayload() *models.InfraError
func (*GetSupportedFeaturesForbidden) IsClientError ¶
func (o *GetSupportedFeaturesForbidden) IsClientError() bool
IsClientError returns true when this get supported features forbidden response has a 4xx status code
func (*GetSupportedFeaturesForbidden) IsCode ¶
func (o *GetSupportedFeaturesForbidden) IsCode(code int) bool
IsCode returns true when this get supported features forbidden response a status code equal to that given
func (*GetSupportedFeaturesForbidden) IsRedirect ¶
func (o *GetSupportedFeaturesForbidden) IsRedirect() bool
IsRedirect returns true when this get supported features forbidden response has a 3xx status code
func (*GetSupportedFeaturesForbidden) IsServerError ¶
func (o *GetSupportedFeaturesForbidden) IsServerError() bool
IsServerError returns true when this get supported features forbidden response has a 5xx status code
func (*GetSupportedFeaturesForbidden) IsSuccess ¶
func (o *GetSupportedFeaturesForbidden) IsSuccess() bool
IsSuccess returns true when this get supported features forbidden response has a 2xx status code
func (*GetSupportedFeaturesForbidden) String ¶
func (o *GetSupportedFeaturesForbidden) String() string
type GetSupportedFeaturesNotFound ¶
GetSupportedFeaturesNotFound describes a response with status code 404, with default header values.
Error.
func NewGetSupportedFeaturesNotFound ¶
func NewGetSupportedFeaturesNotFound() *GetSupportedFeaturesNotFound
NewGetSupportedFeaturesNotFound creates a GetSupportedFeaturesNotFound with default headers values
func (*GetSupportedFeaturesNotFound) Error ¶
func (o *GetSupportedFeaturesNotFound) Error() string
func (*GetSupportedFeaturesNotFound) GetPayload ¶
func (o *GetSupportedFeaturesNotFound) GetPayload() *models.Error
func (*GetSupportedFeaturesNotFound) IsClientError ¶
func (o *GetSupportedFeaturesNotFound) IsClientError() bool
IsClientError returns true when this get supported features not found response has a 4xx status code
func (*GetSupportedFeaturesNotFound) IsCode ¶
func (o *GetSupportedFeaturesNotFound) IsCode(code int) bool
IsCode returns true when this get supported features not found response a status code equal to that given
func (*GetSupportedFeaturesNotFound) IsRedirect ¶
func (o *GetSupportedFeaturesNotFound) IsRedirect() bool
IsRedirect returns true when this get supported features not found response has a 3xx status code
func (*GetSupportedFeaturesNotFound) IsServerError ¶
func (o *GetSupportedFeaturesNotFound) IsServerError() bool
IsServerError returns true when this get supported features not found response has a 5xx status code
func (*GetSupportedFeaturesNotFound) IsSuccess ¶
func (o *GetSupportedFeaturesNotFound) IsSuccess() bool
IsSuccess returns true when this get supported features not found response has a 2xx status code
func (*GetSupportedFeaturesNotFound) String ¶
func (o *GetSupportedFeaturesNotFound) String() string
type GetSupportedFeaturesOK ¶
type GetSupportedFeaturesOK struct {
Payload *GetSupportedFeaturesOKBody
}
GetSupportedFeaturesOK describes a response with status code 200, with default header values.
Success.
func NewGetSupportedFeaturesOK ¶
func NewGetSupportedFeaturesOK() *GetSupportedFeaturesOK
NewGetSupportedFeaturesOK creates a GetSupportedFeaturesOK with default headers values
func (*GetSupportedFeaturesOK) Error ¶
func (o *GetSupportedFeaturesOK) Error() string
func (*GetSupportedFeaturesOK) GetPayload ¶
func (o *GetSupportedFeaturesOK) GetPayload() *GetSupportedFeaturesOKBody
func (*GetSupportedFeaturesOK) IsClientError ¶
func (o *GetSupportedFeaturesOK) IsClientError() bool
IsClientError returns true when this get supported features o k response has a 4xx status code
func (*GetSupportedFeaturesOK) IsCode ¶
func (o *GetSupportedFeaturesOK) IsCode(code int) bool
IsCode returns true when this get supported features o k response a status code equal to that given
func (*GetSupportedFeaturesOK) IsRedirect ¶
func (o *GetSupportedFeaturesOK) IsRedirect() bool
IsRedirect returns true when this get supported features o k response has a 3xx status code
func (*GetSupportedFeaturesOK) IsServerError ¶
func (o *GetSupportedFeaturesOK) IsServerError() bool
IsServerError returns true when this get supported features o k response has a 5xx status code
func (*GetSupportedFeaturesOK) IsSuccess ¶
func (o *GetSupportedFeaturesOK) IsSuccess() bool
IsSuccess returns true when this get supported features o k response has a 2xx status code
func (*GetSupportedFeaturesOK) String ¶
func (o *GetSupportedFeaturesOK) String() string
type GetSupportedFeaturesOKBody ¶
type GetSupportedFeaturesOKBody struct { // Keys will be one of features-support-level-id enum. Features models.SupportLevels `json:"features,omitempty"` }
GetSupportedFeaturesOKBody get supported features o k body swagger:model GetSupportedFeaturesOKBody
func (*GetSupportedFeaturesOKBody) ContextValidate ¶
func (o *GetSupportedFeaturesOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validate this get supported features o k body based on the context it is used
func (*GetSupportedFeaturesOKBody) MarshalBinary ¶
func (o *GetSupportedFeaturesOKBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*GetSupportedFeaturesOKBody) UnmarshalBinary ¶
func (o *GetSupportedFeaturesOKBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type GetSupportedFeaturesParams ¶
type GetSupportedFeaturesParams struct { /* CPUArchitecture. The CPU architecture of the image (x86_64/arm64/etc). Default: "x86_64" */ CPUArchitecture *string /* ExternalPlatformName. External platform name when platform type is set to external. The value of this parameter will be ignored if platform_type is not external. */ ExternalPlatformName *string /* OpenshiftVersion. Version of the OpenShift cluster. */ OpenshiftVersion string /* PlatformType. The provider platform type. */ PlatformType *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetSupportedFeaturesParams contains all the parameters to send to the API endpoint
for the get supported features operation. Typically these are written to a http.Request.
func NewGetSupportedFeaturesParams ¶
func NewGetSupportedFeaturesParams() *GetSupportedFeaturesParams
NewGetSupportedFeaturesParams creates a new GetSupportedFeaturesParams 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 NewGetSupportedFeaturesParamsWithContext ¶
func NewGetSupportedFeaturesParamsWithContext(ctx context.Context) *GetSupportedFeaturesParams
NewGetSupportedFeaturesParamsWithContext creates a new GetSupportedFeaturesParams object with the ability to set a context for a request.
func NewGetSupportedFeaturesParamsWithHTTPClient ¶
func NewGetSupportedFeaturesParamsWithHTTPClient(client *http.Client) *GetSupportedFeaturesParams
NewGetSupportedFeaturesParamsWithHTTPClient creates a new GetSupportedFeaturesParams object with the ability to set a custom HTTPClient for a request.
func NewGetSupportedFeaturesParamsWithTimeout ¶
func NewGetSupportedFeaturesParamsWithTimeout(timeout time.Duration) *GetSupportedFeaturesParams
NewGetSupportedFeaturesParamsWithTimeout creates a new GetSupportedFeaturesParams object with the ability to set a timeout on a request.
func (*GetSupportedFeaturesParams) SetCPUArchitecture ¶
func (o *GetSupportedFeaturesParams) SetCPUArchitecture(cPUArchitecture *string)
SetCPUArchitecture adds the cpuArchitecture to the get supported features params
func (*GetSupportedFeaturesParams) SetContext ¶
func (o *GetSupportedFeaturesParams) SetContext(ctx context.Context)
SetContext adds the context to the get supported features params
func (*GetSupportedFeaturesParams) SetDefaults ¶
func (o *GetSupportedFeaturesParams) SetDefaults()
SetDefaults hydrates default values in the get supported features params (not the query body).
All values with no default are reset to their zero value.
func (*GetSupportedFeaturesParams) SetExternalPlatformName ¶
func (o *GetSupportedFeaturesParams) SetExternalPlatformName(externalPlatformName *string)
SetExternalPlatformName adds the externalPlatformName to the get supported features params
func (*GetSupportedFeaturesParams) SetHTTPClient ¶
func (o *GetSupportedFeaturesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get supported features params
func (*GetSupportedFeaturesParams) SetOpenshiftVersion ¶
func (o *GetSupportedFeaturesParams) SetOpenshiftVersion(openshiftVersion string)
SetOpenshiftVersion adds the openshiftVersion to the get supported features params
func (*GetSupportedFeaturesParams) SetPlatformType ¶
func (o *GetSupportedFeaturesParams) SetPlatformType(platformType *string)
SetPlatformType adds the platformType to the get supported features params
func (*GetSupportedFeaturesParams) SetTimeout ¶
func (o *GetSupportedFeaturesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get supported features params
func (*GetSupportedFeaturesParams) WithCPUArchitecture ¶
func (o *GetSupportedFeaturesParams) WithCPUArchitecture(cPUArchitecture *string) *GetSupportedFeaturesParams
WithCPUArchitecture adds the cPUArchitecture to the get supported features params
func (*GetSupportedFeaturesParams) WithContext ¶
func (o *GetSupportedFeaturesParams) WithContext(ctx context.Context) *GetSupportedFeaturesParams
WithContext adds the context to the get supported features params
func (*GetSupportedFeaturesParams) WithDefaults ¶
func (o *GetSupportedFeaturesParams) WithDefaults() *GetSupportedFeaturesParams
WithDefaults hydrates default values in the get supported features params (not the query body).
All values with no default are reset to their zero value.
func (*GetSupportedFeaturesParams) WithExternalPlatformName ¶
func (o *GetSupportedFeaturesParams) WithExternalPlatformName(externalPlatformName *string) *GetSupportedFeaturesParams
WithExternalPlatformName adds the externalPlatformName to the get supported features params
func (*GetSupportedFeaturesParams) WithHTTPClient ¶
func (o *GetSupportedFeaturesParams) WithHTTPClient(client *http.Client) *GetSupportedFeaturesParams
WithHTTPClient adds the HTTPClient to the get supported features params
func (*GetSupportedFeaturesParams) WithOpenshiftVersion ¶
func (o *GetSupportedFeaturesParams) WithOpenshiftVersion(openshiftVersion string) *GetSupportedFeaturesParams
WithOpenshiftVersion adds the openshiftVersion to the get supported features params
func (*GetSupportedFeaturesParams) WithPlatformType ¶
func (o *GetSupportedFeaturesParams) WithPlatformType(platformType *string) *GetSupportedFeaturesParams
WithPlatformType adds the platformType to the get supported features params
func (*GetSupportedFeaturesParams) WithTimeout ¶
func (o *GetSupportedFeaturesParams) WithTimeout(timeout time.Duration) *GetSupportedFeaturesParams
WithTimeout adds the timeout to the get supported features params
func (*GetSupportedFeaturesParams) WriteToRequest ¶
func (o *GetSupportedFeaturesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetSupportedFeaturesReader ¶
type GetSupportedFeaturesReader struct {
// contains filtered or unexported fields
}
GetSupportedFeaturesReader is a Reader for the GetSupportedFeatures structure.
func (*GetSupportedFeaturesReader) ReadResponse ¶
func (o *GetSupportedFeaturesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetSupportedFeaturesServiceUnavailable ¶
type GetSupportedFeaturesServiceUnavailable struct {
}GetSupportedFeaturesServiceUnavailable describes a response with status code 503, with default header values.
Unavailable.
func NewGetSupportedFeaturesServiceUnavailable ¶
func NewGetSupportedFeaturesServiceUnavailable() *GetSupportedFeaturesServiceUnavailable
NewGetSupportedFeaturesServiceUnavailable creates a GetSupportedFeaturesServiceUnavailable with default headers values
func (*GetSupportedFeaturesServiceUnavailable) Error ¶
func (o *GetSupportedFeaturesServiceUnavailable) Error() string
func (*GetSupportedFeaturesServiceUnavailable) GetPayload ¶
func (o *GetSupportedFeaturesServiceUnavailable) GetPayload() *models.Error
func (*GetSupportedFeaturesServiceUnavailable) IsClientError ¶
func (o *GetSupportedFeaturesServiceUnavailable) IsClientError() bool
IsClientError returns true when this get supported features service unavailable response has a 4xx status code
func (*GetSupportedFeaturesServiceUnavailable) IsCode ¶
func (o *GetSupportedFeaturesServiceUnavailable) IsCode(code int) bool
IsCode returns true when this get supported features service unavailable response a status code equal to that given
func (*GetSupportedFeaturesServiceUnavailable) IsRedirect ¶
func (o *GetSupportedFeaturesServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this get supported features service unavailable response has a 3xx status code
func (*GetSupportedFeaturesServiceUnavailable) IsServerError ¶
func (o *GetSupportedFeaturesServiceUnavailable) IsServerError() bool
IsServerError returns true when this get supported features service unavailable response has a 5xx status code
func (*GetSupportedFeaturesServiceUnavailable) IsSuccess ¶
func (o *GetSupportedFeaturesServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this get supported features service unavailable response has a 2xx status code
func (*GetSupportedFeaturesServiceUnavailable) String ¶
func (o *GetSupportedFeaturesServiceUnavailable) String() string
type GetSupportedFeaturesUnauthorized ¶
type GetSupportedFeaturesUnauthorized struct {
}GetSupportedFeaturesUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewGetSupportedFeaturesUnauthorized ¶
func NewGetSupportedFeaturesUnauthorized() *GetSupportedFeaturesUnauthorized
NewGetSupportedFeaturesUnauthorized creates a GetSupportedFeaturesUnauthorized with default headers values
func (*GetSupportedFeaturesUnauthorized) Error ¶
func (o *GetSupportedFeaturesUnauthorized) Error() string
func (*GetSupportedFeaturesUnauthorized) GetPayload ¶
func (o *GetSupportedFeaturesUnauthorized) GetPayload() *models.InfraError
func (*GetSupportedFeaturesUnauthorized) IsClientError ¶
func (o *GetSupportedFeaturesUnauthorized) IsClientError() bool
IsClientError returns true when this get supported features unauthorized response has a 4xx status code
func (*GetSupportedFeaturesUnauthorized) IsCode ¶
func (o *GetSupportedFeaturesUnauthorized) IsCode(code int) bool
IsCode returns true when this get supported features unauthorized response a status code equal to that given
func (*GetSupportedFeaturesUnauthorized) IsRedirect ¶
func (o *GetSupportedFeaturesUnauthorized) IsRedirect() bool
IsRedirect returns true when this get supported features unauthorized response has a 3xx status code
func (*GetSupportedFeaturesUnauthorized) IsServerError ¶
func (o *GetSupportedFeaturesUnauthorized) IsServerError() bool
IsServerError returns true when this get supported features unauthorized response has a 5xx status code
func (*GetSupportedFeaturesUnauthorized) IsSuccess ¶
func (o *GetSupportedFeaturesUnauthorized) IsSuccess() bool
IsSuccess returns true when this get supported features unauthorized response has a 2xx status code
func (*GetSupportedFeaturesUnauthorized) String ¶
func (o *GetSupportedFeaturesUnauthorized) String() string
type ListClusterHostsForbidden ¶
type ListClusterHostsForbidden struct {
Payload *models.InfraError
}
ListClusterHostsForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewListClusterHostsForbidden ¶
func NewListClusterHostsForbidden() *ListClusterHostsForbidden
NewListClusterHostsForbidden creates a ListClusterHostsForbidden with default headers values
func (*ListClusterHostsForbidden) Error ¶
func (o *ListClusterHostsForbidden) Error() string
func (*ListClusterHostsForbidden) GetPayload ¶
func (o *ListClusterHostsForbidden) GetPayload() *models.InfraError
func (*ListClusterHostsForbidden) IsClientError ¶
func (o *ListClusterHostsForbidden) IsClientError() bool
IsClientError returns true when this list cluster hosts forbidden response has a 4xx status code
func (*ListClusterHostsForbidden) IsCode ¶
func (o *ListClusterHostsForbidden) IsCode(code int) bool
IsCode returns true when this list cluster hosts forbidden response a status code equal to that given
func (*ListClusterHostsForbidden) IsRedirect ¶
func (o *ListClusterHostsForbidden) IsRedirect() bool
IsRedirect returns true when this list cluster hosts forbidden response has a 3xx status code
func (*ListClusterHostsForbidden) IsServerError ¶
func (o *ListClusterHostsForbidden) IsServerError() bool
IsServerError returns true when this list cluster hosts forbidden response has a 5xx status code
func (*ListClusterHostsForbidden) IsSuccess ¶
func (o *ListClusterHostsForbidden) IsSuccess() bool
IsSuccess returns true when this list cluster hosts forbidden response has a 2xx status code
func (*ListClusterHostsForbidden) String ¶
func (o *ListClusterHostsForbidden) String() string
type ListClusterHostsInternalServerError ¶
ListClusterHostsInternalServerError describes a response with status code 500, with default header values.
Error.
func NewListClusterHostsInternalServerError ¶
func NewListClusterHostsInternalServerError() *ListClusterHostsInternalServerError
NewListClusterHostsInternalServerError creates a ListClusterHostsInternalServerError with default headers values
func (*ListClusterHostsInternalServerError) Error ¶
func (o *ListClusterHostsInternalServerError) Error() string
func (*ListClusterHostsInternalServerError) GetPayload ¶
func (o *ListClusterHostsInternalServerError) GetPayload() *models.Error
func (*ListClusterHostsInternalServerError) IsClientError ¶
func (o *ListClusterHostsInternalServerError) IsClientError() bool
IsClientError returns true when this list cluster hosts internal server error response has a 4xx status code
func (*ListClusterHostsInternalServerError) IsCode ¶
func (o *ListClusterHostsInternalServerError) IsCode(code int) bool
IsCode returns true when this list cluster hosts internal server error response a status code equal to that given
func (*ListClusterHostsInternalServerError) IsRedirect ¶
func (o *ListClusterHostsInternalServerError) IsRedirect() bool
IsRedirect returns true when this list cluster hosts internal server error response has a 3xx status code
func (*ListClusterHostsInternalServerError) IsServerError ¶
func (o *ListClusterHostsInternalServerError) IsServerError() bool
IsServerError returns true when this list cluster hosts internal server error response has a 5xx status code
func (*ListClusterHostsInternalServerError) IsSuccess ¶
func (o *ListClusterHostsInternalServerError) IsSuccess() bool
IsSuccess returns true when this list cluster hosts internal server error response has a 2xx status code
func (*ListClusterHostsInternalServerError) String ¶
func (o *ListClusterHostsInternalServerError) String() string
type ListClusterHostsNotFound ¶
ListClusterHostsNotFound describes a response with status code 404, with default header values.
Error.
func NewListClusterHostsNotFound ¶
func NewListClusterHostsNotFound() *ListClusterHostsNotFound
NewListClusterHostsNotFound creates a ListClusterHostsNotFound with default headers values
func (*ListClusterHostsNotFound) Error ¶
func (o *ListClusterHostsNotFound) Error() string
func (*ListClusterHostsNotFound) GetPayload ¶
func (o *ListClusterHostsNotFound) GetPayload() *models.Error
func (*ListClusterHostsNotFound) IsClientError ¶
func (o *ListClusterHostsNotFound) IsClientError() bool
IsClientError returns true when this list cluster hosts not found response has a 4xx status code
func (*ListClusterHostsNotFound) IsCode ¶
func (o *ListClusterHostsNotFound) IsCode(code int) bool
IsCode returns true when this list cluster hosts not found response a status code equal to that given
func (*ListClusterHostsNotFound) IsRedirect ¶
func (o *ListClusterHostsNotFound) IsRedirect() bool
IsRedirect returns true when this list cluster hosts not found response has a 3xx status code
func (*ListClusterHostsNotFound) IsServerError ¶
func (o *ListClusterHostsNotFound) IsServerError() bool
IsServerError returns true when this list cluster hosts not found response has a 5xx status code
func (*ListClusterHostsNotFound) IsSuccess ¶
func (o *ListClusterHostsNotFound) IsSuccess() bool
IsSuccess returns true when this list cluster hosts not found response has a 2xx status code
func (*ListClusterHostsNotFound) String ¶
func (o *ListClusterHostsNotFound) String() string
type ListClusterHostsOK ¶
ListClusterHostsOK describes a response with status code 200, with default header values.
Success.
func NewListClusterHostsOK ¶
func NewListClusterHostsOK() *ListClusterHostsOK
NewListClusterHostsOK creates a ListClusterHostsOK with default headers values
func (*ListClusterHostsOK) Error ¶
func (o *ListClusterHostsOK) Error() string
func (*ListClusterHostsOK) GetPayload ¶
func (o *ListClusterHostsOK) GetPayload() models.HostList
func (*ListClusterHostsOK) IsClientError ¶
func (o *ListClusterHostsOK) IsClientError() bool
IsClientError returns true when this list cluster hosts o k response has a 4xx status code
func (*ListClusterHostsOK) IsCode ¶
func (o *ListClusterHostsOK) IsCode(code int) bool
IsCode returns true when this list cluster hosts o k response a status code equal to that given
func (*ListClusterHostsOK) IsRedirect ¶
func (o *ListClusterHostsOK) IsRedirect() bool
IsRedirect returns true when this list cluster hosts o k response has a 3xx status code
func (*ListClusterHostsOK) IsServerError ¶
func (o *ListClusterHostsOK) IsServerError() bool
IsServerError returns true when this list cluster hosts o k response has a 5xx status code
func (*ListClusterHostsOK) IsSuccess ¶
func (o *ListClusterHostsOK) IsSuccess() bool
IsSuccess returns true when this list cluster hosts o k response has a 2xx status code
func (*ListClusterHostsOK) String ¶
func (o *ListClusterHostsOK) String() string
type ListClusterHostsParams ¶
type ListClusterHostsParams struct { /* ClusterID. The cluster whose hosts should be retrieved. Format: uuid */ ClusterID strfmt.UUID /* Role. Role to request. */ Role *string /* Status. Hosts status to request. */ Status *string /* WithConnectivity. If true return the host's connectivity. */ WithConnectivity *bool /* WithInventory. If true return the host's inventory. */ WithInventory *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListClusterHostsParams contains all the parameters to send to the API endpoint
for the list cluster hosts operation. Typically these are written to a http.Request.
func NewListClusterHostsParams ¶
func NewListClusterHostsParams() *ListClusterHostsParams
NewListClusterHostsParams creates a new ListClusterHostsParams 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 NewListClusterHostsParamsWithContext ¶
func NewListClusterHostsParamsWithContext(ctx context.Context) *ListClusterHostsParams
NewListClusterHostsParamsWithContext creates a new ListClusterHostsParams object with the ability to set a context for a request.
func NewListClusterHostsParamsWithHTTPClient ¶
func NewListClusterHostsParamsWithHTTPClient(client *http.Client) *ListClusterHostsParams
NewListClusterHostsParamsWithHTTPClient creates a new ListClusterHostsParams object with the ability to set a custom HTTPClient for a request.
func NewListClusterHostsParamsWithTimeout ¶
func NewListClusterHostsParamsWithTimeout(timeout time.Duration) *ListClusterHostsParams
NewListClusterHostsParamsWithTimeout creates a new ListClusterHostsParams object with the ability to set a timeout on a request.
func (*ListClusterHostsParams) SetClusterID ¶
func (o *ListClusterHostsParams) SetClusterID(clusterID strfmt.UUID)
SetClusterID adds the clusterId to the list cluster hosts params
func (*ListClusterHostsParams) SetContext ¶
func (o *ListClusterHostsParams) SetContext(ctx context.Context)
SetContext adds the context to the list cluster hosts params
func (*ListClusterHostsParams) SetDefaults ¶
func (o *ListClusterHostsParams) SetDefaults()
SetDefaults hydrates default values in the list cluster hosts params (not the query body).
All values with no default are reset to their zero value.
func (*ListClusterHostsParams) SetHTTPClient ¶
func (o *ListClusterHostsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list cluster hosts params
func (*ListClusterHostsParams) SetRole ¶
func (o *ListClusterHostsParams) SetRole(role *string)
SetRole adds the role to the list cluster hosts params
func (*ListClusterHostsParams) SetStatus ¶
func (o *ListClusterHostsParams) SetStatus(status *string)
SetStatus adds the status to the list cluster hosts params
func (*ListClusterHostsParams) SetTimeout ¶
func (o *ListClusterHostsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list cluster hosts params
func (*ListClusterHostsParams) SetWithConnectivity ¶
func (o *ListClusterHostsParams) SetWithConnectivity(withConnectivity *bool)
SetWithConnectivity adds the withConnectivity to the list cluster hosts params
func (*ListClusterHostsParams) SetWithInventory ¶
func (o *ListClusterHostsParams) SetWithInventory(withInventory *bool)
SetWithInventory adds the withInventory to the list cluster hosts params
func (*ListClusterHostsParams) WithClusterID ¶
func (o *ListClusterHostsParams) WithClusterID(clusterID strfmt.UUID) *ListClusterHostsParams
WithClusterID adds the clusterID to the list cluster hosts params
func (*ListClusterHostsParams) WithContext ¶
func (o *ListClusterHostsParams) WithContext(ctx context.Context) *ListClusterHostsParams
WithContext adds the context to the list cluster hosts params
func (*ListClusterHostsParams) WithDefaults ¶
func (o *ListClusterHostsParams) WithDefaults() *ListClusterHostsParams
WithDefaults hydrates default values in the list cluster hosts params (not the query body).
All values with no default are reset to their zero value.
func (*ListClusterHostsParams) WithHTTPClient ¶
func (o *ListClusterHostsParams) WithHTTPClient(client *http.Client) *ListClusterHostsParams
WithHTTPClient adds the HTTPClient to the list cluster hosts params
func (*ListClusterHostsParams) WithRole ¶
func (o *ListClusterHostsParams) WithRole(role *string) *ListClusterHostsParams
WithRole adds the role to the list cluster hosts params
func (*ListClusterHostsParams) WithStatus ¶
func (o *ListClusterHostsParams) WithStatus(status *string) *ListClusterHostsParams
WithStatus adds the status to the list cluster hosts params
func (*ListClusterHostsParams) WithTimeout ¶
func (o *ListClusterHostsParams) WithTimeout(timeout time.Duration) *ListClusterHostsParams
WithTimeout adds the timeout to the list cluster hosts params
func (*ListClusterHostsParams) WithWithConnectivity ¶
func (o *ListClusterHostsParams) WithWithConnectivity(withConnectivity *bool) *ListClusterHostsParams
WithWithConnectivity adds the withConnectivity to the list cluster hosts params
func (*ListClusterHostsParams) WithWithInventory ¶
func (o *ListClusterHostsParams) WithWithInventory(withInventory *bool) *ListClusterHostsParams
WithWithInventory adds the withInventory to the list cluster hosts params
func (*ListClusterHostsParams) WriteToRequest ¶
func (o *ListClusterHostsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListClusterHostsReader ¶
type ListClusterHostsReader struct {
// contains filtered or unexported fields
}
ListClusterHostsReader is a Reader for the ListClusterHosts structure.
func (*ListClusterHostsReader) ReadResponse ¶
func (o *ListClusterHostsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListClusterHostsUnauthorized ¶
type ListClusterHostsUnauthorized struct {
}ListClusterHostsUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewListClusterHostsUnauthorized ¶
func NewListClusterHostsUnauthorized() *ListClusterHostsUnauthorized
NewListClusterHostsUnauthorized creates a ListClusterHostsUnauthorized with default headers values
func (*ListClusterHostsUnauthorized) Error ¶
func (o *ListClusterHostsUnauthorized) Error() string
func (*ListClusterHostsUnauthorized) GetPayload ¶
func (o *ListClusterHostsUnauthorized) GetPayload() *models.InfraError
func (*ListClusterHostsUnauthorized) IsClientError ¶
func (o *ListClusterHostsUnauthorized) IsClientError() bool
IsClientError returns true when this list cluster hosts unauthorized response has a 4xx status code
func (*ListClusterHostsUnauthorized) IsCode ¶
func (o *ListClusterHostsUnauthorized) IsCode(code int) bool
IsCode returns true when this list cluster hosts unauthorized response a status code equal to that given
func (*ListClusterHostsUnauthorized) IsRedirect ¶
func (o *ListClusterHostsUnauthorized) IsRedirect() bool
IsRedirect returns true when this list cluster hosts unauthorized response has a 3xx status code
func (*ListClusterHostsUnauthorized) IsServerError ¶
func (o *ListClusterHostsUnauthorized) IsServerError() bool
IsServerError returns true when this list cluster hosts unauthorized response has a 5xx status code
func (*ListClusterHostsUnauthorized) IsSuccess ¶
func (o *ListClusterHostsUnauthorized) IsSuccess() bool
IsSuccess returns true when this list cluster hosts unauthorized response has a 2xx status code
func (*ListClusterHostsUnauthorized) String ¶
func (o *ListClusterHostsUnauthorized) String() string
type ListInfraEnvsForbidden ¶
type ListInfraEnvsForbidden struct {
Payload *models.InfraError
}
ListInfraEnvsForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewListInfraEnvsForbidden ¶
func NewListInfraEnvsForbidden() *ListInfraEnvsForbidden
NewListInfraEnvsForbidden creates a ListInfraEnvsForbidden with default headers values
func (*ListInfraEnvsForbidden) Error ¶
func (o *ListInfraEnvsForbidden) Error() string
func (*ListInfraEnvsForbidden) GetPayload ¶
func (o *ListInfraEnvsForbidden) GetPayload() *models.InfraError
func (*ListInfraEnvsForbidden) IsClientError ¶
func (o *ListInfraEnvsForbidden) IsClientError() bool
IsClientError returns true when this list infra envs forbidden response has a 4xx status code
func (*ListInfraEnvsForbidden) IsCode ¶
func (o *ListInfraEnvsForbidden) IsCode(code int) bool
IsCode returns true when this list infra envs forbidden response a status code equal to that given
func (*ListInfraEnvsForbidden) IsRedirect ¶
func (o *ListInfraEnvsForbidden) IsRedirect() bool
IsRedirect returns true when this list infra envs forbidden response has a 3xx status code
func (*ListInfraEnvsForbidden) IsServerError ¶
func (o *ListInfraEnvsForbidden) IsServerError() bool
IsServerError returns true when this list infra envs forbidden response has a 5xx status code
func (*ListInfraEnvsForbidden) IsSuccess ¶
func (o *ListInfraEnvsForbidden) IsSuccess() bool
IsSuccess returns true when this list infra envs forbidden response has a 2xx status code
func (*ListInfraEnvsForbidden) String ¶
func (o *ListInfraEnvsForbidden) String() string
type ListInfraEnvsInternalServerError ¶
ListInfraEnvsInternalServerError describes a response with status code 500, with default header values.
Error.
func NewListInfraEnvsInternalServerError ¶
func NewListInfraEnvsInternalServerError() *ListInfraEnvsInternalServerError
NewListInfraEnvsInternalServerError creates a ListInfraEnvsInternalServerError with default headers values
func (*ListInfraEnvsInternalServerError) Error ¶
func (o *ListInfraEnvsInternalServerError) Error() string
func (*ListInfraEnvsInternalServerError) GetPayload ¶
func (o *ListInfraEnvsInternalServerError) GetPayload() *models.Error
func (*ListInfraEnvsInternalServerError) IsClientError ¶
func (o *ListInfraEnvsInternalServerError) IsClientError() bool
IsClientError returns true when this list infra envs internal server error response has a 4xx status code
func (*ListInfraEnvsInternalServerError) IsCode ¶
func (o *ListInfraEnvsInternalServerError) IsCode(code int) bool
IsCode returns true when this list infra envs internal server error response a status code equal to that given
func (*ListInfraEnvsInternalServerError) IsRedirect ¶
func (o *ListInfraEnvsInternalServerError) IsRedirect() bool
IsRedirect returns true when this list infra envs internal server error response has a 3xx status code
func (*ListInfraEnvsInternalServerError) IsServerError ¶
func (o *ListInfraEnvsInternalServerError) IsServerError() bool
IsServerError returns true when this list infra envs internal server error response has a 5xx status code
func (*ListInfraEnvsInternalServerError) IsSuccess ¶
func (o *ListInfraEnvsInternalServerError) IsSuccess() bool
IsSuccess returns true when this list infra envs internal server error response has a 2xx status code
func (*ListInfraEnvsInternalServerError) String ¶
func (o *ListInfraEnvsInternalServerError) String() string
type ListInfraEnvsMethodNotAllowed ¶
ListInfraEnvsMethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewListInfraEnvsMethodNotAllowed ¶
func NewListInfraEnvsMethodNotAllowed() *ListInfraEnvsMethodNotAllowed
NewListInfraEnvsMethodNotAllowed creates a ListInfraEnvsMethodNotAllowed with default headers values
func (*ListInfraEnvsMethodNotAllowed) Error ¶
func (o *ListInfraEnvsMethodNotAllowed) Error() string
func (*ListInfraEnvsMethodNotAllowed) GetPayload ¶
func (o *ListInfraEnvsMethodNotAllowed) GetPayload() *models.Error
func (*ListInfraEnvsMethodNotAllowed) IsClientError ¶
func (o *ListInfraEnvsMethodNotAllowed) IsClientError() bool
IsClientError returns true when this list infra envs method not allowed response has a 4xx status code
func (*ListInfraEnvsMethodNotAllowed) IsCode ¶
func (o *ListInfraEnvsMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this list infra envs method not allowed response a status code equal to that given
func (*ListInfraEnvsMethodNotAllowed) IsRedirect ¶
func (o *ListInfraEnvsMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this list infra envs method not allowed response has a 3xx status code
func (*ListInfraEnvsMethodNotAllowed) IsServerError ¶
func (o *ListInfraEnvsMethodNotAllowed) IsServerError() bool
IsServerError returns true when this list infra envs method not allowed response has a 5xx status code
func (*ListInfraEnvsMethodNotAllowed) IsSuccess ¶
func (o *ListInfraEnvsMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this list infra envs method not allowed response has a 2xx status code
func (*ListInfraEnvsMethodNotAllowed) String ¶
func (o *ListInfraEnvsMethodNotAllowed) String() string
type ListInfraEnvsNotImplemented ¶
ListInfraEnvsNotImplemented describes a response with status code 501, with default header values.
Not implemented.
func NewListInfraEnvsNotImplemented ¶
func NewListInfraEnvsNotImplemented() *ListInfraEnvsNotImplemented
NewListInfraEnvsNotImplemented creates a ListInfraEnvsNotImplemented with default headers values
func (*ListInfraEnvsNotImplemented) Error ¶
func (o *ListInfraEnvsNotImplemented) Error() string
func (*ListInfraEnvsNotImplemented) GetPayload ¶
func (o *ListInfraEnvsNotImplemented) GetPayload() *models.Error
func (*ListInfraEnvsNotImplemented) IsClientError ¶
func (o *ListInfraEnvsNotImplemented) IsClientError() bool
IsClientError returns true when this list infra envs not implemented response has a 4xx status code
func (*ListInfraEnvsNotImplemented) IsCode ¶
func (o *ListInfraEnvsNotImplemented) IsCode(code int) bool
IsCode returns true when this list infra envs not implemented response a status code equal to that given
func (*ListInfraEnvsNotImplemented) IsRedirect ¶
func (o *ListInfraEnvsNotImplemented) IsRedirect() bool
IsRedirect returns true when this list infra envs not implemented response has a 3xx status code
func (*ListInfraEnvsNotImplemented) IsServerError ¶
func (o *ListInfraEnvsNotImplemented) IsServerError() bool
IsServerError returns true when this list infra envs not implemented response has a 5xx status code
func (*ListInfraEnvsNotImplemented) IsSuccess ¶
func (o *ListInfraEnvsNotImplemented) IsSuccess() bool
IsSuccess returns true when this list infra envs not implemented response has a 2xx status code
func (*ListInfraEnvsNotImplemented) String ¶
func (o *ListInfraEnvsNotImplemented) String() string
type ListInfraEnvsOK ¶
type ListInfraEnvsOK struct {
Payload models.InfraEnvList
}
ListInfraEnvsOK describes a response with status code 200, with default header values.
Success.
func NewListInfraEnvsOK ¶
func NewListInfraEnvsOK() *ListInfraEnvsOK
NewListInfraEnvsOK creates a ListInfraEnvsOK with default headers values
func (*ListInfraEnvsOK) Error ¶
func (o *ListInfraEnvsOK) Error() string
func (*ListInfraEnvsOK) GetPayload ¶
func (o *ListInfraEnvsOK) GetPayload() models.InfraEnvList
func (*ListInfraEnvsOK) IsClientError ¶
func (o *ListInfraEnvsOK) IsClientError() bool
IsClientError returns true when this list infra envs o k response has a 4xx status code
func (*ListInfraEnvsOK) IsCode ¶
func (o *ListInfraEnvsOK) IsCode(code int) bool
IsCode returns true when this list infra envs o k response a status code equal to that given
func (*ListInfraEnvsOK) IsRedirect ¶
func (o *ListInfraEnvsOK) IsRedirect() bool
IsRedirect returns true when this list infra envs o k response has a 3xx status code
func (*ListInfraEnvsOK) IsServerError ¶
func (o *ListInfraEnvsOK) IsServerError() bool
IsServerError returns true when this list infra envs o k response has a 5xx status code
func (*ListInfraEnvsOK) IsSuccess ¶
func (o *ListInfraEnvsOK) IsSuccess() bool
IsSuccess returns true when this list infra envs o k response has a 2xx status code
func (*ListInfraEnvsOK) String ¶
func (o *ListInfraEnvsOK) String() string
type ListInfraEnvsParams ¶
type ListInfraEnvsParams struct { /* ClusterID. If provided, returns only infra-envs which directly reference this cluster. Format: uuid */ ClusterID *strfmt.UUID /* Owner. If provided, returns only infra-envs that are owned by the specified user. */ Owner *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListInfraEnvsParams contains all the parameters to send to the API endpoint
for the list infra envs operation. Typically these are written to a http.Request.
func NewListInfraEnvsParams ¶
func NewListInfraEnvsParams() *ListInfraEnvsParams
NewListInfraEnvsParams creates a new ListInfraEnvsParams 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 NewListInfraEnvsParamsWithContext ¶
func NewListInfraEnvsParamsWithContext(ctx context.Context) *ListInfraEnvsParams
NewListInfraEnvsParamsWithContext creates a new ListInfraEnvsParams object with the ability to set a context for a request.
func NewListInfraEnvsParamsWithHTTPClient ¶
func NewListInfraEnvsParamsWithHTTPClient(client *http.Client) *ListInfraEnvsParams
NewListInfraEnvsParamsWithHTTPClient creates a new ListInfraEnvsParams object with the ability to set a custom HTTPClient for a request.
func NewListInfraEnvsParamsWithTimeout ¶
func NewListInfraEnvsParamsWithTimeout(timeout time.Duration) *ListInfraEnvsParams
NewListInfraEnvsParamsWithTimeout creates a new ListInfraEnvsParams object with the ability to set a timeout on a request.
func (*ListInfraEnvsParams) SetClusterID ¶
func (o *ListInfraEnvsParams) SetClusterID(clusterID *strfmt.UUID)
SetClusterID adds the clusterId to the list infra envs params
func (*ListInfraEnvsParams) SetContext ¶
func (o *ListInfraEnvsParams) SetContext(ctx context.Context)
SetContext adds the context to the list infra envs params
func (*ListInfraEnvsParams) SetDefaults ¶
func (o *ListInfraEnvsParams) SetDefaults()
SetDefaults hydrates default values in the list infra envs params (not the query body).
All values with no default are reset to their zero value.
func (*ListInfraEnvsParams) SetHTTPClient ¶
func (o *ListInfraEnvsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list infra envs params
func (*ListInfraEnvsParams) SetOwner ¶
func (o *ListInfraEnvsParams) SetOwner(owner *string)
SetOwner adds the owner to the list infra envs params
func (*ListInfraEnvsParams) SetTimeout ¶
func (o *ListInfraEnvsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list infra envs params
func (*ListInfraEnvsParams) WithClusterID ¶
func (o *ListInfraEnvsParams) WithClusterID(clusterID *strfmt.UUID) *ListInfraEnvsParams
WithClusterID adds the clusterID to the list infra envs params
func (*ListInfraEnvsParams) WithContext ¶
func (o *ListInfraEnvsParams) WithContext(ctx context.Context) *ListInfraEnvsParams
WithContext adds the context to the list infra envs params
func (*ListInfraEnvsParams) WithDefaults ¶
func (o *ListInfraEnvsParams) WithDefaults() *ListInfraEnvsParams
WithDefaults hydrates default values in the list infra envs params (not the query body).
All values with no default are reset to their zero value.
func (*ListInfraEnvsParams) WithHTTPClient ¶
func (o *ListInfraEnvsParams) WithHTTPClient(client *http.Client) *ListInfraEnvsParams
WithHTTPClient adds the HTTPClient to the list infra envs params
func (*ListInfraEnvsParams) WithOwner ¶
func (o *ListInfraEnvsParams) WithOwner(owner *string) *ListInfraEnvsParams
WithOwner adds the owner to the list infra envs params
func (*ListInfraEnvsParams) WithTimeout ¶
func (o *ListInfraEnvsParams) WithTimeout(timeout time.Duration) *ListInfraEnvsParams
WithTimeout adds the timeout to the list infra envs params
func (*ListInfraEnvsParams) WriteToRequest ¶
func (o *ListInfraEnvsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListInfraEnvsReader ¶
type ListInfraEnvsReader struct {
// contains filtered or unexported fields
}
ListInfraEnvsReader is a Reader for the ListInfraEnvs structure.
func (*ListInfraEnvsReader) ReadResponse ¶
func (o *ListInfraEnvsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListInfraEnvsServiceUnavailable ¶
type ListInfraEnvsServiceUnavailable struct {
}ListInfraEnvsServiceUnavailable describes a response with status code 503, with default header values.
Unavailable.
func NewListInfraEnvsServiceUnavailable ¶
func NewListInfraEnvsServiceUnavailable() *ListInfraEnvsServiceUnavailable
NewListInfraEnvsServiceUnavailable creates a ListInfraEnvsServiceUnavailable with default headers values
func (*ListInfraEnvsServiceUnavailable) Error ¶
func (o *ListInfraEnvsServiceUnavailable) Error() string
func (*ListInfraEnvsServiceUnavailable) GetPayload ¶
func (o *ListInfraEnvsServiceUnavailable) GetPayload() *models.Error
func (*ListInfraEnvsServiceUnavailable) IsClientError ¶
func (o *ListInfraEnvsServiceUnavailable) IsClientError() bool
IsClientError returns true when this list infra envs service unavailable response has a 4xx status code
func (*ListInfraEnvsServiceUnavailable) IsCode ¶
func (o *ListInfraEnvsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this list infra envs service unavailable response a status code equal to that given
func (*ListInfraEnvsServiceUnavailable) IsRedirect ¶
func (o *ListInfraEnvsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this list infra envs service unavailable response has a 3xx status code
func (*ListInfraEnvsServiceUnavailable) IsServerError ¶
func (o *ListInfraEnvsServiceUnavailable) IsServerError() bool
IsServerError returns true when this list infra envs service unavailable response has a 5xx status code
func (*ListInfraEnvsServiceUnavailable) IsSuccess ¶
func (o *ListInfraEnvsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this list infra envs service unavailable response has a 2xx status code
func (*ListInfraEnvsServiceUnavailable) String ¶
func (o *ListInfraEnvsServiceUnavailable) String() string
type ListInfraEnvsUnauthorized ¶
type ListInfraEnvsUnauthorized struct {
}ListInfraEnvsUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewListInfraEnvsUnauthorized ¶
func NewListInfraEnvsUnauthorized() *ListInfraEnvsUnauthorized
NewListInfraEnvsUnauthorized creates a ListInfraEnvsUnauthorized with default headers values
func (*ListInfraEnvsUnauthorized) Error ¶
func (o *ListInfraEnvsUnauthorized) Error() string
func (*ListInfraEnvsUnauthorized) GetPayload ¶
func (o *ListInfraEnvsUnauthorized) GetPayload() *models.InfraError
func (*ListInfraEnvsUnauthorized) IsClientError ¶
func (o *ListInfraEnvsUnauthorized) IsClientError() bool
IsClientError returns true when this list infra envs unauthorized response has a 4xx status code
func (*ListInfraEnvsUnauthorized) IsCode ¶
func (o *ListInfraEnvsUnauthorized) IsCode(code int) bool
IsCode returns true when this list infra envs unauthorized response a status code equal to that given
func (*ListInfraEnvsUnauthorized) IsRedirect ¶
func (o *ListInfraEnvsUnauthorized) IsRedirect() bool
IsRedirect returns true when this list infra envs unauthorized response has a 3xx status code
func (*ListInfraEnvsUnauthorized) IsServerError ¶
func (o *ListInfraEnvsUnauthorized) IsServerError() bool
IsServerError returns true when this list infra envs unauthorized response has a 5xx status code
func (*ListInfraEnvsUnauthorized) IsSuccess ¶
func (o *ListInfraEnvsUnauthorized) IsSuccess() bool
IsSuccess returns true when this list infra envs unauthorized response has a 2xx status code
func (*ListInfraEnvsUnauthorized) String ¶
func (o *ListInfraEnvsUnauthorized) String() string
type RegenerateInfraEnvSigningKeyForbidden ¶
type RegenerateInfraEnvSigningKeyForbidden struct {
Payload *models.InfraError
}
RegenerateInfraEnvSigningKeyForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewRegenerateInfraEnvSigningKeyForbidden ¶
func NewRegenerateInfraEnvSigningKeyForbidden() *RegenerateInfraEnvSigningKeyForbidden
NewRegenerateInfraEnvSigningKeyForbidden creates a RegenerateInfraEnvSigningKeyForbidden with default headers values
func (*RegenerateInfraEnvSigningKeyForbidden) Error ¶
func (o *RegenerateInfraEnvSigningKeyForbidden) Error() string
func (*RegenerateInfraEnvSigningKeyForbidden) GetPayload ¶
func (o *RegenerateInfraEnvSigningKeyForbidden) GetPayload() *models.InfraError
func (*RegenerateInfraEnvSigningKeyForbidden) IsClientError ¶
func (o *RegenerateInfraEnvSigningKeyForbidden) IsClientError() bool
IsClientError returns true when this regenerate infra env signing key forbidden response has a 4xx status code
func (*RegenerateInfraEnvSigningKeyForbidden) IsCode ¶
func (o *RegenerateInfraEnvSigningKeyForbidden) IsCode(code int) bool
IsCode returns true when this regenerate infra env signing key forbidden response a status code equal to that given
func (*RegenerateInfraEnvSigningKeyForbidden) IsRedirect ¶
func (o *RegenerateInfraEnvSigningKeyForbidden) IsRedirect() bool
IsRedirect returns true when this regenerate infra env signing key forbidden response has a 3xx status code
func (*RegenerateInfraEnvSigningKeyForbidden) IsServerError ¶
func (o *RegenerateInfraEnvSigningKeyForbidden) IsServerError() bool
IsServerError returns true when this regenerate infra env signing key forbidden response has a 5xx status code
func (*RegenerateInfraEnvSigningKeyForbidden) IsSuccess ¶
func (o *RegenerateInfraEnvSigningKeyForbidden) IsSuccess() bool
IsSuccess returns true when this regenerate infra env signing key forbidden response has a 2xx status code
func (*RegenerateInfraEnvSigningKeyForbidden) String ¶
func (o *RegenerateInfraEnvSigningKeyForbidden) String() string
type RegenerateInfraEnvSigningKeyInternalServerError ¶
RegenerateInfraEnvSigningKeyInternalServerError describes a response with status code 500, with default header values.
Error.
func NewRegenerateInfraEnvSigningKeyInternalServerError ¶
func NewRegenerateInfraEnvSigningKeyInternalServerError() *RegenerateInfraEnvSigningKeyInternalServerError
NewRegenerateInfraEnvSigningKeyInternalServerError creates a RegenerateInfraEnvSigningKeyInternalServerError with default headers values
func (*RegenerateInfraEnvSigningKeyInternalServerError) Error ¶
func (o *RegenerateInfraEnvSigningKeyInternalServerError) Error() string
func (*RegenerateInfraEnvSigningKeyInternalServerError) GetPayload ¶
func (o *RegenerateInfraEnvSigningKeyInternalServerError) GetPayload() *models.Error
func (*RegenerateInfraEnvSigningKeyInternalServerError) IsClientError ¶
func (o *RegenerateInfraEnvSigningKeyInternalServerError) IsClientError() bool
IsClientError returns true when this regenerate infra env signing key internal server error response has a 4xx status code
func (*RegenerateInfraEnvSigningKeyInternalServerError) IsCode ¶
func (o *RegenerateInfraEnvSigningKeyInternalServerError) IsCode(code int) bool
IsCode returns true when this regenerate infra env signing key internal server error response a status code equal to that given
func (*RegenerateInfraEnvSigningKeyInternalServerError) IsRedirect ¶
func (o *RegenerateInfraEnvSigningKeyInternalServerError) IsRedirect() bool
IsRedirect returns true when this regenerate infra env signing key internal server error response has a 3xx status code
func (*RegenerateInfraEnvSigningKeyInternalServerError) IsServerError ¶
func (o *RegenerateInfraEnvSigningKeyInternalServerError) IsServerError() bool
IsServerError returns true when this regenerate infra env signing key internal server error response has a 5xx status code
func (*RegenerateInfraEnvSigningKeyInternalServerError) IsSuccess ¶
func (o *RegenerateInfraEnvSigningKeyInternalServerError) IsSuccess() bool
IsSuccess returns true when this regenerate infra env signing key internal server error response has a 2xx status code
func (*RegenerateInfraEnvSigningKeyInternalServerError) String ¶
func (o *RegenerateInfraEnvSigningKeyInternalServerError) String() string
type RegenerateInfraEnvSigningKeyMethodNotAllowed ¶
RegenerateInfraEnvSigningKeyMethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewRegenerateInfraEnvSigningKeyMethodNotAllowed ¶
func NewRegenerateInfraEnvSigningKeyMethodNotAllowed() *RegenerateInfraEnvSigningKeyMethodNotAllowed
NewRegenerateInfraEnvSigningKeyMethodNotAllowed creates a RegenerateInfraEnvSigningKeyMethodNotAllowed with default headers values
func (*RegenerateInfraEnvSigningKeyMethodNotAllowed) Error ¶
func (o *RegenerateInfraEnvSigningKeyMethodNotAllowed) Error() string
func (*RegenerateInfraEnvSigningKeyMethodNotAllowed) GetPayload ¶
func (o *RegenerateInfraEnvSigningKeyMethodNotAllowed) GetPayload() *models.Error
func (*RegenerateInfraEnvSigningKeyMethodNotAllowed) IsClientError ¶
func (o *RegenerateInfraEnvSigningKeyMethodNotAllowed) IsClientError() bool
IsClientError returns true when this regenerate infra env signing key method not allowed response has a 4xx status code
func (*RegenerateInfraEnvSigningKeyMethodNotAllowed) IsCode ¶
func (o *RegenerateInfraEnvSigningKeyMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this regenerate infra env signing key method not allowed response a status code equal to that given
func (*RegenerateInfraEnvSigningKeyMethodNotAllowed) IsRedirect ¶
func (o *RegenerateInfraEnvSigningKeyMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this regenerate infra env signing key method not allowed response has a 3xx status code
func (*RegenerateInfraEnvSigningKeyMethodNotAllowed) IsServerError ¶
func (o *RegenerateInfraEnvSigningKeyMethodNotAllowed) IsServerError() bool
IsServerError returns true when this regenerate infra env signing key method not allowed response has a 5xx status code
func (*RegenerateInfraEnvSigningKeyMethodNotAllowed) IsSuccess ¶
func (o *RegenerateInfraEnvSigningKeyMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this regenerate infra env signing key method not allowed response has a 2xx status code
func (*RegenerateInfraEnvSigningKeyMethodNotAllowed) String ¶
func (o *RegenerateInfraEnvSigningKeyMethodNotAllowed) String() string
type RegenerateInfraEnvSigningKeyNoContent ¶
type RegenerateInfraEnvSigningKeyNoContent struct { }
RegenerateInfraEnvSigningKeyNoContent describes a response with status code 204, with default header values.
Success.
func NewRegenerateInfraEnvSigningKeyNoContent ¶
func NewRegenerateInfraEnvSigningKeyNoContent() *RegenerateInfraEnvSigningKeyNoContent
NewRegenerateInfraEnvSigningKeyNoContent creates a RegenerateInfraEnvSigningKeyNoContent with default headers values
func (*RegenerateInfraEnvSigningKeyNoContent) Error ¶
func (o *RegenerateInfraEnvSigningKeyNoContent) Error() string
func (*RegenerateInfraEnvSigningKeyNoContent) IsClientError ¶
func (o *RegenerateInfraEnvSigningKeyNoContent) IsClientError() bool
IsClientError returns true when this regenerate infra env signing key no content response has a 4xx status code
func (*RegenerateInfraEnvSigningKeyNoContent) IsCode ¶
func (o *RegenerateInfraEnvSigningKeyNoContent) IsCode(code int) bool
IsCode returns true when this regenerate infra env signing key no content response a status code equal to that given
func (*RegenerateInfraEnvSigningKeyNoContent) IsRedirect ¶
func (o *RegenerateInfraEnvSigningKeyNoContent) IsRedirect() bool
IsRedirect returns true when this regenerate infra env signing key no content response has a 3xx status code
func (*RegenerateInfraEnvSigningKeyNoContent) IsServerError ¶
func (o *RegenerateInfraEnvSigningKeyNoContent) IsServerError() bool
IsServerError returns true when this regenerate infra env signing key no content response has a 5xx status code
func (*RegenerateInfraEnvSigningKeyNoContent) IsSuccess ¶
func (o *RegenerateInfraEnvSigningKeyNoContent) IsSuccess() bool
IsSuccess returns true when this regenerate infra env signing key no content response has a 2xx status code
func (*RegenerateInfraEnvSigningKeyNoContent) String ¶
func (o *RegenerateInfraEnvSigningKeyNoContent) String() string
type RegenerateInfraEnvSigningKeyNotFound ¶
RegenerateInfraEnvSigningKeyNotFound describes a response with status code 404, with default header values.
Error.
func NewRegenerateInfraEnvSigningKeyNotFound ¶
func NewRegenerateInfraEnvSigningKeyNotFound() *RegenerateInfraEnvSigningKeyNotFound
NewRegenerateInfraEnvSigningKeyNotFound creates a RegenerateInfraEnvSigningKeyNotFound with default headers values
func (*RegenerateInfraEnvSigningKeyNotFound) Error ¶
func (o *RegenerateInfraEnvSigningKeyNotFound) Error() string
func (*RegenerateInfraEnvSigningKeyNotFound) GetPayload ¶
func (o *RegenerateInfraEnvSigningKeyNotFound) GetPayload() *models.Error
func (*RegenerateInfraEnvSigningKeyNotFound) IsClientError ¶
func (o *RegenerateInfraEnvSigningKeyNotFound) IsClientError() bool
IsClientError returns true when this regenerate infra env signing key not found response has a 4xx status code
func (*RegenerateInfraEnvSigningKeyNotFound) IsCode ¶
func (o *RegenerateInfraEnvSigningKeyNotFound) IsCode(code int) bool
IsCode returns true when this regenerate infra env signing key not found response a status code equal to that given
func (*RegenerateInfraEnvSigningKeyNotFound) IsRedirect ¶
func (o *RegenerateInfraEnvSigningKeyNotFound) IsRedirect() bool
IsRedirect returns true when this regenerate infra env signing key not found response has a 3xx status code
func (*RegenerateInfraEnvSigningKeyNotFound) IsServerError ¶
func (o *RegenerateInfraEnvSigningKeyNotFound) IsServerError() bool
IsServerError returns true when this regenerate infra env signing key not found response has a 5xx status code
func (*RegenerateInfraEnvSigningKeyNotFound) IsSuccess ¶
func (o *RegenerateInfraEnvSigningKeyNotFound) IsSuccess() bool
IsSuccess returns true when this regenerate infra env signing key not found response has a 2xx status code
func (*RegenerateInfraEnvSigningKeyNotFound) String ¶
func (o *RegenerateInfraEnvSigningKeyNotFound) String() string
type RegenerateInfraEnvSigningKeyParams ¶
type RegenerateInfraEnvSigningKeyParams struct { /* InfraEnvID. The target InfraEnv. Format: uuid */ InfraEnvID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RegenerateInfraEnvSigningKeyParams contains all the parameters to send to the API endpoint
for the regenerate infra env signing key operation. Typically these are written to a http.Request.
func NewRegenerateInfraEnvSigningKeyParams ¶
func NewRegenerateInfraEnvSigningKeyParams() *RegenerateInfraEnvSigningKeyParams
NewRegenerateInfraEnvSigningKeyParams creates a new RegenerateInfraEnvSigningKeyParams 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 NewRegenerateInfraEnvSigningKeyParamsWithContext ¶
func NewRegenerateInfraEnvSigningKeyParamsWithContext(ctx context.Context) *RegenerateInfraEnvSigningKeyParams
NewRegenerateInfraEnvSigningKeyParamsWithContext creates a new RegenerateInfraEnvSigningKeyParams object with the ability to set a context for a request.
func NewRegenerateInfraEnvSigningKeyParamsWithHTTPClient ¶
func NewRegenerateInfraEnvSigningKeyParamsWithHTTPClient(client *http.Client) *RegenerateInfraEnvSigningKeyParams
NewRegenerateInfraEnvSigningKeyParamsWithHTTPClient creates a new RegenerateInfraEnvSigningKeyParams object with the ability to set a custom HTTPClient for a request.
func NewRegenerateInfraEnvSigningKeyParamsWithTimeout ¶
func NewRegenerateInfraEnvSigningKeyParamsWithTimeout(timeout time.Duration) *RegenerateInfraEnvSigningKeyParams
NewRegenerateInfraEnvSigningKeyParamsWithTimeout creates a new RegenerateInfraEnvSigningKeyParams object with the ability to set a timeout on a request.
func (*RegenerateInfraEnvSigningKeyParams) SetContext ¶
func (o *RegenerateInfraEnvSigningKeyParams) SetContext(ctx context.Context)
SetContext adds the context to the regenerate infra env signing key params
func (*RegenerateInfraEnvSigningKeyParams) SetDefaults ¶
func (o *RegenerateInfraEnvSigningKeyParams) SetDefaults()
SetDefaults hydrates default values in the regenerate infra env signing key params (not the query body).
All values with no default are reset to their zero value.
func (*RegenerateInfraEnvSigningKeyParams) SetHTTPClient ¶
func (o *RegenerateInfraEnvSigningKeyParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the regenerate infra env signing key params
func (*RegenerateInfraEnvSigningKeyParams) SetInfraEnvID ¶
func (o *RegenerateInfraEnvSigningKeyParams) SetInfraEnvID(infraEnvID strfmt.UUID)
SetInfraEnvID adds the infraEnvId to the regenerate infra env signing key params
func (*RegenerateInfraEnvSigningKeyParams) SetTimeout ¶
func (o *RegenerateInfraEnvSigningKeyParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the regenerate infra env signing key params
func (*RegenerateInfraEnvSigningKeyParams) WithContext ¶
func (o *RegenerateInfraEnvSigningKeyParams) WithContext(ctx context.Context) *RegenerateInfraEnvSigningKeyParams
WithContext adds the context to the regenerate infra env signing key params
func (*RegenerateInfraEnvSigningKeyParams) WithDefaults ¶
func (o *RegenerateInfraEnvSigningKeyParams) WithDefaults() *RegenerateInfraEnvSigningKeyParams
WithDefaults hydrates default values in the regenerate infra env signing key params (not the query body).
All values with no default are reset to their zero value.
func (*RegenerateInfraEnvSigningKeyParams) WithHTTPClient ¶
func (o *RegenerateInfraEnvSigningKeyParams) WithHTTPClient(client *http.Client) *RegenerateInfraEnvSigningKeyParams
WithHTTPClient adds the HTTPClient to the regenerate infra env signing key params
func (*RegenerateInfraEnvSigningKeyParams) WithInfraEnvID ¶
func (o *RegenerateInfraEnvSigningKeyParams) WithInfraEnvID(infraEnvID strfmt.UUID) *RegenerateInfraEnvSigningKeyParams
WithInfraEnvID adds the infraEnvID to the regenerate infra env signing key params
func (*RegenerateInfraEnvSigningKeyParams) WithTimeout ¶
func (o *RegenerateInfraEnvSigningKeyParams) WithTimeout(timeout time.Duration) *RegenerateInfraEnvSigningKeyParams
WithTimeout adds the timeout to the regenerate infra env signing key params
func (*RegenerateInfraEnvSigningKeyParams) WriteToRequest ¶
func (o *RegenerateInfraEnvSigningKeyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RegenerateInfraEnvSigningKeyReader ¶
type RegenerateInfraEnvSigningKeyReader struct {
// contains filtered or unexported fields
}
RegenerateInfraEnvSigningKeyReader is a Reader for the RegenerateInfraEnvSigningKey structure.
func (*RegenerateInfraEnvSigningKeyReader) ReadResponse ¶
func (o *RegenerateInfraEnvSigningKeyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RegenerateInfraEnvSigningKeyUnauthorized ¶
type RegenerateInfraEnvSigningKeyUnauthorized struct {
}RegenerateInfraEnvSigningKeyUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewRegenerateInfraEnvSigningKeyUnauthorized ¶
func NewRegenerateInfraEnvSigningKeyUnauthorized() *RegenerateInfraEnvSigningKeyUnauthorized
NewRegenerateInfraEnvSigningKeyUnauthorized creates a RegenerateInfraEnvSigningKeyUnauthorized with default headers values
func (*RegenerateInfraEnvSigningKeyUnauthorized) Error ¶
func (o *RegenerateInfraEnvSigningKeyUnauthorized) Error() string
func (*RegenerateInfraEnvSigningKeyUnauthorized) GetPayload ¶
func (o *RegenerateInfraEnvSigningKeyUnauthorized) GetPayload() *models.InfraError
func (*RegenerateInfraEnvSigningKeyUnauthorized) IsClientError ¶
func (o *RegenerateInfraEnvSigningKeyUnauthorized) IsClientError() bool
IsClientError returns true when this regenerate infra env signing key unauthorized response has a 4xx status code
func (*RegenerateInfraEnvSigningKeyUnauthorized) IsCode ¶
func (o *RegenerateInfraEnvSigningKeyUnauthorized) IsCode(code int) bool
IsCode returns true when this regenerate infra env signing key unauthorized response a status code equal to that given
func (*RegenerateInfraEnvSigningKeyUnauthorized) IsRedirect ¶
func (o *RegenerateInfraEnvSigningKeyUnauthorized) IsRedirect() bool
IsRedirect returns true when this regenerate infra env signing key unauthorized response has a 3xx status code
func (*RegenerateInfraEnvSigningKeyUnauthorized) IsServerError ¶
func (o *RegenerateInfraEnvSigningKeyUnauthorized) IsServerError() bool
IsServerError returns true when this regenerate infra env signing key unauthorized response has a 5xx status code
func (*RegenerateInfraEnvSigningKeyUnauthorized) IsSuccess ¶
func (o *RegenerateInfraEnvSigningKeyUnauthorized) IsSuccess() bool
IsSuccess returns true when this regenerate infra env signing key unauthorized response has a 2xx status code
func (*RegenerateInfraEnvSigningKeyUnauthorized) String ¶
func (o *RegenerateInfraEnvSigningKeyUnauthorized) String() string
type RegisterInfraEnvBadRequest ¶
RegisterInfraEnvBadRequest describes a response with status code 400, with default header values.
Error.
func NewRegisterInfraEnvBadRequest ¶
func NewRegisterInfraEnvBadRequest() *RegisterInfraEnvBadRequest
NewRegisterInfraEnvBadRequest creates a RegisterInfraEnvBadRequest with default headers values
func (*RegisterInfraEnvBadRequest) Error ¶
func (o *RegisterInfraEnvBadRequest) Error() string
func (*RegisterInfraEnvBadRequest) GetPayload ¶
func (o *RegisterInfraEnvBadRequest) GetPayload() *models.Error
func (*RegisterInfraEnvBadRequest) IsClientError ¶
func (o *RegisterInfraEnvBadRequest) IsClientError() bool
IsClientError returns true when this register infra env bad request response has a 4xx status code
func (*RegisterInfraEnvBadRequest) IsCode ¶
func (o *RegisterInfraEnvBadRequest) IsCode(code int) bool
IsCode returns true when this register infra env bad request response a status code equal to that given
func (*RegisterInfraEnvBadRequest) IsRedirect ¶
func (o *RegisterInfraEnvBadRequest) IsRedirect() bool
IsRedirect returns true when this register infra env bad request response has a 3xx status code
func (*RegisterInfraEnvBadRequest) IsServerError ¶
func (o *RegisterInfraEnvBadRequest) IsServerError() bool
IsServerError returns true when this register infra env bad request response has a 5xx status code
func (*RegisterInfraEnvBadRequest) IsSuccess ¶
func (o *RegisterInfraEnvBadRequest) IsSuccess() bool
IsSuccess returns true when this register infra env bad request response has a 2xx status code
func (*RegisterInfraEnvBadRequest) String ¶
func (o *RegisterInfraEnvBadRequest) String() string
type RegisterInfraEnvConflict ¶
RegisterInfraEnvConflict describes a response with status code 409, with default header values.
Error.
func NewRegisterInfraEnvConflict ¶
func NewRegisterInfraEnvConflict() *RegisterInfraEnvConflict
NewRegisterInfraEnvConflict creates a RegisterInfraEnvConflict with default headers values
func (*RegisterInfraEnvConflict) Error ¶
func (o *RegisterInfraEnvConflict) Error() string
func (*RegisterInfraEnvConflict) GetPayload ¶
func (o *RegisterInfraEnvConflict) GetPayload() *models.Error
func (*RegisterInfraEnvConflict) IsClientError ¶
func (o *RegisterInfraEnvConflict) IsClientError() bool
IsClientError returns true when this register infra env conflict response has a 4xx status code
func (*RegisterInfraEnvConflict) IsCode ¶
func (o *RegisterInfraEnvConflict) IsCode(code int) bool
IsCode returns true when this register infra env conflict response a status code equal to that given
func (*RegisterInfraEnvConflict) IsRedirect ¶
func (o *RegisterInfraEnvConflict) IsRedirect() bool
IsRedirect returns true when this register infra env conflict response has a 3xx status code
func (*RegisterInfraEnvConflict) IsServerError ¶
func (o *RegisterInfraEnvConflict) IsServerError() bool
IsServerError returns true when this register infra env conflict response has a 5xx status code
func (*RegisterInfraEnvConflict) IsSuccess ¶
func (o *RegisterInfraEnvConflict) IsSuccess() bool
IsSuccess returns true when this register infra env conflict response has a 2xx status code
func (*RegisterInfraEnvConflict) String ¶
func (o *RegisterInfraEnvConflict) String() string
type RegisterInfraEnvCreated ¶
RegisterInfraEnvCreated describes a response with status code 201, with default header values.
Success.
func NewRegisterInfraEnvCreated ¶
func NewRegisterInfraEnvCreated() *RegisterInfraEnvCreated
NewRegisterInfraEnvCreated creates a RegisterInfraEnvCreated with default headers values
func (*RegisterInfraEnvCreated) Error ¶
func (o *RegisterInfraEnvCreated) Error() string
func (*RegisterInfraEnvCreated) GetPayload ¶
func (o *RegisterInfraEnvCreated) GetPayload() *models.InfraEnv
func (*RegisterInfraEnvCreated) IsClientError ¶
func (o *RegisterInfraEnvCreated) IsClientError() bool
IsClientError returns true when this register infra env created response has a 4xx status code
func (*RegisterInfraEnvCreated) IsCode ¶
func (o *RegisterInfraEnvCreated) IsCode(code int) bool
IsCode returns true when this register infra env created response a status code equal to that given
func (*RegisterInfraEnvCreated) IsRedirect ¶
func (o *RegisterInfraEnvCreated) IsRedirect() bool
IsRedirect returns true when this register infra env created response has a 3xx status code
func (*RegisterInfraEnvCreated) IsServerError ¶
func (o *RegisterInfraEnvCreated) IsServerError() bool
IsServerError returns true when this register infra env created response has a 5xx status code
func (*RegisterInfraEnvCreated) IsSuccess ¶
func (o *RegisterInfraEnvCreated) IsSuccess() bool
IsSuccess returns true when this register infra env created response has a 2xx status code
func (*RegisterInfraEnvCreated) String ¶
func (o *RegisterInfraEnvCreated) String() string
type RegisterInfraEnvForbidden ¶
type RegisterInfraEnvForbidden struct {
Payload *models.InfraError
}
RegisterInfraEnvForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewRegisterInfraEnvForbidden ¶
func NewRegisterInfraEnvForbidden() *RegisterInfraEnvForbidden
NewRegisterInfraEnvForbidden creates a RegisterInfraEnvForbidden with default headers values
func (*RegisterInfraEnvForbidden) Error ¶
func (o *RegisterInfraEnvForbidden) Error() string
func (*RegisterInfraEnvForbidden) GetPayload ¶
func (o *RegisterInfraEnvForbidden) GetPayload() *models.InfraError
func (*RegisterInfraEnvForbidden) IsClientError ¶
func (o *RegisterInfraEnvForbidden) IsClientError() bool
IsClientError returns true when this register infra env forbidden response has a 4xx status code
func (*RegisterInfraEnvForbidden) IsCode ¶
func (o *RegisterInfraEnvForbidden) IsCode(code int) bool
IsCode returns true when this register infra env forbidden response a status code equal to that given
func (*RegisterInfraEnvForbidden) IsRedirect ¶
func (o *RegisterInfraEnvForbidden) IsRedirect() bool
IsRedirect returns true when this register infra env forbidden response has a 3xx status code
func (*RegisterInfraEnvForbidden) IsServerError ¶
func (o *RegisterInfraEnvForbidden) IsServerError() bool
IsServerError returns true when this register infra env forbidden response has a 5xx status code
func (*RegisterInfraEnvForbidden) IsSuccess ¶
func (o *RegisterInfraEnvForbidden) IsSuccess() bool
IsSuccess returns true when this register infra env forbidden response has a 2xx status code
func (*RegisterInfraEnvForbidden) String ¶
func (o *RegisterInfraEnvForbidden) String() string
type RegisterInfraEnvInternalServerError ¶
RegisterInfraEnvInternalServerError describes a response with status code 500, with default header values.
Error.
func NewRegisterInfraEnvInternalServerError ¶
func NewRegisterInfraEnvInternalServerError() *RegisterInfraEnvInternalServerError
NewRegisterInfraEnvInternalServerError creates a RegisterInfraEnvInternalServerError with default headers values
func (*RegisterInfraEnvInternalServerError) Error ¶
func (o *RegisterInfraEnvInternalServerError) Error() string
func (*RegisterInfraEnvInternalServerError) GetPayload ¶
func (o *RegisterInfraEnvInternalServerError) GetPayload() *models.Error
func (*RegisterInfraEnvInternalServerError) IsClientError ¶
func (o *RegisterInfraEnvInternalServerError) IsClientError() bool
IsClientError returns true when this register infra env internal server error response has a 4xx status code
func (*RegisterInfraEnvInternalServerError) IsCode ¶
func (o *RegisterInfraEnvInternalServerError) IsCode(code int) bool
IsCode returns true when this register infra env internal server error response a status code equal to that given
func (*RegisterInfraEnvInternalServerError) IsRedirect ¶
func (o *RegisterInfraEnvInternalServerError) IsRedirect() bool
IsRedirect returns true when this register infra env internal server error response has a 3xx status code
func (*RegisterInfraEnvInternalServerError) IsServerError ¶
func (o *RegisterInfraEnvInternalServerError) IsServerError() bool
IsServerError returns true when this register infra env internal server error response has a 5xx status code
func (*RegisterInfraEnvInternalServerError) IsSuccess ¶
func (o *RegisterInfraEnvInternalServerError) IsSuccess() bool
IsSuccess returns true when this register infra env internal server error response has a 2xx status code
func (*RegisterInfraEnvInternalServerError) String ¶
func (o *RegisterInfraEnvInternalServerError) String() string
type RegisterInfraEnvMethodNotAllowed ¶
RegisterInfraEnvMethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewRegisterInfraEnvMethodNotAllowed ¶
func NewRegisterInfraEnvMethodNotAllowed() *RegisterInfraEnvMethodNotAllowed
NewRegisterInfraEnvMethodNotAllowed creates a RegisterInfraEnvMethodNotAllowed with default headers values
func (*RegisterInfraEnvMethodNotAllowed) Error ¶
func (o *RegisterInfraEnvMethodNotAllowed) Error() string
func (*RegisterInfraEnvMethodNotAllowed) GetPayload ¶
func (o *RegisterInfraEnvMethodNotAllowed) GetPayload() *models.Error
func (*RegisterInfraEnvMethodNotAllowed) IsClientError ¶
func (o *RegisterInfraEnvMethodNotAllowed) IsClientError() bool
IsClientError returns true when this register infra env method not allowed response has a 4xx status code
func (*RegisterInfraEnvMethodNotAllowed) IsCode ¶
func (o *RegisterInfraEnvMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this register infra env method not allowed response a status code equal to that given
func (*RegisterInfraEnvMethodNotAllowed) IsRedirect ¶
func (o *RegisterInfraEnvMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this register infra env method not allowed response has a 3xx status code
func (*RegisterInfraEnvMethodNotAllowed) IsServerError ¶
func (o *RegisterInfraEnvMethodNotAllowed) IsServerError() bool
IsServerError returns true when this register infra env method not allowed response has a 5xx status code
func (*RegisterInfraEnvMethodNotAllowed) IsSuccess ¶
func (o *RegisterInfraEnvMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this register infra env method not allowed response has a 2xx status code
func (*RegisterInfraEnvMethodNotAllowed) String ¶
func (o *RegisterInfraEnvMethodNotAllowed) String() string
type RegisterInfraEnvNotFound ¶
RegisterInfraEnvNotFound describes a response with status code 404, with default header values.
Error.
func NewRegisterInfraEnvNotFound ¶
func NewRegisterInfraEnvNotFound() *RegisterInfraEnvNotFound
NewRegisterInfraEnvNotFound creates a RegisterInfraEnvNotFound with default headers values
func (*RegisterInfraEnvNotFound) Error ¶
func (o *RegisterInfraEnvNotFound) Error() string
func (*RegisterInfraEnvNotFound) GetPayload ¶
func (o *RegisterInfraEnvNotFound) GetPayload() *models.Error
func (*RegisterInfraEnvNotFound) IsClientError ¶
func (o *RegisterInfraEnvNotFound) IsClientError() bool
IsClientError returns true when this register infra env not found response has a 4xx status code
func (*RegisterInfraEnvNotFound) IsCode ¶
func (o *RegisterInfraEnvNotFound) IsCode(code int) bool
IsCode returns true when this register infra env not found response a status code equal to that given
func (*RegisterInfraEnvNotFound) IsRedirect ¶
func (o *RegisterInfraEnvNotFound) IsRedirect() bool
IsRedirect returns true when this register infra env not found response has a 3xx status code
func (*RegisterInfraEnvNotFound) IsServerError ¶
func (o *RegisterInfraEnvNotFound) IsServerError() bool
IsServerError returns true when this register infra env not found response has a 5xx status code
func (*RegisterInfraEnvNotFound) IsSuccess ¶
func (o *RegisterInfraEnvNotFound) IsSuccess() bool
IsSuccess returns true when this register infra env not found response has a 2xx status code
func (*RegisterInfraEnvNotFound) String ¶
func (o *RegisterInfraEnvNotFound) String() string
type RegisterInfraEnvNotImplemented ¶
RegisterInfraEnvNotImplemented describes a response with status code 501, with default header values.
Not implemented.
func NewRegisterInfraEnvNotImplemented ¶
func NewRegisterInfraEnvNotImplemented() *RegisterInfraEnvNotImplemented
NewRegisterInfraEnvNotImplemented creates a RegisterInfraEnvNotImplemented with default headers values
func (*RegisterInfraEnvNotImplemented) Error ¶
func (o *RegisterInfraEnvNotImplemented) Error() string
func (*RegisterInfraEnvNotImplemented) GetPayload ¶
func (o *RegisterInfraEnvNotImplemented) GetPayload() *models.Error
func (*RegisterInfraEnvNotImplemented) IsClientError ¶
func (o *RegisterInfraEnvNotImplemented) IsClientError() bool
IsClientError returns true when this register infra env not implemented response has a 4xx status code
func (*RegisterInfraEnvNotImplemented) IsCode ¶
func (o *RegisterInfraEnvNotImplemented) IsCode(code int) bool
IsCode returns true when this register infra env not implemented response a status code equal to that given
func (*RegisterInfraEnvNotImplemented) IsRedirect ¶
func (o *RegisterInfraEnvNotImplemented) IsRedirect() bool
IsRedirect returns true when this register infra env not implemented response has a 3xx status code
func (*RegisterInfraEnvNotImplemented) IsServerError ¶
func (o *RegisterInfraEnvNotImplemented) IsServerError() bool
IsServerError returns true when this register infra env not implemented response has a 5xx status code
func (*RegisterInfraEnvNotImplemented) IsSuccess ¶
func (o *RegisterInfraEnvNotImplemented) IsSuccess() bool
IsSuccess returns true when this register infra env not implemented response has a 2xx status code
func (*RegisterInfraEnvNotImplemented) String ¶
func (o *RegisterInfraEnvNotImplemented) String() string
type RegisterInfraEnvParams ¶
type RegisterInfraEnvParams struct { /* InfraenvCreateParams. The parameters for the generated ISO. */ InfraenvCreateParams *models.InfraEnvCreateParams Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RegisterInfraEnvParams contains all the parameters to send to the API endpoint
for the register infra env operation. Typically these are written to a http.Request.
func NewRegisterInfraEnvParams ¶
func NewRegisterInfraEnvParams() *RegisterInfraEnvParams
NewRegisterInfraEnvParams creates a new RegisterInfraEnvParams 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 NewRegisterInfraEnvParamsWithContext ¶
func NewRegisterInfraEnvParamsWithContext(ctx context.Context) *RegisterInfraEnvParams
NewRegisterInfraEnvParamsWithContext creates a new RegisterInfraEnvParams object with the ability to set a context for a request.
func NewRegisterInfraEnvParamsWithHTTPClient ¶
func NewRegisterInfraEnvParamsWithHTTPClient(client *http.Client) *RegisterInfraEnvParams
NewRegisterInfraEnvParamsWithHTTPClient creates a new RegisterInfraEnvParams object with the ability to set a custom HTTPClient for a request.
func NewRegisterInfraEnvParamsWithTimeout ¶
func NewRegisterInfraEnvParamsWithTimeout(timeout time.Duration) *RegisterInfraEnvParams
NewRegisterInfraEnvParamsWithTimeout creates a new RegisterInfraEnvParams object with the ability to set a timeout on a request.
func (*RegisterInfraEnvParams) SetContext ¶
func (o *RegisterInfraEnvParams) SetContext(ctx context.Context)
SetContext adds the context to the register infra env params
func (*RegisterInfraEnvParams) SetDefaults ¶
func (o *RegisterInfraEnvParams) SetDefaults()
SetDefaults hydrates default values in the register infra env params (not the query body).
All values with no default are reset to their zero value.
func (*RegisterInfraEnvParams) SetHTTPClient ¶
func (o *RegisterInfraEnvParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the register infra env params
func (*RegisterInfraEnvParams) SetInfraenvCreateParams ¶
func (o *RegisterInfraEnvParams) SetInfraenvCreateParams(infraenvCreateParams *models.InfraEnvCreateParams)
SetInfraenvCreateParams adds the infraenvCreateParams to the register infra env params
func (*RegisterInfraEnvParams) SetTimeout ¶
func (o *RegisterInfraEnvParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the register infra env params
func (*RegisterInfraEnvParams) WithContext ¶
func (o *RegisterInfraEnvParams) WithContext(ctx context.Context) *RegisterInfraEnvParams
WithContext adds the context to the register infra env params
func (*RegisterInfraEnvParams) WithDefaults ¶
func (o *RegisterInfraEnvParams) WithDefaults() *RegisterInfraEnvParams
WithDefaults hydrates default values in the register infra env params (not the query body).
All values with no default are reset to their zero value.
func (*RegisterInfraEnvParams) WithHTTPClient ¶
func (o *RegisterInfraEnvParams) WithHTTPClient(client *http.Client) *RegisterInfraEnvParams
WithHTTPClient adds the HTTPClient to the register infra env params
func (*RegisterInfraEnvParams) WithInfraenvCreateParams ¶
func (o *RegisterInfraEnvParams) WithInfraenvCreateParams(infraenvCreateParams *models.InfraEnvCreateParams) *RegisterInfraEnvParams
WithInfraenvCreateParams adds the infraenvCreateParams to the register infra env params
func (*RegisterInfraEnvParams) WithTimeout ¶
func (o *RegisterInfraEnvParams) WithTimeout(timeout time.Duration) *RegisterInfraEnvParams
WithTimeout adds the timeout to the register infra env params
func (*RegisterInfraEnvParams) WriteToRequest ¶
func (o *RegisterInfraEnvParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RegisterInfraEnvReader ¶
type RegisterInfraEnvReader struct {
// contains filtered or unexported fields
}
RegisterInfraEnvReader is a Reader for the RegisterInfraEnv structure.
func (*RegisterInfraEnvReader) ReadResponse ¶
func (o *RegisterInfraEnvReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RegisterInfraEnvUnauthorized ¶
type RegisterInfraEnvUnauthorized struct {
}RegisterInfraEnvUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewRegisterInfraEnvUnauthorized ¶
func NewRegisterInfraEnvUnauthorized() *RegisterInfraEnvUnauthorized
NewRegisterInfraEnvUnauthorized creates a RegisterInfraEnvUnauthorized with default headers values
func (*RegisterInfraEnvUnauthorized) Error ¶
func (o *RegisterInfraEnvUnauthorized) Error() string
func (*RegisterInfraEnvUnauthorized) GetPayload ¶
func (o *RegisterInfraEnvUnauthorized) GetPayload() *models.InfraError
func (*RegisterInfraEnvUnauthorized) IsClientError ¶
func (o *RegisterInfraEnvUnauthorized) IsClientError() bool
IsClientError returns true when this register infra env unauthorized response has a 4xx status code
func (*RegisterInfraEnvUnauthorized) IsCode ¶
func (o *RegisterInfraEnvUnauthorized) IsCode(code int) bool
IsCode returns true when this register infra env unauthorized response a status code equal to that given
func (*RegisterInfraEnvUnauthorized) IsRedirect ¶
func (o *RegisterInfraEnvUnauthorized) IsRedirect() bool
IsRedirect returns true when this register infra env unauthorized response has a 3xx status code
func (*RegisterInfraEnvUnauthorized) IsServerError ¶
func (o *RegisterInfraEnvUnauthorized) IsServerError() bool
IsServerError returns true when this register infra env unauthorized response has a 5xx status code
func (*RegisterInfraEnvUnauthorized) IsSuccess ¶
func (o *RegisterInfraEnvUnauthorized) IsSuccess() bool
IsSuccess returns true when this register infra env unauthorized response has a 2xx status code
func (*RegisterInfraEnvUnauthorized) String ¶
func (o *RegisterInfraEnvUnauthorized) String() string
type TransformClusterToAddingHostsAccepted ¶
TransformClusterToAddingHostsAccepted describes a response with status code 202, with default header values.
Success.
func NewTransformClusterToAddingHostsAccepted ¶
func NewTransformClusterToAddingHostsAccepted() *TransformClusterToAddingHostsAccepted
NewTransformClusterToAddingHostsAccepted creates a TransformClusterToAddingHostsAccepted with default headers values
func (*TransformClusterToAddingHostsAccepted) Error ¶
func (o *TransformClusterToAddingHostsAccepted) Error() string
func (*TransformClusterToAddingHostsAccepted) GetPayload ¶
func (o *TransformClusterToAddingHostsAccepted) GetPayload() *models.Cluster
func (*TransformClusterToAddingHostsAccepted) IsClientError ¶
func (o *TransformClusterToAddingHostsAccepted) IsClientError() bool
IsClientError returns true when this transform cluster to adding hosts accepted response has a 4xx status code
func (*TransformClusterToAddingHostsAccepted) IsCode ¶
func (o *TransformClusterToAddingHostsAccepted) IsCode(code int) bool
IsCode returns true when this transform cluster to adding hosts accepted response a status code equal to that given
func (*TransformClusterToAddingHostsAccepted) IsRedirect ¶
func (o *TransformClusterToAddingHostsAccepted) IsRedirect() bool
IsRedirect returns true when this transform cluster to adding hosts accepted response has a 3xx status code
func (*TransformClusterToAddingHostsAccepted) IsServerError ¶
func (o *TransformClusterToAddingHostsAccepted) IsServerError() bool
IsServerError returns true when this transform cluster to adding hosts accepted response has a 5xx status code
func (*TransformClusterToAddingHostsAccepted) IsSuccess ¶
func (o *TransformClusterToAddingHostsAccepted) IsSuccess() bool
IsSuccess returns true when this transform cluster to adding hosts accepted response has a 2xx status code
func (*TransformClusterToAddingHostsAccepted) String ¶
func (o *TransformClusterToAddingHostsAccepted) String() string
type TransformClusterToAddingHostsConflict ¶
TransformClusterToAddingHostsConflict describes a response with status code 409, with default header values.
Error.
func NewTransformClusterToAddingHostsConflict ¶
func NewTransformClusterToAddingHostsConflict() *TransformClusterToAddingHostsConflict
NewTransformClusterToAddingHostsConflict creates a TransformClusterToAddingHostsConflict with default headers values
func (*TransformClusterToAddingHostsConflict) Error ¶
func (o *TransformClusterToAddingHostsConflict) Error() string
func (*TransformClusterToAddingHostsConflict) GetPayload ¶
func (o *TransformClusterToAddingHostsConflict) GetPayload() *models.Error
func (*TransformClusterToAddingHostsConflict) IsClientError ¶
func (o *TransformClusterToAddingHostsConflict) IsClientError() bool
IsClientError returns true when this transform cluster to adding hosts conflict response has a 4xx status code
func (*TransformClusterToAddingHostsConflict) IsCode ¶
func (o *TransformClusterToAddingHostsConflict) IsCode(code int) bool
IsCode returns true when this transform cluster to adding hosts conflict response a status code equal to that given
func (*TransformClusterToAddingHostsConflict) IsRedirect ¶
func (o *TransformClusterToAddingHostsConflict) IsRedirect() bool
IsRedirect returns true when this transform cluster to adding hosts conflict response has a 3xx status code
func (*TransformClusterToAddingHostsConflict) IsServerError ¶
func (o *TransformClusterToAddingHostsConflict) IsServerError() bool
IsServerError returns true when this transform cluster to adding hosts conflict response has a 5xx status code
func (*TransformClusterToAddingHostsConflict) IsSuccess ¶
func (o *TransformClusterToAddingHostsConflict) IsSuccess() bool
IsSuccess returns true when this transform cluster to adding hosts conflict response has a 2xx status code
func (*TransformClusterToAddingHostsConflict) String ¶
func (o *TransformClusterToAddingHostsConflict) String() string
type TransformClusterToAddingHostsForbidden ¶
type TransformClusterToAddingHostsForbidden struct {
Payload *models.InfraError
}
TransformClusterToAddingHostsForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewTransformClusterToAddingHostsForbidden ¶
func NewTransformClusterToAddingHostsForbidden() *TransformClusterToAddingHostsForbidden
NewTransformClusterToAddingHostsForbidden creates a TransformClusterToAddingHostsForbidden with default headers values
func (*TransformClusterToAddingHostsForbidden) Error ¶
func (o *TransformClusterToAddingHostsForbidden) Error() string
func (*TransformClusterToAddingHostsForbidden) GetPayload ¶
func (o *TransformClusterToAddingHostsForbidden) GetPayload() *models.InfraError
func (*TransformClusterToAddingHostsForbidden) IsClientError ¶
func (o *TransformClusterToAddingHostsForbidden) IsClientError() bool
IsClientError returns true when this transform cluster to adding hosts forbidden response has a 4xx status code
func (*TransformClusterToAddingHostsForbidden) IsCode ¶
func (o *TransformClusterToAddingHostsForbidden) IsCode(code int) bool
IsCode returns true when this transform cluster to adding hosts forbidden response a status code equal to that given
func (*TransformClusterToAddingHostsForbidden) IsRedirect ¶
func (o *TransformClusterToAddingHostsForbidden) IsRedirect() bool
IsRedirect returns true when this transform cluster to adding hosts forbidden response has a 3xx status code
func (*TransformClusterToAddingHostsForbidden) IsServerError ¶
func (o *TransformClusterToAddingHostsForbidden) IsServerError() bool
IsServerError returns true when this transform cluster to adding hosts forbidden response has a 5xx status code
func (*TransformClusterToAddingHostsForbidden) IsSuccess ¶
func (o *TransformClusterToAddingHostsForbidden) IsSuccess() bool
IsSuccess returns true when this transform cluster to adding hosts forbidden response has a 2xx status code
func (*TransformClusterToAddingHostsForbidden) String ¶
func (o *TransformClusterToAddingHostsForbidden) String() string
type TransformClusterToAddingHostsInternalServerError ¶
TransformClusterToAddingHostsInternalServerError describes a response with status code 500, with default header values.
Error.
func NewTransformClusterToAddingHostsInternalServerError ¶
func NewTransformClusterToAddingHostsInternalServerError() *TransformClusterToAddingHostsInternalServerError
NewTransformClusterToAddingHostsInternalServerError creates a TransformClusterToAddingHostsInternalServerError with default headers values
func (*TransformClusterToAddingHostsInternalServerError) Error ¶
func (o *TransformClusterToAddingHostsInternalServerError) Error() string
func (*TransformClusterToAddingHostsInternalServerError) GetPayload ¶
func (o *TransformClusterToAddingHostsInternalServerError) GetPayload() *models.Error
func (*TransformClusterToAddingHostsInternalServerError) IsClientError ¶
func (o *TransformClusterToAddingHostsInternalServerError) IsClientError() bool
IsClientError returns true when this transform cluster to adding hosts internal server error response has a 4xx status code
func (*TransformClusterToAddingHostsInternalServerError) IsCode ¶
func (o *TransformClusterToAddingHostsInternalServerError) IsCode(code int) bool
IsCode returns true when this transform cluster to adding hosts internal server error response a status code equal to that given
func (*TransformClusterToAddingHostsInternalServerError) IsRedirect ¶
func (o *TransformClusterToAddingHostsInternalServerError) IsRedirect() bool
IsRedirect returns true when this transform cluster to adding hosts internal server error response has a 3xx status code
func (*TransformClusterToAddingHostsInternalServerError) IsServerError ¶
func (o *TransformClusterToAddingHostsInternalServerError) IsServerError() bool
IsServerError returns true when this transform cluster to adding hosts internal server error response has a 5xx status code
func (*TransformClusterToAddingHostsInternalServerError) IsSuccess ¶
func (o *TransformClusterToAddingHostsInternalServerError) IsSuccess() bool
IsSuccess returns true when this transform cluster to adding hosts internal server error response has a 2xx status code
func (*TransformClusterToAddingHostsInternalServerError) String ¶
func (o *TransformClusterToAddingHostsInternalServerError) String() string
type TransformClusterToAddingHostsMethodNotAllowed ¶
TransformClusterToAddingHostsMethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewTransformClusterToAddingHostsMethodNotAllowed ¶
func NewTransformClusterToAddingHostsMethodNotAllowed() *TransformClusterToAddingHostsMethodNotAllowed
NewTransformClusterToAddingHostsMethodNotAllowed creates a TransformClusterToAddingHostsMethodNotAllowed with default headers values
func (*TransformClusterToAddingHostsMethodNotAllowed) Error ¶
func (o *TransformClusterToAddingHostsMethodNotAllowed) Error() string
func (*TransformClusterToAddingHostsMethodNotAllowed) GetPayload ¶
func (o *TransformClusterToAddingHostsMethodNotAllowed) GetPayload() *models.Error
func (*TransformClusterToAddingHostsMethodNotAllowed) IsClientError ¶
func (o *TransformClusterToAddingHostsMethodNotAllowed) IsClientError() bool
IsClientError returns true when this transform cluster to adding hosts method not allowed response has a 4xx status code
func (*TransformClusterToAddingHostsMethodNotAllowed) IsCode ¶
func (o *TransformClusterToAddingHostsMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this transform cluster to adding hosts method not allowed response a status code equal to that given
func (*TransformClusterToAddingHostsMethodNotAllowed) IsRedirect ¶
func (o *TransformClusterToAddingHostsMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this transform cluster to adding hosts method not allowed response has a 3xx status code
func (*TransformClusterToAddingHostsMethodNotAllowed) IsServerError ¶
func (o *TransformClusterToAddingHostsMethodNotAllowed) IsServerError() bool
IsServerError returns true when this transform cluster to adding hosts method not allowed response has a 5xx status code
func (*TransformClusterToAddingHostsMethodNotAllowed) IsSuccess ¶
func (o *TransformClusterToAddingHostsMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this transform cluster to adding hosts method not allowed response has a 2xx status code
func (*TransformClusterToAddingHostsMethodNotAllowed) String ¶
func (o *TransformClusterToAddingHostsMethodNotAllowed) String() string
type TransformClusterToAddingHostsNotFound ¶
TransformClusterToAddingHostsNotFound describes a response with status code 404, with default header values.
Error.
func NewTransformClusterToAddingHostsNotFound ¶
func NewTransformClusterToAddingHostsNotFound() *TransformClusterToAddingHostsNotFound
NewTransformClusterToAddingHostsNotFound creates a TransformClusterToAddingHostsNotFound with default headers values
func (*TransformClusterToAddingHostsNotFound) Error ¶
func (o *TransformClusterToAddingHostsNotFound) Error() string
func (*TransformClusterToAddingHostsNotFound) GetPayload ¶
func (o *TransformClusterToAddingHostsNotFound) GetPayload() *models.Error
func (*TransformClusterToAddingHostsNotFound) IsClientError ¶
func (o *TransformClusterToAddingHostsNotFound) IsClientError() bool
IsClientError returns true when this transform cluster to adding hosts not found response has a 4xx status code
func (*TransformClusterToAddingHostsNotFound) IsCode ¶
func (o *TransformClusterToAddingHostsNotFound) IsCode(code int) bool
IsCode returns true when this transform cluster to adding hosts not found response a status code equal to that given
func (*TransformClusterToAddingHostsNotFound) IsRedirect ¶
func (o *TransformClusterToAddingHostsNotFound) IsRedirect() bool
IsRedirect returns true when this transform cluster to adding hosts not found response has a 3xx status code
func (*TransformClusterToAddingHostsNotFound) IsServerError ¶
func (o *TransformClusterToAddingHostsNotFound) IsServerError() bool
IsServerError returns true when this transform cluster to adding hosts not found response has a 5xx status code
func (*TransformClusterToAddingHostsNotFound) IsSuccess ¶
func (o *TransformClusterToAddingHostsNotFound) IsSuccess() bool
IsSuccess returns true when this transform cluster to adding hosts not found response has a 2xx status code
func (*TransformClusterToAddingHostsNotFound) String ¶
func (o *TransformClusterToAddingHostsNotFound) String() string
type TransformClusterToAddingHostsParams ¶
type TransformClusterToAddingHostsParams struct { /* ClusterID. The cluster to transform. Format: uuid */ ClusterID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
TransformClusterToAddingHostsParams contains all the parameters to send to the API endpoint
for the transform cluster to adding hosts operation. Typically these are written to a http.Request.
func NewTransformClusterToAddingHostsParams ¶
func NewTransformClusterToAddingHostsParams() *TransformClusterToAddingHostsParams
NewTransformClusterToAddingHostsParams creates a new TransformClusterToAddingHostsParams 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 NewTransformClusterToAddingHostsParamsWithContext ¶
func NewTransformClusterToAddingHostsParamsWithContext(ctx context.Context) *TransformClusterToAddingHostsParams
NewTransformClusterToAddingHostsParamsWithContext creates a new TransformClusterToAddingHostsParams object with the ability to set a context for a request.
func NewTransformClusterToAddingHostsParamsWithHTTPClient ¶
func NewTransformClusterToAddingHostsParamsWithHTTPClient(client *http.Client) *TransformClusterToAddingHostsParams
NewTransformClusterToAddingHostsParamsWithHTTPClient creates a new TransformClusterToAddingHostsParams object with the ability to set a custom HTTPClient for a request.
func NewTransformClusterToAddingHostsParamsWithTimeout ¶
func NewTransformClusterToAddingHostsParamsWithTimeout(timeout time.Duration) *TransformClusterToAddingHostsParams
NewTransformClusterToAddingHostsParamsWithTimeout creates a new TransformClusterToAddingHostsParams object with the ability to set a timeout on a request.
func (*TransformClusterToAddingHostsParams) SetClusterID ¶
func (o *TransformClusterToAddingHostsParams) SetClusterID(clusterID strfmt.UUID)
SetClusterID adds the clusterId to the transform cluster to adding hosts params
func (*TransformClusterToAddingHostsParams) SetContext ¶
func (o *TransformClusterToAddingHostsParams) SetContext(ctx context.Context)
SetContext adds the context to the transform cluster to adding hosts params
func (*TransformClusterToAddingHostsParams) SetDefaults ¶
func (o *TransformClusterToAddingHostsParams) SetDefaults()
SetDefaults hydrates default values in the transform cluster to adding hosts params (not the query body).
All values with no default are reset to their zero value.
func (*TransformClusterToAddingHostsParams) SetHTTPClient ¶
func (o *TransformClusterToAddingHostsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the transform cluster to adding hosts params
func (*TransformClusterToAddingHostsParams) SetTimeout ¶
func (o *TransformClusterToAddingHostsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the transform cluster to adding hosts params
func (*TransformClusterToAddingHostsParams) WithClusterID ¶
func (o *TransformClusterToAddingHostsParams) WithClusterID(clusterID strfmt.UUID) *TransformClusterToAddingHostsParams
WithClusterID adds the clusterID to the transform cluster to adding hosts params
func (*TransformClusterToAddingHostsParams) WithContext ¶
func (o *TransformClusterToAddingHostsParams) WithContext(ctx context.Context) *TransformClusterToAddingHostsParams
WithContext adds the context to the transform cluster to adding hosts params
func (*TransformClusterToAddingHostsParams) WithDefaults ¶
func (o *TransformClusterToAddingHostsParams) WithDefaults() *TransformClusterToAddingHostsParams
WithDefaults hydrates default values in the transform cluster to adding hosts params (not the query body).
All values with no default are reset to their zero value.
func (*TransformClusterToAddingHostsParams) WithHTTPClient ¶
func (o *TransformClusterToAddingHostsParams) WithHTTPClient(client *http.Client) *TransformClusterToAddingHostsParams
WithHTTPClient adds the HTTPClient to the transform cluster to adding hosts params
func (*TransformClusterToAddingHostsParams) WithTimeout ¶
func (o *TransformClusterToAddingHostsParams) WithTimeout(timeout time.Duration) *TransformClusterToAddingHostsParams
WithTimeout adds the timeout to the transform cluster to adding hosts params
func (*TransformClusterToAddingHostsParams) WriteToRequest ¶
func (o *TransformClusterToAddingHostsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type TransformClusterToAddingHostsReader ¶
type TransformClusterToAddingHostsReader struct {
// contains filtered or unexported fields
}
TransformClusterToAddingHostsReader is a Reader for the TransformClusterToAddingHosts structure.
func (*TransformClusterToAddingHostsReader) ReadResponse ¶
func (o *TransformClusterToAddingHostsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type TransformClusterToAddingHostsUnauthorized ¶
type TransformClusterToAddingHostsUnauthorized struct {
}TransformClusterToAddingHostsUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewTransformClusterToAddingHostsUnauthorized ¶
func NewTransformClusterToAddingHostsUnauthorized() *TransformClusterToAddingHostsUnauthorized
NewTransformClusterToAddingHostsUnauthorized creates a TransformClusterToAddingHostsUnauthorized with default headers values
func (*TransformClusterToAddingHostsUnauthorized) Error ¶
func (o *TransformClusterToAddingHostsUnauthorized) Error() string
func (*TransformClusterToAddingHostsUnauthorized) GetPayload ¶
func (o *TransformClusterToAddingHostsUnauthorized) GetPayload() *models.InfraError
func (*TransformClusterToAddingHostsUnauthorized) IsClientError ¶
func (o *TransformClusterToAddingHostsUnauthorized) IsClientError() bool
IsClientError returns true when this transform cluster to adding hosts unauthorized response has a 4xx status code
func (*TransformClusterToAddingHostsUnauthorized) IsCode ¶
func (o *TransformClusterToAddingHostsUnauthorized) IsCode(code int) bool
IsCode returns true when this transform cluster to adding hosts unauthorized response a status code equal to that given
func (*TransformClusterToAddingHostsUnauthorized) IsRedirect ¶
func (o *TransformClusterToAddingHostsUnauthorized) IsRedirect() bool
IsRedirect returns true when this transform cluster to adding hosts unauthorized response has a 3xx status code
func (*TransformClusterToAddingHostsUnauthorized) IsServerError ¶
func (o *TransformClusterToAddingHostsUnauthorized) IsServerError() bool
IsServerError returns true when this transform cluster to adding hosts unauthorized response has a 5xx status code
func (*TransformClusterToAddingHostsUnauthorized) IsSuccess ¶
func (o *TransformClusterToAddingHostsUnauthorized) IsSuccess() bool
IsSuccess returns true when this transform cluster to adding hosts unauthorized response has a 2xx status code
func (*TransformClusterToAddingHostsUnauthorized) String ¶
func (o *TransformClusterToAddingHostsUnauthorized) String() string
type TransformClusterToDay2Accepted ¶
TransformClusterToDay2Accepted describes a response with status code 202, with default header values.
Success.
func NewTransformClusterToDay2Accepted ¶
func NewTransformClusterToDay2Accepted() *TransformClusterToDay2Accepted
NewTransformClusterToDay2Accepted creates a TransformClusterToDay2Accepted with default headers values
func (*TransformClusterToDay2Accepted) Error ¶
func (o *TransformClusterToDay2Accepted) Error() string
func (*TransformClusterToDay2Accepted) GetPayload ¶
func (o *TransformClusterToDay2Accepted) GetPayload() *models.Cluster
func (*TransformClusterToDay2Accepted) IsClientError ¶
func (o *TransformClusterToDay2Accepted) IsClientError() bool
IsClientError returns true when this transform cluster to day2 accepted response has a 4xx status code
func (*TransformClusterToDay2Accepted) IsCode ¶
func (o *TransformClusterToDay2Accepted) IsCode(code int) bool
IsCode returns true when this transform cluster to day2 accepted response a status code equal to that given
func (*TransformClusterToDay2Accepted) IsRedirect ¶
func (o *TransformClusterToDay2Accepted) IsRedirect() bool
IsRedirect returns true when this transform cluster to day2 accepted response has a 3xx status code
func (*TransformClusterToDay2Accepted) IsServerError ¶
func (o *TransformClusterToDay2Accepted) IsServerError() bool
IsServerError returns true when this transform cluster to day2 accepted response has a 5xx status code
func (*TransformClusterToDay2Accepted) IsSuccess ¶
func (o *TransformClusterToDay2Accepted) IsSuccess() bool
IsSuccess returns true when this transform cluster to day2 accepted response has a 2xx status code
func (*TransformClusterToDay2Accepted) String ¶
func (o *TransformClusterToDay2Accepted) String() string
type TransformClusterToDay2Conflict ¶
TransformClusterToDay2Conflict describes a response with status code 409, with default header values.
Error.
func NewTransformClusterToDay2Conflict ¶
func NewTransformClusterToDay2Conflict() *TransformClusterToDay2Conflict
NewTransformClusterToDay2Conflict creates a TransformClusterToDay2Conflict with default headers values
func (*TransformClusterToDay2Conflict) Error ¶
func (o *TransformClusterToDay2Conflict) Error() string
func (*TransformClusterToDay2Conflict) GetPayload ¶
func (o *TransformClusterToDay2Conflict) GetPayload() *models.Error
func (*TransformClusterToDay2Conflict) IsClientError ¶
func (o *TransformClusterToDay2Conflict) IsClientError() bool
IsClientError returns true when this transform cluster to day2 conflict response has a 4xx status code
func (*TransformClusterToDay2Conflict) IsCode ¶
func (o *TransformClusterToDay2Conflict) IsCode(code int) bool
IsCode returns true when this transform cluster to day2 conflict response a status code equal to that given
func (*TransformClusterToDay2Conflict) IsRedirect ¶
func (o *TransformClusterToDay2Conflict) IsRedirect() bool
IsRedirect returns true when this transform cluster to day2 conflict response has a 3xx status code
func (*TransformClusterToDay2Conflict) IsServerError ¶
func (o *TransformClusterToDay2Conflict) IsServerError() bool
IsServerError returns true when this transform cluster to day2 conflict response has a 5xx status code
func (*TransformClusterToDay2Conflict) IsSuccess ¶
func (o *TransformClusterToDay2Conflict) IsSuccess() bool
IsSuccess returns true when this transform cluster to day2 conflict response has a 2xx status code
func (*TransformClusterToDay2Conflict) String ¶
func (o *TransformClusterToDay2Conflict) String() string
type TransformClusterToDay2Forbidden ¶
type TransformClusterToDay2Forbidden struct {
Payload *models.InfraError
}
TransformClusterToDay2Forbidden describes a response with status code 403, with default header values.
Forbidden.
func NewTransformClusterToDay2Forbidden ¶
func NewTransformClusterToDay2Forbidden() *TransformClusterToDay2Forbidden
NewTransformClusterToDay2Forbidden creates a TransformClusterToDay2Forbidden with default headers values
func (*TransformClusterToDay2Forbidden) Error ¶
func (o *TransformClusterToDay2Forbidden) Error() string
func (*TransformClusterToDay2Forbidden) GetPayload ¶
func (o *TransformClusterToDay2Forbidden) GetPayload() *models.InfraError
func (*TransformClusterToDay2Forbidden) IsClientError ¶
func (o *TransformClusterToDay2Forbidden) IsClientError() bool
IsClientError returns true when this transform cluster to day2 forbidden response has a 4xx status code
func (*TransformClusterToDay2Forbidden) IsCode ¶
func (o *TransformClusterToDay2Forbidden) IsCode(code int) bool
IsCode returns true when this transform cluster to day2 forbidden response a status code equal to that given
func (*TransformClusterToDay2Forbidden) IsRedirect ¶
func (o *TransformClusterToDay2Forbidden) IsRedirect() bool
IsRedirect returns true when this transform cluster to day2 forbidden response has a 3xx status code
func (*TransformClusterToDay2Forbidden) IsServerError ¶
func (o *TransformClusterToDay2Forbidden) IsServerError() bool
IsServerError returns true when this transform cluster to day2 forbidden response has a 5xx status code
func (*TransformClusterToDay2Forbidden) IsSuccess ¶
func (o *TransformClusterToDay2Forbidden) IsSuccess() bool
IsSuccess returns true when this transform cluster to day2 forbidden response has a 2xx status code
func (*TransformClusterToDay2Forbidden) String ¶
func (o *TransformClusterToDay2Forbidden) String() string
type TransformClusterToDay2InternalServerError ¶
TransformClusterToDay2InternalServerError describes a response with status code 500, with default header values.
Error.
func NewTransformClusterToDay2InternalServerError ¶
func NewTransformClusterToDay2InternalServerError() *TransformClusterToDay2InternalServerError
NewTransformClusterToDay2InternalServerError creates a TransformClusterToDay2InternalServerError with default headers values
func (*TransformClusterToDay2InternalServerError) Error ¶
func (o *TransformClusterToDay2InternalServerError) Error() string
func (*TransformClusterToDay2InternalServerError) GetPayload ¶
func (o *TransformClusterToDay2InternalServerError) GetPayload() *models.Error
func (*TransformClusterToDay2InternalServerError) IsClientError ¶
func (o *TransformClusterToDay2InternalServerError) IsClientError() bool
IsClientError returns true when this transform cluster to day2 internal server error response has a 4xx status code
func (*TransformClusterToDay2InternalServerError) IsCode ¶
func (o *TransformClusterToDay2InternalServerError) IsCode(code int) bool
IsCode returns true when this transform cluster to day2 internal server error response a status code equal to that given
func (*TransformClusterToDay2InternalServerError) IsRedirect ¶
func (o *TransformClusterToDay2InternalServerError) IsRedirect() bool
IsRedirect returns true when this transform cluster to day2 internal server error response has a 3xx status code
func (*TransformClusterToDay2InternalServerError) IsServerError ¶
func (o *TransformClusterToDay2InternalServerError) IsServerError() bool
IsServerError returns true when this transform cluster to day2 internal server error response has a 5xx status code
func (*TransformClusterToDay2InternalServerError) IsSuccess ¶
func (o *TransformClusterToDay2InternalServerError) IsSuccess() bool
IsSuccess returns true when this transform cluster to day2 internal server error response has a 2xx status code
func (*TransformClusterToDay2InternalServerError) String ¶
func (o *TransformClusterToDay2InternalServerError) String() string
type TransformClusterToDay2MethodNotAllowed ¶
TransformClusterToDay2MethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewTransformClusterToDay2MethodNotAllowed ¶
func NewTransformClusterToDay2MethodNotAllowed() *TransformClusterToDay2MethodNotAllowed
NewTransformClusterToDay2MethodNotAllowed creates a TransformClusterToDay2MethodNotAllowed with default headers values
func (*TransformClusterToDay2MethodNotAllowed) Error ¶
func (o *TransformClusterToDay2MethodNotAllowed) Error() string
func (*TransformClusterToDay2MethodNotAllowed) GetPayload ¶
func (o *TransformClusterToDay2MethodNotAllowed) GetPayload() *models.Error
func (*TransformClusterToDay2MethodNotAllowed) IsClientError ¶
func (o *TransformClusterToDay2MethodNotAllowed) IsClientError() bool
IsClientError returns true when this transform cluster to day2 method not allowed response has a 4xx status code
func (*TransformClusterToDay2MethodNotAllowed) IsCode ¶
func (o *TransformClusterToDay2MethodNotAllowed) IsCode(code int) bool
IsCode returns true when this transform cluster to day2 method not allowed response a status code equal to that given
func (*TransformClusterToDay2MethodNotAllowed) IsRedirect ¶
func (o *TransformClusterToDay2MethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this transform cluster to day2 method not allowed response has a 3xx status code
func (*TransformClusterToDay2MethodNotAllowed) IsServerError ¶
func (o *TransformClusterToDay2MethodNotAllowed) IsServerError() bool
IsServerError returns true when this transform cluster to day2 method not allowed response has a 5xx status code
func (*TransformClusterToDay2MethodNotAllowed) IsSuccess ¶
func (o *TransformClusterToDay2MethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this transform cluster to day2 method not allowed response has a 2xx status code
func (*TransformClusterToDay2MethodNotAllowed) String ¶
func (o *TransformClusterToDay2MethodNotAllowed) String() string
type TransformClusterToDay2NotFound ¶
TransformClusterToDay2NotFound describes a response with status code 404, with default header values.
Error.
func NewTransformClusterToDay2NotFound ¶
func NewTransformClusterToDay2NotFound() *TransformClusterToDay2NotFound
NewTransformClusterToDay2NotFound creates a TransformClusterToDay2NotFound with default headers values
func (*TransformClusterToDay2NotFound) Error ¶
func (o *TransformClusterToDay2NotFound) Error() string
func (*TransformClusterToDay2NotFound) GetPayload ¶
func (o *TransformClusterToDay2NotFound) GetPayload() *models.Error
func (*TransformClusterToDay2NotFound) IsClientError ¶
func (o *TransformClusterToDay2NotFound) IsClientError() bool
IsClientError returns true when this transform cluster to day2 not found response has a 4xx status code
func (*TransformClusterToDay2NotFound) IsCode ¶
func (o *TransformClusterToDay2NotFound) IsCode(code int) bool
IsCode returns true when this transform cluster to day2 not found response a status code equal to that given
func (*TransformClusterToDay2NotFound) IsRedirect ¶
func (o *TransformClusterToDay2NotFound) IsRedirect() bool
IsRedirect returns true when this transform cluster to day2 not found response has a 3xx status code
func (*TransformClusterToDay2NotFound) IsServerError ¶
func (o *TransformClusterToDay2NotFound) IsServerError() bool
IsServerError returns true when this transform cluster to day2 not found response has a 5xx status code
func (*TransformClusterToDay2NotFound) IsSuccess ¶
func (o *TransformClusterToDay2NotFound) IsSuccess() bool
IsSuccess returns true when this transform cluster to day2 not found response has a 2xx status code
func (*TransformClusterToDay2NotFound) String ¶
func (o *TransformClusterToDay2NotFound) String() string
type TransformClusterToDay2Params ¶
type TransformClusterToDay2Params struct { /* ClusterID. The cluster to transform. Format: uuid */ ClusterID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
TransformClusterToDay2Params contains all the parameters to send to the API endpoint
for the transform cluster to day2 operation. Typically these are written to a http.Request.
func NewTransformClusterToDay2Params ¶
func NewTransformClusterToDay2Params() *TransformClusterToDay2Params
NewTransformClusterToDay2Params creates a new TransformClusterToDay2Params 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 NewTransformClusterToDay2ParamsWithContext ¶
func NewTransformClusterToDay2ParamsWithContext(ctx context.Context) *TransformClusterToDay2Params
NewTransformClusterToDay2ParamsWithContext creates a new TransformClusterToDay2Params object with the ability to set a context for a request.
func NewTransformClusterToDay2ParamsWithHTTPClient ¶
func NewTransformClusterToDay2ParamsWithHTTPClient(client *http.Client) *TransformClusterToDay2Params
NewTransformClusterToDay2ParamsWithHTTPClient creates a new TransformClusterToDay2Params object with the ability to set a custom HTTPClient for a request.
func NewTransformClusterToDay2ParamsWithTimeout ¶
func NewTransformClusterToDay2ParamsWithTimeout(timeout time.Duration) *TransformClusterToDay2Params
NewTransformClusterToDay2ParamsWithTimeout creates a new TransformClusterToDay2Params object with the ability to set a timeout on a request.
func (*TransformClusterToDay2Params) SetClusterID ¶
func (o *TransformClusterToDay2Params) SetClusterID(clusterID strfmt.UUID)
SetClusterID adds the clusterId to the transform cluster to day2 params
func (*TransformClusterToDay2Params) SetContext ¶
func (o *TransformClusterToDay2Params) SetContext(ctx context.Context)
SetContext adds the context to the transform cluster to day2 params
func (*TransformClusterToDay2Params) SetDefaults ¶
func (o *TransformClusterToDay2Params) SetDefaults()
SetDefaults hydrates default values in the transform cluster to day2 params (not the query body).
All values with no default are reset to their zero value.
func (*TransformClusterToDay2Params) SetHTTPClient ¶
func (o *TransformClusterToDay2Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the transform cluster to day2 params
func (*TransformClusterToDay2Params) SetTimeout ¶
func (o *TransformClusterToDay2Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the transform cluster to day2 params
func (*TransformClusterToDay2Params) WithClusterID ¶
func (o *TransformClusterToDay2Params) WithClusterID(clusterID strfmt.UUID) *TransformClusterToDay2Params
WithClusterID adds the clusterID to the transform cluster to day2 params
func (*TransformClusterToDay2Params) WithContext ¶
func (o *TransformClusterToDay2Params) WithContext(ctx context.Context) *TransformClusterToDay2Params
WithContext adds the context to the transform cluster to day2 params
func (*TransformClusterToDay2Params) WithDefaults ¶
func (o *TransformClusterToDay2Params) WithDefaults() *TransformClusterToDay2Params
WithDefaults hydrates default values in the transform cluster to day2 params (not the query body).
All values with no default are reset to their zero value.
func (*TransformClusterToDay2Params) WithHTTPClient ¶
func (o *TransformClusterToDay2Params) WithHTTPClient(client *http.Client) *TransformClusterToDay2Params
WithHTTPClient adds the HTTPClient to the transform cluster to day2 params
func (*TransformClusterToDay2Params) WithTimeout ¶
func (o *TransformClusterToDay2Params) WithTimeout(timeout time.Duration) *TransformClusterToDay2Params
WithTimeout adds the timeout to the transform cluster to day2 params
func (*TransformClusterToDay2Params) WriteToRequest ¶
func (o *TransformClusterToDay2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type TransformClusterToDay2Reader ¶
type TransformClusterToDay2Reader struct {
// contains filtered or unexported fields
}
TransformClusterToDay2Reader is a Reader for the TransformClusterToDay2 structure.
func (*TransformClusterToDay2Reader) ReadResponse ¶
func (o *TransformClusterToDay2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type TransformClusterToDay2Unauthorized ¶
type TransformClusterToDay2Unauthorized struct {
}TransformClusterToDay2Unauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewTransformClusterToDay2Unauthorized ¶
func NewTransformClusterToDay2Unauthorized() *TransformClusterToDay2Unauthorized
NewTransformClusterToDay2Unauthorized creates a TransformClusterToDay2Unauthorized with default headers values
func (*TransformClusterToDay2Unauthorized) Error ¶
func (o *TransformClusterToDay2Unauthorized) Error() string
func (*TransformClusterToDay2Unauthorized) GetPayload ¶
func (o *TransformClusterToDay2Unauthorized) GetPayload() *models.InfraError
func (*TransformClusterToDay2Unauthorized) IsClientError ¶
func (o *TransformClusterToDay2Unauthorized) IsClientError() bool
IsClientError returns true when this transform cluster to day2 unauthorized response has a 4xx status code
func (*TransformClusterToDay2Unauthorized) IsCode ¶
func (o *TransformClusterToDay2Unauthorized) IsCode(code int) bool
IsCode returns true when this transform cluster to day2 unauthorized response a status code equal to that given
func (*TransformClusterToDay2Unauthorized) IsRedirect ¶
func (o *TransformClusterToDay2Unauthorized) IsRedirect() bool
IsRedirect returns true when this transform cluster to day2 unauthorized response has a 3xx status code
func (*TransformClusterToDay2Unauthorized) IsServerError ¶
func (o *TransformClusterToDay2Unauthorized) IsServerError() bool
IsServerError returns true when this transform cluster to day2 unauthorized response has a 5xx status code
func (*TransformClusterToDay2Unauthorized) IsSuccess ¶
func (o *TransformClusterToDay2Unauthorized) IsSuccess() bool
IsSuccess returns true when this transform cluster to day2 unauthorized response has a 2xx status code
func (*TransformClusterToDay2Unauthorized) String ¶
func (o *TransformClusterToDay2Unauthorized) String() string
type UnbindHostBadRequest ¶
UnbindHostBadRequest describes a response with status code 400, with default header values.
Error.
func NewUnbindHostBadRequest ¶
func NewUnbindHostBadRequest() *UnbindHostBadRequest
NewUnbindHostBadRequest creates a UnbindHostBadRequest with default headers values
func (*UnbindHostBadRequest) Error ¶
func (o *UnbindHostBadRequest) Error() string
func (*UnbindHostBadRequest) GetPayload ¶
func (o *UnbindHostBadRequest) GetPayload() *models.Error
func (*UnbindHostBadRequest) IsClientError ¶
func (o *UnbindHostBadRequest) IsClientError() bool
IsClientError returns true when this unbind host bad request response has a 4xx status code
func (*UnbindHostBadRequest) IsCode ¶
func (o *UnbindHostBadRequest) IsCode(code int) bool
IsCode returns true when this unbind host bad request response a status code equal to that given
func (*UnbindHostBadRequest) IsRedirect ¶
func (o *UnbindHostBadRequest) IsRedirect() bool
IsRedirect returns true when this unbind host bad request response has a 3xx status code
func (*UnbindHostBadRequest) IsServerError ¶
func (o *UnbindHostBadRequest) IsServerError() bool
IsServerError returns true when this unbind host bad request response has a 5xx status code
func (*UnbindHostBadRequest) IsSuccess ¶
func (o *UnbindHostBadRequest) IsSuccess() bool
IsSuccess returns true when this unbind host bad request response has a 2xx status code
func (*UnbindHostBadRequest) String ¶
func (o *UnbindHostBadRequest) String() string
type UnbindHostConflict ¶
UnbindHostConflict describes a response with status code 409, with default header values.
Conflict.
func NewUnbindHostConflict ¶
func NewUnbindHostConflict() *UnbindHostConflict
NewUnbindHostConflict creates a UnbindHostConflict with default headers values
func (*UnbindHostConflict) Error ¶
func (o *UnbindHostConflict) Error() string
func (*UnbindHostConflict) GetPayload ¶
func (o *UnbindHostConflict) GetPayload() *models.Error
func (*UnbindHostConflict) IsClientError ¶
func (o *UnbindHostConflict) IsClientError() bool
IsClientError returns true when this unbind host conflict response has a 4xx status code
func (*UnbindHostConflict) IsCode ¶
func (o *UnbindHostConflict) IsCode(code int) bool
IsCode returns true when this unbind host conflict response a status code equal to that given
func (*UnbindHostConflict) IsRedirect ¶
func (o *UnbindHostConflict) IsRedirect() bool
IsRedirect returns true when this unbind host conflict response has a 3xx status code
func (*UnbindHostConflict) IsServerError ¶
func (o *UnbindHostConflict) IsServerError() bool
IsServerError returns true when this unbind host conflict response has a 5xx status code
func (*UnbindHostConflict) IsSuccess ¶
func (o *UnbindHostConflict) IsSuccess() bool
IsSuccess returns true when this unbind host conflict response has a 2xx status code
func (*UnbindHostConflict) String ¶
func (o *UnbindHostConflict) String() string
type UnbindHostForbidden ¶
type UnbindHostForbidden struct {
Payload *models.InfraError
}
UnbindHostForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewUnbindHostForbidden ¶
func NewUnbindHostForbidden() *UnbindHostForbidden
NewUnbindHostForbidden creates a UnbindHostForbidden with default headers values
func (*UnbindHostForbidden) Error ¶
func (o *UnbindHostForbidden) Error() string
func (*UnbindHostForbidden) GetPayload ¶
func (o *UnbindHostForbidden) GetPayload() *models.InfraError
func (*UnbindHostForbidden) IsClientError ¶
func (o *UnbindHostForbidden) IsClientError() bool
IsClientError returns true when this unbind host forbidden response has a 4xx status code
func (*UnbindHostForbidden) IsCode ¶
func (o *UnbindHostForbidden) IsCode(code int) bool
IsCode returns true when this unbind host forbidden response a status code equal to that given
func (*UnbindHostForbidden) IsRedirect ¶
func (o *UnbindHostForbidden) IsRedirect() bool
IsRedirect returns true when this unbind host forbidden response has a 3xx status code
func (*UnbindHostForbidden) IsServerError ¶
func (o *UnbindHostForbidden) IsServerError() bool
IsServerError returns true when this unbind host forbidden response has a 5xx status code
func (*UnbindHostForbidden) IsSuccess ¶
func (o *UnbindHostForbidden) IsSuccess() bool
IsSuccess returns true when this unbind host forbidden response has a 2xx status code
func (*UnbindHostForbidden) String ¶
func (o *UnbindHostForbidden) String() string
type UnbindHostInternalServerError ¶
UnbindHostInternalServerError describes a response with status code 500, with default header values.
Error.
func NewUnbindHostInternalServerError ¶
func NewUnbindHostInternalServerError() *UnbindHostInternalServerError
NewUnbindHostInternalServerError creates a UnbindHostInternalServerError with default headers values
func (*UnbindHostInternalServerError) Error ¶
func (o *UnbindHostInternalServerError) Error() string
func (*UnbindHostInternalServerError) GetPayload ¶
func (o *UnbindHostInternalServerError) GetPayload() *models.Error
func (*UnbindHostInternalServerError) IsClientError ¶
func (o *UnbindHostInternalServerError) IsClientError() bool
IsClientError returns true when this unbind host internal server error response has a 4xx status code
func (*UnbindHostInternalServerError) IsCode ¶
func (o *UnbindHostInternalServerError) IsCode(code int) bool
IsCode returns true when this unbind host internal server error response a status code equal to that given
func (*UnbindHostInternalServerError) IsRedirect ¶
func (o *UnbindHostInternalServerError) IsRedirect() bool
IsRedirect returns true when this unbind host internal server error response has a 3xx status code
func (*UnbindHostInternalServerError) IsServerError ¶
func (o *UnbindHostInternalServerError) IsServerError() bool
IsServerError returns true when this unbind host internal server error response has a 5xx status code
func (*UnbindHostInternalServerError) IsSuccess ¶
func (o *UnbindHostInternalServerError) IsSuccess() bool
IsSuccess returns true when this unbind host internal server error response has a 2xx status code
func (*UnbindHostInternalServerError) String ¶
func (o *UnbindHostInternalServerError) String() string
type UnbindHostMethodNotAllowed ¶
UnbindHostMethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewUnbindHostMethodNotAllowed ¶
func NewUnbindHostMethodNotAllowed() *UnbindHostMethodNotAllowed
NewUnbindHostMethodNotAllowed creates a UnbindHostMethodNotAllowed with default headers values
func (*UnbindHostMethodNotAllowed) Error ¶
func (o *UnbindHostMethodNotAllowed) Error() string
func (*UnbindHostMethodNotAllowed) GetPayload ¶
func (o *UnbindHostMethodNotAllowed) GetPayload() *models.Error
func (*UnbindHostMethodNotAllowed) IsClientError ¶
func (o *UnbindHostMethodNotAllowed) IsClientError() bool
IsClientError returns true when this unbind host method not allowed response has a 4xx status code
func (*UnbindHostMethodNotAllowed) IsCode ¶
func (o *UnbindHostMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this unbind host method not allowed response a status code equal to that given
func (*UnbindHostMethodNotAllowed) IsRedirect ¶
func (o *UnbindHostMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this unbind host method not allowed response has a 3xx status code
func (*UnbindHostMethodNotAllowed) IsServerError ¶
func (o *UnbindHostMethodNotAllowed) IsServerError() bool
IsServerError returns true when this unbind host method not allowed response has a 5xx status code
func (*UnbindHostMethodNotAllowed) IsSuccess ¶
func (o *UnbindHostMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this unbind host method not allowed response has a 2xx status code
func (*UnbindHostMethodNotAllowed) String ¶
func (o *UnbindHostMethodNotAllowed) String() string
type UnbindHostNotFound ¶
UnbindHostNotFound describes a response with status code 404, with default header values.
Error.
func NewUnbindHostNotFound ¶
func NewUnbindHostNotFound() *UnbindHostNotFound
NewUnbindHostNotFound creates a UnbindHostNotFound with default headers values
func (*UnbindHostNotFound) Error ¶
func (o *UnbindHostNotFound) Error() string
func (*UnbindHostNotFound) GetPayload ¶
func (o *UnbindHostNotFound) GetPayload() *models.Error
func (*UnbindHostNotFound) IsClientError ¶
func (o *UnbindHostNotFound) IsClientError() bool
IsClientError returns true when this unbind host not found response has a 4xx status code
func (*UnbindHostNotFound) IsCode ¶
func (o *UnbindHostNotFound) IsCode(code int) bool
IsCode returns true when this unbind host not found response a status code equal to that given
func (*UnbindHostNotFound) IsRedirect ¶
func (o *UnbindHostNotFound) IsRedirect() bool
IsRedirect returns true when this unbind host not found response has a 3xx status code
func (*UnbindHostNotFound) IsServerError ¶
func (o *UnbindHostNotFound) IsServerError() bool
IsServerError returns true when this unbind host not found response has a 5xx status code
func (*UnbindHostNotFound) IsSuccess ¶
func (o *UnbindHostNotFound) IsSuccess() bool
IsSuccess returns true when this unbind host not found response has a 2xx status code
func (*UnbindHostNotFound) String ¶
func (o *UnbindHostNotFound) String() string
type UnbindHostNotImplemented ¶
UnbindHostNotImplemented describes a response with status code 501, with default header values.
Not implemented.
func NewUnbindHostNotImplemented ¶
func NewUnbindHostNotImplemented() *UnbindHostNotImplemented
NewUnbindHostNotImplemented creates a UnbindHostNotImplemented with default headers values
func (*UnbindHostNotImplemented) Error ¶
func (o *UnbindHostNotImplemented) Error() string
func (*UnbindHostNotImplemented) GetPayload ¶
func (o *UnbindHostNotImplemented) GetPayload() *models.Error
func (*UnbindHostNotImplemented) IsClientError ¶
func (o *UnbindHostNotImplemented) IsClientError() bool
IsClientError returns true when this unbind host not implemented response has a 4xx status code
func (*UnbindHostNotImplemented) IsCode ¶
func (o *UnbindHostNotImplemented) IsCode(code int) bool
IsCode returns true when this unbind host not implemented response a status code equal to that given
func (*UnbindHostNotImplemented) IsRedirect ¶
func (o *UnbindHostNotImplemented) IsRedirect() bool
IsRedirect returns true when this unbind host not implemented response has a 3xx status code
func (*UnbindHostNotImplemented) IsServerError ¶
func (o *UnbindHostNotImplemented) IsServerError() bool
IsServerError returns true when this unbind host not implemented response has a 5xx status code
func (*UnbindHostNotImplemented) IsSuccess ¶
func (o *UnbindHostNotImplemented) IsSuccess() bool
IsSuccess returns true when this unbind host not implemented response has a 2xx status code
func (*UnbindHostNotImplemented) String ¶
func (o *UnbindHostNotImplemented) String() string
type UnbindHostOK ¶
UnbindHostOK describes a response with status code 200, with default header values.
Success.
func NewUnbindHostOK ¶
func NewUnbindHostOK() *UnbindHostOK
NewUnbindHostOK creates a UnbindHostOK with default headers values
func (*UnbindHostOK) Error ¶
func (o *UnbindHostOK) Error() string
func (*UnbindHostOK) GetPayload ¶
func (o *UnbindHostOK) GetPayload() *models.Host
func (*UnbindHostOK) IsClientError ¶
func (o *UnbindHostOK) IsClientError() bool
IsClientError returns true when this unbind host o k response has a 4xx status code
func (*UnbindHostOK) IsCode ¶
func (o *UnbindHostOK) IsCode(code int) bool
IsCode returns true when this unbind host o k response a status code equal to that given
func (*UnbindHostOK) IsRedirect ¶
func (o *UnbindHostOK) IsRedirect() bool
IsRedirect returns true when this unbind host o k response has a 3xx status code
func (*UnbindHostOK) IsServerError ¶
func (o *UnbindHostOK) IsServerError() bool
IsServerError returns true when this unbind host o k response has a 5xx status code
func (*UnbindHostOK) IsSuccess ¶
func (o *UnbindHostOK) IsSuccess() bool
IsSuccess returns true when this unbind host o k response has a 2xx status code
func (*UnbindHostOK) String ¶
func (o *UnbindHostOK) String() string
type UnbindHostParams ¶
type UnbindHostParams struct { /* HostID. The host that is being bound. Format: uuid */ HostID strfmt.UUID /* InfraEnvID. The infra-env of the host that is being bound. Format: uuid */ InfraEnvID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UnbindHostParams contains all the parameters to send to the API endpoint
for the unbind host operation. Typically these are written to a http.Request.
func NewUnbindHostParams ¶
func NewUnbindHostParams() *UnbindHostParams
NewUnbindHostParams creates a new UnbindHostParams 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 NewUnbindHostParamsWithContext ¶
func NewUnbindHostParamsWithContext(ctx context.Context) *UnbindHostParams
NewUnbindHostParamsWithContext creates a new UnbindHostParams object with the ability to set a context for a request.
func NewUnbindHostParamsWithHTTPClient ¶
func NewUnbindHostParamsWithHTTPClient(client *http.Client) *UnbindHostParams
NewUnbindHostParamsWithHTTPClient creates a new UnbindHostParams object with the ability to set a custom HTTPClient for a request.
func NewUnbindHostParamsWithTimeout ¶
func NewUnbindHostParamsWithTimeout(timeout time.Duration) *UnbindHostParams
NewUnbindHostParamsWithTimeout creates a new UnbindHostParams object with the ability to set a timeout on a request.
func (*UnbindHostParams) SetContext ¶
func (o *UnbindHostParams) SetContext(ctx context.Context)
SetContext adds the context to the unbind host params
func (*UnbindHostParams) SetDefaults ¶
func (o *UnbindHostParams) SetDefaults()
SetDefaults hydrates default values in the unbind host params (not the query body).
All values with no default are reset to their zero value.
func (*UnbindHostParams) SetHTTPClient ¶
func (o *UnbindHostParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the unbind host params
func (*UnbindHostParams) SetHostID ¶
func (o *UnbindHostParams) SetHostID(hostID strfmt.UUID)
SetHostID adds the hostId to the unbind host params
func (*UnbindHostParams) SetInfraEnvID ¶
func (o *UnbindHostParams) SetInfraEnvID(infraEnvID strfmt.UUID)
SetInfraEnvID adds the infraEnvId to the unbind host params
func (*UnbindHostParams) SetTimeout ¶
func (o *UnbindHostParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the unbind host params
func (*UnbindHostParams) WithContext ¶
func (o *UnbindHostParams) WithContext(ctx context.Context) *UnbindHostParams
WithContext adds the context to the unbind host params
func (*UnbindHostParams) WithDefaults ¶
func (o *UnbindHostParams) WithDefaults() *UnbindHostParams
WithDefaults hydrates default values in the unbind host params (not the query body).
All values with no default are reset to their zero value.
func (*UnbindHostParams) WithHTTPClient ¶
func (o *UnbindHostParams) WithHTTPClient(client *http.Client) *UnbindHostParams
WithHTTPClient adds the HTTPClient to the unbind host params
func (*UnbindHostParams) WithHostID ¶
func (o *UnbindHostParams) WithHostID(hostID strfmt.UUID) *UnbindHostParams
WithHostID adds the hostID to the unbind host params
func (*UnbindHostParams) WithInfraEnvID ¶
func (o *UnbindHostParams) WithInfraEnvID(infraEnvID strfmt.UUID) *UnbindHostParams
WithInfraEnvID adds the infraEnvID to the unbind host params
func (*UnbindHostParams) WithTimeout ¶
func (o *UnbindHostParams) WithTimeout(timeout time.Duration) *UnbindHostParams
WithTimeout adds the timeout to the unbind host params
func (*UnbindHostParams) WriteToRequest ¶
func (o *UnbindHostParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UnbindHostReader ¶
type UnbindHostReader struct {
// contains filtered or unexported fields
}
UnbindHostReader is a Reader for the UnbindHost structure.
func (*UnbindHostReader) ReadResponse ¶
func (o *UnbindHostReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UnbindHostServiceUnavailable ¶
type UnbindHostServiceUnavailable struct {
}UnbindHostServiceUnavailable describes a response with status code 503, with default header values.
Unavailable.
func NewUnbindHostServiceUnavailable ¶
func NewUnbindHostServiceUnavailable() *UnbindHostServiceUnavailable
NewUnbindHostServiceUnavailable creates a UnbindHostServiceUnavailable with default headers values
func (*UnbindHostServiceUnavailable) Error ¶
func (o *UnbindHostServiceUnavailable) Error() string
func (*UnbindHostServiceUnavailable) GetPayload ¶
func (o *UnbindHostServiceUnavailable) GetPayload() *models.Error
func (*UnbindHostServiceUnavailable) IsClientError ¶
func (o *UnbindHostServiceUnavailable) IsClientError() bool
IsClientError returns true when this unbind host service unavailable response has a 4xx status code
func (*UnbindHostServiceUnavailable) IsCode ¶
func (o *UnbindHostServiceUnavailable) IsCode(code int) bool
IsCode returns true when this unbind host service unavailable response a status code equal to that given
func (*UnbindHostServiceUnavailable) IsRedirect ¶
func (o *UnbindHostServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this unbind host service unavailable response has a 3xx status code
func (*UnbindHostServiceUnavailable) IsServerError ¶
func (o *UnbindHostServiceUnavailable) IsServerError() bool
IsServerError returns true when this unbind host service unavailable response has a 5xx status code
func (*UnbindHostServiceUnavailable) IsSuccess ¶
func (o *UnbindHostServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this unbind host service unavailable response has a 2xx status code
func (*UnbindHostServiceUnavailable) String ¶
func (o *UnbindHostServiceUnavailable) String() string
type UnbindHostUnauthorized ¶
type UnbindHostUnauthorized struct {
}UnbindHostUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewUnbindHostUnauthorized ¶
func NewUnbindHostUnauthorized() *UnbindHostUnauthorized
NewUnbindHostUnauthorized creates a UnbindHostUnauthorized with default headers values
func (*UnbindHostUnauthorized) Error ¶
func (o *UnbindHostUnauthorized) Error() string
func (*UnbindHostUnauthorized) GetPayload ¶
func (o *UnbindHostUnauthorized) GetPayload() *models.InfraError
func (*UnbindHostUnauthorized) IsClientError ¶
func (o *UnbindHostUnauthorized) IsClientError() bool
IsClientError returns true when this unbind host unauthorized response has a 4xx status code
func (*UnbindHostUnauthorized) IsCode ¶
func (o *UnbindHostUnauthorized) IsCode(code int) bool
IsCode returns true when this unbind host unauthorized response a status code equal to that given
func (*UnbindHostUnauthorized) IsRedirect ¶
func (o *UnbindHostUnauthorized) IsRedirect() bool
IsRedirect returns true when this unbind host unauthorized response has a 3xx status code
func (*UnbindHostUnauthorized) IsServerError ¶
func (o *UnbindHostUnauthorized) IsServerError() bool
IsServerError returns true when this unbind host unauthorized response has a 5xx status code
func (*UnbindHostUnauthorized) IsSuccess ¶
func (o *UnbindHostUnauthorized) IsSuccess() bool
IsSuccess returns true when this unbind host unauthorized response has a 2xx status code
func (*UnbindHostUnauthorized) String ¶
func (o *UnbindHostUnauthorized) String() string
type UpdateInfraEnvBadRequest ¶
UpdateInfraEnvBadRequest describes a response with status code 400, with default header values.
Error.
func NewUpdateInfraEnvBadRequest ¶
func NewUpdateInfraEnvBadRequest() *UpdateInfraEnvBadRequest
NewUpdateInfraEnvBadRequest creates a UpdateInfraEnvBadRequest with default headers values
func (*UpdateInfraEnvBadRequest) Error ¶
func (o *UpdateInfraEnvBadRequest) Error() string
func (*UpdateInfraEnvBadRequest) GetPayload ¶
func (o *UpdateInfraEnvBadRequest) GetPayload() *models.Error
func (*UpdateInfraEnvBadRequest) IsClientError ¶
func (o *UpdateInfraEnvBadRequest) IsClientError() bool
IsClientError returns true when this update infra env bad request response has a 4xx status code
func (*UpdateInfraEnvBadRequest) IsCode ¶
func (o *UpdateInfraEnvBadRequest) IsCode(code int) bool
IsCode returns true when this update infra env bad request response a status code equal to that given
func (*UpdateInfraEnvBadRequest) IsRedirect ¶
func (o *UpdateInfraEnvBadRequest) IsRedirect() bool
IsRedirect returns true when this update infra env bad request response has a 3xx status code
func (*UpdateInfraEnvBadRequest) IsServerError ¶
func (o *UpdateInfraEnvBadRequest) IsServerError() bool
IsServerError returns true when this update infra env bad request response has a 5xx status code
func (*UpdateInfraEnvBadRequest) IsSuccess ¶
func (o *UpdateInfraEnvBadRequest) IsSuccess() bool
IsSuccess returns true when this update infra env bad request response has a 2xx status code
func (*UpdateInfraEnvBadRequest) String ¶
func (o *UpdateInfraEnvBadRequest) String() string
type UpdateInfraEnvConflict ¶
UpdateInfraEnvConflict describes a response with status code 409, with default header values.
Error.
func NewUpdateInfraEnvConflict ¶
func NewUpdateInfraEnvConflict() *UpdateInfraEnvConflict
NewUpdateInfraEnvConflict creates a UpdateInfraEnvConflict with default headers values
func (*UpdateInfraEnvConflict) Error ¶
func (o *UpdateInfraEnvConflict) Error() string
func (*UpdateInfraEnvConflict) GetPayload ¶
func (o *UpdateInfraEnvConflict) GetPayload() *models.Error
func (*UpdateInfraEnvConflict) IsClientError ¶
func (o *UpdateInfraEnvConflict) IsClientError() bool
IsClientError returns true when this update infra env conflict response has a 4xx status code
func (*UpdateInfraEnvConflict) IsCode ¶
func (o *UpdateInfraEnvConflict) IsCode(code int) bool
IsCode returns true when this update infra env conflict response a status code equal to that given
func (*UpdateInfraEnvConflict) IsRedirect ¶
func (o *UpdateInfraEnvConflict) IsRedirect() bool
IsRedirect returns true when this update infra env conflict response has a 3xx status code
func (*UpdateInfraEnvConflict) IsServerError ¶
func (o *UpdateInfraEnvConflict) IsServerError() bool
IsServerError returns true when this update infra env conflict response has a 5xx status code
func (*UpdateInfraEnvConflict) IsSuccess ¶
func (o *UpdateInfraEnvConflict) IsSuccess() bool
IsSuccess returns true when this update infra env conflict response has a 2xx status code
func (*UpdateInfraEnvConflict) String ¶
func (o *UpdateInfraEnvConflict) String() string
type UpdateInfraEnvCreated ¶
UpdateInfraEnvCreated describes a response with status code 201, with default header values.
Success.
func NewUpdateInfraEnvCreated ¶
func NewUpdateInfraEnvCreated() *UpdateInfraEnvCreated
NewUpdateInfraEnvCreated creates a UpdateInfraEnvCreated with default headers values
func (*UpdateInfraEnvCreated) Error ¶
func (o *UpdateInfraEnvCreated) Error() string
func (*UpdateInfraEnvCreated) GetPayload ¶
func (o *UpdateInfraEnvCreated) GetPayload() *models.InfraEnv
func (*UpdateInfraEnvCreated) IsClientError ¶
func (o *UpdateInfraEnvCreated) IsClientError() bool
IsClientError returns true when this update infra env created response has a 4xx status code
func (*UpdateInfraEnvCreated) IsCode ¶
func (o *UpdateInfraEnvCreated) IsCode(code int) bool
IsCode returns true when this update infra env created response a status code equal to that given
func (*UpdateInfraEnvCreated) IsRedirect ¶
func (o *UpdateInfraEnvCreated) IsRedirect() bool
IsRedirect returns true when this update infra env created response has a 3xx status code
func (*UpdateInfraEnvCreated) IsServerError ¶
func (o *UpdateInfraEnvCreated) IsServerError() bool
IsServerError returns true when this update infra env created response has a 5xx status code
func (*UpdateInfraEnvCreated) IsSuccess ¶
func (o *UpdateInfraEnvCreated) IsSuccess() bool
IsSuccess returns true when this update infra env created response has a 2xx status code
func (*UpdateInfraEnvCreated) String ¶
func (o *UpdateInfraEnvCreated) String() string
type UpdateInfraEnvForbidden ¶
type UpdateInfraEnvForbidden struct {
Payload *models.InfraError
}
UpdateInfraEnvForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewUpdateInfraEnvForbidden ¶
func NewUpdateInfraEnvForbidden() *UpdateInfraEnvForbidden
NewUpdateInfraEnvForbidden creates a UpdateInfraEnvForbidden with default headers values
func (*UpdateInfraEnvForbidden) Error ¶
func (o *UpdateInfraEnvForbidden) Error() string
func (*UpdateInfraEnvForbidden) GetPayload ¶
func (o *UpdateInfraEnvForbidden) GetPayload() *models.InfraError
func (*UpdateInfraEnvForbidden) IsClientError ¶
func (o *UpdateInfraEnvForbidden) IsClientError() bool
IsClientError returns true when this update infra env forbidden response has a 4xx status code
func (*UpdateInfraEnvForbidden) IsCode ¶
func (o *UpdateInfraEnvForbidden) IsCode(code int) bool
IsCode returns true when this update infra env forbidden response a status code equal to that given
func (*UpdateInfraEnvForbidden) IsRedirect ¶
func (o *UpdateInfraEnvForbidden) IsRedirect() bool
IsRedirect returns true when this update infra env forbidden response has a 3xx status code
func (*UpdateInfraEnvForbidden) IsServerError ¶
func (o *UpdateInfraEnvForbidden) IsServerError() bool
IsServerError returns true when this update infra env forbidden response has a 5xx status code
func (*UpdateInfraEnvForbidden) IsSuccess ¶
func (o *UpdateInfraEnvForbidden) IsSuccess() bool
IsSuccess returns true when this update infra env forbidden response has a 2xx status code
func (*UpdateInfraEnvForbidden) String ¶
func (o *UpdateInfraEnvForbidden) String() string
type UpdateInfraEnvInternalServerError ¶
UpdateInfraEnvInternalServerError describes a response with status code 500, with default header values.
Error.
func NewUpdateInfraEnvInternalServerError ¶
func NewUpdateInfraEnvInternalServerError() *UpdateInfraEnvInternalServerError
NewUpdateInfraEnvInternalServerError creates a UpdateInfraEnvInternalServerError with default headers values
func (*UpdateInfraEnvInternalServerError) Error ¶
func (o *UpdateInfraEnvInternalServerError) Error() string
func (*UpdateInfraEnvInternalServerError) GetPayload ¶
func (o *UpdateInfraEnvInternalServerError) GetPayload() *models.Error
func (*UpdateInfraEnvInternalServerError) IsClientError ¶
func (o *UpdateInfraEnvInternalServerError) IsClientError() bool
IsClientError returns true when this update infra env internal server error response has a 4xx status code
func (*UpdateInfraEnvInternalServerError) IsCode ¶
func (o *UpdateInfraEnvInternalServerError) IsCode(code int) bool
IsCode returns true when this update infra env internal server error response a status code equal to that given
func (*UpdateInfraEnvInternalServerError) IsRedirect ¶
func (o *UpdateInfraEnvInternalServerError) IsRedirect() bool
IsRedirect returns true when this update infra env internal server error response has a 3xx status code
func (*UpdateInfraEnvInternalServerError) IsServerError ¶
func (o *UpdateInfraEnvInternalServerError) IsServerError() bool
IsServerError returns true when this update infra env internal server error response has a 5xx status code
func (*UpdateInfraEnvInternalServerError) IsSuccess ¶
func (o *UpdateInfraEnvInternalServerError) IsSuccess() bool
IsSuccess returns true when this update infra env internal server error response has a 2xx status code
func (*UpdateInfraEnvInternalServerError) String ¶
func (o *UpdateInfraEnvInternalServerError) String() string
type UpdateInfraEnvMethodNotAllowed ¶
UpdateInfraEnvMethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewUpdateInfraEnvMethodNotAllowed ¶
func NewUpdateInfraEnvMethodNotAllowed() *UpdateInfraEnvMethodNotAllowed
NewUpdateInfraEnvMethodNotAllowed creates a UpdateInfraEnvMethodNotAllowed with default headers values
func (*UpdateInfraEnvMethodNotAllowed) Error ¶
func (o *UpdateInfraEnvMethodNotAllowed) Error() string
func (*UpdateInfraEnvMethodNotAllowed) GetPayload ¶
func (o *UpdateInfraEnvMethodNotAllowed) GetPayload() *models.Error
func (*UpdateInfraEnvMethodNotAllowed) IsClientError ¶
func (o *UpdateInfraEnvMethodNotAllowed) IsClientError() bool
IsClientError returns true when this update infra env method not allowed response has a 4xx status code
func (*UpdateInfraEnvMethodNotAllowed) IsCode ¶
func (o *UpdateInfraEnvMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this update infra env method not allowed response a status code equal to that given
func (*UpdateInfraEnvMethodNotAllowed) IsRedirect ¶
func (o *UpdateInfraEnvMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this update infra env method not allowed response has a 3xx status code
func (*UpdateInfraEnvMethodNotAllowed) IsServerError ¶
func (o *UpdateInfraEnvMethodNotAllowed) IsServerError() bool
IsServerError returns true when this update infra env method not allowed response has a 5xx status code
func (*UpdateInfraEnvMethodNotAllowed) IsSuccess ¶
func (o *UpdateInfraEnvMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this update infra env method not allowed response has a 2xx status code
func (*UpdateInfraEnvMethodNotAllowed) String ¶
func (o *UpdateInfraEnvMethodNotAllowed) String() string
type UpdateInfraEnvNotFound ¶
UpdateInfraEnvNotFound describes a response with status code 404, with default header values.
Error.
func NewUpdateInfraEnvNotFound ¶
func NewUpdateInfraEnvNotFound() *UpdateInfraEnvNotFound
NewUpdateInfraEnvNotFound creates a UpdateInfraEnvNotFound with default headers values
func (*UpdateInfraEnvNotFound) Error ¶
func (o *UpdateInfraEnvNotFound) Error() string
func (*UpdateInfraEnvNotFound) GetPayload ¶
func (o *UpdateInfraEnvNotFound) GetPayload() *models.Error
func (*UpdateInfraEnvNotFound) IsClientError ¶
func (o *UpdateInfraEnvNotFound) IsClientError() bool
IsClientError returns true when this update infra env not found response has a 4xx status code
func (*UpdateInfraEnvNotFound) IsCode ¶
func (o *UpdateInfraEnvNotFound) IsCode(code int) bool
IsCode returns true when this update infra env not found response a status code equal to that given
func (*UpdateInfraEnvNotFound) IsRedirect ¶
func (o *UpdateInfraEnvNotFound) IsRedirect() bool
IsRedirect returns true when this update infra env not found response has a 3xx status code
func (*UpdateInfraEnvNotFound) IsServerError ¶
func (o *UpdateInfraEnvNotFound) IsServerError() bool
IsServerError returns true when this update infra env not found response has a 5xx status code
func (*UpdateInfraEnvNotFound) IsSuccess ¶
func (o *UpdateInfraEnvNotFound) IsSuccess() bool
IsSuccess returns true when this update infra env not found response has a 2xx status code
func (*UpdateInfraEnvNotFound) String ¶
func (o *UpdateInfraEnvNotFound) String() string
type UpdateInfraEnvNotImplemented ¶
UpdateInfraEnvNotImplemented describes a response with status code 501, with default header values.
Not implemented.
func NewUpdateInfraEnvNotImplemented ¶
func NewUpdateInfraEnvNotImplemented() *UpdateInfraEnvNotImplemented
NewUpdateInfraEnvNotImplemented creates a UpdateInfraEnvNotImplemented with default headers values
func (*UpdateInfraEnvNotImplemented) Error ¶
func (o *UpdateInfraEnvNotImplemented) Error() string
func (*UpdateInfraEnvNotImplemented) GetPayload ¶
func (o *UpdateInfraEnvNotImplemented) GetPayload() *models.Error
func (*UpdateInfraEnvNotImplemented) IsClientError ¶
func (o *UpdateInfraEnvNotImplemented) IsClientError() bool
IsClientError returns true when this update infra env not implemented response has a 4xx status code
func (*UpdateInfraEnvNotImplemented) IsCode ¶
func (o *UpdateInfraEnvNotImplemented) IsCode(code int) bool
IsCode returns true when this update infra env not implemented response a status code equal to that given
func (*UpdateInfraEnvNotImplemented) IsRedirect ¶
func (o *UpdateInfraEnvNotImplemented) IsRedirect() bool
IsRedirect returns true when this update infra env not implemented response has a 3xx status code
func (*UpdateInfraEnvNotImplemented) IsServerError ¶
func (o *UpdateInfraEnvNotImplemented) IsServerError() bool
IsServerError returns true when this update infra env not implemented response has a 5xx status code
func (*UpdateInfraEnvNotImplemented) IsSuccess ¶
func (o *UpdateInfraEnvNotImplemented) IsSuccess() bool
IsSuccess returns true when this update infra env not implemented response has a 2xx status code
func (*UpdateInfraEnvNotImplemented) String ¶
func (o *UpdateInfraEnvNotImplemented) String() string
type UpdateInfraEnvParams ¶
type UpdateInfraEnvParams struct { /* InfraEnvUpdateParams. The properties to update. */ InfraEnvUpdateParams *models.InfraEnvUpdateParams /* InfraEnvID. The infra-env to be updated. Format: uuid */ InfraEnvID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateInfraEnvParams contains all the parameters to send to the API endpoint
for the update infra env operation. Typically these are written to a http.Request.
func NewUpdateInfraEnvParams ¶
func NewUpdateInfraEnvParams() *UpdateInfraEnvParams
NewUpdateInfraEnvParams creates a new UpdateInfraEnvParams 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 NewUpdateInfraEnvParamsWithContext ¶
func NewUpdateInfraEnvParamsWithContext(ctx context.Context) *UpdateInfraEnvParams
NewUpdateInfraEnvParamsWithContext creates a new UpdateInfraEnvParams object with the ability to set a context for a request.
func NewUpdateInfraEnvParamsWithHTTPClient ¶
func NewUpdateInfraEnvParamsWithHTTPClient(client *http.Client) *UpdateInfraEnvParams
NewUpdateInfraEnvParamsWithHTTPClient creates a new UpdateInfraEnvParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateInfraEnvParamsWithTimeout ¶
func NewUpdateInfraEnvParamsWithTimeout(timeout time.Duration) *UpdateInfraEnvParams
NewUpdateInfraEnvParamsWithTimeout creates a new UpdateInfraEnvParams object with the ability to set a timeout on a request.
func (*UpdateInfraEnvParams) SetContext ¶
func (o *UpdateInfraEnvParams) SetContext(ctx context.Context)
SetContext adds the context to the update infra env params
func (*UpdateInfraEnvParams) SetDefaults ¶
func (o *UpdateInfraEnvParams) SetDefaults()
SetDefaults hydrates default values in the update infra env params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateInfraEnvParams) SetHTTPClient ¶
func (o *UpdateInfraEnvParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update infra env params
func (*UpdateInfraEnvParams) SetInfraEnvID ¶
func (o *UpdateInfraEnvParams) SetInfraEnvID(infraEnvID strfmt.UUID)
SetInfraEnvID adds the infraEnvId to the update infra env params
func (*UpdateInfraEnvParams) SetInfraEnvUpdateParams ¶
func (o *UpdateInfraEnvParams) SetInfraEnvUpdateParams(infraEnvUpdateParams *models.InfraEnvUpdateParams)
SetInfraEnvUpdateParams adds the infraEnvUpdateParams to the update infra env params
func (*UpdateInfraEnvParams) SetTimeout ¶
func (o *UpdateInfraEnvParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update infra env params
func (*UpdateInfraEnvParams) WithContext ¶
func (o *UpdateInfraEnvParams) WithContext(ctx context.Context) *UpdateInfraEnvParams
WithContext adds the context to the update infra env params
func (*UpdateInfraEnvParams) WithDefaults ¶
func (o *UpdateInfraEnvParams) WithDefaults() *UpdateInfraEnvParams
WithDefaults hydrates default values in the update infra env params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateInfraEnvParams) WithHTTPClient ¶
func (o *UpdateInfraEnvParams) WithHTTPClient(client *http.Client) *UpdateInfraEnvParams
WithHTTPClient adds the HTTPClient to the update infra env params
func (*UpdateInfraEnvParams) WithInfraEnvID ¶
func (o *UpdateInfraEnvParams) WithInfraEnvID(infraEnvID strfmt.UUID) *UpdateInfraEnvParams
WithInfraEnvID adds the infraEnvID to the update infra env params
func (*UpdateInfraEnvParams) WithInfraEnvUpdateParams ¶
func (o *UpdateInfraEnvParams) WithInfraEnvUpdateParams(infraEnvUpdateParams *models.InfraEnvUpdateParams) *UpdateInfraEnvParams
WithInfraEnvUpdateParams adds the infraEnvUpdateParams to the update infra env params
func (*UpdateInfraEnvParams) WithTimeout ¶
func (o *UpdateInfraEnvParams) WithTimeout(timeout time.Duration) *UpdateInfraEnvParams
WithTimeout adds the timeout to the update infra env params
func (*UpdateInfraEnvParams) WriteToRequest ¶
func (o *UpdateInfraEnvParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateInfraEnvReader ¶
type UpdateInfraEnvReader struct {
// contains filtered or unexported fields
}
UpdateInfraEnvReader is a Reader for the UpdateInfraEnv structure.
func (*UpdateInfraEnvReader) ReadResponse ¶
func (o *UpdateInfraEnvReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateInfraEnvUnauthorized ¶
type UpdateInfraEnvUnauthorized struct {
}UpdateInfraEnvUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewUpdateInfraEnvUnauthorized ¶
func NewUpdateInfraEnvUnauthorized() *UpdateInfraEnvUnauthorized
NewUpdateInfraEnvUnauthorized creates a UpdateInfraEnvUnauthorized with default headers values
func (*UpdateInfraEnvUnauthorized) Error ¶
func (o *UpdateInfraEnvUnauthorized) Error() string
func (*UpdateInfraEnvUnauthorized) GetPayload ¶
func (o *UpdateInfraEnvUnauthorized) GetPayload() *models.InfraError
func (*UpdateInfraEnvUnauthorized) IsClientError ¶
func (o *UpdateInfraEnvUnauthorized) IsClientError() bool
IsClientError returns true when this update infra env unauthorized response has a 4xx status code
func (*UpdateInfraEnvUnauthorized) IsCode ¶
func (o *UpdateInfraEnvUnauthorized) IsCode(code int) bool
IsCode returns true when this update infra env unauthorized response a status code equal to that given
func (*UpdateInfraEnvUnauthorized) IsRedirect ¶
func (o *UpdateInfraEnvUnauthorized) IsRedirect() bool
IsRedirect returns true when this update infra env unauthorized response has a 3xx status code
func (*UpdateInfraEnvUnauthorized) IsServerError ¶
func (o *UpdateInfraEnvUnauthorized) IsServerError() bool
IsServerError returns true when this update infra env unauthorized response has a 5xx status code
func (*UpdateInfraEnvUnauthorized) IsSuccess ¶
func (o *UpdateInfraEnvUnauthorized) IsSuccess() bool
IsSuccess returns true when this update infra env unauthorized response has a 2xx status code
func (*UpdateInfraEnvUnauthorized) String ¶
func (o *UpdateInfraEnvUnauthorized) String() string
type V2CancelInstallationAccepted ¶
V2CancelInstallationAccepted describes a response with status code 202, with default header values.
Success.
func NewV2CancelInstallationAccepted ¶
func NewV2CancelInstallationAccepted() *V2CancelInstallationAccepted
NewV2CancelInstallationAccepted creates a V2CancelInstallationAccepted with default headers values
func (*V2CancelInstallationAccepted) Error ¶
func (o *V2CancelInstallationAccepted) Error() string
func (*V2CancelInstallationAccepted) GetPayload ¶
func (o *V2CancelInstallationAccepted) GetPayload() *models.Cluster
func (*V2CancelInstallationAccepted) IsClientError ¶
func (o *V2CancelInstallationAccepted) IsClientError() bool
IsClientError returns true when this v2 cancel installation accepted response has a 4xx status code
func (*V2CancelInstallationAccepted) IsCode ¶
func (o *V2CancelInstallationAccepted) IsCode(code int) bool
IsCode returns true when this v2 cancel installation accepted response a status code equal to that given
func (*V2CancelInstallationAccepted) IsRedirect ¶
func (o *V2CancelInstallationAccepted) IsRedirect() bool
IsRedirect returns true when this v2 cancel installation accepted response has a 3xx status code
func (*V2CancelInstallationAccepted) IsServerError ¶
func (o *V2CancelInstallationAccepted) IsServerError() bool
IsServerError returns true when this v2 cancel installation accepted response has a 5xx status code
func (*V2CancelInstallationAccepted) IsSuccess ¶
func (o *V2CancelInstallationAccepted) IsSuccess() bool
IsSuccess returns true when this v2 cancel installation accepted response has a 2xx status code
func (*V2CancelInstallationAccepted) String ¶
func (o *V2CancelInstallationAccepted) String() string
type V2CancelInstallationConflict ¶
V2CancelInstallationConflict describes a response with status code 409, with default header values.
Error.
func NewV2CancelInstallationConflict ¶
func NewV2CancelInstallationConflict() *V2CancelInstallationConflict
NewV2CancelInstallationConflict creates a V2CancelInstallationConflict with default headers values
func (*V2CancelInstallationConflict) Error ¶
func (o *V2CancelInstallationConflict) Error() string
func (*V2CancelInstallationConflict) GetPayload ¶
func (o *V2CancelInstallationConflict) GetPayload() *models.Error
func (*V2CancelInstallationConflict) IsClientError ¶
func (o *V2CancelInstallationConflict) IsClientError() bool
IsClientError returns true when this v2 cancel installation conflict response has a 4xx status code
func (*V2CancelInstallationConflict) IsCode ¶
func (o *V2CancelInstallationConflict) IsCode(code int) bool
IsCode returns true when this v2 cancel installation conflict response a status code equal to that given
func (*V2CancelInstallationConflict) IsRedirect ¶
func (o *V2CancelInstallationConflict) IsRedirect() bool
IsRedirect returns true when this v2 cancel installation conflict response has a 3xx status code
func (*V2CancelInstallationConflict) IsServerError ¶
func (o *V2CancelInstallationConflict) IsServerError() bool
IsServerError returns true when this v2 cancel installation conflict response has a 5xx status code
func (*V2CancelInstallationConflict) IsSuccess ¶
func (o *V2CancelInstallationConflict) IsSuccess() bool
IsSuccess returns true when this v2 cancel installation conflict response has a 2xx status code
func (*V2CancelInstallationConflict) String ¶
func (o *V2CancelInstallationConflict) String() string
type V2CancelInstallationForbidden ¶
type V2CancelInstallationForbidden struct {
Payload *models.InfraError
}
V2CancelInstallationForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewV2CancelInstallationForbidden ¶
func NewV2CancelInstallationForbidden() *V2CancelInstallationForbidden
NewV2CancelInstallationForbidden creates a V2CancelInstallationForbidden with default headers values
func (*V2CancelInstallationForbidden) Error ¶
func (o *V2CancelInstallationForbidden) Error() string
func (*V2CancelInstallationForbidden) GetPayload ¶
func (o *V2CancelInstallationForbidden) GetPayload() *models.InfraError
func (*V2CancelInstallationForbidden) IsClientError ¶
func (o *V2CancelInstallationForbidden) IsClientError() bool
IsClientError returns true when this v2 cancel installation forbidden response has a 4xx status code
func (*V2CancelInstallationForbidden) IsCode ¶
func (o *V2CancelInstallationForbidden) IsCode(code int) bool
IsCode returns true when this v2 cancel installation forbidden response a status code equal to that given
func (*V2CancelInstallationForbidden) IsRedirect ¶
func (o *V2CancelInstallationForbidden) IsRedirect() bool
IsRedirect returns true when this v2 cancel installation forbidden response has a 3xx status code
func (*V2CancelInstallationForbidden) IsServerError ¶
func (o *V2CancelInstallationForbidden) IsServerError() bool
IsServerError returns true when this v2 cancel installation forbidden response has a 5xx status code
func (*V2CancelInstallationForbidden) IsSuccess ¶
func (o *V2CancelInstallationForbidden) IsSuccess() bool
IsSuccess returns true when this v2 cancel installation forbidden response has a 2xx status code
func (*V2CancelInstallationForbidden) String ¶
func (o *V2CancelInstallationForbidden) String() string
type V2CancelInstallationInternalServerError ¶
V2CancelInstallationInternalServerError describes a response with status code 500, with default header values.
Error.
func NewV2CancelInstallationInternalServerError ¶
func NewV2CancelInstallationInternalServerError() *V2CancelInstallationInternalServerError
NewV2CancelInstallationInternalServerError creates a V2CancelInstallationInternalServerError with default headers values
func (*V2CancelInstallationInternalServerError) Error ¶
func (o *V2CancelInstallationInternalServerError) Error() string
func (*V2CancelInstallationInternalServerError) GetPayload ¶
func (o *V2CancelInstallationInternalServerError) GetPayload() *models.Error
func (*V2CancelInstallationInternalServerError) IsClientError ¶
func (o *V2CancelInstallationInternalServerError) IsClientError() bool
IsClientError returns true when this v2 cancel installation internal server error response has a 4xx status code
func (*V2CancelInstallationInternalServerError) IsCode ¶
func (o *V2CancelInstallationInternalServerError) IsCode(code int) bool
IsCode returns true when this v2 cancel installation internal server error response a status code equal to that given
func (*V2CancelInstallationInternalServerError) IsRedirect ¶
func (o *V2CancelInstallationInternalServerError) IsRedirect() bool
IsRedirect returns true when this v2 cancel installation internal server error response has a 3xx status code
func (*V2CancelInstallationInternalServerError) IsServerError ¶
func (o *V2CancelInstallationInternalServerError) IsServerError() bool
IsServerError returns true when this v2 cancel installation internal server error response has a 5xx status code
func (*V2CancelInstallationInternalServerError) IsSuccess ¶
func (o *V2CancelInstallationInternalServerError) IsSuccess() bool
IsSuccess returns true when this v2 cancel installation internal server error response has a 2xx status code
func (*V2CancelInstallationInternalServerError) String ¶
func (o *V2CancelInstallationInternalServerError) String() string
type V2CancelInstallationMethodNotAllowed ¶
V2CancelInstallationMethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewV2CancelInstallationMethodNotAllowed ¶
func NewV2CancelInstallationMethodNotAllowed() *V2CancelInstallationMethodNotAllowed
NewV2CancelInstallationMethodNotAllowed creates a V2CancelInstallationMethodNotAllowed with default headers values
func (*V2CancelInstallationMethodNotAllowed) Error ¶
func (o *V2CancelInstallationMethodNotAllowed) Error() string
func (*V2CancelInstallationMethodNotAllowed) GetPayload ¶
func (o *V2CancelInstallationMethodNotAllowed) GetPayload() *models.Error
func (*V2CancelInstallationMethodNotAllowed) IsClientError ¶
func (o *V2CancelInstallationMethodNotAllowed) IsClientError() bool
IsClientError returns true when this v2 cancel installation method not allowed response has a 4xx status code
func (*V2CancelInstallationMethodNotAllowed) IsCode ¶
func (o *V2CancelInstallationMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this v2 cancel installation method not allowed response a status code equal to that given
func (*V2CancelInstallationMethodNotAllowed) IsRedirect ¶
func (o *V2CancelInstallationMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this v2 cancel installation method not allowed response has a 3xx status code
func (*V2CancelInstallationMethodNotAllowed) IsServerError ¶
func (o *V2CancelInstallationMethodNotAllowed) IsServerError() bool
IsServerError returns true when this v2 cancel installation method not allowed response has a 5xx status code
func (*V2CancelInstallationMethodNotAllowed) IsSuccess ¶
func (o *V2CancelInstallationMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this v2 cancel installation method not allowed response has a 2xx status code
func (*V2CancelInstallationMethodNotAllowed) String ¶
func (o *V2CancelInstallationMethodNotAllowed) String() string
type V2CancelInstallationNotFound ¶
V2CancelInstallationNotFound describes a response with status code 404, with default header values.
Error.
func NewV2CancelInstallationNotFound ¶
func NewV2CancelInstallationNotFound() *V2CancelInstallationNotFound
NewV2CancelInstallationNotFound creates a V2CancelInstallationNotFound with default headers values
func (*V2CancelInstallationNotFound) Error ¶
func (o *V2CancelInstallationNotFound) Error() string
func (*V2CancelInstallationNotFound) GetPayload ¶
func (o *V2CancelInstallationNotFound) GetPayload() *models.Error
func (*V2CancelInstallationNotFound) IsClientError ¶
func (o *V2CancelInstallationNotFound) IsClientError() bool
IsClientError returns true when this v2 cancel installation not found response has a 4xx status code
func (*V2CancelInstallationNotFound) IsCode ¶
func (o *V2CancelInstallationNotFound) IsCode(code int) bool
IsCode returns true when this v2 cancel installation not found response a status code equal to that given
func (*V2CancelInstallationNotFound) IsRedirect ¶
func (o *V2CancelInstallationNotFound) IsRedirect() bool
IsRedirect returns true when this v2 cancel installation not found response has a 3xx status code
func (*V2CancelInstallationNotFound) IsServerError ¶
func (o *V2CancelInstallationNotFound) IsServerError() bool
IsServerError returns true when this v2 cancel installation not found response has a 5xx status code
func (*V2CancelInstallationNotFound) IsSuccess ¶
func (o *V2CancelInstallationNotFound) IsSuccess() bool
IsSuccess returns true when this v2 cancel installation not found response has a 2xx status code
func (*V2CancelInstallationNotFound) String ¶
func (o *V2CancelInstallationNotFound) String() string
type V2CancelInstallationParams ¶
type V2CancelInstallationParams struct { /* ClusterID. The cluster whose installation is to be canceled. Format: uuid */ ClusterID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V2CancelInstallationParams contains all the parameters to send to the API endpoint
for the v2 cancel installation operation. Typically these are written to a http.Request.
func NewV2CancelInstallationParams ¶
func NewV2CancelInstallationParams() *V2CancelInstallationParams
NewV2CancelInstallationParams creates a new V2CancelInstallationParams 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 NewV2CancelInstallationParamsWithContext ¶
func NewV2CancelInstallationParamsWithContext(ctx context.Context) *V2CancelInstallationParams
NewV2CancelInstallationParamsWithContext creates a new V2CancelInstallationParams object with the ability to set a context for a request.
func NewV2CancelInstallationParamsWithHTTPClient ¶
func NewV2CancelInstallationParamsWithHTTPClient(client *http.Client) *V2CancelInstallationParams
NewV2CancelInstallationParamsWithHTTPClient creates a new V2CancelInstallationParams object with the ability to set a custom HTTPClient for a request.
func NewV2CancelInstallationParamsWithTimeout ¶
func NewV2CancelInstallationParamsWithTimeout(timeout time.Duration) *V2CancelInstallationParams
NewV2CancelInstallationParamsWithTimeout creates a new V2CancelInstallationParams object with the ability to set a timeout on a request.
func (*V2CancelInstallationParams) SetClusterID ¶
func (o *V2CancelInstallationParams) SetClusterID(clusterID strfmt.UUID)
SetClusterID adds the clusterId to the v2 cancel installation params
func (*V2CancelInstallationParams) SetContext ¶
func (o *V2CancelInstallationParams) SetContext(ctx context.Context)
SetContext adds the context to the v2 cancel installation params
func (*V2CancelInstallationParams) SetDefaults ¶
func (o *V2CancelInstallationParams) SetDefaults()
SetDefaults hydrates default values in the v2 cancel installation params (not the query body).
All values with no default are reset to their zero value.
func (*V2CancelInstallationParams) SetHTTPClient ¶
func (o *V2CancelInstallationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v2 cancel installation params
func (*V2CancelInstallationParams) SetTimeout ¶
func (o *V2CancelInstallationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v2 cancel installation params
func (*V2CancelInstallationParams) WithClusterID ¶
func (o *V2CancelInstallationParams) WithClusterID(clusterID strfmt.UUID) *V2CancelInstallationParams
WithClusterID adds the clusterID to the v2 cancel installation params
func (*V2CancelInstallationParams) WithContext ¶
func (o *V2CancelInstallationParams) WithContext(ctx context.Context) *V2CancelInstallationParams
WithContext adds the context to the v2 cancel installation params
func (*V2CancelInstallationParams) WithDefaults ¶
func (o *V2CancelInstallationParams) WithDefaults() *V2CancelInstallationParams
WithDefaults hydrates default values in the v2 cancel installation params (not the query body).
All values with no default are reset to their zero value.
func (*V2CancelInstallationParams) WithHTTPClient ¶
func (o *V2CancelInstallationParams) WithHTTPClient(client *http.Client) *V2CancelInstallationParams
WithHTTPClient adds the HTTPClient to the v2 cancel installation params
func (*V2CancelInstallationParams) WithTimeout ¶
func (o *V2CancelInstallationParams) WithTimeout(timeout time.Duration) *V2CancelInstallationParams
WithTimeout adds the timeout to the v2 cancel installation params
func (*V2CancelInstallationParams) WriteToRequest ¶
func (o *V2CancelInstallationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V2CancelInstallationReader ¶
type V2CancelInstallationReader struct {
// contains filtered or unexported fields
}
V2CancelInstallationReader is a Reader for the V2CancelInstallation structure.
func (*V2CancelInstallationReader) ReadResponse ¶
func (o *V2CancelInstallationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V2CancelInstallationUnauthorized ¶
type V2CancelInstallationUnauthorized struct {
}V2CancelInstallationUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewV2CancelInstallationUnauthorized ¶
func NewV2CancelInstallationUnauthorized() *V2CancelInstallationUnauthorized
NewV2CancelInstallationUnauthorized creates a V2CancelInstallationUnauthorized with default headers values
func (*V2CancelInstallationUnauthorized) Error ¶
func (o *V2CancelInstallationUnauthorized) Error() string
func (*V2CancelInstallationUnauthorized) GetPayload ¶
func (o *V2CancelInstallationUnauthorized) GetPayload() *models.InfraError
func (*V2CancelInstallationUnauthorized) IsClientError ¶
func (o *V2CancelInstallationUnauthorized) IsClientError() bool
IsClientError returns true when this v2 cancel installation unauthorized response has a 4xx status code
func (*V2CancelInstallationUnauthorized) IsCode ¶
func (o *V2CancelInstallationUnauthorized) IsCode(code int) bool
IsCode returns true when this v2 cancel installation unauthorized response a status code equal to that given
func (*V2CancelInstallationUnauthorized) IsRedirect ¶
func (o *V2CancelInstallationUnauthorized) IsRedirect() bool
IsRedirect returns true when this v2 cancel installation unauthorized response has a 3xx status code
func (*V2CancelInstallationUnauthorized) IsServerError ¶
func (o *V2CancelInstallationUnauthorized) IsServerError() bool
IsServerError returns true when this v2 cancel installation unauthorized response has a 5xx status code
func (*V2CancelInstallationUnauthorized) IsSuccess ¶
func (o *V2CancelInstallationUnauthorized) IsSuccess() bool
IsSuccess returns true when this v2 cancel installation unauthorized response has a 2xx status code
func (*V2CancelInstallationUnauthorized) String ¶
func (o *V2CancelInstallationUnauthorized) String() string
type V2CompleteInstallationAccepted ¶
V2CompleteInstallationAccepted describes a response with status code 202, with default header values.
Success.
func NewV2CompleteInstallationAccepted ¶
func NewV2CompleteInstallationAccepted() *V2CompleteInstallationAccepted
NewV2CompleteInstallationAccepted creates a V2CompleteInstallationAccepted with default headers values
func (*V2CompleteInstallationAccepted) Error ¶
func (o *V2CompleteInstallationAccepted) Error() string
func (*V2CompleteInstallationAccepted) GetPayload ¶
func (o *V2CompleteInstallationAccepted) GetPayload() *models.Cluster
func (*V2CompleteInstallationAccepted) IsClientError ¶
func (o *V2CompleteInstallationAccepted) IsClientError() bool
IsClientError returns true when this v2 complete installation accepted response has a 4xx status code
func (*V2CompleteInstallationAccepted) IsCode ¶
func (o *V2CompleteInstallationAccepted) IsCode(code int) bool
IsCode returns true when this v2 complete installation accepted response a status code equal to that given
func (*V2CompleteInstallationAccepted) IsRedirect ¶
func (o *V2CompleteInstallationAccepted) IsRedirect() bool
IsRedirect returns true when this v2 complete installation accepted response has a 3xx status code
func (*V2CompleteInstallationAccepted) IsServerError ¶
func (o *V2CompleteInstallationAccepted) IsServerError() bool
IsServerError returns true when this v2 complete installation accepted response has a 5xx status code
func (*V2CompleteInstallationAccepted) IsSuccess ¶
func (o *V2CompleteInstallationAccepted) IsSuccess() bool
IsSuccess returns true when this v2 complete installation accepted response has a 2xx status code
func (*V2CompleteInstallationAccepted) String ¶
func (o *V2CompleteInstallationAccepted) String() string
type V2CompleteInstallationConflict ¶
V2CompleteInstallationConflict describes a response with status code 409, with default header values.
Error.
func NewV2CompleteInstallationConflict ¶
func NewV2CompleteInstallationConflict() *V2CompleteInstallationConflict
NewV2CompleteInstallationConflict creates a V2CompleteInstallationConflict with default headers values
func (*V2CompleteInstallationConflict) Error ¶
func (o *V2CompleteInstallationConflict) Error() string
func (*V2CompleteInstallationConflict) GetPayload ¶
func (o *V2CompleteInstallationConflict) GetPayload() *models.Error
func (*V2CompleteInstallationConflict) IsClientError ¶
func (o *V2CompleteInstallationConflict) IsClientError() bool
IsClientError returns true when this v2 complete installation conflict response has a 4xx status code
func (*V2CompleteInstallationConflict) IsCode ¶
func (o *V2CompleteInstallationConflict) IsCode(code int) bool
IsCode returns true when this v2 complete installation conflict response a status code equal to that given
func (*V2CompleteInstallationConflict) IsRedirect ¶
func (o *V2CompleteInstallationConflict) IsRedirect() bool
IsRedirect returns true when this v2 complete installation conflict response has a 3xx status code
func (*V2CompleteInstallationConflict) IsServerError ¶
func (o *V2CompleteInstallationConflict) IsServerError() bool
IsServerError returns true when this v2 complete installation conflict response has a 5xx status code
func (*V2CompleteInstallationConflict) IsSuccess ¶
func (o *V2CompleteInstallationConflict) IsSuccess() bool
IsSuccess returns true when this v2 complete installation conflict response has a 2xx status code
func (*V2CompleteInstallationConflict) String ¶
func (o *V2CompleteInstallationConflict) String() string
type V2CompleteInstallationForbidden ¶
type V2CompleteInstallationForbidden struct {
Payload *models.InfraError
}
V2CompleteInstallationForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewV2CompleteInstallationForbidden ¶
func NewV2CompleteInstallationForbidden() *V2CompleteInstallationForbidden
NewV2CompleteInstallationForbidden creates a V2CompleteInstallationForbidden with default headers values
func (*V2CompleteInstallationForbidden) Error ¶
func (o *V2CompleteInstallationForbidden) Error() string
func (*V2CompleteInstallationForbidden) GetPayload ¶
func (o *V2CompleteInstallationForbidden) GetPayload() *models.InfraError
func (*V2CompleteInstallationForbidden) IsClientError ¶
func (o *V2CompleteInstallationForbidden) IsClientError() bool
IsClientError returns true when this v2 complete installation forbidden response has a 4xx status code
func (*V2CompleteInstallationForbidden) IsCode ¶
func (o *V2CompleteInstallationForbidden) IsCode(code int) bool
IsCode returns true when this v2 complete installation forbidden response a status code equal to that given
func (*V2CompleteInstallationForbidden) IsRedirect ¶
func (o *V2CompleteInstallationForbidden) IsRedirect() bool
IsRedirect returns true when this v2 complete installation forbidden response has a 3xx status code
func (*V2CompleteInstallationForbidden) IsServerError ¶
func (o *V2CompleteInstallationForbidden) IsServerError() bool
IsServerError returns true when this v2 complete installation forbidden response has a 5xx status code
func (*V2CompleteInstallationForbidden) IsSuccess ¶
func (o *V2CompleteInstallationForbidden) IsSuccess() bool
IsSuccess returns true when this v2 complete installation forbidden response has a 2xx status code
func (*V2CompleteInstallationForbidden) String ¶
func (o *V2CompleteInstallationForbidden) String() string
type V2CompleteInstallationInternalServerError ¶
V2CompleteInstallationInternalServerError describes a response with status code 500, with default header values.
Error.
func NewV2CompleteInstallationInternalServerError ¶
func NewV2CompleteInstallationInternalServerError() *V2CompleteInstallationInternalServerError
NewV2CompleteInstallationInternalServerError creates a V2CompleteInstallationInternalServerError with default headers values
func (*V2CompleteInstallationInternalServerError) Error ¶
func (o *V2CompleteInstallationInternalServerError) Error() string
func (*V2CompleteInstallationInternalServerError) GetPayload ¶
func (o *V2CompleteInstallationInternalServerError) GetPayload() *models.Error
func (*V2CompleteInstallationInternalServerError) IsClientError ¶
func (o *V2CompleteInstallationInternalServerError) IsClientError() bool
IsClientError returns true when this v2 complete installation internal server error response has a 4xx status code
func (*V2CompleteInstallationInternalServerError) IsCode ¶
func (o *V2CompleteInstallationInternalServerError) IsCode(code int) bool
IsCode returns true when this v2 complete installation internal server error response a status code equal to that given
func (*V2CompleteInstallationInternalServerError) IsRedirect ¶
func (o *V2CompleteInstallationInternalServerError) IsRedirect() bool
IsRedirect returns true when this v2 complete installation internal server error response has a 3xx status code
func (*V2CompleteInstallationInternalServerError) IsServerError ¶
func (o *V2CompleteInstallationInternalServerError) IsServerError() bool
IsServerError returns true when this v2 complete installation internal server error response has a 5xx status code
func (*V2CompleteInstallationInternalServerError) IsSuccess ¶
func (o *V2CompleteInstallationInternalServerError) IsSuccess() bool
IsSuccess returns true when this v2 complete installation internal server error response has a 2xx status code
func (*V2CompleteInstallationInternalServerError) String ¶
func (o *V2CompleteInstallationInternalServerError) String() string
type V2CompleteInstallationMethodNotAllowed ¶
V2CompleteInstallationMethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewV2CompleteInstallationMethodNotAllowed ¶
func NewV2CompleteInstallationMethodNotAllowed() *V2CompleteInstallationMethodNotAllowed
NewV2CompleteInstallationMethodNotAllowed creates a V2CompleteInstallationMethodNotAllowed with default headers values
func (*V2CompleteInstallationMethodNotAllowed) Error ¶
func (o *V2CompleteInstallationMethodNotAllowed) Error() string
func (*V2CompleteInstallationMethodNotAllowed) GetPayload ¶
func (o *V2CompleteInstallationMethodNotAllowed) GetPayload() *models.Error
func (*V2CompleteInstallationMethodNotAllowed) IsClientError ¶
func (o *V2CompleteInstallationMethodNotAllowed) IsClientError() bool
IsClientError returns true when this v2 complete installation method not allowed response has a 4xx status code
func (*V2CompleteInstallationMethodNotAllowed) IsCode ¶
func (o *V2CompleteInstallationMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this v2 complete installation method not allowed response a status code equal to that given
func (*V2CompleteInstallationMethodNotAllowed) IsRedirect ¶
func (o *V2CompleteInstallationMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this v2 complete installation method not allowed response has a 3xx status code
func (*V2CompleteInstallationMethodNotAllowed) IsServerError ¶
func (o *V2CompleteInstallationMethodNotAllowed) IsServerError() bool
IsServerError returns true when this v2 complete installation method not allowed response has a 5xx status code
func (*V2CompleteInstallationMethodNotAllowed) IsSuccess ¶
func (o *V2CompleteInstallationMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this v2 complete installation method not allowed response has a 2xx status code
func (*V2CompleteInstallationMethodNotAllowed) String ¶
func (o *V2CompleteInstallationMethodNotAllowed) String() string
type V2CompleteInstallationNotFound ¶
V2CompleteInstallationNotFound describes a response with status code 404, with default header values.
Error.
func NewV2CompleteInstallationNotFound ¶
func NewV2CompleteInstallationNotFound() *V2CompleteInstallationNotFound
NewV2CompleteInstallationNotFound creates a V2CompleteInstallationNotFound with default headers values
func (*V2CompleteInstallationNotFound) Error ¶
func (o *V2CompleteInstallationNotFound) Error() string
func (*V2CompleteInstallationNotFound) GetPayload ¶
func (o *V2CompleteInstallationNotFound) GetPayload() *models.Error
func (*V2CompleteInstallationNotFound) IsClientError ¶
func (o *V2CompleteInstallationNotFound) IsClientError() bool
IsClientError returns true when this v2 complete installation not found response has a 4xx status code
func (*V2CompleteInstallationNotFound) IsCode ¶
func (o *V2CompleteInstallationNotFound) IsCode(code int) bool
IsCode returns true when this v2 complete installation not found response a status code equal to that given
func (*V2CompleteInstallationNotFound) IsRedirect ¶
func (o *V2CompleteInstallationNotFound) IsRedirect() bool
IsRedirect returns true when this v2 complete installation not found response has a 3xx status code
func (*V2CompleteInstallationNotFound) IsServerError ¶
func (o *V2CompleteInstallationNotFound) IsServerError() bool
IsServerError returns true when this v2 complete installation not found response has a 5xx status code
func (*V2CompleteInstallationNotFound) IsSuccess ¶
func (o *V2CompleteInstallationNotFound) IsSuccess() bool
IsSuccess returns true when this v2 complete installation not found response has a 2xx status code
func (*V2CompleteInstallationNotFound) String ¶
func (o *V2CompleteInstallationNotFound) String() string
type V2CompleteInstallationParams ¶
type V2CompleteInstallationParams struct { /* ClusterID. The cluster whose installation is being completing. Format: uuid */ ClusterID strfmt.UUID /* CompletionParams. The final status of the cluster installation. */ CompletionParams *models.CompletionParams /* DiscoveryAgentVersion. The software version of the discovery agent that is completing the installation. */ DiscoveryAgentVersion *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V2CompleteInstallationParams contains all the parameters to send to the API endpoint
for the v2 complete installation operation. Typically these are written to a http.Request.
func NewV2CompleteInstallationParams ¶
func NewV2CompleteInstallationParams() *V2CompleteInstallationParams
NewV2CompleteInstallationParams creates a new V2CompleteInstallationParams 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 NewV2CompleteInstallationParamsWithContext ¶
func NewV2CompleteInstallationParamsWithContext(ctx context.Context) *V2CompleteInstallationParams
NewV2CompleteInstallationParamsWithContext creates a new V2CompleteInstallationParams object with the ability to set a context for a request.
func NewV2CompleteInstallationParamsWithHTTPClient ¶
func NewV2CompleteInstallationParamsWithHTTPClient(client *http.Client) *V2CompleteInstallationParams
NewV2CompleteInstallationParamsWithHTTPClient creates a new V2CompleteInstallationParams object with the ability to set a custom HTTPClient for a request.
func NewV2CompleteInstallationParamsWithTimeout ¶
func NewV2CompleteInstallationParamsWithTimeout(timeout time.Duration) *V2CompleteInstallationParams
NewV2CompleteInstallationParamsWithTimeout creates a new V2CompleteInstallationParams object with the ability to set a timeout on a request.
func (*V2CompleteInstallationParams) SetClusterID ¶
func (o *V2CompleteInstallationParams) SetClusterID(clusterID strfmt.UUID)
SetClusterID adds the clusterId to the v2 complete installation params
func (*V2CompleteInstallationParams) SetCompletionParams ¶
func (o *V2CompleteInstallationParams) SetCompletionParams(completionParams *models.CompletionParams)
SetCompletionParams adds the completionParams to the v2 complete installation params
func (*V2CompleteInstallationParams) SetContext ¶
func (o *V2CompleteInstallationParams) SetContext(ctx context.Context)
SetContext adds the context to the v2 complete installation params
func (*V2CompleteInstallationParams) SetDefaults ¶
func (o *V2CompleteInstallationParams) SetDefaults()
SetDefaults hydrates default values in the v2 complete installation params (not the query body).
All values with no default are reset to their zero value.
func (*V2CompleteInstallationParams) SetDiscoveryAgentVersion ¶
func (o *V2CompleteInstallationParams) SetDiscoveryAgentVersion(discoveryAgentVersion *string)
SetDiscoveryAgentVersion adds the discoveryAgentVersion to the v2 complete installation params
func (*V2CompleteInstallationParams) SetHTTPClient ¶
func (o *V2CompleteInstallationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v2 complete installation params
func (*V2CompleteInstallationParams) SetTimeout ¶
func (o *V2CompleteInstallationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v2 complete installation params
func (*V2CompleteInstallationParams) WithClusterID ¶
func (o *V2CompleteInstallationParams) WithClusterID(clusterID strfmt.UUID) *V2CompleteInstallationParams
WithClusterID adds the clusterID to the v2 complete installation params
func (*V2CompleteInstallationParams) WithCompletionParams ¶
func (o *V2CompleteInstallationParams) WithCompletionParams(completionParams *models.CompletionParams) *V2CompleteInstallationParams
WithCompletionParams adds the completionParams to the v2 complete installation params
func (*V2CompleteInstallationParams) WithContext ¶
func (o *V2CompleteInstallationParams) WithContext(ctx context.Context) *V2CompleteInstallationParams
WithContext adds the context to the v2 complete installation params
func (*V2CompleteInstallationParams) WithDefaults ¶
func (o *V2CompleteInstallationParams) WithDefaults() *V2CompleteInstallationParams
WithDefaults hydrates default values in the v2 complete installation params (not the query body).
All values with no default are reset to their zero value.
func (*V2CompleteInstallationParams) WithDiscoveryAgentVersion ¶
func (o *V2CompleteInstallationParams) WithDiscoveryAgentVersion(discoveryAgentVersion *string) *V2CompleteInstallationParams
WithDiscoveryAgentVersion adds the discoveryAgentVersion to the v2 complete installation params
func (*V2CompleteInstallationParams) WithHTTPClient ¶
func (o *V2CompleteInstallationParams) WithHTTPClient(client *http.Client) *V2CompleteInstallationParams
WithHTTPClient adds the HTTPClient to the v2 complete installation params
func (*V2CompleteInstallationParams) WithTimeout ¶
func (o *V2CompleteInstallationParams) WithTimeout(timeout time.Duration) *V2CompleteInstallationParams
WithTimeout adds the timeout to the v2 complete installation params
func (*V2CompleteInstallationParams) WriteToRequest ¶
func (o *V2CompleteInstallationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V2CompleteInstallationReader ¶
type V2CompleteInstallationReader struct {
// contains filtered or unexported fields
}
V2CompleteInstallationReader is a Reader for the V2CompleteInstallation structure.
func (*V2CompleteInstallationReader) ReadResponse ¶
func (o *V2CompleteInstallationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V2CompleteInstallationServiceUnavailable ¶
type V2CompleteInstallationServiceUnavailable struct {
}V2CompleteInstallationServiceUnavailable describes a response with status code 503, with default header values.
Unavailable.
func NewV2CompleteInstallationServiceUnavailable ¶
func NewV2CompleteInstallationServiceUnavailable() *V2CompleteInstallationServiceUnavailable
NewV2CompleteInstallationServiceUnavailable creates a V2CompleteInstallationServiceUnavailable with default headers values
func (*V2CompleteInstallationServiceUnavailable) Error ¶
func (o *V2CompleteInstallationServiceUnavailable) Error() string
func (*V2CompleteInstallationServiceUnavailable) GetPayload ¶
func (o *V2CompleteInstallationServiceUnavailable) GetPayload() *models.Error
func (*V2CompleteInstallationServiceUnavailable) IsClientError ¶
func (o *V2CompleteInstallationServiceUnavailable) IsClientError() bool
IsClientError returns true when this v2 complete installation service unavailable response has a 4xx status code
func (*V2CompleteInstallationServiceUnavailable) IsCode ¶
func (o *V2CompleteInstallationServiceUnavailable) IsCode(code int) bool
IsCode returns true when this v2 complete installation service unavailable response a status code equal to that given
func (*V2CompleteInstallationServiceUnavailable) IsRedirect ¶
func (o *V2CompleteInstallationServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this v2 complete installation service unavailable response has a 3xx status code
func (*V2CompleteInstallationServiceUnavailable) IsServerError ¶
func (o *V2CompleteInstallationServiceUnavailable) IsServerError() bool
IsServerError returns true when this v2 complete installation service unavailable response has a 5xx status code
func (*V2CompleteInstallationServiceUnavailable) IsSuccess ¶
func (o *V2CompleteInstallationServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this v2 complete installation service unavailable response has a 2xx status code
func (*V2CompleteInstallationServiceUnavailable) String ¶
func (o *V2CompleteInstallationServiceUnavailable) String() string
type V2CompleteInstallationUnauthorized ¶
type V2CompleteInstallationUnauthorized struct {
}V2CompleteInstallationUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewV2CompleteInstallationUnauthorized ¶
func NewV2CompleteInstallationUnauthorized() *V2CompleteInstallationUnauthorized
NewV2CompleteInstallationUnauthorized creates a V2CompleteInstallationUnauthorized with default headers values
func (*V2CompleteInstallationUnauthorized) Error ¶
func (o *V2CompleteInstallationUnauthorized) Error() string
func (*V2CompleteInstallationUnauthorized) GetPayload ¶
func (o *V2CompleteInstallationUnauthorized) GetPayload() *models.InfraError
func (*V2CompleteInstallationUnauthorized) IsClientError ¶
func (o *V2CompleteInstallationUnauthorized) IsClientError() bool
IsClientError returns true when this v2 complete installation unauthorized response has a 4xx status code
func (*V2CompleteInstallationUnauthorized) IsCode ¶
func (o *V2CompleteInstallationUnauthorized) IsCode(code int) bool
IsCode returns true when this v2 complete installation unauthorized response a status code equal to that given
func (*V2CompleteInstallationUnauthorized) IsRedirect ¶
func (o *V2CompleteInstallationUnauthorized) IsRedirect() bool
IsRedirect returns true when this v2 complete installation unauthorized response has a 3xx status code
func (*V2CompleteInstallationUnauthorized) IsServerError ¶
func (o *V2CompleteInstallationUnauthorized) IsServerError() bool
IsServerError returns true when this v2 complete installation unauthorized response has a 5xx status code
func (*V2CompleteInstallationUnauthorized) IsSuccess ¶
func (o *V2CompleteInstallationUnauthorized) IsSuccess() bool
IsSuccess returns true when this v2 complete installation unauthorized response has a 2xx status code
func (*V2CompleteInstallationUnauthorized) String ¶
func (o *V2CompleteInstallationUnauthorized) String() string
type V2DeregisterClusterConflict ¶
V2DeregisterClusterConflict describes a response with status code 409, with default header values.
Error.
func NewV2DeregisterClusterConflict ¶
func NewV2DeregisterClusterConflict() *V2DeregisterClusterConflict
NewV2DeregisterClusterConflict creates a V2DeregisterClusterConflict with default headers values
func (*V2DeregisterClusterConflict) Error ¶
func (o *V2DeregisterClusterConflict) Error() string
func (*V2DeregisterClusterConflict) GetPayload ¶
func (o *V2DeregisterClusterConflict) GetPayload() *models.Error
func (*V2DeregisterClusterConflict) IsClientError ¶
func (o *V2DeregisterClusterConflict) IsClientError() bool
IsClientError returns true when this v2 deregister cluster conflict response has a 4xx status code
func (*V2DeregisterClusterConflict) IsCode ¶
func (o *V2DeregisterClusterConflict) IsCode(code int) bool
IsCode returns true when this v2 deregister cluster conflict response a status code equal to that given
func (*V2DeregisterClusterConflict) IsRedirect ¶
func (o *V2DeregisterClusterConflict) IsRedirect() bool
IsRedirect returns true when this v2 deregister cluster conflict response has a 3xx status code
func (*V2DeregisterClusterConflict) IsServerError ¶
func (o *V2DeregisterClusterConflict) IsServerError() bool
IsServerError returns true when this v2 deregister cluster conflict response has a 5xx status code
func (*V2DeregisterClusterConflict) IsSuccess ¶
func (o *V2DeregisterClusterConflict) IsSuccess() bool
IsSuccess returns true when this v2 deregister cluster conflict response has a 2xx status code
func (*V2DeregisterClusterConflict) String ¶
func (o *V2DeregisterClusterConflict) String() string
type V2DeregisterClusterForbidden ¶
type V2DeregisterClusterForbidden struct {
Payload *models.InfraError
}
V2DeregisterClusterForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewV2DeregisterClusterForbidden ¶
func NewV2DeregisterClusterForbidden() *V2DeregisterClusterForbidden
NewV2DeregisterClusterForbidden creates a V2DeregisterClusterForbidden with default headers values
func (*V2DeregisterClusterForbidden) Error ¶
func (o *V2DeregisterClusterForbidden) Error() string
func (*V2DeregisterClusterForbidden) GetPayload ¶
func (o *V2DeregisterClusterForbidden) GetPayload() *models.InfraError
func (*V2DeregisterClusterForbidden) IsClientError ¶
func (o *V2DeregisterClusterForbidden) IsClientError() bool
IsClientError returns true when this v2 deregister cluster forbidden response has a 4xx status code
func (*V2DeregisterClusterForbidden) IsCode ¶
func (o *V2DeregisterClusterForbidden) IsCode(code int) bool
IsCode returns true when this v2 deregister cluster forbidden response a status code equal to that given
func (*V2DeregisterClusterForbidden) IsRedirect ¶
func (o *V2DeregisterClusterForbidden) IsRedirect() bool
IsRedirect returns true when this v2 deregister cluster forbidden response has a 3xx status code
func (*V2DeregisterClusterForbidden) IsServerError ¶
func (o *V2DeregisterClusterForbidden) IsServerError() bool
IsServerError returns true when this v2 deregister cluster forbidden response has a 5xx status code
func (*V2DeregisterClusterForbidden) IsSuccess ¶
func (o *V2DeregisterClusterForbidden) IsSuccess() bool
IsSuccess returns true when this v2 deregister cluster forbidden response has a 2xx status code
func (*V2DeregisterClusterForbidden) String ¶
func (o *V2DeregisterClusterForbidden) String() string
type V2DeregisterClusterInternalServerError ¶
V2DeregisterClusterInternalServerError describes a response with status code 500, with default header values.
Error.
func NewV2DeregisterClusterInternalServerError ¶
func NewV2DeregisterClusterInternalServerError() *V2DeregisterClusterInternalServerError
NewV2DeregisterClusterInternalServerError creates a V2DeregisterClusterInternalServerError with default headers values
func (*V2DeregisterClusterInternalServerError) Error ¶
func (o *V2DeregisterClusterInternalServerError) Error() string
func (*V2DeregisterClusterInternalServerError) GetPayload ¶
func (o *V2DeregisterClusterInternalServerError) GetPayload() *models.Error
func (*V2DeregisterClusterInternalServerError) IsClientError ¶
func (o *V2DeregisterClusterInternalServerError) IsClientError() bool
IsClientError returns true when this v2 deregister cluster internal server error response has a 4xx status code
func (*V2DeregisterClusterInternalServerError) IsCode ¶
func (o *V2DeregisterClusterInternalServerError) IsCode(code int) bool
IsCode returns true when this v2 deregister cluster internal server error response a status code equal to that given
func (*V2DeregisterClusterInternalServerError) IsRedirect ¶
func (o *V2DeregisterClusterInternalServerError) IsRedirect() bool
IsRedirect returns true when this v2 deregister cluster internal server error response has a 3xx status code
func (*V2DeregisterClusterInternalServerError) IsServerError ¶
func (o *V2DeregisterClusterInternalServerError) IsServerError() bool
IsServerError returns true when this v2 deregister cluster internal server error response has a 5xx status code
func (*V2DeregisterClusterInternalServerError) IsSuccess ¶
func (o *V2DeregisterClusterInternalServerError) IsSuccess() bool
IsSuccess returns true when this v2 deregister cluster internal server error response has a 2xx status code
func (*V2DeregisterClusterInternalServerError) String ¶
func (o *V2DeregisterClusterInternalServerError) String() string
type V2DeregisterClusterMethodNotAllowed ¶
V2DeregisterClusterMethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewV2DeregisterClusterMethodNotAllowed ¶
func NewV2DeregisterClusterMethodNotAllowed() *V2DeregisterClusterMethodNotAllowed
NewV2DeregisterClusterMethodNotAllowed creates a V2DeregisterClusterMethodNotAllowed with default headers values
func (*V2DeregisterClusterMethodNotAllowed) Error ¶
func (o *V2DeregisterClusterMethodNotAllowed) Error() string
func (*V2DeregisterClusterMethodNotAllowed) GetPayload ¶
func (o *V2DeregisterClusterMethodNotAllowed) GetPayload() *models.Error
func (*V2DeregisterClusterMethodNotAllowed) IsClientError ¶
func (o *V2DeregisterClusterMethodNotAllowed) IsClientError() bool
IsClientError returns true when this v2 deregister cluster method not allowed response has a 4xx status code
func (*V2DeregisterClusterMethodNotAllowed) IsCode ¶
func (o *V2DeregisterClusterMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this v2 deregister cluster method not allowed response a status code equal to that given
func (*V2DeregisterClusterMethodNotAllowed) IsRedirect ¶
func (o *V2DeregisterClusterMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this v2 deregister cluster method not allowed response has a 3xx status code
func (*V2DeregisterClusterMethodNotAllowed) IsServerError ¶
func (o *V2DeregisterClusterMethodNotAllowed) IsServerError() bool
IsServerError returns true when this v2 deregister cluster method not allowed response has a 5xx status code
func (*V2DeregisterClusterMethodNotAllowed) IsSuccess ¶
func (o *V2DeregisterClusterMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this v2 deregister cluster method not allowed response has a 2xx status code
func (*V2DeregisterClusterMethodNotAllowed) String ¶
func (o *V2DeregisterClusterMethodNotAllowed) String() string
type V2DeregisterClusterNoContent ¶
type V2DeregisterClusterNoContent struct { }
V2DeregisterClusterNoContent describes a response with status code 204, with default header values.
Success.
func NewV2DeregisterClusterNoContent ¶
func NewV2DeregisterClusterNoContent() *V2DeregisterClusterNoContent
NewV2DeregisterClusterNoContent creates a V2DeregisterClusterNoContent with default headers values
func (*V2DeregisterClusterNoContent) Error ¶
func (o *V2DeregisterClusterNoContent) Error() string
func (*V2DeregisterClusterNoContent) IsClientError ¶
func (o *V2DeregisterClusterNoContent) IsClientError() bool
IsClientError returns true when this v2 deregister cluster no content response has a 4xx status code
func (*V2DeregisterClusterNoContent) IsCode ¶
func (o *V2DeregisterClusterNoContent) IsCode(code int) bool
IsCode returns true when this v2 deregister cluster no content response a status code equal to that given
func (*V2DeregisterClusterNoContent) IsRedirect ¶
func (o *V2DeregisterClusterNoContent) IsRedirect() bool
IsRedirect returns true when this v2 deregister cluster no content response has a 3xx status code
func (*V2DeregisterClusterNoContent) IsServerError ¶
func (o *V2DeregisterClusterNoContent) IsServerError() bool
IsServerError returns true when this v2 deregister cluster no content response has a 5xx status code
func (*V2DeregisterClusterNoContent) IsSuccess ¶
func (o *V2DeregisterClusterNoContent) IsSuccess() bool
IsSuccess returns true when this v2 deregister cluster no content response has a 2xx status code
func (*V2DeregisterClusterNoContent) String ¶
func (o *V2DeregisterClusterNoContent) String() string
type V2DeregisterClusterNotFound ¶
V2DeregisterClusterNotFound describes a response with status code 404, with default header values.
Error.
func NewV2DeregisterClusterNotFound ¶
func NewV2DeregisterClusterNotFound() *V2DeregisterClusterNotFound
NewV2DeregisterClusterNotFound creates a V2DeregisterClusterNotFound with default headers values
func (*V2DeregisterClusterNotFound) Error ¶
func (o *V2DeregisterClusterNotFound) Error() string
func (*V2DeregisterClusterNotFound) GetPayload ¶
func (o *V2DeregisterClusterNotFound) GetPayload() *models.Error
func (*V2DeregisterClusterNotFound) IsClientError ¶
func (o *V2DeregisterClusterNotFound) IsClientError() bool
IsClientError returns true when this v2 deregister cluster not found response has a 4xx status code
func (*V2DeregisterClusterNotFound) IsCode ¶
func (o *V2DeregisterClusterNotFound) IsCode(code int) bool
IsCode returns true when this v2 deregister cluster not found response a status code equal to that given
func (*V2DeregisterClusterNotFound) IsRedirect ¶
func (o *V2DeregisterClusterNotFound) IsRedirect() bool
IsRedirect returns true when this v2 deregister cluster not found response has a 3xx status code
func (*V2DeregisterClusterNotFound) IsServerError ¶
func (o *V2DeregisterClusterNotFound) IsServerError() bool
IsServerError returns true when this v2 deregister cluster not found response has a 5xx status code
func (*V2DeregisterClusterNotFound) IsSuccess ¶
func (o *V2DeregisterClusterNotFound) IsSuccess() bool
IsSuccess returns true when this v2 deregister cluster not found response has a 2xx status code
func (*V2DeregisterClusterNotFound) String ¶
func (o *V2DeregisterClusterNotFound) String() string
type V2DeregisterClusterParams ¶
type V2DeregisterClusterParams struct { /* ClusterID. The cluster to be deregistered. Format: uuid */ ClusterID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V2DeregisterClusterParams contains all the parameters to send to the API endpoint
for the v2 deregister cluster operation. Typically these are written to a http.Request.
func NewV2DeregisterClusterParams ¶
func NewV2DeregisterClusterParams() *V2DeregisterClusterParams
NewV2DeregisterClusterParams creates a new V2DeregisterClusterParams 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 NewV2DeregisterClusterParamsWithContext ¶
func NewV2DeregisterClusterParamsWithContext(ctx context.Context) *V2DeregisterClusterParams
NewV2DeregisterClusterParamsWithContext creates a new V2DeregisterClusterParams object with the ability to set a context for a request.
func NewV2DeregisterClusterParamsWithHTTPClient ¶
func NewV2DeregisterClusterParamsWithHTTPClient(client *http.Client) *V2DeregisterClusterParams
NewV2DeregisterClusterParamsWithHTTPClient creates a new V2DeregisterClusterParams object with the ability to set a custom HTTPClient for a request.
func NewV2DeregisterClusterParamsWithTimeout ¶
func NewV2DeregisterClusterParamsWithTimeout(timeout time.Duration) *V2DeregisterClusterParams
NewV2DeregisterClusterParamsWithTimeout creates a new V2DeregisterClusterParams object with the ability to set a timeout on a request.
func (*V2DeregisterClusterParams) SetClusterID ¶
func (o *V2DeregisterClusterParams) SetClusterID(clusterID strfmt.UUID)
SetClusterID adds the clusterId to the v2 deregister cluster params
func (*V2DeregisterClusterParams) SetContext ¶
func (o *V2DeregisterClusterParams) SetContext(ctx context.Context)
SetContext adds the context to the v2 deregister cluster params
func (*V2DeregisterClusterParams) SetDefaults ¶
func (o *V2DeregisterClusterParams) SetDefaults()
SetDefaults hydrates default values in the v2 deregister cluster params (not the query body).
All values with no default are reset to their zero value.
func (*V2DeregisterClusterParams) SetHTTPClient ¶
func (o *V2DeregisterClusterParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v2 deregister cluster params
func (*V2DeregisterClusterParams) SetTimeout ¶
func (o *V2DeregisterClusterParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v2 deregister cluster params
func (*V2DeregisterClusterParams) WithClusterID ¶
func (o *V2DeregisterClusterParams) WithClusterID(clusterID strfmt.UUID) *V2DeregisterClusterParams
WithClusterID adds the clusterID to the v2 deregister cluster params
func (*V2DeregisterClusterParams) WithContext ¶
func (o *V2DeregisterClusterParams) WithContext(ctx context.Context) *V2DeregisterClusterParams
WithContext adds the context to the v2 deregister cluster params
func (*V2DeregisterClusterParams) WithDefaults ¶
func (o *V2DeregisterClusterParams) WithDefaults() *V2DeregisterClusterParams
WithDefaults hydrates default values in the v2 deregister cluster params (not the query body).
All values with no default are reset to their zero value.
func (*V2DeregisterClusterParams) WithHTTPClient ¶
func (o *V2DeregisterClusterParams) WithHTTPClient(client *http.Client) *V2DeregisterClusterParams
WithHTTPClient adds the HTTPClient to the v2 deregister cluster params
func (*V2DeregisterClusterParams) WithTimeout ¶
func (o *V2DeregisterClusterParams) WithTimeout(timeout time.Duration) *V2DeregisterClusterParams
WithTimeout adds the timeout to the v2 deregister cluster params
func (*V2DeregisterClusterParams) WriteToRequest ¶
func (o *V2DeregisterClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V2DeregisterClusterReader ¶
type V2DeregisterClusterReader struct {
// contains filtered or unexported fields
}
V2DeregisterClusterReader is a Reader for the V2DeregisterCluster structure.
func (*V2DeregisterClusterReader) ReadResponse ¶
func (o *V2DeregisterClusterReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V2DeregisterClusterUnauthorized ¶
type V2DeregisterClusterUnauthorized struct {
}V2DeregisterClusterUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewV2DeregisterClusterUnauthorized ¶
func NewV2DeregisterClusterUnauthorized() *V2DeregisterClusterUnauthorized
NewV2DeregisterClusterUnauthorized creates a V2DeregisterClusterUnauthorized with default headers values
func (*V2DeregisterClusterUnauthorized) Error ¶
func (o *V2DeregisterClusterUnauthorized) Error() string
func (*V2DeregisterClusterUnauthorized) GetPayload ¶
func (o *V2DeregisterClusterUnauthorized) GetPayload() *models.InfraError
func (*V2DeregisterClusterUnauthorized) IsClientError ¶
func (o *V2DeregisterClusterUnauthorized) IsClientError() bool
IsClientError returns true when this v2 deregister cluster unauthorized response has a 4xx status code
func (*V2DeregisterClusterUnauthorized) IsCode ¶
func (o *V2DeregisterClusterUnauthorized) IsCode(code int) bool
IsCode returns true when this v2 deregister cluster unauthorized response a status code equal to that given
func (*V2DeregisterClusterUnauthorized) IsRedirect ¶
func (o *V2DeregisterClusterUnauthorized) IsRedirect() bool
IsRedirect returns true when this v2 deregister cluster unauthorized response has a 3xx status code
func (*V2DeregisterClusterUnauthorized) IsServerError ¶
func (o *V2DeregisterClusterUnauthorized) IsServerError() bool
IsServerError returns true when this v2 deregister cluster unauthorized response has a 5xx status code
func (*V2DeregisterClusterUnauthorized) IsSuccess ¶
func (o *V2DeregisterClusterUnauthorized) IsSuccess() bool
IsSuccess returns true when this v2 deregister cluster unauthorized response has a 2xx status code
func (*V2DeregisterClusterUnauthorized) String ¶
func (o *V2DeregisterClusterUnauthorized) String() string
type V2DeregisterHostBadRequest ¶
V2DeregisterHostBadRequest describes a response with status code 400, with default header values.
Error.
func NewV2DeregisterHostBadRequest ¶
func NewV2DeregisterHostBadRequest() *V2DeregisterHostBadRequest
NewV2DeregisterHostBadRequest creates a V2DeregisterHostBadRequest with default headers values
func (*V2DeregisterHostBadRequest) Error ¶
func (o *V2DeregisterHostBadRequest) Error() string
func (*V2DeregisterHostBadRequest) GetPayload ¶
func (o *V2DeregisterHostBadRequest) GetPayload() *models.Error
func (*V2DeregisterHostBadRequest) IsClientError ¶
func (o *V2DeregisterHostBadRequest) IsClientError() bool
IsClientError returns true when this v2 deregister host bad request response has a 4xx status code
func (*V2DeregisterHostBadRequest) IsCode ¶
func (o *V2DeregisterHostBadRequest) IsCode(code int) bool
IsCode returns true when this v2 deregister host bad request response a status code equal to that given
func (*V2DeregisterHostBadRequest) IsRedirect ¶
func (o *V2DeregisterHostBadRequest) IsRedirect() bool
IsRedirect returns true when this v2 deregister host bad request response has a 3xx status code
func (*V2DeregisterHostBadRequest) IsServerError ¶
func (o *V2DeregisterHostBadRequest) IsServerError() bool
IsServerError returns true when this v2 deregister host bad request response has a 5xx status code
func (*V2DeregisterHostBadRequest) IsSuccess ¶
func (o *V2DeregisterHostBadRequest) IsSuccess() bool
IsSuccess returns true when this v2 deregister host bad request response has a 2xx status code
func (*V2DeregisterHostBadRequest) String ¶
func (o *V2DeregisterHostBadRequest) String() string
type V2DeregisterHostForbidden ¶
type V2DeregisterHostForbidden struct {
Payload *models.InfraError
}
V2DeregisterHostForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewV2DeregisterHostForbidden ¶
func NewV2DeregisterHostForbidden() *V2DeregisterHostForbidden
NewV2DeregisterHostForbidden creates a V2DeregisterHostForbidden with default headers values
func (*V2DeregisterHostForbidden) Error ¶
func (o *V2DeregisterHostForbidden) Error() string
func (*V2DeregisterHostForbidden) GetPayload ¶
func (o *V2DeregisterHostForbidden) GetPayload() *models.InfraError
func (*V2DeregisterHostForbidden) IsClientError ¶
func (o *V2DeregisterHostForbidden) IsClientError() bool
IsClientError returns true when this v2 deregister host forbidden response has a 4xx status code
func (*V2DeregisterHostForbidden) IsCode ¶
func (o *V2DeregisterHostForbidden) IsCode(code int) bool
IsCode returns true when this v2 deregister host forbidden response a status code equal to that given
func (*V2DeregisterHostForbidden) IsRedirect ¶
func (o *V2DeregisterHostForbidden) IsRedirect() bool
IsRedirect returns true when this v2 deregister host forbidden response has a 3xx status code
func (*V2DeregisterHostForbidden) IsServerError ¶
func (o *V2DeregisterHostForbidden) IsServerError() bool
IsServerError returns true when this v2 deregister host forbidden response has a 5xx status code
func (*V2DeregisterHostForbidden) IsSuccess ¶
func (o *V2DeregisterHostForbidden) IsSuccess() bool
IsSuccess returns true when this v2 deregister host forbidden response has a 2xx status code
func (*V2DeregisterHostForbidden) String ¶
func (o *V2DeregisterHostForbidden) String() string
type V2DeregisterHostInternalServerError ¶
V2DeregisterHostInternalServerError describes a response with status code 500, with default header values.
Error.
func NewV2DeregisterHostInternalServerError ¶
func NewV2DeregisterHostInternalServerError() *V2DeregisterHostInternalServerError
NewV2DeregisterHostInternalServerError creates a V2DeregisterHostInternalServerError with default headers values
func (*V2DeregisterHostInternalServerError) Error ¶
func (o *V2DeregisterHostInternalServerError) Error() string
func (*V2DeregisterHostInternalServerError) GetPayload ¶
func (o *V2DeregisterHostInternalServerError) GetPayload() *models.Error
func (*V2DeregisterHostInternalServerError) IsClientError ¶
func (o *V2DeregisterHostInternalServerError) IsClientError() bool
IsClientError returns true when this v2 deregister host internal server error response has a 4xx status code
func (*V2DeregisterHostInternalServerError) IsCode ¶
func (o *V2DeregisterHostInternalServerError) IsCode(code int) bool
IsCode returns true when this v2 deregister host internal server error response a status code equal to that given
func (*V2DeregisterHostInternalServerError) IsRedirect ¶
func (o *V2DeregisterHostInternalServerError) IsRedirect() bool
IsRedirect returns true when this v2 deregister host internal server error response has a 3xx status code
func (*V2DeregisterHostInternalServerError) IsServerError ¶
func (o *V2DeregisterHostInternalServerError) IsServerError() bool
IsServerError returns true when this v2 deregister host internal server error response has a 5xx status code
func (*V2DeregisterHostInternalServerError) IsSuccess ¶
func (o *V2DeregisterHostInternalServerError) IsSuccess() bool
IsSuccess returns true when this v2 deregister host internal server error response has a 2xx status code
func (*V2DeregisterHostInternalServerError) String ¶
func (o *V2DeregisterHostInternalServerError) String() string
type V2DeregisterHostMethodNotAllowed ¶
V2DeregisterHostMethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewV2DeregisterHostMethodNotAllowed ¶
func NewV2DeregisterHostMethodNotAllowed() *V2DeregisterHostMethodNotAllowed
NewV2DeregisterHostMethodNotAllowed creates a V2DeregisterHostMethodNotAllowed with default headers values
func (*V2DeregisterHostMethodNotAllowed) Error ¶
func (o *V2DeregisterHostMethodNotAllowed) Error() string
func (*V2DeregisterHostMethodNotAllowed) GetPayload ¶
func (o *V2DeregisterHostMethodNotAllowed) GetPayload() *models.Error
func (*V2DeregisterHostMethodNotAllowed) IsClientError ¶
func (o *V2DeregisterHostMethodNotAllowed) IsClientError() bool
IsClientError returns true when this v2 deregister host method not allowed response has a 4xx status code
func (*V2DeregisterHostMethodNotAllowed) IsCode ¶
func (o *V2DeregisterHostMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this v2 deregister host method not allowed response a status code equal to that given
func (*V2DeregisterHostMethodNotAllowed) IsRedirect ¶
func (o *V2DeregisterHostMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this v2 deregister host method not allowed response has a 3xx status code
func (*V2DeregisterHostMethodNotAllowed) IsServerError ¶
func (o *V2DeregisterHostMethodNotAllowed) IsServerError() bool
IsServerError returns true when this v2 deregister host method not allowed response has a 5xx status code
func (*V2DeregisterHostMethodNotAllowed) IsSuccess ¶
func (o *V2DeregisterHostMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this v2 deregister host method not allowed response has a 2xx status code
func (*V2DeregisterHostMethodNotAllowed) String ¶
func (o *V2DeregisterHostMethodNotAllowed) String() string
type V2DeregisterHostNoContent ¶
type V2DeregisterHostNoContent struct { }
V2DeregisterHostNoContent describes a response with status code 204, with default header values.
Success.
func NewV2DeregisterHostNoContent ¶
func NewV2DeregisterHostNoContent() *V2DeregisterHostNoContent
NewV2DeregisterHostNoContent creates a V2DeregisterHostNoContent with default headers values
func (*V2DeregisterHostNoContent) Error ¶
func (o *V2DeregisterHostNoContent) Error() string
func (*V2DeregisterHostNoContent) IsClientError ¶
func (o *V2DeregisterHostNoContent) IsClientError() bool
IsClientError returns true when this v2 deregister host no content response has a 4xx status code
func (*V2DeregisterHostNoContent) IsCode ¶
func (o *V2DeregisterHostNoContent) IsCode(code int) bool
IsCode returns true when this v2 deregister host no content response a status code equal to that given
func (*V2DeregisterHostNoContent) IsRedirect ¶
func (o *V2DeregisterHostNoContent) IsRedirect() bool
IsRedirect returns true when this v2 deregister host no content response has a 3xx status code
func (*V2DeregisterHostNoContent) IsServerError ¶
func (o *V2DeregisterHostNoContent) IsServerError() bool
IsServerError returns true when this v2 deregister host no content response has a 5xx status code
func (*V2DeregisterHostNoContent) IsSuccess ¶
func (o *V2DeregisterHostNoContent) IsSuccess() bool
IsSuccess returns true when this v2 deregister host no content response has a 2xx status code
func (*V2DeregisterHostNoContent) String ¶
func (o *V2DeregisterHostNoContent) String() string
type V2DeregisterHostNotFound ¶
V2DeregisterHostNotFound describes a response with status code 404, with default header values.
Error.
func NewV2DeregisterHostNotFound ¶
func NewV2DeregisterHostNotFound() *V2DeregisterHostNotFound
NewV2DeregisterHostNotFound creates a V2DeregisterHostNotFound with default headers values
func (*V2DeregisterHostNotFound) Error ¶
func (o *V2DeregisterHostNotFound) Error() string
func (*V2DeregisterHostNotFound) GetPayload ¶
func (o *V2DeregisterHostNotFound) GetPayload() *models.Error
func (*V2DeregisterHostNotFound) IsClientError ¶
func (o *V2DeregisterHostNotFound) IsClientError() bool
IsClientError returns true when this v2 deregister host not found response has a 4xx status code
func (*V2DeregisterHostNotFound) IsCode ¶
func (o *V2DeregisterHostNotFound) IsCode(code int) bool
IsCode returns true when this v2 deregister host not found response a status code equal to that given
func (*V2DeregisterHostNotFound) IsRedirect ¶
func (o *V2DeregisterHostNotFound) IsRedirect() bool
IsRedirect returns true when this v2 deregister host not found response has a 3xx status code
func (*V2DeregisterHostNotFound) IsServerError ¶
func (o *V2DeregisterHostNotFound) IsServerError() bool
IsServerError returns true when this v2 deregister host not found response has a 5xx status code
func (*V2DeregisterHostNotFound) IsSuccess ¶
func (o *V2DeregisterHostNotFound) IsSuccess() bool
IsSuccess returns true when this v2 deregister host not found response has a 2xx status code
func (*V2DeregisterHostNotFound) String ¶
func (o *V2DeregisterHostNotFound) String() string
type V2DeregisterHostParams ¶
type V2DeregisterHostParams struct { /* HostID. The host that should be deregistered. Format: uuid */ HostID strfmt.UUID /* InfraEnvID. The infra-env of the host that should be deregistered. Format: uuid */ InfraEnvID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V2DeregisterHostParams contains all the parameters to send to the API endpoint
for the v2 deregister host operation. Typically these are written to a http.Request.
func NewV2DeregisterHostParams ¶
func NewV2DeregisterHostParams() *V2DeregisterHostParams
NewV2DeregisterHostParams creates a new V2DeregisterHostParams 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 NewV2DeregisterHostParamsWithContext ¶
func NewV2DeregisterHostParamsWithContext(ctx context.Context) *V2DeregisterHostParams
NewV2DeregisterHostParamsWithContext creates a new V2DeregisterHostParams object with the ability to set a context for a request.
func NewV2DeregisterHostParamsWithHTTPClient ¶
func NewV2DeregisterHostParamsWithHTTPClient(client *http.Client) *V2DeregisterHostParams
NewV2DeregisterHostParamsWithHTTPClient creates a new V2DeregisterHostParams object with the ability to set a custom HTTPClient for a request.
func NewV2DeregisterHostParamsWithTimeout ¶
func NewV2DeregisterHostParamsWithTimeout(timeout time.Duration) *V2DeregisterHostParams
NewV2DeregisterHostParamsWithTimeout creates a new V2DeregisterHostParams object with the ability to set a timeout on a request.
func (*V2DeregisterHostParams) SetContext ¶
func (o *V2DeregisterHostParams) SetContext(ctx context.Context)
SetContext adds the context to the v2 deregister host params
func (*V2DeregisterHostParams) SetDefaults ¶
func (o *V2DeregisterHostParams) SetDefaults()
SetDefaults hydrates default values in the v2 deregister host params (not the query body).
All values with no default are reset to their zero value.
func (*V2DeregisterHostParams) SetHTTPClient ¶
func (o *V2DeregisterHostParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v2 deregister host params
func (*V2DeregisterHostParams) SetHostID ¶
func (o *V2DeregisterHostParams) SetHostID(hostID strfmt.UUID)
SetHostID adds the hostId to the v2 deregister host params
func (*V2DeregisterHostParams) SetInfraEnvID ¶
func (o *V2DeregisterHostParams) SetInfraEnvID(infraEnvID strfmt.UUID)
SetInfraEnvID adds the infraEnvId to the v2 deregister host params
func (*V2DeregisterHostParams) SetTimeout ¶
func (o *V2DeregisterHostParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v2 deregister host params
func (*V2DeregisterHostParams) WithContext ¶
func (o *V2DeregisterHostParams) WithContext(ctx context.Context) *V2DeregisterHostParams
WithContext adds the context to the v2 deregister host params
func (*V2DeregisterHostParams) WithDefaults ¶
func (o *V2DeregisterHostParams) WithDefaults() *V2DeregisterHostParams
WithDefaults hydrates default values in the v2 deregister host params (not the query body).
All values with no default are reset to their zero value.
func (*V2DeregisterHostParams) WithHTTPClient ¶
func (o *V2DeregisterHostParams) WithHTTPClient(client *http.Client) *V2DeregisterHostParams
WithHTTPClient adds the HTTPClient to the v2 deregister host params
func (*V2DeregisterHostParams) WithHostID ¶
func (o *V2DeregisterHostParams) WithHostID(hostID strfmt.UUID) *V2DeregisterHostParams
WithHostID adds the hostID to the v2 deregister host params
func (*V2DeregisterHostParams) WithInfraEnvID ¶
func (o *V2DeregisterHostParams) WithInfraEnvID(infraEnvID strfmt.UUID) *V2DeregisterHostParams
WithInfraEnvID adds the infraEnvID to the v2 deregister host params
func (*V2DeregisterHostParams) WithTimeout ¶
func (o *V2DeregisterHostParams) WithTimeout(timeout time.Duration) *V2DeregisterHostParams
WithTimeout adds the timeout to the v2 deregister host params
func (*V2DeregisterHostParams) WriteToRequest ¶
func (o *V2DeregisterHostParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V2DeregisterHostReader ¶
type V2DeregisterHostReader struct {
// contains filtered or unexported fields
}
V2DeregisterHostReader is a Reader for the V2DeregisterHost structure.
func (*V2DeregisterHostReader) ReadResponse ¶
func (o *V2DeregisterHostReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V2DeregisterHostUnauthorized ¶
type V2DeregisterHostUnauthorized struct {
}V2DeregisterHostUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewV2DeregisterHostUnauthorized ¶
func NewV2DeregisterHostUnauthorized() *V2DeregisterHostUnauthorized
NewV2DeregisterHostUnauthorized creates a V2DeregisterHostUnauthorized with default headers values
func (*V2DeregisterHostUnauthorized) Error ¶
func (o *V2DeregisterHostUnauthorized) Error() string
func (*V2DeregisterHostUnauthorized) GetPayload ¶
func (o *V2DeregisterHostUnauthorized) GetPayload() *models.InfraError
func (*V2DeregisterHostUnauthorized) IsClientError ¶
func (o *V2DeregisterHostUnauthorized) IsClientError() bool
IsClientError returns true when this v2 deregister host unauthorized response has a 4xx status code
func (*V2DeregisterHostUnauthorized) IsCode ¶
func (o *V2DeregisterHostUnauthorized) IsCode(code int) bool
IsCode returns true when this v2 deregister host unauthorized response a status code equal to that given
func (*V2DeregisterHostUnauthorized) IsRedirect ¶
func (o *V2DeregisterHostUnauthorized) IsRedirect() bool
IsRedirect returns true when this v2 deregister host unauthorized response has a 3xx status code
func (*V2DeregisterHostUnauthorized) IsServerError ¶
func (o *V2DeregisterHostUnauthorized) IsServerError() bool
IsServerError returns true when this v2 deregister host unauthorized response has a 5xx status code
func (*V2DeregisterHostUnauthorized) IsSuccess ¶
func (o *V2DeregisterHostUnauthorized) IsSuccess() bool
IsSuccess returns true when this v2 deregister host unauthorized response has a 2xx status code
func (*V2DeregisterHostUnauthorized) String ¶
func (o *V2DeregisterHostUnauthorized) String() string
type V2DownloadClusterCredentialsConflict ¶
V2DownloadClusterCredentialsConflict describes a response with status code 409, with default header values.
Error.
func NewV2DownloadClusterCredentialsConflict ¶
func NewV2DownloadClusterCredentialsConflict() *V2DownloadClusterCredentialsConflict
NewV2DownloadClusterCredentialsConflict creates a V2DownloadClusterCredentialsConflict with default headers values
func (*V2DownloadClusterCredentialsConflict) Error ¶
func (o *V2DownloadClusterCredentialsConflict) Error() string
func (*V2DownloadClusterCredentialsConflict) GetPayload ¶
func (o *V2DownloadClusterCredentialsConflict) GetPayload() *models.Error
func (*V2DownloadClusterCredentialsConflict) IsClientError ¶
func (o *V2DownloadClusterCredentialsConflict) IsClientError() bool
IsClientError returns true when this v2 download cluster credentials conflict response has a 4xx status code
func (*V2DownloadClusterCredentialsConflict) IsCode ¶
func (o *V2DownloadClusterCredentialsConflict) IsCode(code int) bool
IsCode returns true when this v2 download cluster credentials conflict response a status code equal to that given
func (*V2DownloadClusterCredentialsConflict) IsRedirect ¶
func (o *V2DownloadClusterCredentialsConflict) IsRedirect() bool
IsRedirect returns true when this v2 download cluster credentials conflict response has a 3xx status code
func (*V2DownloadClusterCredentialsConflict) IsServerError ¶
func (o *V2DownloadClusterCredentialsConflict) IsServerError() bool
IsServerError returns true when this v2 download cluster credentials conflict response has a 5xx status code
func (*V2DownloadClusterCredentialsConflict) IsSuccess ¶
func (o *V2DownloadClusterCredentialsConflict) IsSuccess() bool
IsSuccess returns true when this v2 download cluster credentials conflict response has a 2xx status code
func (*V2DownloadClusterCredentialsConflict) String ¶
func (o *V2DownloadClusterCredentialsConflict) String() string
type V2DownloadClusterCredentialsForbidden ¶
type V2DownloadClusterCredentialsForbidden struct {
Payload *models.InfraError
}
V2DownloadClusterCredentialsForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewV2DownloadClusterCredentialsForbidden ¶
func NewV2DownloadClusterCredentialsForbidden() *V2DownloadClusterCredentialsForbidden
NewV2DownloadClusterCredentialsForbidden creates a V2DownloadClusterCredentialsForbidden with default headers values
func (*V2DownloadClusterCredentialsForbidden) Error ¶
func (o *V2DownloadClusterCredentialsForbidden) Error() string
func (*V2DownloadClusterCredentialsForbidden) GetPayload ¶
func (o *V2DownloadClusterCredentialsForbidden) GetPayload() *models.InfraError
func (*V2DownloadClusterCredentialsForbidden) IsClientError ¶
func (o *V2DownloadClusterCredentialsForbidden) IsClientError() bool
IsClientError returns true when this v2 download cluster credentials forbidden response has a 4xx status code
func (*V2DownloadClusterCredentialsForbidden) IsCode ¶
func (o *V2DownloadClusterCredentialsForbidden) IsCode(code int) bool
IsCode returns true when this v2 download cluster credentials forbidden response a status code equal to that given
func (*V2DownloadClusterCredentialsForbidden) IsRedirect ¶
func (o *V2DownloadClusterCredentialsForbidden) IsRedirect() bool
IsRedirect returns true when this v2 download cluster credentials forbidden response has a 3xx status code
func (*V2DownloadClusterCredentialsForbidden) IsServerError ¶
func (o *V2DownloadClusterCredentialsForbidden) IsServerError() bool
IsServerError returns true when this v2 download cluster credentials forbidden response has a 5xx status code
func (*V2DownloadClusterCredentialsForbidden) IsSuccess ¶
func (o *V2DownloadClusterCredentialsForbidden) IsSuccess() bool
IsSuccess returns true when this v2 download cluster credentials forbidden response has a 2xx status code
func (*V2DownloadClusterCredentialsForbidden) String ¶
func (o *V2DownloadClusterCredentialsForbidden) String() string
type V2DownloadClusterCredentialsInternalServerError ¶
V2DownloadClusterCredentialsInternalServerError describes a response with status code 500, with default header values.
Error.
func NewV2DownloadClusterCredentialsInternalServerError ¶
func NewV2DownloadClusterCredentialsInternalServerError() *V2DownloadClusterCredentialsInternalServerError
NewV2DownloadClusterCredentialsInternalServerError creates a V2DownloadClusterCredentialsInternalServerError with default headers values
func (*V2DownloadClusterCredentialsInternalServerError) Error ¶
func (o *V2DownloadClusterCredentialsInternalServerError) Error() string
func (*V2DownloadClusterCredentialsInternalServerError) GetPayload ¶
func (o *V2DownloadClusterCredentialsInternalServerError) GetPayload() *models.Error
func (*V2DownloadClusterCredentialsInternalServerError) IsClientError ¶
func (o *V2DownloadClusterCredentialsInternalServerError) IsClientError() bool
IsClientError returns true when this v2 download cluster credentials internal server error response has a 4xx status code
func (*V2DownloadClusterCredentialsInternalServerError) IsCode ¶
func (o *V2DownloadClusterCredentialsInternalServerError) IsCode(code int) bool
IsCode returns true when this v2 download cluster credentials internal server error response a status code equal to that given
func (*V2DownloadClusterCredentialsInternalServerError) IsRedirect ¶
func (o *V2DownloadClusterCredentialsInternalServerError) IsRedirect() bool
IsRedirect returns true when this v2 download cluster credentials internal server error response has a 3xx status code
func (*V2DownloadClusterCredentialsInternalServerError) IsServerError ¶
func (o *V2DownloadClusterCredentialsInternalServerError) IsServerError() bool
IsServerError returns true when this v2 download cluster credentials internal server error response has a 5xx status code
func (*V2DownloadClusterCredentialsInternalServerError) IsSuccess ¶
func (o *V2DownloadClusterCredentialsInternalServerError) IsSuccess() bool
IsSuccess returns true when this v2 download cluster credentials internal server error response has a 2xx status code
func (*V2DownloadClusterCredentialsInternalServerError) String ¶
func (o *V2DownloadClusterCredentialsInternalServerError) String() string
type V2DownloadClusterCredentialsMethodNotAllowed ¶
V2DownloadClusterCredentialsMethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewV2DownloadClusterCredentialsMethodNotAllowed ¶
func NewV2DownloadClusterCredentialsMethodNotAllowed() *V2DownloadClusterCredentialsMethodNotAllowed
NewV2DownloadClusterCredentialsMethodNotAllowed creates a V2DownloadClusterCredentialsMethodNotAllowed with default headers values
func (*V2DownloadClusterCredentialsMethodNotAllowed) Error ¶
func (o *V2DownloadClusterCredentialsMethodNotAllowed) Error() string
func (*V2DownloadClusterCredentialsMethodNotAllowed) GetPayload ¶
func (o *V2DownloadClusterCredentialsMethodNotAllowed) GetPayload() *models.Error
func (*V2DownloadClusterCredentialsMethodNotAllowed) IsClientError ¶
func (o *V2DownloadClusterCredentialsMethodNotAllowed) IsClientError() bool
IsClientError returns true when this v2 download cluster credentials method not allowed response has a 4xx status code
func (*V2DownloadClusterCredentialsMethodNotAllowed) IsCode ¶
func (o *V2DownloadClusterCredentialsMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this v2 download cluster credentials method not allowed response a status code equal to that given
func (*V2DownloadClusterCredentialsMethodNotAllowed) IsRedirect ¶
func (o *V2DownloadClusterCredentialsMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this v2 download cluster credentials method not allowed response has a 3xx status code
func (*V2DownloadClusterCredentialsMethodNotAllowed) IsServerError ¶
func (o *V2DownloadClusterCredentialsMethodNotAllowed) IsServerError() bool
IsServerError returns true when this v2 download cluster credentials method not allowed response has a 5xx status code
func (*V2DownloadClusterCredentialsMethodNotAllowed) IsSuccess ¶
func (o *V2DownloadClusterCredentialsMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this v2 download cluster credentials method not allowed response has a 2xx status code
func (*V2DownloadClusterCredentialsMethodNotAllowed) String ¶
func (o *V2DownloadClusterCredentialsMethodNotAllowed) String() string
type V2DownloadClusterCredentialsNotFound ¶
V2DownloadClusterCredentialsNotFound describes a response with status code 404, with default header values.
Error.
func NewV2DownloadClusterCredentialsNotFound ¶
func NewV2DownloadClusterCredentialsNotFound() *V2DownloadClusterCredentialsNotFound
NewV2DownloadClusterCredentialsNotFound creates a V2DownloadClusterCredentialsNotFound with default headers values
func (*V2DownloadClusterCredentialsNotFound) Error ¶
func (o *V2DownloadClusterCredentialsNotFound) Error() string
func (*V2DownloadClusterCredentialsNotFound) GetPayload ¶
func (o *V2DownloadClusterCredentialsNotFound) GetPayload() *models.Error
func (*V2DownloadClusterCredentialsNotFound) IsClientError ¶
func (o *V2DownloadClusterCredentialsNotFound) IsClientError() bool
IsClientError returns true when this v2 download cluster credentials not found response has a 4xx status code
func (*V2DownloadClusterCredentialsNotFound) IsCode ¶
func (o *V2DownloadClusterCredentialsNotFound) IsCode(code int) bool
IsCode returns true when this v2 download cluster credentials not found response a status code equal to that given
func (*V2DownloadClusterCredentialsNotFound) IsRedirect ¶
func (o *V2DownloadClusterCredentialsNotFound) IsRedirect() bool
IsRedirect returns true when this v2 download cluster credentials not found response has a 3xx status code
func (*V2DownloadClusterCredentialsNotFound) IsServerError ¶
func (o *V2DownloadClusterCredentialsNotFound) IsServerError() bool
IsServerError returns true when this v2 download cluster credentials not found response has a 5xx status code
func (*V2DownloadClusterCredentialsNotFound) IsSuccess ¶
func (o *V2DownloadClusterCredentialsNotFound) IsSuccess() bool
IsSuccess returns true when this v2 download cluster credentials not found response has a 2xx status code
func (*V2DownloadClusterCredentialsNotFound) String ¶
func (o *V2DownloadClusterCredentialsNotFound) String() string
type V2DownloadClusterCredentialsOK ¶
V2DownloadClusterCredentialsOK describes a response with status code 200, with default header values.
Success.
func NewV2DownloadClusterCredentialsOK ¶
func NewV2DownloadClusterCredentialsOK(writer io.Writer) *V2DownloadClusterCredentialsOK
NewV2DownloadClusterCredentialsOK creates a V2DownloadClusterCredentialsOK with default headers values
func (*V2DownloadClusterCredentialsOK) Error ¶
func (o *V2DownloadClusterCredentialsOK) Error() string
func (*V2DownloadClusterCredentialsOK) GetPayload ¶
func (o *V2DownloadClusterCredentialsOK) GetPayload() io.Writer
func (*V2DownloadClusterCredentialsOK) IsClientError ¶
func (o *V2DownloadClusterCredentialsOK) IsClientError() bool
IsClientError returns true when this v2 download cluster credentials o k response has a 4xx status code
func (*V2DownloadClusterCredentialsOK) IsCode ¶
func (o *V2DownloadClusterCredentialsOK) IsCode(code int) bool
IsCode returns true when this v2 download cluster credentials o k response a status code equal to that given
func (*V2DownloadClusterCredentialsOK) IsRedirect ¶
func (o *V2DownloadClusterCredentialsOK) IsRedirect() bool
IsRedirect returns true when this v2 download cluster credentials o k response has a 3xx status code
func (*V2DownloadClusterCredentialsOK) IsServerError ¶
func (o *V2DownloadClusterCredentialsOK) IsServerError() bool
IsServerError returns true when this v2 download cluster credentials o k response has a 5xx status code
func (*V2DownloadClusterCredentialsOK) IsSuccess ¶
func (o *V2DownloadClusterCredentialsOK) IsSuccess() bool
IsSuccess returns true when this v2 download cluster credentials o k response has a 2xx status code
func (*V2DownloadClusterCredentialsOK) String ¶
func (o *V2DownloadClusterCredentialsOK) String() string
type V2DownloadClusterCredentialsParams ¶
type V2DownloadClusterCredentialsParams struct { /* ClusterID. The cluster that owns the credential file that should be downloaded. Format: uuid */ ClusterID strfmt.UUID /* FileName. The credential file to be downloaded. */ FileName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V2DownloadClusterCredentialsParams contains all the parameters to send to the API endpoint
for the v2 download cluster credentials operation. Typically these are written to a http.Request.
func NewV2DownloadClusterCredentialsParams ¶
func NewV2DownloadClusterCredentialsParams() *V2DownloadClusterCredentialsParams
NewV2DownloadClusterCredentialsParams creates a new V2DownloadClusterCredentialsParams 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 NewV2DownloadClusterCredentialsParamsWithContext ¶
func NewV2DownloadClusterCredentialsParamsWithContext(ctx context.Context) *V2DownloadClusterCredentialsParams
NewV2DownloadClusterCredentialsParamsWithContext creates a new V2DownloadClusterCredentialsParams object with the ability to set a context for a request.
func NewV2DownloadClusterCredentialsParamsWithHTTPClient ¶
func NewV2DownloadClusterCredentialsParamsWithHTTPClient(client *http.Client) *V2DownloadClusterCredentialsParams
NewV2DownloadClusterCredentialsParamsWithHTTPClient creates a new V2DownloadClusterCredentialsParams object with the ability to set a custom HTTPClient for a request.
func NewV2DownloadClusterCredentialsParamsWithTimeout ¶
func NewV2DownloadClusterCredentialsParamsWithTimeout(timeout time.Duration) *V2DownloadClusterCredentialsParams
NewV2DownloadClusterCredentialsParamsWithTimeout creates a new V2DownloadClusterCredentialsParams object with the ability to set a timeout on a request.
func (*V2DownloadClusterCredentialsParams) SetClusterID ¶
func (o *V2DownloadClusterCredentialsParams) SetClusterID(clusterID strfmt.UUID)
SetClusterID adds the clusterId to the v2 download cluster credentials params
func (*V2DownloadClusterCredentialsParams) SetContext ¶
func (o *V2DownloadClusterCredentialsParams) SetContext(ctx context.Context)
SetContext adds the context to the v2 download cluster credentials params
func (*V2DownloadClusterCredentialsParams) SetDefaults ¶
func (o *V2DownloadClusterCredentialsParams) SetDefaults()
SetDefaults hydrates default values in the v2 download cluster credentials params (not the query body).
All values with no default are reset to their zero value.
func (*V2DownloadClusterCredentialsParams) SetFileName ¶
func (o *V2DownloadClusterCredentialsParams) SetFileName(fileName string)
SetFileName adds the fileName to the v2 download cluster credentials params
func (*V2DownloadClusterCredentialsParams) SetHTTPClient ¶
func (o *V2DownloadClusterCredentialsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v2 download cluster credentials params
func (*V2DownloadClusterCredentialsParams) SetTimeout ¶
func (o *V2DownloadClusterCredentialsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v2 download cluster credentials params
func (*V2DownloadClusterCredentialsParams) WithClusterID ¶
func (o *V2DownloadClusterCredentialsParams) WithClusterID(clusterID strfmt.UUID) *V2DownloadClusterCredentialsParams
WithClusterID adds the clusterID to the v2 download cluster credentials params
func (*V2DownloadClusterCredentialsParams) WithContext ¶
func (o *V2DownloadClusterCredentialsParams) WithContext(ctx context.Context) *V2DownloadClusterCredentialsParams
WithContext adds the context to the v2 download cluster credentials params
func (*V2DownloadClusterCredentialsParams) WithDefaults ¶
func (o *V2DownloadClusterCredentialsParams) WithDefaults() *V2DownloadClusterCredentialsParams
WithDefaults hydrates default values in the v2 download cluster credentials params (not the query body).
All values with no default are reset to their zero value.
func (*V2DownloadClusterCredentialsParams) WithFileName ¶
func (o *V2DownloadClusterCredentialsParams) WithFileName(fileName string) *V2DownloadClusterCredentialsParams
WithFileName adds the fileName to the v2 download cluster credentials params
func (*V2DownloadClusterCredentialsParams) WithHTTPClient ¶
func (o *V2DownloadClusterCredentialsParams) WithHTTPClient(client *http.Client) *V2DownloadClusterCredentialsParams
WithHTTPClient adds the HTTPClient to the v2 download cluster credentials params
func (*V2DownloadClusterCredentialsParams) WithTimeout ¶
func (o *V2DownloadClusterCredentialsParams) WithTimeout(timeout time.Duration) *V2DownloadClusterCredentialsParams
WithTimeout adds the timeout to the v2 download cluster credentials params
func (*V2DownloadClusterCredentialsParams) WriteToRequest ¶
func (o *V2DownloadClusterCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V2DownloadClusterCredentialsReader ¶
type V2DownloadClusterCredentialsReader struct {
// contains filtered or unexported fields
}
V2DownloadClusterCredentialsReader is a Reader for the V2DownloadClusterCredentials structure.
func (*V2DownloadClusterCredentialsReader) ReadResponse ¶
func (o *V2DownloadClusterCredentialsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V2DownloadClusterCredentialsServiceUnavailable ¶
type V2DownloadClusterCredentialsServiceUnavailable struct {
}V2DownloadClusterCredentialsServiceUnavailable describes a response with status code 503, with default header values.
Unavailable.
func NewV2DownloadClusterCredentialsServiceUnavailable ¶
func NewV2DownloadClusterCredentialsServiceUnavailable() *V2DownloadClusterCredentialsServiceUnavailable
NewV2DownloadClusterCredentialsServiceUnavailable creates a V2DownloadClusterCredentialsServiceUnavailable with default headers values
func (*V2DownloadClusterCredentialsServiceUnavailable) Error ¶
func (o *V2DownloadClusterCredentialsServiceUnavailable) Error() string
func (*V2DownloadClusterCredentialsServiceUnavailable) GetPayload ¶
func (o *V2DownloadClusterCredentialsServiceUnavailable) GetPayload() *models.Error
func (*V2DownloadClusterCredentialsServiceUnavailable) IsClientError ¶
func (o *V2DownloadClusterCredentialsServiceUnavailable) IsClientError() bool
IsClientError returns true when this v2 download cluster credentials service unavailable response has a 4xx status code
func (*V2DownloadClusterCredentialsServiceUnavailable) IsCode ¶
func (o *V2DownloadClusterCredentialsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this v2 download cluster credentials service unavailable response a status code equal to that given
func (*V2DownloadClusterCredentialsServiceUnavailable) IsRedirect ¶
func (o *V2DownloadClusterCredentialsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this v2 download cluster credentials service unavailable response has a 3xx status code
func (*V2DownloadClusterCredentialsServiceUnavailable) IsServerError ¶
func (o *V2DownloadClusterCredentialsServiceUnavailable) IsServerError() bool
IsServerError returns true when this v2 download cluster credentials service unavailable response has a 5xx status code
func (*V2DownloadClusterCredentialsServiceUnavailable) IsSuccess ¶
func (o *V2DownloadClusterCredentialsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this v2 download cluster credentials service unavailable response has a 2xx status code
func (*V2DownloadClusterCredentialsServiceUnavailable) String ¶
func (o *V2DownloadClusterCredentialsServiceUnavailable) String() string
type V2DownloadClusterCredentialsUnauthorized ¶
type V2DownloadClusterCredentialsUnauthorized struct {
}V2DownloadClusterCredentialsUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewV2DownloadClusterCredentialsUnauthorized ¶
func NewV2DownloadClusterCredentialsUnauthorized() *V2DownloadClusterCredentialsUnauthorized
NewV2DownloadClusterCredentialsUnauthorized creates a V2DownloadClusterCredentialsUnauthorized with default headers values
func (*V2DownloadClusterCredentialsUnauthorized) Error ¶
func (o *V2DownloadClusterCredentialsUnauthorized) Error() string
func (*V2DownloadClusterCredentialsUnauthorized) GetPayload ¶
func (o *V2DownloadClusterCredentialsUnauthorized) GetPayload() *models.InfraError
func (*V2DownloadClusterCredentialsUnauthorized) IsClientError ¶
func (o *V2DownloadClusterCredentialsUnauthorized) IsClientError() bool
IsClientError returns true when this v2 download cluster credentials unauthorized response has a 4xx status code
func (*V2DownloadClusterCredentialsUnauthorized) IsCode ¶
func (o *V2DownloadClusterCredentialsUnauthorized) IsCode(code int) bool
IsCode returns true when this v2 download cluster credentials unauthorized response a status code equal to that given
func (*V2DownloadClusterCredentialsUnauthorized) IsRedirect ¶
func (o *V2DownloadClusterCredentialsUnauthorized) IsRedirect() bool
IsRedirect returns true when this v2 download cluster credentials unauthorized response has a 3xx status code
func (*V2DownloadClusterCredentialsUnauthorized) IsServerError ¶
func (o *V2DownloadClusterCredentialsUnauthorized) IsServerError() bool
IsServerError returns true when this v2 download cluster credentials unauthorized response has a 5xx status code
func (*V2DownloadClusterCredentialsUnauthorized) IsSuccess ¶
func (o *V2DownloadClusterCredentialsUnauthorized) IsSuccess() bool
IsSuccess returns true when this v2 download cluster credentials unauthorized response has a 2xx status code
func (*V2DownloadClusterCredentialsUnauthorized) String ¶
func (o *V2DownloadClusterCredentialsUnauthorized) String() string
type V2DownloadClusterFilesConflict ¶
V2DownloadClusterFilesConflict describes a response with status code 409, with default header values.
Error.
func NewV2DownloadClusterFilesConflict ¶
func NewV2DownloadClusterFilesConflict() *V2DownloadClusterFilesConflict
NewV2DownloadClusterFilesConflict creates a V2DownloadClusterFilesConflict with default headers values
func (*V2DownloadClusterFilesConflict) Error ¶
func (o *V2DownloadClusterFilesConflict) Error() string
func (*V2DownloadClusterFilesConflict) GetPayload ¶
func (o *V2DownloadClusterFilesConflict) GetPayload() *models.Error
func (*V2DownloadClusterFilesConflict) IsClientError ¶
func (o *V2DownloadClusterFilesConflict) IsClientError() bool
IsClientError returns true when this v2 download cluster files conflict response has a 4xx status code
func (*V2DownloadClusterFilesConflict) IsCode ¶
func (o *V2DownloadClusterFilesConflict) IsCode(code int) bool
IsCode returns true when this v2 download cluster files conflict response a status code equal to that given
func (*V2DownloadClusterFilesConflict) IsRedirect ¶
func (o *V2DownloadClusterFilesConflict) IsRedirect() bool
IsRedirect returns true when this v2 download cluster files conflict response has a 3xx status code
func (*V2DownloadClusterFilesConflict) IsServerError ¶
func (o *V2DownloadClusterFilesConflict) IsServerError() bool
IsServerError returns true when this v2 download cluster files conflict response has a 5xx status code
func (*V2DownloadClusterFilesConflict) IsSuccess ¶
func (o *V2DownloadClusterFilesConflict) IsSuccess() bool
IsSuccess returns true when this v2 download cluster files conflict response has a 2xx status code
func (*V2DownloadClusterFilesConflict) String ¶
func (o *V2DownloadClusterFilesConflict) String() string
type V2DownloadClusterFilesForbidden ¶
type V2DownloadClusterFilesForbidden struct {
Payload *models.InfraError
}
V2DownloadClusterFilesForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewV2DownloadClusterFilesForbidden ¶
func NewV2DownloadClusterFilesForbidden() *V2DownloadClusterFilesForbidden
NewV2DownloadClusterFilesForbidden creates a V2DownloadClusterFilesForbidden with default headers values
func (*V2DownloadClusterFilesForbidden) Error ¶
func (o *V2DownloadClusterFilesForbidden) Error() string
func (*V2DownloadClusterFilesForbidden) GetPayload ¶
func (o *V2DownloadClusterFilesForbidden) GetPayload() *models.InfraError
func (*V2DownloadClusterFilesForbidden) IsClientError ¶
func (o *V2DownloadClusterFilesForbidden) IsClientError() bool
IsClientError returns true when this v2 download cluster files forbidden response has a 4xx status code
func (*V2DownloadClusterFilesForbidden) IsCode ¶
func (o *V2DownloadClusterFilesForbidden) IsCode(code int) bool
IsCode returns true when this v2 download cluster files forbidden response a status code equal to that given
func (*V2DownloadClusterFilesForbidden) IsRedirect ¶
func (o *V2DownloadClusterFilesForbidden) IsRedirect() bool
IsRedirect returns true when this v2 download cluster files forbidden response has a 3xx status code
func (*V2DownloadClusterFilesForbidden) IsServerError ¶
func (o *V2DownloadClusterFilesForbidden) IsServerError() bool
IsServerError returns true when this v2 download cluster files forbidden response has a 5xx status code
func (*V2DownloadClusterFilesForbidden) IsSuccess ¶
func (o *V2DownloadClusterFilesForbidden) IsSuccess() bool
IsSuccess returns true when this v2 download cluster files forbidden response has a 2xx status code
func (*V2DownloadClusterFilesForbidden) String ¶
func (o *V2DownloadClusterFilesForbidden) String() string
type V2DownloadClusterFilesInternalServerError ¶
V2DownloadClusterFilesInternalServerError describes a response with status code 500, with default header values.
Error.
func NewV2DownloadClusterFilesInternalServerError ¶
func NewV2DownloadClusterFilesInternalServerError() *V2DownloadClusterFilesInternalServerError
NewV2DownloadClusterFilesInternalServerError creates a V2DownloadClusterFilesInternalServerError with default headers values
func (*V2DownloadClusterFilesInternalServerError) Error ¶
func (o *V2DownloadClusterFilesInternalServerError) Error() string
func (*V2DownloadClusterFilesInternalServerError) GetPayload ¶
func (o *V2DownloadClusterFilesInternalServerError) GetPayload() *models.Error
func (*V2DownloadClusterFilesInternalServerError) IsClientError ¶
func (o *V2DownloadClusterFilesInternalServerError) IsClientError() bool
IsClientError returns true when this v2 download cluster files internal server error response has a 4xx status code
func (*V2DownloadClusterFilesInternalServerError) IsCode ¶
func (o *V2DownloadClusterFilesInternalServerError) IsCode(code int) bool
IsCode returns true when this v2 download cluster files internal server error response a status code equal to that given
func (*V2DownloadClusterFilesInternalServerError) IsRedirect ¶
func (o *V2DownloadClusterFilesInternalServerError) IsRedirect() bool
IsRedirect returns true when this v2 download cluster files internal server error response has a 3xx status code
func (*V2DownloadClusterFilesInternalServerError) IsServerError ¶
func (o *V2DownloadClusterFilesInternalServerError) IsServerError() bool
IsServerError returns true when this v2 download cluster files internal server error response has a 5xx status code
func (*V2DownloadClusterFilesInternalServerError) IsSuccess ¶
func (o *V2DownloadClusterFilesInternalServerError) IsSuccess() bool
IsSuccess returns true when this v2 download cluster files internal server error response has a 2xx status code
func (*V2DownloadClusterFilesInternalServerError) String ¶
func (o *V2DownloadClusterFilesInternalServerError) String() string
type V2DownloadClusterFilesMethodNotAllowed ¶
V2DownloadClusterFilesMethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewV2DownloadClusterFilesMethodNotAllowed ¶
func NewV2DownloadClusterFilesMethodNotAllowed() *V2DownloadClusterFilesMethodNotAllowed
NewV2DownloadClusterFilesMethodNotAllowed creates a V2DownloadClusterFilesMethodNotAllowed with default headers values
func (*V2DownloadClusterFilesMethodNotAllowed) Error ¶
func (o *V2DownloadClusterFilesMethodNotAllowed) Error() string
func (*V2DownloadClusterFilesMethodNotAllowed) GetPayload ¶
func (o *V2DownloadClusterFilesMethodNotAllowed) GetPayload() *models.Error
func (*V2DownloadClusterFilesMethodNotAllowed) IsClientError ¶
func (o *V2DownloadClusterFilesMethodNotAllowed) IsClientError() bool
IsClientError returns true when this v2 download cluster files method not allowed response has a 4xx status code
func (*V2DownloadClusterFilesMethodNotAllowed) IsCode ¶
func (o *V2DownloadClusterFilesMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this v2 download cluster files method not allowed response a status code equal to that given
func (*V2DownloadClusterFilesMethodNotAllowed) IsRedirect ¶
func (o *V2DownloadClusterFilesMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this v2 download cluster files method not allowed response has a 3xx status code
func (*V2DownloadClusterFilesMethodNotAllowed) IsServerError ¶
func (o *V2DownloadClusterFilesMethodNotAllowed) IsServerError() bool
IsServerError returns true when this v2 download cluster files method not allowed response has a 5xx status code
func (*V2DownloadClusterFilesMethodNotAllowed) IsSuccess ¶
func (o *V2DownloadClusterFilesMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this v2 download cluster files method not allowed response has a 2xx status code
func (*V2DownloadClusterFilesMethodNotAllowed) String ¶
func (o *V2DownloadClusterFilesMethodNotAllowed) String() string
type V2DownloadClusterFilesNotFound ¶
V2DownloadClusterFilesNotFound describes a response with status code 404, with default header values.
Error.
func NewV2DownloadClusterFilesNotFound ¶
func NewV2DownloadClusterFilesNotFound() *V2DownloadClusterFilesNotFound
NewV2DownloadClusterFilesNotFound creates a V2DownloadClusterFilesNotFound with default headers values
func (*V2DownloadClusterFilesNotFound) Error ¶
func (o *V2DownloadClusterFilesNotFound) Error() string
func (*V2DownloadClusterFilesNotFound) GetPayload ¶
func (o *V2DownloadClusterFilesNotFound) GetPayload() *models.Error
func (*V2DownloadClusterFilesNotFound) IsClientError ¶
func (o *V2DownloadClusterFilesNotFound) IsClientError() bool
IsClientError returns true when this v2 download cluster files not found response has a 4xx status code
func (*V2DownloadClusterFilesNotFound) IsCode ¶
func (o *V2DownloadClusterFilesNotFound) IsCode(code int) bool
IsCode returns true when this v2 download cluster files not found response a status code equal to that given
func (*V2DownloadClusterFilesNotFound) IsRedirect ¶
func (o *V2DownloadClusterFilesNotFound) IsRedirect() bool
IsRedirect returns true when this v2 download cluster files not found response has a 3xx status code
func (*V2DownloadClusterFilesNotFound) IsServerError ¶
func (o *V2DownloadClusterFilesNotFound) IsServerError() bool
IsServerError returns true when this v2 download cluster files not found response has a 5xx status code
func (*V2DownloadClusterFilesNotFound) IsSuccess ¶
func (o *V2DownloadClusterFilesNotFound) IsSuccess() bool
IsSuccess returns true when this v2 download cluster files not found response has a 2xx status code
func (*V2DownloadClusterFilesNotFound) String ¶
func (o *V2DownloadClusterFilesNotFound) String() string
type V2DownloadClusterFilesOK ¶
V2DownloadClusterFilesOK describes a response with status code 200, with default header values.
Success.
func NewV2DownloadClusterFilesOK ¶
func NewV2DownloadClusterFilesOK(writer io.Writer) *V2DownloadClusterFilesOK
NewV2DownloadClusterFilesOK creates a V2DownloadClusterFilesOK with default headers values
func (*V2DownloadClusterFilesOK) Error ¶
func (o *V2DownloadClusterFilesOK) Error() string
func (*V2DownloadClusterFilesOK) GetPayload ¶
func (o *V2DownloadClusterFilesOK) GetPayload() io.Writer
func (*V2DownloadClusterFilesOK) IsClientError ¶
func (o *V2DownloadClusterFilesOK) IsClientError() bool
IsClientError returns true when this v2 download cluster files o k response has a 4xx status code
func (*V2DownloadClusterFilesOK) IsCode ¶
func (o *V2DownloadClusterFilesOK) IsCode(code int) bool
IsCode returns true when this v2 download cluster files o k response a status code equal to that given
func (*V2DownloadClusterFilesOK) IsRedirect ¶
func (o *V2DownloadClusterFilesOK) IsRedirect() bool
IsRedirect returns true when this v2 download cluster files o k response has a 3xx status code
func (*V2DownloadClusterFilesOK) IsServerError ¶
func (o *V2DownloadClusterFilesOK) IsServerError() bool
IsServerError returns true when this v2 download cluster files o k response has a 5xx status code
func (*V2DownloadClusterFilesOK) IsSuccess ¶
func (o *V2DownloadClusterFilesOK) IsSuccess() bool
IsSuccess returns true when this v2 download cluster files o k response has a 2xx status code
func (*V2DownloadClusterFilesOK) String ¶
func (o *V2DownloadClusterFilesOK) String() string
type V2DownloadClusterFilesParams ¶
type V2DownloadClusterFilesParams struct { /* ClusterID. The cluster that owns the file that should be downloaded. Format: uuid */ ClusterID strfmt.UUID /* DiscoveryAgentVersion. The software version of the discovery agent that is downloading the file. */ DiscoveryAgentVersion *string /* FileName. The file to be downloaded. */ FileName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V2DownloadClusterFilesParams contains all the parameters to send to the API endpoint
for the v2 download cluster files operation. Typically these are written to a http.Request.
func NewV2DownloadClusterFilesParams ¶
func NewV2DownloadClusterFilesParams() *V2DownloadClusterFilesParams
NewV2DownloadClusterFilesParams creates a new V2DownloadClusterFilesParams 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 NewV2DownloadClusterFilesParamsWithContext ¶
func NewV2DownloadClusterFilesParamsWithContext(ctx context.Context) *V2DownloadClusterFilesParams
NewV2DownloadClusterFilesParamsWithContext creates a new V2DownloadClusterFilesParams object with the ability to set a context for a request.
func NewV2DownloadClusterFilesParamsWithHTTPClient ¶
func NewV2DownloadClusterFilesParamsWithHTTPClient(client *http.Client) *V2DownloadClusterFilesParams
NewV2DownloadClusterFilesParamsWithHTTPClient creates a new V2DownloadClusterFilesParams object with the ability to set a custom HTTPClient for a request.
func NewV2DownloadClusterFilesParamsWithTimeout ¶
func NewV2DownloadClusterFilesParamsWithTimeout(timeout time.Duration) *V2DownloadClusterFilesParams
NewV2DownloadClusterFilesParamsWithTimeout creates a new V2DownloadClusterFilesParams object with the ability to set a timeout on a request.
func (*V2DownloadClusterFilesParams) SetClusterID ¶
func (o *V2DownloadClusterFilesParams) SetClusterID(clusterID strfmt.UUID)
SetClusterID adds the clusterId to the v2 download cluster files params
func (*V2DownloadClusterFilesParams) SetContext ¶
func (o *V2DownloadClusterFilesParams) SetContext(ctx context.Context)
SetContext adds the context to the v2 download cluster files params
func (*V2DownloadClusterFilesParams) SetDefaults ¶
func (o *V2DownloadClusterFilesParams) SetDefaults()
SetDefaults hydrates default values in the v2 download cluster files params (not the query body).
All values with no default are reset to their zero value.
func (*V2DownloadClusterFilesParams) SetDiscoveryAgentVersion ¶
func (o *V2DownloadClusterFilesParams) SetDiscoveryAgentVersion(discoveryAgentVersion *string)
SetDiscoveryAgentVersion adds the discoveryAgentVersion to the v2 download cluster files params
func (*V2DownloadClusterFilesParams) SetFileName ¶
func (o *V2DownloadClusterFilesParams) SetFileName(fileName string)
SetFileName adds the fileName to the v2 download cluster files params
func (*V2DownloadClusterFilesParams) SetHTTPClient ¶
func (o *V2DownloadClusterFilesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v2 download cluster files params
func (*V2DownloadClusterFilesParams) SetTimeout ¶
func (o *V2DownloadClusterFilesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v2 download cluster files params
func (*V2DownloadClusterFilesParams) WithClusterID ¶
func (o *V2DownloadClusterFilesParams) WithClusterID(clusterID strfmt.UUID) *V2DownloadClusterFilesParams
WithClusterID adds the clusterID to the v2 download cluster files params
func (*V2DownloadClusterFilesParams) WithContext ¶
func (o *V2DownloadClusterFilesParams) WithContext(ctx context.Context) *V2DownloadClusterFilesParams
WithContext adds the context to the v2 download cluster files params
func (*V2DownloadClusterFilesParams) WithDefaults ¶
func (o *V2DownloadClusterFilesParams) WithDefaults() *V2DownloadClusterFilesParams
WithDefaults hydrates default values in the v2 download cluster files params (not the query body).
All values with no default are reset to their zero value.
func (*V2DownloadClusterFilesParams) WithDiscoveryAgentVersion ¶
func (o *V2DownloadClusterFilesParams) WithDiscoveryAgentVersion(discoveryAgentVersion *string) *V2DownloadClusterFilesParams
WithDiscoveryAgentVersion adds the discoveryAgentVersion to the v2 download cluster files params
func (*V2DownloadClusterFilesParams) WithFileName ¶
func (o *V2DownloadClusterFilesParams) WithFileName(fileName string) *V2DownloadClusterFilesParams
WithFileName adds the fileName to the v2 download cluster files params
func (*V2DownloadClusterFilesParams) WithHTTPClient ¶
func (o *V2DownloadClusterFilesParams) WithHTTPClient(client *http.Client) *V2DownloadClusterFilesParams
WithHTTPClient adds the HTTPClient to the v2 download cluster files params
func (*V2DownloadClusterFilesParams) WithTimeout ¶
func (o *V2DownloadClusterFilesParams) WithTimeout(timeout time.Duration) *V2DownloadClusterFilesParams
WithTimeout adds the timeout to the v2 download cluster files params
func (*V2DownloadClusterFilesParams) WriteToRequest ¶
func (o *V2DownloadClusterFilesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V2DownloadClusterFilesReader ¶
type V2DownloadClusterFilesReader struct {
// contains filtered or unexported fields
}
V2DownloadClusterFilesReader is a Reader for the V2DownloadClusterFiles structure.
func (*V2DownloadClusterFilesReader) ReadResponse ¶
func (o *V2DownloadClusterFilesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V2DownloadClusterFilesServiceUnavailable ¶
type V2DownloadClusterFilesServiceUnavailable struct {
}V2DownloadClusterFilesServiceUnavailable describes a response with status code 503, with default header values.
Unavailable.
func NewV2DownloadClusterFilesServiceUnavailable ¶
func NewV2DownloadClusterFilesServiceUnavailable() *V2DownloadClusterFilesServiceUnavailable
NewV2DownloadClusterFilesServiceUnavailable creates a V2DownloadClusterFilesServiceUnavailable with default headers values
func (*V2DownloadClusterFilesServiceUnavailable) Error ¶
func (o *V2DownloadClusterFilesServiceUnavailable) Error() string
func (*V2DownloadClusterFilesServiceUnavailable) GetPayload ¶
func (o *V2DownloadClusterFilesServiceUnavailable) GetPayload() *models.Error
func (*V2DownloadClusterFilesServiceUnavailable) IsClientError ¶
func (o *V2DownloadClusterFilesServiceUnavailable) IsClientError() bool
IsClientError returns true when this v2 download cluster files service unavailable response has a 4xx status code
func (*V2DownloadClusterFilesServiceUnavailable) IsCode ¶
func (o *V2DownloadClusterFilesServiceUnavailable) IsCode(code int) bool
IsCode returns true when this v2 download cluster files service unavailable response a status code equal to that given
func (*V2DownloadClusterFilesServiceUnavailable) IsRedirect ¶
func (o *V2DownloadClusterFilesServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this v2 download cluster files service unavailable response has a 3xx status code
func (*V2DownloadClusterFilesServiceUnavailable) IsServerError ¶
func (o *V2DownloadClusterFilesServiceUnavailable) IsServerError() bool
IsServerError returns true when this v2 download cluster files service unavailable response has a 5xx status code
func (*V2DownloadClusterFilesServiceUnavailable) IsSuccess ¶
func (o *V2DownloadClusterFilesServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this v2 download cluster files service unavailable response has a 2xx status code
func (*V2DownloadClusterFilesServiceUnavailable) String ¶
func (o *V2DownloadClusterFilesServiceUnavailable) String() string
type V2DownloadClusterFilesUnauthorized ¶
type V2DownloadClusterFilesUnauthorized struct {
}V2DownloadClusterFilesUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewV2DownloadClusterFilesUnauthorized ¶
func NewV2DownloadClusterFilesUnauthorized() *V2DownloadClusterFilesUnauthorized
NewV2DownloadClusterFilesUnauthorized creates a V2DownloadClusterFilesUnauthorized with default headers values
func (*V2DownloadClusterFilesUnauthorized) Error ¶
func (o *V2DownloadClusterFilesUnauthorized) Error() string
func (*V2DownloadClusterFilesUnauthorized) GetPayload ¶
func (o *V2DownloadClusterFilesUnauthorized) GetPayload() *models.InfraError
func (*V2DownloadClusterFilesUnauthorized) IsClientError ¶
func (o *V2DownloadClusterFilesUnauthorized) IsClientError() bool
IsClientError returns true when this v2 download cluster files unauthorized response has a 4xx status code
func (*V2DownloadClusterFilesUnauthorized) IsCode ¶
func (o *V2DownloadClusterFilesUnauthorized) IsCode(code int) bool
IsCode returns true when this v2 download cluster files unauthorized response a status code equal to that given
func (*V2DownloadClusterFilesUnauthorized) IsRedirect ¶
func (o *V2DownloadClusterFilesUnauthorized) IsRedirect() bool
IsRedirect returns true when this v2 download cluster files unauthorized response has a 3xx status code
func (*V2DownloadClusterFilesUnauthorized) IsServerError ¶
func (o *V2DownloadClusterFilesUnauthorized) IsServerError() bool
IsServerError returns true when this v2 download cluster files unauthorized response has a 5xx status code
func (*V2DownloadClusterFilesUnauthorized) IsSuccess ¶
func (o *V2DownloadClusterFilesUnauthorized) IsSuccess() bool
IsSuccess returns true when this v2 download cluster files unauthorized response has a 2xx status code
func (*V2DownloadClusterFilesUnauthorized) String ¶
func (o *V2DownloadClusterFilesUnauthorized) String() string
type V2DownloadClusterLogsConflict ¶
V2DownloadClusterLogsConflict describes a response with status code 409, with default header values.
Error.
func NewV2DownloadClusterLogsConflict ¶
func NewV2DownloadClusterLogsConflict() *V2DownloadClusterLogsConflict
NewV2DownloadClusterLogsConflict creates a V2DownloadClusterLogsConflict with default headers values
func (*V2DownloadClusterLogsConflict) Error ¶
func (o *V2DownloadClusterLogsConflict) Error() string
func (*V2DownloadClusterLogsConflict) GetPayload ¶
func (o *V2DownloadClusterLogsConflict) GetPayload() *models.Error
func (*V2DownloadClusterLogsConflict) IsClientError ¶
func (o *V2DownloadClusterLogsConflict) IsClientError() bool
IsClientError returns true when this v2 download cluster logs conflict response has a 4xx status code
func (*V2DownloadClusterLogsConflict) IsCode ¶
func (o *V2DownloadClusterLogsConflict) IsCode(code int) bool
IsCode returns true when this v2 download cluster logs conflict response a status code equal to that given
func (*V2DownloadClusterLogsConflict) IsRedirect ¶
func (o *V2DownloadClusterLogsConflict) IsRedirect() bool
IsRedirect returns true when this v2 download cluster logs conflict response has a 3xx status code
func (*V2DownloadClusterLogsConflict) IsServerError ¶
func (o *V2DownloadClusterLogsConflict) IsServerError() bool
IsServerError returns true when this v2 download cluster logs conflict response has a 5xx status code
func (*V2DownloadClusterLogsConflict) IsSuccess ¶
func (o *V2DownloadClusterLogsConflict) IsSuccess() bool
IsSuccess returns true when this v2 download cluster logs conflict response has a 2xx status code
func (*V2DownloadClusterLogsConflict) String ¶
func (o *V2DownloadClusterLogsConflict) String() string
type V2DownloadClusterLogsForbidden ¶
type V2DownloadClusterLogsForbidden struct {
Payload *models.InfraError
}
V2DownloadClusterLogsForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewV2DownloadClusterLogsForbidden ¶
func NewV2DownloadClusterLogsForbidden() *V2DownloadClusterLogsForbidden
NewV2DownloadClusterLogsForbidden creates a V2DownloadClusterLogsForbidden with default headers values
func (*V2DownloadClusterLogsForbidden) Error ¶
func (o *V2DownloadClusterLogsForbidden) Error() string
func (*V2DownloadClusterLogsForbidden) GetPayload ¶
func (o *V2DownloadClusterLogsForbidden) GetPayload() *models.InfraError
func (*V2DownloadClusterLogsForbidden) IsClientError ¶
func (o *V2DownloadClusterLogsForbidden) IsClientError() bool
IsClientError returns true when this v2 download cluster logs forbidden response has a 4xx status code
func (*V2DownloadClusterLogsForbidden) IsCode ¶
func (o *V2DownloadClusterLogsForbidden) IsCode(code int) bool
IsCode returns true when this v2 download cluster logs forbidden response a status code equal to that given
func (*V2DownloadClusterLogsForbidden) IsRedirect ¶
func (o *V2DownloadClusterLogsForbidden) IsRedirect() bool
IsRedirect returns true when this v2 download cluster logs forbidden response has a 3xx status code
func (*V2DownloadClusterLogsForbidden) IsServerError ¶
func (o *V2DownloadClusterLogsForbidden) IsServerError() bool
IsServerError returns true when this v2 download cluster logs forbidden response has a 5xx status code
func (*V2DownloadClusterLogsForbidden) IsSuccess ¶
func (o *V2DownloadClusterLogsForbidden) IsSuccess() bool
IsSuccess returns true when this v2 download cluster logs forbidden response has a 2xx status code
func (*V2DownloadClusterLogsForbidden) String ¶
func (o *V2DownloadClusterLogsForbidden) String() string
type V2DownloadClusterLogsInternalServerError ¶
V2DownloadClusterLogsInternalServerError describes a response with status code 500, with default header values.
Error.
func NewV2DownloadClusterLogsInternalServerError ¶
func NewV2DownloadClusterLogsInternalServerError() *V2DownloadClusterLogsInternalServerError
NewV2DownloadClusterLogsInternalServerError creates a V2DownloadClusterLogsInternalServerError with default headers values
func (*V2DownloadClusterLogsInternalServerError) Error ¶
func (o *V2DownloadClusterLogsInternalServerError) Error() string
func (*V2DownloadClusterLogsInternalServerError) GetPayload ¶
func (o *V2DownloadClusterLogsInternalServerError) GetPayload() *models.Error
func (*V2DownloadClusterLogsInternalServerError) IsClientError ¶
func (o *V2DownloadClusterLogsInternalServerError) IsClientError() bool
IsClientError returns true when this v2 download cluster logs internal server error response has a 4xx status code
func (*V2DownloadClusterLogsInternalServerError) IsCode ¶
func (o *V2DownloadClusterLogsInternalServerError) IsCode(code int) bool
IsCode returns true when this v2 download cluster logs internal server error response a status code equal to that given
func (*V2DownloadClusterLogsInternalServerError) IsRedirect ¶
func (o *V2DownloadClusterLogsInternalServerError) IsRedirect() bool
IsRedirect returns true when this v2 download cluster logs internal server error response has a 3xx status code
func (*V2DownloadClusterLogsInternalServerError) IsServerError ¶
func (o *V2DownloadClusterLogsInternalServerError) IsServerError() bool
IsServerError returns true when this v2 download cluster logs internal server error response has a 5xx status code
func (*V2DownloadClusterLogsInternalServerError) IsSuccess ¶
func (o *V2DownloadClusterLogsInternalServerError) IsSuccess() bool
IsSuccess returns true when this v2 download cluster logs internal server error response has a 2xx status code
func (*V2DownloadClusterLogsInternalServerError) String ¶
func (o *V2DownloadClusterLogsInternalServerError) String() string
type V2DownloadClusterLogsMethodNotAllowed ¶
V2DownloadClusterLogsMethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewV2DownloadClusterLogsMethodNotAllowed ¶
func NewV2DownloadClusterLogsMethodNotAllowed() *V2DownloadClusterLogsMethodNotAllowed
NewV2DownloadClusterLogsMethodNotAllowed creates a V2DownloadClusterLogsMethodNotAllowed with default headers values
func (*V2DownloadClusterLogsMethodNotAllowed) Error ¶
func (o *V2DownloadClusterLogsMethodNotAllowed) Error() string
func (*V2DownloadClusterLogsMethodNotAllowed) GetPayload ¶
func (o *V2DownloadClusterLogsMethodNotAllowed) GetPayload() *models.Error
func (*V2DownloadClusterLogsMethodNotAllowed) IsClientError ¶
func (o *V2DownloadClusterLogsMethodNotAllowed) IsClientError() bool
IsClientError returns true when this v2 download cluster logs method not allowed response has a 4xx status code
func (*V2DownloadClusterLogsMethodNotAllowed) IsCode ¶
func (o *V2DownloadClusterLogsMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this v2 download cluster logs method not allowed response a status code equal to that given
func (*V2DownloadClusterLogsMethodNotAllowed) IsRedirect ¶
func (o *V2DownloadClusterLogsMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this v2 download cluster logs method not allowed response has a 3xx status code
func (*V2DownloadClusterLogsMethodNotAllowed) IsServerError ¶
func (o *V2DownloadClusterLogsMethodNotAllowed) IsServerError() bool
IsServerError returns true when this v2 download cluster logs method not allowed response has a 5xx status code
func (*V2DownloadClusterLogsMethodNotAllowed) IsSuccess ¶
func (o *V2DownloadClusterLogsMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this v2 download cluster logs method not allowed response has a 2xx status code
func (*V2DownloadClusterLogsMethodNotAllowed) String ¶
func (o *V2DownloadClusterLogsMethodNotAllowed) String() string
type V2DownloadClusterLogsNotFound ¶
V2DownloadClusterLogsNotFound describes a response with status code 404, with default header values.
Error.
func NewV2DownloadClusterLogsNotFound ¶
func NewV2DownloadClusterLogsNotFound() *V2DownloadClusterLogsNotFound
NewV2DownloadClusterLogsNotFound creates a V2DownloadClusterLogsNotFound with default headers values
func (*V2DownloadClusterLogsNotFound) Error ¶
func (o *V2DownloadClusterLogsNotFound) Error() string
func (*V2DownloadClusterLogsNotFound) GetPayload ¶
func (o *V2DownloadClusterLogsNotFound) GetPayload() *models.Error
func (*V2DownloadClusterLogsNotFound) IsClientError ¶
func (o *V2DownloadClusterLogsNotFound) IsClientError() bool
IsClientError returns true when this v2 download cluster logs not found response has a 4xx status code
func (*V2DownloadClusterLogsNotFound) IsCode ¶
func (o *V2DownloadClusterLogsNotFound) IsCode(code int) bool
IsCode returns true when this v2 download cluster logs not found response a status code equal to that given
func (*V2DownloadClusterLogsNotFound) IsRedirect ¶
func (o *V2DownloadClusterLogsNotFound) IsRedirect() bool
IsRedirect returns true when this v2 download cluster logs not found response has a 3xx status code
func (*V2DownloadClusterLogsNotFound) IsServerError ¶
func (o *V2DownloadClusterLogsNotFound) IsServerError() bool
IsServerError returns true when this v2 download cluster logs not found response has a 5xx status code
func (*V2DownloadClusterLogsNotFound) IsSuccess ¶
func (o *V2DownloadClusterLogsNotFound) IsSuccess() bool
IsSuccess returns true when this v2 download cluster logs not found response has a 2xx status code
func (*V2DownloadClusterLogsNotFound) String ¶
func (o *V2DownloadClusterLogsNotFound) String() string
type V2DownloadClusterLogsOK ¶
V2DownloadClusterLogsOK describes a response with status code 200, with default header values.
Success.
func NewV2DownloadClusterLogsOK ¶
func NewV2DownloadClusterLogsOK(writer io.Writer) *V2DownloadClusterLogsOK
NewV2DownloadClusterLogsOK creates a V2DownloadClusterLogsOK with default headers values
func (*V2DownloadClusterLogsOK) Error ¶
func (o *V2DownloadClusterLogsOK) Error() string
func (*V2DownloadClusterLogsOK) GetPayload ¶
func (o *V2DownloadClusterLogsOK) GetPayload() io.Writer
func (*V2DownloadClusterLogsOK) IsClientError ¶
func (o *V2DownloadClusterLogsOK) IsClientError() bool
IsClientError returns true when this v2 download cluster logs o k response has a 4xx status code
func (*V2DownloadClusterLogsOK) IsCode ¶
func (o *V2DownloadClusterLogsOK) IsCode(code int) bool
IsCode returns true when this v2 download cluster logs o k response a status code equal to that given
func (*V2DownloadClusterLogsOK) IsRedirect ¶
func (o *V2DownloadClusterLogsOK) IsRedirect() bool
IsRedirect returns true when this v2 download cluster logs o k response has a 3xx status code
func (*V2DownloadClusterLogsOK) IsServerError ¶
func (o *V2DownloadClusterLogsOK) IsServerError() bool
IsServerError returns true when this v2 download cluster logs o k response has a 5xx status code
func (*V2DownloadClusterLogsOK) IsSuccess ¶
func (o *V2DownloadClusterLogsOK) IsSuccess() bool
IsSuccess returns true when this v2 download cluster logs o k response has a 2xx status code
func (*V2DownloadClusterLogsOK) String ¶
func (o *V2DownloadClusterLogsOK) String() string
type V2DownloadClusterLogsParams ¶
type V2DownloadClusterLogsParams struct { /* ClusterID. The cluster whose logs should be downloaded. Format: uuid */ ClusterID strfmt.UUID /* HostID. A specific host in the cluster whose logs should be downloaded. Format: uuid */ HostID *strfmt.UUID /* LogsType. The type of logs to be downloaded. */ LogsType *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V2DownloadClusterLogsParams contains all the parameters to send to the API endpoint
for the v2 download cluster logs operation. Typically these are written to a http.Request.
func NewV2DownloadClusterLogsParams ¶
func NewV2DownloadClusterLogsParams() *V2DownloadClusterLogsParams
NewV2DownloadClusterLogsParams creates a new V2DownloadClusterLogsParams 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 NewV2DownloadClusterLogsParamsWithContext ¶
func NewV2DownloadClusterLogsParamsWithContext(ctx context.Context) *V2DownloadClusterLogsParams
NewV2DownloadClusterLogsParamsWithContext creates a new V2DownloadClusterLogsParams object with the ability to set a context for a request.
func NewV2DownloadClusterLogsParamsWithHTTPClient ¶
func NewV2DownloadClusterLogsParamsWithHTTPClient(client *http.Client) *V2DownloadClusterLogsParams
NewV2DownloadClusterLogsParamsWithHTTPClient creates a new V2DownloadClusterLogsParams object with the ability to set a custom HTTPClient for a request.
func NewV2DownloadClusterLogsParamsWithTimeout ¶
func NewV2DownloadClusterLogsParamsWithTimeout(timeout time.Duration) *V2DownloadClusterLogsParams
NewV2DownloadClusterLogsParamsWithTimeout creates a new V2DownloadClusterLogsParams object with the ability to set a timeout on a request.
func (*V2DownloadClusterLogsParams) SetClusterID ¶
func (o *V2DownloadClusterLogsParams) SetClusterID(clusterID strfmt.UUID)
SetClusterID adds the clusterId to the v2 download cluster logs params
func (*V2DownloadClusterLogsParams) SetContext ¶
func (o *V2DownloadClusterLogsParams) SetContext(ctx context.Context)
SetContext adds the context to the v2 download cluster logs params
func (*V2DownloadClusterLogsParams) SetDefaults ¶
func (o *V2DownloadClusterLogsParams) SetDefaults()
SetDefaults hydrates default values in the v2 download cluster logs params (not the query body).
All values with no default are reset to their zero value.
func (*V2DownloadClusterLogsParams) SetHTTPClient ¶
func (o *V2DownloadClusterLogsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v2 download cluster logs params
func (*V2DownloadClusterLogsParams) SetHostID ¶
func (o *V2DownloadClusterLogsParams) SetHostID(hostID *strfmt.UUID)
SetHostID adds the hostId to the v2 download cluster logs params
func (*V2DownloadClusterLogsParams) SetLogsType ¶
func (o *V2DownloadClusterLogsParams) SetLogsType(logsType *string)
SetLogsType adds the logsType to the v2 download cluster logs params
func (*V2DownloadClusterLogsParams) SetTimeout ¶
func (o *V2DownloadClusterLogsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v2 download cluster logs params
func (*V2DownloadClusterLogsParams) WithClusterID ¶
func (o *V2DownloadClusterLogsParams) WithClusterID(clusterID strfmt.UUID) *V2DownloadClusterLogsParams
WithClusterID adds the clusterID to the v2 download cluster logs params
func (*V2DownloadClusterLogsParams) WithContext ¶
func (o *V2DownloadClusterLogsParams) WithContext(ctx context.Context) *V2DownloadClusterLogsParams
WithContext adds the context to the v2 download cluster logs params
func (*V2DownloadClusterLogsParams) WithDefaults ¶
func (o *V2DownloadClusterLogsParams) WithDefaults() *V2DownloadClusterLogsParams
WithDefaults hydrates default values in the v2 download cluster logs params (not the query body).
All values with no default are reset to their zero value.
func (*V2DownloadClusterLogsParams) WithHTTPClient ¶
func (o *V2DownloadClusterLogsParams) WithHTTPClient(client *http.Client) *V2DownloadClusterLogsParams
WithHTTPClient adds the HTTPClient to the v2 download cluster logs params
func (*V2DownloadClusterLogsParams) WithHostID ¶
func (o *V2DownloadClusterLogsParams) WithHostID(hostID *strfmt.UUID) *V2DownloadClusterLogsParams
WithHostID adds the hostID to the v2 download cluster logs params
func (*V2DownloadClusterLogsParams) WithLogsType ¶
func (o *V2DownloadClusterLogsParams) WithLogsType(logsType *string) *V2DownloadClusterLogsParams
WithLogsType adds the logsType to the v2 download cluster logs params
func (*V2DownloadClusterLogsParams) WithTimeout ¶
func (o *V2DownloadClusterLogsParams) WithTimeout(timeout time.Duration) *V2DownloadClusterLogsParams
WithTimeout adds the timeout to the v2 download cluster logs params
func (*V2DownloadClusterLogsParams) WriteToRequest ¶
func (o *V2DownloadClusterLogsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V2DownloadClusterLogsReader ¶
type V2DownloadClusterLogsReader struct {
// contains filtered or unexported fields
}
V2DownloadClusterLogsReader is a Reader for the V2DownloadClusterLogs structure.
func (*V2DownloadClusterLogsReader) ReadResponse ¶
func (o *V2DownloadClusterLogsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V2DownloadClusterLogsUnauthorized ¶
type V2DownloadClusterLogsUnauthorized struct {
}V2DownloadClusterLogsUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewV2DownloadClusterLogsUnauthorized ¶
func NewV2DownloadClusterLogsUnauthorized() *V2DownloadClusterLogsUnauthorized
NewV2DownloadClusterLogsUnauthorized creates a V2DownloadClusterLogsUnauthorized with default headers values
func (*V2DownloadClusterLogsUnauthorized) Error ¶
func (o *V2DownloadClusterLogsUnauthorized) Error() string
func (*V2DownloadClusterLogsUnauthorized) GetPayload ¶
func (o *V2DownloadClusterLogsUnauthorized) GetPayload() *models.InfraError
func (*V2DownloadClusterLogsUnauthorized) IsClientError ¶
func (o *V2DownloadClusterLogsUnauthorized) IsClientError() bool
IsClientError returns true when this v2 download cluster logs unauthorized response has a 4xx status code
func (*V2DownloadClusterLogsUnauthorized) IsCode ¶
func (o *V2DownloadClusterLogsUnauthorized) IsCode(code int) bool
IsCode returns true when this v2 download cluster logs unauthorized response a status code equal to that given
func (*V2DownloadClusterLogsUnauthorized) IsRedirect ¶
func (o *V2DownloadClusterLogsUnauthorized) IsRedirect() bool
IsRedirect returns true when this v2 download cluster logs unauthorized response has a 3xx status code
func (*V2DownloadClusterLogsUnauthorized) IsServerError ¶
func (o *V2DownloadClusterLogsUnauthorized) IsServerError() bool
IsServerError returns true when this v2 download cluster logs unauthorized response has a 5xx status code
func (*V2DownloadClusterLogsUnauthorized) IsSuccess ¶
func (o *V2DownloadClusterLogsUnauthorized) IsSuccess() bool
IsSuccess returns true when this v2 download cluster logs unauthorized response has a 2xx status code
func (*V2DownloadClusterLogsUnauthorized) String ¶
func (o *V2DownloadClusterLogsUnauthorized) String() string
type V2DownloadHostIgnitionConflict ¶
V2DownloadHostIgnitionConflict describes a response with status code 409, with default header values.
Error.
func NewV2DownloadHostIgnitionConflict ¶
func NewV2DownloadHostIgnitionConflict() *V2DownloadHostIgnitionConflict
NewV2DownloadHostIgnitionConflict creates a V2DownloadHostIgnitionConflict with default headers values
func (*V2DownloadHostIgnitionConflict) Error ¶
func (o *V2DownloadHostIgnitionConflict) Error() string
func (*V2DownloadHostIgnitionConflict) GetPayload ¶
func (o *V2DownloadHostIgnitionConflict) GetPayload() *models.Error
func (*V2DownloadHostIgnitionConflict) IsClientError ¶
func (o *V2DownloadHostIgnitionConflict) IsClientError() bool
IsClientError returns true when this v2 download host ignition conflict response has a 4xx status code
func (*V2DownloadHostIgnitionConflict) IsCode ¶
func (o *V2DownloadHostIgnitionConflict) IsCode(code int) bool
IsCode returns true when this v2 download host ignition conflict response a status code equal to that given
func (*V2DownloadHostIgnitionConflict) IsRedirect ¶
func (o *V2DownloadHostIgnitionConflict) IsRedirect() bool
IsRedirect returns true when this v2 download host ignition conflict response has a 3xx status code
func (*V2DownloadHostIgnitionConflict) IsServerError ¶
func (o *V2DownloadHostIgnitionConflict) IsServerError() bool
IsServerError returns true when this v2 download host ignition conflict response has a 5xx status code
func (*V2DownloadHostIgnitionConflict) IsSuccess ¶
func (o *V2DownloadHostIgnitionConflict) IsSuccess() bool
IsSuccess returns true when this v2 download host ignition conflict response has a 2xx status code
func (*V2DownloadHostIgnitionConflict) String ¶
func (o *V2DownloadHostIgnitionConflict) String() string
type V2DownloadHostIgnitionForbidden ¶
type V2DownloadHostIgnitionForbidden struct {
Payload *models.InfraError
}
V2DownloadHostIgnitionForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewV2DownloadHostIgnitionForbidden ¶
func NewV2DownloadHostIgnitionForbidden() *V2DownloadHostIgnitionForbidden
NewV2DownloadHostIgnitionForbidden creates a V2DownloadHostIgnitionForbidden with default headers values
func (*V2DownloadHostIgnitionForbidden) Error ¶
func (o *V2DownloadHostIgnitionForbidden) Error() string
func (*V2DownloadHostIgnitionForbidden) GetPayload ¶
func (o *V2DownloadHostIgnitionForbidden) GetPayload() *models.InfraError
func (*V2DownloadHostIgnitionForbidden) IsClientError ¶
func (o *V2DownloadHostIgnitionForbidden) IsClientError() bool
IsClientError returns true when this v2 download host ignition forbidden response has a 4xx status code
func (*V2DownloadHostIgnitionForbidden) IsCode ¶
func (o *V2DownloadHostIgnitionForbidden) IsCode(code int) bool
IsCode returns true when this v2 download host ignition forbidden response a status code equal to that given
func (*V2DownloadHostIgnitionForbidden) IsRedirect ¶
func (o *V2DownloadHostIgnitionForbidden) IsRedirect() bool
IsRedirect returns true when this v2 download host ignition forbidden response has a 3xx status code
func (*V2DownloadHostIgnitionForbidden) IsServerError ¶
func (o *V2DownloadHostIgnitionForbidden) IsServerError() bool
IsServerError returns true when this v2 download host ignition forbidden response has a 5xx status code
func (*V2DownloadHostIgnitionForbidden) IsSuccess ¶
func (o *V2DownloadHostIgnitionForbidden) IsSuccess() bool
IsSuccess returns true when this v2 download host ignition forbidden response has a 2xx status code
func (*V2DownloadHostIgnitionForbidden) String ¶
func (o *V2DownloadHostIgnitionForbidden) String() string
type V2DownloadHostIgnitionInternalServerError ¶
V2DownloadHostIgnitionInternalServerError describes a response with status code 500, with default header values.
Error.
func NewV2DownloadHostIgnitionInternalServerError ¶
func NewV2DownloadHostIgnitionInternalServerError() *V2DownloadHostIgnitionInternalServerError
NewV2DownloadHostIgnitionInternalServerError creates a V2DownloadHostIgnitionInternalServerError with default headers values
func (*V2DownloadHostIgnitionInternalServerError) Error ¶
func (o *V2DownloadHostIgnitionInternalServerError) Error() string
func (*V2DownloadHostIgnitionInternalServerError) GetPayload ¶
func (o *V2DownloadHostIgnitionInternalServerError) GetPayload() *models.Error
func (*V2DownloadHostIgnitionInternalServerError) IsClientError ¶
func (o *V2DownloadHostIgnitionInternalServerError) IsClientError() bool
IsClientError returns true when this v2 download host ignition internal server error response has a 4xx status code
func (*V2DownloadHostIgnitionInternalServerError) IsCode ¶
func (o *V2DownloadHostIgnitionInternalServerError) IsCode(code int) bool
IsCode returns true when this v2 download host ignition internal server error response a status code equal to that given
func (*V2DownloadHostIgnitionInternalServerError) IsRedirect ¶
func (o *V2DownloadHostIgnitionInternalServerError) IsRedirect() bool
IsRedirect returns true when this v2 download host ignition internal server error response has a 3xx status code
func (*V2DownloadHostIgnitionInternalServerError) IsServerError ¶
func (o *V2DownloadHostIgnitionInternalServerError) IsServerError() bool
IsServerError returns true when this v2 download host ignition internal server error response has a 5xx status code
func (*V2DownloadHostIgnitionInternalServerError) IsSuccess ¶
func (o *V2DownloadHostIgnitionInternalServerError) IsSuccess() bool
IsSuccess returns true when this v2 download host ignition internal server error response has a 2xx status code
func (*V2DownloadHostIgnitionInternalServerError) String ¶
func (o *V2DownloadHostIgnitionInternalServerError) String() string
type V2DownloadHostIgnitionMethodNotAllowed ¶
V2DownloadHostIgnitionMethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewV2DownloadHostIgnitionMethodNotAllowed ¶
func NewV2DownloadHostIgnitionMethodNotAllowed() *V2DownloadHostIgnitionMethodNotAllowed
NewV2DownloadHostIgnitionMethodNotAllowed creates a V2DownloadHostIgnitionMethodNotAllowed with default headers values
func (*V2DownloadHostIgnitionMethodNotAllowed) Error ¶
func (o *V2DownloadHostIgnitionMethodNotAllowed) Error() string
func (*V2DownloadHostIgnitionMethodNotAllowed) GetPayload ¶
func (o *V2DownloadHostIgnitionMethodNotAllowed) GetPayload() *models.Error
func (*V2DownloadHostIgnitionMethodNotAllowed) IsClientError ¶
func (o *V2DownloadHostIgnitionMethodNotAllowed) IsClientError() bool
IsClientError returns true when this v2 download host ignition method not allowed response has a 4xx status code
func (*V2DownloadHostIgnitionMethodNotAllowed) IsCode ¶
func (o *V2DownloadHostIgnitionMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this v2 download host ignition method not allowed response a status code equal to that given
func (*V2DownloadHostIgnitionMethodNotAllowed) IsRedirect ¶
func (o *V2DownloadHostIgnitionMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this v2 download host ignition method not allowed response has a 3xx status code
func (*V2DownloadHostIgnitionMethodNotAllowed) IsServerError ¶
func (o *V2DownloadHostIgnitionMethodNotAllowed) IsServerError() bool
IsServerError returns true when this v2 download host ignition method not allowed response has a 5xx status code
func (*V2DownloadHostIgnitionMethodNotAllowed) IsSuccess ¶
func (o *V2DownloadHostIgnitionMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this v2 download host ignition method not allowed response has a 2xx status code
func (*V2DownloadHostIgnitionMethodNotAllowed) String ¶
func (o *V2DownloadHostIgnitionMethodNotAllowed) String() string
type V2DownloadHostIgnitionNotFound ¶
V2DownloadHostIgnitionNotFound describes a response with status code 404, with default header values.
Error.
func NewV2DownloadHostIgnitionNotFound ¶
func NewV2DownloadHostIgnitionNotFound() *V2DownloadHostIgnitionNotFound
NewV2DownloadHostIgnitionNotFound creates a V2DownloadHostIgnitionNotFound with default headers values
func (*V2DownloadHostIgnitionNotFound) Error ¶
func (o *V2DownloadHostIgnitionNotFound) Error() string
func (*V2DownloadHostIgnitionNotFound) GetPayload ¶
func (o *V2DownloadHostIgnitionNotFound) GetPayload() *models.Error
func (*V2DownloadHostIgnitionNotFound) IsClientError ¶
func (o *V2DownloadHostIgnitionNotFound) IsClientError() bool
IsClientError returns true when this v2 download host ignition not found response has a 4xx status code
func (*V2DownloadHostIgnitionNotFound) IsCode ¶
func (o *V2DownloadHostIgnitionNotFound) IsCode(code int) bool
IsCode returns true when this v2 download host ignition not found response a status code equal to that given
func (*V2DownloadHostIgnitionNotFound) IsRedirect ¶
func (o *V2DownloadHostIgnitionNotFound) IsRedirect() bool
IsRedirect returns true when this v2 download host ignition not found response has a 3xx status code
func (*V2DownloadHostIgnitionNotFound) IsServerError ¶
func (o *V2DownloadHostIgnitionNotFound) IsServerError() bool
IsServerError returns true when this v2 download host ignition not found response has a 5xx status code
func (*V2DownloadHostIgnitionNotFound) IsSuccess ¶
func (o *V2DownloadHostIgnitionNotFound) IsSuccess() bool
IsSuccess returns true when this v2 download host ignition not found response has a 2xx status code
func (*V2DownloadHostIgnitionNotFound) String ¶
func (o *V2DownloadHostIgnitionNotFound) String() string
type V2DownloadHostIgnitionOK ¶
V2DownloadHostIgnitionOK describes a response with status code 200, with default header values.
Success.
func NewV2DownloadHostIgnitionOK ¶
func NewV2DownloadHostIgnitionOK(writer io.Writer) *V2DownloadHostIgnitionOK
NewV2DownloadHostIgnitionOK creates a V2DownloadHostIgnitionOK with default headers values
func (*V2DownloadHostIgnitionOK) Error ¶
func (o *V2DownloadHostIgnitionOK) Error() string
func (*V2DownloadHostIgnitionOK) GetPayload ¶
func (o *V2DownloadHostIgnitionOK) GetPayload() io.Writer
func (*V2DownloadHostIgnitionOK) IsClientError ¶
func (o *V2DownloadHostIgnitionOK) IsClientError() bool
IsClientError returns true when this v2 download host ignition o k response has a 4xx status code
func (*V2DownloadHostIgnitionOK) IsCode ¶
func (o *V2DownloadHostIgnitionOK) IsCode(code int) bool
IsCode returns true when this v2 download host ignition o k response a status code equal to that given
func (*V2DownloadHostIgnitionOK) IsRedirect ¶
func (o *V2DownloadHostIgnitionOK) IsRedirect() bool
IsRedirect returns true when this v2 download host ignition o k response has a 3xx status code
func (*V2DownloadHostIgnitionOK) IsServerError ¶
func (o *V2DownloadHostIgnitionOK) IsServerError() bool
IsServerError returns true when this v2 download host ignition o k response has a 5xx status code
func (*V2DownloadHostIgnitionOK) IsSuccess ¶
func (o *V2DownloadHostIgnitionOK) IsSuccess() bool
IsSuccess returns true when this v2 download host ignition o k response has a 2xx status code
func (*V2DownloadHostIgnitionOK) String ¶
func (o *V2DownloadHostIgnitionOK) String() string
type V2DownloadHostIgnitionParams ¶
type V2DownloadHostIgnitionParams struct { /* HostID. The host whose ignition file should be downloaded. Format: uuid */ HostID strfmt.UUID /* InfraEnvID. The infra-env of the host whose ignition file should be downloaded. Format: uuid */ InfraEnvID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V2DownloadHostIgnitionParams contains all the parameters to send to the API endpoint
for the v2 download host ignition operation. Typically these are written to a http.Request.
func NewV2DownloadHostIgnitionParams ¶
func NewV2DownloadHostIgnitionParams() *V2DownloadHostIgnitionParams
NewV2DownloadHostIgnitionParams creates a new V2DownloadHostIgnitionParams 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 NewV2DownloadHostIgnitionParamsWithContext ¶
func NewV2DownloadHostIgnitionParamsWithContext(ctx context.Context) *V2DownloadHostIgnitionParams
NewV2DownloadHostIgnitionParamsWithContext creates a new V2DownloadHostIgnitionParams object with the ability to set a context for a request.
func NewV2DownloadHostIgnitionParamsWithHTTPClient ¶
func NewV2DownloadHostIgnitionParamsWithHTTPClient(client *http.Client) *V2DownloadHostIgnitionParams
NewV2DownloadHostIgnitionParamsWithHTTPClient creates a new V2DownloadHostIgnitionParams object with the ability to set a custom HTTPClient for a request.
func NewV2DownloadHostIgnitionParamsWithTimeout ¶
func NewV2DownloadHostIgnitionParamsWithTimeout(timeout time.Duration) *V2DownloadHostIgnitionParams
NewV2DownloadHostIgnitionParamsWithTimeout creates a new V2DownloadHostIgnitionParams object with the ability to set a timeout on a request.
func (*V2DownloadHostIgnitionParams) SetContext ¶
func (o *V2DownloadHostIgnitionParams) SetContext(ctx context.Context)
SetContext adds the context to the v2 download host ignition params
func (*V2DownloadHostIgnitionParams) SetDefaults ¶
func (o *V2DownloadHostIgnitionParams) SetDefaults()
SetDefaults hydrates default values in the v2 download host ignition params (not the query body).
All values with no default are reset to their zero value.
func (*V2DownloadHostIgnitionParams) SetHTTPClient ¶
func (o *V2DownloadHostIgnitionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v2 download host ignition params
func (*V2DownloadHostIgnitionParams) SetHostID ¶
func (o *V2DownloadHostIgnitionParams) SetHostID(hostID strfmt.UUID)
SetHostID adds the hostId to the v2 download host ignition params
func (*V2DownloadHostIgnitionParams) SetInfraEnvID ¶
func (o *V2DownloadHostIgnitionParams) SetInfraEnvID(infraEnvID strfmt.UUID)
SetInfraEnvID adds the infraEnvId to the v2 download host ignition params
func (*V2DownloadHostIgnitionParams) SetTimeout ¶
func (o *V2DownloadHostIgnitionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v2 download host ignition params
func (*V2DownloadHostIgnitionParams) WithContext ¶
func (o *V2DownloadHostIgnitionParams) WithContext(ctx context.Context) *V2DownloadHostIgnitionParams
WithContext adds the context to the v2 download host ignition params
func (*V2DownloadHostIgnitionParams) WithDefaults ¶
func (o *V2DownloadHostIgnitionParams) WithDefaults() *V2DownloadHostIgnitionParams
WithDefaults hydrates default values in the v2 download host ignition params (not the query body).
All values with no default are reset to their zero value.
func (*V2DownloadHostIgnitionParams) WithHTTPClient ¶
func (o *V2DownloadHostIgnitionParams) WithHTTPClient(client *http.Client) *V2DownloadHostIgnitionParams
WithHTTPClient adds the HTTPClient to the v2 download host ignition params
func (*V2DownloadHostIgnitionParams) WithHostID ¶
func (o *V2DownloadHostIgnitionParams) WithHostID(hostID strfmt.UUID) *V2DownloadHostIgnitionParams
WithHostID adds the hostID to the v2 download host ignition params
func (*V2DownloadHostIgnitionParams) WithInfraEnvID ¶
func (o *V2DownloadHostIgnitionParams) WithInfraEnvID(infraEnvID strfmt.UUID) *V2DownloadHostIgnitionParams
WithInfraEnvID adds the infraEnvID to the v2 download host ignition params
func (*V2DownloadHostIgnitionParams) WithTimeout ¶
func (o *V2DownloadHostIgnitionParams) WithTimeout(timeout time.Duration) *V2DownloadHostIgnitionParams
WithTimeout adds the timeout to the v2 download host ignition params
func (*V2DownloadHostIgnitionParams) WriteToRequest ¶
func (o *V2DownloadHostIgnitionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V2DownloadHostIgnitionReader ¶
type V2DownloadHostIgnitionReader struct {
// contains filtered or unexported fields
}
V2DownloadHostIgnitionReader is a Reader for the V2DownloadHostIgnition structure.
func (*V2DownloadHostIgnitionReader) ReadResponse ¶
func (o *V2DownloadHostIgnitionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V2DownloadHostIgnitionServiceUnavailable ¶
type V2DownloadHostIgnitionServiceUnavailable struct {
}V2DownloadHostIgnitionServiceUnavailable describes a response with status code 503, with default header values.
Unavailable.
func NewV2DownloadHostIgnitionServiceUnavailable ¶
func NewV2DownloadHostIgnitionServiceUnavailable() *V2DownloadHostIgnitionServiceUnavailable
NewV2DownloadHostIgnitionServiceUnavailable creates a V2DownloadHostIgnitionServiceUnavailable with default headers values
func (*V2DownloadHostIgnitionServiceUnavailable) Error ¶
func (o *V2DownloadHostIgnitionServiceUnavailable) Error() string
func (*V2DownloadHostIgnitionServiceUnavailable) GetPayload ¶
func (o *V2DownloadHostIgnitionServiceUnavailable) GetPayload() *models.Error
func (*V2DownloadHostIgnitionServiceUnavailable) IsClientError ¶
func (o *V2DownloadHostIgnitionServiceUnavailable) IsClientError() bool
IsClientError returns true when this v2 download host ignition service unavailable response has a 4xx status code
func (*V2DownloadHostIgnitionServiceUnavailable) IsCode ¶
func (o *V2DownloadHostIgnitionServiceUnavailable) IsCode(code int) bool
IsCode returns true when this v2 download host ignition service unavailable response a status code equal to that given
func (*V2DownloadHostIgnitionServiceUnavailable) IsRedirect ¶
func (o *V2DownloadHostIgnitionServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this v2 download host ignition service unavailable response has a 3xx status code
func (*V2DownloadHostIgnitionServiceUnavailable) IsServerError ¶
func (o *V2DownloadHostIgnitionServiceUnavailable) IsServerError() bool
IsServerError returns true when this v2 download host ignition service unavailable response has a 5xx status code
func (*V2DownloadHostIgnitionServiceUnavailable) IsSuccess ¶
func (o *V2DownloadHostIgnitionServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this v2 download host ignition service unavailable response has a 2xx status code
func (*V2DownloadHostIgnitionServiceUnavailable) String ¶
func (o *V2DownloadHostIgnitionServiceUnavailable) String() string
type V2DownloadHostIgnitionUnauthorized ¶
type V2DownloadHostIgnitionUnauthorized struct {
}V2DownloadHostIgnitionUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewV2DownloadHostIgnitionUnauthorized ¶
func NewV2DownloadHostIgnitionUnauthorized() *V2DownloadHostIgnitionUnauthorized
NewV2DownloadHostIgnitionUnauthorized creates a V2DownloadHostIgnitionUnauthorized with default headers values
func (*V2DownloadHostIgnitionUnauthorized) Error ¶
func (o *V2DownloadHostIgnitionUnauthorized) Error() string
func (*V2DownloadHostIgnitionUnauthorized) GetPayload ¶
func (o *V2DownloadHostIgnitionUnauthorized) GetPayload() *models.InfraError
func (*V2DownloadHostIgnitionUnauthorized) IsClientError ¶
func (o *V2DownloadHostIgnitionUnauthorized) IsClientError() bool
IsClientError returns true when this v2 download host ignition unauthorized response has a 4xx status code
func (*V2DownloadHostIgnitionUnauthorized) IsCode ¶
func (o *V2DownloadHostIgnitionUnauthorized) IsCode(code int) bool
IsCode returns true when this v2 download host ignition unauthorized response a status code equal to that given
func (*V2DownloadHostIgnitionUnauthorized) IsRedirect ¶
func (o *V2DownloadHostIgnitionUnauthorized) IsRedirect() bool
IsRedirect returns true when this v2 download host ignition unauthorized response has a 3xx status code
func (*V2DownloadHostIgnitionUnauthorized) IsServerError ¶
func (o *V2DownloadHostIgnitionUnauthorized) IsServerError() bool
IsServerError returns true when this v2 download host ignition unauthorized response has a 5xx status code
func (*V2DownloadHostIgnitionUnauthorized) IsSuccess ¶
func (o *V2DownloadHostIgnitionUnauthorized) IsSuccess() bool
IsSuccess returns true when this v2 download host ignition unauthorized response has a 2xx status code
func (*V2DownloadHostIgnitionUnauthorized) String ¶
func (o *V2DownloadHostIgnitionUnauthorized) String() string
type V2DownloadInfraEnvFilesBadRequest ¶
V2DownloadInfraEnvFilesBadRequest describes a response with status code 400, with default header values.
Bad Request.
func NewV2DownloadInfraEnvFilesBadRequest ¶
func NewV2DownloadInfraEnvFilesBadRequest() *V2DownloadInfraEnvFilesBadRequest
NewV2DownloadInfraEnvFilesBadRequest creates a V2DownloadInfraEnvFilesBadRequest with default headers values
func (*V2DownloadInfraEnvFilesBadRequest) Error ¶
func (o *V2DownloadInfraEnvFilesBadRequest) Error() string
func (*V2DownloadInfraEnvFilesBadRequest) GetPayload ¶
func (o *V2DownloadInfraEnvFilesBadRequest) GetPayload() *models.Error
func (*V2DownloadInfraEnvFilesBadRequest) IsClientError ¶
func (o *V2DownloadInfraEnvFilesBadRequest) IsClientError() bool
IsClientError returns true when this v2 download infra env files bad request response has a 4xx status code
func (*V2DownloadInfraEnvFilesBadRequest) IsCode ¶
func (o *V2DownloadInfraEnvFilesBadRequest) IsCode(code int) bool
IsCode returns true when this v2 download infra env files bad request response a status code equal to that given
func (*V2DownloadInfraEnvFilesBadRequest) IsRedirect ¶
func (o *V2DownloadInfraEnvFilesBadRequest) IsRedirect() bool
IsRedirect returns true when this v2 download infra env files bad request response has a 3xx status code
func (*V2DownloadInfraEnvFilesBadRequest) IsServerError ¶
func (o *V2DownloadInfraEnvFilesBadRequest) IsServerError() bool
IsServerError returns true when this v2 download infra env files bad request response has a 5xx status code
func (*V2DownloadInfraEnvFilesBadRequest) IsSuccess ¶
func (o *V2DownloadInfraEnvFilesBadRequest) IsSuccess() bool
IsSuccess returns true when this v2 download infra env files bad request response has a 2xx status code
func (*V2DownloadInfraEnvFilesBadRequest) String ¶
func (o *V2DownloadInfraEnvFilesBadRequest) String() string
type V2DownloadInfraEnvFilesConflict ¶
V2DownloadInfraEnvFilesConflict describes a response with status code 409, with default header values.
Error.
func NewV2DownloadInfraEnvFilesConflict ¶
func NewV2DownloadInfraEnvFilesConflict() *V2DownloadInfraEnvFilesConflict
NewV2DownloadInfraEnvFilesConflict creates a V2DownloadInfraEnvFilesConflict with default headers values
func (*V2DownloadInfraEnvFilesConflict) Error ¶
func (o *V2DownloadInfraEnvFilesConflict) Error() string
func (*V2DownloadInfraEnvFilesConflict) GetPayload ¶
func (o *V2DownloadInfraEnvFilesConflict) GetPayload() *models.Error
func (*V2DownloadInfraEnvFilesConflict) IsClientError ¶
func (o *V2DownloadInfraEnvFilesConflict) IsClientError() bool
IsClientError returns true when this v2 download infra env files conflict response has a 4xx status code
func (*V2DownloadInfraEnvFilesConflict) IsCode ¶
func (o *V2DownloadInfraEnvFilesConflict) IsCode(code int) bool
IsCode returns true when this v2 download infra env files conflict response a status code equal to that given
func (*V2DownloadInfraEnvFilesConflict) IsRedirect ¶
func (o *V2DownloadInfraEnvFilesConflict) IsRedirect() bool
IsRedirect returns true when this v2 download infra env files conflict response has a 3xx status code
func (*V2DownloadInfraEnvFilesConflict) IsServerError ¶
func (o *V2DownloadInfraEnvFilesConflict) IsServerError() bool
IsServerError returns true when this v2 download infra env files conflict response has a 5xx status code
func (*V2DownloadInfraEnvFilesConflict) IsSuccess ¶
func (o *V2DownloadInfraEnvFilesConflict) IsSuccess() bool
IsSuccess returns true when this v2 download infra env files conflict response has a 2xx status code
func (*V2DownloadInfraEnvFilesConflict) String ¶
func (o *V2DownloadInfraEnvFilesConflict) String() string
type V2DownloadInfraEnvFilesForbidden ¶
type V2DownloadInfraEnvFilesForbidden struct {
Payload *models.InfraError
}
V2DownloadInfraEnvFilesForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewV2DownloadInfraEnvFilesForbidden ¶
func NewV2DownloadInfraEnvFilesForbidden() *V2DownloadInfraEnvFilesForbidden
NewV2DownloadInfraEnvFilesForbidden creates a V2DownloadInfraEnvFilesForbidden with default headers values
func (*V2DownloadInfraEnvFilesForbidden) Error ¶
func (o *V2DownloadInfraEnvFilesForbidden) Error() string
func (*V2DownloadInfraEnvFilesForbidden) GetPayload ¶
func (o *V2DownloadInfraEnvFilesForbidden) GetPayload() *models.InfraError
func (*V2DownloadInfraEnvFilesForbidden) IsClientError ¶
func (o *V2DownloadInfraEnvFilesForbidden) IsClientError() bool
IsClientError returns true when this v2 download infra env files forbidden response has a 4xx status code
func (*V2DownloadInfraEnvFilesForbidden) IsCode ¶
func (o *V2DownloadInfraEnvFilesForbidden) IsCode(code int) bool
IsCode returns true when this v2 download infra env files forbidden response a status code equal to that given
func (*V2DownloadInfraEnvFilesForbidden) IsRedirect ¶
func (o *V2DownloadInfraEnvFilesForbidden) IsRedirect() bool
IsRedirect returns true when this v2 download infra env files forbidden response has a 3xx status code
func (*V2DownloadInfraEnvFilesForbidden) IsServerError ¶
func (o *V2DownloadInfraEnvFilesForbidden) IsServerError() bool
IsServerError returns true when this v2 download infra env files forbidden response has a 5xx status code
func (*V2DownloadInfraEnvFilesForbidden) IsSuccess ¶
func (o *V2DownloadInfraEnvFilesForbidden) IsSuccess() bool
IsSuccess returns true when this v2 download infra env files forbidden response has a 2xx status code
func (*V2DownloadInfraEnvFilesForbidden) String ¶
func (o *V2DownloadInfraEnvFilesForbidden) String() string
type V2DownloadInfraEnvFilesInternalServerError ¶
V2DownloadInfraEnvFilesInternalServerError describes a response with status code 500, with default header values.
Error.
func NewV2DownloadInfraEnvFilesInternalServerError ¶
func NewV2DownloadInfraEnvFilesInternalServerError() *V2DownloadInfraEnvFilesInternalServerError
NewV2DownloadInfraEnvFilesInternalServerError creates a V2DownloadInfraEnvFilesInternalServerError with default headers values
func (*V2DownloadInfraEnvFilesInternalServerError) Error ¶
func (o *V2DownloadInfraEnvFilesInternalServerError) Error() string
func (*V2DownloadInfraEnvFilesInternalServerError) GetPayload ¶
func (o *V2DownloadInfraEnvFilesInternalServerError) GetPayload() *models.Error
func (*V2DownloadInfraEnvFilesInternalServerError) IsClientError ¶
func (o *V2DownloadInfraEnvFilesInternalServerError) IsClientError() bool
IsClientError returns true when this v2 download infra env files internal server error response has a 4xx status code
func (*V2DownloadInfraEnvFilesInternalServerError) IsCode ¶
func (o *V2DownloadInfraEnvFilesInternalServerError) IsCode(code int) bool
IsCode returns true when this v2 download infra env files internal server error response a status code equal to that given
func (*V2DownloadInfraEnvFilesInternalServerError) IsRedirect ¶
func (o *V2DownloadInfraEnvFilesInternalServerError) IsRedirect() bool
IsRedirect returns true when this v2 download infra env files internal server error response has a 3xx status code
func (*V2DownloadInfraEnvFilesInternalServerError) IsServerError ¶
func (o *V2DownloadInfraEnvFilesInternalServerError) IsServerError() bool
IsServerError returns true when this v2 download infra env files internal server error response has a 5xx status code
func (*V2DownloadInfraEnvFilesInternalServerError) IsSuccess ¶
func (o *V2DownloadInfraEnvFilesInternalServerError) IsSuccess() bool
IsSuccess returns true when this v2 download infra env files internal server error response has a 2xx status code
func (*V2DownloadInfraEnvFilesInternalServerError) String ¶
func (o *V2DownloadInfraEnvFilesInternalServerError) String() string
type V2DownloadInfraEnvFilesMethodNotAllowed ¶
V2DownloadInfraEnvFilesMethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewV2DownloadInfraEnvFilesMethodNotAllowed ¶
func NewV2DownloadInfraEnvFilesMethodNotAllowed() *V2DownloadInfraEnvFilesMethodNotAllowed
NewV2DownloadInfraEnvFilesMethodNotAllowed creates a V2DownloadInfraEnvFilesMethodNotAllowed with default headers values
func (*V2DownloadInfraEnvFilesMethodNotAllowed) Error ¶
func (o *V2DownloadInfraEnvFilesMethodNotAllowed) Error() string
func (*V2DownloadInfraEnvFilesMethodNotAllowed) GetPayload ¶
func (o *V2DownloadInfraEnvFilesMethodNotAllowed) GetPayload() *models.Error
func (*V2DownloadInfraEnvFilesMethodNotAllowed) IsClientError ¶
func (o *V2DownloadInfraEnvFilesMethodNotAllowed) IsClientError() bool
IsClientError returns true when this v2 download infra env files method not allowed response has a 4xx status code
func (*V2DownloadInfraEnvFilesMethodNotAllowed) IsCode ¶
func (o *V2DownloadInfraEnvFilesMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this v2 download infra env files method not allowed response a status code equal to that given
func (*V2DownloadInfraEnvFilesMethodNotAllowed) IsRedirect ¶
func (o *V2DownloadInfraEnvFilesMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this v2 download infra env files method not allowed response has a 3xx status code
func (*V2DownloadInfraEnvFilesMethodNotAllowed) IsServerError ¶
func (o *V2DownloadInfraEnvFilesMethodNotAllowed) IsServerError() bool
IsServerError returns true when this v2 download infra env files method not allowed response has a 5xx status code
func (*V2DownloadInfraEnvFilesMethodNotAllowed) IsSuccess ¶
func (o *V2DownloadInfraEnvFilesMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this v2 download infra env files method not allowed response has a 2xx status code
func (*V2DownloadInfraEnvFilesMethodNotAllowed) String ¶
func (o *V2DownloadInfraEnvFilesMethodNotAllowed) String() string
type V2DownloadInfraEnvFilesNotFound ¶
V2DownloadInfraEnvFilesNotFound describes a response with status code 404, with default header values.
Error.
func NewV2DownloadInfraEnvFilesNotFound ¶
func NewV2DownloadInfraEnvFilesNotFound() *V2DownloadInfraEnvFilesNotFound
NewV2DownloadInfraEnvFilesNotFound creates a V2DownloadInfraEnvFilesNotFound with default headers values
func (*V2DownloadInfraEnvFilesNotFound) Error ¶
func (o *V2DownloadInfraEnvFilesNotFound) Error() string
func (*V2DownloadInfraEnvFilesNotFound) GetPayload ¶
func (o *V2DownloadInfraEnvFilesNotFound) GetPayload() *models.Error
func (*V2DownloadInfraEnvFilesNotFound) IsClientError ¶
func (o *V2DownloadInfraEnvFilesNotFound) IsClientError() bool
IsClientError returns true when this v2 download infra env files not found response has a 4xx status code
func (*V2DownloadInfraEnvFilesNotFound) IsCode ¶
func (o *V2DownloadInfraEnvFilesNotFound) IsCode(code int) bool
IsCode returns true when this v2 download infra env files not found response a status code equal to that given
func (*V2DownloadInfraEnvFilesNotFound) IsRedirect ¶
func (o *V2DownloadInfraEnvFilesNotFound) IsRedirect() bool
IsRedirect returns true when this v2 download infra env files not found response has a 3xx status code
func (*V2DownloadInfraEnvFilesNotFound) IsServerError ¶
func (o *V2DownloadInfraEnvFilesNotFound) IsServerError() bool
IsServerError returns true when this v2 download infra env files not found response has a 5xx status code
func (*V2DownloadInfraEnvFilesNotFound) IsSuccess ¶
func (o *V2DownloadInfraEnvFilesNotFound) IsSuccess() bool
IsSuccess returns true when this v2 download infra env files not found response has a 2xx status code
func (*V2DownloadInfraEnvFilesNotFound) String ¶
func (o *V2DownloadInfraEnvFilesNotFound) String() string
type V2DownloadInfraEnvFilesNotImplemented ¶
V2DownloadInfraEnvFilesNotImplemented describes a response with status code 501, with default header values.
Not implemented.
func NewV2DownloadInfraEnvFilesNotImplemented ¶
func NewV2DownloadInfraEnvFilesNotImplemented() *V2DownloadInfraEnvFilesNotImplemented
NewV2DownloadInfraEnvFilesNotImplemented creates a V2DownloadInfraEnvFilesNotImplemented with default headers values
func (*V2DownloadInfraEnvFilesNotImplemented) Error ¶
func (o *V2DownloadInfraEnvFilesNotImplemented) Error() string
func (*V2DownloadInfraEnvFilesNotImplemented) GetPayload ¶
func (o *V2DownloadInfraEnvFilesNotImplemented) GetPayload() *models.Error
func (*V2DownloadInfraEnvFilesNotImplemented) IsClientError ¶
func (o *V2DownloadInfraEnvFilesNotImplemented) IsClientError() bool
IsClientError returns true when this v2 download infra env files not implemented response has a 4xx status code
func (*V2DownloadInfraEnvFilesNotImplemented) IsCode ¶
func (o *V2DownloadInfraEnvFilesNotImplemented) IsCode(code int) bool
IsCode returns true when this v2 download infra env files not implemented response a status code equal to that given
func (*V2DownloadInfraEnvFilesNotImplemented) IsRedirect ¶
func (o *V2DownloadInfraEnvFilesNotImplemented) IsRedirect() bool
IsRedirect returns true when this v2 download infra env files not implemented response has a 3xx status code
func (*V2DownloadInfraEnvFilesNotImplemented) IsServerError ¶
func (o *V2DownloadInfraEnvFilesNotImplemented) IsServerError() bool
IsServerError returns true when this v2 download infra env files not implemented response has a 5xx status code
func (*V2DownloadInfraEnvFilesNotImplemented) IsSuccess ¶
func (o *V2DownloadInfraEnvFilesNotImplemented) IsSuccess() bool
IsSuccess returns true when this v2 download infra env files not implemented response has a 2xx status code
func (*V2DownloadInfraEnvFilesNotImplemented) String ¶
func (o *V2DownloadInfraEnvFilesNotImplemented) String() string
type V2DownloadInfraEnvFilesOK ¶
V2DownloadInfraEnvFilesOK describes a response with status code 200, with default header values.
Success.
func NewV2DownloadInfraEnvFilesOK ¶
func NewV2DownloadInfraEnvFilesOK(writer io.Writer) *V2DownloadInfraEnvFilesOK
NewV2DownloadInfraEnvFilesOK creates a V2DownloadInfraEnvFilesOK with default headers values
func (*V2DownloadInfraEnvFilesOK) Error ¶
func (o *V2DownloadInfraEnvFilesOK) Error() string
func (*V2DownloadInfraEnvFilesOK) GetPayload ¶
func (o *V2DownloadInfraEnvFilesOK) GetPayload() io.Writer
func (*V2DownloadInfraEnvFilesOK) IsClientError ¶
func (o *V2DownloadInfraEnvFilesOK) IsClientError() bool
IsClientError returns true when this v2 download infra env files o k response has a 4xx status code
func (*V2DownloadInfraEnvFilesOK) IsCode ¶
func (o *V2DownloadInfraEnvFilesOK) IsCode(code int) bool
IsCode returns true when this v2 download infra env files o k response a status code equal to that given
func (*V2DownloadInfraEnvFilesOK) IsRedirect ¶
func (o *V2DownloadInfraEnvFilesOK) IsRedirect() bool
IsRedirect returns true when this v2 download infra env files o k response has a 3xx status code
func (*V2DownloadInfraEnvFilesOK) IsServerError ¶
func (o *V2DownloadInfraEnvFilesOK) IsServerError() bool
IsServerError returns true when this v2 download infra env files o k response has a 5xx status code
func (*V2DownloadInfraEnvFilesOK) IsSuccess ¶
func (o *V2DownloadInfraEnvFilesOK) IsSuccess() bool
IsSuccess returns true when this v2 download infra env files o k response has a 2xx status code
func (*V2DownloadInfraEnvFilesOK) String ¶
func (o *V2DownloadInfraEnvFilesOK) String() string
type V2DownloadInfraEnvFilesParams ¶
type V2DownloadInfraEnvFilesParams struct { /* DiscoveryIsoType. Overrides the ISO type for the disovery ignition, either 'full-iso' or 'minimal-iso'. */ DiscoveryIsoType *string /* FileName. The file to be downloaded. */ FileName string /* InfraEnvID. The infra-env whose file should be downloaded. Format: uuid */ InfraEnvID strfmt.UUID /* IpxeScriptType. Specify the script type to be served for iPXE. */ IpxeScriptType *string /* Mac. Mac address of the host running ipxe script. Format: mac */ Mac *strfmt.MAC Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V2DownloadInfraEnvFilesParams contains all the parameters to send to the API endpoint
for the v2 download infra env files operation. Typically these are written to a http.Request.
func NewV2DownloadInfraEnvFilesParams ¶
func NewV2DownloadInfraEnvFilesParams() *V2DownloadInfraEnvFilesParams
NewV2DownloadInfraEnvFilesParams creates a new V2DownloadInfraEnvFilesParams 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 NewV2DownloadInfraEnvFilesParamsWithContext ¶
func NewV2DownloadInfraEnvFilesParamsWithContext(ctx context.Context) *V2DownloadInfraEnvFilesParams
NewV2DownloadInfraEnvFilesParamsWithContext creates a new V2DownloadInfraEnvFilesParams object with the ability to set a context for a request.
func NewV2DownloadInfraEnvFilesParamsWithHTTPClient ¶
func NewV2DownloadInfraEnvFilesParamsWithHTTPClient(client *http.Client) *V2DownloadInfraEnvFilesParams
NewV2DownloadInfraEnvFilesParamsWithHTTPClient creates a new V2DownloadInfraEnvFilesParams object with the ability to set a custom HTTPClient for a request.
func NewV2DownloadInfraEnvFilesParamsWithTimeout ¶
func NewV2DownloadInfraEnvFilesParamsWithTimeout(timeout time.Duration) *V2DownloadInfraEnvFilesParams
NewV2DownloadInfraEnvFilesParamsWithTimeout creates a new V2DownloadInfraEnvFilesParams object with the ability to set a timeout on a request.
func (*V2DownloadInfraEnvFilesParams) SetContext ¶
func (o *V2DownloadInfraEnvFilesParams) SetContext(ctx context.Context)
SetContext adds the context to the v2 download infra env files params
func (*V2DownloadInfraEnvFilesParams) SetDefaults ¶
func (o *V2DownloadInfraEnvFilesParams) SetDefaults()
SetDefaults hydrates default values in the v2 download infra env files params (not the query body).
All values with no default are reset to their zero value.
func (*V2DownloadInfraEnvFilesParams) SetDiscoveryIsoType ¶
func (o *V2DownloadInfraEnvFilesParams) SetDiscoveryIsoType(discoveryIsoType *string)
SetDiscoveryIsoType adds the discoveryIsoType to the v2 download infra env files params
func (*V2DownloadInfraEnvFilesParams) SetFileName ¶
func (o *V2DownloadInfraEnvFilesParams) SetFileName(fileName string)
SetFileName adds the fileName to the v2 download infra env files params
func (*V2DownloadInfraEnvFilesParams) SetHTTPClient ¶
func (o *V2DownloadInfraEnvFilesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v2 download infra env files params
func (*V2DownloadInfraEnvFilesParams) SetInfraEnvID ¶
func (o *V2DownloadInfraEnvFilesParams) SetInfraEnvID(infraEnvID strfmt.UUID)
SetInfraEnvID adds the infraEnvId to the v2 download infra env files params
func (*V2DownloadInfraEnvFilesParams) SetIpxeScriptType ¶
func (o *V2DownloadInfraEnvFilesParams) SetIpxeScriptType(ipxeScriptType *string)
SetIpxeScriptType adds the ipxeScriptType to the v2 download infra env files params
func (*V2DownloadInfraEnvFilesParams) SetMac ¶
func (o *V2DownloadInfraEnvFilesParams) SetMac(mac *strfmt.MAC)
SetMac adds the mac to the v2 download infra env files params
func (*V2DownloadInfraEnvFilesParams) SetTimeout ¶
func (o *V2DownloadInfraEnvFilesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v2 download infra env files params
func (*V2DownloadInfraEnvFilesParams) WithContext ¶
func (o *V2DownloadInfraEnvFilesParams) WithContext(ctx context.Context) *V2DownloadInfraEnvFilesParams
WithContext adds the context to the v2 download infra env files params
func (*V2DownloadInfraEnvFilesParams) WithDefaults ¶
func (o *V2DownloadInfraEnvFilesParams) WithDefaults() *V2DownloadInfraEnvFilesParams
WithDefaults hydrates default values in the v2 download infra env files params (not the query body).
All values with no default are reset to their zero value.
func (*V2DownloadInfraEnvFilesParams) WithDiscoveryIsoType ¶
func (o *V2DownloadInfraEnvFilesParams) WithDiscoveryIsoType(discoveryIsoType *string) *V2DownloadInfraEnvFilesParams
WithDiscoveryIsoType adds the discoveryIsoType to the v2 download infra env files params
func (*V2DownloadInfraEnvFilesParams) WithFileName ¶
func (o *V2DownloadInfraEnvFilesParams) WithFileName(fileName string) *V2DownloadInfraEnvFilesParams
WithFileName adds the fileName to the v2 download infra env files params
func (*V2DownloadInfraEnvFilesParams) WithHTTPClient ¶
func (o *V2DownloadInfraEnvFilesParams) WithHTTPClient(client *http.Client) *V2DownloadInfraEnvFilesParams
WithHTTPClient adds the HTTPClient to the v2 download infra env files params
func (*V2DownloadInfraEnvFilesParams) WithInfraEnvID ¶
func (o *V2DownloadInfraEnvFilesParams) WithInfraEnvID(infraEnvID strfmt.UUID) *V2DownloadInfraEnvFilesParams
WithInfraEnvID adds the infraEnvID to the v2 download infra env files params
func (*V2DownloadInfraEnvFilesParams) WithIpxeScriptType ¶
func (o *V2DownloadInfraEnvFilesParams) WithIpxeScriptType(ipxeScriptType *string) *V2DownloadInfraEnvFilesParams
WithIpxeScriptType adds the ipxeScriptType to the v2 download infra env files params
func (*V2DownloadInfraEnvFilesParams) WithMac ¶
func (o *V2DownloadInfraEnvFilesParams) WithMac(mac *strfmt.MAC) *V2DownloadInfraEnvFilesParams
WithMac adds the mac to the v2 download infra env files params
func (*V2DownloadInfraEnvFilesParams) WithTimeout ¶
func (o *V2DownloadInfraEnvFilesParams) WithTimeout(timeout time.Duration) *V2DownloadInfraEnvFilesParams
WithTimeout adds the timeout to the v2 download infra env files params
func (*V2DownloadInfraEnvFilesParams) WriteToRequest ¶
func (o *V2DownloadInfraEnvFilesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V2DownloadInfraEnvFilesReader ¶
type V2DownloadInfraEnvFilesReader struct {
// contains filtered or unexported fields
}
V2DownloadInfraEnvFilesReader is a Reader for the V2DownloadInfraEnvFiles structure.
func (*V2DownloadInfraEnvFilesReader) ReadResponse ¶
func (o *V2DownloadInfraEnvFilesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V2DownloadInfraEnvFilesServiceUnavailable ¶
type V2DownloadInfraEnvFilesServiceUnavailable struct {
}V2DownloadInfraEnvFilesServiceUnavailable describes a response with status code 503, with default header values.
Unavailable.
func NewV2DownloadInfraEnvFilesServiceUnavailable ¶
func NewV2DownloadInfraEnvFilesServiceUnavailable() *V2DownloadInfraEnvFilesServiceUnavailable
NewV2DownloadInfraEnvFilesServiceUnavailable creates a V2DownloadInfraEnvFilesServiceUnavailable with default headers values
func (*V2DownloadInfraEnvFilesServiceUnavailable) Error ¶
func (o *V2DownloadInfraEnvFilesServiceUnavailable) Error() string
func (*V2DownloadInfraEnvFilesServiceUnavailable) GetPayload ¶
func (o *V2DownloadInfraEnvFilesServiceUnavailable) GetPayload() *models.Error
func (*V2DownloadInfraEnvFilesServiceUnavailable) IsClientError ¶
func (o *V2DownloadInfraEnvFilesServiceUnavailable) IsClientError() bool
IsClientError returns true when this v2 download infra env files service unavailable response has a 4xx status code
func (*V2DownloadInfraEnvFilesServiceUnavailable) IsCode ¶
func (o *V2DownloadInfraEnvFilesServiceUnavailable) IsCode(code int) bool
IsCode returns true when this v2 download infra env files service unavailable response a status code equal to that given
func (*V2DownloadInfraEnvFilesServiceUnavailable) IsRedirect ¶
func (o *V2DownloadInfraEnvFilesServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this v2 download infra env files service unavailable response has a 3xx status code
func (*V2DownloadInfraEnvFilesServiceUnavailable) IsServerError ¶
func (o *V2DownloadInfraEnvFilesServiceUnavailable) IsServerError() bool
IsServerError returns true when this v2 download infra env files service unavailable response has a 5xx status code
func (*V2DownloadInfraEnvFilesServiceUnavailable) IsSuccess ¶
func (o *V2DownloadInfraEnvFilesServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this v2 download infra env files service unavailable response has a 2xx status code
func (*V2DownloadInfraEnvFilesServiceUnavailable) String ¶
func (o *V2DownloadInfraEnvFilesServiceUnavailable) String() string
type V2DownloadInfraEnvFilesUnauthorized ¶
type V2DownloadInfraEnvFilesUnauthorized struct {
}V2DownloadInfraEnvFilesUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewV2DownloadInfraEnvFilesUnauthorized ¶
func NewV2DownloadInfraEnvFilesUnauthorized() *V2DownloadInfraEnvFilesUnauthorized
NewV2DownloadInfraEnvFilesUnauthorized creates a V2DownloadInfraEnvFilesUnauthorized with default headers values
func (*V2DownloadInfraEnvFilesUnauthorized) Error ¶
func (o *V2DownloadInfraEnvFilesUnauthorized) Error() string
func (*V2DownloadInfraEnvFilesUnauthorized) GetPayload ¶
func (o *V2DownloadInfraEnvFilesUnauthorized) GetPayload() *models.InfraError
func (*V2DownloadInfraEnvFilesUnauthorized) IsClientError ¶
func (o *V2DownloadInfraEnvFilesUnauthorized) IsClientError() bool
IsClientError returns true when this v2 download infra env files unauthorized response has a 4xx status code
func (*V2DownloadInfraEnvFilesUnauthorized) IsCode ¶
func (o *V2DownloadInfraEnvFilesUnauthorized) IsCode(code int) bool
IsCode returns true when this v2 download infra env files unauthorized response a status code equal to that given
func (*V2DownloadInfraEnvFilesUnauthorized) IsRedirect ¶
func (o *V2DownloadInfraEnvFilesUnauthorized) IsRedirect() bool
IsRedirect returns true when this v2 download infra env files unauthorized response has a 3xx status code
func (*V2DownloadInfraEnvFilesUnauthorized) IsServerError ¶
func (o *V2DownloadInfraEnvFilesUnauthorized) IsServerError() bool
IsServerError returns true when this v2 download infra env files unauthorized response has a 5xx status code
func (*V2DownloadInfraEnvFilesUnauthorized) IsSuccess ¶
func (o *V2DownloadInfraEnvFilesUnauthorized) IsSuccess() bool
IsSuccess returns true when this v2 download infra env files unauthorized response has a 2xx status code
func (*V2DownloadInfraEnvFilesUnauthorized) String ¶
func (o *V2DownloadInfraEnvFilesUnauthorized) String() string
type V2GetClusterDefaultConfigForbidden ¶
type V2GetClusterDefaultConfigForbidden struct {
Payload *models.InfraError
}
V2GetClusterDefaultConfigForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewV2GetClusterDefaultConfigForbidden ¶
func NewV2GetClusterDefaultConfigForbidden() *V2GetClusterDefaultConfigForbidden
NewV2GetClusterDefaultConfigForbidden creates a V2GetClusterDefaultConfigForbidden with default headers values
func (*V2GetClusterDefaultConfigForbidden) Error ¶
func (o *V2GetClusterDefaultConfigForbidden) Error() string
func (*V2GetClusterDefaultConfigForbidden) GetPayload ¶
func (o *V2GetClusterDefaultConfigForbidden) GetPayload() *models.InfraError
func (*V2GetClusterDefaultConfigForbidden) IsClientError ¶
func (o *V2GetClusterDefaultConfigForbidden) IsClientError() bool
IsClientError returns true when this v2 get cluster default config forbidden response has a 4xx status code
func (*V2GetClusterDefaultConfigForbidden) IsCode ¶
func (o *V2GetClusterDefaultConfigForbidden) IsCode(code int) bool
IsCode returns true when this v2 get cluster default config forbidden response a status code equal to that given
func (*V2GetClusterDefaultConfigForbidden) IsRedirect ¶
func (o *V2GetClusterDefaultConfigForbidden) IsRedirect() bool
IsRedirect returns true when this v2 get cluster default config forbidden response has a 3xx status code
func (*V2GetClusterDefaultConfigForbidden) IsServerError ¶
func (o *V2GetClusterDefaultConfigForbidden) IsServerError() bool
IsServerError returns true when this v2 get cluster default config forbidden response has a 5xx status code
func (*V2GetClusterDefaultConfigForbidden) IsSuccess ¶
func (o *V2GetClusterDefaultConfigForbidden) IsSuccess() bool
IsSuccess returns true when this v2 get cluster default config forbidden response has a 2xx status code
func (*V2GetClusterDefaultConfigForbidden) String ¶
func (o *V2GetClusterDefaultConfigForbidden) String() string
type V2GetClusterDefaultConfigInternalServerError ¶
V2GetClusterDefaultConfigInternalServerError describes a response with status code 500, with default header values.
Error.
func NewV2GetClusterDefaultConfigInternalServerError ¶
func NewV2GetClusterDefaultConfigInternalServerError() *V2GetClusterDefaultConfigInternalServerError
NewV2GetClusterDefaultConfigInternalServerError creates a V2GetClusterDefaultConfigInternalServerError with default headers values
func (*V2GetClusterDefaultConfigInternalServerError) Error ¶
func (o *V2GetClusterDefaultConfigInternalServerError) Error() string
func (*V2GetClusterDefaultConfigInternalServerError) GetPayload ¶
func (o *V2GetClusterDefaultConfigInternalServerError) GetPayload() *models.Error
func (*V2GetClusterDefaultConfigInternalServerError) IsClientError ¶
func (o *V2GetClusterDefaultConfigInternalServerError) IsClientError() bool
IsClientError returns true when this v2 get cluster default config internal server error response has a 4xx status code
func (*V2GetClusterDefaultConfigInternalServerError) IsCode ¶
func (o *V2GetClusterDefaultConfigInternalServerError) IsCode(code int) bool
IsCode returns true when this v2 get cluster default config internal server error response a status code equal to that given
func (*V2GetClusterDefaultConfigInternalServerError) IsRedirect ¶
func (o *V2GetClusterDefaultConfigInternalServerError) IsRedirect() bool
IsRedirect returns true when this v2 get cluster default config internal server error response has a 3xx status code
func (*V2GetClusterDefaultConfigInternalServerError) IsServerError ¶
func (o *V2GetClusterDefaultConfigInternalServerError) IsServerError() bool
IsServerError returns true when this v2 get cluster default config internal server error response has a 5xx status code
func (*V2GetClusterDefaultConfigInternalServerError) IsSuccess ¶
func (o *V2GetClusterDefaultConfigInternalServerError) IsSuccess() bool
IsSuccess returns true when this v2 get cluster default config internal server error response has a 2xx status code
func (*V2GetClusterDefaultConfigInternalServerError) String ¶
func (o *V2GetClusterDefaultConfigInternalServerError) String() string
type V2GetClusterDefaultConfigOK ¶
type V2GetClusterDefaultConfigOK struct {
Payload *models.ClusterDefaultConfig
}
V2GetClusterDefaultConfigOK describes a response with status code 200, with default header values.
Success.
func NewV2GetClusterDefaultConfigOK ¶
func NewV2GetClusterDefaultConfigOK() *V2GetClusterDefaultConfigOK
NewV2GetClusterDefaultConfigOK creates a V2GetClusterDefaultConfigOK with default headers values
func (*V2GetClusterDefaultConfigOK) Error ¶
func (o *V2GetClusterDefaultConfigOK) Error() string
func (*V2GetClusterDefaultConfigOK) GetPayload ¶
func (o *V2GetClusterDefaultConfigOK) GetPayload() *models.ClusterDefaultConfig
func (*V2GetClusterDefaultConfigOK) IsClientError ¶
func (o *V2GetClusterDefaultConfigOK) IsClientError() bool
IsClientError returns true when this v2 get cluster default config o k response has a 4xx status code
func (*V2GetClusterDefaultConfigOK) IsCode ¶
func (o *V2GetClusterDefaultConfigOK) IsCode(code int) bool
IsCode returns true when this v2 get cluster default config o k response a status code equal to that given
func (*V2GetClusterDefaultConfigOK) IsRedirect ¶
func (o *V2GetClusterDefaultConfigOK) IsRedirect() bool
IsRedirect returns true when this v2 get cluster default config o k response has a 3xx status code
func (*V2GetClusterDefaultConfigOK) IsServerError ¶
func (o *V2GetClusterDefaultConfigOK) IsServerError() bool
IsServerError returns true when this v2 get cluster default config o k response has a 5xx status code
func (*V2GetClusterDefaultConfigOK) IsSuccess ¶
func (o *V2GetClusterDefaultConfigOK) IsSuccess() bool
IsSuccess returns true when this v2 get cluster default config o k response has a 2xx status code
func (*V2GetClusterDefaultConfigOK) String ¶
func (o *V2GetClusterDefaultConfigOK) String() string
type V2GetClusterDefaultConfigParams ¶
type V2GetClusterDefaultConfigParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V2GetClusterDefaultConfigParams contains all the parameters to send to the API endpoint
for the v2 get cluster default config operation. Typically these are written to a http.Request.
func NewV2GetClusterDefaultConfigParams ¶
func NewV2GetClusterDefaultConfigParams() *V2GetClusterDefaultConfigParams
NewV2GetClusterDefaultConfigParams creates a new V2GetClusterDefaultConfigParams 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 NewV2GetClusterDefaultConfigParamsWithContext ¶
func NewV2GetClusterDefaultConfigParamsWithContext(ctx context.Context) *V2GetClusterDefaultConfigParams
NewV2GetClusterDefaultConfigParamsWithContext creates a new V2GetClusterDefaultConfigParams object with the ability to set a context for a request.
func NewV2GetClusterDefaultConfigParamsWithHTTPClient ¶
func NewV2GetClusterDefaultConfigParamsWithHTTPClient(client *http.Client) *V2GetClusterDefaultConfigParams
NewV2GetClusterDefaultConfigParamsWithHTTPClient creates a new V2GetClusterDefaultConfigParams object with the ability to set a custom HTTPClient for a request.
func NewV2GetClusterDefaultConfigParamsWithTimeout ¶
func NewV2GetClusterDefaultConfigParamsWithTimeout(timeout time.Duration) *V2GetClusterDefaultConfigParams
NewV2GetClusterDefaultConfigParamsWithTimeout creates a new V2GetClusterDefaultConfigParams object with the ability to set a timeout on a request.
func (*V2GetClusterDefaultConfigParams) SetContext ¶
func (o *V2GetClusterDefaultConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the v2 get cluster default config params
func (*V2GetClusterDefaultConfigParams) SetDefaults ¶
func (o *V2GetClusterDefaultConfigParams) SetDefaults()
SetDefaults hydrates default values in the v2 get cluster default config params (not the query body).
All values with no default are reset to their zero value.
func (*V2GetClusterDefaultConfigParams) SetHTTPClient ¶
func (o *V2GetClusterDefaultConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v2 get cluster default config params
func (*V2GetClusterDefaultConfigParams) SetTimeout ¶
func (o *V2GetClusterDefaultConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v2 get cluster default config params
func (*V2GetClusterDefaultConfigParams) WithContext ¶
func (o *V2GetClusterDefaultConfigParams) WithContext(ctx context.Context) *V2GetClusterDefaultConfigParams
WithContext adds the context to the v2 get cluster default config params
func (*V2GetClusterDefaultConfigParams) WithDefaults ¶
func (o *V2GetClusterDefaultConfigParams) WithDefaults() *V2GetClusterDefaultConfigParams
WithDefaults hydrates default values in the v2 get cluster default config params (not the query body).
All values with no default are reset to their zero value.
func (*V2GetClusterDefaultConfigParams) WithHTTPClient ¶
func (o *V2GetClusterDefaultConfigParams) WithHTTPClient(client *http.Client) *V2GetClusterDefaultConfigParams
WithHTTPClient adds the HTTPClient to the v2 get cluster default config params
func (*V2GetClusterDefaultConfigParams) WithTimeout ¶
func (o *V2GetClusterDefaultConfigParams) WithTimeout(timeout time.Duration) *V2GetClusterDefaultConfigParams
WithTimeout adds the timeout to the v2 get cluster default config params
func (*V2GetClusterDefaultConfigParams) WriteToRequest ¶
func (o *V2GetClusterDefaultConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V2GetClusterDefaultConfigReader ¶
type V2GetClusterDefaultConfigReader struct {
// contains filtered or unexported fields
}
V2GetClusterDefaultConfigReader is a Reader for the V2GetClusterDefaultConfig structure.
func (*V2GetClusterDefaultConfigReader) ReadResponse ¶
func (o *V2GetClusterDefaultConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V2GetClusterDefaultConfigUnauthorized ¶
type V2GetClusterDefaultConfigUnauthorized struct {
}V2GetClusterDefaultConfigUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewV2GetClusterDefaultConfigUnauthorized ¶
func NewV2GetClusterDefaultConfigUnauthorized() *V2GetClusterDefaultConfigUnauthorized
NewV2GetClusterDefaultConfigUnauthorized creates a V2GetClusterDefaultConfigUnauthorized with default headers values
func (*V2GetClusterDefaultConfigUnauthorized) Error ¶
func (o *V2GetClusterDefaultConfigUnauthorized) Error() string
func (*V2GetClusterDefaultConfigUnauthorized) GetPayload ¶
func (o *V2GetClusterDefaultConfigUnauthorized) GetPayload() *models.InfraError
func (*V2GetClusterDefaultConfigUnauthorized) IsClientError ¶
func (o *V2GetClusterDefaultConfigUnauthorized) IsClientError() bool
IsClientError returns true when this v2 get cluster default config unauthorized response has a 4xx status code
func (*V2GetClusterDefaultConfigUnauthorized) IsCode ¶
func (o *V2GetClusterDefaultConfigUnauthorized) IsCode(code int) bool
IsCode returns true when this v2 get cluster default config unauthorized response a status code equal to that given
func (*V2GetClusterDefaultConfigUnauthorized) IsRedirect ¶
func (o *V2GetClusterDefaultConfigUnauthorized) IsRedirect() bool
IsRedirect returns true when this v2 get cluster default config unauthorized response has a 3xx status code
func (*V2GetClusterDefaultConfigUnauthorized) IsServerError ¶
func (o *V2GetClusterDefaultConfigUnauthorized) IsServerError() bool
IsServerError returns true when this v2 get cluster default config unauthorized response has a 5xx status code
func (*V2GetClusterDefaultConfigUnauthorized) IsSuccess ¶
func (o *V2GetClusterDefaultConfigUnauthorized) IsSuccess() bool
IsSuccess returns true when this v2 get cluster default config unauthorized response has a 2xx status code
func (*V2GetClusterDefaultConfigUnauthorized) String ¶
func (o *V2GetClusterDefaultConfigUnauthorized) String() string
type V2GetClusterForbidden ¶
type V2GetClusterForbidden struct {
Payload *models.InfraError
}
V2GetClusterForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewV2GetClusterForbidden ¶
func NewV2GetClusterForbidden() *V2GetClusterForbidden
NewV2GetClusterForbidden creates a V2GetClusterForbidden with default headers values
func (*V2GetClusterForbidden) Error ¶
func (o *V2GetClusterForbidden) Error() string
func (*V2GetClusterForbidden) GetPayload ¶
func (o *V2GetClusterForbidden) GetPayload() *models.InfraError
func (*V2GetClusterForbidden) IsClientError ¶
func (o *V2GetClusterForbidden) IsClientError() bool
IsClientError returns true when this v2 get cluster forbidden response has a 4xx status code
func (*V2GetClusterForbidden) IsCode ¶
func (o *V2GetClusterForbidden) IsCode(code int) bool
IsCode returns true when this v2 get cluster forbidden response a status code equal to that given
func (*V2GetClusterForbidden) IsRedirect ¶
func (o *V2GetClusterForbidden) IsRedirect() bool
IsRedirect returns true when this v2 get cluster forbidden response has a 3xx status code
func (*V2GetClusterForbidden) IsServerError ¶
func (o *V2GetClusterForbidden) IsServerError() bool
IsServerError returns true when this v2 get cluster forbidden response has a 5xx status code
func (*V2GetClusterForbidden) IsSuccess ¶
func (o *V2GetClusterForbidden) IsSuccess() bool
IsSuccess returns true when this v2 get cluster forbidden response has a 2xx status code
func (*V2GetClusterForbidden) String ¶
func (o *V2GetClusterForbidden) String() string
type V2GetClusterInstallConfigForbidden ¶
type V2GetClusterInstallConfigForbidden struct {
Payload *models.InfraError
}
V2GetClusterInstallConfigForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewV2GetClusterInstallConfigForbidden ¶
func NewV2GetClusterInstallConfigForbidden() *V2GetClusterInstallConfigForbidden
NewV2GetClusterInstallConfigForbidden creates a V2GetClusterInstallConfigForbidden with default headers values
func (*V2GetClusterInstallConfigForbidden) Error ¶
func (o *V2GetClusterInstallConfigForbidden) Error() string
func (*V2GetClusterInstallConfigForbidden) GetPayload ¶
func (o *V2GetClusterInstallConfigForbidden) GetPayload() *models.InfraError
func (*V2GetClusterInstallConfigForbidden) IsClientError ¶
func (o *V2GetClusterInstallConfigForbidden) IsClientError() bool
IsClientError returns true when this v2 get cluster install config forbidden response has a 4xx status code
func (*V2GetClusterInstallConfigForbidden) IsCode ¶
func (o *V2GetClusterInstallConfigForbidden) IsCode(code int) bool
IsCode returns true when this v2 get cluster install config forbidden response a status code equal to that given
func (*V2GetClusterInstallConfigForbidden) IsRedirect ¶
func (o *V2GetClusterInstallConfigForbidden) IsRedirect() bool
IsRedirect returns true when this v2 get cluster install config forbidden response has a 3xx status code
func (*V2GetClusterInstallConfigForbidden) IsServerError ¶
func (o *V2GetClusterInstallConfigForbidden) IsServerError() bool
IsServerError returns true when this v2 get cluster install config forbidden response has a 5xx status code
func (*V2GetClusterInstallConfigForbidden) IsSuccess ¶
func (o *V2GetClusterInstallConfigForbidden) IsSuccess() bool
IsSuccess returns true when this v2 get cluster install config forbidden response has a 2xx status code
func (*V2GetClusterInstallConfigForbidden) String ¶
func (o *V2GetClusterInstallConfigForbidden) String() string
type V2GetClusterInstallConfigInternalServerError ¶
V2GetClusterInstallConfigInternalServerError describes a response with status code 500, with default header values.
Error.
func NewV2GetClusterInstallConfigInternalServerError ¶
func NewV2GetClusterInstallConfigInternalServerError() *V2GetClusterInstallConfigInternalServerError
NewV2GetClusterInstallConfigInternalServerError creates a V2GetClusterInstallConfigInternalServerError with default headers values
func (*V2GetClusterInstallConfigInternalServerError) Error ¶
func (o *V2GetClusterInstallConfigInternalServerError) Error() string
func (*V2GetClusterInstallConfigInternalServerError) GetPayload ¶
func (o *V2GetClusterInstallConfigInternalServerError) GetPayload() *models.Error
func (*V2GetClusterInstallConfigInternalServerError) IsClientError ¶
func (o *V2GetClusterInstallConfigInternalServerError) IsClientError() bool
IsClientError returns true when this v2 get cluster install config internal server error response has a 4xx status code
func (*V2GetClusterInstallConfigInternalServerError) IsCode ¶
func (o *V2GetClusterInstallConfigInternalServerError) IsCode(code int) bool
IsCode returns true when this v2 get cluster install config internal server error response a status code equal to that given
func (*V2GetClusterInstallConfigInternalServerError) IsRedirect ¶
func (o *V2GetClusterInstallConfigInternalServerError) IsRedirect() bool
IsRedirect returns true when this v2 get cluster install config internal server error response has a 3xx status code
func (*V2GetClusterInstallConfigInternalServerError) IsServerError ¶
func (o *V2GetClusterInstallConfigInternalServerError) IsServerError() bool
IsServerError returns true when this v2 get cluster install config internal server error response has a 5xx status code
func (*V2GetClusterInstallConfigInternalServerError) IsSuccess ¶
func (o *V2GetClusterInstallConfigInternalServerError) IsSuccess() bool
IsSuccess returns true when this v2 get cluster install config internal server error response has a 2xx status code
func (*V2GetClusterInstallConfigInternalServerError) String ¶
func (o *V2GetClusterInstallConfigInternalServerError) String() string
type V2GetClusterInstallConfigMethodNotAllowed ¶
V2GetClusterInstallConfigMethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewV2GetClusterInstallConfigMethodNotAllowed ¶
func NewV2GetClusterInstallConfigMethodNotAllowed() *V2GetClusterInstallConfigMethodNotAllowed
NewV2GetClusterInstallConfigMethodNotAllowed creates a V2GetClusterInstallConfigMethodNotAllowed with default headers values
func (*V2GetClusterInstallConfigMethodNotAllowed) Error ¶
func (o *V2GetClusterInstallConfigMethodNotAllowed) Error() string
func (*V2GetClusterInstallConfigMethodNotAllowed) GetPayload ¶
func (o *V2GetClusterInstallConfigMethodNotAllowed) GetPayload() *models.Error
func (*V2GetClusterInstallConfigMethodNotAllowed) IsClientError ¶
func (o *V2GetClusterInstallConfigMethodNotAllowed) IsClientError() bool
IsClientError returns true when this v2 get cluster install config method not allowed response has a 4xx status code
func (*V2GetClusterInstallConfigMethodNotAllowed) IsCode ¶
func (o *V2GetClusterInstallConfigMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this v2 get cluster install config method not allowed response a status code equal to that given
func (*V2GetClusterInstallConfigMethodNotAllowed) IsRedirect ¶
func (o *V2GetClusterInstallConfigMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this v2 get cluster install config method not allowed response has a 3xx status code
func (*V2GetClusterInstallConfigMethodNotAllowed) IsServerError ¶
func (o *V2GetClusterInstallConfigMethodNotAllowed) IsServerError() bool
IsServerError returns true when this v2 get cluster install config method not allowed response has a 5xx status code
func (*V2GetClusterInstallConfigMethodNotAllowed) IsSuccess ¶
func (o *V2GetClusterInstallConfigMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this v2 get cluster install config method not allowed response has a 2xx status code
func (*V2GetClusterInstallConfigMethodNotAllowed) String ¶
func (o *V2GetClusterInstallConfigMethodNotAllowed) String() string
type V2GetClusterInstallConfigNotFound ¶
V2GetClusterInstallConfigNotFound describes a response with status code 404, with default header values.
Error.
func NewV2GetClusterInstallConfigNotFound ¶
func NewV2GetClusterInstallConfigNotFound() *V2GetClusterInstallConfigNotFound
NewV2GetClusterInstallConfigNotFound creates a V2GetClusterInstallConfigNotFound with default headers values
func (*V2GetClusterInstallConfigNotFound) Error ¶
func (o *V2GetClusterInstallConfigNotFound) Error() string
func (*V2GetClusterInstallConfigNotFound) GetPayload ¶
func (o *V2GetClusterInstallConfigNotFound) GetPayload() *models.Error
func (*V2GetClusterInstallConfigNotFound) IsClientError ¶
func (o *V2GetClusterInstallConfigNotFound) IsClientError() bool
IsClientError returns true when this v2 get cluster install config not found response has a 4xx status code
func (*V2GetClusterInstallConfigNotFound) IsCode ¶
func (o *V2GetClusterInstallConfigNotFound) IsCode(code int) bool
IsCode returns true when this v2 get cluster install config not found response a status code equal to that given
func (*V2GetClusterInstallConfigNotFound) IsRedirect ¶
func (o *V2GetClusterInstallConfigNotFound) IsRedirect() bool
IsRedirect returns true when this v2 get cluster install config not found response has a 3xx status code
func (*V2GetClusterInstallConfigNotFound) IsServerError ¶
func (o *V2GetClusterInstallConfigNotFound) IsServerError() bool
IsServerError returns true when this v2 get cluster install config not found response has a 5xx status code
func (*V2GetClusterInstallConfigNotFound) IsSuccess ¶
func (o *V2GetClusterInstallConfigNotFound) IsSuccess() bool
IsSuccess returns true when this v2 get cluster install config not found response has a 2xx status code
func (*V2GetClusterInstallConfigNotFound) String ¶
func (o *V2GetClusterInstallConfigNotFound) String() string
type V2GetClusterInstallConfigOK ¶
type V2GetClusterInstallConfigOK struct {
Payload string
}
V2GetClusterInstallConfigOK describes a response with status code 200, with default header values.
Success.
func NewV2GetClusterInstallConfigOK ¶
func NewV2GetClusterInstallConfigOK() *V2GetClusterInstallConfigOK
NewV2GetClusterInstallConfigOK creates a V2GetClusterInstallConfigOK with default headers values
func (*V2GetClusterInstallConfigOK) Error ¶
func (o *V2GetClusterInstallConfigOK) Error() string
func (*V2GetClusterInstallConfigOK) GetPayload ¶
func (o *V2GetClusterInstallConfigOK) GetPayload() string
func (*V2GetClusterInstallConfigOK) IsClientError ¶
func (o *V2GetClusterInstallConfigOK) IsClientError() bool
IsClientError returns true when this v2 get cluster install config o k response has a 4xx status code
func (*V2GetClusterInstallConfigOK) IsCode ¶
func (o *V2GetClusterInstallConfigOK) IsCode(code int) bool
IsCode returns true when this v2 get cluster install config o k response a status code equal to that given
func (*V2GetClusterInstallConfigOK) IsRedirect ¶
func (o *V2GetClusterInstallConfigOK) IsRedirect() bool
IsRedirect returns true when this v2 get cluster install config o k response has a 3xx status code
func (*V2GetClusterInstallConfigOK) IsServerError ¶
func (o *V2GetClusterInstallConfigOK) IsServerError() bool
IsServerError returns true when this v2 get cluster install config o k response has a 5xx status code
func (*V2GetClusterInstallConfigOK) IsSuccess ¶
func (o *V2GetClusterInstallConfigOK) IsSuccess() bool
IsSuccess returns true when this v2 get cluster install config o k response has a 2xx status code
func (*V2GetClusterInstallConfigOK) String ¶
func (o *V2GetClusterInstallConfigOK) String() string
type V2GetClusterInstallConfigParams ¶
type V2GetClusterInstallConfigParams struct { /* ClusterID. The cluster whose install config is being retrieved. Format: uuid */ ClusterID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V2GetClusterInstallConfigParams contains all the parameters to send to the API endpoint
for the v2 get cluster install config operation. Typically these are written to a http.Request.
func NewV2GetClusterInstallConfigParams ¶
func NewV2GetClusterInstallConfigParams() *V2GetClusterInstallConfigParams
NewV2GetClusterInstallConfigParams creates a new V2GetClusterInstallConfigParams 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 NewV2GetClusterInstallConfigParamsWithContext ¶
func NewV2GetClusterInstallConfigParamsWithContext(ctx context.Context) *V2GetClusterInstallConfigParams
NewV2GetClusterInstallConfigParamsWithContext creates a new V2GetClusterInstallConfigParams object with the ability to set a context for a request.
func NewV2GetClusterInstallConfigParamsWithHTTPClient ¶
func NewV2GetClusterInstallConfigParamsWithHTTPClient(client *http.Client) *V2GetClusterInstallConfigParams
NewV2GetClusterInstallConfigParamsWithHTTPClient creates a new V2GetClusterInstallConfigParams object with the ability to set a custom HTTPClient for a request.
func NewV2GetClusterInstallConfigParamsWithTimeout ¶
func NewV2GetClusterInstallConfigParamsWithTimeout(timeout time.Duration) *V2GetClusterInstallConfigParams
NewV2GetClusterInstallConfigParamsWithTimeout creates a new V2GetClusterInstallConfigParams object with the ability to set a timeout on a request.
func (*V2GetClusterInstallConfigParams) SetClusterID ¶
func (o *V2GetClusterInstallConfigParams) SetClusterID(clusterID strfmt.UUID)
SetClusterID adds the clusterId to the v2 get cluster install config params
func (*V2GetClusterInstallConfigParams) SetContext ¶
func (o *V2GetClusterInstallConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the v2 get cluster install config params
func (*V2GetClusterInstallConfigParams) SetDefaults ¶
func (o *V2GetClusterInstallConfigParams) SetDefaults()
SetDefaults hydrates default values in the v2 get cluster install config params (not the query body).
All values with no default are reset to their zero value.
func (*V2GetClusterInstallConfigParams) SetHTTPClient ¶
func (o *V2GetClusterInstallConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v2 get cluster install config params
func (*V2GetClusterInstallConfigParams) SetTimeout ¶
func (o *V2GetClusterInstallConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v2 get cluster install config params
func (*V2GetClusterInstallConfigParams) WithClusterID ¶
func (o *V2GetClusterInstallConfigParams) WithClusterID(clusterID strfmt.UUID) *V2GetClusterInstallConfigParams
WithClusterID adds the clusterID to the v2 get cluster install config params
func (*V2GetClusterInstallConfigParams) WithContext ¶
func (o *V2GetClusterInstallConfigParams) WithContext(ctx context.Context) *V2GetClusterInstallConfigParams
WithContext adds the context to the v2 get cluster install config params
func (*V2GetClusterInstallConfigParams) WithDefaults ¶
func (o *V2GetClusterInstallConfigParams) WithDefaults() *V2GetClusterInstallConfigParams
WithDefaults hydrates default values in the v2 get cluster install config params (not the query body).
All values with no default are reset to their zero value.
func (*V2GetClusterInstallConfigParams) WithHTTPClient ¶
func (o *V2GetClusterInstallConfigParams) WithHTTPClient(client *http.Client) *V2GetClusterInstallConfigParams
WithHTTPClient adds the HTTPClient to the v2 get cluster install config params
func (*V2GetClusterInstallConfigParams) WithTimeout ¶
func (o *V2GetClusterInstallConfigParams) WithTimeout(timeout time.Duration) *V2GetClusterInstallConfigParams
WithTimeout adds the timeout to the v2 get cluster install config params
func (*V2GetClusterInstallConfigParams) WriteToRequest ¶
func (o *V2GetClusterInstallConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V2GetClusterInstallConfigReader ¶
type V2GetClusterInstallConfigReader struct {
// contains filtered or unexported fields
}
V2GetClusterInstallConfigReader is a Reader for the V2GetClusterInstallConfig structure.
func (*V2GetClusterInstallConfigReader) ReadResponse ¶
func (o *V2GetClusterInstallConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V2GetClusterInstallConfigUnauthorized ¶
type V2GetClusterInstallConfigUnauthorized struct {
}V2GetClusterInstallConfigUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewV2GetClusterInstallConfigUnauthorized ¶
func NewV2GetClusterInstallConfigUnauthorized() *V2GetClusterInstallConfigUnauthorized
NewV2GetClusterInstallConfigUnauthorized creates a V2GetClusterInstallConfigUnauthorized with default headers values
func (*V2GetClusterInstallConfigUnauthorized) Error ¶
func (o *V2GetClusterInstallConfigUnauthorized) Error() string
func (*V2GetClusterInstallConfigUnauthorized) GetPayload ¶
func (o *V2GetClusterInstallConfigUnauthorized) GetPayload() *models.InfraError
func (*V2GetClusterInstallConfigUnauthorized) IsClientError ¶
func (o *V2GetClusterInstallConfigUnauthorized) IsClientError() bool
IsClientError returns true when this v2 get cluster install config unauthorized response has a 4xx status code
func (*V2GetClusterInstallConfigUnauthorized) IsCode ¶
func (o *V2GetClusterInstallConfigUnauthorized) IsCode(code int) bool
IsCode returns true when this v2 get cluster install config unauthorized response a status code equal to that given
func (*V2GetClusterInstallConfigUnauthorized) IsRedirect ¶
func (o *V2GetClusterInstallConfigUnauthorized) IsRedirect() bool
IsRedirect returns true when this v2 get cluster install config unauthorized response has a 3xx status code
func (*V2GetClusterInstallConfigUnauthorized) IsServerError ¶
func (o *V2GetClusterInstallConfigUnauthorized) IsServerError() bool
IsServerError returns true when this v2 get cluster install config unauthorized response has a 5xx status code
func (*V2GetClusterInstallConfigUnauthorized) IsSuccess ¶
func (o *V2GetClusterInstallConfigUnauthorized) IsSuccess() bool
IsSuccess returns true when this v2 get cluster install config unauthorized response has a 2xx status code
func (*V2GetClusterInstallConfigUnauthorized) String ¶
func (o *V2GetClusterInstallConfigUnauthorized) String() string
type V2GetClusterInternalServerError ¶
V2GetClusterInternalServerError describes a response with status code 500, with default header values.
Error.
func NewV2GetClusterInternalServerError ¶
func NewV2GetClusterInternalServerError() *V2GetClusterInternalServerError
NewV2GetClusterInternalServerError creates a V2GetClusterInternalServerError with default headers values
func (*V2GetClusterInternalServerError) Error ¶
func (o *V2GetClusterInternalServerError) Error() string
func (*V2GetClusterInternalServerError) GetPayload ¶
func (o *V2GetClusterInternalServerError) GetPayload() *models.Error
func (*V2GetClusterInternalServerError) IsClientError ¶
func (o *V2GetClusterInternalServerError) IsClientError() bool
IsClientError returns true when this v2 get cluster internal server error response has a 4xx status code
func (*V2GetClusterInternalServerError) IsCode ¶
func (o *V2GetClusterInternalServerError) IsCode(code int) bool
IsCode returns true when this v2 get cluster internal server error response a status code equal to that given
func (*V2GetClusterInternalServerError) IsRedirect ¶
func (o *V2GetClusterInternalServerError) IsRedirect() bool
IsRedirect returns true when this v2 get cluster internal server error response has a 3xx status code
func (*V2GetClusterInternalServerError) IsServerError ¶
func (o *V2GetClusterInternalServerError) IsServerError() bool
IsServerError returns true when this v2 get cluster internal server error response has a 5xx status code
func (*V2GetClusterInternalServerError) IsSuccess ¶
func (o *V2GetClusterInternalServerError) IsSuccess() bool
IsSuccess returns true when this v2 get cluster internal server error response has a 2xx status code
func (*V2GetClusterInternalServerError) String ¶
func (o *V2GetClusterInternalServerError) String() string
type V2GetClusterMethodNotAllowed ¶
V2GetClusterMethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewV2GetClusterMethodNotAllowed ¶
func NewV2GetClusterMethodNotAllowed() *V2GetClusterMethodNotAllowed
NewV2GetClusterMethodNotAllowed creates a V2GetClusterMethodNotAllowed with default headers values
func (*V2GetClusterMethodNotAllowed) Error ¶
func (o *V2GetClusterMethodNotAllowed) Error() string
func (*V2GetClusterMethodNotAllowed) GetPayload ¶
func (o *V2GetClusterMethodNotAllowed) GetPayload() *models.Error
func (*V2GetClusterMethodNotAllowed) IsClientError ¶
func (o *V2GetClusterMethodNotAllowed) IsClientError() bool
IsClientError returns true when this v2 get cluster method not allowed response has a 4xx status code
func (*V2GetClusterMethodNotAllowed) IsCode ¶
func (o *V2GetClusterMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this v2 get cluster method not allowed response a status code equal to that given
func (*V2GetClusterMethodNotAllowed) IsRedirect ¶
func (o *V2GetClusterMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this v2 get cluster method not allowed response has a 3xx status code
func (*V2GetClusterMethodNotAllowed) IsServerError ¶
func (o *V2GetClusterMethodNotAllowed) IsServerError() bool
IsServerError returns true when this v2 get cluster method not allowed response has a 5xx status code
func (*V2GetClusterMethodNotAllowed) IsSuccess ¶
func (o *V2GetClusterMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this v2 get cluster method not allowed response has a 2xx status code
func (*V2GetClusterMethodNotAllowed) String ¶
func (o *V2GetClusterMethodNotAllowed) String() string
type V2GetClusterNotFound ¶
V2GetClusterNotFound describes a response with status code 404, with default header values.
Error.
func NewV2GetClusterNotFound ¶
func NewV2GetClusterNotFound() *V2GetClusterNotFound
NewV2GetClusterNotFound creates a V2GetClusterNotFound with default headers values
func (*V2GetClusterNotFound) Error ¶
func (o *V2GetClusterNotFound) Error() string
func (*V2GetClusterNotFound) GetPayload ¶
func (o *V2GetClusterNotFound) GetPayload() *models.Error
func (*V2GetClusterNotFound) IsClientError ¶
func (o *V2GetClusterNotFound) IsClientError() bool
IsClientError returns true when this v2 get cluster not found response has a 4xx status code
func (*V2GetClusterNotFound) IsCode ¶
func (o *V2GetClusterNotFound) IsCode(code int) bool
IsCode returns true when this v2 get cluster not found response a status code equal to that given
func (*V2GetClusterNotFound) IsRedirect ¶
func (o *V2GetClusterNotFound) IsRedirect() bool
IsRedirect returns true when this v2 get cluster not found response has a 3xx status code
func (*V2GetClusterNotFound) IsServerError ¶
func (o *V2GetClusterNotFound) IsServerError() bool
IsServerError returns true when this v2 get cluster not found response has a 5xx status code
func (*V2GetClusterNotFound) IsSuccess ¶
func (o *V2GetClusterNotFound) IsSuccess() bool
IsSuccess returns true when this v2 get cluster not found response has a 2xx status code
func (*V2GetClusterNotFound) String ¶
func (o *V2GetClusterNotFound) String() string
type V2GetClusterOK ¶
V2GetClusterOK describes a response with status code 200, with default header values.
Success.
func NewV2GetClusterOK ¶
func NewV2GetClusterOK() *V2GetClusterOK
NewV2GetClusterOK creates a V2GetClusterOK with default headers values
func (*V2GetClusterOK) Error ¶
func (o *V2GetClusterOK) Error() string
func (*V2GetClusterOK) GetPayload ¶
func (o *V2GetClusterOK) GetPayload() *models.Cluster
func (*V2GetClusterOK) IsClientError ¶
func (o *V2GetClusterOK) IsClientError() bool
IsClientError returns true when this v2 get cluster o k response has a 4xx status code
func (*V2GetClusterOK) IsCode ¶
func (o *V2GetClusterOK) IsCode(code int) bool
IsCode returns true when this v2 get cluster o k response a status code equal to that given
func (*V2GetClusterOK) IsRedirect ¶
func (o *V2GetClusterOK) IsRedirect() bool
IsRedirect returns true when this v2 get cluster o k response has a 3xx status code
func (*V2GetClusterOK) IsServerError ¶
func (o *V2GetClusterOK) IsServerError() bool
IsServerError returns true when this v2 get cluster o k response has a 5xx status code
func (*V2GetClusterOK) IsSuccess ¶
func (o *V2GetClusterOK) IsSuccess() bool
IsSuccess returns true when this v2 get cluster o k response has a 2xx status code
func (*V2GetClusterOK) String ¶
func (o *V2GetClusterOK) String() string
type V2GetClusterParams ¶
type V2GetClusterParams struct { /* ClusterID. The cluster to be retrieved. Format: uuid */ ClusterID strfmt.UUID /* DiscoveryAgentVersion. The software version of the discovery agent that is retrieving the cluster details. */ DiscoveryAgentVersion *string /* ExcludeHosts. If true, do not include hosts. */ ExcludeHosts *bool /* GetUnregisteredClusters. Whether to return clusters that have been unregistered. */ GetUnregisteredClusters *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V2GetClusterParams contains all the parameters to send to the API endpoint
for the v2 get cluster operation. Typically these are written to a http.Request.
func NewV2GetClusterParams ¶
func NewV2GetClusterParams() *V2GetClusterParams
NewV2GetClusterParams creates a new V2GetClusterParams 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 NewV2GetClusterParamsWithContext ¶
func NewV2GetClusterParamsWithContext(ctx context.Context) *V2GetClusterParams
NewV2GetClusterParamsWithContext creates a new V2GetClusterParams object with the ability to set a context for a request.
func NewV2GetClusterParamsWithHTTPClient ¶
func NewV2GetClusterParamsWithHTTPClient(client *http.Client) *V2GetClusterParams
NewV2GetClusterParamsWithHTTPClient creates a new V2GetClusterParams object with the ability to set a custom HTTPClient for a request.
func NewV2GetClusterParamsWithTimeout ¶
func NewV2GetClusterParamsWithTimeout(timeout time.Duration) *V2GetClusterParams
NewV2GetClusterParamsWithTimeout creates a new V2GetClusterParams object with the ability to set a timeout on a request.
func (*V2GetClusterParams) SetClusterID ¶
func (o *V2GetClusterParams) SetClusterID(clusterID strfmt.UUID)
SetClusterID adds the clusterId to the v2 get cluster params
func (*V2GetClusterParams) SetContext ¶
func (o *V2GetClusterParams) SetContext(ctx context.Context)
SetContext adds the context to the v2 get cluster params
func (*V2GetClusterParams) SetDefaults ¶
func (o *V2GetClusterParams) SetDefaults()
SetDefaults hydrates default values in the v2 get cluster params (not the query body).
All values with no default are reset to their zero value.
func (*V2GetClusterParams) SetDiscoveryAgentVersion ¶
func (o *V2GetClusterParams) SetDiscoveryAgentVersion(discoveryAgentVersion *string)
SetDiscoveryAgentVersion adds the discoveryAgentVersion to the v2 get cluster params
func (*V2GetClusterParams) SetExcludeHosts ¶
func (o *V2GetClusterParams) SetExcludeHosts(excludeHosts *bool)
SetExcludeHosts adds the excludeHosts to the v2 get cluster params
func (*V2GetClusterParams) SetGetUnregisteredClusters ¶
func (o *V2GetClusterParams) SetGetUnregisteredClusters(getUnregisteredClusters *bool)
SetGetUnregisteredClusters adds the getUnregisteredClusters to the v2 get cluster params
func (*V2GetClusterParams) SetHTTPClient ¶
func (o *V2GetClusterParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v2 get cluster params
func (*V2GetClusterParams) SetTimeout ¶
func (o *V2GetClusterParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v2 get cluster params
func (*V2GetClusterParams) WithClusterID ¶
func (o *V2GetClusterParams) WithClusterID(clusterID strfmt.UUID) *V2GetClusterParams
WithClusterID adds the clusterID to the v2 get cluster params
func (*V2GetClusterParams) WithContext ¶
func (o *V2GetClusterParams) WithContext(ctx context.Context) *V2GetClusterParams
WithContext adds the context to the v2 get cluster params
func (*V2GetClusterParams) WithDefaults ¶
func (o *V2GetClusterParams) WithDefaults() *V2GetClusterParams
WithDefaults hydrates default values in the v2 get cluster params (not the query body).
All values with no default are reset to their zero value.
func (*V2GetClusterParams) WithDiscoveryAgentVersion ¶
func (o *V2GetClusterParams) WithDiscoveryAgentVersion(discoveryAgentVersion *string) *V2GetClusterParams
WithDiscoveryAgentVersion adds the discoveryAgentVersion to the v2 get cluster params
func (*V2GetClusterParams) WithExcludeHosts ¶
func (o *V2GetClusterParams) WithExcludeHosts(excludeHosts *bool) *V2GetClusterParams
WithExcludeHosts adds the excludeHosts to the v2 get cluster params
func (*V2GetClusterParams) WithGetUnregisteredClusters ¶
func (o *V2GetClusterParams) WithGetUnregisteredClusters(getUnregisteredClusters *bool) *V2GetClusterParams
WithGetUnregisteredClusters adds the getUnregisteredClusters to the v2 get cluster params
func (*V2GetClusterParams) WithHTTPClient ¶
func (o *V2GetClusterParams) WithHTTPClient(client *http.Client) *V2GetClusterParams
WithHTTPClient adds the HTTPClient to the v2 get cluster params
func (*V2GetClusterParams) WithTimeout ¶
func (o *V2GetClusterParams) WithTimeout(timeout time.Duration) *V2GetClusterParams
WithTimeout adds the timeout to the v2 get cluster params
func (*V2GetClusterParams) WriteToRequest ¶
func (o *V2GetClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V2GetClusterReader ¶
type V2GetClusterReader struct {
// contains filtered or unexported fields
}
V2GetClusterReader is a Reader for the V2GetCluster structure.
func (*V2GetClusterReader) ReadResponse ¶
func (o *V2GetClusterReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V2GetClusterServiceUnavailable ¶
type V2GetClusterServiceUnavailable struct {
}V2GetClusterServiceUnavailable describes a response with status code 503, with default header values.
Unavailable.
func NewV2GetClusterServiceUnavailable ¶
func NewV2GetClusterServiceUnavailable() *V2GetClusterServiceUnavailable
NewV2GetClusterServiceUnavailable creates a V2GetClusterServiceUnavailable with default headers values
func (*V2GetClusterServiceUnavailable) Error ¶
func (o *V2GetClusterServiceUnavailable) Error() string
func (*V2GetClusterServiceUnavailable) GetPayload ¶
func (o *V2GetClusterServiceUnavailable) GetPayload() *models.Error
func (*V2GetClusterServiceUnavailable) IsClientError ¶
func (o *V2GetClusterServiceUnavailable) IsClientError() bool
IsClientError returns true when this v2 get cluster service unavailable response has a 4xx status code
func (*V2GetClusterServiceUnavailable) IsCode ¶
func (o *V2GetClusterServiceUnavailable) IsCode(code int) bool
IsCode returns true when this v2 get cluster service unavailable response a status code equal to that given
func (*V2GetClusterServiceUnavailable) IsRedirect ¶
func (o *V2GetClusterServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this v2 get cluster service unavailable response has a 3xx status code
func (*V2GetClusterServiceUnavailable) IsServerError ¶
func (o *V2GetClusterServiceUnavailable) IsServerError() bool
IsServerError returns true when this v2 get cluster service unavailable response has a 5xx status code
func (*V2GetClusterServiceUnavailable) IsSuccess ¶
func (o *V2GetClusterServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this v2 get cluster service unavailable response has a 2xx status code
func (*V2GetClusterServiceUnavailable) String ¶
func (o *V2GetClusterServiceUnavailable) String() string
type V2GetClusterUISettingsBadRequest ¶
V2GetClusterUISettingsBadRequest describes a response with status code 400, with default header values.
Error.
func NewV2GetClusterUISettingsBadRequest ¶
func NewV2GetClusterUISettingsBadRequest() *V2GetClusterUISettingsBadRequest
NewV2GetClusterUISettingsBadRequest creates a V2GetClusterUISettingsBadRequest with default headers values
func (*V2GetClusterUISettingsBadRequest) Error ¶
func (o *V2GetClusterUISettingsBadRequest) Error() string
func (*V2GetClusterUISettingsBadRequest) GetPayload ¶
func (o *V2GetClusterUISettingsBadRequest) GetPayload() *models.Error
func (*V2GetClusterUISettingsBadRequest) IsClientError ¶
func (o *V2GetClusterUISettingsBadRequest) IsClientError() bool
IsClientError returns true when this v2 get cluster Ui settings bad request response has a 4xx status code
func (*V2GetClusterUISettingsBadRequest) IsCode ¶
func (o *V2GetClusterUISettingsBadRequest) IsCode(code int) bool
IsCode returns true when this v2 get cluster Ui settings bad request response a status code equal to that given
func (*V2GetClusterUISettingsBadRequest) IsRedirect ¶
func (o *V2GetClusterUISettingsBadRequest) IsRedirect() bool
IsRedirect returns true when this v2 get cluster Ui settings bad request response has a 3xx status code
func (*V2GetClusterUISettingsBadRequest) IsServerError ¶
func (o *V2GetClusterUISettingsBadRequest) IsServerError() bool
IsServerError returns true when this v2 get cluster Ui settings bad request response has a 5xx status code
func (*V2GetClusterUISettingsBadRequest) IsSuccess ¶
func (o *V2GetClusterUISettingsBadRequest) IsSuccess() bool
IsSuccess returns true when this v2 get cluster Ui settings bad request response has a 2xx status code
func (*V2GetClusterUISettingsBadRequest) String ¶
func (o *V2GetClusterUISettingsBadRequest) String() string
type V2GetClusterUISettingsForbidden ¶
type V2GetClusterUISettingsForbidden struct {
Payload *models.InfraError
}
V2GetClusterUISettingsForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewV2GetClusterUISettingsForbidden ¶
func NewV2GetClusterUISettingsForbidden() *V2GetClusterUISettingsForbidden
NewV2GetClusterUISettingsForbidden creates a V2GetClusterUISettingsForbidden with default headers values
func (*V2GetClusterUISettingsForbidden) Error ¶
func (o *V2GetClusterUISettingsForbidden) Error() string
func (*V2GetClusterUISettingsForbidden) GetPayload ¶
func (o *V2GetClusterUISettingsForbidden) GetPayload() *models.InfraError
func (*V2GetClusterUISettingsForbidden) IsClientError ¶
func (o *V2GetClusterUISettingsForbidden) IsClientError() bool
IsClientError returns true when this v2 get cluster Ui settings forbidden response has a 4xx status code
func (*V2GetClusterUISettingsForbidden) IsCode ¶
func (o *V2GetClusterUISettingsForbidden) IsCode(code int) bool
IsCode returns true when this v2 get cluster Ui settings forbidden response a status code equal to that given
func (*V2GetClusterUISettingsForbidden) IsRedirect ¶
func (o *V2GetClusterUISettingsForbidden) IsRedirect() bool
IsRedirect returns true when this v2 get cluster Ui settings forbidden response has a 3xx status code
func (*V2GetClusterUISettingsForbidden) IsServerError ¶
func (o *V2GetClusterUISettingsForbidden) IsServerError() bool
IsServerError returns true when this v2 get cluster Ui settings forbidden response has a 5xx status code
func (*V2GetClusterUISettingsForbidden) IsSuccess ¶
func (o *V2GetClusterUISettingsForbidden) IsSuccess() bool
IsSuccess returns true when this v2 get cluster Ui settings forbidden response has a 2xx status code
func (*V2GetClusterUISettingsForbidden) String ¶
func (o *V2GetClusterUISettingsForbidden) String() string
type V2GetClusterUISettingsInternalServerError ¶
V2GetClusterUISettingsInternalServerError describes a response with status code 500, with default header values.
Error.
func NewV2GetClusterUISettingsInternalServerError ¶
func NewV2GetClusterUISettingsInternalServerError() *V2GetClusterUISettingsInternalServerError
NewV2GetClusterUISettingsInternalServerError creates a V2GetClusterUISettingsInternalServerError with default headers values
func (*V2GetClusterUISettingsInternalServerError) Error ¶
func (o *V2GetClusterUISettingsInternalServerError) Error() string
func (*V2GetClusterUISettingsInternalServerError) GetPayload ¶
func (o *V2GetClusterUISettingsInternalServerError) GetPayload() *models.Error
func (*V2GetClusterUISettingsInternalServerError) IsClientError ¶
func (o *V2GetClusterUISettingsInternalServerError) IsClientError() bool
IsClientError returns true when this v2 get cluster Ui settings internal server error response has a 4xx status code
func (*V2GetClusterUISettingsInternalServerError) IsCode ¶
func (o *V2GetClusterUISettingsInternalServerError) IsCode(code int) bool
IsCode returns true when this v2 get cluster Ui settings internal server error response a status code equal to that given
func (*V2GetClusterUISettingsInternalServerError) IsRedirect ¶
func (o *V2GetClusterUISettingsInternalServerError) IsRedirect() bool
IsRedirect returns true when this v2 get cluster Ui settings internal server error response has a 3xx status code
func (*V2GetClusterUISettingsInternalServerError) IsServerError ¶
func (o *V2GetClusterUISettingsInternalServerError) IsServerError() bool
IsServerError returns true when this v2 get cluster Ui settings internal server error response has a 5xx status code
func (*V2GetClusterUISettingsInternalServerError) IsSuccess ¶
func (o *V2GetClusterUISettingsInternalServerError) IsSuccess() bool
IsSuccess returns true when this v2 get cluster Ui settings internal server error response has a 2xx status code
func (*V2GetClusterUISettingsInternalServerError) String ¶
func (o *V2GetClusterUISettingsInternalServerError) String() string
type V2GetClusterUISettingsNotFound ¶
V2GetClusterUISettingsNotFound describes a response with status code 404, with default header values.
Error.
func NewV2GetClusterUISettingsNotFound ¶
func NewV2GetClusterUISettingsNotFound() *V2GetClusterUISettingsNotFound
NewV2GetClusterUISettingsNotFound creates a V2GetClusterUISettingsNotFound with default headers values
func (*V2GetClusterUISettingsNotFound) Error ¶
func (o *V2GetClusterUISettingsNotFound) Error() string
func (*V2GetClusterUISettingsNotFound) GetPayload ¶
func (o *V2GetClusterUISettingsNotFound) GetPayload() *models.Error
func (*V2GetClusterUISettingsNotFound) IsClientError ¶
func (o *V2GetClusterUISettingsNotFound) IsClientError() bool
IsClientError returns true when this v2 get cluster Ui settings not found response has a 4xx status code
func (*V2GetClusterUISettingsNotFound) IsCode ¶
func (o *V2GetClusterUISettingsNotFound) IsCode(code int) bool
IsCode returns true when this v2 get cluster Ui settings not found response a status code equal to that given
func (*V2GetClusterUISettingsNotFound) IsRedirect ¶
func (o *V2GetClusterUISettingsNotFound) IsRedirect() bool
IsRedirect returns true when this v2 get cluster Ui settings not found response has a 3xx status code
func (*V2GetClusterUISettingsNotFound) IsServerError ¶
func (o *V2GetClusterUISettingsNotFound) IsServerError() bool
IsServerError returns true when this v2 get cluster Ui settings not found response has a 5xx status code
func (*V2GetClusterUISettingsNotFound) IsSuccess ¶
func (o *V2GetClusterUISettingsNotFound) IsSuccess() bool
IsSuccess returns true when this v2 get cluster Ui settings not found response has a 2xx status code
func (*V2GetClusterUISettingsNotFound) String ¶
func (o *V2GetClusterUISettingsNotFound) String() string
type V2GetClusterUISettingsOK ¶
type V2GetClusterUISettingsOK struct {
Payload string
}
V2GetClusterUISettingsOK describes a response with status code 200, with default header values.
Success.
func NewV2GetClusterUISettingsOK ¶
func NewV2GetClusterUISettingsOK() *V2GetClusterUISettingsOK
NewV2GetClusterUISettingsOK creates a V2GetClusterUISettingsOK with default headers values
func (*V2GetClusterUISettingsOK) Error ¶
func (o *V2GetClusterUISettingsOK) Error() string
func (*V2GetClusterUISettingsOK) GetPayload ¶
func (o *V2GetClusterUISettingsOK) GetPayload() string
func (*V2GetClusterUISettingsOK) IsClientError ¶
func (o *V2GetClusterUISettingsOK) IsClientError() bool
IsClientError returns true when this v2 get cluster Ui settings o k response has a 4xx status code
func (*V2GetClusterUISettingsOK) IsCode ¶
func (o *V2GetClusterUISettingsOK) IsCode(code int) bool
IsCode returns true when this v2 get cluster Ui settings o k response a status code equal to that given
func (*V2GetClusterUISettingsOK) IsRedirect ¶
func (o *V2GetClusterUISettingsOK) IsRedirect() bool
IsRedirect returns true when this v2 get cluster Ui settings o k response has a 3xx status code
func (*V2GetClusterUISettingsOK) IsServerError ¶
func (o *V2GetClusterUISettingsOK) IsServerError() bool
IsServerError returns true when this v2 get cluster Ui settings o k response has a 5xx status code
func (*V2GetClusterUISettingsOK) IsSuccess ¶
func (o *V2GetClusterUISettingsOK) IsSuccess() bool
IsSuccess returns true when this v2 get cluster Ui settings o k response has a 2xx status code
func (*V2GetClusterUISettingsOK) String ¶
func (o *V2GetClusterUISettingsOK) String() string
type V2GetClusterUISettingsParams ¶
type V2GetClusterUISettingsParams struct { /* ClusterID. The cluster for which UI settings should be retrieved. Format: uuid */ ClusterID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V2GetClusterUISettingsParams contains all the parameters to send to the API endpoint
for the v2 get cluster UI settings operation. Typically these are written to a http.Request.
func NewV2GetClusterUISettingsParams ¶
func NewV2GetClusterUISettingsParams() *V2GetClusterUISettingsParams
NewV2GetClusterUISettingsParams creates a new V2GetClusterUISettingsParams 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 NewV2GetClusterUISettingsParamsWithContext ¶
func NewV2GetClusterUISettingsParamsWithContext(ctx context.Context) *V2GetClusterUISettingsParams
NewV2GetClusterUISettingsParamsWithContext creates a new V2GetClusterUISettingsParams object with the ability to set a context for a request.
func NewV2GetClusterUISettingsParamsWithHTTPClient ¶
func NewV2GetClusterUISettingsParamsWithHTTPClient(client *http.Client) *V2GetClusterUISettingsParams
NewV2GetClusterUISettingsParamsWithHTTPClient creates a new V2GetClusterUISettingsParams object with the ability to set a custom HTTPClient for a request.
func NewV2GetClusterUISettingsParamsWithTimeout ¶
func NewV2GetClusterUISettingsParamsWithTimeout(timeout time.Duration) *V2GetClusterUISettingsParams
NewV2GetClusterUISettingsParamsWithTimeout creates a new V2GetClusterUISettingsParams object with the ability to set a timeout on a request.
func (*V2GetClusterUISettingsParams) SetClusterID ¶
func (o *V2GetClusterUISettingsParams) SetClusterID(clusterID strfmt.UUID)
SetClusterID adds the clusterId to the v2 get cluster UI settings params
func (*V2GetClusterUISettingsParams) SetContext ¶
func (o *V2GetClusterUISettingsParams) SetContext(ctx context.Context)
SetContext adds the context to the v2 get cluster UI settings params
func (*V2GetClusterUISettingsParams) SetDefaults ¶
func (o *V2GetClusterUISettingsParams) SetDefaults()
SetDefaults hydrates default values in the v2 get cluster UI settings params (not the query body).
All values with no default are reset to their zero value.
func (*V2GetClusterUISettingsParams) SetHTTPClient ¶
func (o *V2GetClusterUISettingsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v2 get cluster UI settings params
func (*V2GetClusterUISettingsParams) SetTimeout ¶
func (o *V2GetClusterUISettingsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v2 get cluster UI settings params
func (*V2GetClusterUISettingsParams) WithClusterID ¶
func (o *V2GetClusterUISettingsParams) WithClusterID(clusterID strfmt.UUID) *V2GetClusterUISettingsParams
WithClusterID adds the clusterID to the v2 get cluster UI settings params
func (*V2GetClusterUISettingsParams) WithContext ¶
func (o *V2GetClusterUISettingsParams) WithContext(ctx context.Context) *V2GetClusterUISettingsParams
WithContext adds the context to the v2 get cluster UI settings params
func (*V2GetClusterUISettingsParams) WithDefaults ¶
func (o *V2GetClusterUISettingsParams) WithDefaults() *V2GetClusterUISettingsParams
WithDefaults hydrates default values in the v2 get cluster UI settings params (not the query body).
All values with no default are reset to their zero value.
func (*V2GetClusterUISettingsParams) WithHTTPClient ¶
func (o *V2GetClusterUISettingsParams) WithHTTPClient(client *http.Client) *V2GetClusterUISettingsParams
WithHTTPClient adds the HTTPClient to the v2 get cluster UI settings params
func (*V2GetClusterUISettingsParams) WithTimeout ¶
func (o *V2GetClusterUISettingsParams) WithTimeout(timeout time.Duration) *V2GetClusterUISettingsParams
WithTimeout adds the timeout to the v2 get cluster UI settings params
func (*V2GetClusterUISettingsParams) WriteToRequest ¶
func (o *V2GetClusterUISettingsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V2GetClusterUISettingsReader ¶
type V2GetClusterUISettingsReader struct {
// contains filtered or unexported fields
}
V2GetClusterUISettingsReader is a Reader for the V2GetClusterUISettings structure.
func (*V2GetClusterUISettingsReader) ReadResponse ¶
func (o *V2GetClusterUISettingsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V2GetClusterUISettingsUnauthorized ¶
type V2GetClusterUISettingsUnauthorized struct {
}V2GetClusterUISettingsUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewV2GetClusterUISettingsUnauthorized ¶
func NewV2GetClusterUISettingsUnauthorized() *V2GetClusterUISettingsUnauthorized
NewV2GetClusterUISettingsUnauthorized creates a V2GetClusterUISettingsUnauthorized with default headers values
func (*V2GetClusterUISettingsUnauthorized) Error ¶
func (o *V2GetClusterUISettingsUnauthorized) Error() string
func (*V2GetClusterUISettingsUnauthorized) GetPayload ¶
func (o *V2GetClusterUISettingsUnauthorized) GetPayload() *models.InfraError
func (*V2GetClusterUISettingsUnauthorized) IsClientError ¶
func (o *V2GetClusterUISettingsUnauthorized) IsClientError() bool
IsClientError returns true when this v2 get cluster Ui settings unauthorized response has a 4xx status code
func (*V2GetClusterUISettingsUnauthorized) IsCode ¶
func (o *V2GetClusterUISettingsUnauthorized) IsCode(code int) bool
IsCode returns true when this v2 get cluster Ui settings unauthorized response a status code equal to that given
func (*V2GetClusterUISettingsUnauthorized) IsRedirect ¶
func (o *V2GetClusterUISettingsUnauthorized) IsRedirect() bool
IsRedirect returns true when this v2 get cluster Ui settings unauthorized response has a 3xx status code
func (*V2GetClusterUISettingsUnauthorized) IsServerError ¶
func (o *V2GetClusterUISettingsUnauthorized) IsServerError() bool
IsServerError returns true when this v2 get cluster Ui settings unauthorized response has a 5xx status code
func (*V2GetClusterUISettingsUnauthorized) IsSuccess ¶
func (o *V2GetClusterUISettingsUnauthorized) IsSuccess() bool
IsSuccess returns true when this v2 get cluster Ui settings unauthorized response has a 2xx status code
func (*V2GetClusterUISettingsUnauthorized) String ¶
func (o *V2GetClusterUISettingsUnauthorized) String() string
type V2GetClusterUnauthorized ¶
type V2GetClusterUnauthorized struct {
}V2GetClusterUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewV2GetClusterUnauthorized ¶
func NewV2GetClusterUnauthorized() *V2GetClusterUnauthorized
NewV2GetClusterUnauthorized creates a V2GetClusterUnauthorized with default headers values
func (*V2GetClusterUnauthorized) Error ¶
func (o *V2GetClusterUnauthorized) Error() string
func (*V2GetClusterUnauthorized) GetPayload ¶
func (o *V2GetClusterUnauthorized) GetPayload() *models.InfraError
func (*V2GetClusterUnauthorized) IsClientError ¶
func (o *V2GetClusterUnauthorized) IsClientError() bool
IsClientError returns true when this v2 get cluster unauthorized response has a 4xx status code
func (*V2GetClusterUnauthorized) IsCode ¶
func (o *V2GetClusterUnauthorized) IsCode(code int) bool
IsCode returns true when this v2 get cluster unauthorized response a status code equal to that given
func (*V2GetClusterUnauthorized) IsRedirect ¶
func (o *V2GetClusterUnauthorized) IsRedirect() bool
IsRedirect returns true when this v2 get cluster unauthorized response has a 3xx status code
func (*V2GetClusterUnauthorized) IsServerError ¶
func (o *V2GetClusterUnauthorized) IsServerError() bool
IsServerError returns true when this v2 get cluster unauthorized response has a 5xx status code
func (*V2GetClusterUnauthorized) IsSuccess ¶
func (o *V2GetClusterUnauthorized) IsSuccess() bool
IsSuccess returns true when this v2 get cluster unauthorized response has a 2xx status code
func (*V2GetClusterUnauthorized) String ¶
func (o *V2GetClusterUnauthorized) String() string
type V2GetCredentialsConflict ¶
V2GetCredentialsConflict describes a response with status code 409, with default header values.
Error.
func NewV2GetCredentialsConflict ¶
func NewV2GetCredentialsConflict() *V2GetCredentialsConflict
NewV2GetCredentialsConflict creates a V2GetCredentialsConflict with default headers values
func (*V2GetCredentialsConflict) Error ¶
func (o *V2GetCredentialsConflict) Error() string
func (*V2GetCredentialsConflict) GetPayload ¶
func (o *V2GetCredentialsConflict) GetPayload() *models.Error
func (*V2GetCredentialsConflict) IsClientError ¶
func (o *V2GetCredentialsConflict) IsClientError() bool
IsClientError returns true when this v2 get credentials conflict response has a 4xx status code
func (*V2GetCredentialsConflict) IsCode ¶
func (o *V2GetCredentialsConflict) IsCode(code int) bool
IsCode returns true when this v2 get credentials conflict response a status code equal to that given
func (*V2GetCredentialsConflict) IsRedirect ¶
func (o *V2GetCredentialsConflict) IsRedirect() bool
IsRedirect returns true when this v2 get credentials conflict response has a 3xx status code
func (*V2GetCredentialsConflict) IsServerError ¶
func (o *V2GetCredentialsConflict) IsServerError() bool
IsServerError returns true when this v2 get credentials conflict response has a 5xx status code
func (*V2GetCredentialsConflict) IsSuccess ¶
func (o *V2GetCredentialsConflict) IsSuccess() bool
IsSuccess returns true when this v2 get credentials conflict response has a 2xx status code
func (*V2GetCredentialsConflict) String ¶
func (o *V2GetCredentialsConflict) String() string
type V2GetCredentialsForbidden ¶
type V2GetCredentialsForbidden struct {
Payload *models.InfraError
}
V2GetCredentialsForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewV2GetCredentialsForbidden ¶
func NewV2GetCredentialsForbidden() *V2GetCredentialsForbidden
NewV2GetCredentialsForbidden creates a V2GetCredentialsForbidden with default headers values
func (*V2GetCredentialsForbidden) Error ¶
func (o *V2GetCredentialsForbidden) Error() string
func (*V2GetCredentialsForbidden) GetPayload ¶
func (o *V2GetCredentialsForbidden) GetPayload() *models.InfraError
func (*V2GetCredentialsForbidden) IsClientError ¶
func (o *V2GetCredentialsForbidden) IsClientError() bool
IsClientError returns true when this v2 get credentials forbidden response has a 4xx status code
func (*V2GetCredentialsForbidden) IsCode ¶
func (o *V2GetCredentialsForbidden) IsCode(code int) bool
IsCode returns true when this v2 get credentials forbidden response a status code equal to that given
func (*V2GetCredentialsForbidden) IsRedirect ¶
func (o *V2GetCredentialsForbidden) IsRedirect() bool
IsRedirect returns true when this v2 get credentials forbidden response has a 3xx status code
func (*V2GetCredentialsForbidden) IsServerError ¶
func (o *V2GetCredentialsForbidden) IsServerError() bool
IsServerError returns true when this v2 get credentials forbidden response has a 5xx status code
func (*V2GetCredentialsForbidden) IsSuccess ¶
func (o *V2GetCredentialsForbidden) IsSuccess() bool
IsSuccess returns true when this v2 get credentials forbidden response has a 2xx status code
func (*V2GetCredentialsForbidden) String ¶
func (o *V2GetCredentialsForbidden) String() string
type V2GetCredentialsInternalServerError ¶
V2GetCredentialsInternalServerError describes a response with status code 500, with default header values.
Error.
func NewV2GetCredentialsInternalServerError ¶
func NewV2GetCredentialsInternalServerError() *V2GetCredentialsInternalServerError
NewV2GetCredentialsInternalServerError creates a V2GetCredentialsInternalServerError with default headers values
func (*V2GetCredentialsInternalServerError) Error ¶
func (o *V2GetCredentialsInternalServerError) Error() string
func (*V2GetCredentialsInternalServerError) GetPayload ¶
func (o *V2GetCredentialsInternalServerError) GetPayload() *models.Error
func (*V2GetCredentialsInternalServerError) IsClientError ¶
func (o *V2GetCredentialsInternalServerError) IsClientError() bool
IsClientError returns true when this v2 get credentials internal server error response has a 4xx status code
func (*V2GetCredentialsInternalServerError) IsCode ¶
func (o *V2GetCredentialsInternalServerError) IsCode(code int) bool
IsCode returns true when this v2 get credentials internal server error response a status code equal to that given
func (*V2GetCredentialsInternalServerError) IsRedirect ¶
func (o *V2GetCredentialsInternalServerError) IsRedirect() bool
IsRedirect returns true when this v2 get credentials internal server error response has a 3xx status code
func (*V2GetCredentialsInternalServerError) IsServerError ¶
func (o *V2GetCredentialsInternalServerError) IsServerError() bool
IsServerError returns true when this v2 get credentials internal server error response has a 5xx status code
func (*V2GetCredentialsInternalServerError) IsSuccess ¶
func (o *V2GetCredentialsInternalServerError) IsSuccess() bool
IsSuccess returns true when this v2 get credentials internal server error response has a 2xx status code
func (*V2GetCredentialsInternalServerError) String ¶
func (o *V2GetCredentialsInternalServerError) String() string
type V2GetCredentialsMethodNotAllowed ¶
V2GetCredentialsMethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewV2GetCredentialsMethodNotAllowed ¶
func NewV2GetCredentialsMethodNotAllowed() *V2GetCredentialsMethodNotAllowed
NewV2GetCredentialsMethodNotAllowed creates a V2GetCredentialsMethodNotAllowed with default headers values
func (*V2GetCredentialsMethodNotAllowed) Error ¶
func (o *V2GetCredentialsMethodNotAllowed) Error() string
func (*V2GetCredentialsMethodNotAllowed) GetPayload ¶
func (o *V2GetCredentialsMethodNotAllowed) GetPayload() *models.Error
func (*V2GetCredentialsMethodNotAllowed) IsClientError ¶
func (o *V2GetCredentialsMethodNotAllowed) IsClientError() bool
IsClientError returns true when this v2 get credentials method not allowed response has a 4xx status code
func (*V2GetCredentialsMethodNotAllowed) IsCode ¶
func (o *V2GetCredentialsMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this v2 get credentials method not allowed response a status code equal to that given
func (*V2GetCredentialsMethodNotAllowed) IsRedirect ¶
func (o *V2GetCredentialsMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this v2 get credentials method not allowed response has a 3xx status code
func (*V2GetCredentialsMethodNotAllowed) IsServerError ¶
func (o *V2GetCredentialsMethodNotAllowed) IsServerError() bool
IsServerError returns true when this v2 get credentials method not allowed response has a 5xx status code
func (*V2GetCredentialsMethodNotAllowed) IsSuccess ¶
func (o *V2GetCredentialsMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this v2 get credentials method not allowed response has a 2xx status code
func (*V2GetCredentialsMethodNotAllowed) String ¶
func (o *V2GetCredentialsMethodNotAllowed) String() string
type V2GetCredentialsNotFound ¶
V2GetCredentialsNotFound describes a response with status code 404, with default header values.
Error.
func NewV2GetCredentialsNotFound ¶
func NewV2GetCredentialsNotFound() *V2GetCredentialsNotFound
NewV2GetCredentialsNotFound creates a V2GetCredentialsNotFound with default headers values
func (*V2GetCredentialsNotFound) Error ¶
func (o *V2GetCredentialsNotFound) Error() string
func (*V2GetCredentialsNotFound) GetPayload ¶
func (o *V2GetCredentialsNotFound) GetPayload() *models.Error
func (*V2GetCredentialsNotFound) IsClientError ¶
func (o *V2GetCredentialsNotFound) IsClientError() bool
IsClientError returns true when this v2 get credentials not found response has a 4xx status code
func (*V2GetCredentialsNotFound) IsCode ¶
func (o *V2GetCredentialsNotFound) IsCode(code int) bool
IsCode returns true when this v2 get credentials not found response a status code equal to that given
func (*V2GetCredentialsNotFound) IsRedirect ¶
func (o *V2GetCredentialsNotFound) IsRedirect() bool
IsRedirect returns true when this v2 get credentials not found response has a 3xx status code
func (*V2GetCredentialsNotFound) IsServerError ¶
func (o *V2GetCredentialsNotFound) IsServerError() bool
IsServerError returns true when this v2 get credentials not found response has a 5xx status code
func (*V2GetCredentialsNotFound) IsSuccess ¶
func (o *V2GetCredentialsNotFound) IsSuccess() bool
IsSuccess returns true when this v2 get credentials not found response has a 2xx status code
func (*V2GetCredentialsNotFound) String ¶
func (o *V2GetCredentialsNotFound) String() string
type V2GetCredentialsOK ¶
type V2GetCredentialsOK struct {
Payload *models.Credentials
}
V2GetCredentialsOK describes a response with status code 200, with default header values.
Success.
func NewV2GetCredentialsOK ¶
func NewV2GetCredentialsOK() *V2GetCredentialsOK
NewV2GetCredentialsOK creates a V2GetCredentialsOK with default headers values
func (*V2GetCredentialsOK) Error ¶
func (o *V2GetCredentialsOK) Error() string
func (*V2GetCredentialsOK) GetPayload ¶
func (o *V2GetCredentialsOK) GetPayload() *models.Credentials
func (*V2GetCredentialsOK) IsClientError ¶
func (o *V2GetCredentialsOK) IsClientError() bool
IsClientError returns true when this v2 get credentials o k response has a 4xx status code
func (*V2GetCredentialsOK) IsCode ¶
func (o *V2GetCredentialsOK) IsCode(code int) bool
IsCode returns true when this v2 get credentials o k response a status code equal to that given
func (*V2GetCredentialsOK) IsRedirect ¶
func (o *V2GetCredentialsOK) IsRedirect() bool
IsRedirect returns true when this v2 get credentials o k response has a 3xx status code
func (*V2GetCredentialsOK) IsServerError ¶
func (o *V2GetCredentialsOK) IsServerError() bool
IsServerError returns true when this v2 get credentials o k response has a 5xx status code
func (*V2GetCredentialsOK) IsSuccess ¶
func (o *V2GetCredentialsOK) IsSuccess() bool
IsSuccess returns true when this v2 get credentials o k response has a 2xx status code
func (*V2GetCredentialsOK) String ¶
func (o *V2GetCredentialsOK) String() string
type V2GetCredentialsParams ¶
type V2GetCredentialsParams struct { /* ClusterID. The cluster whose admin credentials should be retrieved. Format: uuid */ ClusterID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V2GetCredentialsParams contains all the parameters to send to the API endpoint
for the v2 get credentials operation. Typically these are written to a http.Request.
func NewV2GetCredentialsParams ¶
func NewV2GetCredentialsParams() *V2GetCredentialsParams
NewV2GetCredentialsParams creates a new V2GetCredentialsParams 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 NewV2GetCredentialsParamsWithContext ¶
func NewV2GetCredentialsParamsWithContext(ctx context.Context) *V2GetCredentialsParams
NewV2GetCredentialsParamsWithContext creates a new V2GetCredentialsParams object with the ability to set a context for a request.
func NewV2GetCredentialsParamsWithHTTPClient ¶
func NewV2GetCredentialsParamsWithHTTPClient(client *http.Client) *V2GetCredentialsParams
NewV2GetCredentialsParamsWithHTTPClient creates a new V2GetCredentialsParams object with the ability to set a custom HTTPClient for a request.
func NewV2GetCredentialsParamsWithTimeout ¶
func NewV2GetCredentialsParamsWithTimeout(timeout time.Duration) *V2GetCredentialsParams
NewV2GetCredentialsParamsWithTimeout creates a new V2GetCredentialsParams object with the ability to set a timeout on a request.
func (*V2GetCredentialsParams) SetClusterID ¶
func (o *V2GetCredentialsParams) SetClusterID(clusterID strfmt.UUID)
SetClusterID adds the clusterId to the v2 get credentials params
func (*V2GetCredentialsParams) SetContext ¶
func (o *V2GetCredentialsParams) SetContext(ctx context.Context)
SetContext adds the context to the v2 get credentials params
func (*V2GetCredentialsParams) SetDefaults ¶
func (o *V2GetCredentialsParams) SetDefaults()
SetDefaults hydrates default values in the v2 get credentials params (not the query body).
All values with no default are reset to their zero value.
func (*V2GetCredentialsParams) SetHTTPClient ¶
func (o *V2GetCredentialsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v2 get credentials params
func (*V2GetCredentialsParams) SetTimeout ¶
func (o *V2GetCredentialsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v2 get credentials params
func (*V2GetCredentialsParams) WithClusterID ¶
func (o *V2GetCredentialsParams) WithClusterID(clusterID strfmt.UUID) *V2GetCredentialsParams
WithClusterID adds the clusterID to the v2 get credentials params
func (*V2GetCredentialsParams) WithContext ¶
func (o *V2GetCredentialsParams) WithContext(ctx context.Context) *V2GetCredentialsParams
WithContext adds the context to the v2 get credentials params
func (*V2GetCredentialsParams) WithDefaults ¶
func (o *V2GetCredentialsParams) WithDefaults() *V2GetCredentialsParams
WithDefaults hydrates default values in the v2 get credentials params (not the query body).
All values with no default are reset to their zero value.
func (*V2GetCredentialsParams) WithHTTPClient ¶
func (o *V2GetCredentialsParams) WithHTTPClient(client *http.Client) *V2GetCredentialsParams
WithHTTPClient adds the HTTPClient to the v2 get credentials params
func (*V2GetCredentialsParams) WithTimeout ¶
func (o *V2GetCredentialsParams) WithTimeout(timeout time.Duration) *V2GetCredentialsParams
WithTimeout adds the timeout to the v2 get credentials params
func (*V2GetCredentialsParams) WriteToRequest ¶
func (o *V2GetCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V2GetCredentialsReader ¶
type V2GetCredentialsReader struct {
// contains filtered or unexported fields
}
V2GetCredentialsReader is a Reader for the V2GetCredentials structure.
func (*V2GetCredentialsReader) ReadResponse ¶
func (o *V2GetCredentialsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V2GetCredentialsUnauthorized ¶
type V2GetCredentialsUnauthorized struct {
}V2GetCredentialsUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewV2GetCredentialsUnauthorized ¶
func NewV2GetCredentialsUnauthorized() *V2GetCredentialsUnauthorized
NewV2GetCredentialsUnauthorized creates a V2GetCredentialsUnauthorized with default headers values
func (*V2GetCredentialsUnauthorized) Error ¶
func (o *V2GetCredentialsUnauthorized) Error() string
func (*V2GetCredentialsUnauthorized) GetPayload ¶
func (o *V2GetCredentialsUnauthorized) GetPayload() *models.InfraError
func (*V2GetCredentialsUnauthorized) IsClientError ¶
func (o *V2GetCredentialsUnauthorized) IsClientError() bool
IsClientError returns true when this v2 get credentials unauthorized response has a 4xx status code
func (*V2GetCredentialsUnauthorized) IsCode ¶
func (o *V2GetCredentialsUnauthorized) IsCode(code int) bool
IsCode returns true when this v2 get credentials unauthorized response a status code equal to that given
func (*V2GetCredentialsUnauthorized) IsRedirect ¶
func (o *V2GetCredentialsUnauthorized) IsRedirect() bool
IsRedirect returns true when this v2 get credentials unauthorized response has a 3xx status code
func (*V2GetCredentialsUnauthorized) IsServerError ¶
func (o *V2GetCredentialsUnauthorized) IsServerError() bool
IsServerError returns true when this v2 get credentials unauthorized response has a 5xx status code
func (*V2GetCredentialsUnauthorized) IsSuccess ¶
func (o *V2GetCredentialsUnauthorized) IsSuccess() bool
IsSuccess returns true when this v2 get credentials unauthorized response has a 2xx status code
func (*V2GetCredentialsUnauthorized) String ¶
func (o *V2GetCredentialsUnauthorized) String() string
type V2GetHostForbidden ¶
type V2GetHostForbidden struct {
Payload *models.InfraError
}
V2GetHostForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewV2GetHostForbidden ¶
func NewV2GetHostForbidden() *V2GetHostForbidden
NewV2GetHostForbidden creates a V2GetHostForbidden with default headers values
func (*V2GetHostForbidden) Error ¶
func (o *V2GetHostForbidden) Error() string
func (*V2GetHostForbidden) GetPayload ¶
func (o *V2GetHostForbidden) GetPayload() *models.InfraError
func (*V2GetHostForbidden) IsClientError ¶
func (o *V2GetHostForbidden) IsClientError() bool
IsClientError returns true when this v2 get host forbidden response has a 4xx status code
func (*V2GetHostForbidden) IsCode ¶
func (o *V2GetHostForbidden) IsCode(code int) bool
IsCode returns true when this v2 get host forbidden response a status code equal to that given
func (*V2GetHostForbidden) IsRedirect ¶
func (o *V2GetHostForbidden) IsRedirect() bool
IsRedirect returns true when this v2 get host forbidden response has a 3xx status code
func (*V2GetHostForbidden) IsServerError ¶
func (o *V2GetHostForbidden) IsServerError() bool
IsServerError returns true when this v2 get host forbidden response has a 5xx status code
func (*V2GetHostForbidden) IsSuccess ¶
func (o *V2GetHostForbidden) IsSuccess() bool
IsSuccess returns true when this v2 get host forbidden response has a 2xx status code
func (*V2GetHostForbidden) String ¶
func (o *V2GetHostForbidden) String() string
type V2GetHostIgnitionForbidden ¶
type V2GetHostIgnitionForbidden struct {
Payload *models.InfraError
}
V2GetHostIgnitionForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewV2GetHostIgnitionForbidden ¶
func NewV2GetHostIgnitionForbidden() *V2GetHostIgnitionForbidden
NewV2GetHostIgnitionForbidden creates a V2GetHostIgnitionForbidden with default headers values
func (*V2GetHostIgnitionForbidden) Error ¶
func (o *V2GetHostIgnitionForbidden) Error() string
func (*V2GetHostIgnitionForbidden) GetPayload ¶
func (o *V2GetHostIgnitionForbidden) GetPayload() *models.InfraError
func (*V2GetHostIgnitionForbidden) IsClientError ¶
func (o *V2GetHostIgnitionForbidden) IsClientError() bool
IsClientError returns true when this v2 get host ignition forbidden response has a 4xx status code
func (*V2GetHostIgnitionForbidden) IsCode ¶
func (o *V2GetHostIgnitionForbidden) IsCode(code int) bool
IsCode returns true when this v2 get host ignition forbidden response a status code equal to that given
func (*V2GetHostIgnitionForbidden) IsRedirect ¶
func (o *V2GetHostIgnitionForbidden) IsRedirect() bool
IsRedirect returns true when this v2 get host ignition forbidden response has a 3xx status code
func (*V2GetHostIgnitionForbidden) IsServerError ¶
func (o *V2GetHostIgnitionForbidden) IsServerError() bool
IsServerError returns true when this v2 get host ignition forbidden response has a 5xx status code
func (*V2GetHostIgnitionForbidden) IsSuccess ¶
func (o *V2GetHostIgnitionForbidden) IsSuccess() bool
IsSuccess returns true when this v2 get host ignition forbidden response has a 2xx status code
func (*V2GetHostIgnitionForbidden) String ¶
func (o *V2GetHostIgnitionForbidden) String() string
type V2GetHostIgnitionInternalServerError ¶
V2GetHostIgnitionInternalServerError describes a response with status code 500, with default header values.
Error.
func NewV2GetHostIgnitionInternalServerError ¶
func NewV2GetHostIgnitionInternalServerError() *V2GetHostIgnitionInternalServerError
NewV2GetHostIgnitionInternalServerError creates a V2GetHostIgnitionInternalServerError with default headers values
func (*V2GetHostIgnitionInternalServerError) Error ¶
func (o *V2GetHostIgnitionInternalServerError) Error() string
func (*V2GetHostIgnitionInternalServerError) GetPayload ¶
func (o *V2GetHostIgnitionInternalServerError) GetPayload() *models.Error
func (*V2GetHostIgnitionInternalServerError) IsClientError ¶
func (o *V2GetHostIgnitionInternalServerError) IsClientError() bool
IsClientError returns true when this v2 get host ignition internal server error response has a 4xx status code
func (*V2GetHostIgnitionInternalServerError) IsCode ¶
func (o *V2GetHostIgnitionInternalServerError) IsCode(code int) bool
IsCode returns true when this v2 get host ignition internal server error response a status code equal to that given
func (*V2GetHostIgnitionInternalServerError) IsRedirect ¶
func (o *V2GetHostIgnitionInternalServerError) IsRedirect() bool
IsRedirect returns true when this v2 get host ignition internal server error response has a 3xx status code
func (*V2GetHostIgnitionInternalServerError) IsServerError ¶
func (o *V2GetHostIgnitionInternalServerError) IsServerError() bool
IsServerError returns true when this v2 get host ignition internal server error response has a 5xx status code
func (*V2GetHostIgnitionInternalServerError) IsSuccess ¶
func (o *V2GetHostIgnitionInternalServerError) IsSuccess() bool
IsSuccess returns true when this v2 get host ignition internal server error response has a 2xx status code
func (*V2GetHostIgnitionInternalServerError) String ¶
func (o *V2GetHostIgnitionInternalServerError) String() string
type V2GetHostIgnitionMethodNotAllowed ¶
V2GetHostIgnitionMethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewV2GetHostIgnitionMethodNotAllowed ¶
func NewV2GetHostIgnitionMethodNotAllowed() *V2GetHostIgnitionMethodNotAllowed
NewV2GetHostIgnitionMethodNotAllowed creates a V2GetHostIgnitionMethodNotAllowed with default headers values
func (*V2GetHostIgnitionMethodNotAllowed) Error ¶
func (o *V2GetHostIgnitionMethodNotAllowed) Error() string
func (*V2GetHostIgnitionMethodNotAllowed) GetPayload ¶
func (o *V2GetHostIgnitionMethodNotAllowed) GetPayload() *models.Error
func (*V2GetHostIgnitionMethodNotAllowed) IsClientError ¶
func (o *V2GetHostIgnitionMethodNotAllowed) IsClientError() bool
IsClientError returns true when this v2 get host ignition method not allowed response has a 4xx status code
func (*V2GetHostIgnitionMethodNotAllowed) IsCode ¶
func (o *V2GetHostIgnitionMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this v2 get host ignition method not allowed response a status code equal to that given
func (*V2GetHostIgnitionMethodNotAllowed) IsRedirect ¶
func (o *V2GetHostIgnitionMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this v2 get host ignition method not allowed response has a 3xx status code
func (*V2GetHostIgnitionMethodNotAllowed) IsServerError ¶
func (o *V2GetHostIgnitionMethodNotAllowed) IsServerError() bool
IsServerError returns true when this v2 get host ignition method not allowed response has a 5xx status code
func (*V2GetHostIgnitionMethodNotAllowed) IsSuccess ¶
func (o *V2GetHostIgnitionMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this v2 get host ignition method not allowed response has a 2xx status code
func (*V2GetHostIgnitionMethodNotAllowed) String ¶
func (o *V2GetHostIgnitionMethodNotAllowed) String() string
type V2GetHostIgnitionNotFound ¶
V2GetHostIgnitionNotFound describes a response with status code 404, with default header values.
Error.
func NewV2GetHostIgnitionNotFound ¶
func NewV2GetHostIgnitionNotFound() *V2GetHostIgnitionNotFound
NewV2GetHostIgnitionNotFound creates a V2GetHostIgnitionNotFound with default headers values
func (*V2GetHostIgnitionNotFound) Error ¶
func (o *V2GetHostIgnitionNotFound) Error() string
func (*V2GetHostIgnitionNotFound) GetPayload ¶
func (o *V2GetHostIgnitionNotFound) GetPayload() *models.Error
func (*V2GetHostIgnitionNotFound) IsClientError ¶
func (o *V2GetHostIgnitionNotFound) IsClientError() bool
IsClientError returns true when this v2 get host ignition not found response has a 4xx status code
func (*V2GetHostIgnitionNotFound) IsCode ¶
func (o *V2GetHostIgnitionNotFound) IsCode(code int) bool
IsCode returns true when this v2 get host ignition not found response a status code equal to that given
func (*V2GetHostIgnitionNotFound) IsRedirect ¶
func (o *V2GetHostIgnitionNotFound) IsRedirect() bool
IsRedirect returns true when this v2 get host ignition not found response has a 3xx status code
func (*V2GetHostIgnitionNotFound) IsServerError ¶
func (o *V2GetHostIgnitionNotFound) IsServerError() bool
IsServerError returns true when this v2 get host ignition not found response has a 5xx status code
func (*V2GetHostIgnitionNotFound) IsSuccess ¶
func (o *V2GetHostIgnitionNotFound) IsSuccess() bool
IsSuccess returns true when this v2 get host ignition not found response has a 2xx status code
func (*V2GetHostIgnitionNotFound) String ¶
func (o *V2GetHostIgnitionNotFound) String() string
type V2GetHostIgnitionNotImplemented ¶
V2GetHostIgnitionNotImplemented describes a response with status code 501, with default header values.
Not implemented.
func NewV2GetHostIgnitionNotImplemented ¶
func NewV2GetHostIgnitionNotImplemented() *V2GetHostIgnitionNotImplemented
NewV2GetHostIgnitionNotImplemented creates a V2GetHostIgnitionNotImplemented with default headers values
func (*V2GetHostIgnitionNotImplemented) Error ¶
func (o *V2GetHostIgnitionNotImplemented) Error() string
func (*V2GetHostIgnitionNotImplemented) GetPayload ¶
func (o *V2GetHostIgnitionNotImplemented) GetPayload() *models.Error
func (*V2GetHostIgnitionNotImplemented) IsClientError ¶
func (o *V2GetHostIgnitionNotImplemented) IsClientError() bool
IsClientError returns true when this v2 get host ignition not implemented response has a 4xx status code
func (*V2GetHostIgnitionNotImplemented) IsCode ¶
func (o *V2GetHostIgnitionNotImplemented) IsCode(code int) bool
IsCode returns true when this v2 get host ignition not implemented response a status code equal to that given
func (*V2GetHostIgnitionNotImplemented) IsRedirect ¶
func (o *V2GetHostIgnitionNotImplemented) IsRedirect() bool
IsRedirect returns true when this v2 get host ignition not implemented response has a 3xx status code
func (*V2GetHostIgnitionNotImplemented) IsServerError ¶
func (o *V2GetHostIgnitionNotImplemented) IsServerError() bool
IsServerError returns true when this v2 get host ignition not implemented response has a 5xx status code
func (*V2GetHostIgnitionNotImplemented) IsSuccess ¶
func (o *V2GetHostIgnitionNotImplemented) IsSuccess() bool
IsSuccess returns true when this v2 get host ignition not implemented response has a 2xx status code
func (*V2GetHostIgnitionNotImplemented) String ¶
func (o *V2GetHostIgnitionNotImplemented) String() string
type V2GetHostIgnitionOK ¶
type V2GetHostIgnitionOK struct {
Payload *models.HostIgnitionParams
}
V2GetHostIgnitionOK describes a response with status code 200, with default header values.
Success.
func NewV2GetHostIgnitionOK ¶
func NewV2GetHostIgnitionOK() *V2GetHostIgnitionOK
NewV2GetHostIgnitionOK creates a V2GetHostIgnitionOK with default headers values
func (*V2GetHostIgnitionOK) Error ¶
func (o *V2GetHostIgnitionOK) Error() string
func (*V2GetHostIgnitionOK) GetPayload ¶
func (o *V2GetHostIgnitionOK) GetPayload() *models.HostIgnitionParams
func (*V2GetHostIgnitionOK) IsClientError ¶
func (o *V2GetHostIgnitionOK) IsClientError() bool
IsClientError returns true when this v2 get host ignition o k response has a 4xx status code
func (*V2GetHostIgnitionOK) IsCode ¶
func (o *V2GetHostIgnitionOK) IsCode(code int) bool
IsCode returns true when this v2 get host ignition o k response a status code equal to that given
func (*V2GetHostIgnitionOK) IsRedirect ¶
func (o *V2GetHostIgnitionOK) IsRedirect() bool
IsRedirect returns true when this v2 get host ignition o k response has a 3xx status code
func (*V2GetHostIgnitionOK) IsServerError ¶
func (o *V2GetHostIgnitionOK) IsServerError() bool
IsServerError returns true when this v2 get host ignition o k response has a 5xx status code
func (*V2GetHostIgnitionOK) IsSuccess ¶
func (o *V2GetHostIgnitionOK) IsSuccess() bool
IsSuccess returns true when this v2 get host ignition o k response has a 2xx status code
func (*V2GetHostIgnitionOK) String ¶
func (o *V2GetHostIgnitionOK) String() string
type V2GetHostIgnitionParams ¶
type V2GetHostIgnitionParams struct { /* HostID. The host whose ignition file should be obtained. Format: uuid */ HostID strfmt.UUID /* InfraEnvID. The infra-env of the host whose ignition file should be obtained. Format: uuid */ InfraEnvID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V2GetHostIgnitionParams contains all the parameters to send to the API endpoint
for the v2 get host ignition operation. Typically these are written to a http.Request.
func NewV2GetHostIgnitionParams ¶
func NewV2GetHostIgnitionParams() *V2GetHostIgnitionParams
NewV2GetHostIgnitionParams creates a new V2GetHostIgnitionParams 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 NewV2GetHostIgnitionParamsWithContext ¶
func NewV2GetHostIgnitionParamsWithContext(ctx context.Context) *V2GetHostIgnitionParams
NewV2GetHostIgnitionParamsWithContext creates a new V2GetHostIgnitionParams object with the ability to set a context for a request.
func NewV2GetHostIgnitionParamsWithHTTPClient ¶
func NewV2GetHostIgnitionParamsWithHTTPClient(client *http.Client) *V2GetHostIgnitionParams
NewV2GetHostIgnitionParamsWithHTTPClient creates a new V2GetHostIgnitionParams object with the ability to set a custom HTTPClient for a request.
func NewV2GetHostIgnitionParamsWithTimeout ¶
func NewV2GetHostIgnitionParamsWithTimeout(timeout time.Duration) *V2GetHostIgnitionParams
NewV2GetHostIgnitionParamsWithTimeout creates a new V2GetHostIgnitionParams object with the ability to set a timeout on a request.
func (*V2GetHostIgnitionParams) SetContext ¶
func (o *V2GetHostIgnitionParams) SetContext(ctx context.Context)
SetContext adds the context to the v2 get host ignition params
func (*V2GetHostIgnitionParams) SetDefaults ¶
func (o *V2GetHostIgnitionParams) SetDefaults()
SetDefaults hydrates default values in the v2 get host ignition params (not the query body).
All values with no default are reset to their zero value.
func (*V2GetHostIgnitionParams) SetHTTPClient ¶
func (o *V2GetHostIgnitionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v2 get host ignition params
func (*V2GetHostIgnitionParams) SetHostID ¶
func (o *V2GetHostIgnitionParams) SetHostID(hostID strfmt.UUID)
SetHostID adds the hostId to the v2 get host ignition params
func (*V2GetHostIgnitionParams) SetInfraEnvID ¶
func (o *V2GetHostIgnitionParams) SetInfraEnvID(infraEnvID strfmt.UUID)
SetInfraEnvID adds the infraEnvId to the v2 get host ignition params
func (*V2GetHostIgnitionParams) SetTimeout ¶
func (o *V2GetHostIgnitionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v2 get host ignition params
func (*V2GetHostIgnitionParams) WithContext ¶
func (o *V2GetHostIgnitionParams) WithContext(ctx context.Context) *V2GetHostIgnitionParams
WithContext adds the context to the v2 get host ignition params
func (*V2GetHostIgnitionParams) WithDefaults ¶
func (o *V2GetHostIgnitionParams) WithDefaults() *V2GetHostIgnitionParams
WithDefaults hydrates default values in the v2 get host ignition params (not the query body).
All values with no default are reset to their zero value.
func (*V2GetHostIgnitionParams) WithHTTPClient ¶
func (o *V2GetHostIgnitionParams) WithHTTPClient(client *http.Client) *V2GetHostIgnitionParams
WithHTTPClient adds the HTTPClient to the v2 get host ignition params
func (*V2GetHostIgnitionParams) WithHostID ¶
func (o *V2GetHostIgnitionParams) WithHostID(hostID strfmt.UUID) *V2GetHostIgnitionParams
WithHostID adds the hostID to the v2 get host ignition params
func (*V2GetHostIgnitionParams) WithInfraEnvID ¶
func (o *V2GetHostIgnitionParams) WithInfraEnvID(infraEnvID strfmt.UUID) *V2GetHostIgnitionParams
WithInfraEnvID adds the infraEnvID to the v2 get host ignition params
func (*V2GetHostIgnitionParams) WithTimeout ¶
func (o *V2GetHostIgnitionParams) WithTimeout(timeout time.Duration) *V2GetHostIgnitionParams
WithTimeout adds the timeout to the v2 get host ignition params
func (*V2GetHostIgnitionParams) WriteToRequest ¶
func (o *V2GetHostIgnitionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V2GetHostIgnitionReader ¶
type V2GetHostIgnitionReader struct {
// contains filtered or unexported fields
}
V2GetHostIgnitionReader is a Reader for the V2GetHostIgnition structure.
func (*V2GetHostIgnitionReader) ReadResponse ¶
func (o *V2GetHostIgnitionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V2GetHostIgnitionServiceUnavailable ¶
type V2GetHostIgnitionServiceUnavailable struct {
}V2GetHostIgnitionServiceUnavailable describes a response with status code 503, with default header values.
Unavailable.
func NewV2GetHostIgnitionServiceUnavailable ¶
func NewV2GetHostIgnitionServiceUnavailable() *V2GetHostIgnitionServiceUnavailable
NewV2GetHostIgnitionServiceUnavailable creates a V2GetHostIgnitionServiceUnavailable with default headers values
func (*V2GetHostIgnitionServiceUnavailable) Error ¶
func (o *V2GetHostIgnitionServiceUnavailable) Error() string
func (*V2GetHostIgnitionServiceUnavailable) GetPayload ¶
func (o *V2GetHostIgnitionServiceUnavailable) GetPayload() *models.Error
func (*V2GetHostIgnitionServiceUnavailable) IsClientError ¶
func (o *V2GetHostIgnitionServiceUnavailable) IsClientError() bool
IsClientError returns true when this v2 get host ignition service unavailable response has a 4xx status code
func (*V2GetHostIgnitionServiceUnavailable) IsCode ¶
func (o *V2GetHostIgnitionServiceUnavailable) IsCode(code int) bool
IsCode returns true when this v2 get host ignition service unavailable response a status code equal to that given
func (*V2GetHostIgnitionServiceUnavailable) IsRedirect ¶
func (o *V2GetHostIgnitionServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this v2 get host ignition service unavailable response has a 3xx status code
func (*V2GetHostIgnitionServiceUnavailable) IsServerError ¶
func (o *V2GetHostIgnitionServiceUnavailable) IsServerError() bool
IsServerError returns true when this v2 get host ignition service unavailable response has a 5xx status code
func (*V2GetHostIgnitionServiceUnavailable) IsSuccess ¶
func (o *V2GetHostIgnitionServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this v2 get host ignition service unavailable response has a 2xx status code
func (*V2GetHostIgnitionServiceUnavailable) String ¶
func (o *V2GetHostIgnitionServiceUnavailable) String() string
type V2GetHostIgnitionUnauthorized ¶
type V2GetHostIgnitionUnauthorized struct {
}V2GetHostIgnitionUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewV2GetHostIgnitionUnauthorized ¶
func NewV2GetHostIgnitionUnauthorized() *V2GetHostIgnitionUnauthorized
NewV2GetHostIgnitionUnauthorized creates a V2GetHostIgnitionUnauthorized with default headers values
func (*V2GetHostIgnitionUnauthorized) Error ¶
func (o *V2GetHostIgnitionUnauthorized) Error() string
func (*V2GetHostIgnitionUnauthorized) GetPayload ¶
func (o *V2GetHostIgnitionUnauthorized) GetPayload() *models.InfraError
func (*V2GetHostIgnitionUnauthorized) IsClientError ¶
func (o *V2GetHostIgnitionUnauthorized) IsClientError() bool
IsClientError returns true when this v2 get host ignition unauthorized response has a 4xx status code
func (*V2GetHostIgnitionUnauthorized) IsCode ¶
func (o *V2GetHostIgnitionUnauthorized) IsCode(code int) bool
IsCode returns true when this v2 get host ignition unauthorized response a status code equal to that given
func (*V2GetHostIgnitionUnauthorized) IsRedirect ¶
func (o *V2GetHostIgnitionUnauthorized) IsRedirect() bool
IsRedirect returns true when this v2 get host ignition unauthorized response has a 3xx status code
func (*V2GetHostIgnitionUnauthorized) IsServerError ¶
func (o *V2GetHostIgnitionUnauthorized) IsServerError() bool
IsServerError returns true when this v2 get host ignition unauthorized response has a 5xx status code
func (*V2GetHostIgnitionUnauthorized) IsSuccess ¶
func (o *V2GetHostIgnitionUnauthorized) IsSuccess() bool
IsSuccess returns true when this v2 get host ignition unauthorized response has a 2xx status code
func (*V2GetHostIgnitionUnauthorized) String ¶
func (o *V2GetHostIgnitionUnauthorized) String() string
type V2GetHostInternalServerError ¶
V2GetHostInternalServerError describes a response with status code 500, with default header values.
Error.
func NewV2GetHostInternalServerError ¶
func NewV2GetHostInternalServerError() *V2GetHostInternalServerError
NewV2GetHostInternalServerError creates a V2GetHostInternalServerError with default headers values
func (*V2GetHostInternalServerError) Error ¶
func (o *V2GetHostInternalServerError) Error() string
func (*V2GetHostInternalServerError) GetPayload ¶
func (o *V2GetHostInternalServerError) GetPayload() *models.Error
func (*V2GetHostInternalServerError) IsClientError ¶
func (o *V2GetHostInternalServerError) IsClientError() bool
IsClientError returns true when this v2 get host internal server error response has a 4xx status code
func (*V2GetHostInternalServerError) IsCode ¶
func (o *V2GetHostInternalServerError) IsCode(code int) bool
IsCode returns true when this v2 get host internal server error response a status code equal to that given
func (*V2GetHostInternalServerError) IsRedirect ¶
func (o *V2GetHostInternalServerError) IsRedirect() bool
IsRedirect returns true when this v2 get host internal server error response has a 3xx status code
func (*V2GetHostInternalServerError) IsServerError ¶
func (o *V2GetHostInternalServerError) IsServerError() bool
IsServerError returns true when this v2 get host internal server error response has a 5xx status code
func (*V2GetHostInternalServerError) IsSuccess ¶
func (o *V2GetHostInternalServerError) IsSuccess() bool
IsSuccess returns true when this v2 get host internal server error response has a 2xx status code
func (*V2GetHostInternalServerError) String ¶
func (o *V2GetHostInternalServerError) String() string
type V2GetHostMethodNotAllowed ¶
V2GetHostMethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewV2GetHostMethodNotAllowed ¶
func NewV2GetHostMethodNotAllowed() *V2GetHostMethodNotAllowed
NewV2GetHostMethodNotAllowed creates a V2GetHostMethodNotAllowed with default headers values
func (*V2GetHostMethodNotAllowed) Error ¶
func (o *V2GetHostMethodNotAllowed) Error() string
func (*V2GetHostMethodNotAllowed) GetPayload ¶
func (o *V2GetHostMethodNotAllowed) GetPayload() *models.Error
func (*V2GetHostMethodNotAllowed) IsClientError ¶
func (o *V2GetHostMethodNotAllowed) IsClientError() bool
IsClientError returns true when this v2 get host method not allowed response has a 4xx status code
func (*V2GetHostMethodNotAllowed) IsCode ¶
func (o *V2GetHostMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this v2 get host method not allowed response a status code equal to that given
func (*V2GetHostMethodNotAllowed) IsRedirect ¶
func (o *V2GetHostMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this v2 get host method not allowed response has a 3xx status code
func (*V2GetHostMethodNotAllowed) IsServerError ¶
func (o *V2GetHostMethodNotAllowed) IsServerError() bool
IsServerError returns true when this v2 get host method not allowed response has a 5xx status code
func (*V2GetHostMethodNotAllowed) IsSuccess ¶
func (o *V2GetHostMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this v2 get host method not allowed response has a 2xx status code
func (*V2GetHostMethodNotAllowed) String ¶
func (o *V2GetHostMethodNotAllowed) String() string
type V2GetHostNotFound ¶
V2GetHostNotFound describes a response with status code 404, with default header values.
Error.
func NewV2GetHostNotFound ¶
func NewV2GetHostNotFound() *V2GetHostNotFound
NewV2GetHostNotFound creates a V2GetHostNotFound with default headers values
func (*V2GetHostNotFound) Error ¶
func (o *V2GetHostNotFound) Error() string
func (*V2GetHostNotFound) GetPayload ¶
func (o *V2GetHostNotFound) GetPayload() *models.Error
func (*V2GetHostNotFound) IsClientError ¶
func (o *V2GetHostNotFound) IsClientError() bool
IsClientError returns true when this v2 get host not found response has a 4xx status code
func (*V2GetHostNotFound) IsCode ¶
func (o *V2GetHostNotFound) IsCode(code int) bool
IsCode returns true when this v2 get host not found response a status code equal to that given
func (*V2GetHostNotFound) IsRedirect ¶
func (o *V2GetHostNotFound) IsRedirect() bool
IsRedirect returns true when this v2 get host not found response has a 3xx status code
func (*V2GetHostNotFound) IsServerError ¶
func (o *V2GetHostNotFound) IsServerError() bool
IsServerError returns true when this v2 get host not found response has a 5xx status code
func (*V2GetHostNotFound) IsSuccess ¶
func (o *V2GetHostNotFound) IsSuccess() bool
IsSuccess returns true when this v2 get host not found response has a 2xx status code
func (*V2GetHostNotFound) String ¶
func (o *V2GetHostNotFound) String() string
type V2GetHostNotImplemented ¶
V2GetHostNotImplemented describes a response with status code 501, with default header values.
Not implemented.
func NewV2GetHostNotImplemented ¶
func NewV2GetHostNotImplemented() *V2GetHostNotImplemented
NewV2GetHostNotImplemented creates a V2GetHostNotImplemented with default headers values
func (*V2GetHostNotImplemented) Error ¶
func (o *V2GetHostNotImplemented) Error() string
func (*V2GetHostNotImplemented) GetPayload ¶
func (o *V2GetHostNotImplemented) GetPayload() *models.Error
func (*V2GetHostNotImplemented) IsClientError ¶
func (o *V2GetHostNotImplemented) IsClientError() bool
IsClientError returns true when this v2 get host not implemented response has a 4xx status code
func (*V2GetHostNotImplemented) IsCode ¶
func (o *V2GetHostNotImplemented) IsCode(code int) bool
IsCode returns true when this v2 get host not implemented response a status code equal to that given
func (*V2GetHostNotImplemented) IsRedirect ¶
func (o *V2GetHostNotImplemented) IsRedirect() bool
IsRedirect returns true when this v2 get host not implemented response has a 3xx status code
func (*V2GetHostNotImplemented) IsServerError ¶
func (o *V2GetHostNotImplemented) IsServerError() bool
IsServerError returns true when this v2 get host not implemented response has a 5xx status code
func (*V2GetHostNotImplemented) IsSuccess ¶
func (o *V2GetHostNotImplemented) IsSuccess() bool
IsSuccess returns true when this v2 get host not implemented response has a 2xx status code
func (*V2GetHostNotImplemented) String ¶
func (o *V2GetHostNotImplemented) String() string
type V2GetHostOK ¶
V2GetHostOK describes a response with status code 200, with default header values.
Success.
func NewV2GetHostOK ¶
func NewV2GetHostOK() *V2GetHostOK
NewV2GetHostOK creates a V2GetHostOK with default headers values
func (*V2GetHostOK) Error ¶
func (o *V2GetHostOK) Error() string
func (*V2GetHostOK) GetPayload ¶
func (o *V2GetHostOK) GetPayload() *models.Host
func (*V2GetHostOK) IsClientError ¶
func (o *V2GetHostOK) IsClientError() bool
IsClientError returns true when this v2 get host o k response has a 4xx status code
func (*V2GetHostOK) IsCode ¶
func (o *V2GetHostOK) IsCode(code int) bool
IsCode returns true when this v2 get host o k response a status code equal to that given
func (*V2GetHostOK) IsRedirect ¶
func (o *V2GetHostOK) IsRedirect() bool
IsRedirect returns true when this v2 get host o k response has a 3xx status code
func (*V2GetHostOK) IsServerError ¶
func (o *V2GetHostOK) IsServerError() bool
IsServerError returns true when this v2 get host o k response has a 5xx status code
func (*V2GetHostOK) IsSuccess ¶
func (o *V2GetHostOK) IsSuccess() bool
IsSuccess returns true when this v2 get host o k response has a 2xx status code
func (*V2GetHostOK) String ¶
func (o *V2GetHostOK) String() string
type V2GetHostParams ¶
type V2GetHostParams struct { /* HostID. The host that should be retrieved. Format: uuid */ HostID strfmt.UUID /* InfraEnvID. The infra-env of the host that should be retrieved. Format: uuid */ InfraEnvID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V2GetHostParams contains all the parameters to send to the API endpoint
for the v2 get host operation. Typically these are written to a http.Request.
func NewV2GetHostParams ¶
func NewV2GetHostParams() *V2GetHostParams
NewV2GetHostParams creates a new V2GetHostParams 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 NewV2GetHostParamsWithContext ¶
func NewV2GetHostParamsWithContext(ctx context.Context) *V2GetHostParams
NewV2GetHostParamsWithContext creates a new V2GetHostParams object with the ability to set a context for a request.
func NewV2GetHostParamsWithHTTPClient ¶
func NewV2GetHostParamsWithHTTPClient(client *http.Client) *V2GetHostParams
NewV2GetHostParamsWithHTTPClient creates a new V2GetHostParams object with the ability to set a custom HTTPClient for a request.
func NewV2GetHostParamsWithTimeout ¶
func NewV2GetHostParamsWithTimeout(timeout time.Duration) *V2GetHostParams
NewV2GetHostParamsWithTimeout creates a new V2GetHostParams object with the ability to set a timeout on a request.
func (*V2GetHostParams) SetContext ¶
func (o *V2GetHostParams) SetContext(ctx context.Context)
SetContext adds the context to the v2 get host params
func (*V2GetHostParams) SetDefaults ¶
func (o *V2GetHostParams) SetDefaults()
SetDefaults hydrates default values in the v2 get host params (not the query body).
All values with no default are reset to their zero value.
func (*V2GetHostParams) SetHTTPClient ¶
func (o *V2GetHostParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v2 get host params
func (*V2GetHostParams) SetHostID ¶
func (o *V2GetHostParams) SetHostID(hostID strfmt.UUID)
SetHostID adds the hostId to the v2 get host params
func (*V2GetHostParams) SetInfraEnvID ¶
func (o *V2GetHostParams) SetInfraEnvID(infraEnvID strfmt.UUID)
SetInfraEnvID adds the infraEnvId to the v2 get host params
func (*V2GetHostParams) SetTimeout ¶
func (o *V2GetHostParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v2 get host params
func (*V2GetHostParams) WithContext ¶
func (o *V2GetHostParams) WithContext(ctx context.Context) *V2GetHostParams
WithContext adds the context to the v2 get host params
func (*V2GetHostParams) WithDefaults ¶
func (o *V2GetHostParams) WithDefaults() *V2GetHostParams
WithDefaults hydrates default values in the v2 get host params (not the query body).
All values with no default are reset to their zero value.
func (*V2GetHostParams) WithHTTPClient ¶
func (o *V2GetHostParams) WithHTTPClient(client *http.Client) *V2GetHostParams
WithHTTPClient adds the HTTPClient to the v2 get host params
func (*V2GetHostParams) WithHostID ¶
func (o *V2GetHostParams) WithHostID(hostID strfmt.UUID) *V2GetHostParams
WithHostID adds the hostID to the v2 get host params
func (*V2GetHostParams) WithInfraEnvID ¶
func (o *V2GetHostParams) WithInfraEnvID(infraEnvID strfmt.UUID) *V2GetHostParams
WithInfraEnvID adds the infraEnvID to the v2 get host params
func (*V2GetHostParams) WithTimeout ¶
func (o *V2GetHostParams) WithTimeout(timeout time.Duration) *V2GetHostParams
WithTimeout adds the timeout to the v2 get host params
func (*V2GetHostParams) WriteToRequest ¶
func (o *V2GetHostParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V2GetHostReader ¶
type V2GetHostReader struct {
// contains filtered or unexported fields
}
V2GetHostReader is a Reader for the V2GetHost structure.
func (*V2GetHostReader) ReadResponse ¶
func (o *V2GetHostReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V2GetHostUnauthorized ¶
type V2GetHostUnauthorized struct {
}V2GetHostUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewV2GetHostUnauthorized ¶
func NewV2GetHostUnauthorized() *V2GetHostUnauthorized
NewV2GetHostUnauthorized creates a V2GetHostUnauthorized with default headers values
func (*V2GetHostUnauthorized) Error ¶
func (o *V2GetHostUnauthorized) Error() string
func (*V2GetHostUnauthorized) GetPayload ¶
func (o *V2GetHostUnauthorized) GetPayload() *models.InfraError
func (*V2GetHostUnauthorized) IsClientError ¶
func (o *V2GetHostUnauthorized) IsClientError() bool
IsClientError returns true when this v2 get host unauthorized response has a 4xx status code
func (*V2GetHostUnauthorized) IsCode ¶
func (o *V2GetHostUnauthorized) IsCode(code int) bool
IsCode returns true when this v2 get host unauthorized response a status code equal to that given
func (*V2GetHostUnauthorized) IsRedirect ¶
func (o *V2GetHostUnauthorized) IsRedirect() bool
IsRedirect returns true when this v2 get host unauthorized response has a 3xx status code
func (*V2GetHostUnauthorized) IsServerError ¶
func (o *V2GetHostUnauthorized) IsServerError() bool
IsServerError returns true when this v2 get host unauthorized response has a 5xx status code
func (*V2GetHostUnauthorized) IsSuccess ¶
func (o *V2GetHostUnauthorized) IsSuccess() bool
IsSuccess returns true when this v2 get host unauthorized response has a 2xx status code
func (*V2GetHostUnauthorized) String ¶
func (o *V2GetHostUnauthorized) String() string
type V2GetIgnoredValidationsBadRequest ¶
V2GetIgnoredValidationsBadRequest describes a response with status code 400, with default header values.
Error.
func NewV2GetIgnoredValidationsBadRequest ¶
func NewV2GetIgnoredValidationsBadRequest() *V2GetIgnoredValidationsBadRequest
NewV2GetIgnoredValidationsBadRequest creates a V2GetIgnoredValidationsBadRequest with default headers values
func (*V2GetIgnoredValidationsBadRequest) Error ¶
func (o *V2GetIgnoredValidationsBadRequest) Error() string
func (*V2GetIgnoredValidationsBadRequest) GetPayload ¶
func (o *V2GetIgnoredValidationsBadRequest) GetPayload() *models.Error
func (*V2GetIgnoredValidationsBadRequest) IsClientError ¶
func (o *V2GetIgnoredValidationsBadRequest) IsClientError() bool
IsClientError returns true when this v2 get ignored validations bad request response has a 4xx status code
func (*V2GetIgnoredValidationsBadRequest) IsCode ¶
func (o *V2GetIgnoredValidationsBadRequest) IsCode(code int) bool
IsCode returns true when this v2 get ignored validations bad request response a status code equal to that given
func (*V2GetIgnoredValidationsBadRequest) IsRedirect ¶
func (o *V2GetIgnoredValidationsBadRequest) IsRedirect() bool
IsRedirect returns true when this v2 get ignored validations bad request response has a 3xx status code
func (*V2GetIgnoredValidationsBadRequest) IsServerError ¶
func (o *V2GetIgnoredValidationsBadRequest) IsServerError() bool
IsServerError returns true when this v2 get ignored validations bad request response has a 5xx status code
func (*V2GetIgnoredValidationsBadRequest) IsSuccess ¶
func (o *V2GetIgnoredValidationsBadRequest) IsSuccess() bool
IsSuccess returns true when this v2 get ignored validations bad request response has a 2xx status code
func (*V2GetIgnoredValidationsBadRequest) String ¶
func (o *V2GetIgnoredValidationsBadRequest) String() string
type V2GetIgnoredValidationsNotFound ¶
V2GetIgnoredValidationsNotFound describes a response with status code 404, with default header values.
Error.
func NewV2GetIgnoredValidationsNotFound ¶
func NewV2GetIgnoredValidationsNotFound() *V2GetIgnoredValidationsNotFound
NewV2GetIgnoredValidationsNotFound creates a V2GetIgnoredValidationsNotFound with default headers values
func (*V2GetIgnoredValidationsNotFound) Error ¶
func (o *V2GetIgnoredValidationsNotFound) Error() string
func (*V2GetIgnoredValidationsNotFound) GetPayload ¶
func (o *V2GetIgnoredValidationsNotFound) GetPayload() *models.Error
func (*V2GetIgnoredValidationsNotFound) IsClientError ¶
func (o *V2GetIgnoredValidationsNotFound) IsClientError() bool
IsClientError returns true when this v2 get ignored validations not found response has a 4xx status code
func (*V2GetIgnoredValidationsNotFound) IsCode ¶
func (o *V2GetIgnoredValidationsNotFound) IsCode(code int) bool
IsCode returns true when this v2 get ignored validations not found response a status code equal to that given
func (*V2GetIgnoredValidationsNotFound) IsRedirect ¶
func (o *V2GetIgnoredValidationsNotFound) IsRedirect() bool
IsRedirect returns true when this v2 get ignored validations not found response has a 3xx status code
func (*V2GetIgnoredValidationsNotFound) IsServerError ¶
func (o *V2GetIgnoredValidationsNotFound) IsServerError() bool
IsServerError returns true when this v2 get ignored validations not found response has a 5xx status code
func (*V2GetIgnoredValidationsNotFound) IsSuccess ¶
func (o *V2GetIgnoredValidationsNotFound) IsSuccess() bool
IsSuccess returns true when this v2 get ignored validations not found response has a 2xx status code
func (*V2GetIgnoredValidationsNotFound) String ¶
func (o *V2GetIgnoredValidationsNotFound) String() string
type V2GetIgnoredValidationsOK ¶
type V2GetIgnoredValidationsOK struct {
Payload *models.IgnoredValidations
}
V2GetIgnoredValidationsOK describes a response with status code 200, with default header values.
Success.
func NewV2GetIgnoredValidationsOK ¶
func NewV2GetIgnoredValidationsOK() *V2GetIgnoredValidationsOK
NewV2GetIgnoredValidationsOK creates a V2GetIgnoredValidationsOK with default headers values
func (*V2GetIgnoredValidationsOK) Error ¶
func (o *V2GetIgnoredValidationsOK) Error() string
func (*V2GetIgnoredValidationsOK) GetPayload ¶
func (o *V2GetIgnoredValidationsOK) GetPayload() *models.IgnoredValidations
func (*V2GetIgnoredValidationsOK) IsClientError ¶
func (o *V2GetIgnoredValidationsOK) IsClientError() bool
IsClientError returns true when this v2 get ignored validations o k response has a 4xx status code
func (*V2GetIgnoredValidationsOK) IsCode ¶
func (o *V2GetIgnoredValidationsOK) IsCode(code int) bool
IsCode returns true when this v2 get ignored validations o k response a status code equal to that given
func (*V2GetIgnoredValidationsOK) IsRedirect ¶
func (o *V2GetIgnoredValidationsOK) IsRedirect() bool
IsRedirect returns true when this v2 get ignored validations o k response has a 3xx status code
func (*V2GetIgnoredValidationsOK) IsServerError ¶
func (o *V2GetIgnoredValidationsOK) IsServerError() bool
IsServerError returns true when this v2 get ignored validations o k response has a 5xx status code
func (*V2GetIgnoredValidationsOK) IsSuccess ¶
func (o *V2GetIgnoredValidationsOK) IsSuccess() bool
IsSuccess returns true when this v2 get ignored validations o k response has a 2xx status code
func (*V2GetIgnoredValidationsOK) String ¶
func (o *V2GetIgnoredValidationsOK) String() string
type V2GetIgnoredValidationsParams ¶
type V2GetIgnoredValidationsParams struct { /* ClusterID. The cluster whose failing validations should be ignored according to this list. Format: uuid */ ClusterID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V2GetIgnoredValidationsParams contains all the parameters to send to the API endpoint
for the v2 get ignored validations operation. Typically these are written to a http.Request.
func NewV2GetIgnoredValidationsParams ¶
func NewV2GetIgnoredValidationsParams() *V2GetIgnoredValidationsParams
NewV2GetIgnoredValidationsParams creates a new V2GetIgnoredValidationsParams 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 NewV2GetIgnoredValidationsParamsWithContext ¶
func NewV2GetIgnoredValidationsParamsWithContext(ctx context.Context) *V2GetIgnoredValidationsParams
NewV2GetIgnoredValidationsParamsWithContext creates a new V2GetIgnoredValidationsParams object with the ability to set a context for a request.
func NewV2GetIgnoredValidationsParamsWithHTTPClient ¶
func NewV2GetIgnoredValidationsParamsWithHTTPClient(client *http.Client) *V2GetIgnoredValidationsParams
NewV2GetIgnoredValidationsParamsWithHTTPClient creates a new V2GetIgnoredValidationsParams object with the ability to set a custom HTTPClient for a request.
func NewV2GetIgnoredValidationsParamsWithTimeout ¶
func NewV2GetIgnoredValidationsParamsWithTimeout(timeout time.Duration) *V2GetIgnoredValidationsParams
NewV2GetIgnoredValidationsParamsWithTimeout creates a new V2GetIgnoredValidationsParams object with the ability to set a timeout on a request.
func (*V2GetIgnoredValidationsParams) SetClusterID ¶
func (o *V2GetIgnoredValidationsParams) SetClusterID(clusterID strfmt.UUID)
SetClusterID adds the clusterId to the v2 get ignored validations params
func (*V2GetIgnoredValidationsParams) SetContext ¶
func (o *V2GetIgnoredValidationsParams) SetContext(ctx context.Context)
SetContext adds the context to the v2 get ignored validations params
func (*V2GetIgnoredValidationsParams) SetDefaults ¶
func (o *V2GetIgnoredValidationsParams) SetDefaults()
SetDefaults hydrates default values in the v2 get ignored validations params (not the query body).
All values with no default are reset to their zero value.
func (*V2GetIgnoredValidationsParams) SetHTTPClient ¶
func (o *V2GetIgnoredValidationsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v2 get ignored validations params
func (*V2GetIgnoredValidationsParams) SetTimeout ¶
func (o *V2GetIgnoredValidationsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v2 get ignored validations params
func (*V2GetIgnoredValidationsParams) WithClusterID ¶
func (o *V2GetIgnoredValidationsParams) WithClusterID(clusterID strfmt.UUID) *V2GetIgnoredValidationsParams
WithClusterID adds the clusterID to the v2 get ignored validations params
func (*V2GetIgnoredValidationsParams) WithContext ¶
func (o *V2GetIgnoredValidationsParams) WithContext(ctx context.Context) *V2GetIgnoredValidationsParams
WithContext adds the context to the v2 get ignored validations params
func (*V2GetIgnoredValidationsParams) WithDefaults ¶
func (o *V2GetIgnoredValidationsParams) WithDefaults() *V2GetIgnoredValidationsParams
WithDefaults hydrates default values in the v2 get ignored validations params (not the query body).
All values with no default are reset to their zero value.
func (*V2GetIgnoredValidationsParams) WithHTTPClient ¶
func (o *V2GetIgnoredValidationsParams) WithHTTPClient(client *http.Client) *V2GetIgnoredValidationsParams
WithHTTPClient adds the HTTPClient to the v2 get ignored validations params
func (*V2GetIgnoredValidationsParams) WithTimeout ¶
func (o *V2GetIgnoredValidationsParams) WithTimeout(timeout time.Duration) *V2GetIgnoredValidationsParams
WithTimeout adds the timeout to the v2 get ignored validations params
func (*V2GetIgnoredValidationsParams) WriteToRequest ¶
func (o *V2GetIgnoredValidationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V2GetIgnoredValidationsReader ¶
type V2GetIgnoredValidationsReader struct {
// contains filtered or unexported fields
}
V2GetIgnoredValidationsReader is a Reader for the V2GetIgnoredValidations structure.
func (*V2GetIgnoredValidationsReader) ReadResponse ¶
func (o *V2GetIgnoredValidationsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V2GetNextStepsForbidden ¶
type V2GetNextStepsForbidden struct {
Payload *models.InfraError
}
V2GetNextStepsForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewV2GetNextStepsForbidden ¶
func NewV2GetNextStepsForbidden() *V2GetNextStepsForbidden
NewV2GetNextStepsForbidden creates a V2GetNextStepsForbidden with default headers values
func (*V2GetNextStepsForbidden) Error ¶
func (o *V2GetNextStepsForbidden) Error() string
func (*V2GetNextStepsForbidden) GetPayload ¶
func (o *V2GetNextStepsForbidden) GetPayload() *models.InfraError
func (*V2GetNextStepsForbidden) IsClientError ¶
func (o *V2GetNextStepsForbidden) IsClientError() bool
IsClientError returns true when this v2 get next steps forbidden response has a 4xx status code
func (*V2GetNextStepsForbidden) IsCode ¶
func (o *V2GetNextStepsForbidden) IsCode(code int) bool
IsCode returns true when this v2 get next steps forbidden response a status code equal to that given
func (*V2GetNextStepsForbidden) IsRedirect ¶
func (o *V2GetNextStepsForbidden) IsRedirect() bool
IsRedirect returns true when this v2 get next steps forbidden response has a 3xx status code
func (*V2GetNextStepsForbidden) IsServerError ¶
func (o *V2GetNextStepsForbidden) IsServerError() bool
IsServerError returns true when this v2 get next steps forbidden response has a 5xx status code
func (*V2GetNextStepsForbidden) IsSuccess ¶
func (o *V2GetNextStepsForbidden) IsSuccess() bool
IsSuccess returns true when this v2 get next steps forbidden response has a 2xx status code
func (*V2GetNextStepsForbidden) String ¶
func (o *V2GetNextStepsForbidden) String() string
type V2GetNextStepsInternalServerError ¶
V2GetNextStepsInternalServerError describes a response with status code 500, with default header values.
Error.
func NewV2GetNextStepsInternalServerError ¶
func NewV2GetNextStepsInternalServerError() *V2GetNextStepsInternalServerError
NewV2GetNextStepsInternalServerError creates a V2GetNextStepsInternalServerError with default headers values
func (*V2GetNextStepsInternalServerError) Error ¶
func (o *V2GetNextStepsInternalServerError) Error() string
func (*V2GetNextStepsInternalServerError) GetPayload ¶
func (o *V2GetNextStepsInternalServerError) GetPayload() *models.Error
func (*V2GetNextStepsInternalServerError) IsClientError ¶
func (o *V2GetNextStepsInternalServerError) IsClientError() bool
IsClientError returns true when this v2 get next steps internal server error response has a 4xx status code
func (*V2GetNextStepsInternalServerError) IsCode ¶
func (o *V2GetNextStepsInternalServerError) IsCode(code int) bool
IsCode returns true when this v2 get next steps internal server error response a status code equal to that given
func (*V2GetNextStepsInternalServerError) IsRedirect ¶
func (o *V2GetNextStepsInternalServerError) IsRedirect() bool
IsRedirect returns true when this v2 get next steps internal server error response has a 3xx status code
func (*V2GetNextStepsInternalServerError) IsServerError ¶
func (o *V2GetNextStepsInternalServerError) IsServerError() bool
IsServerError returns true when this v2 get next steps internal server error response has a 5xx status code
func (*V2GetNextStepsInternalServerError) IsSuccess ¶
func (o *V2GetNextStepsInternalServerError) IsSuccess() bool
IsSuccess returns true when this v2 get next steps internal server error response has a 2xx status code
func (*V2GetNextStepsInternalServerError) String ¶
func (o *V2GetNextStepsInternalServerError) String() string
type V2GetNextStepsMethodNotAllowed ¶
V2GetNextStepsMethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewV2GetNextStepsMethodNotAllowed ¶
func NewV2GetNextStepsMethodNotAllowed() *V2GetNextStepsMethodNotAllowed
NewV2GetNextStepsMethodNotAllowed creates a V2GetNextStepsMethodNotAllowed with default headers values
func (*V2GetNextStepsMethodNotAllowed) Error ¶
func (o *V2GetNextStepsMethodNotAllowed) Error() string
func (*V2GetNextStepsMethodNotAllowed) GetPayload ¶
func (o *V2GetNextStepsMethodNotAllowed) GetPayload() *models.Error
func (*V2GetNextStepsMethodNotAllowed) IsClientError ¶
func (o *V2GetNextStepsMethodNotAllowed) IsClientError() bool
IsClientError returns true when this v2 get next steps method not allowed response has a 4xx status code
func (*V2GetNextStepsMethodNotAllowed) IsCode ¶
func (o *V2GetNextStepsMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this v2 get next steps method not allowed response a status code equal to that given
func (*V2GetNextStepsMethodNotAllowed) IsRedirect ¶
func (o *V2GetNextStepsMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this v2 get next steps method not allowed response has a 3xx status code
func (*V2GetNextStepsMethodNotAllowed) IsServerError ¶
func (o *V2GetNextStepsMethodNotAllowed) IsServerError() bool
IsServerError returns true when this v2 get next steps method not allowed response has a 5xx status code
func (*V2GetNextStepsMethodNotAllowed) IsSuccess ¶
func (o *V2GetNextStepsMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this v2 get next steps method not allowed response has a 2xx status code
func (*V2GetNextStepsMethodNotAllowed) String ¶
func (o *V2GetNextStepsMethodNotAllowed) String() string
type V2GetNextStepsNotFound ¶
V2GetNextStepsNotFound describes a response with status code 404, with default header values.
Error.
func NewV2GetNextStepsNotFound ¶
func NewV2GetNextStepsNotFound() *V2GetNextStepsNotFound
NewV2GetNextStepsNotFound creates a V2GetNextStepsNotFound with default headers values
func (*V2GetNextStepsNotFound) Error ¶
func (o *V2GetNextStepsNotFound) Error() string
func (*V2GetNextStepsNotFound) GetPayload ¶
func (o *V2GetNextStepsNotFound) GetPayload() *models.Error
func (*V2GetNextStepsNotFound) IsClientError ¶
func (o *V2GetNextStepsNotFound) IsClientError() bool
IsClientError returns true when this v2 get next steps not found response has a 4xx status code
func (*V2GetNextStepsNotFound) IsCode ¶
func (o *V2GetNextStepsNotFound) IsCode(code int) bool
IsCode returns true when this v2 get next steps not found response a status code equal to that given
func (*V2GetNextStepsNotFound) IsRedirect ¶
func (o *V2GetNextStepsNotFound) IsRedirect() bool
IsRedirect returns true when this v2 get next steps not found response has a 3xx status code
func (*V2GetNextStepsNotFound) IsServerError ¶
func (o *V2GetNextStepsNotFound) IsServerError() bool
IsServerError returns true when this v2 get next steps not found response has a 5xx status code
func (*V2GetNextStepsNotFound) IsSuccess ¶
func (o *V2GetNextStepsNotFound) IsSuccess() bool
IsSuccess returns true when this v2 get next steps not found response has a 2xx status code
func (*V2GetNextStepsNotFound) String ¶
func (o *V2GetNextStepsNotFound) String() string
type V2GetNextStepsNotImplemented ¶
V2GetNextStepsNotImplemented describes a response with status code 501, with default header values.
Not implemented.
func NewV2GetNextStepsNotImplemented ¶
func NewV2GetNextStepsNotImplemented() *V2GetNextStepsNotImplemented
NewV2GetNextStepsNotImplemented creates a V2GetNextStepsNotImplemented with default headers values
func (*V2GetNextStepsNotImplemented) Error ¶
func (o *V2GetNextStepsNotImplemented) Error() string
func (*V2GetNextStepsNotImplemented) GetPayload ¶
func (o *V2GetNextStepsNotImplemented) GetPayload() *models.Error
func (*V2GetNextStepsNotImplemented) IsClientError ¶
func (o *V2GetNextStepsNotImplemented) IsClientError() bool
IsClientError returns true when this v2 get next steps not implemented response has a 4xx status code
func (*V2GetNextStepsNotImplemented) IsCode ¶
func (o *V2GetNextStepsNotImplemented) IsCode(code int) bool
IsCode returns true when this v2 get next steps not implemented response a status code equal to that given
func (*V2GetNextStepsNotImplemented) IsRedirect ¶
func (o *V2GetNextStepsNotImplemented) IsRedirect() bool
IsRedirect returns true when this v2 get next steps not implemented response has a 3xx status code
func (*V2GetNextStepsNotImplemented) IsServerError ¶
func (o *V2GetNextStepsNotImplemented) IsServerError() bool
IsServerError returns true when this v2 get next steps not implemented response has a 5xx status code
func (*V2GetNextStepsNotImplemented) IsSuccess ¶
func (o *V2GetNextStepsNotImplemented) IsSuccess() bool
IsSuccess returns true when this v2 get next steps not implemented response has a 2xx status code
func (*V2GetNextStepsNotImplemented) String ¶
func (o *V2GetNextStepsNotImplemented) String() string
type V2GetNextStepsOK ¶
V2GetNextStepsOK describes a response with status code 200, with default header values.
Success.
func NewV2GetNextStepsOK ¶
func NewV2GetNextStepsOK() *V2GetNextStepsOK
NewV2GetNextStepsOK creates a V2GetNextStepsOK with default headers values
func (*V2GetNextStepsOK) Error ¶
func (o *V2GetNextStepsOK) Error() string
func (*V2GetNextStepsOK) GetPayload ¶
func (o *V2GetNextStepsOK) GetPayload() *models.Steps
func (*V2GetNextStepsOK) IsClientError ¶
func (o *V2GetNextStepsOK) IsClientError() bool
IsClientError returns true when this v2 get next steps o k response has a 4xx status code
func (*V2GetNextStepsOK) IsCode ¶
func (o *V2GetNextStepsOK) IsCode(code int) bool
IsCode returns true when this v2 get next steps o k response a status code equal to that given
func (*V2GetNextStepsOK) IsRedirect ¶
func (o *V2GetNextStepsOK) IsRedirect() bool
IsRedirect returns true when this v2 get next steps o k response has a 3xx status code
func (*V2GetNextStepsOK) IsServerError ¶
func (o *V2GetNextStepsOK) IsServerError() bool
IsServerError returns true when this v2 get next steps o k response has a 5xx status code
func (*V2GetNextStepsOK) IsSuccess ¶
func (o *V2GetNextStepsOK) IsSuccess() bool
IsSuccess returns true when this v2 get next steps o k response has a 2xx status code
func (*V2GetNextStepsOK) String ¶
func (o *V2GetNextStepsOK) String() string
type V2GetNextStepsParams ¶
type V2GetNextStepsParams struct { /* DiscoveryAgentVersion. The software version of the discovery agent that is retrieving instructions. */ DiscoveryAgentVersion *string /* HostID. The host that is retrieving instructions. Format: uuid */ HostID strfmt.UUID /* InfraEnvID. The infra-env of the host that is retrieving instructions. Format: uuid */ InfraEnvID strfmt.UUID /* Timestamp. The time on the host as seconds since the Unix epoch. */ Timestamp *int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V2GetNextStepsParams contains all the parameters to send to the API endpoint
for the v2 get next steps operation. Typically these are written to a http.Request.
func NewV2GetNextStepsParams ¶
func NewV2GetNextStepsParams() *V2GetNextStepsParams
NewV2GetNextStepsParams creates a new V2GetNextStepsParams 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 NewV2GetNextStepsParamsWithContext ¶
func NewV2GetNextStepsParamsWithContext(ctx context.Context) *V2GetNextStepsParams
NewV2GetNextStepsParamsWithContext creates a new V2GetNextStepsParams object with the ability to set a context for a request.
func NewV2GetNextStepsParamsWithHTTPClient ¶
func NewV2GetNextStepsParamsWithHTTPClient(client *http.Client) *V2GetNextStepsParams
NewV2GetNextStepsParamsWithHTTPClient creates a new V2GetNextStepsParams object with the ability to set a custom HTTPClient for a request.
func NewV2GetNextStepsParamsWithTimeout ¶
func NewV2GetNextStepsParamsWithTimeout(timeout time.Duration) *V2GetNextStepsParams
NewV2GetNextStepsParamsWithTimeout creates a new V2GetNextStepsParams object with the ability to set a timeout on a request.
func (*V2GetNextStepsParams) SetContext ¶
func (o *V2GetNextStepsParams) SetContext(ctx context.Context)
SetContext adds the context to the v2 get next steps params
func (*V2GetNextStepsParams) SetDefaults ¶
func (o *V2GetNextStepsParams) SetDefaults()
SetDefaults hydrates default values in the v2 get next steps params (not the query body).
All values with no default are reset to their zero value.
func (*V2GetNextStepsParams) SetDiscoveryAgentVersion ¶
func (o *V2GetNextStepsParams) SetDiscoveryAgentVersion(discoveryAgentVersion *string)
SetDiscoveryAgentVersion adds the discoveryAgentVersion to the v2 get next steps params
func (*V2GetNextStepsParams) SetHTTPClient ¶
func (o *V2GetNextStepsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v2 get next steps params
func (*V2GetNextStepsParams) SetHostID ¶
func (o *V2GetNextStepsParams) SetHostID(hostID strfmt.UUID)
SetHostID adds the hostId to the v2 get next steps params
func (*V2GetNextStepsParams) SetInfraEnvID ¶
func (o *V2GetNextStepsParams) SetInfraEnvID(infraEnvID strfmt.UUID)
SetInfraEnvID adds the infraEnvId to the v2 get next steps params
func (*V2GetNextStepsParams) SetTimeout ¶
func (o *V2GetNextStepsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v2 get next steps params
func (*V2GetNextStepsParams) SetTimestamp ¶
func (o *V2GetNextStepsParams) SetTimestamp(timestamp *int64)
SetTimestamp adds the timestamp to the v2 get next steps params
func (*V2GetNextStepsParams) WithContext ¶
func (o *V2GetNextStepsParams) WithContext(ctx context.Context) *V2GetNextStepsParams
WithContext adds the context to the v2 get next steps params
func (*V2GetNextStepsParams) WithDefaults ¶
func (o *V2GetNextStepsParams) WithDefaults() *V2GetNextStepsParams
WithDefaults hydrates default values in the v2 get next steps params (not the query body).
All values with no default are reset to their zero value.
func (*V2GetNextStepsParams) WithDiscoveryAgentVersion ¶
func (o *V2GetNextStepsParams) WithDiscoveryAgentVersion(discoveryAgentVersion *string) *V2GetNextStepsParams
WithDiscoveryAgentVersion adds the discoveryAgentVersion to the v2 get next steps params
func (*V2GetNextStepsParams) WithHTTPClient ¶
func (o *V2GetNextStepsParams) WithHTTPClient(client *http.Client) *V2GetNextStepsParams
WithHTTPClient adds the HTTPClient to the v2 get next steps params
func (*V2GetNextStepsParams) WithHostID ¶
func (o *V2GetNextStepsParams) WithHostID(hostID strfmt.UUID) *V2GetNextStepsParams
WithHostID adds the hostID to the v2 get next steps params
func (*V2GetNextStepsParams) WithInfraEnvID ¶
func (o *V2GetNextStepsParams) WithInfraEnvID(infraEnvID strfmt.UUID) *V2GetNextStepsParams
WithInfraEnvID adds the infraEnvID to the v2 get next steps params
func (*V2GetNextStepsParams) WithTimeout ¶
func (o *V2GetNextStepsParams) WithTimeout(timeout time.Duration) *V2GetNextStepsParams
WithTimeout adds the timeout to the v2 get next steps params
func (*V2GetNextStepsParams) WithTimestamp ¶
func (o *V2GetNextStepsParams) WithTimestamp(timestamp *int64) *V2GetNextStepsParams
WithTimestamp adds the timestamp to the v2 get next steps params
func (*V2GetNextStepsParams) WriteToRequest ¶
func (o *V2GetNextStepsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V2GetNextStepsReader ¶
type V2GetNextStepsReader struct {
// contains filtered or unexported fields
}
V2GetNextStepsReader is a Reader for the V2GetNextSteps structure.
func (*V2GetNextStepsReader) ReadResponse ¶
func (o *V2GetNextStepsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V2GetNextStepsServiceUnavailable ¶
type V2GetNextStepsServiceUnavailable struct {
}V2GetNextStepsServiceUnavailable describes a response with status code 503, with default header values.
Unavailable.
func NewV2GetNextStepsServiceUnavailable ¶
func NewV2GetNextStepsServiceUnavailable() *V2GetNextStepsServiceUnavailable
NewV2GetNextStepsServiceUnavailable creates a V2GetNextStepsServiceUnavailable with default headers values
func (*V2GetNextStepsServiceUnavailable) Error ¶
func (o *V2GetNextStepsServiceUnavailable) Error() string
func (*V2GetNextStepsServiceUnavailable) GetPayload ¶
func (o *V2GetNextStepsServiceUnavailable) GetPayload() *models.Error
func (*V2GetNextStepsServiceUnavailable) IsClientError ¶
func (o *V2GetNextStepsServiceUnavailable) IsClientError() bool
IsClientError returns true when this v2 get next steps service unavailable response has a 4xx status code
func (*V2GetNextStepsServiceUnavailable) IsCode ¶
func (o *V2GetNextStepsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this v2 get next steps service unavailable response a status code equal to that given
func (*V2GetNextStepsServiceUnavailable) IsRedirect ¶
func (o *V2GetNextStepsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this v2 get next steps service unavailable response has a 3xx status code
func (*V2GetNextStepsServiceUnavailable) IsServerError ¶
func (o *V2GetNextStepsServiceUnavailable) IsServerError() bool
IsServerError returns true when this v2 get next steps service unavailable response has a 5xx status code
func (*V2GetNextStepsServiceUnavailable) IsSuccess ¶
func (o *V2GetNextStepsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this v2 get next steps service unavailable response has a 2xx status code
func (*V2GetNextStepsServiceUnavailable) String ¶
func (o *V2GetNextStepsServiceUnavailable) String() string
type V2GetNextStepsUnauthorized ¶
type V2GetNextStepsUnauthorized struct {
}V2GetNextStepsUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewV2GetNextStepsUnauthorized ¶
func NewV2GetNextStepsUnauthorized() *V2GetNextStepsUnauthorized
NewV2GetNextStepsUnauthorized creates a V2GetNextStepsUnauthorized with default headers values
func (*V2GetNextStepsUnauthorized) Error ¶
func (o *V2GetNextStepsUnauthorized) Error() string
func (*V2GetNextStepsUnauthorized) GetPayload ¶
func (o *V2GetNextStepsUnauthorized) GetPayload() *models.InfraError
func (*V2GetNextStepsUnauthorized) IsClientError ¶
func (o *V2GetNextStepsUnauthorized) IsClientError() bool
IsClientError returns true when this v2 get next steps unauthorized response has a 4xx status code
func (*V2GetNextStepsUnauthorized) IsCode ¶
func (o *V2GetNextStepsUnauthorized) IsCode(code int) bool
IsCode returns true when this v2 get next steps unauthorized response a status code equal to that given
func (*V2GetNextStepsUnauthorized) IsRedirect ¶
func (o *V2GetNextStepsUnauthorized) IsRedirect() bool
IsRedirect returns true when this v2 get next steps unauthorized response has a 3xx status code
func (*V2GetNextStepsUnauthorized) IsServerError ¶
func (o *V2GetNextStepsUnauthorized) IsServerError() bool
IsServerError returns true when this v2 get next steps unauthorized response has a 5xx status code
func (*V2GetNextStepsUnauthorized) IsSuccess ¶
func (o *V2GetNextStepsUnauthorized) IsSuccess() bool
IsSuccess returns true when this v2 get next steps unauthorized response has a 2xx status code
func (*V2GetNextStepsUnauthorized) String ¶
func (o *V2GetNextStepsUnauthorized) String() string
type V2GetPreflightRequirementsForbidden ¶
type V2GetPreflightRequirementsForbidden struct {
Payload *models.InfraError
}
V2GetPreflightRequirementsForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewV2GetPreflightRequirementsForbidden ¶
func NewV2GetPreflightRequirementsForbidden() *V2GetPreflightRequirementsForbidden
NewV2GetPreflightRequirementsForbidden creates a V2GetPreflightRequirementsForbidden with default headers values
func (*V2GetPreflightRequirementsForbidden) Error ¶
func (o *V2GetPreflightRequirementsForbidden) Error() string
func (*V2GetPreflightRequirementsForbidden) GetPayload ¶
func (o *V2GetPreflightRequirementsForbidden) GetPayload() *models.InfraError
func (*V2GetPreflightRequirementsForbidden) IsClientError ¶
func (o *V2GetPreflightRequirementsForbidden) IsClientError() bool
IsClientError returns true when this v2 get preflight requirements forbidden response has a 4xx status code
func (*V2GetPreflightRequirementsForbidden) IsCode ¶
func (o *V2GetPreflightRequirementsForbidden) IsCode(code int) bool
IsCode returns true when this v2 get preflight requirements forbidden response a status code equal to that given
func (*V2GetPreflightRequirementsForbidden) IsRedirect ¶
func (o *V2GetPreflightRequirementsForbidden) IsRedirect() bool
IsRedirect returns true when this v2 get preflight requirements forbidden response has a 3xx status code
func (*V2GetPreflightRequirementsForbidden) IsServerError ¶
func (o *V2GetPreflightRequirementsForbidden) IsServerError() bool
IsServerError returns true when this v2 get preflight requirements forbidden response has a 5xx status code
func (*V2GetPreflightRequirementsForbidden) IsSuccess ¶
func (o *V2GetPreflightRequirementsForbidden) IsSuccess() bool
IsSuccess returns true when this v2 get preflight requirements forbidden response has a 2xx status code
func (*V2GetPreflightRequirementsForbidden) String ¶
func (o *V2GetPreflightRequirementsForbidden) String() string
type V2GetPreflightRequirementsInternalServerError ¶
V2GetPreflightRequirementsInternalServerError describes a response with status code 500, with default header values.
Error.
func NewV2GetPreflightRequirementsInternalServerError ¶
func NewV2GetPreflightRequirementsInternalServerError() *V2GetPreflightRequirementsInternalServerError
NewV2GetPreflightRequirementsInternalServerError creates a V2GetPreflightRequirementsInternalServerError with default headers values
func (*V2GetPreflightRequirementsInternalServerError) Error ¶
func (o *V2GetPreflightRequirementsInternalServerError) Error() string
func (*V2GetPreflightRequirementsInternalServerError) GetPayload ¶
func (o *V2GetPreflightRequirementsInternalServerError) GetPayload() *models.Error
func (*V2GetPreflightRequirementsInternalServerError) IsClientError ¶
func (o *V2GetPreflightRequirementsInternalServerError) IsClientError() bool
IsClientError returns true when this v2 get preflight requirements internal server error response has a 4xx status code
func (*V2GetPreflightRequirementsInternalServerError) IsCode ¶
func (o *V2GetPreflightRequirementsInternalServerError) IsCode(code int) bool
IsCode returns true when this v2 get preflight requirements internal server error response a status code equal to that given
func (*V2GetPreflightRequirementsInternalServerError) IsRedirect ¶
func (o *V2GetPreflightRequirementsInternalServerError) IsRedirect() bool
IsRedirect returns true when this v2 get preflight requirements internal server error response has a 3xx status code
func (*V2GetPreflightRequirementsInternalServerError) IsServerError ¶
func (o *V2GetPreflightRequirementsInternalServerError) IsServerError() bool
IsServerError returns true when this v2 get preflight requirements internal server error response has a 5xx status code
func (*V2GetPreflightRequirementsInternalServerError) IsSuccess ¶
func (o *V2GetPreflightRequirementsInternalServerError) IsSuccess() bool
IsSuccess returns true when this v2 get preflight requirements internal server error response has a 2xx status code
func (*V2GetPreflightRequirementsInternalServerError) String ¶
func (o *V2GetPreflightRequirementsInternalServerError) String() string
type V2GetPreflightRequirementsMethodNotAllowed ¶
V2GetPreflightRequirementsMethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewV2GetPreflightRequirementsMethodNotAllowed ¶
func NewV2GetPreflightRequirementsMethodNotAllowed() *V2GetPreflightRequirementsMethodNotAllowed
NewV2GetPreflightRequirementsMethodNotAllowed creates a V2GetPreflightRequirementsMethodNotAllowed with default headers values
func (*V2GetPreflightRequirementsMethodNotAllowed) Error ¶
func (o *V2GetPreflightRequirementsMethodNotAllowed) Error() string
func (*V2GetPreflightRequirementsMethodNotAllowed) GetPayload ¶
func (o *V2GetPreflightRequirementsMethodNotAllowed) GetPayload() *models.Error
func (*V2GetPreflightRequirementsMethodNotAllowed) IsClientError ¶
func (o *V2GetPreflightRequirementsMethodNotAllowed) IsClientError() bool
IsClientError returns true when this v2 get preflight requirements method not allowed response has a 4xx status code
func (*V2GetPreflightRequirementsMethodNotAllowed) IsCode ¶
func (o *V2GetPreflightRequirementsMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this v2 get preflight requirements method not allowed response a status code equal to that given
func (*V2GetPreflightRequirementsMethodNotAllowed) IsRedirect ¶
func (o *V2GetPreflightRequirementsMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this v2 get preflight requirements method not allowed response has a 3xx status code
func (*V2GetPreflightRequirementsMethodNotAllowed) IsServerError ¶
func (o *V2GetPreflightRequirementsMethodNotAllowed) IsServerError() bool
IsServerError returns true when this v2 get preflight requirements method not allowed response has a 5xx status code
func (*V2GetPreflightRequirementsMethodNotAllowed) IsSuccess ¶
func (o *V2GetPreflightRequirementsMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this v2 get preflight requirements method not allowed response has a 2xx status code
func (*V2GetPreflightRequirementsMethodNotAllowed) String ¶
func (o *V2GetPreflightRequirementsMethodNotAllowed) String() string
type V2GetPreflightRequirementsNotFound ¶
V2GetPreflightRequirementsNotFound describes a response with status code 404, with default header values.
Error.
func NewV2GetPreflightRequirementsNotFound ¶
func NewV2GetPreflightRequirementsNotFound() *V2GetPreflightRequirementsNotFound
NewV2GetPreflightRequirementsNotFound creates a V2GetPreflightRequirementsNotFound with default headers values
func (*V2GetPreflightRequirementsNotFound) Error ¶
func (o *V2GetPreflightRequirementsNotFound) Error() string
func (*V2GetPreflightRequirementsNotFound) GetPayload ¶
func (o *V2GetPreflightRequirementsNotFound) GetPayload() *models.Error
func (*V2GetPreflightRequirementsNotFound) IsClientError ¶
func (o *V2GetPreflightRequirementsNotFound) IsClientError() bool
IsClientError returns true when this v2 get preflight requirements not found response has a 4xx status code
func (*V2GetPreflightRequirementsNotFound) IsCode ¶
func (o *V2GetPreflightRequirementsNotFound) IsCode(code int) bool
IsCode returns true when this v2 get preflight requirements not found response a status code equal to that given
func (*V2GetPreflightRequirementsNotFound) IsRedirect ¶
func (o *V2GetPreflightRequirementsNotFound) IsRedirect() bool
IsRedirect returns true when this v2 get preflight requirements not found response has a 3xx status code
func (*V2GetPreflightRequirementsNotFound) IsServerError ¶
func (o *V2GetPreflightRequirementsNotFound) IsServerError() bool
IsServerError returns true when this v2 get preflight requirements not found response has a 5xx status code
func (*V2GetPreflightRequirementsNotFound) IsSuccess ¶
func (o *V2GetPreflightRequirementsNotFound) IsSuccess() bool
IsSuccess returns true when this v2 get preflight requirements not found response has a 2xx status code
func (*V2GetPreflightRequirementsNotFound) String ¶
func (o *V2GetPreflightRequirementsNotFound) String() string
type V2GetPreflightRequirementsOK ¶
type V2GetPreflightRequirementsOK struct {
Payload *models.PreflightHardwareRequirements
}
V2GetPreflightRequirementsOK describes a response with status code 200, with default header values.
Success.
func NewV2GetPreflightRequirementsOK ¶
func NewV2GetPreflightRequirementsOK() *V2GetPreflightRequirementsOK
NewV2GetPreflightRequirementsOK creates a V2GetPreflightRequirementsOK with default headers values
func (*V2GetPreflightRequirementsOK) Error ¶
func (o *V2GetPreflightRequirementsOK) Error() string
func (*V2GetPreflightRequirementsOK) GetPayload ¶
func (o *V2GetPreflightRequirementsOK) GetPayload() *models.PreflightHardwareRequirements
func (*V2GetPreflightRequirementsOK) IsClientError ¶
func (o *V2GetPreflightRequirementsOK) IsClientError() bool
IsClientError returns true when this v2 get preflight requirements o k response has a 4xx status code
func (*V2GetPreflightRequirementsOK) IsCode ¶
func (o *V2GetPreflightRequirementsOK) IsCode(code int) bool
IsCode returns true when this v2 get preflight requirements o k response a status code equal to that given
func (*V2GetPreflightRequirementsOK) IsRedirect ¶
func (o *V2GetPreflightRequirementsOK) IsRedirect() bool
IsRedirect returns true when this v2 get preflight requirements o k response has a 3xx status code
func (*V2GetPreflightRequirementsOK) IsServerError ¶
func (o *V2GetPreflightRequirementsOK) IsServerError() bool
IsServerError returns true when this v2 get preflight requirements o k response has a 5xx status code
func (*V2GetPreflightRequirementsOK) IsSuccess ¶
func (o *V2GetPreflightRequirementsOK) IsSuccess() bool
IsSuccess returns true when this v2 get preflight requirements o k response has a 2xx status code
func (*V2GetPreflightRequirementsOK) String ¶
func (o *V2GetPreflightRequirementsOK) String() string
type V2GetPreflightRequirementsParams ¶
type V2GetPreflightRequirementsParams struct { /* ClusterID. The cluster to return preflight requirements for. Format: uuid */ ClusterID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V2GetPreflightRequirementsParams contains all the parameters to send to the API endpoint
for the v2 get preflight requirements operation. Typically these are written to a http.Request.
func NewV2GetPreflightRequirementsParams ¶
func NewV2GetPreflightRequirementsParams() *V2GetPreflightRequirementsParams
NewV2GetPreflightRequirementsParams creates a new V2GetPreflightRequirementsParams 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 NewV2GetPreflightRequirementsParamsWithContext ¶
func NewV2GetPreflightRequirementsParamsWithContext(ctx context.Context) *V2GetPreflightRequirementsParams
NewV2GetPreflightRequirementsParamsWithContext creates a new V2GetPreflightRequirementsParams object with the ability to set a context for a request.
func NewV2GetPreflightRequirementsParamsWithHTTPClient ¶
func NewV2GetPreflightRequirementsParamsWithHTTPClient(client *http.Client) *V2GetPreflightRequirementsParams
NewV2GetPreflightRequirementsParamsWithHTTPClient creates a new V2GetPreflightRequirementsParams object with the ability to set a custom HTTPClient for a request.
func NewV2GetPreflightRequirementsParamsWithTimeout ¶
func NewV2GetPreflightRequirementsParamsWithTimeout(timeout time.Duration) *V2GetPreflightRequirementsParams
NewV2GetPreflightRequirementsParamsWithTimeout creates a new V2GetPreflightRequirementsParams object with the ability to set a timeout on a request.
func (*V2GetPreflightRequirementsParams) SetClusterID ¶
func (o *V2GetPreflightRequirementsParams) SetClusterID(clusterID strfmt.UUID)
SetClusterID adds the clusterId to the v2 get preflight requirements params
func (*V2GetPreflightRequirementsParams) SetContext ¶
func (o *V2GetPreflightRequirementsParams) SetContext(ctx context.Context)
SetContext adds the context to the v2 get preflight requirements params
func (*V2GetPreflightRequirementsParams) SetDefaults ¶
func (o *V2GetPreflightRequirementsParams) SetDefaults()
SetDefaults hydrates default values in the v2 get preflight requirements params (not the query body).
All values with no default are reset to their zero value.
func (*V2GetPreflightRequirementsParams) SetHTTPClient ¶
func (o *V2GetPreflightRequirementsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v2 get preflight requirements params
func (*V2GetPreflightRequirementsParams) SetTimeout ¶
func (o *V2GetPreflightRequirementsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v2 get preflight requirements params
func (*V2GetPreflightRequirementsParams) WithClusterID ¶
func (o *V2GetPreflightRequirementsParams) WithClusterID(clusterID strfmt.UUID) *V2GetPreflightRequirementsParams
WithClusterID adds the clusterID to the v2 get preflight requirements params
func (*V2GetPreflightRequirementsParams) WithContext ¶
func (o *V2GetPreflightRequirementsParams) WithContext(ctx context.Context) *V2GetPreflightRequirementsParams
WithContext adds the context to the v2 get preflight requirements params
func (*V2GetPreflightRequirementsParams) WithDefaults ¶
func (o *V2GetPreflightRequirementsParams) WithDefaults() *V2GetPreflightRequirementsParams
WithDefaults hydrates default values in the v2 get preflight requirements params (not the query body).
All values with no default are reset to their zero value.
func (*V2GetPreflightRequirementsParams) WithHTTPClient ¶
func (o *V2GetPreflightRequirementsParams) WithHTTPClient(client *http.Client) *V2GetPreflightRequirementsParams
WithHTTPClient adds the HTTPClient to the v2 get preflight requirements params
func (*V2GetPreflightRequirementsParams) WithTimeout ¶
func (o *V2GetPreflightRequirementsParams) WithTimeout(timeout time.Duration) *V2GetPreflightRequirementsParams
WithTimeout adds the timeout to the v2 get preflight requirements params
func (*V2GetPreflightRequirementsParams) WriteToRequest ¶
func (o *V2GetPreflightRequirementsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V2GetPreflightRequirementsReader ¶
type V2GetPreflightRequirementsReader struct {
// contains filtered or unexported fields
}
V2GetPreflightRequirementsReader is a Reader for the V2GetPreflightRequirements structure.
func (*V2GetPreflightRequirementsReader) ReadResponse ¶
func (o *V2GetPreflightRequirementsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V2GetPreflightRequirementsUnauthorized ¶
type V2GetPreflightRequirementsUnauthorized struct {
}V2GetPreflightRequirementsUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewV2GetPreflightRequirementsUnauthorized ¶
func NewV2GetPreflightRequirementsUnauthorized() *V2GetPreflightRequirementsUnauthorized
NewV2GetPreflightRequirementsUnauthorized creates a V2GetPreflightRequirementsUnauthorized with default headers values
func (*V2GetPreflightRequirementsUnauthorized) Error ¶
func (o *V2GetPreflightRequirementsUnauthorized) Error() string
func (*V2GetPreflightRequirementsUnauthorized) GetPayload ¶
func (o *V2GetPreflightRequirementsUnauthorized) GetPayload() *models.InfraError
func (*V2GetPreflightRequirementsUnauthorized) IsClientError ¶
func (o *V2GetPreflightRequirementsUnauthorized) IsClientError() bool
IsClientError returns true when this v2 get preflight requirements unauthorized response has a 4xx status code
func (*V2GetPreflightRequirementsUnauthorized) IsCode ¶
func (o *V2GetPreflightRequirementsUnauthorized) IsCode(code int) bool
IsCode returns true when this v2 get preflight requirements unauthorized response a status code equal to that given
func (*V2GetPreflightRequirementsUnauthorized) IsRedirect ¶
func (o *V2GetPreflightRequirementsUnauthorized) IsRedirect() bool
IsRedirect returns true when this v2 get preflight requirements unauthorized response has a 3xx status code
func (*V2GetPreflightRequirementsUnauthorized) IsServerError ¶
func (o *V2GetPreflightRequirementsUnauthorized) IsServerError() bool
IsServerError returns true when this v2 get preflight requirements unauthorized response has a 5xx status code
func (*V2GetPreflightRequirementsUnauthorized) IsSuccess ¶
func (o *V2GetPreflightRequirementsUnauthorized) IsSuccess() bool
IsSuccess returns true when this v2 get preflight requirements unauthorized response has a 2xx status code
func (*V2GetPreflightRequirementsUnauthorized) String ¶
func (o *V2GetPreflightRequirementsUnauthorized) String() string
type V2GetPresignedForClusterCredentialsBadRequest ¶
V2GetPresignedForClusterCredentialsBadRequest describes a response with status code 400, with default header values.
Error.
func NewV2GetPresignedForClusterCredentialsBadRequest ¶
func NewV2GetPresignedForClusterCredentialsBadRequest() *V2GetPresignedForClusterCredentialsBadRequest
NewV2GetPresignedForClusterCredentialsBadRequest creates a V2GetPresignedForClusterCredentialsBadRequest with default headers values
func (*V2GetPresignedForClusterCredentialsBadRequest) Error ¶
func (o *V2GetPresignedForClusterCredentialsBadRequest) Error() string
func (*V2GetPresignedForClusterCredentialsBadRequest) GetPayload ¶
func (o *V2GetPresignedForClusterCredentialsBadRequest) GetPayload() *models.Error
func (*V2GetPresignedForClusterCredentialsBadRequest) IsClientError ¶
func (o *V2GetPresignedForClusterCredentialsBadRequest) IsClientError() bool
IsClientError returns true when this v2 get presigned for cluster credentials bad request response has a 4xx status code
func (*V2GetPresignedForClusterCredentialsBadRequest) IsCode ¶
func (o *V2GetPresignedForClusterCredentialsBadRequest) IsCode(code int) bool
IsCode returns true when this v2 get presigned for cluster credentials bad request response a status code equal to that given
func (*V2GetPresignedForClusterCredentialsBadRequest) IsRedirect ¶
func (o *V2GetPresignedForClusterCredentialsBadRequest) IsRedirect() bool
IsRedirect returns true when this v2 get presigned for cluster credentials bad request response has a 3xx status code
func (*V2GetPresignedForClusterCredentialsBadRequest) IsServerError ¶
func (o *V2GetPresignedForClusterCredentialsBadRequest) IsServerError() bool
IsServerError returns true when this v2 get presigned for cluster credentials bad request response has a 5xx status code
func (*V2GetPresignedForClusterCredentialsBadRequest) IsSuccess ¶
func (o *V2GetPresignedForClusterCredentialsBadRequest) IsSuccess() bool
IsSuccess returns true when this v2 get presigned for cluster credentials bad request response has a 2xx status code
func (*V2GetPresignedForClusterCredentialsBadRequest) String ¶
func (o *V2GetPresignedForClusterCredentialsBadRequest) String() string
type V2GetPresignedForClusterCredentialsConflict ¶
V2GetPresignedForClusterCredentialsConflict describes a response with status code 409, with default header values.
Error.
func NewV2GetPresignedForClusterCredentialsConflict ¶
func NewV2GetPresignedForClusterCredentialsConflict() *V2GetPresignedForClusterCredentialsConflict
NewV2GetPresignedForClusterCredentialsConflict creates a V2GetPresignedForClusterCredentialsConflict with default headers values
func (*V2GetPresignedForClusterCredentialsConflict) Error ¶
func (o *V2GetPresignedForClusterCredentialsConflict) Error() string
func (*V2GetPresignedForClusterCredentialsConflict) GetPayload ¶
func (o *V2GetPresignedForClusterCredentialsConflict) GetPayload() *models.Error
func (*V2GetPresignedForClusterCredentialsConflict) IsClientError ¶
func (o *V2GetPresignedForClusterCredentialsConflict) IsClientError() bool
IsClientError returns true when this v2 get presigned for cluster credentials conflict response has a 4xx status code
func (*V2GetPresignedForClusterCredentialsConflict) IsCode ¶
func (o *V2GetPresignedForClusterCredentialsConflict) IsCode(code int) bool
IsCode returns true when this v2 get presigned for cluster credentials conflict response a status code equal to that given
func (*V2GetPresignedForClusterCredentialsConflict) IsRedirect ¶
func (o *V2GetPresignedForClusterCredentialsConflict) IsRedirect() bool
IsRedirect returns true when this v2 get presigned for cluster credentials conflict response has a 3xx status code
func (*V2GetPresignedForClusterCredentialsConflict) IsServerError ¶
func (o *V2GetPresignedForClusterCredentialsConflict) IsServerError() bool
IsServerError returns true when this v2 get presigned for cluster credentials conflict response has a 5xx status code
func (*V2GetPresignedForClusterCredentialsConflict) IsSuccess ¶
func (o *V2GetPresignedForClusterCredentialsConflict) IsSuccess() bool
IsSuccess returns true when this v2 get presigned for cluster credentials conflict response has a 2xx status code
func (*V2GetPresignedForClusterCredentialsConflict) String ¶
func (o *V2GetPresignedForClusterCredentialsConflict) String() string
type V2GetPresignedForClusterCredentialsForbidden ¶
type V2GetPresignedForClusterCredentialsForbidden struct {
Payload *models.InfraError
}
V2GetPresignedForClusterCredentialsForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewV2GetPresignedForClusterCredentialsForbidden ¶
func NewV2GetPresignedForClusterCredentialsForbidden() *V2GetPresignedForClusterCredentialsForbidden
NewV2GetPresignedForClusterCredentialsForbidden creates a V2GetPresignedForClusterCredentialsForbidden with default headers values
func (*V2GetPresignedForClusterCredentialsForbidden) Error ¶
func (o *V2GetPresignedForClusterCredentialsForbidden) Error() string
func (*V2GetPresignedForClusterCredentialsForbidden) GetPayload ¶
func (o *V2GetPresignedForClusterCredentialsForbidden) GetPayload() *models.InfraError
func (*V2GetPresignedForClusterCredentialsForbidden) IsClientError ¶
func (o *V2GetPresignedForClusterCredentialsForbidden) IsClientError() bool
IsClientError returns true when this v2 get presigned for cluster credentials forbidden response has a 4xx status code
func (*V2GetPresignedForClusterCredentialsForbidden) IsCode ¶
func (o *V2GetPresignedForClusterCredentialsForbidden) IsCode(code int) bool
IsCode returns true when this v2 get presigned for cluster credentials forbidden response a status code equal to that given
func (*V2GetPresignedForClusterCredentialsForbidden) IsRedirect ¶
func (o *V2GetPresignedForClusterCredentialsForbidden) IsRedirect() bool
IsRedirect returns true when this v2 get presigned for cluster credentials forbidden response has a 3xx status code
func (*V2GetPresignedForClusterCredentialsForbidden) IsServerError ¶
func (o *V2GetPresignedForClusterCredentialsForbidden) IsServerError() bool
IsServerError returns true when this v2 get presigned for cluster credentials forbidden response has a 5xx status code
func (*V2GetPresignedForClusterCredentialsForbidden) IsSuccess ¶
func (o *V2GetPresignedForClusterCredentialsForbidden) IsSuccess() bool
IsSuccess returns true when this v2 get presigned for cluster credentials forbidden response has a 2xx status code
func (*V2GetPresignedForClusterCredentialsForbidden) String ¶
func (o *V2GetPresignedForClusterCredentialsForbidden) String() string
type V2GetPresignedForClusterCredentialsInternalServerError ¶
V2GetPresignedForClusterCredentialsInternalServerError describes a response with status code 500, with default header values.
Error.
func NewV2GetPresignedForClusterCredentialsInternalServerError ¶
func NewV2GetPresignedForClusterCredentialsInternalServerError() *V2GetPresignedForClusterCredentialsInternalServerError
NewV2GetPresignedForClusterCredentialsInternalServerError creates a V2GetPresignedForClusterCredentialsInternalServerError with default headers values
func (*V2GetPresignedForClusterCredentialsInternalServerError) Error ¶
func (o *V2GetPresignedForClusterCredentialsInternalServerError) Error() string
func (*V2GetPresignedForClusterCredentialsInternalServerError) GetPayload ¶
func (o *V2GetPresignedForClusterCredentialsInternalServerError) GetPayload() *models.Error
func (*V2GetPresignedForClusterCredentialsInternalServerError) IsClientError ¶
func (o *V2GetPresignedForClusterCredentialsInternalServerError) IsClientError() bool
IsClientError returns true when this v2 get presigned for cluster credentials internal server error response has a 4xx status code
func (*V2GetPresignedForClusterCredentialsInternalServerError) IsCode ¶
func (o *V2GetPresignedForClusterCredentialsInternalServerError) IsCode(code int) bool
IsCode returns true when this v2 get presigned for cluster credentials internal server error response a status code equal to that given
func (*V2GetPresignedForClusterCredentialsInternalServerError) IsRedirect ¶
func (o *V2GetPresignedForClusterCredentialsInternalServerError) IsRedirect() bool
IsRedirect returns true when this v2 get presigned for cluster credentials internal server error response has a 3xx status code
func (*V2GetPresignedForClusterCredentialsInternalServerError) IsServerError ¶
func (o *V2GetPresignedForClusterCredentialsInternalServerError) IsServerError() bool
IsServerError returns true when this v2 get presigned for cluster credentials internal server error response has a 5xx status code
func (*V2GetPresignedForClusterCredentialsInternalServerError) IsSuccess ¶
func (o *V2GetPresignedForClusterCredentialsInternalServerError) IsSuccess() bool
IsSuccess returns true when this v2 get presigned for cluster credentials internal server error response has a 2xx status code
func (*V2GetPresignedForClusterCredentialsInternalServerError) String ¶
func (o *V2GetPresignedForClusterCredentialsInternalServerError) String() string
type V2GetPresignedForClusterCredentialsMethodNotAllowed ¶
V2GetPresignedForClusterCredentialsMethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewV2GetPresignedForClusterCredentialsMethodNotAllowed ¶
func NewV2GetPresignedForClusterCredentialsMethodNotAllowed() *V2GetPresignedForClusterCredentialsMethodNotAllowed
NewV2GetPresignedForClusterCredentialsMethodNotAllowed creates a V2GetPresignedForClusterCredentialsMethodNotAllowed with default headers values
func (*V2GetPresignedForClusterCredentialsMethodNotAllowed) Error ¶
func (o *V2GetPresignedForClusterCredentialsMethodNotAllowed) Error() string
func (*V2GetPresignedForClusterCredentialsMethodNotAllowed) GetPayload ¶
func (o *V2GetPresignedForClusterCredentialsMethodNotAllowed) GetPayload() *models.Error
func (*V2GetPresignedForClusterCredentialsMethodNotAllowed) IsClientError ¶
func (o *V2GetPresignedForClusterCredentialsMethodNotAllowed) IsClientError() bool
IsClientError returns true when this v2 get presigned for cluster credentials method not allowed response has a 4xx status code
func (*V2GetPresignedForClusterCredentialsMethodNotAllowed) IsCode ¶
func (o *V2GetPresignedForClusterCredentialsMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this v2 get presigned for cluster credentials method not allowed response a status code equal to that given
func (*V2GetPresignedForClusterCredentialsMethodNotAllowed) IsRedirect ¶
func (o *V2GetPresignedForClusterCredentialsMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this v2 get presigned for cluster credentials method not allowed response has a 3xx status code
func (*V2GetPresignedForClusterCredentialsMethodNotAllowed) IsServerError ¶
func (o *V2GetPresignedForClusterCredentialsMethodNotAllowed) IsServerError() bool
IsServerError returns true when this v2 get presigned for cluster credentials method not allowed response has a 5xx status code
func (*V2GetPresignedForClusterCredentialsMethodNotAllowed) IsSuccess ¶
func (o *V2GetPresignedForClusterCredentialsMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this v2 get presigned for cluster credentials method not allowed response has a 2xx status code
func (*V2GetPresignedForClusterCredentialsMethodNotAllowed) String ¶
func (o *V2GetPresignedForClusterCredentialsMethodNotAllowed) String() string
type V2GetPresignedForClusterCredentialsNotFound ¶
V2GetPresignedForClusterCredentialsNotFound describes a response with status code 404, with default header values.
Error.
func NewV2GetPresignedForClusterCredentialsNotFound ¶
func NewV2GetPresignedForClusterCredentialsNotFound() *V2GetPresignedForClusterCredentialsNotFound
NewV2GetPresignedForClusterCredentialsNotFound creates a V2GetPresignedForClusterCredentialsNotFound with default headers values
func (*V2GetPresignedForClusterCredentialsNotFound) Error ¶
func (o *V2GetPresignedForClusterCredentialsNotFound) Error() string
func (*V2GetPresignedForClusterCredentialsNotFound) GetPayload ¶
func (o *V2GetPresignedForClusterCredentialsNotFound) GetPayload() *models.Error
func (*V2GetPresignedForClusterCredentialsNotFound) IsClientError ¶
func (o *V2GetPresignedForClusterCredentialsNotFound) IsClientError() bool
IsClientError returns true when this v2 get presigned for cluster credentials not found response has a 4xx status code
func (*V2GetPresignedForClusterCredentialsNotFound) IsCode ¶
func (o *V2GetPresignedForClusterCredentialsNotFound) IsCode(code int) bool
IsCode returns true when this v2 get presigned for cluster credentials not found response a status code equal to that given
func (*V2GetPresignedForClusterCredentialsNotFound) IsRedirect ¶
func (o *V2GetPresignedForClusterCredentialsNotFound) IsRedirect() bool
IsRedirect returns true when this v2 get presigned for cluster credentials not found response has a 3xx status code
func (*V2GetPresignedForClusterCredentialsNotFound) IsServerError ¶
func (o *V2GetPresignedForClusterCredentialsNotFound) IsServerError() bool
IsServerError returns true when this v2 get presigned for cluster credentials not found response has a 5xx status code
func (*V2GetPresignedForClusterCredentialsNotFound) IsSuccess ¶
func (o *V2GetPresignedForClusterCredentialsNotFound) IsSuccess() bool
IsSuccess returns true when this v2 get presigned for cluster credentials not found response has a 2xx status code
func (*V2GetPresignedForClusterCredentialsNotFound) String ¶
func (o *V2GetPresignedForClusterCredentialsNotFound) String() string
type V2GetPresignedForClusterCredentialsOK ¶
type V2GetPresignedForClusterCredentialsOK struct {
Payload *models.PresignedURL
}
V2GetPresignedForClusterCredentialsOK describes a response with status code 200, with default header values.
Success.
func NewV2GetPresignedForClusterCredentialsOK ¶
func NewV2GetPresignedForClusterCredentialsOK() *V2GetPresignedForClusterCredentialsOK
NewV2GetPresignedForClusterCredentialsOK creates a V2GetPresignedForClusterCredentialsOK with default headers values
func (*V2GetPresignedForClusterCredentialsOK) Error ¶
func (o *V2GetPresignedForClusterCredentialsOK) Error() string
func (*V2GetPresignedForClusterCredentialsOK) GetPayload ¶
func (o *V2GetPresignedForClusterCredentialsOK) GetPayload() *models.PresignedURL
func (*V2GetPresignedForClusterCredentialsOK) IsClientError ¶
func (o *V2GetPresignedForClusterCredentialsOK) IsClientError() bool
IsClientError returns true when this v2 get presigned for cluster credentials o k response has a 4xx status code
func (*V2GetPresignedForClusterCredentialsOK) IsCode ¶
func (o *V2GetPresignedForClusterCredentialsOK) IsCode(code int) bool
IsCode returns true when this v2 get presigned for cluster credentials o k response a status code equal to that given
func (*V2GetPresignedForClusterCredentialsOK) IsRedirect ¶
func (o *V2GetPresignedForClusterCredentialsOK) IsRedirect() bool
IsRedirect returns true when this v2 get presigned for cluster credentials o k response has a 3xx status code
func (*V2GetPresignedForClusterCredentialsOK) IsServerError ¶
func (o *V2GetPresignedForClusterCredentialsOK) IsServerError() bool
IsServerError returns true when this v2 get presigned for cluster credentials o k response has a 5xx status code
func (*V2GetPresignedForClusterCredentialsOK) IsSuccess ¶
func (o *V2GetPresignedForClusterCredentialsOK) IsSuccess() bool
IsSuccess returns true when this v2 get presigned for cluster credentials o k response has a 2xx status code
func (*V2GetPresignedForClusterCredentialsOK) String ¶
func (o *V2GetPresignedForClusterCredentialsOK) String() string
type V2GetPresignedForClusterCredentialsParams ¶
type V2GetPresignedForClusterCredentialsParams struct { /* ClusterID. The cluster that owns the file that should be downloaded. Format: uuid */ ClusterID strfmt.UUID /* FileName. The file to be downloaded. */ FileName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V2GetPresignedForClusterCredentialsParams contains all the parameters to send to the API endpoint
for the v2 get presigned for cluster credentials operation. Typically these are written to a http.Request.
func NewV2GetPresignedForClusterCredentialsParams ¶
func NewV2GetPresignedForClusterCredentialsParams() *V2GetPresignedForClusterCredentialsParams
NewV2GetPresignedForClusterCredentialsParams creates a new V2GetPresignedForClusterCredentialsParams 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 NewV2GetPresignedForClusterCredentialsParamsWithContext ¶
func NewV2GetPresignedForClusterCredentialsParamsWithContext(ctx context.Context) *V2GetPresignedForClusterCredentialsParams
NewV2GetPresignedForClusterCredentialsParamsWithContext creates a new V2GetPresignedForClusterCredentialsParams object with the ability to set a context for a request.
func NewV2GetPresignedForClusterCredentialsParamsWithHTTPClient ¶
func NewV2GetPresignedForClusterCredentialsParamsWithHTTPClient(client *http.Client) *V2GetPresignedForClusterCredentialsParams
NewV2GetPresignedForClusterCredentialsParamsWithHTTPClient creates a new V2GetPresignedForClusterCredentialsParams object with the ability to set a custom HTTPClient for a request.
func NewV2GetPresignedForClusterCredentialsParamsWithTimeout ¶
func NewV2GetPresignedForClusterCredentialsParamsWithTimeout(timeout time.Duration) *V2GetPresignedForClusterCredentialsParams
NewV2GetPresignedForClusterCredentialsParamsWithTimeout creates a new V2GetPresignedForClusterCredentialsParams object with the ability to set a timeout on a request.
func (*V2GetPresignedForClusterCredentialsParams) SetClusterID ¶
func (o *V2GetPresignedForClusterCredentialsParams) SetClusterID(clusterID strfmt.UUID)
SetClusterID adds the clusterId to the v2 get presigned for cluster credentials params
func (*V2GetPresignedForClusterCredentialsParams) SetContext ¶
func (o *V2GetPresignedForClusterCredentialsParams) SetContext(ctx context.Context)
SetContext adds the context to the v2 get presigned for cluster credentials params
func (*V2GetPresignedForClusterCredentialsParams) SetDefaults ¶
func (o *V2GetPresignedForClusterCredentialsParams) SetDefaults()
SetDefaults hydrates default values in the v2 get presigned for cluster credentials params (not the query body).
All values with no default are reset to their zero value.
func (*V2GetPresignedForClusterCredentialsParams) SetFileName ¶
func (o *V2GetPresignedForClusterCredentialsParams) SetFileName(fileName string)
SetFileName adds the fileName to the v2 get presigned for cluster credentials params
func (*V2GetPresignedForClusterCredentialsParams) SetHTTPClient ¶
func (o *V2GetPresignedForClusterCredentialsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v2 get presigned for cluster credentials params
func (*V2GetPresignedForClusterCredentialsParams) SetTimeout ¶
func (o *V2GetPresignedForClusterCredentialsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v2 get presigned for cluster credentials params
func (*V2GetPresignedForClusterCredentialsParams) WithClusterID ¶
func (o *V2GetPresignedForClusterCredentialsParams) WithClusterID(clusterID strfmt.UUID) *V2GetPresignedForClusterCredentialsParams
WithClusterID adds the clusterID to the v2 get presigned for cluster credentials params
func (*V2GetPresignedForClusterCredentialsParams) WithContext ¶
func (o *V2GetPresignedForClusterCredentialsParams) WithContext(ctx context.Context) *V2GetPresignedForClusterCredentialsParams
WithContext adds the context to the v2 get presigned for cluster credentials params
func (*V2GetPresignedForClusterCredentialsParams) WithDefaults ¶
func (o *V2GetPresignedForClusterCredentialsParams) WithDefaults() *V2GetPresignedForClusterCredentialsParams
WithDefaults hydrates default values in the v2 get presigned for cluster credentials params (not the query body).
All values with no default are reset to their zero value.
func (*V2GetPresignedForClusterCredentialsParams) WithFileName ¶
func (o *V2GetPresignedForClusterCredentialsParams) WithFileName(fileName string) *V2GetPresignedForClusterCredentialsParams
WithFileName adds the fileName to the v2 get presigned for cluster credentials params
func (*V2GetPresignedForClusterCredentialsParams) WithHTTPClient ¶
func (o *V2GetPresignedForClusterCredentialsParams) WithHTTPClient(client *http.Client) *V2GetPresignedForClusterCredentialsParams
WithHTTPClient adds the HTTPClient to the v2 get presigned for cluster credentials params
func (*V2GetPresignedForClusterCredentialsParams) WithTimeout ¶
func (o *V2GetPresignedForClusterCredentialsParams) WithTimeout(timeout time.Duration) *V2GetPresignedForClusterCredentialsParams
WithTimeout adds the timeout to the v2 get presigned for cluster credentials params
func (*V2GetPresignedForClusterCredentialsParams) WriteToRequest ¶
func (o *V2GetPresignedForClusterCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V2GetPresignedForClusterCredentialsReader ¶
type V2GetPresignedForClusterCredentialsReader struct {
// contains filtered or unexported fields
}
V2GetPresignedForClusterCredentialsReader is a Reader for the V2GetPresignedForClusterCredentials structure.
func (*V2GetPresignedForClusterCredentialsReader) ReadResponse ¶
func (o *V2GetPresignedForClusterCredentialsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V2GetPresignedForClusterCredentialsUnauthorized ¶
type V2GetPresignedForClusterCredentialsUnauthorized struct {
}V2GetPresignedForClusterCredentialsUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewV2GetPresignedForClusterCredentialsUnauthorized ¶
func NewV2GetPresignedForClusterCredentialsUnauthorized() *V2GetPresignedForClusterCredentialsUnauthorized
NewV2GetPresignedForClusterCredentialsUnauthorized creates a V2GetPresignedForClusterCredentialsUnauthorized with default headers values
func (*V2GetPresignedForClusterCredentialsUnauthorized) Error ¶
func (o *V2GetPresignedForClusterCredentialsUnauthorized) Error() string
func (*V2GetPresignedForClusterCredentialsUnauthorized) GetPayload ¶
func (o *V2GetPresignedForClusterCredentialsUnauthorized) GetPayload() *models.InfraError
func (*V2GetPresignedForClusterCredentialsUnauthorized) IsClientError ¶
func (o *V2GetPresignedForClusterCredentialsUnauthorized) IsClientError() bool
IsClientError returns true when this v2 get presigned for cluster credentials unauthorized response has a 4xx status code
func (*V2GetPresignedForClusterCredentialsUnauthorized) IsCode ¶
func (o *V2GetPresignedForClusterCredentialsUnauthorized) IsCode(code int) bool
IsCode returns true when this v2 get presigned for cluster credentials unauthorized response a status code equal to that given
func (*V2GetPresignedForClusterCredentialsUnauthorized) IsRedirect ¶
func (o *V2GetPresignedForClusterCredentialsUnauthorized) IsRedirect() bool
IsRedirect returns true when this v2 get presigned for cluster credentials unauthorized response has a 3xx status code
func (*V2GetPresignedForClusterCredentialsUnauthorized) IsServerError ¶
func (o *V2GetPresignedForClusterCredentialsUnauthorized) IsServerError() bool
IsServerError returns true when this v2 get presigned for cluster credentials unauthorized response has a 5xx status code
func (*V2GetPresignedForClusterCredentialsUnauthorized) IsSuccess ¶
func (o *V2GetPresignedForClusterCredentialsUnauthorized) IsSuccess() bool
IsSuccess returns true when this v2 get presigned for cluster credentials unauthorized response has a 2xx status code
func (*V2GetPresignedForClusterCredentialsUnauthorized) String ¶
func (o *V2GetPresignedForClusterCredentialsUnauthorized) String() string
type V2GetPresignedForClusterFilesBadRequest ¶
V2GetPresignedForClusterFilesBadRequest describes a response with status code 400, with default header values.
Error.
func NewV2GetPresignedForClusterFilesBadRequest ¶
func NewV2GetPresignedForClusterFilesBadRequest() *V2GetPresignedForClusterFilesBadRequest
NewV2GetPresignedForClusterFilesBadRequest creates a V2GetPresignedForClusterFilesBadRequest with default headers values
func (*V2GetPresignedForClusterFilesBadRequest) Error ¶
func (o *V2GetPresignedForClusterFilesBadRequest) Error() string
func (*V2GetPresignedForClusterFilesBadRequest) GetPayload ¶
func (o *V2GetPresignedForClusterFilesBadRequest) GetPayload() *models.Error
func (*V2GetPresignedForClusterFilesBadRequest) IsClientError ¶
func (o *V2GetPresignedForClusterFilesBadRequest) IsClientError() bool
IsClientError returns true when this v2 get presigned for cluster files bad request response has a 4xx status code
func (*V2GetPresignedForClusterFilesBadRequest) IsCode ¶
func (o *V2GetPresignedForClusterFilesBadRequest) IsCode(code int) bool
IsCode returns true when this v2 get presigned for cluster files bad request response a status code equal to that given
func (*V2GetPresignedForClusterFilesBadRequest) IsRedirect ¶
func (o *V2GetPresignedForClusterFilesBadRequest) IsRedirect() bool
IsRedirect returns true when this v2 get presigned for cluster files bad request response has a 3xx status code
func (*V2GetPresignedForClusterFilesBadRequest) IsServerError ¶
func (o *V2GetPresignedForClusterFilesBadRequest) IsServerError() bool
IsServerError returns true when this v2 get presigned for cluster files bad request response has a 5xx status code
func (*V2GetPresignedForClusterFilesBadRequest) IsSuccess ¶
func (o *V2GetPresignedForClusterFilesBadRequest) IsSuccess() bool
IsSuccess returns true when this v2 get presigned for cluster files bad request response has a 2xx status code
func (*V2GetPresignedForClusterFilesBadRequest) String ¶
func (o *V2GetPresignedForClusterFilesBadRequest) String() string
type V2GetPresignedForClusterFilesConflict ¶
V2GetPresignedForClusterFilesConflict describes a response with status code 409, with default header values.
Error.
func NewV2GetPresignedForClusterFilesConflict ¶
func NewV2GetPresignedForClusterFilesConflict() *V2GetPresignedForClusterFilesConflict
NewV2GetPresignedForClusterFilesConflict creates a V2GetPresignedForClusterFilesConflict with default headers values
func (*V2GetPresignedForClusterFilesConflict) Error ¶
func (o *V2GetPresignedForClusterFilesConflict) Error() string
func (*V2GetPresignedForClusterFilesConflict) GetPayload ¶
func (o *V2GetPresignedForClusterFilesConflict) GetPayload() *models.Error
func (*V2GetPresignedForClusterFilesConflict) IsClientError ¶
func (o *V2GetPresignedForClusterFilesConflict) IsClientError() bool
IsClientError returns true when this v2 get presigned for cluster files conflict response has a 4xx status code
func (*V2GetPresignedForClusterFilesConflict) IsCode ¶
func (o *V2GetPresignedForClusterFilesConflict) IsCode(code int) bool
IsCode returns true when this v2 get presigned for cluster files conflict response a status code equal to that given
func (*V2GetPresignedForClusterFilesConflict) IsRedirect ¶
func (o *V2GetPresignedForClusterFilesConflict) IsRedirect() bool
IsRedirect returns true when this v2 get presigned for cluster files conflict response has a 3xx status code
func (*V2GetPresignedForClusterFilesConflict) IsServerError ¶
func (o *V2GetPresignedForClusterFilesConflict) IsServerError() bool
IsServerError returns true when this v2 get presigned for cluster files conflict response has a 5xx status code
func (*V2GetPresignedForClusterFilesConflict) IsSuccess ¶
func (o *V2GetPresignedForClusterFilesConflict) IsSuccess() bool
IsSuccess returns true when this v2 get presigned for cluster files conflict response has a 2xx status code
func (*V2GetPresignedForClusterFilesConflict) String ¶
func (o *V2GetPresignedForClusterFilesConflict) String() string
type V2GetPresignedForClusterFilesForbidden ¶
type V2GetPresignedForClusterFilesForbidden struct {
Payload *models.InfraError
}
V2GetPresignedForClusterFilesForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewV2GetPresignedForClusterFilesForbidden ¶
func NewV2GetPresignedForClusterFilesForbidden() *V2GetPresignedForClusterFilesForbidden
NewV2GetPresignedForClusterFilesForbidden creates a V2GetPresignedForClusterFilesForbidden with default headers values
func (*V2GetPresignedForClusterFilesForbidden) Error ¶
func (o *V2GetPresignedForClusterFilesForbidden) Error() string
func (*V2GetPresignedForClusterFilesForbidden) GetPayload ¶
func (o *V2GetPresignedForClusterFilesForbidden) GetPayload() *models.InfraError
func (*V2GetPresignedForClusterFilesForbidden) IsClientError ¶
func (o *V2GetPresignedForClusterFilesForbidden) IsClientError() bool
IsClientError returns true when this v2 get presigned for cluster files forbidden response has a 4xx status code
func (*V2GetPresignedForClusterFilesForbidden) IsCode ¶
func (o *V2GetPresignedForClusterFilesForbidden) IsCode(code int) bool
IsCode returns true when this v2 get presigned for cluster files forbidden response a status code equal to that given
func (*V2GetPresignedForClusterFilesForbidden) IsRedirect ¶
func (o *V2GetPresignedForClusterFilesForbidden) IsRedirect() bool
IsRedirect returns true when this v2 get presigned for cluster files forbidden response has a 3xx status code
func (*V2GetPresignedForClusterFilesForbidden) IsServerError ¶
func (o *V2GetPresignedForClusterFilesForbidden) IsServerError() bool
IsServerError returns true when this v2 get presigned for cluster files forbidden response has a 5xx status code
func (*V2GetPresignedForClusterFilesForbidden) IsSuccess ¶
func (o *V2GetPresignedForClusterFilesForbidden) IsSuccess() bool
IsSuccess returns true when this v2 get presigned for cluster files forbidden response has a 2xx status code
func (*V2GetPresignedForClusterFilesForbidden) String ¶
func (o *V2GetPresignedForClusterFilesForbidden) String() string
type V2GetPresignedForClusterFilesInternalServerError ¶
V2GetPresignedForClusterFilesInternalServerError describes a response with status code 500, with default header values.
Error.
func NewV2GetPresignedForClusterFilesInternalServerError ¶
func NewV2GetPresignedForClusterFilesInternalServerError() *V2GetPresignedForClusterFilesInternalServerError
NewV2GetPresignedForClusterFilesInternalServerError creates a V2GetPresignedForClusterFilesInternalServerError with default headers values
func (*V2GetPresignedForClusterFilesInternalServerError) Error ¶
func (o *V2GetPresignedForClusterFilesInternalServerError) Error() string
func (*V2GetPresignedForClusterFilesInternalServerError) GetPayload ¶
func (o *V2GetPresignedForClusterFilesInternalServerError) GetPayload() *models.Error
func (*V2GetPresignedForClusterFilesInternalServerError) IsClientError ¶
func (o *V2GetPresignedForClusterFilesInternalServerError) IsClientError() bool
IsClientError returns true when this v2 get presigned for cluster files internal server error response has a 4xx status code
func (*V2GetPresignedForClusterFilesInternalServerError) IsCode ¶
func (o *V2GetPresignedForClusterFilesInternalServerError) IsCode(code int) bool
IsCode returns true when this v2 get presigned for cluster files internal server error response a status code equal to that given
func (*V2GetPresignedForClusterFilesInternalServerError) IsRedirect ¶
func (o *V2GetPresignedForClusterFilesInternalServerError) IsRedirect() bool
IsRedirect returns true when this v2 get presigned for cluster files internal server error response has a 3xx status code
func (*V2GetPresignedForClusterFilesInternalServerError) IsServerError ¶
func (o *V2GetPresignedForClusterFilesInternalServerError) IsServerError() bool
IsServerError returns true when this v2 get presigned for cluster files internal server error response has a 5xx status code
func (*V2GetPresignedForClusterFilesInternalServerError) IsSuccess ¶
func (o *V2GetPresignedForClusterFilesInternalServerError) IsSuccess() bool
IsSuccess returns true when this v2 get presigned for cluster files internal server error response has a 2xx status code
func (*V2GetPresignedForClusterFilesInternalServerError) String ¶
func (o *V2GetPresignedForClusterFilesInternalServerError) String() string
type V2GetPresignedForClusterFilesMethodNotAllowed ¶
V2GetPresignedForClusterFilesMethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewV2GetPresignedForClusterFilesMethodNotAllowed ¶
func NewV2GetPresignedForClusterFilesMethodNotAllowed() *V2GetPresignedForClusterFilesMethodNotAllowed
NewV2GetPresignedForClusterFilesMethodNotAllowed creates a V2GetPresignedForClusterFilesMethodNotAllowed with default headers values
func (*V2GetPresignedForClusterFilesMethodNotAllowed) Error ¶
func (o *V2GetPresignedForClusterFilesMethodNotAllowed) Error() string
func (*V2GetPresignedForClusterFilesMethodNotAllowed) GetPayload ¶
func (o *V2GetPresignedForClusterFilesMethodNotAllowed) GetPayload() *models.Error
func (*V2GetPresignedForClusterFilesMethodNotAllowed) IsClientError ¶
func (o *V2GetPresignedForClusterFilesMethodNotAllowed) IsClientError() bool
IsClientError returns true when this v2 get presigned for cluster files method not allowed response has a 4xx status code
func (*V2GetPresignedForClusterFilesMethodNotAllowed) IsCode ¶
func (o *V2GetPresignedForClusterFilesMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this v2 get presigned for cluster files method not allowed response a status code equal to that given
func (*V2GetPresignedForClusterFilesMethodNotAllowed) IsRedirect ¶
func (o *V2GetPresignedForClusterFilesMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this v2 get presigned for cluster files method not allowed response has a 3xx status code
func (*V2GetPresignedForClusterFilesMethodNotAllowed) IsServerError ¶
func (o *V2GetPresignedForClusterFilesMethodNotAllowed) IsServerError() bool
IsServerError returns true when this v2 get presigned for cluster files method not allowed response has a 5xx status code
func (*V2GetPresignedForClusterFilesMethodNotAllowed) IsSuccess ¶
func (o *V2GetPresignedForClusterFilesMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this v2 get presigned for cluster files method not allowed response has a 2xx status code
func (*V2GetPresignedForClusterFilesMethodNotAllowed) String ¶
func (o *V2GetPresignedForClusterFilesMethodNotAllowed) String() string
type V2GetPresignedForClusterFilesNotFound ¶
V2GetPresignedForClusterFilesNotFound describes a response with status code 404, with default header values.
Error.
func NewV2GetPresignedForClusterFilesNotFound ¶
func NewV2GetPresignedForClusterFilesNotFound() *V2GetPresignedForClusterFilesNotFound
NewV2GetPresignedForClusterFilesNotFound creates a V2GetPresignedForClusterFilesNotFound with default headers values
func (*V2GetPresignedForClusterFilesNotFound) Error ¶
func (o *V2GetPresignedForClusterFilesNotFound) Error() string
func (*V2GetPresignedForClusterFilesNotFound) GetPayload ¶
func (o *V2GetPresignedForClusterFilesNotFound) GetPayload() *models.Error
func (*V2GetPresignedForClusterFilesNotFound) IsClientError ¶
func (o *V2GetPresignedForClusterFilesNotFound) IsClientError() bool
IsClientError returns true when this v2 get presigned for cluster files not found response has a 4xx status code
func (*V2GetPresignedForClusterFilesNotFound) IsCode ¶
func (o *V2GetPresignedForClusterFilesNotFound) IsCode(code int) bool
IsCode returns true when this v2 get presigned for cluster files not found response a status code equal to that given
func (*V2GetPresignedForClusterFilesNotFound) IsRedirect ¶
func (o *V2GetPresignedForClusterFilesNotFound) IsRedirect() bool
IsRedirect returns true when this v2 get presigned for cluster files not found response has a 3xx status code
func (*V2GetPresignedForClusterFilesNotFound) IsServerError ¶
func (o *V2GetPresignedForClusterFilesNotFound) IsServerError() bool
IsServerError returns true when this v2 get presigned for cluster files not found response has a 5xx status code
func (*V2GetPresignedForClusterFilesNotFound) IsSuccess ¶
func (o *V2GetPresignedForClusterFilesNotFound) IsSuccess() bool
IsSuccess returns true when this v2 get presigned for cluster files not found response has a 2xx status code
func (*V2GetPresignedForClusterFilesNotFound) String ¶
func (o *V2GetPresignedForClusterFilesNotFound) String() string
type V2GetPresignedForClusterFilesOK ¶
type V2GetPresignedForClusterFilesOK struct {
Payload *models.PresignedURL
}
V2GetPresignedForClusterFilesOK describes a response with status code 200, with default header values.
Success.
func NewV2GetPresignedForClusterFilesOK ¶
func NewV2GetPresignedForClusterFilesOK() *V2GetPresignedForClusterFilesOK
NewV2GetPresignedForClusterFilesOK creates a V2GetPresignedForClusterFilesOK with default headers values
func (*V2GetPresignedForClusterFilesOK) Error ¶
func (o *V2GetPresignedForClusterFilesOK) Error() string
func (*V2GetPresignedForClusterFilesOK) GetPayload ¶
func (o *V2GetPresignedForClusterFilesOK) GetPayload() *models.PresignedURL
func (*V2GetPresignedForClusterFilesOK) IsClientError ¶
func (o *V2GetPresignedForClusterFilesOK) IsClientError() bool
IsClientError returns true when this v2 get presigned for cluster files o k response has a 4xx status code
func (*V2GetPresignedForClusterFilesOK) IsCode ¶
func (o *V2GetPresignedForClusterFilesOK) IsCode(code int) bool
IsCode returns true when this v2 get presigned for cluster files o k response a status code equal to that given
func (*V2GetPresignedForClusterFilesOK) IsRedirect ¶
func (o *V2GetPresignedForClusterFilesOK) IsRedirect() bool
IsRedirect returns true when this v2 get presigned for cluster files o k response has a 3xx status code
func (*V2GetPresignedForClusterFilesOK) IsServerError ¶
func (o *V2GetPresignedForClusterFilesOK) IsServerError() bool
IsServerError returns true when this v2 get presigned for cluster files o k response has a 5xx status code
func (*V2GetPresignedForClusterFilesOK) IsSuccess ¶
func (o *V2GetPresignedForClusterFilesOK) IsSuccess() bool
IsSuccess returns true when this v2 get presigned for cluster files o k response has a 2xx status code
func (*V2GetPresignedForClusterFilesOK) String ¶
func (o *V2GetPresignedForClusterFilesOK) String() string
type V2GetPresignedForClusterFilesParams ¶
type V2GetPresignedForClusterFilesParams struct { /* AdditionalName. If downloading a manifest, the file name, prefaced with folder name, for example, openshift/99-openshift-xyz.yaml. */ AdditionalName *string /* ClusterID. The cluster that owns the file that should be downloaded. Format: uuid */ ClusterID strfmt.UUID /* FileName. The file to be downloaded. */ FileName string /* HostID. If downloading a file related to a host, the relevant host. Format: uuid */ HostID *strfmt.UUID /* LogsType. If downloading logs, the type of logs to download. */ LogsType *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V2GetPresignedForClusterFilesParams contains all the parameters to send to the API endpoint
for the v2 get presigned for cluster files operation. Typically these are written to a http.Request.
func NewV2GetPresignedForClusterFilesParams ¶
func NewV2GetPresignedForClusterFilesParams() *V2GetPresignedForClusterFilesParams
NewV2GetPresignedForClusterFilesParams creates a new V2GetPresignedForClusterFilesParams 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 NewV2GetPresignedForClusterFilesParamsWithContext ¶
func NewV2GetPresignedForClusterFilesParamsWithContext(ctx context.Context) *V2GetPresignedForClusterFilesParams
NewV2GetPresignedForClusterFilesParamsWithContext creates a new V2GetPresignedForClusterFilesParams object with the ability to set a context for a request.
func NewV2GetPresignedForClusterFilesParamsWithHTTPClient ¶
func NewV2GetPresignedForClusterFilesParamsWithHTTPClient(client *http.Client) *V2GetPresignedForClusterFilesParams
NewV2GetPresignedForClusterFilesParamsWithHTTPClient creates a new V2GetPresignedForClusterFilesParams object with the ability to set a custom HTTPClient for a request.
func NewV2GetPresignedForClusterFilesParamsWithTimeout ¶
func NewV2GetPresignedForClusterFilesParamsWithTimeout(timeout time.Duration) *V2GetPresignedForClusterFilesParams
NewV2GetPresignedForClusterFilesParamsWithTimeout creates a new V2GetPresignedForClusterFilesParams object with the ability to set a timeout on a request.
func (*V2GetPresignedForClusterFilesParams) SetAdditionalName ¶
func (o *V2GetPresignedForClusterFilesParams) SetAdditionalName(additionalName *string)
SetAdditionalName adds the additionalName to the v2 get presigned for cluster files params
func (*V2GetPresignedForClusterFilesParams) SetClusterID ¶
func (o *V2GetPresignedForClusterFilesParams) SetClusterID(clusterID strfmt.UUID)
SetClusterID adds the clusterId to the v2 get presigned for cluster files params
func (*V2GetPresignedForClusterFilesParams) SetContext ¶
func (o *V2GetPresignedForClusterFilesParams) SetContext(ctx context.Context)
SetContext adds the context to the v2 get presigned for cluster files params
func (*V2GetPresignedForClusterFilesParams) SetDefaults ¶
func (o *V2GetPresignedForClusterFilesParams) SetDefaults()
SetDefaults hydrates default values in the v2 get presigned for cluster files params (not the query body).
All values with no default are reset to their zero value.
func (*V2GetPresignedForClusterFilesParams) SetFileName ¶
func (o *V2GetPresignedForClusterFilesParams) SetFileName(fileName string)
SetFileName adds the fileName to the v2 get presigned for cluster files params
func (*V2GetPresignedForClusterFilesParams) SetHTTPClient ¶
func (o *V2GetPresignedForClusterFilesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v2 get presigned for cluster files params
func (*V2GetPresignedForClusterFilesParams) SetHostID ¶
func (o *V2GetPresignedForClusterFilesParams) SetHostID(hostID *strfmt.UUID)
SetHostID adds the hostId to the v2 get presigned for cluster files params
func (*V2GetPresignedForClusterFilesParams) SetLogsType ¶
func (o *V2GetPresignedForClusterFilesParams) SetLogsType(logsType *string)
SetLogsType adds the logsType to the v2 get presigned for cluster files params
func (*V2GetPresignedForClusterFilesParams) SetTimeout ¶
func (o *V2GetPresignedForClusterFilesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v2 get presigned for cluster files params
func (*V2GetPresignedForClusterFilesParams) WithAdditionalName ¶
func (o *V2GetPresignedForClusterFilesParams) WithAdditionalName(additionalName *string) *V2GetPresignedForClusterFilesParams
WithAdditionalName adds the additionalName to the v2 get presigned for cluster files params
func (*V2GetPresignedForClusterFilesParams) WithClusterID ¶
func (o *V2GetPresignedForClusterFilesParams) WithClusterID(clusterID strfmt.UUID) *V2GetPresignedForClusterFilesParams
WithClusterID adds the clusterID to the v2 get presigned for cluster files params
func (*V2GetPresignedForClusterFilesParams) WithContext ¶
func (o *V2GetPresignedForClusterFilesParams) WithContext(ctx context.Context) *V2GetPresignedForClusterFilesParams
WithContext adds the context to the v2 get presigned for cluster files params
func (*V2GetPresignedForClusterFilesParams) WithDefaults ¶
func (o *V2GetPresignedForClusterFilesParams) WithDefaults() *V2GetPresignedForClusterFilesParams
WithDefaults hydrates default values in the v2 get presigned for cluster files params (not the query body).
All values with no default are reset to their zero value.
func (*V2GetPresignedForClusterFilesParams) WithFileName ¶
func (o *V2GetPresignedForClusterFilesParams) WithFileName(fileName string) *V2GetPresignedForClusterFilesParams
WithFileName adds the fileName to the v2 get presigned for cluster files params
func (*V2GetPresignedForClusterFilesParams) WithHTTPClient ¶
func (o *V2GetPresignedForClusterFilesParams) WithHTTPClient(client *http.Client) *V2GetPresignedForClusterFilesParams
WithHTTPClient adds the HTTPClient to the v2 get presigned for cluster files params
func (*V2GetPresignedForClusterFilesParams) WithHostID ¶
func (o *V2GetPresignedForClusterFilesParams) WithHostID(hostID *strfmt.UUID) *V2GetPresignedForClusterFilesParams
WithHostID adds the hostID to the v2 get presigned for cluster files params
func (*V2GetPresignedForClusterFilesParams) WithLogsType ¶
func (o *V2GetPresignedForClusterFilesParams) WithLogsType(logsType *string) *V2GetPresignedForClusterFilesParams
WithLogsType adds the logsType to the v2 get presigned for cluster files params
func (*V2GetPresignedForClusterFilesParams) WithTimeout ¶
func (o *V2GetPresignedForClusterFilesParams) WithTimeout(timeout time.Duration) *V2GetPresignedForClusterFilesParams
WithTimeout adds the timeout to the v2 get presigned for cluster files params
func (*V2GetPresignedForClusterFilesParams) WriteToRequest ¶
func (o *V2GetPresignedForClusterFilesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V2GetPresignedForClusterFilesReader ¶
type V2GetPresignedForClusterFilesReader struct {
// contains filtered or unexported fields
}
V2GetPresignedForClusterFilesReader is a Reader for the V2GetPresignedForClusterFiles structure.
func (*V2GetPresignedForClusterFilesReader) ReadResponse ¶
func (o *V2GetPresignedForClusterFilesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V2GetPresignedForClusterFilesUnauthorized ¶
type V2GetPresignedForClusterFilesUnauthorized struct {
}V2GetPresignedForClusterFilesUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewV2GetPresignedForClusterFilesUnauthorized ¶
func NewV2GetPresignedForClusterFilesUnauthorized() *V2GetPresignedForClusterFilesUnauthorized
NewV2GetPresignedForClusterFilesUnauthorized creates a V2GetPresignedForClusterFilesUnauthorized with default headers values
func (*V2GetPresignedForClusterFilesUnauthorized) Error ¶
func (o *V2GetPresignedForClusterFilesUnauthorized) Error() string
func (*V2GetPresignedForClusterFilesUnauthorized) GetPayload ¶
func (o *V2GetPresignedForClusterFilesUnauthorized) GetPayload() *models.InfraError
func (*V2GetPresignedForClusterFilesUnauthorized) IsClientError ¶
func (o *V2GetPresignedForClusterFilesUnauthorized) IsClientError() bool
IsClientError returns true when this v2 get presigned for cluster files unauthorized response has a 4xx status code
func (*V2GetPresignedForClusterFilesUnauthorized) IsCode ¶
func (o *V2GetPresignedForClusterFilesUnauthorized) IsCode(code int) bool
IsCode returns true when this v2 get presigned for cluster files unauthorized response a status code equal to that given
func (*V2GetPresignedForClusterFilesUnauthorized) IsRedirect ¶
func (o *V2GetPresignedForClusterFilesUnauthorized) IsRedirect() bool
IsRedirect returns true when this v2 get presigned for cluster files unauthorized response has a 3xx status code
func (*V2GetPresignedForClusterFilesUnauthorized) IsServerError ¶
func (o *V2GetPresignedForClusterFilesUnauthorized) IsServerError() bool
IsServerError returns true when this v2 get presigned for cluster files unauthorized response has a 5xx status code
func (*V2GetPresignedForClusterFilesUnauthorized) IsSuccess ¶
func (o *V2GetPresignedForClusterFilesUnauthorized) IsSuccess() bool
IsSuccess returns true when this v2 get presigned for cluster files unauthorized response has a 2xx status code
func (*V2GetPresignedForClusterFilesUnauthorized) String ¶
func (o *V2GetPresignedForClusterFilesUnauthorized) String() string
type V2ImportClusterBadRequest ¶
V2ImportClusterBadRequest describes a response with status code 400, with default header values.
Error.
func NewV2ImportClusterBadRequest ¶
func NewV2ImportClusterBadRequest() *V2ImportClusterBadRequest
NewV2ImportClusterBadRequest creates a V2ImportClusterBadRequest with default headers values
func (*V2ImportClusterBadRequest) Error ¶
func (o *V2ImportClusterBadRequest) Error() string
func (*V2ImportClusterBadRequest) GetPayload ¶
func (o *V2ImportClusterBadRequest) GetPayload() *models.Error
func (*V2ImportClusterBadRequest) IsClientError ¶
func (o *V2ImportClusterBadRequest) IsClientError() bool
IsClientError returns true when this v2 import cluster bad request response has a 4xx status code
func (*V2ImportClusterBadRequest) IsCode ¶
func (o *V2ImportClusterBadRequest) IsCode(code int) bool
IsCode returns true when this v2 import cluster bad request response a status code equal to that given
func (*V2ImportClusterBadRequest) IsRedirect ¶
func (o *V2ImportClusterBadRequest) IsRedirect() bool
IsRedirect returns true when this v2 import cluster bad request response has a 3xx status code
func (*V2ImportClusterBadRequest) IsServerError ¶
func (o *V2ImportClusterBadRequest) IsServerError() bool
IsServerError returns true when this v2 import cluster bad request response has a 5xx status code
func (*V2ImportClusterBadRequest) IsSuccess ¶
func (o *V2ImportClusterBadRequest) IsSuccess() bool
IsSuccess returns true when this v2 import cluster bad request response has a 2xx status code
func (*V2ImportClusterBadRequest) String ¶
func (o *V2ImportClusterBadRequest) String() string
type V2ImportClusterCreated ¶
V2ImportClusterCreated describes a response with status code 201, with default header values.
Success.
func NewV2ImportClusterCreated ¶
func NewV2ImportClusterCreated() *V2ImportClusterCreated
NewV2ImportClusterCreated creates a V2ImportClusterCreated with default headers values
func (*V2ImportClusterCreated) Error ¶
func (o *V2ImportClusterCreated) Error() string
func (*V2ImportClusterCreated) GetPayload ¶
func (o *V2ImportClusterCreated) GetPayload() *models.Cluster
func (*V2ImportClusterCreated) IsClientError ¶
func (o *V2ImportClusterCreated) IsClientError() bool
IsClientError returns true when this v2 import cluster created response has a 4xx status code
func (*V2ImportClusterCreated) IsCode ¶
func (o *V2ImportClusterCreated) IsCode(code int) bool
IsCode returns true when this v2 import cluster created response a status code equal to that given
func (*V2ImportClusterCreated) IsRedirect ¶
func (o *V2ImportClusterCreated) IsRedirect() bool
IsRedirect returns true when this v2 import cluster created response has a 3xx status code
func (*V2ImportClusterCreated) IsServerError ¶
func (o *V2ImportClusterCreated) IsServerError() bool
IsServerError returns true when this v2 import cluster created response has a 5xx status code
func (*V2ImportClusterCreated) IsSuccess ¶
func (o *V2ImportClusterCreated) IsSuccess() bool
IsSuccess returns true when this v2 import cluster created response has a 2xx status code
func (*V2ImportClusterCreated) String ¶
func (o *V2ImportClusterCreated) String() string
type V2ImportClusterForbidden ¶
type V2ImportClusterForbidden struct {
Payload *models.InfraError
}
V2ImportClusterForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewV2ImportClusterForbidden ¶
func NewV2ImportClusterForbidden() *V2ImportClusterForbidden
NewV2ImportClusterForbidden creates a V2ImportClusterForbidden with default headers values
func (*V2ImportClusterForbidden) Error ¶
func (o *V2ImportClusterForbidden) Error() string
func (*V2ImportClusterForbidden) GetPayload ¶
func (o *V2ImportClusterForbidden) GetPayload() *models.InfraError
func (*V2ImportClusterForbidden) IsClientError ¶
func (o *V2ImportClusterForbidden) IsClientError() bool
IsClientError returns true when this v2 import cluster forbidden response has a 4xx status code
func (*V2ImportClusterForbidden) IsCode ¶
func (o *V2ImportClusterForbidden) IsCode(code int) bool
IsCode returns true when this v2 import cluster forbidden response a status code equal to that given
func (*V2ImportClusterForbidden) IsRedirect ¶
func (o *V2ImportClusterForbidden) IsRedirect() bool
IsRedirect returns true when this v2 import cluster forbidden response has a 3xx status code
func (*V2ImportClusterForbidden) IsServerError ¶
func (o *V2ImportClusterForbidden) IsServerError() bool
IsServerError returns true when this v2 import cluster forbidden response has a 5xx status code
func (*V2ImportClusterForbidden) IsSuccess ¶
func (o *V2ImportClusterForbidden) IsSuccess() bool
IsSuccess returns true when this v2 import cluster forbidden response has a 2xx status code
func (*V2ImportClusterForbidden) String ¶
func (o *V2ImportClusterForbidden) String() string
type V2ImportClusterInternalServerError ¶
V2ImportClusterInternalServerError describes a response with status code 500, with default header values.
Error.
func NewV2ImportClusterInternalServerError ¶
func NewV2ImportClusterInternalServerError() *V2ImportClusterInternalServerError
NewV2ImportClusterInternalServerError creates a V2ImportClusterInternalServerError with default headers values
func (*V2ImportClusterInternalServerError) Error ¶
func (o *V2ImportClusterInternalServerError) Error() string
func (*V2ImportClusterInternalServerError) GetPayload ¶
func (o *V2ImportClusterInternalServerError) GetPayload() *models.Error
func (*V2ImportClusterInternalServerError) IsClientError ¶
func (o *V2ImportClusterInternalServerError) IsClientError() bool
IsClientError returns true when this v2 import cluster internal server error response has a 4xx status code
func (*V2ImportClusterInternalServerError) IsCode ¶
func (o *V2ImportClusterInternalServerError) IsCode(code int) bool
IsCode returns true when this v2 import cluster internal server error response a status code equal to that given
func (*V2ImportClusterInternalServerError) IsRedirect ¶
func (o *V2ImportClusterInternalServerError) IsRedirect() bool
IsRedirect returns true when this v2 import cluster internal server error response has a 3xx status code
func (*V2ImportClusterInternalServerError) IsServerError ¶
func (o *V2ImportClusterInternalServerError) IsServerError() bool
IsServerError returns true when this v2 import cluster internal server error response has a 5xx status code
func (*V2ImportClusterInternalServerError) IsSuccess ¶
func (o *V2ImportClusterInternalServerError) IsSuccess() bool
IsSuccess returns true when this v2 import cluster internal server error response has a 2xx status code
func (*V2ImportClusterInternalServerError) String ¶
func (o *V2ImportClusterInternalServerError) String() string
type V2ImportClusterParams ¶
type V2ImportClusterParams struct { /* NewImportClusterParams. Parameters for importing a OCP cluster for adding nodes. */ NewImportClusterParams *models.ImportClusterParams Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V2ImportClusterParams contains all the parameters to send to the API endpoint
for the v2 import cluster operation. Typically these are written to a http.Request.
func NewV2ImportClusterParams ¶
func NewV2ImportClusterParams() *V2ImportClusterParams
NewV2ImportClusterParams creates a new V2ImportClusterParams 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 NewV2ImportClusterParamsWithContext ¶
func NewV2ImportClusterParamsWithContext(ctx context.Context) *V2ImportClusterParams
NewV2ImportClusterParamsWithContext creates a new V2ImportClusterParams object with the ability to set a context for a request.
func NewV2ImportClusterParamsWithHTTPClient ¶
func NewV2ImportClusterParamsWithHTTPClient(client *http.Client) *V2ImportClusterParams
NewV2ImportClusterParamsWithHTTPClient creates a new V2ImportClusterParams object with the ability to set a custom HTTPClient for a request.
func NewV2ImportClusterParamsWithTimeout ¶
func NewV2ImportClusterParamsWithTimeout(timeout time.Duration) *V2ImportClusterParams
NewV2ImportClusterParamsWithTimeout creates a new V2ImportClusterParams object with the ability to set a timeout on a request.
func (*V2ImportClusterParams) SetContext ¶
func (o *V2ImportClusterParams) SetContext(ctx context.Context)
SetContext adds the context to the v2 import cluster params
func (*V2ImportClusterParams) SetDefaults ¶
func (o *V2ImportClusterParams) SetDefaults()
SetDefaults hydrates default values in the v2 import cluster params (not the query body).
All values with no default are reset to their zero value.
func (*V2ImportClusterParams) SetHTTPClient ¶
func (o *V2ImportClusterParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v2 import cluster params
func (*V2ImportClusterParams) SetNewImportClusterParams ¶
func (o *V2ImportClusterParams) SetNewImportClusterParams(newImportClusterParams *models.ImportClusterParams)
SetNewImportClusterParams adds the newImportClusterParams to the v2 import cluster params
func (*V2ImportClusterParams) SetTimeout ¶
func (o *V2ImportClusterParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v2 import cluster params
func (*V2ImportClusterParams) WithContext ¶
func (o *V2ImportClusterParams) WithContext(ctx context.Context) *V2ImportClusterParams
WithContext adds the context to the v2 import cluster params
func (*V2ImportClusterParams) WithDefaults ¶
func (o *V2ImportClusterParams) WithDefaults() *V2ImportClusterParams
WithDefaults hydrates default values in the v2 import cluster params (not the query body).
All values with no default are reset to their zero value.
func (*V2ImportClusterParams) WithHTTPClient ¶
func (o *V2ImportClusterParams) WithHTTPClient(client *http.Client) *V2ImportClusterParams
WithHTTPClient adds the HTTPClient to the v2 import cluster params
func (*V2ImportClusterParams) WithNewImportClusterParams ¶
func (o *V2ImportClusterParams) WithNewImportClusterParams(newImportClusterParams *models.ImportClusterParams) *V2ImportClusterParams
WithNewImportClusterParams adds the newImportClusterParams to the v2 import cluster params
func (*V2ImportClusterParams) WithTimeout ¶
func (o *V2ImportClusterParams) WithTimeout(timeout time.Duration) *V2ImportClusterParams
WithTimeout adds the timeout to the v2 import cluster params
func (*V2ImportClusterParams) WriteToRequest ¶
func (o *V2ImportClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V2ImportClusterReader ¶
type V2ImportClusterReader struct {
// contains filtered or unexported fields
}
V2ImportClusterReader is a Reader for the V2ImportCluster structure.
func (*V2ImportClusterReader) ReadResponse ¶
func (o *V2ImportClusterReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V2ImportClusterUnauthorized ¶
type V2ImportClusterUnauthorized struct {
}V2ImportClusterUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewV2ImportClusterUnauthorized ¶
func NewV2ImportClusterUnauthorized() *V2ImportClusterUnauthorized
NewV2ImportClusterUnauthorized creates a V2ImportClusterUnauthorized with default headers values
func (*V2ImportClusterUnauthorized) Error ¶
func (o *V2ImportClusterUnauthorized) Error() string
func (*V2ImportClusterUnauthorized) GetPayload ¶
func (o *V2ImportClusterUnauthorized) GetPayload() *models.InfraError
func (*V2ImportClusterUnauthorized) IsClientError ¶
func (o *V2ImportClusterUnauthorized) IsClientError() bool
IsClientError returns true when this v2 import cluster unauthorized response has a 4xx status code
func (*V2ImportClusterUnauthorized) IsCode ¶
func (o *V2ImportClusterUnauthorized) IsCode(code int) bool
IsCode returns true when this v2 import cluster unauthorized response a status code equal to that given
func (*V2ImportClusterUnauthorized) IsRedirect ¶
func (o *V2ImportClusterUnauthorized) IsRedirect() bool
IsRedirect returns true when this v2 import cluster unauthorized response has a 3xx status code
func (*V2ImportClusterUnauthorized) IsServerError ¶
func (o *V2ImportClusterUnauthorized) IsServerError() bool
IsServerError returns true when this v2 import cluster unauthorized response has a 5xx status code
func (*V2ImportClusterUnauthorized) IsSuccess ¶
func (o *V2ImportClusterUnauthorized) IsSuccess() bool
IsSuccess returns true when this v2 import cluster unauthorized response has a 2xx status code
func (*V2ImportClusterUnauthorized) String ¶
func (o *V2ImportClusterUnauthorized) String() string
type V2InstallClusterAccepted ¶
V2InstallClusterAccepted describes a response with status code 202, with default header values.
Success.
func NewV2InstallClusterAccepted ¶
func NewV2InstallClusterAccepted() *V2InstallClusterAccepted
NewV2InstallClusterAccepted creates a V2InstallClusterAccepted with default headers values
func (*V2InstallClusterAccepted) Error ¶
func (o *V2InstallClusterAccepted) Error() string
func (*V2InstallClusterAccepted) GetPayload ¶
func (o *V2InstallClusterAccepted) GetPayload() *models.Cluster
func (*V2InstallClusterAccepted) IsClientError ¶
func (o *V2InstallClusterAccepted) IsClientError() bool
IsClientError returns true when this v2 install cluster accepted response has a 4xx status code
func (*V2InstallClusterAccepted) IsCode ¶
func (o *V2InstallClusterAccepted) IsCode(code int) bool
IsCode returns true when this v2 install cluster accepted response a status code equal to that given
func (*V2InstallClusterAccepted) IsRedirect ¶
func (o *V2InstallClusterAccepted) IsRedirect() bool
IsRedirect returns true when this v2 install cluster accepted response has a 3xx status code
func (*V2InstallClusterAccepted) IsServerError ¶
func (o *V2InstallClusterAccepted) IsServerError() bool
IsServerError returns true when this v2 install cluster accepted response has a 5xx status code
func (*V2InstallClusterAccepted) IsSuccess ¶
func (o *V2InstallClusterAccepted) IsSuccess() bool
IsSuccess returns true when this v2 install cluster accepted response has a 2xx status code
func (*V2InstallClusterAccepted) String ¶
func (o *V2InstallClusterAccepted) String() string
type V2InstallClusterBadRequest ¶
V2InstallClusterBadRequest describes a response with status code 400, with default header values.
Error.
func NewV2InstallClusterBadRequest ¶
func NewV2InstallClusterBadRequest() *V2InstallClusterBadRequest
NewV2InstallClusterBadRequest creates a V2InstallClusterBadRequest with default headers values
func (*V2InstallClusterBadRequest) Error ¶
func (o *V2InstallClusterBadRequest) Error() string
func (*V2InstallClusterBadRequest) GetPayload ¶
func (o *V2InstallClusterBadRequest) GetPayload() *models.Error
func (*V2InstallClusterBadRequest) IsClientError ¶
func (o *V2InstallClusterBadRequest) IsClientError() bool
IsClientError returns true when this v2 install cluster bad request response has a 4xx status code
func (*V2InstallClusterBadRequest) IsCode ¶
func (o *V2InstallClusterBadRequest) IsCode(code int) bool
IsCode returns true when this v2 install cluster bad request response a status code equal to that given
func (*V2InstallClusterBadRequest) IsRedirect ¶
func (o *V2InstallClusterBadRequest) IsRedirect() bool
IsRedirect returns true when this v2 install cluster bad request response has a 3xx status code
func (*V2InstallClusterBadRequest) IsServerError ¶
func (o *V2InstallClusterBadRequest) IsServerError() bool
IsServerError returns true when this v2 install cluster bad request response has a 5xx status code
func (*V2InstallClusterBadRequest) IsSuccess ¶
func (o *V2InstallClusterBadRequest) IsSuccess() bool
IsSuccess returns true when this v2 install cluster bad request response has a 2xx status code
func (*V2InstallClusterBadRequest) String ¶
func (o *V2InstallClusterBadRequest) String() string
type V2InstallClusterConflict ¶
V2InstallClusterConflict describes a response with status code 409, with default header values.
Error.
func NewV2InstallClusterConflict ¶
func NewV2InstallClusterConflict() *V2InstallClusterConflict
NewV2InstallClusterConflict creates a V2InstallClusterConflict with default headers values
func (*V2InstallClusterConflict) Error ¶
func (o *V2InstallClusterConflict) Error() string
func (*V2InstallClusterConflict) GetPayload ¶
func (o *V2InstallClusterConflict) GetPayload() *models.Error
func (*V2InstallClusterConflict) IsClientError ¶
func (o *V2InstallClusterConflict) IsClientError() bool
IsClientError returns true when this v2 install cluster conflict response has a 4xx status code
func (*V2InstallClusterConflict) IsCode ¶
func (o *V2InstallClusterConflict) IsCode(code int) bool
IsCode returns true when this v2 install cluster conflict response a status code equal to that given
func (*V2InstallClusterConflict) IsRedirect ¶
func (o *V2InstallClusterConflict) IsRedirect() bool
IsRedirect returns true when this v2 install cluster conflict response has a 3xx status code
func (*V2InstallClusterConflict) IsServerError ¶
func (o *V2InstallClusterConflict) IsServerError() bool
IsServerError returns true when this v2 install cluster conflict response has a 5xx status code
func (*V2InstallClusterConflict) IsSuccess ¶
func (o *V2InstallClusterConflict) IsSuccess() bool
IsSuccess returns true when this v2 install cluster conflict response has a 2xx status code
func (*V2InstallClusterConflict) String ¶
func (o *V2InstallClusterConflict) String() string
type V2InstallClusterForbidden ¶
type V2InstallClusterForbidden struct {
Payload *models.InfraError
}
V2InstallClusterForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewV2InstallClusterForbidden ¶
func NewV2InstallClusterForbidden() *V2InstallClusterForbidden
NewV2InstallClusterForbidden creates a V2InstallClusterForbidden with default headers values
func (*V2InstallClusterForbidden) Error ¶
func (o *V2InstallClusterForbidden) Error() string
func (*V2InstallClusterForbidden) GetPayload ¶
func (o *V2InstallClusterForbidden) GetPayload() *models.InfraError
func (*V2InstallClusterForbidden) IsClientError ¶
func (o *V2InstallClusterForbidden) IsClientError() bool
IsClientError returns true when this v2 install cluster forbidden response has a 4xx status code
func (*V2InstallClusterForbidden) IsCode ¶
func (o *V2InstallClusterForbidden) IsCode(code int) bool
IsCode returns true when this v2 install cluster forbidden response a status code equal to that given
func (*V2InstallClusterForbidden) IsRedirect ¶
func (o *V2InstallClusterForbidden) IsRedirect() bool
IsRedirect returns true when this v2 install cluster forbidden response has a 3xx status code
func (*V2InstallClusterForbidden) IsServerError ¶
func (o *V2InstallClusterForbidden) IsServerError() bool
IsServerError returns true when this v2 install cluster forbidden response has a 5xx status code
func (*V2InstallClusterForbidden) IsSuccess ¶
func (o *V2InstallClusterForbidden) IsSuccess() bool
IsSuccess returns true when this v2 install cluster forbidden response has a 2xx status code
func (*V2InstallClusterForbidden) String ¶
func (o *V2InstallClusterForbidden) String() string
type V2InstallClusterInternalServerError ¶
V2InstallClusterInternalServerError describes a response with status code 500, with default header values.
Error.
func NewV2InstallClusterInternalServerError ¶
func NewV2InstallClusterInternalServerError() *V2InstallClusterInternalServerError
NewV2InstallClusterInternalServerError creates a V2InstallClusterInternalServerError with default headers values
func (*V2InstallClusterInternalServerError) Error ¶
func (o *V2InstallClusterInternalServerError) Error() string
func (*V2InstallClusterInternalServerError) GetPayload ¶
func (o *V2InstallClusterInternalServerError) GetPayload() *models.Error
func (*V2InstallClusterInternalServerError) IsClientError ¶
func (o *V2InstallClusterInternalServerError) IsClientError() bool
IsClientError returns true when this v2 install cluster internal server error response has a 4xx status code
func (*V2InstallClusterInternalServerError) IsCode ¶
func (o *V2InstallClusterInternalServerError) IsCode(code int) bool
IsCode returns true when this v2 install cluster internal server error response a status code equal to that given
func (*V2InstallClusterInternalServerError) IsRedirect ¶
func (o *V2InstallClusterInternalServerError) IsRedirect() bool
IsRedirect returns true when this v2 install cluster internal server error response has a 3xx status code
func (*V2InstallClusterInternalServerError) IsServerError ¶
func (o *V2InstallClusterInternalServerError) IsServerError() bool
IsServerError returns true when this v2 install cluster internal server error response has a 5xx status code
func (*V2InstallClusterInternalServerError) IsSuccess ¶
func (o *V2InstallClusterInternalServerError) IsSuccess() bool
IsSuccess returns true when this v2 install cluster internal server error response has a 2xx status code
func (*V2InstallClusterInternalServerError) String ¶
func (o *V2InstallClusterInternalServerError) String() string
type V2InstallClusterMethodNotAllowed ¶
V2InstallClusterMethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewV2InstallClusterMethodNotAllowed ¶
func NewV2InstallClusterMethodNotAllowed() *V2InstallClusterMethodNotAllowed
NewV2InstallClusterMethodNotAllowed creates a V2InstallClusterMethodNotAllowed with default headers values
func (*V2InstallClusterMethodNotAllowed) Error ¶
func (o *V2InstallClusterMethodNotAllowed) Error() string
func (*V2InstallClusterMethodNotAllowed) GetPayload ¶
func (o *V2InstallClusterMethodNotAllowed) GetPayload() *models.Error
func (*V2InstallClusterMethodNotAllowed) IsClientError ¶
func (o *V2InstallClusterMethodNotAllowed) IsClientError() bool
IsClientError returns true when this v2 install cluster method not allowed response has a 4xx status code
func (*V2InstallClusterMethodNotAllowed) IsCode ¶
func (o *V2InstallClusterMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this v2 install cluster method not allowed response a status code equal to that given
func (*V2InstallClusterMethodNotAllowed) IsRedirect ¶
func (o *V2InstallClusterMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this v2 install cluster method not allowed response has a 3xx status code
func (*V2InstallClusterMethodNotAllowed) IsServerError ¶
func (o *V2InstallClusterMethodNotAllowed) IsServerError() bool
IsServerError returns true when this v2 install cluster method not allowed response has a 5xx status code
func (*V2InstallClusterMethodNotAllowed) IsSuccess ¶
func (o *V2InstallClusterMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this v2 install cluster method not allowed response has a 2xx status code
func (*V2InstallClusterMethodNotAllowed) String ¶
func (o *V2InstallClusterMethodNotAllowed) String() string
type V2InstallClusterNotFound ¶
V2InstallClusterNotFound describes a response with status code 404, with default header values.
Error.
func NewV2InstallClusterNotFound ¶
func NewV2InstallClusterNotFound() *V2InstallClusterNotFound
NewV2InstallClusterNotFound creates a V2InstallClusterNotFound with default headers values
func (*V2InstallClusterNotFound) Error ¶
func (o *V2InstallClusterNotFound) Error() string
func (*V2InstallClusterNotFound) GetPayload ¶
func (o *V2InstallClusterNotFound) GetPayload() *models.Error
func (*V2InstallClusterNotFound) IsClientError ¶
func (o *V2InstallClusterNotFound) IsClientError() bool
IsClientError returns true when this v2 install cluster not found response has a 4xx status code
func (*V2InstallClusterNotFound) IsCode ¶
func (o *V2InstallClusterNotFound) IsCode(code int) bool
IsCode returns true when this v2 install cluster not found response a status code equal to that given
func (*V2InstallClusterNotFound) IsRedirect ¶
func (o *V2InstallClusterNotFound) IsRedirect() bool
IsRedirect returns true when this v2 install cluster not found response has a 3xx status code
func (*V2InstallClusterNotFound) IsServerError ¶
func (o *V2InstallClusterNotFound) IsServerError() bool
IsServerError returns true when this v2 install cluster not found response has a 5xx status code
func (*V2InstallClusterNotFound) IsSuccess ¶
func (o *V2InstallClusterNotFound) IsSuccess() bool
IsSuccess returns true when this v2 install cluster not found response has a 2xx status code
func (*V2InstallClusterNotFound) String ¶
func (o *V2InstallClusterNotFound) String() string
type V2InstallClusterParams ¶
type V2InstallClusterParams struct { /* ClusterID. The cluster to be installed. Format: uuid */ ClusterID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V2InstallClusterParams contains all the parameters to send to the API endpoint
for the v2 install cluster operation. Typically these are written to a http.Request.
func NewV2InstallClusterParams ¶
func NewV2InstallClusterParams() *V2InstallClusterParams
NewV2InstallClusterParams creates a new V2InstallClusterParams 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 NewV2InstallClusterParamsWithContext ¶
func NewV2InstallClusterParamsWithContext(ctx context.Context) *V2InstallClusterParams
NewV2InstallClusterParamsWithContext creates a new V2InstallClusterParams object with the ability to set a context for a request.
func NewV2InstallClusterParamsWithHTTPClient ¶
func NewV2InstallClusterParamsWithHTTPClient(client *http.Client) *V2InstallClusterParams
NewV2InstallClusterParamsWithHTTPClient creates a new V2InstallClusterParams object with the ability to set a custom HTTPClient for a request.
func NewV2InstallClusterParamsWithTimeout ¶
func NewV2InstallClusterParamsWithTimeout(timeout time.Duration) *V2InstallClusterParams
NewV2InstallClusterParamsWithTimeout creates a new V2InstallClusterParams object with the ability to set a timeout on a request.
func (*V2InstallClusterParams) SetClusterID ¶
func (o *V2InstallClusterParams) SetClusterID(clusterID strfmt.UUID)
SetClusterID adds the clusterId to the v2 install cluster params
func (*V2InstallClusterParams) SetContext ¶
func (o *V2InstallClusterParams) SetContext(ctx context.Context)
SetContext adds the context to the v2 install cluster params
func (*V2InstallClusterParams) SetDefaults ¶
func (o *V2InstallClusterParams) SetDefaults()
SetDefaults hydrates default values in the v2 install cluster params (not the query body).
All values with no default are reset to their zero value.
func (*V2InstallClusterParams) SetHTTPClient ¶
func (o *V2InstallClusterParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v2 install cluster params
func (*V2InstallClusterParams) SetTimeout ¶
func (o *V2InstallClusterParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v2 install cluster params
func (*V2InstallClusterParams) WithClusterID ¶
func (o *V2InstallClusterParams) WithClusterID(clusterID strfmt.UUID) *V2InstallClusterParams
WithClusterID adds the clusterID to the v2 install cluster params
func (*V2InstallClusterParams) WithContext ¶
func (o *V2InstallClusterParams) WithContext(ctx context.Context) *V2InstallClusterParams
WithContext adds the context to the v2 install cluster params
func (*V2InstallClusterParams) WithDefaults ¶
func (o *V2InstallClusterParams) WithDefaults() *V2InstallClusterParams
WithDefaults hydrates default values in the v2 install cluster params (not the query body).
All values with no default are reset to their zero value.
func (*V2InstallClusterParams) WithHTTPClient ¶
func (o *V2InstallClusterParams) WithHTTPClient(client *http.Client) *V2InstallClusterParams
WithHTTPClient adds the HTTPClient to the v2 install cluster params
func (*V2InstallClusterParams) WithTimeout ¶
func (o *V2InstallClusterParams) WithTimeout(timeout time.Duration) *V2InstallClusterParams
WithTimeout adds the timeout to the v2 install cluster params
func (*V2InstallClusterParams) WriteToRequest ¶
func (o *V2InstallClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V2InstallClusterReader ¶
type V2InstallClusterReader struct {
// contains filtered or unexported fields
}
V2InstallClusterReader is a Reader for the V2InstallCluster structure.
func (*V2InstallClusterReader) ReadResponse ¶
func (o *V2InstallClusterReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V2InstallClusterUnauthorized ¶
type V2InstallClusterUnauthorized struct {
}V2InstallClusterUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewV2InstallClusterUnauthorized ¶
func NewV2InstallClusterUnauthorized() *V2InstallClusterUnauthorized
NewV2InstallClusterUnauthorized creates a V2InstallClusterUnauthorized with default headers values
func (*V2InstallClusterUnauthorized) Error ¶
func (o *V2InstallClusterUnauthorized) Error() string
func (*V2InstallClusterUnauthorized) GetPayload ¶
func (o *V2InstallClusterUnauthorized) GetPayload() *models.InfraError
func (*V2InstallClusterUnauthorized) IsClientError ¶
func (o *V2InstallClusterUnauthorized) IsClientError() bool
IsClientError returns true when this v2 install cluster unauthorized response has a 4xx status code
func (*V2InstallClusterUnauthorized) IsCode ¶
func (o *V2InstallClusterUnauthorized) IsCode(code int) bool
IsCode returns true when this v2 install cluster unauthorized response a status code equal to that given
func (*V2InstallClusterUnauthorized) IsRedirect ¶
func (o *V2InstallClusterUnauthorized) IsRedirect() bool
IsRedirect returns true when this v2 install cluster unauthorized response has a 3xx status code
func (*V2InstallClusterUnauthorized) IsServerError ¶
func (o *V2InstallClusterUnauthorized) IsServerError() bool
IsServerError returns true when this v2 install cluster unauthorized response has a 5xx status code
func (*V2InstallClusterUnauthorized) IsSuccess ¶
func (o *V2InstallClusterUnauthorized) IsSuccess() bool
IsSuccess returns true when this v2 install cluster unauthorized response has a 2xx status code
func (*V2InstallClusterUnauthorized) String ¶
func (o *V2InstallClusterUnauthorized) String() string
type V2InstallHostAccepted ¶
V2InstallHostAccepted describes a response with status code 202, with default header values.
Success.
func NewV2InstallHostAccepted ¶
func NewV2InstallHostAccepted() *V2InstallHostAccepted
NewV2InstallHostAccepted creates a V2InstallHostAccepted with default headers values
func (*V2InstallHostAccepted) Error ¶
func (o *V2InstallHostAccepted) Error() string
func (*V2InstallHostAccepted) GetPayload ¶
func (o *V2InstallHostAccepted) GetPayload() *models.Host
func (*V2InstallHostAccepted) IsClientError ¶
func (o *V2InstallHostAccepted) IsClientError() bool
IsClientError returns true when this v2 install host accepted response has a 4xx status code
func (*V2InstallHostAccepted) IsCode ¶
func (o *V2InstallHostAccepted) IsCode(code int) bool
IsCode returns true when this v2 install host accepted response a status code equal to that given
func (*V2InstallHostAccepted) IsRedirect ¶
func (o *V2InstallHostAccepted) IsRedirect() bool
IsRedirect returns true when this v2 install host accepted response has a 3xx status code
func (*V2InstallHostAccepted) IsServerError ¶
func (o *V2InstallHostAccepted) IsServerError() bool
IsServerError returns true when this v2 install host accepted response has a 5xx status code
func (*V2InstallHostAccepted) IsSuccess ¶
func (o *V2InstallHostAccepted) IsSuccess() bool
IsSuccess returns true when this v2 install host accepted response has a 2xx status code
func (*V2InstallHostAccepted) String ¶
func (o *V2InstallHostAccepted) String() string
type V2InstallHostConflict ¶
V2InstallHostConflict describes a response with status code 409, with default header values.
Error.
func NewV2InstallHostConflict ¶
func NewV2InstallHostConflict() *V2InstallHostConflict
NewV2InstallHostConflict creates a V2InstallHostConflict with default headers values
func (*V2InstallHostConflict) Error ¶
func (o *V2InstallHostConflict) Error() string
func (*V2InstallHostConflict) GetPayload ¶
func (o *V2InstallHostConflict) GetPayload() *models.Error
func (*V2InstallHostConflict) IsClientError ¶
func (o *V2InstallHostConflict) IsClientError() bool
IsClientError returns true when this v2 install host conflict response has a 4xx status code
func (*V2InstallHostConflict) IsCode ¶
func (o *V2InstallHostConflict) IsCode(code int) bool
IsCode returns true when this v2 install host conflict response a status code equal to that given
func (*V2InstallHostConflict) IsRedirect ¶
func (o *V2InstallHostConflict) IsRedirect() bool
IsRedirect returns true when this v2 install host conflict response has a 3xx status code
func (*V2InstallHostConflict) IsServerError ¶
func (o *V2InstallHostConflict) IsServerError() bool
IsServerError returns true when this v2 install host conflict response has a 5xx status code
func (*V2InstallHostConflict) IsSuccess ¶
func (o *V2InstallHostConflict) IsSuccess() bool
IsSuccess returns true when this v2 install host conflict response has a 2xx status code
func (*V2InstallHostConflict) String ¶
func (o *V2InstallHostConflict) String() string
type V2InstallHostForbidden ¶
type V2InstallHostForbidden struct {
Payload *models.InfraError
}
V2InstallHostForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewV2InstallHostForbidden ¶
func NewV2InstallHostForbidden() *V2InstallHostForbidden
NewV2InstallHostForbidden creates a V2InstallHostForbidden with default headers values
func (*V2InstallHostForbidden) Error ¶
func (o *V2InstallHostForbidden) Error() string
func (*V2InstallHostForbidden) GetPayload ¶
func (o *V2InstallHostForbidden) GetPayload() *models.InfraError
func (*V2InstallHostForbidden) IsClientError ¶
func (o *V2InstallHostForbidden) IsClientError() bool
IsClientError returns true when this v2 install host forbidden response has a 4xx status code
func (*V2InstallHostForbidden) IsCode ¶
func (o *V2InstallHostForbidden) IsCode(code int) bool
IsCode returns true when this v2 install host forbidden response a status code equal to that given
func (*V2InstallHostForbidden) IsRedirect ¶
func (o *V2InstallHostForbidden) IsRedirect() bool
IsRedirect returns true when this v2 install host forbidden response has a 3xx status code
func (*V2InstallHostForbidden) IsServerError ¶
func (o *V2InstallHostForbidden) IsServerError() bool
IsServerError returns true when this v2 install host forbidden response has a 5xx status code
func (*V2InstallHostForbidden) IsSuccess ¶
func (o *V2InstallHostForbidden) IsSuccess() bool
IsSuccess returns true when this v2 install host forbidden response has a 2xx status code
func (*V2InstallHostForbidden) String ¶
func (o *V2InstallHostForbidden) String() string
type V2InstallHostInternalServerError ¶
V2InstallHostInternalServerError describes a response with status code 500, with default header values.
Error.
func NewV2InstallHostInternalServerError ¶
func NewV2InstallHostInternalServerError() *V2InstallHostInternalServerError
NewV2InstallHostInternalServerError creates a V2InstallHostInternalServerError with default headers values
func (*V2InstallHostInternalServerError) Error ¶
func (o *V2InstallHostInternalServerError) Error() string
func (*V2InstallHostInternalServerError) GetPayload ¶
func (o *V2InstallHostInternalServerError) GetPayload() *models.Error
func (*V2InstallHostInternalServerError) IsClientError ¶
func (o *V2InstallHostInternalServerError) IsClientError() bool
IsClientError returns true when this v2 install host internal server error response has a 4xx status code
func (*V2InstallHostInternalServerError) IsCode ¶
func (o *V2InstallHostInternalServerError) IsCode(code int) bool
IsCode returns true when this v2 install host internal server error response a status code equal to that given
func (*V2InstallHostInternalServerError) IsRedirect ¶
func (o *V2InstallHostInternalServerError) IsRedirect() bool
IsRedirect returns true when this v2 install host internal server error response has a 3xx status code
func (*V2InstallHostInternalServerError) IsServerError ¶
func (o *V2InstallHostInternalServerError) IsServerError() bool
IsServerError returns true when this v2 install host internal server error response has a 5xx status code
func (*V2InstallHostInternalServerError) IsSuccess ¶
func (o *V2InstallHostInternalServerError) IsSuccess() bool
IsSuccess returns true when this v2 install host internal server error response has a 2xx status code
func (*V2InstallHostInternalServerError) String ¶
func (o *V2InstallHostInternalServerError) String() string
type V2InstallHostNotFound ¶
V2InstallHostNotFound describes a response with status code 404, with default header values.
Error.
func NewV2InstallHostNotFound ¶
func NewV2InstallHostNotFound() *V2InstallHostNotFound
NewV2InstallHostNotFound creates a V2InstallHostNotFound with default headers values
func (*V2InstallHostNotFound) Error ¶
func (o *V2InstallHostNotFound) Error() string
func (*V2InstallHostNotFound) GetPayload ¶
func (o *V2InstallHostNotFound) GetPayload() *models.Error
func (*V2InstallHostNotFound) IsClientError ¶
func (o *V2InstallHostNotFound) IsClientError() bool
IsClientError returns true when this v2 install host not found response has a 4xx status code
func (*V2InstallHostNotFound) IsCode ¶
func (o *V2InstallHostNotFound) IsCode(code int) bool
IsCode returns true when this v2 install host not found response a status code equal to that given
func (*V2InstallHostNotFound) IsRedirect ¶
func (o *V2InstallHostNotFound) IsRedirect() bool
IsRedirect returns true when this v2 install host not found response has a 3xx status code
func (*V2InstallHostNotFound) IsServerError ¶
func (o *V2InstallHostNotFound) IsServerError() bool
IsServerError returns true when this v2 install host not found response has a 5xx status code
func (*V2InstallHostNotFound) IsSuccess ¶
func (o *V2InstallHostNotFound) IsSuccess() bool
IsSuccess returns true when this v2 install host not found response has a 2xx status code
func (*V2InstallHostNotFound) String ¶
func (o *V2InstallHostNotFound) String() string
type V2InstallHostParams ¶
type V2InstallHostParams struct { /* HostID. The host that is being installed. Format: uuid */ HostID strfmt.UUID /* InfraEnvID. The infra-env of the host that is being installed. Format: uuid */ InfraEnvID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V2InstallHostParams contains all the parameters to send to the API endpoint
for the v2 install host operation. Typically these are written to a http.Request.
func NewV2InstallHostParams ¶
func NewV2InstallHostParams() *V2InstallHostParams
NewV2InstallHostParams creates a new V2InstallHostParams 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 NewV2InstallHostParamsWithContext ¶
func NewV2InstallHostParamsWithContext(ctx context.Context) *V2InstallHostParams
NewV2InstallHostParamsWithContext creates a new V2InstallHostParams object with the ability to set a context for a request.
func NewV2InstallHostParamsWithHTTPClient ¶
func NewV2InstallHostParamsWithHTTPClient(client *http.Client) *V2InstallHostParams
NewV2InstallHostParamsWithHTTPClient creates a new V2InstallHostParams object with the ability to set a custom HTTPClient for a request.
func NewV2InstallHostParamsWithTimeout ¶
func NewV2InstallHostParamsWithTimeout(timeout time.Duration) *V2InstallHostParams
NewV2InstallHostParamsWithTimeout creates a new V2InstallHostParams object with the ability to set a timeout on a request.
func (*V2InstallHostParams) SetContext ¶
func (o *V2InstallHostParams) SetContext(ctx context.Context)
SetContext adds the context to the v2 install host params
func (*V2InstallHostParams) SetDefaults ¶
func (o *V2InstallHostParams) SetDefaults()
SetDefaults hydrates default values in the v2 install host params (not the query body).
All values with no default are reset to their zero value.
func (*V2InstallHostParams) SetHTTPClient ¶
func (o *V2InstallHostParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v2 install host params
func (*V2InstallHostParams) SetHostID ¶
func (o *V2InstallHostParams) SetHostID(hostID strfmt.UUID)
SetHostID adds the hostId to the v2 install host params
func (*V2InstallHostParams) SetInfraEnvID ¶
func (o *V2InstallHostParams) SetInfraEnvID(infraEnvID strfmt.UUID)
SetInfraEnvID adds the infraEnvId to the v2 install host params
func (*V2InstallHostParams) SetTimeout ¶
func (o *V2InstallHostParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v2 install host params
func (*V2InstallHostParams) WithContext ¶
func (o *V2InstallHostParams) WithContext(ctx context.Context) *V2InstallHostParams
WithContext adds the context to the v2 install host params
func (*V2InstallHostParams) WithDefaults ¶
func (o *V2InstallHostParams) WithDefaults() *V2InstallHostParams
WithDefaults hydrates default values in the v2 install host params (not the query body).
All values with no default are reset to their zero value.
func (*V2InstallHostParams) WithHTTPClient ¶
func (o *V2InstallHostParams) WithHTTPClient(client *http.Client) *V2InstallHostParams
WithHTTPClient adds the HTTPClient to the v2 install host params
func (*V2InstallHostParams) WithHostID ¶
func (o *V2InstallHostParams) WithHostID(hostID strfmt.UUID) *V2InstallHostParams
WithHostID adds the hostID to the v2 install host params
func (*V2InstallHostParams) WithInfraEnvID ¶
func (o *V2InstallHostParams) WithInfraEnvID(infraEnvID strfmt.UUID) *V2InstallHostParams
WithInfraEnvID adds the infraEnvID to the v2 install host params
func (*V2InstallHostParams) WithTimeout ¶
func (o *V2InstallHostParams) WithTimeout(timeout time.Duration) *V2InstallHostParams
WithTimeout adds the timeout to the v2 install host params
func (*V2InstallHostParams) WriteToRequest ¶
func (o *V2InstallHostParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V2InstallHostReader ¶
type V2InstallHostReader struct {
// contains filtered or unexported fields
}
V2InstallHostReader is a Reader for the V2InstallHost structure.
func (*V2InstallHostReader) ReadResponse ¶
func (o *V2InstallHostReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V2InstallHostUnauthorized ¶
type V2InstallHostUnauthorized struct {
}V2InstallHostUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewV2InstallHostUnauthorized ¶
func NewV2InstallHostUnauthorized() *V2InstallHostUnauthorized
NewV2InstallHostUnauthorized creates a V2InstallHostUnauthorized with default headers values
func (*V2InstallHostUnauthorized) Error ¶
func (o *V2InstallHostUnauthorized) Error() string
func (*V2InstallHostUnauthorized) GetPayload ¶
func (o *V2InstallHostUnauthorized) GetPayload() *models.InfraError
func (*V2InstallHostUnauthorized) IsClientError ¶
func (o *V2InstallHostUnauthorized) IsClientError() bool
IsClientError returns true when this v2 install host unauthorized response has a 4xx status code
func (*V2InstallHostUnauthorized) IsCode ¶
func (o *V2InstallHostUnauthorized) IsCode(code int) bool
IsCode returns true when this v2 install host unauthorized response a status code equal to that given
func (*V2InstallHostUnauthorized) IsRedirect ¶
func (o *V2InstallHostUnauthorized) IsRedirect() bool
IsRedirect returns true when this v2 install host unauthorized response has a 3xx status code
func (*V2InstallHostUnauthorized) IsServerError ¶
func (o *V2InstallHostUnauthorized) IsServerError() bool
IsServerError returns true when this v2 install host unauthorized response has a 5xx status code
func (*V2InstallHostUnauthorized) IsSuccess ¶
func (o *V2InstallHostUnauthorized) IsSuccess() bool
IsSuccess returns true when this v2 install host unauthorized response has a 2xx status code
func (*V2InstallHostUnauthorized) String ¶
func (o *V2InstallHostUnauthorized) String() string
type V2ListClustersForbidden ¶
type V2ListClustersForbidden struct {
Payload *models.InfraError
}
V2ListClustersForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewV2ListClustersForbidden ¶
func NewV2ListClustersForbidden() *V2ListClustersForbidden
NewV2ListClustersForbidden creates a V2ListClustersForbidden with default headers values
func (*V2ListClustersForbidden) Error ¶
func (o *V2ListClustersForbidden) Error() string
func (*V2ListClustersForbidden) GetPayload ¶
func (o *V2ListClustersForbidden) GetPayload() *models.InfraError
func (*V2ListClustersForbidden) IsClientError ¶
func (o *V2ListClustersForbidden) IsClientError() bool
IsClientError returns true when this v2 list clusters forbidden response has a 4xx status code
func (*V2ListClustersForbidden) IsCode ¶
func (o *V2ListClustersForbidden) IsCode(code int) bool
IsCode returns true when this v2 list clusters forbidden response a status code equal to that given
func (*V2ListClustersForbidden) IsRedirect ¶
func (o *V2ListClustersForbidden) IsRedirect() bool
IsRedirect returns true when this v2 list clusters forbidden response has a 3xx status code
func (*V2ListClustersForbidden) IsServerError ¶
func (o *V2ListClustersForbidden) IsServerError() bool
IsServerError returns true when this v2 list clusters forbidden response has a 5xx status code
func (*V2ListClustersForbidden) IsSuccess ¶
func (o *V2ListClustersForbidden) IsSuccess() bool
IsSuccess returns true when this v2 list clusters forbidden response has a 2xx status code
func (*V2ListClustersForbidden) String ¶
func (o *V2ListClustersForbidden) String() string
type V2ListClustersInternalServerError ¶
V2ListClustersInternalServerError describes a response with status code 500, with default header values.
Error.
func NewV2ListClustersInternalServerError ¶
func NewV2ListClustersInternalServerError() *V2ListClustersInternalServerError
NewV2ListClustersInternalServerError creates a V2ListClustersInternalServerError with default headers values
func (*V2ListClustersInternalServerError) Error ¶
func (o *V2ListClustersInternalServerError) Error() string
func (*V2ListClustersInternalServerError) GetPayload ¶
func (o *V2ListClustersInternalServerError) GetPayload() *models.Error
func (*V2ListClustersInternalServerError) IsClientError ¶
func (o *V2ListClustersInternalServerError) IsClientError() bool
IsClientError returns true when this v2 list clusters internal server error response has a 4xx status code
func (*V2ListClustersInternalServerError) IsCode ¶
func (o *V2ListClustersInternalServerError) IsCode(code int) bool
IsCode returns true when this v2 list clusters internal server error response a status code equal to that given
func (*V2ListClustersInternalServerError) IsRedirect ¶
func (o *V2ListClustersInternalServerError) IsRedirect() bool
IsRedirect returns true when this v2 list clusters internal server error response has a 3xx status code
func (*V2ListClustersInternalServerError) IsServerError ¶
func (o *V2ListClustersInternalServerError) IsServerError() bool
IsServerError returns true when this v2 list clusters internal server error response has a 5xx status code
func (*V2ListClustersInternalServerError) IsSuccess ¶
func (o *V2ListClustersInternalServerError) IsSuccess() bool
IsSuccess returns true when this v2 list clusters internal server error response has a 2xx status code
func (*V2ListClustersInternalServerError) String ¶
func (o *V2ListClustersInternalServerError) String() string
type V2ListClustersMethodNotAllowed ¶
V2ListClustersMethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewV2ListClustersMethodNotAllowed ¶
func NewV2ListClustersMethodNotAllowed() *V2ListClustersMethodNotAllowed
NewV2ListClustersMethodNotAllowed creates a V2ListClustersMethodNotAllowed with default headers values
func (*V2ListClustersMethodNotAllowed) Error ¶
func (o *V2ListClustersMethodNotAllowed) Error() string
func (*V2ListClustersMethodNotAllowed) GetPayload ¶
func (o *V2ListClustersMethodNotAllowed) GetPayload() *models.Error
func (*V2ListClustersMethodNotAllowed) IsClientError ¶
func (o *V2ListClustersMethodNotAllowed) IsClientError() bool
IsClientError returns true when this v2 list clusters method not allowed response has a 4xx status code
func (*V2ListClustersMethodNotAllowed) IsCode ¶
func (o *V2ListClustersMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this v2 list clusters method not allowed response a status code equal to that given
func (*V2ListClustersMethodNotAllowed) IsRedirect ¶
func (o *V2ListClustersMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this v2 list clusters method not allowed response has a 3xx status code
func (*V2ListClustersMethodNotAllowed) IsServerError ¶
func (o *V2ListClustersMethodNotAllowed) IsServerError() bool
IsServerError returns true when this v2 list clusters method not allowed response has a 5xx status code
func (*V2ListClustersMethodNotAllowed) IsSuccess ¶
func (o *V2ListClustersMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this v2 list clusters method not allowed response has a 2xx status code
func (*V2ListClustersMethodNotAllowed) String ¶
func (o *V2ListClustersMethodNotAllowed) String() string
type V2ListClustersOK ¶
type V2ListClustersOK struct {
Payload models.ClusterList
}
V2ListClustersOK describes a response with status code 200, with default header values.
Success.
func NewV2ListClustersOK ¶
func NewV2ListClustersOK() *V2ListClustersOK
NewV2ListClustersOK creates a V2ListClustersOK with default headers values
func (*V2ListClustersOK) Error ¶
func (o *V2ListClustersOK) Error() string
func (*V2ListClustersOK) GetPayload ¶
func (o *V2ListClustersOK) GetPayload() models.ClusterList
func (*V2ListClustersOK) IsClientError ¶
func (o *V2ListClustersOK) IsClientError() bool
IsClientError returns true when this v2 list clusters o k response has a 4xx status code
func (*V2ListClustersOK) IsCode ¶
func (o *V2ListClustersOK) IsCode(code int) bool
IsCode returns true when this v2 list clusters o k response a status code equal to that given
func (*V2ListClustersOK) IsRedirect ¶
func (o *V2ListClustersOK) IsRedirect() bool
IsRedirect returns true when this v2 list clusters o k response has a 3xx status code
func (*V2ListClustersOK) IsServerError ¶
func (o *V2ListClustersOK) IsServerError() bool
IsServerError returns true when this v2 list clusters o k response has a 5xx status code
func (*V2ListClustersOK) IsSuccess ¶
func (o *V2ListClustersOK) IsSuccess() bool
IsSuccess returns true when this v2 list clusters o k response has a 2xx status code
func (*V2ListClustersOK) String ¶
func (o *V2ListClustersOK) String() string
type V2ListClustersParams ¶
type V2ListClustersParams struct { /* AmsSubscriptionIds. If non-empty, returned Clusters are filtered to those with matching subscription IDs. */ AmsSubscriptionIds []string /* GetUnregisteredClusters. Whether to return clusters that have been unregistered. */ GetUnregisteredClusters *bool /* OpenshiftClusterID. A specific cluster to retrieve. Format: uuid */ OpenshiftClusterID *strfmt.UUID /* Owner. If provided, returns only clusters that are owned by the specified user. */ Owner *string /* WithHosts. Include hosts in the returned list. */ WithHosts bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V2ListClustersParams contains all the parameters to send to the API endpoint
for the v2 list clusters operation. Typically these are written to a http.Request.
func NewV2ListClustersParams ¶
func NewV2ListClustersParams() *V2ListClustersParams
NewV2ListClustersParams creates a new V2ListClustersParams 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 NewV2ListClustersParamsWithContext ¶
func NewV2ListClustersParamsWithContext(ctx context.Context) *V2ListClustersParams
NewV2ListClustersParamsWithContext creates a new V2ListClustersParams object with the ability to set a context for a request.
func NewV2ListClustersParamsWithHTTPClient ¶
func NewV2ListClustersParamsWithHTTPClient(client *http.Client) *V2ListClustersParams
NewV2ListClustersParamsWithHTTPClient creates a new V2ListClustersParams object with the ability to set a custom HTTPClient for a request.
func NewV2ListClustersParamsWithTimeout ¶
func NewV2ListClustersParamsWithTimeout(timeout time.Duration) *V2ListClustersParams
NewV2ListClustersParamsWithTimeout creates a new V2ListClustersParams object with the ability to set a timeout on a request.
func (*V2ListClustersParams) SetAmsSubscriptionIds ¶
func (o *V2ListClustersParams) SetAmsSubscriptionIds(amsSubscriptionIds []string)
SetAmsSubscriptionIds adds the amsSubscriptionIds to the v2 list clusters params
func (*V2ListClustersParams) SetContext ¶
func (o *V2ListClustersParams) SetContext(ctx context.Context)
SetContext adds the context to the v2 list clusters params
func (*V2ListClustersParams) SetDefaults ¶
func (o *V2ListClustersParams) SetDefaults()
SetDefaults hydrates default values in the v2 list clusters params (not the query body).
All values with no default are reset to their zero value.
func (*V2ListClustersParams) SetGetUnregisteredClusters ¶
func (o *V2ListClustersParams) SetGetUnregisteredClusters(getUnregisteredClusters *bool)
SetGetUnregisteredClusters adds the getUnregisteredClusters to the v2 list clusters params
func (*V2ListClustersParams) SetHTTPClient ¶
func (o *V2ListClustersParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v2 list clusters params
func (*V2ListClustersParams) SetOpenshiftClusterID ¶
func (o *V2ListClustersParams) SetOpenshiftClusterID(openshiftClusterID *strfmt.UUID)
SetOpenshiftClusterID adds the openshiftClusterId to the v2 list clusters params
func (*V2ListClustersParams) SetOwner ¶
func (o *V2ListClustersParams) SetOwner(owner *string)
SetOwner adds the owner to the v2 list clusters params
func (*V2ListClustersParams) SetTimeout ¶
func (o *V2ListClustersParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v2 list clusters params
func (*V2ListClustersParams) SetWithHosts ¶
func (o *V2ListClustersParams) SetWithHosts(withHosts bool)
SetWithHosts adds the withHosts to the v2 list clusters params
func (*V2ListClustersParams) WithAmsSubscriptionIds ¶
func (o *V2ListClustersParams) WithAmsSubscriptionIds(amsSubscriptionIds []string) *V2ListClustersParams
WithAmsSubscriptionIds adds the amsSubscriptionIds to the v2 list clusters params
func (*V2ListClustersParams) WithContext ¶
func (o *V2ListClustersParams) WithContext(ctx context.Context) *V2ListClustersParams
WithContext adds the context to the v2 list clusters params
func (*V2ListClustersParams) WithDefaults ¶
func (o *V2ListClustersParams) WithDefaults() *V2ListClustersParams
WithDefaults hydrates default values in the v2 list clusters params (not the query body).
All values with no default are reset to their zero value.
func (*V2ListClustersParams) WithGetUnregisteredClusters ¶
func (o *V2ListClustersParams) WithGetUnregisteredClusters(getUnregisteredClusters *bool) *V2ListClustersParams
WithGetUnregisteredClusters adds the getUnregisteredClusters to the v2 list clusters params
func (*V2ListClustersParams) WithHTTPClient ¶
func (o *V2ListClustersParams) WithHTTPClient(client *http.Client) *V2ListClustersParams
WithHTTPClient adds the HTTPClient to the v2 list clusters params
func (*V2ListClustersParams) WithOpenshiftClusterID ¶
func (o *V2ListClustersParams) WithOpenshiftClusterID(openshiftClusterID *strfmt.UUID) *V2ListClustersParams
WithOpenshiftClusterID adds the openshiftClusterID to the v2 list clusters params
func (*V2ListClustersParams) WithOwner ¶
func (o *V2ListClustersParams) WithOwner(owner *string) *V2ListClustersParams
WithOwner adds the owner to the v2 list clusters params
func (*V2ListClustersParams) WithTimeout ¶
func (o *V2ListClustersParams) WithTimeout(timeout time.Duration) *V2ListClustersParams
WithTimeout adds the timeout to the v2 list clusters params
func (*V2ListClustersParams) WithWithHosts ¶
func (o *V2ListClustersParams) WithWithHosts(withHosts bool) *V2ListClustersParams
WithWithHosts adds the withHosts to the v2 list clusters params
func (*V2ListClustersParams) WriteToRequest ¶
func (o *V2ListClustersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V2ListClustersReader ¶
type V2ListClustersReader struct {
// contains filtered or unexported fields
}
V2ListClustersReader is a Reader for the V2ListClusters structure.
func (*V2ListClustersReader) ReadResponse ¶
func (o *V2ListClustersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V2ListClustersServiceUnavailable ¶
type V2ListClustersServiceUnavailable struct {
}V2ListClustersServiceUnavailable describes a response with status code 503, with default header values.
Unavailable.
func NewV2ListClustersServiceUnavailable ¶
func NewV2ListClustersServiceUnavailable() *V2ListClustersServiceUnavailable
NewV2ListClustersServiceUnavailable creates a V2ListClustersServiceUnavailable with default headers values
func (*V2ListClustersServiceUnavailable) Error ¶
func (o *V2ListClustersServiceUnavailable) Error() string
func (*V2ListClustersServiceUnavailable) GetPayload ¶
func (o *V2ListClustersServiceUnavailable) GetPayload() *models.Error
func (*V2ListClustersServiceUnavailable) IsClientError ¶
func (o *V2ListClustersServiceUnavailable) IsClientError() bool
IsClientError returns true when this v2 list clusters service unavailable response has a 4xx status code
func (*V2ListClustersServiceUnavailable) IsCode ¶
func (o *V2ListClustersServiceUnavailable) IsCode(code int) bool
IsCode returns true when this v2 list clusters service unavailable response a status code equal to that given
func (*V2ListClustersServiceUnavailable) IsRedirect ¶
func (o *V2ListClustersServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this v2 list clusters service unavailable response has a 3xx status code
func (*V2ListClustersServiceUnavailable) IsServerError ¶
func (o *V2ListClustersServiceUnavailable) IsServerError() bool
IsServerError returns true when this v2 list clusters service unavailable response has a 5xx status code
func (*V2ListClustersServiceUnavailable) IsSuccess ¶
func (o *V2ListClustersServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this v2 list clusters service unavailable response has a 2xx status code
func (*V2ListClustersServiceUnavailable) String ¶
func (o *V2ListClustersServiceUnavailable) String() string
type V2ListClustersUnauthorized ¶
type V2ListClustersUnauthorized struct {
}V2ListClustersUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewV2ListClustersUnauthorized ¶
func NewV2ListClustersUnauthorized() *V2ListClustersUnauthorized
NewV2ListClustersUnauthorized creates a V2ListClustersUnauthorized with default headers values
func (*V2ListClustersUnauthorized) Error ¶
func (o *V2ListClustersUnauthorized) Error() string
func (*V2ListClustersUnauthorized) GetPayload ¶
func (o *V2ListClustersUnauthorized) GetPayload() *models.InfraError
func (*V2ListClustersUnauthorized) IsClientError ¶
func (o *V2ListClustersUnauthorized) IsClientError() bool
IsClientError returns true when this v2 list clusters unauthorized response has a 4xx status code
func (*V2ListClustersUnauthorized) IsCode ¶
func (o *V2ListClustersUnauthorized) IsCode(code int) bool
IsCode returns true when this v2 list clusters unauthorized response a status code equal to that given
func (*V2ListClustersUnauthorized) IsRedirect ¶
func (o *V2ListClustersUnauthorized) IsRedirect() bool
IsRedirect returns true when this v2 list clusters unauthorized response has a 3xx status code
func (*V2ListClustersUnauthorized) IsServerError ¶
func (o *V2ListClustersUnauthorized) IsServerError() bool
IsServerError returns true when this v2 list clusters unauthorized response has a 5xx status code
func (*V2ListClustersUnauthorized) IsSuccess ¶
func (o *V2ListClustersUnauthorized) IsSuccess() bool
IsSuccess returns true when this v2 list clusters unauthorized response has a 2xx status code
func (*V2ListClustersUnauthorized) String ¶
func (o *V2ListClustersUnauthorized) String() string
type V2ListHostsForbidden ¶
type V2ListHostsForbidden struct {
Payload *models.InfraError
}
V2ListHostsForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewV2ListHostsForbidden ¶
func NewV2ListHostsForbidden() *V2ListHostsForbidden
NewV2ListHostsForbidden creates a V2ListHostsForbidden with default headers values
func (*V2ListHostsForbidden) Error ¶
func (o *V2ListHostsForbidden) Error() string
func (*V2ListHostsForbidden) GetPayload ¶
func (o *V2ListHostsForbidden) GetPayload() *models.InfraError
func (*V2ListHostsForbidden) IsClientError ¶
func (o *V2ListHostsForbidden) IsClientError() bool
IsClientError returns true when this v2 list hosts forbidden response has a 4xx status code
func (*V2ListHostsForbidden) IsCode ¶
func (o *V2ListHostsForbidden) IsCode(code int) bool
IsCode returns true when this v2 list hosts forbidden response a status code equal to that given
func (*V2ListHostsForbidden) IsRedirect ¶
func (o *V2ListHostsForbidden) IsRedirect() bool
IsRedirect returns true when this v2 list hosts forbidden response has a 3xx status code
func (*V2ListHostsForbidden) IsServerError ¶
func (o *V2ListHostsForbidden) IsServerError() bool
IsServerError returns true when this v2 list hosts forbidden response has a 5xx status code
func (*V2ListHostsForbidden) IsSuccess ¶
func (o *V2ListHostsForbidden) IsSuccess() bool
IsSuccess returns true when this v2 list hosts forbidden response has a 2xx status code
func (*V2ListHostsForbidden) String ¶
func (o *V2ListHostsForbidden) String() string
type V2ListHostsInternalServerError ¶
V2ListHostsInternalServerError describes a response with status code 500, with default header values.
Error.
func NewV2ListHostsInternalServerError ¶
func NewV2ListHostsInternalServerError() *V2ListHostsInternalServerError
NewV2ListHostsInternalServerError creates a V2ListHostsInternalServerError with default headers values
func (*V2ListHostsInternalServerError) Error ¶
func (o *V2ListHostsInternalServerError) Error() string
func (*V2ListHostsInternalServerError) GetPayload ¶
func (o *V2ListHostsInternalServerError) GetPayload() *models.Error
func (*V2ListHostsInternalServerError) IsClientError ¶
func (o *V2ListHostsInternalServerError) IsClientError() bool
IsClientError returns true when this v2 list hosts internal server error response has a 4xx status code
func (*V2ListHostsInternalServerError) IsCode ¶
func (o *V2ListHostsInternalServerError) IsCode(code int) bool
IsCode returns true when this v2 list hosts internal server error response a status code equal to that given
func (*V2ListHostsInternalServerError) IsRedirect ¶
func (o *V2ListHostsInternalServerError) IsRedirect() bool
IsRedirect returns true when this v2 list hosts internal server error response has a 3xx status code
func (*V2ListHostsInternalServerError) IsServerError ¶
func (o *V2ListHostsInternalServerError) IsServerError() bool
IsServerError returns true when this v2 list hosts internal server error response has a 5xx status code
func (*V2ListHostsInternalServerError) IsSuccess ¶
func (o *V2ListHostsInternalServerError) IsSuccess() bool
IsSuccess returns true when this v2 list hosts internal server error response has a 2xx status code
func (*V2ListHostsInternalServerError) String ¶
func (o *V2ListHostsInternalServerError) String() string
type V2ListHostsMethodNotAllowed ¶
V2ListHostsMethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewV2ListHostsMethodNotAllowed ¶
func NewV2ListHostsMethodNotAllowed() *V2ListHostsMethodNotAllowed
NewV2ListHostsMethodNotAllowed creates a V2ListHostsMethodNotAllowed with default headers values
func (*V2ListHostsMethodNotAllowed) Error ¶
func (o *V2ListHostsMethodNotAllowed) Error() string
func (*V2ListHostsMethodNotAllowed) GetPayload ¶
func (o *V2ListHostsMethodNotAllowed) GetPayload() *models.Error
func (*V2ListHostsMethodNotAllowed) IsClientError ¶
func (o *V2ListHostsMethodNotAllowed) IsClientError() bool
IsClientError returns true when this v2 list hosts method not allowed response has a 4xx status code
func (*V2ListHostsMethodNotAllowed) IsCode ¶
func (o *V2ListHostsMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this v2 list hosts method not allowed response a status code equal to that given
func (*V2ListHostsMethodNotAllowed) IsRedirect ¶
func (o *V2ListHostsMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this v2 list hosts method not allowed response has a 3xx status code
func (*V2ListHostsMethodNotAllowed) IsServerError ¶
func (o *V2ListHostsMethodNotAllowed) IsServerError() bool
IsServerError returns true when this v2 list hosts method not allowed response has a 5xx status code
func (*V2ListHostsMethodNotAllowed) IsSuccess ¶
func (o *V2ListHostsMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this v2 list hosts method not allowed response has a 2xx status code
func (*V2ListHostsMethodNotAllowed) String ¶
func (o *V2ListHostsMethodNotAllowed) String() string
type V2ListHostsNotImplemented ¶
V2ListHostsNotImplemented describes a response with status code 501, with default header values.
Not implemented.
func NewV2ListHostsNotImplemented ¶
func NewV2ListHostsNotImplemented() *V2ListHostsNotImplemented
NewV2ListHostsNotImplemented creates a V2ListHostsNotImplemented with default headers values
func (*V2ListHostsNotImplemented) Error ¶
func (o *V2ListHostsNotImplemented) Error() string
func (*V2ListHostsNotImplemented) GetPayload ¶
func (o *V2ListHostsNotImplemented) GetPayload() *models.Error
func (*V2ListHostsNotImplemented) IsClientError ¶
func (o *V2ListHostsNotImplemented) IsClientError() bool
IsClientError returns true when this v2 list hosts not implemented response has a 4xx status code
func (*V2ListHostsNotImplemented) IsCode ¶
func (o *V2ListHostsNotImplemented) IsCode(code int) bool
IsCode returns true when this v2 list hosts not implemented response a status code equal to that given
func (*V2ListHostsNotImplemented) IsRedirect ¶
func (o *V2ListHostsNotImplemented) IsRedirect() bool
IsRedirect returns true when this v2 list hosts not implemented response has a 3xx status code
func (*V2ListHostsNotImplemented) IsServerError ¶
func (o *V2ListHostsNotImplemented) IsServerError() bool
IsServerError returns true when this v2 list hosts not implemented response has a 5xx status code
func (*V2ListHostsNotImplemented) IsSuccess ¶
func (o *V2ListHostsNotImplemented) IsSuccess() bool
IsSuccess returns true when this v2 list hosts not implemented response has a 2xx status code
func (*V2ListHostsNotImplemented) String ¶
func (o *V2ListHostsNotImplemented) String() string
type V2ListHostsOK ¶
V2ListHostsOK describes a response with status code 200, with default header values.
Success.
func NewV2ListHostsOK ¶
func NewV2ListHostsOK() *V2ListHostsOK
NewV2ListHostsOK creates a V2ListHostsOK with default headers values
func (*V2ListHostsOK) Error ¶
func (o *V2ListHostsOK) Error() string
func (*V2ListHostsOK) GetPayload ¶
func (o *V2ListHostsOK) GetPayload() models.HostList
func (*V2ListHostsOK) IsClientError ¶
func (o *V2ListHostsOK) IsClientError() bool
IsClientError returns true when this v2 list hosts o k response has a 4xx status code
func (*V2ListHostsOK) IsCode ¶
func (o *V2ListHostsOK) IsCode(code int) bool
IsCode returns true when this v2 list hosts o k response a status code equal to that given
func (*V2ListHostsOK) IsRedirect ¶
func (o *V2ListHostsOK) IsRedirect() bool
IsRedirect returns true when this v2 list hosts o k response has a 3xx status code
func (*V2ListHostsOK) IsServerError ¶
func (o *V2ListHostsOK) IsServerError() bool
IsServerError returns true when this v2 list hosts o k response has a 5xx status code
func (*V2ListHostsOK) IsSuccess ¶
func (o *V2ListHostsOK) IsSuccess() bool
IsSuccess returns true when this v2 list hosts o k response has a 2xx status code
func (*V2ListHostsOK) String ¶
func (o *V2ListHostsOK) String() string
type V2ListHostsParams ¶
type V2ListHostsParams struct { /* InfraEnvID. The infra-env that the hosts are asociated with. Format: uuid */ InfraEnvID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V2ListHostsParams contains all the parameters to send to the API endpoint
for the v2 list hosts operation. Typically these are written to a http.Request.
func NewV2ListHostsParams ¶
func NewV2ListHostsParams() *V2ListHostsParams
NewV2ListHostsParams creates a new V2ListHostsParams 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 NewV2ListHostsParamsWithContext ¶
func NewV2ListHostsParamsWithContext(ctx context.Context) *V2ListHostsParams
NewV2ListHostsParamsWithContext creates a new V2ListHostsParams object with the ability to set a context for a request.
func NewV2ListHostsParamsWithHTTPClient ¶
func NewV2ListHostsParamsWithHTTPClient(client *http.Client) *V2ListHostsParams
NewV2ListHostsParamsWithHTTPClient creates a new V2ListHostsParams object with the ability to set a custom HTTPClient for a request.
func NewV2ListHostsParamsWithTimeout ¶
func NewV2ListHostsParamsWithTimeout(timeout time.Duration) *V2ListHostsParams
NewV2ListHostsParamsWithTimeout creates a new V2ListHostsParams object with the ability to set a timeout on a request.
func (*V2ListHostsParams) SetContext ¶
func (o *V2ListHostsParams) SetContext(ctx context.Context)
SetContext adds the context to the v2 list hosts params
func (*V2ListHostsParams) SetDefaults ¶
func (o *V2ListHostsParams) SetDefaults()
SetDefaults hydrates default values in the v2 list hosts params (not the query body).
All values with no default are reset to their zero value.
func (*V2ListHostsParams) SetHTTPClient ¶
func (o *V2ListHostsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v2 list hosts params
func (*V2ListHostsParams) SetInfraEnvID ¶
func (o *V2ListHostsParams) SetInfraEnvID(infraEnvID strfmt.UUID)
SetInfraEnvID adds the infraEnvId to the v2 list hosts params
func (*V2ListHostsParams) SetTimeout ¶
func (o *V2ListHostsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v2 list hosts params
func (*V2ListHostsParams) WithContext ¶
func (o *V2ListHostsParams) WithContext(ctx context.Context) *V2ListHostsParams
WithContext adds the context to the v2 list hosts params
func (*V2ListHostsParams) WithDefaults ¶
func (o *V2ListHostsParams) WithDefaults() *V2ListHostsParams
WithDefaults hydrates default values in the v2 list hosts params (not the query body).
All values with no default are reset to their zero value.
func (*V2ListHostsParams) WithHTTPClient ¶
func (o *V2ListHostsParams) WithHTTPClient(client *http.Client) *V2ListHostsParams
WithHTTPClient adds the HTTPClient to the v2 list hosts params
func (*V2ListHostsParams) WithInfraEnvID ¶
func (o *V2ListHostsParams) WithInfraEnvID(infraEnvID strfmt.UUID) *V2ListHostsParams
WithInfraEnvID adds the infraEnvID to the v2 list hosts params
func (*V2ListHostsParams) WithTimeout ¶
func (o *V2ListHostsParams) WithTimeout(timeout time.Duration) *V2ListHostsParams
WithTimeout adds the timeout to the v2 list hosts params
func (*V2ListHostsParams) WriteToRequest ¶
func (o *V2ListHostsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V2ListHostsReader ¶
type V2ListHostsReader struct {
// contains filtered or unexported fields
}
V2ListHostsReader is a Reader for the V2ListHosts structure.
func (*V2ListHostsReader) ReadResponse ¶
func (o *V2ListHostsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V2ListHostsServiceUnavailable ¶
type V2ListHostsServiceUnavailable struct {
}V2ListHostsServiceUnavailable describes a response with status code 503, with default header values.
Unavailable.
func NewV2ListHostsServiceUnavailable ¶
func NewV2ListHostsServiceUnavailable() *V2ListHostsServiceUnavailable
NewV2ListHostsServiceUnavailable creates a V2ListHostsServiceUnavailable with default headers values
func (*V2ListHostsServiceUnavailable) Error ¶
func (o *V2ListHostsServiceUnavailable) Error() string
func (*V2ListHostsServiceUnavailable) GetPayload ¶
func (o *V2ListHostsServiceUnavailable) GetPayload() *models.Error
func (*V2ListHostsServiceUnavailable) IsClientError ¶
func (o *V2ListHostsServiceUnavailable) IsClientError() bool
IsClientError returns true when this v2 list hosts service unavailable response has a 4xx status code
func (*V2ListHostsServiceUnavailable) IsCode ¶
func (o *V2ListHostsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this v2 list hosts service unavailable response a status code equal to that given
func (*V2ListHostsServiceUnavailable) IsRedirect ¶
func (o *V2ListHostsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this v2 list hosts service unavailable response has a 3xx status code
func (*V2ListHostsServiceUnavailable) IsServerError ¶
func (o *V2ListHostsServiceUnavailable) IsServerError() bool
IsServerError returns true when this v2 list hosts service unavailable response has a 5xx status code
func (*V2ListHostsServiceUnavailable) IsSuccess ¶
func (o *V2ListHostsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this v2 list hosts service unavailable response has a 2xx status code
func (*V2ListHostsServiceUnavailable) String ¶
func (o *V2ListHostsServiceUnavailable) String() string
type V2ListHostsUnauthorized ¶
type V2ListHostsUnauthorized struct {
}V2ListHostsUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewV2ListHostsUnauthorized ¶
func NewV2ListHostsUnauthorized() *V2ListHostsUnauthorized
NewV2ListHostsUnauthorized creates a V2ListHostsUnauthorized with default headers values
func (*V2ListHostsUnauthorized) Error ¶
func (o *V2ListHostsUnauthorized) Error() string
func (*V2ListHostsUnauthorized) GetPayload ¶
func (o *V2ListHostsUnauthorized) GetPayload() *models.InfraError
func (*V2ListHostsUnauthorized) IsClientError ¶
func (o *V2ListHostsUnauthorized) IsClientError() bool
IsClientError returns true when this v2 list hosts unauthorized response has a 4xx status code
func (*V2ListHostsUnauthorized) IsCode ¶
func (o *V2ListHostsUnauthorized) IsCode(code int) bool
IsCode returns true when this v2 list hosts unauthorized response a status code equal to that given
func (*V2ListHostsUnauthorized) IsRedirect ¶
func (o *V2ListHostsUnauthorized) IsRedirect() bool
IsRedirect returns true when this v2 list hosts unauthorized response has a 3xx status code
func (*V2ListHostsUnauthorized) IsServerError ¶
func (o *V2ListHostsUnauthorized) IsServerError() bool
IsServerError returns true when this v2 list hosts unauthorized response has a 5xx status code
func (*V2ListHostsUnauthorized) IsSuccess ¶
func (o *V2ListHostsUnauthorized) IsSuccess() bool
IsSuccess returns true when this v2 list hosts unauthorized response has a 2xx status code
func (*V2ListHostsUnauthorized) String ¶
func (o *V2ListHostsUnauthorized) String() string
type V2PostStepReplyBadRequest ¶
V2PostStepReplyBadRequest describes a response with status code 400, with default header values.
Error.
func NewV2PostStepReplyBadRequest ¶
func NewV2PostStepReplyBadRequest() *V2PostStepReplyBadRequest
NewV2PostStepReplyBadRequest creates a V2PostStepReplyBadRequest with default headers values
func (*V2PostStepReplyBadRequest) Error ¶
func (o *V2PostStepReplyBadRequest) Error() string
func (*V2PostStepReplyBadRequest) GetPayload ¶
func (o *V2PostStepReplyBadRequest) GetPayload() *models.Error
func (*V2PostStepReplyBadRequest) IsClientError ¶
func (o *V2PostStepReplyBadRequest) IsClientError() bool
IsClientError returns true when this v2 post step reply bad request response has a 4xx status code
func (*V2PostStepReplyBadRequest) IsCode ¶
func (o *V2PostStepReplyBadRequest) IsCode(code int) bool
IsCode returns true when this v2 post step reply bad request response a status code equal to that given
func (*V2PostStepReplyBadRequest) IsRedirect ¶
func (o *V2PostStepReplyBadRequest) IsRedirect() bool
IsRedirect returns true when this v2 post step reply bad request response has a 3xx status code
func (*V2PostStepReplyBadRequest) IsServerError ¶
func (o *V2PostStepReplyBadRequest) IsServerError() bool
IsServerError returns true when this v2 post step reply bad request response has a 5xx status code
func (*V2PostStepReplyBadRequest) IsSuccess ¶
func (o *V2PostStepReplyBadRequest) IsSuccess() bool
IsSuccess returns true when this v2 post step reply bad request response has a 2xx status code
func (*V2PostStepReplyBadRequest) String ¶
func (o *V2PostStepReplyBadRequest) String() string
type V2PostStepReplyForbidden ¶
type V2PostStepReplyForbidden struct {
Payload *models.InfraError
}
V2PostStepReplyForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewV2PostStepReplyForbidden ¶
func NewV2PostStepReplyForbidden() *V2PostStepReplyForbidden
NewV2PostStepReplyForbidden creates a V2PostStepReplyForbidden with default headers values
func (*V2PostStepReplyForbidden) Error ¶
func (o *V2PostStepReplyForbidden) Error() string
func (*V2PostStepReplyForbidden) GetPayload ¶
func (o *V2PostStepReplyForbidden) GetPayload() *models.InfraError
func (*V2PostStepReplyForbidden) IsClientError ¶
func (o *V2PostStepReplyForbidden) IsClientError() bool
IsClientError returns true when this v2 post step reply forbidden response has a 4xx status code
func (*V2PostStepReplyForbidden) IsCode ¶
func (o *V2PostStepReplyForbidden) IsCode(code int) bool
IsCode returns true when this v2 post step reply forbidden response a status code equal to that given
func (*V2PostStepReplyForbidden) IsRedirect ¶
func (o *V2PostStepReplyForbidden) IsRedirect() bool
IsRedirect returns true when this v2 post step reply forbidden response has a 3xx status code
func (*V2PostStepReplyForbidden) IsServerError ¶
func (o *V2PostStepReplyForbidden) IsServerError() bool
IsServerError returns true when this v2 post step reply forbidden response has a 5xx status code
func (*V2PostStepReplyForbidden) IsSuccess ¶
func (o *V2PostStepReplyForbidden) IsSuccess() bool
IsSuccess returns true when this v2 post step reply forbidden response has a 2xx status code
func (*V2PostStepReplyForbidden) String ¶
func (o *V2PostStepReplyForbidden) String() string
type V2PostStepReplyInternalServerError ¶
V2PostStepReplyInternalServerError describes a response with status code 500, with default header values.
Error.
func NewV2PostStepReplyInternalServerError ¶
func NewV2PostStepReplyInternalServerError() *V2PostStepReplyInternalServerError
NewV2PostStepReplyInternalServerError creates a V2PostStepReplyInternalServerError with default headers values
func (*V2PostStepReplyInternalServerError) Error ¶
func (o *V2PostStepReplyInternalServerError) Error() string
func (*V2PostStepReplyInternalServerError) GetPayload ¶
func (o *V2PostStepReplyInternalServerError) GetPayload() *models.Error
func (*V2PostStepReplyInternalServerError) IsClientError ¶
func (o *V2PostStepReplyInternalServerError) IsClientError() bool
IsClientError returns true when this v2 post step reply internal server error response has a 4xx status code
func (*V2PostStepReplyInternalServerError) IsCode ¶
func (o *V2PostStepReplyInternalServerError) IsCode(code int) bool
IsCode returns true when this v2 post step reply internal server error response a status code equal to that given
func (*V2PostStepReplyInternalServerError) IsRedirect ¶
func (o *V2PostStepReplyInternalServerError) IsRedirect() bool
IsRedirect returns true when this v2 post step reply internal server error response has a 3xx status code
func (*V2PostStepReplyInternalServerError) IsServerError ¶
func (o *V2PostStepReplyInternalServerError) IsServerError() bool
IsServerError returns true when this v2 post step reply internal server error response has a 5xx status code
func (*V2PostStepReplyInternalServerError) IsSuccess ¶
func (o *V2PostStepReplyInternalServerError) IsSuccess() bool
IsSuccess returns true when this v2 post step reply internal server error response has a 2xx status code
func (*V2PostStepReplyInternalServerError) String ¶
func (o *V2PostStepReplyInternalServerError) String() string
type V2PostStepReplyMethodNotAllowed ¶
V2PostStepReplyMethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewV2PostStepReplyMethodNotAllowed ¶
func NewV2PostStepReplyMethodNotAllowed() *V2PostStepReplyMethodNotAllowed
NewV2PostStepReplyMethodNotAllowed creates a V2PostStepReplyMethodNotAllowed with default headers values
func (*V2PostStepReplyMethodNotAllowed) Error ¶
func (o *V2PostStepReplyMethodNotAllowed) Error() string
func (*V2PostStepReplyMethodNotAllowed) GetPayload ¶
func (o *V2PostStepReplyMethodNotAllowed) GetPayload() *models.Error
func (*V2PostStepReplyMethodNotAllowed) IsClientError ¶
func (o *V2PostStepReplyMethodNotAllowed) IsClientError() bool
IsClientError returns true when this v2 post step reply method not allowed response has a 4xx status code
func (*V2PostStepReplyMethodNotAllowed) IsCode ¶
func (o *V2PostStepReplyMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this v2 post step reply method not allowed response a status code equal to that given
func (*V2PostStepReplyMethodNotAllowed) IsRedirect ¶
func (o *V2PostStepReplyMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this v2 post step reply method not allowed response has a 3xx status code
func (*V2PostStepReplyMethodNotAllowed) IsServerError ¶
func (o *V2PostStepReplyMethodNotAllowed) IsServerError() bool
IsServerError returns true when this v2 post step reply method not allowed response has a 5xx status code
func (*V2PostStepReplyMethodNotAllowed) IsSuccess ¶
func (o *V2PostStepReplyMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this v2 post step reply method not allowed response has a 2xx status code
func (*V2PostStepReplyMethodNotAllowed) String ¶
func (o *V2PostStepReplyMethodNotAllowed) String() string
type V2PostStepReplyNoContent ¶
type V2PostStepReplyNoContent struct { }
V2PostStepReplyNoContent describes a response with status code 204, with default header values.
Success.
func NewV2PostStepReplyNoContent ¶
func NewV2PostStepReplyNoContent() *V2PostStepReplyNoContent
NewV2PostStepReplyNoContent creates a V2PostStepReplyNoContent with default headers values
func (*V2PostStepReplyNoContent) Error ¶
func (o *V2PostStepReplyNoContent) Error() string
func (*V2PostStepReplyNoContent) IsClientError ¶
func (o *V2PostStepReplyNoContent) IsClientError() bool
IsClientError returns true when this v2 post step reply no content response has a 4xx status code
func (*V2PostStepReplyNoContent) IsCode ¶
func (o *V2PostStepReplyNoContent) IsCode(code int) bool
IsCode returns true when this v2 post step reply no content response a status code equal to that given
func (*V2PostStepReplyNoContent) IsRedirect ¶
func (o *V2PostStepReplyNoContent) IsRedirect() bool
IsRedirect returns true when this v2 post step reply no content response has a 3xx status code
func (*V2PostStepReplyNoContent) IsServerError ¶
func (o *V2PostStepReplyNoContent) IsServerError() bool
IsServerError returns true when this v2 post step reply no content response has a 5xx status code
func (*V2PostStepReplyNoContent) IsSuccess ¶
func (o *V2PostStepReplyNoContent) IsSuccess() bool
IsSuccess returns true when this v2 post step reply no content response has a 2xx status code
func (*V2PostStepReplyNoContent) String ¶
func (o *V2PostStepReplyNoContent) String() string
type V2PostStepReplyNotFound ¶
V2PostStepReplyNotFound describes a response with status code 404, with default header values.
Error.
func NewV2PostStepReplyNotFound ¶
func NewV2PostStepReplyNotFound() *V2PostStepReplyNotFound
NewV2PostStepReplyNotFound creates a V2PostStepReplyNotFound with default headers values
func (*V2PostStepReplyNotFound) Error ¶
func (o *V2PostStepReplyNotFound) Error() string
func (*V2PostStepReplyNotFound) GetPayload ¶
func (o *V2PostStepReplyNotFound) GetPayload() *models.Error
func (*V2PostStepReplyNotFound) IsClientError ¶
func (o *V2PostStepReplyNotFound) IsClientError() bool
IsClientError returns true when this v2 post step reply not found response has a 4xx status code
func (*V2PostStepReplyNotFound) IsCode ¶
func (o *V2PostStepReplyNotFound) IsCode(code int) bool
IsCode returns true when this v2 post step reply not found response a status code equal to that given
func (*V2PostStepReplyNotFound) IsRedirect ¶
func (o *V2PostStepReplyNotFound) IsRedirect() bool
IsRedirect returns true when this v2 post step reply not found response has a 3xx status code
func (*V2PostStepReplyNotFound) IsServerError ¶
func (o *V2PostStepReplyNotFound) IsServerError() bool
IsServerError returns true when this v2 post step reply not found response has a 5xx status code
func (*V2PostStepReplyNotFound) IsSuccess ¶
func (o *V2PostStepReplyNotFound) IsSuccess() bool
IsSuccess returns true when this v2 post step reply not found response has a 2xx status code
func (*V2PostStepReplyNotFound) String ¶
func (o *V2PostStepReplyNotFound) String() string
type V2PostStepReplyNotImplemented ¶
V2PostStepReplyNotImplemented describes a response with status code 501, with default header values.
Not implemented.
func NewV2PostStepReplyNotImplemented ¶
func NewV2PostStepReplyNotImplemented() *V2PostStepReplyNotImplemented
NewV2PostStepReplyNotImplemented creates a V2PostStepReplyNotImplemented with default headers values
func (*V2PostStepReplyNotImplemented) Error ¶
func (o *V2PostStepReplyNotImplemented) Error() string
func (*V2PostStepReplyNotImplemented) GetPayload ¶
func (o *V2PostStepReplyNotImplemented) GetPayload() *models.Error
func (*V2PostStepReplyNotImplemented) IsClientError ¶
func (o *V2PostStepReplyNotImplemented) IsClientError() bool
IsClientError returns true when this v2 post step reply not implemented response has a 4xx status code
func (*V2PostStepReplyNotImplemented) IsCode ¶
func (o *V2PostStepReplyNotImplemented) IsCode(code int) bool
IsCode returns true when this v2 post step reply not implemented response a status code equal to that given
func (*V2PostStepReplyNotImplemented) IsRedirect ¶
func (o *V2PostStepReplyNotImplemented) IsRedirect() bool
IsRedirect returns true when this v2 post step reply not implemented response has a 3xx status code
func (*V2PostStepReplyNotImplemented) IsServerError ¶
func (o *V2PostStepReplyNotImplemented) IsServerError() bool
IsServerError returns true when this v2 post step reply not implemented response has a 5xx status code
func (*V2PostStepReplyNotImplemented) IsSuccess ¶
func (o *V2PostStepReplyNotImplemented) IsSuccess() bool
IsSuccess returns true when this v2 post step reply not implemented response has a 2xx status code
func (*V2PostStepReplyNotImplemented) String ¶
func (o *V2PostStepReplyNotImplemented) String() string
type V2PostStepReplyParams ¶
type V2PostStepReplyParams struct { /* DiscoveryAgentVersion. The software version of the discovery agent that is posting results. */ DiscoveryAgentVersion *string /* HostID. The host that is posting results. Format: uuid */ HostID strfmt.UUID /* InfraEnvID. The infra-env of the host that is posting results. Format: uuid */ InfraEnvID strfmt.UUID /* Reply. The results to be posted. */ Reply *models.StepReply Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V2PostStepReplyParams contains all the parameters to send to the API endpoint
for the v2 post step reply operation. Typically these are written to a http.Request.
func NewV2PostStepReplyParams ¶
func NewV2PostStepReplyParams() *V2PostStepReplyParams
NewV2PostStepReplyParams creates a new V2PostStepReplyParams 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 NewV2PostStepReplyParamsWithContext ¶
func NewV2PostStepReplyParamsWithContext(ctx context.Context) *V2PostStepReplyParams
NewV2PostStepReplyParamsWithContext creates a new V2PostStepReplyParams object with the ability to set a context for a request.
func NewV2PostStepReplyParamsWithHTTPClient ¶
func NewV2PostStepReplyParamsWithHTTPClient(client *http.Client) *V2PostStepReplyParams
NewV2PostStepReplyParamsWithHTTPClient creates a new V2PostStepReplyParams object with the ability to set a custom HTTPClient for a request.
func NewV2PostStepReplyParamsWithTimeout ¶
func NewV2PostStepReplyParamsWithTimeout(timeout time.Duration) *V2PostStepReplyParams
NewV2PostStepReplyParamsWithTimeout creates a new V2PostStepReplyParams object with the ability to set a timeout on a request.
func (*V2PostStepReplyParams) SetContext ¶
func (o *V2PostStepReplyParams) SetContext(ctx context.Context)
SetContext adds the context to the v2 post step reply params
func (*V2PostStepReplyParams) SetDefaults ¶
func (o *V2PostStepReplyParams) SetDefaults()
SetDefaults hydrates default values in the v2 post step reply params (not the query body).
All values with no default are reset to their zero value.
func (*V2PostStepReplyParams) SetDiscoveryAgentVersion ¶
func (o *V2PostStepReplyParams) SetDiscoveryAgentVersion(discoveryAgentVersion *string)
SetDiscoveryAgentVersion adds the discoveryAgentVersion to the v2 post step reply params
func (*V2PostStepReplyParams) SetHTTPClient ¶
func (o *V2PostStepReplyParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v2 post step reply params
func (*V2PostStepReplyParams) SetHostID ¶
func (o *V2PostStepReplyParams) SetHostID(hostID strfmt.UUID)
SetHostID adds the hostId to the v2 post step reply params
func (*V2PostStepReplyParams) SetInfraEnvID ¶
func (o *V2PostStepReplyParams) SetInfraEnvID(infraEnvID strfmt.UUID)
SetInfraEnvID adds the infraEnvId to the v2 post step reply params
func (*V2PostStepReplyParams) SetReply ¶
func (o *V2PostStepReplyParams) SetReply(reply *models.StepReply)
SetReply adds the reply to the v2 post step reply params
func (*V2PostStepReplyParams) SetTimeout ¶
func (o *V2PostStepReplyParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v2 post step reply params
func (*V2PostStepReplyParams) WithContext ¶
func (o *V2PostStepReplyParams) WithContext(ctx context.Context) *V2PostStepReplyParams
WithContext adds the context to the v2 post step reply params
func (*V2PostStepReplyParams) WithDefaults ¶
func (o *V2PostStepReplyParams) WithDefaults() *V2PostStepReplyParams
WithDefaults hydrates default values in the v2 post step reply params (not the query body).
All values with no default are reset to their zero value.
func (*V2PostStepReplyParams) WithDiscoveryAgentVersion ¶
func (o *V2PostStepReplyParams) WithDiscoveryAgentVersion(discoveryAgentVersion *string) *V2PostStepReplyParams
WithDiscoveryAgentVersion adds the discoveryAgentVersion to the v2 post step reply params
func (*V2PostStepReplyParams) WithHTTPClient ¶
func (o *V2PostStepReplyParams) WithHTTPClient(client *http.Client) *V2PostStepReplyParams
WithHTTPClient adds the HTTPClient to the v2 post step reply params
func (*V2PostStepReplyParams) WithHostID ¶
func (o *V2PostStepReplyParams) WithHostID(hostID strfmt.UUID) *V2PostStepReplyParams
WithHostID adds the hostID to the v2 post step reply params
func (*V2PostStepReplyParams) WithInfraEnvID ¶
func (o *V2PostStepReplyParams) WithInfraEnvID(infraEnvID strfmt.UUID) *V2PostStepReplyParams
WithInfraEnvID adds the infraEnvID to the v2 post step reply params
func (*V2PostStepReplyParams) WithReply ¶
func (o *V2PostStepReplyParams) WithReply(reply *models.StepReply) *V2PostStepReplyParams
WithReply adds the reply to the v2 post step reply params
func (*V2PostStepReplyParams) WithTimeout ¶
func (o *V2PostStepReplyParams) WithTimeout(timeout time.Duration) *V2PostStepReplyParams
WithTimeout adds the timeout to the v2 post step reply params
func (*V2PostStepReplyParams) WriteToRequest ¶
func (o *V2PostStepReplyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V2PostStepReplyReader ¶
type V2PostStepReplyReader struct {
// contains filtered or unexported fields
}
V2PostStepReplyReader is a Reader for the V2PostStepReply structure.
func (*V2PostStepReplyReader) ReadResponse ¶
func (o *V2PostStepReplyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V2PostStepReplyServiceUnavailable ¶
type V2PostStepReplyServiceUnavailable struct {
}V2PostStepReplyServiceUnavailable describes a response with status code 503, with default header values.
Unavailable.
func NewV2PostStepReplyServiceUnavailable ¶
func NewV2PostStepReplyServiceUnavailable() *V2PostStepReplyServiceUnavailable
NewV2PostStepReplyServiceUnavailable creates a V2PostStepReplyServiceUnavailable with default headers values
func (*V2PostStepReplyServiceUnavailable) Error ¶
func (o *V2PostStepReplyServiceUnavailable) Error() string
func (*V2PostStepReplyServiceUnavailable) GetPayload ¶
func (o *V2PostStepReplyServiceUnavailable) GetPayload() *models.Error
func (*V2PostStepReplyServiceUnavailable) IsClientError ¶
func (o *V2PostStepReplyServiceUnavailable) IsClientError() bool
IsClientError returns true when this v2 post step reply service unavailable response has a 4xx status code
func (*V2PostStepReplyServiceUnavailable) IsCode ¶
func (o *V2PostStepReplyServiceUnavailable) IsCode(code int) bool
IsCode returns true when this v2 post step reply service unavailable response a status code equal to that given
func (*V2PostStepReplyServiceUnavailable) IsRedirect ¶
func (o *V2PostStepReplyServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this v2 post step reply service unavailable response has a 3xx status code
func (*V2PostStepReplyServiceUnavailable) IsServerError ¶
func (o *V2PostStepReplyServiceUnavailable) IsServerError() bool
IsServerError returns true when this v2 post step reply service unavailable response has a 5xx status code
func (*V2PostStepReplyServiceUnavailable) IsSuccess ¶
func (o *V2PostStepReplyServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this v2 post step reply service unavailable response has a 2xx status code
func (*V2PostStepReplyServiceUnavailable) String ¶
func (o *V2PostStepReplyServiceUnavailable) String() string
type V2PostStepReplyUnauthorized ¶
type V2PostStepReplyUnauthorized struct {
}V2PostStepReplyUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewV2PostStepReplyUnauthorized ¶
func NewV2PostStepReplyUnauthorized() *V2PostStepReplyUnauthorized
NewV2PostStepReplyUnauthorized creates a V2PostStepReplyUnauthorized with default headers values
func (*V2PostStepReplyUnauthorized) Error ¶
func (o *V2PostStepReplyUnauthorized) Error() string
func (*V2PostStepReplyUnauthorized) GetPayload ¶
func (o *V2PostStepReplyUnauthorized) GetPayload() *models.InfraError
func (*V2PostStepReplyUnauthorized) IsClientError ¶
func (o *V2PostStepReplyUnauthorized) IsClientError() bool
IsClientError returns true when this v2 post step reply unauthorized response has a 4xx status code
func (*V2PostStepReplyUnauthorized) IsCode ¶
func (o *V2PostStepReplyUnauthorized) IsCode(code int) bool
IsCode returns true when this v2 post step reply unauthorized response a status code equal to that given
func (*V2PostStepReplyUnauthorized) IsRedirect ¶
func (o *V2PostStepReplyUnauthorized) IsRedirect() bool
IsRedirect returns true when this v2 post step reply unauthorized response has a 3xx status code
func (*V2PostStepReplyUnauthorized) IsServerError ¶
func (o *V2PostStepReplyUnauthorized) IsServerError() bool
IsServerError returns true when this v2 post step reply unauthorized response has a 5xx status code
func (*V2PostStepReplyUnauthorized) IsSuccess ¶
func (o *V2PostStepReplyUnauthorized) IsSuccess() bool
IsSuccess returns true when this v2 post step reply unauthorized response has a 2xx status code
func (*V2PostStepReplyUnauthorized) String ¶
func (o *V2PostStepReplyUnauthorized) String() string
type V2RegisterClusterBadRequest ¶
V2RegisterClusterBadRequest describes a response with status code 400, with default header values.
Error.
func NewV2RegisterClusterBadRequest ¶
func NewV2RegisterClusterBadRequest() *V2RegisterClusterBadRequest
NewV2RegisterClusterBadRequest creates a V2RegisterClusterBadRequest with default headers values
func (*V2RegisterClusterBadRequest) Error ¶
func (o *V2RegisterClusterBadRequest) Error() string
func (*V2RegisterClusterBadRequest) GetPayload ¶
func (o *V2RegisterClusterBadRequest) GetPayload() *models.Error
func (*V2RegisterClusterBadRequest) IsClientError ¶
func (o *V2RegisterClusterBadRequest) IsClientError() bool
IsClientError returns true when this v2 register cluster bad request response has a 4xx status code
func (*V2RegisterClusterBadRequest) IsCode ¶
func (o *V2RegisterClusterBadRequest) IsCode(code int) bool
IsCode returns true when this v2 register cluster bad request response a status code equal to that given
func (*V2RegisterClusterBadRequest) IsRedirect ¶
func (o *V2RegisterClusterBadRequest) IsRedirect() bool
IsRedirect returns true when this v2 register cluster bad request response has a 3xx status code
func (*V2RegisterClusterBadRequest) IsServerError ¶
func (o *V2RegisterClusterBadRequest) IsServerError() bool
IsServerError returns true when this v2 register cluster bad request response has a 5xx status code
func (*V2RegisterClusterBadRequest) IsSuccess ¶
func (o *V2RegisterClusterBadRequest) IsSuccess() bool
IsSuccess returns true when this v2 register cluster bad request response has a 2xx status code
func (*V2RegisterClusterBadRequest) String ¶
func (o *V2RegisterClusterBadRequest) String() string
type V2RegisterClusterCreated ¶
V2RegisterClusterCreated describes a response with status code 201, with default header values.
Success.
func NewV2RegisterClusterCreated ¶
func NewV2RegisterClusterCreated() *V2RegisterClusterCreated
NewV2RegisterClusterCreated creates a V2RegisterClusterCreated with default headers values
func (*V2RegisterClusterCreated) Error ¶
func (o *V2RegisterClusterCreated) Error() string
func (*V2RegisterClusterCreated) GetPayload ¶
func (o *V2RegisterClusterCreated) GetPayload() *models.Cluster
func (*V2RegisterClusterCreated) IsClientError ¶
func (o *V2RegisterClusterCreated) IsClientError() bool
IsClientError returns true when this v2 register cluster created response has a 4xx status code
func (*V2RegisterClusterCreated) IsCode ¶
func (o *V2RegisterClusterCreated) IsCode(code int) bool
IsCode returns true when this v2 register cluster created response a status code equal to that given
func (*V2RegisterClusterCreated) IsRedirect ¶
func (o *V2RegisterClusterCreated) IsRedirect() bool
IsRedirect returns true when this v2 register cluster created response has a 3xx status code
func (*V2RegisterClusterCreated) IsServerError ¶
func (o *V2RegisterClusterCreated) IsServerError() bool
IsServerError returns true when this v2 register cluster created response has a 5xx status code
func (*V2RegisterClusterCreated) IsSuccess ¶
func (o *V2RegisterClusterCreated) IsSuccess() bool
IsSuccess returns true when this v2 register cluster created response has a 2xx status code
func (*V2RegisterClusterCreated) String ¶
func (o *V2RegisterClusterCreated) String() string
type V2RegisterClusterForbidden ¶
type V2RegisterClusterForbidden struct {
Payload *models.InfraError
}
V2RegisterClusterForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewV2RegisterClusterForbidden ¶
func NewV2RegisterClusterForbidden() *V2RegisterClusterForbidden
NewV2RegisterClusterForbidden creates a V2RegisterClusterForbidden with default headers values
func (*V2RegisterClusterForbidden) Error ¶
func (o *V2RegisterClusterForbidden) Error() string
func (*V2RegisterClusterForbidden) GetPayload ¶
func (o *V2RegisterClusterForbidden) GetPayload() *models.InfraError
func (*V2RegisterClusterForbidden) IsClientError ¶
func (o *V2RegisterClusterForbidden) IsClientError() bool
IsClientError returns true when this v2 register cluster forbidden response has a 4xx status code
func (*V2RegisterClusterForbidden) IsCode ¶
func (o *V2RegisterClusterForbidden) IsCode(code int) bool
IsCode returns true when this v2 register cluster forbidden response a status code equal to that given
func (*V2RegisterClusterForbidden) IsRedirect ¶
func (o *V2RegisterClusterForbidden) IsRedirect() bool
IsRedirect returns true when this v2 register cluster forbidden response has a 3xx status code
func (*V2RegisterClusterForbidden) IsServerError ¶
func (o *V2RegisterClusterForbidden) IsServerError() bool
IsServerError returns true when this v2 register cluster forbidden response has a 5xx status code
func (*V2RegisterClusterForbidden) IsSuccess ¶
func (o *V2RegisterClusterForbidden) IsSuccess() bool
IsSuccess returns true when this v2 register cluster forbidden response has a 2xx status code
func (*V2RegisterClusterForbidden) String ¶
func (o *V2RegisterClusterForbidden) String() string
type V2RegisterClusterInternalServerError ¶
V2RegisterClusterInternalServerError describes a response with status code 500, with default header values.
Error.
func NewV2RegisterClusterInternalServerError ¶
func NewV2RegisterClusterInternalServerError() *V2RegisterClusterInternalServerError
NewV2RegisterClusterInternalServerError creates a V2RegisterClusterInternalServerError with default headers values
func (*V2RegisterClusterInternalServerError) Error ¶
func (o *V2RegisterClusterInternalServerError) Error() string
func (*V2RegisterClusterInternalServerError) GetPayload ¶
func (o *V2RegisterClusterInternalServerError) GetPayload() *models.Error
func (*V2RegisterClusterInternalServerError) IsClientError ¶
func (o *V2RegisterClusterInternalServerError) IsClientError() bool
IsClientError returns true when this v2 register cluster internal server error response has a 4xx status code
func (*V2RegisterClusterInternalServerError) IsCode ¶
func (o *V2RegisterClusterInternalServerError) IsCode(code int) bool
IsCode returns true when this v2 register cluster internal server error response a status code equal to that given
func (*V2RegisterClusterInternalServerError) IsRedirect ¶
func (o *V2RegisterClusterInternalServerError) IsRedirect() bool
IsRedirect returns true when this v2 register cluster internal server error response has a 3xx status code
func (*V2RegisterClusterInternalServerError) IsServerError ¶
func (o *V2RegisterClusterInternalServerError) IsServerError() bool
IsServerError returns true when this v2 register cluster internal server error response has a 5xx status code
func (*V2RegisterClusterInternalServerError) IsSuccess ¶
func (o *V2RegisterClusterInternalServerError) IsSuccess() bool
IsSuccess returns true when this v2 register cluster internal server error response has a 2xx status code
func (*V2RegisterClusterInternalServerError) String ¶
func (o *V2RegisterClusterInternalServerError) String() string
type V2RegisterClusterMethodNotAllowed ¶
V2RegisterClusterMethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewV2RegisterClusterMethodNotAllowed ¶
func NewV2RegisterClusterMethodNotAllowed() *V2RegisterClusterMethodNotAllowed
NewV2RegisterClusterMethodNotAllowed creates a V2RegisterClusterMethodNotAllowed with default headers values
func (*V2RegisterClusterMethodNotAllowed) Error ¶
func (o *V2RegisterClusterMethodNotAllowed) Error() string
func (*V2RegisterClusterMethodNotAllowed) GetPayload ¶
func (o *V2RegisterClusterMethodNotAllowed) GetPayload() *models.Error
func (*V2RegisterClusterMethodNotAllowed) IsClientError ¶
func (o *V2RegisterClusterMethodNotAllowed) IsClientError() bool
IsClientError returns true when this v2 register cluster method not allowed response has a 4xx status code
func (*V2RegisterClusterMethodNotAllowed) IsCode ¶
func (o *V2RegisterClusterMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this v2 register cluster method not allowed response a status code equal to that given
func (*V2RegisterClusterMethodNotAllowed) IsRedirect ¶
func (o *V2RegisterClusterMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this v2 register cluster method not allowed response has a 3xx status code
func (*V2RegisterClusterMethodNotAllowed) IsServerError ¶
func (o *V2RegisterClusterMethodNotAllowed) IsServerError() bool
IsServerError returns true when this v2 register cluster method not allowed response has a 5xx status code
func (*V2RegisterClusterMethodNotAllowed) IsSuccess ¶
func (o *V2RegisterClusterMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this v2 register cluster method not allowed response has a 2xx status code
func (*V2RegisterClusterMethodNotAllowed) String ¶
func (o *V2RegisterClusterMethodNotAllowed) String() string
type V2RegisterClusterParams ¶
type V2RegisterClusterParams struct { /* NewClusterParams. The properties describing the new cluster. */ NewClusterParams *models.ClusterCreateParams Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V2RegisterClusterParams contains all the parameters to send to the API endpoint
for the v2 register cluster operation. Typically these are written to a http.Request.
func NewV2RegisterClusterParams ¶
func NewV2RegisterClusterParams() *V2RegisterClusterParams
NewV2RegisterClusterParams creates a new V2RegisterClusterParams 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 NewV2RegisterClusterParamsWithContext ¶
func NewV2RegisterClusterParamsWithContext(ctx context.Context) *V2RegisterClusterParams
NewV2RegisterClusterParamsWithContext creates a new V2RegisterClusterParams object with the ability to set a context for a request.
func NewV2RegisterClusterParamsWithHTTPClient ¶
func NewV2RegisterClusterParamsWithHTTPClient(client *http.Client) *V2RegisterClusterParams
NewV2RegisterClusterParamsWithHTTPClient creates a new V2RegisterClusterParams object with the ability to set a custom HTTPClient for a request.
func NewV2RegisterClusterParamsWithTimeout ¶
func NewV2RegisterClusterParamsWithTimeout(timeout time.Duration) *V2RegisterClusterParams
NewV2RegisterClusterParamsWithTimeout creates a new V2RegisterClusterParams object with the ability to set a timeout on a request.
func (*V2RegisterClusterParams) SetContext ¶
func (o *V2RegisterClusterParams) SetContext(ctx context.Context)
SetContext adds the context to the v2 register cluster params
func (*V2RegisterClusterParams) SetDefaults ¶
func (o *V2RegisterClusterParams) SetDefaults()
SetDefaults hydrates default values in the v2 register cluster params (not the query body).
All values with no default are reset to their zero value.
func (*V2RegisterClusterParams) SetHTTPClient ¶
func (o *V2RegisterClusterParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v2 register cluster params
func (*V2RegisterClusterParams) SetNewClusterParams ¶
func (o *V2RegisterClusterParams) SetNewClusterParams(newClusterParams *models.ClusterCreateParams)
SetNewClusterParams adds the newClusterParams to the v2 register cluster params
func (*V2RegisterClusterParams) SetTimeout ¶
func (o *V2RegisterClusterParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v2 register cluster params
func (*V2RegisterClusterParams) WithContext ¶
func (o *V2RegisterClusterParams) WithContext(ctx context.Context) *V2RegisterClusterParams
WithContext adds the context to the v2 register cluster params
func (*V2RegisterClusterParams) WithDefaults ¶
func (o *V2RegisterClusterParams) WithDefaults() *V2RegisterClusterParams
WithDefaults hydrates default values in the v2 register cluster params (not the query body).
All values with no default are reset to their zero value.
func (*V2RegisterClusterParams) WithHTTPClient ¶
func (o *V2RegisterClusterParams) WithHTTPClient(client *http.Client) *V2RegisterClusterParams
WithHTTPClient adds the HTTPClient to the v2 register cluster params
func (*V2RegisterClusterParams) WithNewClusterParams ¶
func (o *V2RegisterClusterParams) WithNewClusterParams(newClusterParams *models.ClusterCreateParams) *V2RegisterClusterParams
WithNewClusterParams adds the newClusterParams to the v2 register cluster params
func (*V2RegisterClusterParams) WithTimeout ¶
func (o *V2RegisterClusterParams) WithTimeout(timeout time.Duration) *V2RegisterClusterParams
WithTimeout adds the timeout to the v2 register cluster params
func (*V2RegisterClusterParams) WriteToRequest ¶
func (o *V2RegisterClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V2RegisterClusterReader ¶
type V2RegisterClusterReader struct {
// contains filtered or unexported fields
}
V2RegisterClusterReader is a Reader for the V2RegisterCluster structure.
func (*V2RegisterClusterReader) ReadResponse ¶
func (o *V2RegisterClusterReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V2RegisterClusterUnauthorized ¶
type V2RegisterClusterUnauthorized struct {
}V2RegisterClusterUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewV2RegisterClusterUnauthorized ¶
func NewV2RegisterClusterUnauthorized() *V2RegisterClusterUnauthorized
NewV2RegisterClusterUnauthorized creates a V2RegisterClusterUnauthorized with default headers values
func (*V2RegisterClusterUnauthorized) Error ¶
func (o *V2RegisterClusterUnauthorized) Error() string
func (*V2RegisterClusterUnauthorized) GetPayload ¶
func (o *V2RegisterClusterUnauthorized) GetPayload() *models.InfraError
func (*V2RegisterClusterUnauthorized) IsClientError ¶
func (o *V2RegisterClusterUnauthorized) IsClientError() bool
IsClientError returns true when this v2 register cluster unauthorized response has a 4xx status code
func (*V2RegisterClusterUnauthorized) IsCode ¶
func (o *V2RegisterClusterUnauthorized) IsCode(code int) bool
IsCode returns true when this v2 register cluster unauthorized response a status code equal to that given
func (*V2RegisterClusterUnauthorized) IsRedirect ¶
func (o *V2RegisterClusterUnauthorized) IsRedirect() bool
IsRedirect returns true when this v2 register cluster unauthorized response has a 3xx status code
func (*V2RegisterClusterUnauthorized) IsServerError ¶
func (o *V2RegisterClusterUnauthorized) IsServerError() bool
IsServerError returns true when this v2 register cluster unauthorized response has a 5xx status code
func (*V2RegisterClusterUnauthorized) IsSuccess ¶
func (o *V2RegisterClusterUnauthorized) IsSuccess() bool
IsSuccess returns true when this v2 register cluster unauthorized response has a 2xx status code
func (*V2RegisterClusterUnauthorized) String ¶
func (o *V2RegisterClusterUnauthorized) String() string
type V2RegisterHostBadRequest ¶
V2RegisterHostBadRequest describes a response with status code 400, with default header values.
Error.
func NewV2RegisterHostBadRequest ¶
func NewV2RegisterHostBadRequest() *V2RegisterHostBadRequest
NewV2RegisterHostBadRequest creates a V2RegisterHostBadRequest with default headers values
func (*V2RegisterHostBadRequest) Error ¶
func (o *V2RegisterHostBadRequest) Error() string
func (*V2RegisterHostBadRequest) GetPayload ¶
func (o *V2RegisterHostBadRequest) GetPayload() *models.Error
func (*V2RegisterHostBadRequest) IsClientError ¶
func (o *V2RegisterHostBadRequest) IsClientError() bool
IsClientError returns true when this v2 register host bad request response has a 4xx status code
func (*V2RegisterHostBadRequest) IsCode ¶
func (o *V2RegisterHostBadRequest) IsCode(code int) bool
IsCode returns true when this v2 register host bad request response a status code equal to that given
func (*V2RegisterHostBadRequest) IsRedirect ¶
func (o *V2RegisterHostBadRequest) IsRedirect() bool
IsRedirect returns true when this v2 register host bad request response has a 3xx status code
func (*V2RegisterHostBadRequest) IsServerError ¶
func (o *V2RegisterHostBadRequest) IsServerError() bool
IsServerError returns true when this v2 register host bad request response has a 5xx status code
func (*V2RegisterHostBadRequest) IsSuccess ¶
func (o *V2RegisterHostBadRequest) IsSuccess() bool
IsSuccess returns true when this v2 register host bad request response has a 2xx status code
func (*V2RegisterHostBadRequest) String ¶
func (o *V2RegisterHostBadRequest) String() string
type V2RegisterHostConflict ¶
V2RegisterHostConflict describes a response with status code 409, with default header values.
Cluster cannot accept new agents due to its current state.
func NewV2RegisterHostConflict ¶
func NewV2RegisterHostConflict() *V2RegisterHostConflict
NewV2RegisterHostConflict creates a V2RegisterHostConflict with default headers values
func (*V2RegisterHostConflict) Error ¶
func (o *V2RegisterHostConflict) Error() string
func (*V2RegisterHostConflict) GetPayload ¶
func (o *V2RegisterHostConflict) GetPayload() *models.Error
func (*V2RegisterHostConflict) IsClientError ¶
func (o *V2RegisterHostConflict) IsClientError() bool
IsClientError returns true when this v2 register host conflict response has a 4xx status code
func (*V2RegisterHostConflict) IsCode ¶
func (o *V2RegisterHostConflict) IsCode(code int) bool
IsCode returns true when this v2 register host conflict response a status code equal to that given
func (*V2RegisterHostConflict) IsRedirect ¶
func (o *V2RegisterHostConflict) IsRedirect() bool
IsRedirect returns true when this v2 register host conflict response has a 3xx status code
func (*V2RegisterHostConflict) IsServerError ¶
func (o *V2RegisterHostConflict) IsServerError() bool
IsServerError returns true when this v2 register host conflict response has a 5xx status code
func (*V2RegisterHostConflict) IsSuccess ¶
func (o *V2RegisterHostConflict) IsSuccess() bool
IsSuccess returns true when this v2 register host conflict response has a 2xx status code
func (*V2RegisterHostConflict) String ¶
func (o *V2RegisterHostConflict) String() string
type V2RegisterHostCreated ¶
type V2RegisterHostCreated struct {
Payload *models.HostRegistrationResponse
}
V2RegisterHostCreated describes a response with status code 201, with default header values.
Success.
func NewV2RegisterHostCreated ¶
func NewV2RegisterHostCreated() *V2RegisterHostCreated
NewV2RegisterHostCreated creates a V2RegisterHostCreated with default headers values
func (*V2RegisterHostCreated) Error ¶
func (o *V2RegisterHostCreated) Error() string
func (*V2RegisterHostCreated) GetPayload ¶
func (o *V2RegisterHostCreated) GetPayload() *models.HostRegistrationResponse
func (*V2RegisterHostCreated) IsClientError ¶
func (o *V2RegisterHostCreated) IsClientError() bool
IsClientError returns true when this v2 register host created response has a 4xx status code
func (*V2RegisterHostCreated) IsCode ¶
func (o *V2RegisterHostCreated) IsCode(code int) bool
IsCode returns true when this v2 register host created response a status code equal to that given
func (*V2RegisterHostCreated) IsRedirect ¶
func (o *V2RegisterHostCreated) IsRedirect() bool
IsRedirect returns true when this v2 register host created response has a 3xx status code
func (*V2RegisterHostCreated) IsServerError ¶
func (o *V2RegisterHostCreated) IsServerError() bool
IsServerError returns true when this v2 register host created response has a 5xx status code
func (*V2RegisterHostCreated) IsSuccess ¶
func (o *V2RegisterHostCreated) IsSuccess() bool
IsSuccess returns true when this v2 register host created response has a 2xx status code
func (*V2RegisterHostCreated) String ¶
func (o *V2RegisterHostCreated) String() string
type V2RegisterHostForbidden ¶
type V2RegisterHostForbidden struct {
Payload *models.InfraError
}
V2RegisterHostForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewV2RegisterHostForbidden ¶
func NewV2RegisterHostForbidden() *V2RegisterHostForbidden
NewV2RegisterHostForbidden creates a V2RegisterHostForbidden with default headers values
func (*V2RegisterHostForbidden) Error ¶
func (o *V2RegisterHostForbidden) Error() string
func (*V2RegisterHostForbidden) GetPayload ¶
func (o *V2RegisterHostForbidden) GetPayload() *models.InfraError
func (*V2RegisterHostForbidden) IsClientError ¶
func (o *V2RegisterHostForbidden) IsClientError() bool
IsClientError returns true when this v2 register host forbidden response has a 4xx status code
func (*V2RegisterHostForbidden) IsCode ¶
func (o *V2RegisterHostForbidden) IsCode(code int) bool
IsCode returns true when this v2 register host forbidden response a status code equal to that given
func (*V2RegisterHostForbidden) IsRedirect ¶
func (o *V2RegisterHostForbidden) IsRedirect() bool
IsRedirect returns true when this v2 register host forbidden response has a 3xx status code
func (*V2RegisterHostForbidden) IsServerError ¶
func (o *V2RegisterHostForbidden) IsServerError() bool
IsServerError returns true when this v2 register host forbidden response has a 5xx status code
func (*V2RegisterHostForbidden) IsSuccess ¶
func (o *V2RegisterHostForbidden) IsSuccess() bool
IsSuccess returns true when this v2 register host forbidden response has a 2xx status code
func (*V2RegisterHostForbidden) String ¶
func (o *V2RegisterHostForbidden) String() string
type V2RegisterHostInternalServerError ¶
V2RegisterHostInternalServerError describes a response with status code 500, with default header values.
Error.
func NewV2RegisterHostInternalServerError ¶
func NewV2RegisterHostInternalServerError() *V2RegisterHostInternalServerError
NewV2RegisterHostInternalServerError creates a V2RegisterHostInternalServerError with default headers values
func (*V2RegisterHostInternalServerError) Error ¶
func (o *V2RegisterHostInternalServerError) Error() string
func (*V2RegisterHostInternalServerError) GetPayload ¶
func (o *V2RegisterHostInternalServerError) GetPayload() *models.Error
func (*V2RegisterHostInternalServerError) IsClientError ¶
func (o *V2RegisterHostInternalServerError) IsClientError() bool
IsClientError returns true when this v2 register host internal server error response has a 4xx status code
func (*V2RegisterHostInternalServerError) IsCode ¶
func (o *V2RegisterHostInternalServerError) IsCode(code int) bool
IsCode returns true when this v2 register host internal server error response a status code equal to that given
func (*V2RegisterHostInternalServerError) IsRedirect ¶
func (o *V2RegisterHostInternalServerError) IsRedirect() bool
IsRedirect returns true when this v2 register host internal server error response has a 3xx status code
func (*V2RegisterHostInternalServerError) IsServerError ¶
func (o *V2RegisterHostInternalServerError) IsServerError() bool
IsServerError returns true when this v2 register host internal server error response has a 5xx status code
func (*V2RegisterHostInternalServerError) IsSuccess ¶
func (o *V2RegisterHostInternalServerError) IsSuccess() bool
IsSuccess returns true when this v2 register host internal server error response has a 2xx status code
func (*V2RegisterHostInternalServerError) String ¶
func (o *V2RegisterHostInternalServerError) String() string
type V2RegisterHostMethodNotAllowed ¶
V2RegisterHostMethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewV2RegisterHostMethodNotAllowed ¶
func NewV2RegisterHostMethodNotAllowed() *V2RegisterHostMethodNotAllowed
NewV2RegisterHostMethodNotAllowed creates a V2RegisterHostMethodNotAllowed with default headers values
func (*V2RegisterHostMethodNotAllowed) Error ¶
func (o *V2RegisterHostMethodNotAllowed) Error() string
func (*V2RegisterHostMethodNotAllowed) GetPayload ¶
func (o *V2RegisterHostMethodNotAllowed) GetPayload() *models.Error
func (*V2RegisterHostMethodNotAllowed) IsClientError ¶
func (o *V2RegisterHostMethodNotAllowed) IsClientError() bool
IsClientError returns true when this v2 register host method not allowed response has a 4xx status code
func (*V2RegisterHostMethodNotAllowed) IsCode ¶
func (o *V2RegisterHostMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this v2 register host method not allowed response a status code equal to that given
func (*V2RegisterHostMethodNotAllowed) IsRedirect ¶
func (o *V2RegisterHostMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this v2 register host method not allowed response has a 3xx status code
func (*V2RegisterHostMethodNotAllowed) IsServerError ¶
func (o *V2RegisterHostMethodNotAllowed) IsServerError() bool
IsServerError returns true when this v2 register host method not allowed response has a 5xx status code
func (*V2RegisterHostMethodNotAllowed) IsSuccess ¶
func (o *V2RegisterHostMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this v2 register host method not allowed response has a 2xx status code
func (*V2RegisterHostMethodNotAllowed) String ¶
func (o *V2RegisterHostMethodNotAllowed) String() string
type V2RegisterHostNotFound ¶
V2RegisterHostNotFound describes a response with status code 404, with default header values.
Error.
func NewV2RegisterHostNotFound ¶
func NewV2RegisterHostNotFound() *V2RegisterHostNotFound
NewV2RegisterHostNotFound creates a V2RegisterHostNotFound with default headers values
func (*V2RegisterHostNotFound) Error ¶
func (o *V2RegisterHostNotFound) Error() string
func (*V2RegisterHostNotFound) GetPayload ¶
func (o *V2RegisterHostNotFound) GetPayload() *models.Error
func (*V2RegisterHostNotFound) IsClientError ¶
func (o *V2RegisterHostNotFound) IsClientError() bool
IsClientError returns true when this v2 register host not found response has a 4xx status code
func (*V2RegisterHostNotFound) IsCode ¶
func (o *V2RegisterHostNotFound) IsCode(code int) bool
IsCode returns true when this v2 register host not found response a status code equal to that given
func (*V2RegisterHostNotFound) IsRedirect ¶
func (o *V2RegisterHostNotFound) IsRedirect() bool
IsRedirect returns true when this v2 register host not found response has a 3xx status code
func (*V2RegisterHostNotFound) IsServerError ¶
func (o *V2RegisterHostNotFound) IsServerError() bool
IsServerError returns true when this v2 register host not found response has a 5xx status code
func (*V2RegisterHostNotFound) IsSuccess ¶
func (o *V2RegisterHostNotFound) IsSuccess() bool
IsSuccess returns true when this v2 register host not found response has a 2xx status code
func (*V2RegisterHostNotFound) String ¶
func (o *V2RegisterHostNotFound) String() string
type V2RegisterHostNotImplemented ¶
V2RegisterHostNotImplemented describes a response with status code 501, with default header values.
Not implemented.
func NewV2RegisterHostNotImplemented ¶
func NewV2RegisterHostNotImplemented() *V2RegisterHostNotImplemented
NewV2RegisterHostNotImplemented creates a V2RegisterHostNotImplemented with default headers values
func (*V2RegisterHostNotImplemented) Error ¶
func (o *V2RegisterHostNotImplemented) Error() string
func (*V2RegisterHostNotImplemented) GetPayload ¶
func (o *V2RegisterHostNotImplemented) GetPayload() *models.Error
func (*V2RegisterHostNotImplemented) IsClientError ¶
func (o *V2RegisterHostNotImplemented) IsClientError() bool
IsClientError returns true when this v2 register host not implemented response has a 4xx status code
func (*V2RegisterHostNotImplemented) IsCode ¶
func (o *V2RegisterHostNotImplemented) IsCode(code int) bool
IsCode returns true when this v2 register host not implemented response a status code equal to that given
func (*V2RegisterHostNotImplemented) IsRedirect ¶
func (o *V2RegisterHostNotImplemented) IsRedirect() bool
IsRedirect returns true when this v2 register host not implemented response has a 3xx status code
func (*V2RegisterHostNotImplemented) IsServerError ¶
func (o *V2RegisterHostNotImplemented) IsServerError() bool
IsServerError returns true when this v2 register host not implemented response has a 5xx status code
func (*V2RegisterHostNotImplemented) IsSuccess ¶
func (o *V2RegisterHostNotImplemented) IsSuccess() bool
IsSuccess returns true when this v2 register host not implemented response has a 2xx status code
func (*V2RegisterHostNotImplemented) String ¶
func (o *V2RegisterHostNotImplemented) String() string
type V2RegisterHostParams ¶
type V2RegisterHostParams struct { /* DiscoveryAgentVersion. The software version of the discovery agent that is registering the agent. */ DiscoveryAgentVersion *string /* InfraEnvID. The infra-env that the agent is associated with. Format: uuid */ InfraEnvID strfmt.UUID /* NewHostParams. The description of the agent being registered. */ NewHostParams *models.HostCreateParams Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V2RegisterHostParams contains all the parameters to send to the API endpoint
for the v2 register host operation. Typically these are written to a http.Request.
func NewV2RegisterHostParams ¶
func NewV2RegisterHostParams() *V2RegisterHostParams
NewV2RegisterHostParams creates a new V2RegisterHostParams 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 NewV2RegisterHostParamsWithContext ¶
func NewV2RegisterHostParamsWithContext(ctx context.Context) *V2RegisterHostParams
NewV2RegisterHostParamsWithContext creates a new V2RegisterHostParams object with the ability to set a context for a request.
func NewV2RegisterHostParamsWithHTTPClient ¶
func NewV2RegisterHostParamsWithHTTPClient(client *http.Client) *V2RegisterHostParams
NewV2RegisterHostParamsWithHTTPClient creates a new V2RegisterHostParams object with the ability to set a custom HTTPClient for a request.
func NewV2RegisterHostParamsWithTimeout ¶
func NewV2RegisterHostParamsWithTimeout(timeout time.Duration) *V2RegisterHostParams
NewV2RegisterHostParamsWithTimeout creates a new V2RegisterHostParams object with the ability to set a timeout on a request.
func (*V2RegisterHostParams) SetContext ¶
func (o *V2RegisterHostParams) SetContext(ctx context.Context)
SetContext adds the context to the v2 register host params
func (*V2RegisterHostParams) SetDefaults ¶
func (o *V2RegisterHostParams) SetDefaults()
SetDefaults hydrates default values in the v2 register host params (not the query body).
All values with no default are reset to their zero value.
func (*V2RegisterHostParams) SetDiscoveryAgentVersion ¶
func (o *V2RegisterHostParams) SetDiscoveryAgentVersion(discoveryAgentVersion *string)
SetDiscoveryAgentVersion adds the discoveryAgentVersion to the v2 register host params
func (*V2RegisterHostParams) SetHTTPClient ¶
func (o *V2RegisterHostParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v2 register host params
func (*V2RegisterHostParams) SetInfraEnvID ¶
func (o *V2RegisterHostParams) SetInfraEnvID(infraEnvID strfmt.UUID)
SetInfraEnvID adds the infraEnvId to the v2 register host params
func (*V2RegisterHostParams) SetNewHostParams ¶
func (o *V2RegisterHostParams) SetNewHostParams(newHostParams *models.HostCreateParams)
SetNewHostParams adds the newHostParams to the v2 register host params
func (*V2RegisterHostParams) SetTimeout ¶
func (o *V2RegisterHostParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v2 register host params
func (*V2RegisterHostParams) WithContext ¶
func (o *V2RegisterHostParams) WithContext(ctx context.Context) *V2RegisterHostParams
WithContext adds the context to the v2 register host params
func (*V2RegisterHostParams) WithDefaults ¶
func (o *V2RegisterHostParams) WithDefaults() *V2RegisterHostParams
WithDefaults hydrates default values in the v2 register host params (not the query body).
All values with no default are reset to their zero value.
func (*V2RegisterHostParams) WithDiscoveryAgentVersion ¶
func (o *V2RegisterHostParams) WithDiscoveryAgentVersion(discoveryAgentVersion *string) *V2RegisterHostParams
WithDiscoveryAgentVersion adds the discoveryAgentVersion to the v2 register host params
func (*V2RegisterHostParams) WithHTTPClient ¶
func (o *V2RegisterHostParams) WithHTTPClient(client *http.Client) *V2RegisterHostParams
WithHTTPClient adds the HTTPClient to the v2 register host params
func (*V2RegisterHostParams) WithInfraEnvID ¶
func (o *V2RegisterHostParams) WithInfraEnvID(infraEnvID strfmt.UUID) *V2RegisterHostParams
WithInfraEnvID adds the infraEnvID to the v2 register host params
func (*V2RegisterHostParams) WithNewHostParams ¶
func (o *V2RegisterHostParams) WithNewHostParams(newHostParams *models.HostCreateParams) *V2RegisterHostParams
WithNewHostParams adds the newHostParams to the v2 register host params
func (*V2RegisterHostParams) WithTimeout ¶
func (o *V2RegisterHostParams) WithTimeout(timeout time.Duration) *V2RegisterHostParams
WithTimeout adds the timeout to the v2 register host params
func (*V2RegisterHostParams) WriteToRequest ¶
func (o *V2RegisterHostParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V2RegisterHostReader ¶
type V2RegisterHostReader struct {
// contains filtered or unexported fields
}
V2RegisterHostReader is a Reader for the V2RegisterHost structure.
func (*V2RegisterHostReader) ReadResponse ¶
func (o *V2RegisterHostReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V2RegisterHostServiceUnavailable ¶
type V2RegisterHostServiceUnavailable struct {
}V2RegisterHostServiceUnavailable describes a response with status code 503, with default header values.
Unavailable.
func NewV2RegisterHostServiceUnavailable ¶
func NewV2RegisterHostServiceUnavailable() *V2RegisterHostServiceUnavailable
NewV2RegisterHostServiceUnavailable creates a V2RegisterHostServiceUnavailable with default headers values
func (*V2RegisterHostServiceUnavailable) Error ¶
func (o *V2RegisterHostServiceUnavailable) Error() string
func (*V2RegisterHostServiceUnavailable) GetPayload ¶
func (o *V2RegisterHostServiceUnavailable) GetPayload() *models.Error
func (*V2RegisterHostServiceUnavailable) IsClientError ¶
func (o *V2RegisterHostServiceUnavailable) IsClientError() bool
IsClientError returns true when this v2 register host service unavailable response has a 4xx status code
func (*V2RegisterHostServiceUnavailable) IsCode ¶
func (o *V2RegisterHostServiceUnavailable) IsCode(code int) bool
IsCode returns true when this v2 register host service unavailable response a status code equal to that given
func (*V2RegisterHostServiceUnavailable) IsRedirect ¶
func (o *V2RegisterHostServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this v2 register host service unavailable response has a 3xx status code
func (*V2RegisterHostServiceUnavailable) IsServerError ¶
func (o *V2RegisterHostServiceUnavailable) IsServerError() bool
IsServerError returns true when this v2 register host service unavailable response has a 5xx status code
func (*V2RegisterHostServiceUnavailable) IsSuccess ¶
func (o *V2RegisterHostServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this v2 register host service unavailable response has a 2xx status code
func (*V2RegisterHostServiceUnavailable) String ¶
func (o *V2RegisterHostServiceUnavailable) String() string
type V2RegisterHostUnauthorized ¶
type V2RegisterHostUnauthorized struct {
}V2RegisterHostUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewV2RegisterHostUnauthorized ¶
func NewV2RegisterHostUnauthorized() *V2RegisterHostUnauthorized
NewV2RegisterHostUnauthorized creates a V2RegisterHostUnauthorized with default headers values
func (*V2RegisterHostUnauthorized) Error ¶
func (o *V2RegisterHostUnauthorized) Error() string
func (*V2RegisterHostUnauthorized) GetPayload ¶
func (o *V2RegisterHostUnauthorized) GetPayload() *models.InfraError
func (*V2RegisterHostUnauthorized) IsClientError ¶
func (o *V2RegisterHostUnauthorized) IsClientError() bool
IsClientError returns true when this v2 register host unauthorized response has a 4xx status code
func (*V2RegisterHostUnauthorized) IsCode ¶
func (o *V2RegisterHostUnauthorized) IsCode(code int) bool
IsCode returns true when this v2 register host unauthorized response a status code equal to that given
func (*V2RegisterHostUnauthorized) IsRedirect ¶
func (o *V2RegisterHostUnauthorized) IsRedirect() bool
IsRedirect returns true when this v2 register host unauthorized response has a 3xx status code
func (*V2RegisterHostUnauthorized) IsServerError ¶
func (o *V2RegisterHostUnauthorized) IsServerError() bool
IsServerError returns true when this v2 register host unauthorized response has a 5xx status code
func (*V2RegisterHostUnauthorized) IsSuccess ¶
func (o *V2RegisterHostUnauthorized) IsSuccess() bool
IsSuccess returns true when this v2 register host unauthorized response has a 2xx status code
func (*V2RegisterHostUnauthorized) String ¶
func (o *V2RegisterHostUnauthorized) String() string
type V2ResetClusterAccepted ¶
V2ResetClusterAccepted describes a response with status code 202, with default header values.
Success.
func NewV2ResetClusterAccepted ¶
func NewV2ResetClusterAccepted() *V2ResetClusterAccepted
NewV2ResetClusterAccepted creates a V2ResetClusterAccepted with default headers values
func (*V2ResetClusterAccepted) Error ¶
func (o *V2ResetClusterAccepted) Error() string
func (*V2ResetClusterAccepted) GetPayload ¶
func (o *V2ResetClusterAccepted) GetPayload() *models.Cluster
func (*V2ResetClusterAccepted) IsClientError ¶
func (o *V2ResetClusterAccepted) IsClientError() bool
IsClientError returns true when this v2 reset cluster accepted response has a 4xx status code
func (*V2ResetClusterAccepted) IsCode ¶
func (o *V2ResetClusterAccepted) IsCode(code int) bool
IsCode returns true when this v2 reset cluster accepted response a status code equal to that given
func (*V2ResetClusterAccepted) IsRedirect ¶
func (o *V2ResetClusterAccepted) IsRedirect() bool
IsRedirect returns true when this v2 reset cluster accepted response has a 3xx status code
func (*V2ResetClusterAccepted) IsServerError ¶
func (o *V2ResetClusterAccepted) IsServerError() bool
IsServerError returns true when this v2 reset cluster accepted response has a 5xx status code
func (*V2ResetClusterAccepted) IsSuccess ¶
func (o *V2ResetClusterAccepted) IsSuccess() bool
IsSuccess returns true when this v2 reset cluster accepted response has a 2xx status code
func (*V2ResetClusterAccepted) String ¶
func (o *V2ResetClusterAccepted) String() string
type V2ResetClusterConflict ¶
V2ResetClusterConflict describes a response with status code 409, with default header values.
Error.
func NewV2ResetClusterConflict ¶
func NewV2ResetClusterConflict() *V2ResetClusterConflict
NewV2ResetClusterConflict creates a V2ResetClusterConflict with default headers values
func (*V2ResetClusterConflict) Error ¶
func (o *V2ResetClusterConflict) Error() string
func (*V2ResetClusterConflict) GetPayload ¶
func (o *V2ResetClusterConflict) GetPayload() *models.Error
func (*V2ResetClusterConflict) IsClientError ¶
func (o *V2ResetClusterConflict) IsClientError() bool
IsClientError returns true when this v2 reset cluster conflict response has a 4xx status code
func (*V2ResetClusterConflict) IsCode ¶
func (o *V2ResetClusterConflict) IsCode(code int) bool
IsCode returns true when this v2 reset cluster conflict response a status code equal to that given
func (*V2ResetClusterConflict) IsRedirect ¶
func (o *V2ResetClusterConflict) IsRedirect() bool
IsRedirect returns true when this v2 reset cluster conflict response has a 3xx status code
func (*V2ResetClusterConflict) IsServerError ¶
func (o *V2ResetClusterConflict) IsServerError() bool
IsServerError returns true when this v2 reset cluster conflict response has a 5xx status code
func (*V2ResetClusterConflict) IsSuccess ¶
func (o *V2ResetClusterConflict) IsSuccess() bool
IsSuccess returns true when this v2 reset cluster conflict response has a 2xx status code
func (*V2ResetClusterConflict) String ¶
func (o *V2ResetClusterConflict) String() string
type V2ResetClusterForbidden ¶
type V2ResetClusterForbidden struct {
Payload *models.InfraError
}
V2ResetClusterForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewV2ResetClusterForbidden ¶
func NewV2ResetClusterForbidden() *V2ResetClusterForbidden
NewV2ResetClusterForbidden creates a V2ResetClusterForbidden with default headers values
func (*V2ResetClusterForbidden) Error ¶
func (o *V2ResetClusterForbidden) Error() string
func (*V2ResetClusterForbidden) GetPayload ¶
func (o *V2ResetClusterForbidden) GetPayload() *models.InfraError
func (*V2ResetClusterForbidden) IsClientError ¶
func (o *V2ResetClusterForbidden) IsClientError() bool
IsClientError returns true when this v2 reset cluster forbidden response has a 4xx status code
func (*V2ResetClusterForbidden) IsCode ¶
func (o *V2ResetClusterForbidden) IsCode(code int) bool
IsCode returns true when this v2 reset cluster forbidden response a status code equal to that given
func (*V2ResetClusterForbidden) IsRedirect ¶
func (o *V2ResetClusterForbidden) IsRedirect() bool
IsRedirect returns true when this v2 reset cluster forbidden response has a 3xx status code
func (*V2ResetClusterForbidden) IsServerError ¶
func (o *V2ResetClusterForbidden) IsServerError() bool
IsServerError returns true when this v2 reset cluster forbidden response has a 5xx status code
func (*V2ResetClusterForbidden) IsSuccess ¶
func (o *V2ResetClusterForbidden) IsSuccess() bool
IsSuccess returns true when this v2 reset cluster forbidden response has a 2xx status code
func (*V2ResetClusterForbidden) String ¶
func (o *V2ResetClusterForbidden) String() string
type V2ResetClusterInternalServerError ¶
V2ResetClusterInternalServerError describes a response with status code 500, with default header values.
Error.
func NewV2ResetClusterInternalServerError ¶
func NewV2ResetClusterInternalServerError() *V2ResetClusterInternalServerError
NewV2ResetClusterInternalServerError creates a V2ResetClusterInternalServerError with default headers values
func (*V2ResetClusterInternalServerError) Error ¶
func (o *V2ResetClusterInternalServerError) Error() string
func (*V2ResetClusterInternalServerError) GetPayload ¶
func (o *V2ResetClusterInternalServerError) GetPayload() *models.Error
func (*V2ResetClusterInternalServerError) IsClientError ¶
func (o *V2ResetClusterInternalServerError) IsClientError() bool
IsClientError returns true when this v2 reset cluster internal server error response has a 4xx status code
func (*V2ResetClusterInternalServerError) IsCode ¶
func (o *V2ResetClusterInternalServerError) IsCode(code int) bool
IsCode returns true when this v2 reset cluster internal server error response a status code equal to that given
func (*V2ResetClusterInternalServerError) IsRedirect ¶
func (o *V2ResetClusterInternalServerError) IsRedirect() bool
IsRedirect returns true when this v2 reset cluster internal server error response has a 3xx status code
func (*V2ResetClusterInternalServerError) IsServerError ¶
func (o *V2ResetClusterInternalServerError) IsServerError() bool
IsServerError returns true when this v2 reset cluster internal server error response has a 5xx status code
func (*V2ResetClusterInternalServerError) IsSuccess ¶
func (o *V2ResetClusterInternalServerError) IsSuccess() bool
IsSuccess returns true when this v2 reset cluster internal server error response has a 2xx status code
func (*V2ResetClusterInternalServerError) String ¶
func (o *V2ResetClusterInternalServerError) String() string
type V2ResetClusterMethodNotAllowed ¶
V2ResetClusterMethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewV2ResetClusterMethodNotAllowed ¶
func NewV2ResetClusterMethodNotAllowed() *V2ResetClusterMethodNotAllowed
NewV2ResetClusterMethodNotAllowed creates a V2ResetClusterMethodNotAllowed with default headers values
func (*V2ResetClusterMethodNotAllowed) Error ¶
func (o *V2ResetClusterMethodNotAllowed) Error() string
func (*V2ResetClusterMethodNotAllowed) GetPayload ¶
func (o *V2ResetClusterMethodNotAllowed) GetPayload() *models.Error
func (*V2ResetClusterMethodNotAllowed) IsClientError ¶
func (o *V2ResetClusterMethodNotAllowed) IsClientError() bool
IsClientError returns true when this v2 reset cluster method not allowed response has a 4xx status code
func (*V2ResetClusterMethodNotAllowed) IsCode ¶
func (o *V2ResetClusterMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this v2 reset cluster method not allowed response a status code equal to that given
func (*V2ResetClusterMethodNotAllowed) IsRedirect ¶
func (o *V2ResetClusterMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this v2 reset cluster method not allowed response has a 3xx status code
func (*V2ResetClusterMethodNotAllowed) IsServerError ¶
func (o *V2ResetClusterMethodNotAllowed) IsServerError() bool
IsServerError returns true when this v2 reset cluster method not allowed response has a 5xx status code
func (*V2ResetClusterMethodNotAllowed) IsSuccess ¶
func (o *V2ResetClusterMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this v2 reset cluster method not allowed response has a 2xx status code
func (*V2ResetClusterMethodNotAllowed) String ¶
func (o *V2ResetClusterMethodNotAllowed) String() string
type V2ResetClusterNotFound ¶
V2ResetClusterNotFound describes a response with status code 404, with default header values.
Error.
func NewV2ResetClusterNotFound ¶
func NewV2ResetClusterNotFound() *V2ResetClusterNotFound
NewV2ResetClusterNotFound creates a V2ResetClusterNotFound with default headers values
func (*V2ResetClusterNotFound) Error ¶
func (o *V2ResetClusterNotFound) Error() string
func (*V2ResetClusterNotFound) GetPayload ¶
func (o *V2ResetClusterNotFound) GetPayload() *models.Error
func (*V2ResetClusterNotFound) IsClientError ¶
func (o *V2ResetClusterNotFound) IsClientError() bool
IsClientError returns true when this v2 reset cluster not found response has a 4xx status code
func (*V2ResetClusterNotFound) IsCode ¶
func (o *V2ResetClusterNotFound) IsCode(code int) bool
IsCode returns true when this v2 reset cluster not found response a status code equal to that given
func (*V2ResetClusterNotFound) IsRedirect ¶
func (o *V2ResetClusterNotFound) IsRedirect() bool
IsRedirect returns true when this v2 reset cluster not found response has a 3xx status code
func (*V2ResetClusterNotFound) IsServerError ¶
func (o *V2ResetClusterNotFound) IsServerError() bool
IsServerError returns true when this v2 reset cluster not found response has a 5xx status code
func (*V2ResetClusterNotFound) IsSuccess ¶
func (o *V2ResetClusterNotFound) IsSuccess() bool
IsSuccess returns true when this v2 reset cluster not found response has a 2xx status code
func (*V2ResetClusterNotFound) String ¶
func (o *V2ResetClusterNotFound) String() string
type V2ResetClusterParams ¶
type V2ResetClusterParams struct { /* ClusterID. The cluster whose installation is to be reset. Format: uuid */ ClusterID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V2ResetClusterParams contains all the parameters to send to the API endpoint
for the v2 reset cluster operation. Typically these are written to a http.Request.
func NewV2ResetClusterParams ¶
func NewV2ResetClusterParams() *V2ResetClusterParams
NewV2ResetClusterParams creates a new V2ResetClusterParams 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 NewV2ResetClusterParamsWithContext ¶
func NewV2ResetClusterParamsWithContext(ctx context.Context) *V2ResetClusterParams
NewV2ResetClusterParamsWithContext creates a new V2ResetClusterParams object with the ability to set a context for a request.
func NewV2ResetClusterParamsWithHTTPClient ¶
func NewV2ResetClusterParamsWithHTTPClient(client *http.Client) *V2ResetClusterParams
NewV2ResetClusterParamsWithHTTPClient creates a new V2ResetClusterParams object with the ability to set a custom HTTPClient for a request.
func NewV2ResetClusterParamsWithTimeout ¶
func NewV2ResetClusterParamsWithTimeout(timeout time.Duration) *V2ResetClusterParams
NewV2ResetClusterParamsWithTimeout creates a new V2ResetClusterParams object with the ability to set a timeout on a request.
func (*V2ResetClusterParams) SetClusterID ¶
func (o *V2ResetClusterParams) SetClusterID(clusterID strfmt.UUID)
SetClusterID adds the clusterId to the v2 reset cluster params
func (*V2ResetClusterParams) SetContext ¶
func (o *V2ResetClusterParams) SetContext(ctx context.Context)
SetContext adds the context to the v2 reset cluster params
func (*V2ResetClusterParams) SetDefaults ¶
func (o *V2ResetClusterParams) SetDefaults()
SetDefaults hydrates default values in the v2 reset cluster params (not the query body).
All values with no default are reset to their zero value.
func (*V2ResetClusterParams) SetHTTPClient ¶
func (o *V2ResetClusterParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v2 reset cluster params
func (*V2ResetClusterParams) SetTimeout ¶
func (o *V2ResetClusterParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v2 reset cluster params
func (*V2ResetClusterParams) WithClusterID ¶
func (o *V2ResetClusterParams) WithClusterID(clusterID strfmt.UUID) *V2ResetClusterParams
WithClusterID adds the clusterID to the v2 reset cluster params
func (*V2ResetClusterParams) WithContext ¶
func (o *V2ResetClusterParams) WithContext(ctx context.Context) *V2ResetClusterParams
WithContext adds the context to the v2 reset cluster params
func (*V2ResetClusterParams) WithDefaults ¶
func (o *V2ResetClusterParams) WithDefaults() *V2ResetClusterParams
WithDefaults hydrates default values in the v2 reset cluster params (not the query body).
All values with no default are reset to their zero value.
func (*V2ResetClusterParams) WithHTTPClient ¶
func (o *V2ResetClusterParams) WithHTTPClient(client *http.Client) *V2ResetClusterParams
WithHTTPClient adds the HTTPClient to the v2 reset cluster params
func (*V2ResetClusterParams) WithTimeout ¶
func (o *V2ResetClusterParams) WithTimeout(timeout time.Duration) *V2ResetClusterParams
WithTimeout adds the timeout to the v2 reset cluster params
func (*V2ResetClusterParams) WriteToRequest ¶
func (o *V2ResetClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V2ResetClusterReader ¶
type V2ResetClusterReader struct {
// contains filtered or unexported fields
}
V2ResetClusterReader is a Reader for the V2ResetCluster structure.
func (*V2ResetClusterReader) ReadResponse ¶
func (o *V2ResetClusterReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V2ResetClusterUnauthorized ¶
type V2ResetClusterUnauthorized struct {
}V2ResetClusterUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewV2ResetClusterUnauthorized ¶
func NewV2ResetClusterUnauthorized() *V2ResetClusterUnauthorized
NewV2ResetClusterUnauthorized creates a V2ResetClusterUnauthorized with default headers values
func (*V2ResetClusterUnauthorized) Error ¶
func (o *V2ResetClusterUnauthorized) Error() string
func (*V2ResetClusterUnauthorized) GetPayload ¶
func (o *V2ResetClusterUnauthorized) GetPayload() *models.InfraError
func (*V2ResetClusterUnauthorized) IsClientError ¶
func (o *V2ResetClusterUnauthorized) IsClientError() bool
IsClientError returns true when this v2 reset cluster unauthorized response has a 4xx status code
func (*V2ResetClusterUnauthorized) IsCode ¶
func (o *V2ResetClusterUnauthorized) IsCode(code int) bool
IsCode returns true when this v2 reset cluster unauthorized response a status code equal to that given
func (*V2ResetClusterUnauthorized) IsRedirect ¶
func (o *V2ResetClusterUnauthorized) IsRedirect() bool
IsRedirect returns true when this v2 reset cluster unauthorized response has a 3xx status code
func (*V2ResetClusterUnauthorized) IsServerError ¶
func (o *V2ResetClusterUnauthorized) IsServerError() bool
IsServerError returns true when this v2 reset cluster unauthorized response has a 5xx status code
func (*V2ResetClusterUnauthorized) IsSuccess ¶
func (o *V2ResetClusterUnauthorized) IsSuccess() bool
IsSuccess returns true when this v2 reset cluster unauthorized response has a 2xx status code
func (*V2ResetClusterUnauthorized) String ¶
func (o *V2ResetClusterUnauthorized) String() string
type V2ResetHostConflict ¶
V2ResetHostConflict describes a response with status code 409, with default header values.
Error.
func NewV2ResetHostConflict ¶
func NewV2ResetHostConflict() *V2ResetHostConflict
NewV2ResetHostConflict creates a V2ResetHostConflict with default headers values
func (*V2ResetHostConflict) Error ¶
func (o *V2ResetHostConflict) Error() string
func (*V2ResetHostConflict) GetPayload ¶
func (o *V2ResetHostConflict) GetPayload() *models.Error
func (*V2ResetHostConflict) IsClientError ¶
func (o *V2ResetHostConflict) IsClientError() bool
IsClientError returns true when this v2 reset host conflict response has a 4xx status code
func (*V2ResetHostConflict) IsCode ¶
func (o *V2ResetHostConflict) IsCode(code int) bool
IsCode returns true when this v2 reset host conflict response a status code equal to that given
func (*V2ResetHostConflict) IsRedirect ¶
func (o *V2ResetHostConflict) IsRedirect() bool
IsRedirect returns true when this v2 reset host conflict response has a 3xx status code
func (*V2ResetHostConflict) IsServerError ¶
func (o *V2ResetHostConflict) IsServerError() bool
IsServerError returns true when this v2 reset host conflict response has a 5xx status code
func (*V2ResetHostConflict) IsSuccess ¶
func (o *V2ResetHostConflict) IsSuccess() bool
IsSuccess returns true when this v2 reset host conflict response has a 2xx status code
func (*V2ResetHostConflict) String ¶
func (o *V2ResetHostConflict) String() string
type V2ResetHostForbidden ¶
type V2ResetHostForbidden struct {
Payload *models.InfraError
}
V2ResetHostForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewV2ResetHostForbidden ¶
func NewV2ResetHostForbidden() *V2ResetHostForbidden
NewV2ResetHostForbidden creates a V2ResetHostForbidden with default headers values
func (*V2ResetHostForbidden) Error ¶
func (o *V2ResetHostForbidden) Error() string
func (*V2ResetHostForbidden) GetPayload ¶
func (o *V2ResetHostForbidden) GetPayload() *models.InfraError
func (*V2ResetHostForbidden) IsClientError ¶
func (o *V2ResetHostForbidden) IsClientError() bool
IsClientError returns true when this v2 reset host forbidden response has a 4xx status code
func (*V2ResetHostForbidden) IsCode ¶
func (o *V2ResetHostForbidden) IsCode(code int) bool
IsCode returns true when this v2 reset host forbidden response a status code equal to that given
func (*V2ResetHostForbidden) IsRedirect ¶
func (o *V2ResetHostForbidden) IsRedirect() bool
IsRedirect returns true when this v2 reset host forbidden response has a 3xx status code
func (*V2ResetHostForbidden) IsServerError ¶
func (o *V2ResetHostForbidden) IsServerError() bool
IsServerError returns true when this v2 reset host forbidden response has a 5xx status code
func (*V2ResetHostForbidden) IsSuccess ¶
func (o *V2ResetHostForbidden) IsSuccess() bool
IsSuccess returns true when this v2 reset host forbidden response has a 2xx status code
func (*V2ResetHostForbidden) String ¶
func (o *V2ResetHostForbidden) String() string
type V2ResetHostInternalServerError ¶
V2ResetHostInternalServerError describes a response with status code 500, with default header values.
Error.
func NewV2ResetHostInternalServerError ¶
func NewV2ResetHostInternalServerError() *V2ResetHostInternalServerError
NewV2ResetHostInternalServerError creates a V2ResetHostInternalServerError with default headers values
func (*V2ResetHostInternalServerError) Error ¶
func (o *V2ResetHostInternalServerError) Error() string
func (*V2ResetHostInternalServerError) GetPayload ¶
func (o *V2ResetHostInternalServerError) GetPayload() *models.Error
func (*V2ResetHostInternalServerError) IsClientError ¶
func (o *V2ResetHostInternalServerError) IsClientError() bool
IsClientError returns true when this v2 reset host internal server error response has a 4xx status code
func (*V2ResetHostInternalServerError) IsCode ¶
func (o *V2ResetHostInternalServerError) IsCode(code int) bool
IsCode returns true when this v2 reset host internal server error response a status code equal to that given
func (*V2ResetHostInternalServerError) IsRedirect ¶
func (o *V2ResetHostInternalServerError) IsRedirect() bool
IsRedirect returns true when this v2 reset host internal server error response has a 3xx status code
func (*V2ResetHostInternalServerError) IsServerError ¶
func (o *V2ResetHostInternalServerError) IsServerError() bool
IsServerError returns true when this v2 reset host internal server error response has a 5xx status code
func (*V2ResetHostInternalServerError) IsSuccess ¶
func (o *V2ResetHostInternalServerError) IsSuccess() bool
IsSuccess returns true when this v2 reset host internal server error response has a 2xx status code
func (*V2ResetHostInternalServerError) String ¶
func (o *V2ResetHostInternalServerError) String() string
type V2ResetHostNotFound ¶
V2ResetHostNotFound describes a response with status code 404, with default header values.
Error.
func NewV2ResetHostNotFound ¶
func NewV2ResetHostNotFound() *V2ResetHostNotFound
NewV2ResetHostNotFound creates a V2ResetHostNotFound with default headers values
func (*V2ResetHostNotFound) Error ¶
func (o *V2ResetHostNotFound) Error() string
func (*V2ResetHostNotFound) GetPayload ¶
func (o *V2ResetHostNotFound) GetPayload() *models.Error
func (*V2ResetHostNotFound) IsClientError ¶
func (o *V2ResetHostNotFound) IsClientError() bool
IsClientError returns true when this v2 reset host not found response has a 4xx status code
func (*V2ResetHostNotFound) IsCode ¶
func (o *V2ResetHostNotFound) IsCode(code int) bool
IsCode returns true when this v2 reset host not found response a status code equal to that given
func (*V2ResetHostNotFound) IsRedirect ¶
func (o *V2ResetHostNotFound) IsRedirect() bool
IsRedirect returns true when this v2 reset host not found response has a 3xx status code
func (*V2ResetHostNotFound) IsServerError ¶
func (o *V2ResetHostNotFound) IsServerError() bool
IsServerError returns true when this v2 reset host not found response has a 5xx status code
func (*V2ResetHostNotFound) IsSuccess ¶
func (o *V2ResetHostNotFound) IsSuccess() bool
IsSuccess returns true when this v2 reset host not found response has a 2xx status code
func (*V2ResetHostNotFound) String ¶
func (o *V2ResetHostNotFound) String() string
type V2ResetHostOK ¶
V2ResetHostOK describes a response with status code 200, with default header values.
Success.
func NewV2ResetHostOK ¶
func NewV2ResetHostOK() *V2ResetHostOK
NewV2ResetHostOK creates a V2ResetHostOK with default headers values
func (*V2ResetHostOK) Error ¶
func (o *V2ResetHostOK) Error() string
func (*V2ResetHostOK) GetPayload ¶
func (o *V2ResetHostOK) GetPayload() *models.Host
func (*V2ResetHostOK) IsClientError ¶
func (o *V2ResetHostOK) IsClientError() bool
IsClientError returns true when this v2 reset host o k response has a 4xx status code
func (*V2ResetHostOK) IsCode ¶
func (o *V2ResetHostOK) IsCode(code int) bool
IsCode returns true when this v2 reset host o k response a status code equal to that given
func (*V2ResetHostOK) IsRedirect ¶
func (o *V2ResetHostOK) IsRedirect() bool
IsRedirect returns true when this v2 reset host o k response has a 3xx status code
func (*V2ResetHostOK) IsServerError ¶
func (o *V2ResetHostOK) IsServerError() bool
IsServerError returns true when this v2 reset host o k response has a 5xx status code
func (*V2ResetHostOK) IsSuccess ¶
func (o *V2ResetHostOK) IsSuccess() bool
IsSuccess returns true when this v2 reset host o k response has a 2xx status code
func (*V2ResetHostOK) String ¶
func (o *V2ResetHostOK) String() string
type V2ResetHostParams ¶
type V2ResetHostParams struct { /* HostID. The host that is being reset. Format: uuid */ HostID strfmt.UUID /* InfraEnvID. The infra-env of the host that is being reset. Format: uuid */ InfraEnvID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V2ResetHostParams contains all the parameters to send to the API endpoint
for the v2 reset host operation. Typically these are written to a http.Request.
func NewV2ResetHostParams ¶
func NewV2ResetHostParams() *V2ResetHostParams
NewV2ResetHostParams creates a new V2ResetHostParams 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 NewV2ResetHostParamsWithContext ¶
func NewV2ResetHostParamsWithContext(ctx context.Context) *V2ResetHostParams
NewV2ResetHostParamsWithContext creates a new V2ResetHostParams object with the ability to set a context for a request.
func NewV2ResetHostParamsWithHTTPClient ¶
func NewV2ResetHostParamsWithHTTPClient(client *http.Client) *V2ResetHostParams
NewV2ResetHostParamsWithHTTPClient creates a new V2ResetHostParams object with the ability to set a custom HTTPClient for a request.
func NewV2ResetHostParamsWithTimeout ¶
func NewV2ResetHostParamsWithTimeout(timeout time.Duration) *V2ResetHostParams
NewV2ResetHostParamsWithTimeout creates a new V2ResetHostParams object with the ability to set a timeout on a request.
func (*V2ResetHostParams) SetContext ¶
func (o *V2ResetHostParams) SetContext(ctx context.Context)
SetContext adds the context to the v2 reset host params
func (*V2ResetHostParams) SetDefaults ¶
func (o *V2ResetHostParams) SetDefaults()
SetDefaults hydrates default values in the v2 reset host params (not the query body).
All values with no default are reset to their zero value.
func (*V2ResetHostParams) SetHTTPClient ¶
func (o *V2ResetHostParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v2 reset host params
func (*V2ResetHostParams) SetHostID ¶
func (o *V2ResetHostParams) SetHostID(hostID strfmt.UUID)
SetHostID adds the hostId to the v2 reset host params
func (*V2ResetHostParams) SetInfraEnvID ¶
func (o *V2ResetHostParams) SetInfraEnvID(infraEnvID strfmt.UUID)
SetInfraEnvID adds the infraEnvId to the v2 reset host params
func (*V2ResetHostParams) SetTimeout ¶
func (o *V2ResetHostParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v2 reset host params
func (*V2ResetHostParams) WithContext ¶
func (o *V2ResetHostParams) WithContext(ctx context.Context) *V2ResetHostParams
WithContext adds the context to the v2 reset host params
func (*V2ResetHostParams) WithDefaults ¶
func (o *V2ResetHostParams) WithDefaults() *V2ResetHostParams
WithDefaults hydrates default values in the v2 reset host params (not the query body).
All values with no default are reset to their zero value.
func (*V2ResetHostParams) WithHTTPClient ¶
func (o *V2ResetHostParams) WithHTTPClient(client *http.Client) *V2ResetHostParams
WithHTTPClient adds the HTTPClient to the v2 reset host params
func (*V2ResetHostParams) WithHostID ¶
func (o *V2ResetHostParams) WithHostID(hostID strfmt.UUID) *V2ResetHostParams
WithHostID adds the hostID to the v2 reset host params
func (*V2ResetHostParams) WithInfraEnvID ¶
func (o *V2ResetHostParams) WithInfraEnvID(infraEnvID strfmt.UUID) *V2ResetHostParams
WithInfraEnvID adds the infraEnvID to the v2 reset host params
func (*V2ResetHostParams) WithTimeout ¶
func (o *V2ResetHostParams) WithTimeout(timeout time.Duration) *V2ResetHostParams
WithTimeout adds the timeout to the v2 reset host params
func (*V2ResetHostParams) WriteToRequest ¶
func (o *V2ResetHostParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V2ResetHostReader ¶
type V2ResetHostReader struct {
// contains filtered or unexported fields
}
V2ResetHostReader is a Reader for the V2ResetHost structure.
func (*V2ResetHostReader) ReadResponse ¶
func (o *V2ResetHostReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V2ResetHostUnauthorized ¶
type V2ResetHostUnauthorized struct {
}V2ResetHostUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewV2ResetHostUnauthorized ¶
func NewV2ResetHostUnauthorized() *V2ResetHostUnauthorized
NewV2ResetHostUnauthorized creates a V2ResetHostUnauthorized with default headers values
func (*V2ResetHostUnauthorized) Error ¶
func (o *V2ResetHostUnauthorized) Error() string
func (*V2ResetHostUnauthorized) GetPayload ¶
func (o *V2ResetHostUnauthorized) GetPayload() *models.InfraError
func (*V2ResetHostUnauthorized) IsClientError ¶
func (o *V2ResetHostUnauthorized) IsClientError() bool
IsClientError returns true when this v2 reset host unauthorized response has a 4xx status code
func (*V2ResetHostUnauthorized) IsCode ¶
func (o *V2ResetHostUnauthorized) IsCode(code int) bool
IsCode returns true when this v2 reset host unauthorized response a status code equal to that given
func (*V2ResetHostUnauthorized) IsRedirect ¶
func (o *V2ResetHostUnauthorized) IsRedirect() bool
IsRedirect returns true when this v2 reset host unauthorized response has a 3xx status code
func (*V2ResetHostUnauthorized) IsServerError ¶
func (o *V2ResetHostUnauthorized) IsServerError() bool
IsServerError returns true when this v2 reset host unauthorized response has a 5xx status code
func (*V2ResetHostUnauthorized) IsSuccess ¶
func (o *V2ResetHostUnauthorized) IsSuccess() bool
IsSuccess returns true when this v2 reset host unauthorized response has a 2xx status code
func (*V2ResetHostUnauthorized) String ¶
func (o *V2ResetHostUnauthorized) String() string
type V2ResetHostValidationBadRequest ¶
V2ResetHostValidationBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewV2ResetHostValidationBadRequest ¶
func NewV2ResetHostValidationBadRequest() *V2ResetHostValidationBadRequest
NewV2ResetHostValidationBadRequest creates a V2ResetHostValidationBadRequest with default headers values
func (*V2ResetHostValidationBadRequest) Error ¶
func (o *V2ResetHostValidationBadRequest) Error() string
func (*V2ResetHostValidationBadRequest) GetPayload ¶
func (o *V2ResetHostValidationBadRequest) GetPayload() *models.Error
func (*V2ResetHostValidationBadRequest) IsClientError ¶
func (o *V2ResetHostValidationBadRequest) IsClientError() bool
IsClientError returns true when this v2 reset host validation bad request response has a 4xx status code
func (*V2ResetHostValidationBadRequest) IsCode ¶
func (o *V2ResetHostValidationBadRequest) IsCode(code int) bool
IsCode returns true when this v2 reset host validation bad request response a status code equal to that given
func (*V2ResetHostValidationBadRequest) IsRedirect ¶
func (o *V2ResetHostValidationBadRequest) IsRedirect() bool
IsRedirect returns true when this v2 reset host validation bad request response has a 3xx status code
func (*V2ResetHostValidationBadRequest) IsServerError ¶
func (o *V2ResetHostValidationBadRequest) IsServerError() bool
IsServerError returns true when this v2 reset host validation bad request response has a 5xx status code
func (*V2ResetHostValidationBadRequest) IsSuccess ¶
func (o *V2ResetHostValidationBadRequest) IsSuccess() bool
IsSuccess returns true when this v2 reset host validation bad request response has a 2xx status code
func (*V2ResetHostValidationBadRequest) String ¶
func (o *V2ResetHostValidationBadRequest) String() string
type V2ResetHostValidationConflict ¶
V2ResetHostValidationConflict describes a response with status code 409, with default header values.
Error.
func NewV2ResetHostValidationConflict ¶
func NewV2ResetHostValidationConflict() *V2ResetHostValidationConflict
NewV2ResetHostValidationConflict creates a V2ResetHostValidationConflict with default headers values
func (*V2ResetHostValidationConflict) Error ¶
func (o *V2ResetHostValidationConflict) Error() string
func (*V2ResetHostValidationConflict) GetPayload ¶
func (o *V2ResetHostValidationConflict) GetPayload() *models.Error
func (*V2ResetHostValidationConflict) IsClientError ¶
func (o *V2ResetHostValidationConflict) IsClientError() bool
IsClientError returns true when this v2 reset host validation conflict response has a 4xx status code
func (*V2ResetHostValidationConflict) IsCode ¶
func (o *V2ResetHostValidationConflict) IsCode(code int) bool
IsCode returns true when this v2 reset host validation conflict response a status code equal to that given
func (*V2ResetHostValidationConflict) IsRedirect ¶
func (o *V2ResetHostValidationConflict) IsRedirect() bool
IsRedirect returns true when this v2 reset host validation conflict response has a 3xx status code
func (*V2ResetHostValidationConflict) IsServerError ¶
func (o *V2ResetHostValidationConflict) IsServerError() bool
IsServerError returns true when this v2 reset host validation conflict response has a 5xx status code
func (*V2ResetHostValidationConflict) IsSuccess ¶
func (o *V2ResetHostValidationConflict) IsSuccess() bool
IsSuccess returns true when this v2 reset host validation conflict response has a 2xx status code
func (*V2ResetHostValidationConflict) String ¶
func (o *V2ResetHostValidationConflict) String() string
type V2ResetHostValidationForbidden ¶
type V2ResetHostValidationForbidden struct {
Payload *models.InfraError
}
V2ResetHostValidationForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewV2ResetHostValidationForbidden ¶
func NewV2ResetHostValidationForbidden() *V2ResetHostValidationForbidden
NewV2ResetHostValidationForbidden creates a V2ResetHostValidationForbidden with default headers values
func (*V2ResetHostValidationForbidden) Error ¶
func (o *V2ResetHostValidationForbidden) Error() string
func (*V2ResetHostValidationForbidden) GetPayload ¶
func (o *V2ResetHostValidationForbidden) GetPayload() *models.InfraError
func (*V2ResetHostValidationForbidden) IsClientError ¶
func (o *V2ResetHostValidationForbidden) IsClientError() bool
IsClientError returns true when this v2 reset host validation forbidden response has a 4xx status code
func (*V2ResetHostValidationForbidden) IsCode ¶
func (o *V2ResetHostValidationForbidden) IsCode(code int) bool
IsCode returns true when this v2 reset host validation forbidden response a status code equal to that given
func (*V2ResetHostValidationForbidden) IsRedirect ¶
func (o *V2ResetHostValidationForbidden) IsRedirect() bool
IsRedirect returns true when this v2 reset host validation forbidden response has a 3xx status code
func (*V2ResetHostValidationForbidden) IsServerError ¶
func (o *V2ResetHostValidationForbidden) IsServerError() bool
IsServerError returns true when this v2 reset host validation forbidden response has a 5xx status code
func (*V2ResetHostValidationForbidden) IsSuccess ¶
func (o *V2ResetHostValidationForbidden) IsSuccess() bool
IsSuccess returns true when this v2 reset host validation forbidden response has a 2xx status code
func (*V2ResetHostValidationForbidden) String ¶
func (o *V2ResetHostValidationForbidden) String() string
type V2ResetHostValidationInternalServerError ¶
V2ResetHostValidationInternalServerError describes a response with status code 500, with default header values.
Error.
func NewV2ResetHostValidationInternalServerError ¶
func NewV2ResetHostValidationInternalServerError() *V2ResetHostValidationInternalServerError
NewV2ResetHostValidationInternalServerError creates a V2ResetHostValidationInternalServerError with default headers values
func (*V2ResetHostValidationInternalServerError) Error ¶
func (o *V2ResetHostValidationInternalServerError) Error() string
func (*V2ResetHostValidationInternalServerError) GetPayload ¶
func (o *V2ResetHostValidationInternalServerError) GetPayload() *models.Error
func (*V2ResetHostValidationInternalServerError) IsClientError ¶
func (o *V2ResetHostValidationInternalServerError) IsClientError() bool
IsClientError returns true when this v2 reset host validation internal server error response has a 4xx status code
func (*V2ResetHostValidationInternalServerError) IsCode ¶
func (o *V2ResetHostValidationInternalServerError) IsCode(code int) bool
IsCode returns true when this v2 reset host validation internal server error response a status code equal to that given
func (*V2ResetHostValidationInternalServerError) IsRedirect ¶
func (o *V2ResetHostValidationInternalServerError) IsRedirect() bool
IsRedirect returns true when this v2 reset host validation internal server error response has a 3xx status code
func (*V2ResetHostValidationInternalServerError) IsServerError ¶
func (o *V2ResetHostValidationInternalServerError) IsServerError() bool
IsServerError returns true when this v2 reset host validation internal server error response has a 5xx status code
func (*V2ResetHostValidationInternalServerError) IsSuccess ¶
func (o *V2ResetHostValidationInternalServerError) IsSuccess() bool
IsSuccess returns true when this v2 reset host validation internal server error response has a 2xx status code
func (*V2ResetHostValidationInternalServerError) String ¶
func (o *V2ResetHostValidationInternalServerError) String() string
type V2ResetHostValidationNotFound ¶
V2ResetHostValidationNotFound describes a response with status code 404, with default header values.
Error.
func NewV2ResetHostValidationNotFound ¶
func NewV2ResetHostValidationNotFound() *V2ResetHostValidationNotFound
NewV2ResetHostValidationNotFound creates a V2ResetHostValidationNotFound with default headers values
func (*V2ResetHostValidationNotFound) Error ¶
func (o *V2ResetHostValidationNotFound) Error() string
func (*V2ResetHostValidationNotFound) GetPayload ¶
func (o *V2ResetHostValidationNotFound) GetPayload() *models.Error
func (*V2ResetHostValidationNotFound) IsClientError ¶
func (o *V2ResetHostValidationNotFound) IsClientError() bool
IsClientError returns true when this v2 reset host validation not found response has a 4xx status code
func (*V2ResetHostValidationNotFound) IsCode ¶
func (o *V2ResetHostValidationNotFound) IsCode(code int) bool
IsCode returns true when this v2 reset host validation not found response a status code equal to that given
func (*V2ResetHostValidationNotFound) IsRedirect ¶
func (o *V2ResetHostValidationNotFound) IsRedirect() bool
IsRedirect returns true when this v2 reset host validation not found response has a 3xx status code
func (*V2ResetHostValidationNotFound) IsServerError ¶
func (o *V2ResetHostValidationNotFound) IsServerError() bool
IsServerError returns true when this v2 reset host validation not found response has a 5xx status code
func (*V2ResetHostValidationNotFound) IsSuccess ¶
func (o *V2ResetHostValidationNotFound) IsSuccess() bool
IsSuccess returns true when this v2 reset host validation not found response has a 2xx status code
func (*V2ResetHostValidationNotFound) String ¶
func (o *V2ResetHostValidationNotFound) String() string
type V2ResetHostValidationOK ¶
V2ResetHostValidationOK describes a response with status code 200, with default header values.
Success.
func NewV2ResetHostValidationOK ¶
func NewV2ResetHostValidationOK() *V2ResetHostValidationOK
NewV2ResetHostValidationOK creates a V2ResetHostValidationOK with default headers values
func (*V2ResetHostValidationOK) Error ¶
func (o *V2ResetHostValidationOK) Error() string
func (*V2ResetHostValidationOK) GetPayload ¶
func (o *V2ResetHostValidationOK) GetPayload() *models.Host
func (*V2ResetHostValidationOK) IsClientError ¶
func (o *V2ResetHostValidationOK) IsClientError() bool
IsClientError returns true when this v2 reset host validation o k response has a 4xx status code
func (*V2ResetHostValidationOK) IsCode ¶
func (o *V2ResetHostValidationOK) IsCode(code int) bool
IsCode returns true when this v2 reset host validation o k response a status code equal to that given
func (*V2ResetHostValidationOK) IsRedirect ¶
func (o *V2ResetHostValidationOK) IsRedirect() bool
IsRedirect returns true when this v2 reset host validation o k response has a 3xx status code
func (*V2ResetHostValidationOK) IsServerError ¶
func (o *V2ResetHostValidationOK) IsServerError() bool
IsServerError returns true when this v2 reset host validation o k response has a 5xx status code
func (*V2ResetHostValidationOK) IsSuccess ¶
func (o *V2ResetHostValidationOK) IsSuccess() bool
IsSuccess returns true when this v2 reset host validation o k response has a 2xx status code
func (*V2ResetHostValidationOK) String ¶
func (o *V2ResetHostValidationOK) String() string
type V2ResetHostValidationParams ¶
type V2ResetHostValidationParams struct { /* HostID. The host that its validation is being reset. Format: uuid */ HostID strfmt.UUID /* InfraEnvID. The infra-env of the host that its validation is being reset. Format: uuid */ InfraEnvID strfmt.UUID /* ValidationID. The id of the validation being reset. */ ValidationID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V2ResetHostValidationParams contains all the parameters to send to the API endpoint
for the v2 reset host validation operation. Typically these are written to a http.Request.
func NewV2ResetHostValidationParams ¶
func NewV2ResetHostValidationParams() *V2ResetHostValidationParams
NewV2ResetHostValidationParams creates a new V2ResetHostValidationParams 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 NewV2ResetHostValidationParamsWithContext ¶
func NewV2ResetHostValidationParamsWithContext(ctx context.Context) *V2ResetHostValidationParams
NewV2ResetHostValidationParamsWithContext creates a new V2ResetHostValidationParams object with the ability to set a context for a request.
func NewV2ResetHostValidationParamsWithHTTPClient ¶
func NewV2ResetHostValidationParamsWithHTTPClient(client *http.Client) *V2ResetHostValidationParams
NewV2ResetHostValidationParamsWithHTTPClient creates a new V2ResetHostValidationParams object with the ability to set a custom HTTPClient for a request.
func NewV2ResetHostValidationParamsWithTimeout ¶
func NewV2ResetHostValidationParamsWithTimeout(timeout time.Duration) *V2ResetHostValidationParams
NewV2ResetHostValidationParamsWithTimeout creates a new V2ResetHostValidationParams object with the ability to set a timeout on a request.
func (*V2ResetHostValidationParams) SetContext ¶
func (o *V2ResetHostValidationParams) SetContext(ctx context.Context)
SetContext adds the context to the v2 reset host validation params
func (*V2ResetHostValidationParams) SetDefaults ¶
func (o *V2ResetHostValidationParams) SetDefaults()
SetDefaults hydrates default values in the v2 reset host validation params (not the query body).
All values with no default are reset to their zero value.
func (*V2ResetHostValidationParams) SetHTTPClient ¶
func (o *V2ResetHostValidationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v2 reset host validation params
func (*V2ResetHostValidationParams) SetHostID ¶
func (o *V2ResetHostValidationParams) SetHostID(hostID strfmt.UUID)
SetHostID adds the hostId to the v2 reset host validation params
func (*V2ResetHostValidationParams) SetInfraEnvID ¶
func (o *V2ResetHostValidationParams) SetInfraEnvID(infraEnvID strfmt.UUID)
SetInfraEnvID adds the infraEnvId to the v2 reset host validation params
func (*V2ResetHostValidationParams) SetTimeout ¶
func (o *V2ResetHostValidationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v2 reset host validation params
func (*V2ResetHostValidationParams) SetValidationID ¶
func (o *V2ResetHostValidationParams) SetValidationID(validationID string)
SetValidationID adds the validationId to the v2 reset host validation params
func (*V2ResetHostValidationParams) WithContext ¶
func (o *V2ResetHostValidationParams) WithContext(ctx context.Context) *V2ResetHostValidationParams
WithContext adds the context to the v2 reset host validation params
func (*V2ResetHostValidationParams) WithDefaults ¶
func (o *V2ResetHostValidationParams) WithDefaults() *V2ResetHostValidationParams
WithDefaults hydrates default values in the v2 reset host validation params (not the query body).
All values with no default are reset to their zero value.
func (*V2ResetHostValidationParams) WithHTTPClient ¶
func (o *V2ResetHostValidationParams) WithHTTPClient(client *http.Client) *V2ResetHostValidationParams
WithHTTPClient adds the HTTPClient to the v2 reset host validation params
func (*V2ResetHostValidationParams) WithHostID ¶
func (o *V2ResetHostValidationParams) WithHostID(hostID strfmt.UUID) *V2ResetHostValidationParams
WithHostID adds the hostID to the v2 reset host validation params
func (*V2ResetHostValidationParams) WithInfraEnvID ¶
func (o *V2ResetHostValidationParams) WithInfraEnvID(infraEnvID strfmt.UUID) *V2ResetHostValidationParams
WithInfraEnvID adds the infraEnvID to the v2 reset host validation params
func (*V2ResetHostValidationParams) WithTimeout ¶
func (o *V2ResetHostValidationParams) WithTimeout(timeout time.Duration) *V2ResetHostValidationParams
WithTimeout adds the timeout to the v2 reset host validation params
func (*V2ResetHostValidationParams) WithValidationID ¶
func (o *V2ResetHostValidationParams) WithValidationID(validationID string) *V2ResetHostValidationParams
WithValidationID adds the validationID to the v2 reset host validation params
func (*V2ResetHostValidationParams) WriteToRequest ¶
func (o *V2ResetHostValidationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V2ResetHostValidationReader ¶
type V2ResetHostValidationReader struct {
// contains filtered or unexported fields
}
V2ResetHostValidationReader is a Reader for the V2ResetHostValidation structure.
func (*V2ResetHostValidationReader) ReadResponse ¶
func (o *V2ResetHostValidationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V2ResetHostValidationUnauthorized ¶
type V2ResetHostValidationUnauthorized struct {
}V2ResetHostValidationUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewV2ResetHostValidationUnauthorized ¶
func NewV2ResetHostValidationUnauthorized() *V2ResetHostValidationUnauthorized
NewV2ResetHostValidationUnauthorized creates a V2ResetHostValidationUnauthorized with default headers values
func (*V2ResetHostValidationUnauthorized) Error ¶
func (o *V2ResetHostValidationUnauthorized) Error() string
func (*V2ResetHostValidationUnauthorized) GetPayload ¶
func (o *V2ResetHostValidationUnauthorized) GetPayload() *models.InfraError
func (*V2ResetHostValidationUnauthorized) IsClientError ¶
func (o *V2ResetHostValidationUnauthorized) IsClientError() bool
IsClientError returns true when this v2 reset host validation unauthorized response has a 4xx status code
func (*V2ResetHostValidationUnauthorized) IsCode ¶
func (o *V2ResetHostValidationUnauthorized) IsCode(code int) bool
IsCode returns true when this v2 reset host validation unauthorized response a status code equal to that given
func (*V2ResetHostValidationUnauthorized) IsRedirect ¶
func (o *V2ResetHostValidationUnauthorized) IsRedirect() bool
IsRedirect returns true when this v2 reset host validation unauthorized response has a 3xx status code
func (*V2ResetHostValidationUnauthorized) IsServerError ¶
func (o *V2ResetHostValidationUnauthorized) IsServerError() bool
IsServerError returns true when this v2 reset host validation unauthorized response has a 5xx status code
func (*V2ResetHostValidationUnauthorized) IsSuccess ¶
func (o *V2ResetHostValidationUnauthorized) IsSuccess() bool
IsSuccess returns true when this v2 reset host validation unauthorized response has a 2xx status code
func (*V2ResetHostValidationUnauthorized) String ¶
func (o *V2ResetHostValidationUnauthorized) String() string
type V2SetIgnoredValidationsBadRequest ¶
V2SetIgnoredValidationsBadRequest describes a response with status code 400, with default header values.
Error.
func NewV2SetIgnoredValidationsBadRequest ¶
func NewV2SetIgnoredValidationsBadRequest() *V2SetIgnoredValidationsBadRequest
NewV2SetIgnoredValidationsBadRequest creates a V2SetIgnoredValidationsBadRequest with default headers values
func (*V2SetIgnoredValidationsBadRequest) Error ¶
func (o *V2SetIgnoredValidationsBadRequest) Error() string
func (*V2SetIgnoredValidationsBadRequest) GetPayload ¶
func (o *V2SetIgnoredValidationsBadRequest) GetPayload() *models.Error
func (*V2SetIgnoredValidationsBadRequest) IsClientError ¶
func (o *V2SetIgnoredValidationsBadRequest) IsClientError() bool
IsClientError returns true when this v2 set ignored validations bad request response has a 4xx status code
func (*V2SetIgnoredValidationsBadRequest) IsCode ¶
func (o *V2SetIgnoredValidationsBadRequest) IsCode(code int) bool
IsCode returns true when this v2 set ignored validations bad request response a status code equal to that given
func (*V2SetIgnoredValidationsBadRequest) IsRedirect ¶
func (o *V2SetIgnoredValidationsBadRequest) IsRedirect() bool
IsRedirect returns true when this v2 set ignored validations bad request response has a 3xx status code
func (*V2SetIgnoredValidationsBadRequest) IsServerError ¶
func (o *V2SetIgnoredValidationsBadRequest) IsServerError() bool
IsServerError returns true when this v2 set ignored validations bad request response has a 5xx status code
func (*V2SetIgnoredValidationsBadRequest) IsSuccess ¶
func (o *V2SetIgnoredValidationsBadRequest) IsSuccess() bool
IsSuccess returns true when this v2 set ignored validations bad request response has a 2xx status code
func (*V2SetIgnoredValidationsBadRequest) String ¶
func (o *V2SetIgnoredValidationsBadRequest) String() string
type V2SetIgnoredValidationsCreated ¶
type V2SetIgnoredValidationsCreated struct {
Payload *models.IgnoredValidations
}
V2SetIgnoredValidationsCreated describes a response with status code 201, with default header values.
Success.
func NewV2SetIgnoredValidationsCreated ¶
func NewV2SetIgnoredValidationsCreated() *V2SetIgnoredValidationsCreated
NewV2SetIgnoredValidationsCreated creates a V2SetIgnoredValidationsCreated with default headers values
func (*V2SetIgnoredValidationsCreated) Error ¶
func (o *V2SetIgnoredValidationsCreated) Error() string
func (*V2SetIgnoredValidationsCreated) GetPayload ¶
func (o *V2SetIgnoredValidationsCreated) GetPayload() *models.IgnoredValidations
func (*V2SetIgnoredValidationsCreated) IsClientError ¶
func (o *V2SetIgnoredValidationsCreated) IsClientError() bool
IsClientError returns true when this v2 set ignored validations created response has a 4xx status code
func (*V2SetIgnoredValidationsCreated) IsCode ¶
func (o *V2SetIgnoredValidationsCreated) IsCode(code int) bool
IsCode returns true when this v2 set ignored validations created response a status code equal to that given
func (*V2SetIgnoredValidationsCreated) IsRedirect ¶
func (o *V2SetIgnoredValidationsCreated) IsRedirect() bool
IsRedirect returns true when this v2 set ignored validations created response has a 3xx status code
func (*V2SetIgnoredValidationsCreated) IsServerError ¶
func (o *V2SetIgnoredValidationsCreated) IsServerError() bool
IsServerError returns true when this v2 set ignored validations created response has a 5xx status code
func (*V2SetIgnoredValidationsCreated) IsSuccess ¶
func (o *V2SetIgnoredValidationsCreated) IsSuccess() bool
IsSuccess returns true when this v2 set ignored validations created response has a 2xx status code
func (*V2SetIgnoredValidationsCreated) String ¶
func (o *V2SetIgnoredValidationsCreated) String() string
type V2SetIgnoredValidationsForbidden ¶
type V2SetIgnoredValidationsForbidden struct {
Payload *models.InfraError
}
V2SetIgnoredValidationsForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewV2SetIgnoredValidationsForbidden ¶
func NewV2SetIgnoredValidationsForbidden() *V2SetIgnoredValidationsForbidden
NewV2SetIgnoredValidationsForbidden creates a V2SetIgnoredValidationsForbidden with default headers values
func (*V2SetIgnoredValidationsForbidden) Error ¶
func (o *V2SetIgnoredValidationsForbidden) Error() string
func (*V2SetIgnoredValidationsForbidden) GetPayload ¶
func (o *V2SetIgnoredValidationsForbidden) GetPayload() *models.InfraError
func (*V2SetIgnoredValidationsForbidden) IsClientError ¶
func (o *V2SetIgnoredValidationsForbidden) IsClientError() bool
IsClientError returns true when this v2 set ignored validations forbidden response has a 4xx status code
func (*V2SetIgnoredValidationsForbidden) IsCode ¶
func (o *V2SetIgnoredValidationsForbidden) IsCode(code int) bool
IsCode returns true when this v2 set ignored validations forbidden response a status code equal to that given
func (*V2SetIgnoredValidationsForbidden) IsRedirect ¶
func (o *V2SetIgnoredValidationsForbidden) IsRedirect() bool
IsRedirect returns true when this v2 set ignored validations forbidden response has a 3xx status code
func (*V2SetIgnoredValidationsForbidden) IsServerError ¶
func (o *V2SetIgnoredValidationsForbidden) IsServerError() bool
IsServerError returns true when this v2 set ignored validations forbidden response has a 5xx status code
func (*V2SetIgnoredValidationsForbidden) IsSuccess ¶
func (o *V2SetIgnoredValidationsForbidden) IsSuccess() bool
IsSuccess returns true when this v2 set ignored validations forbidden response has a 2xx status code
func (*V2SetIgnoredValidationsForbidden) String ¶
func (o *V2SetIgnoredValidationsForbidden) String() string
type V2SetIgnoredValidationsInternalServerError ¶
V2SetIgnoredValidationsInternalServerError describes a response with status code 500, with default header values.
Error.
func NewV2SetIgnoredValidationsInternalServerError ¶
func NewV2SetIgnoredValidationsInternalServerError() *V2SetIgnoredValidationsInternalServerError
NewV2SetIgnoredValidationsInternalServerError creates a V2SetIgnoredValidationsInternalServerError with default headers values
func (*V2SetIgnoredValidationsInternalServerError) Error ¶
func (o *V2SetIgnoredValidationsInternalServerError) Error() string
func (*V2SetIgnoredValidationsInternalServerError) GetPayload ¶
func (o *V2SetIgnoredValidationsInternalServerError) GetPayload() *models.Error
func (*V2SetIgnoredValidationsInternalServerError) IsClientError ¶
func (o *V2SetIgnoredValidationsInternalServerError) IsClientError() bool
IsClientError returns true when this v2 set ignored validations internal server error response has a 4xx status code
func (*V2SetIgnoredValidationsInternalServerError) IsCode ¶
func (o *V2SetIgnoredValidationsInternalServerError) IsCode(code int) bool
IsCode returns true when this v2 set ignored validations internal server error response a status code equal to that given
func (*V2SetIgnoredValidationsInternalServerError) IsRedirect ¶
func (o *V2SetIgnoredValidationsInternalServerError) IsRedirect() bool
IsRedirect returns true when this v2 set ignored validations internal server error response has a 3xx status code
func (*V2SetIgnoredValidationsInternalServerError) IsServerError ¶
func (o *V2SetIgnoredValidationsInternalServerError) IsServerError() bool
IsServerError returns true when this v2 set ignored validations internal server error response has a 5xx status code
func (*V2SetIgnoredValidationsInternalServerError) IsSuccess ¶
func (o *V2SetIgnoredValidationsInternalServerError) IsSuccess() bool
IsSuccess returns true when this v2 set ignored validations internal server error response has a 2xx status code
func (*V2SetIgnoredValidationsInternalServerError) String ¶
func (o *V2SetIgnoredValidationsInternalServerError) String() string
type V2SetIgnoredValidationsNotFound ¶
V2SetIgnoredValidationsNotFound describes a response with status code 404, with default header values.
Error.
func NewV2SetIgnoredValidationsNotFound ¶
func NewV2SetIgnoredValidationsNotFound() *V2SetIgnoredValidationsNotFound
NewV2SetIgnoredValidationsNotFound creates a V2SetIgnoredValidationsNotFound with default headers values
func (*V2SetIgnoredValidationsNotFound) Error ¶
func (o *V2SetIgnoredValidationsNotFound) Error() string
func (*V2SetIgnoredValidationsNotFound) GetPayload ¶
func (o *V2SetIgnoredValidationsNotFound) GetPayload() *models.Error
func (*V2SetIgnoredValidationsNotFound) IsClientError ¶
func (o *V2SetIgnoredValidationsNotFound) IsClientError() bool
IsClientError returns true when this v2 set ignored validations not found response has a 4xx status code
func (*V2SetIgnoredValidationsNotFound) IsCode ¶
func (o *V2SetIgnoredValidationsNotFound) IsCode(code int) bool
IsCode returns true when this v2 set ignored validations not found response a status code equal to that given
func (*V2SetIgnoredValidationsNotFound) IsRedirect ¶
func (o *V2SetIgnoredValidationsNotFound) IsRedirect() bool
IsRedirect returns true when this v2 set ignored validations not found response has a 3xx status code
func (*V2SetIgnoredValidationsNotFound) IsServerError ¶
func (o *V2SetIgnoredValidationsNotFound) IsServerError() bool
IsServerError returns true when this v2 set ignored validations not found response has a 5xx status code
func (*V2SetIgnoredValidationsNotFound) IsSuccess ¶
func (o *V2SetIgnoredValidationsNotFound) IsSuccess() bool
IsSuccess returns true when this v2 set ignored validations not found response has a 2xx status code
func (*V2SetIgnoredValidationsNotFound) String ¶
func (o *V2SetIgnoredValidationsNotFound) String() string
type V2SetIgnoredValidationsParams ¶
type V2SetIgnoredValidationsParams struct { /* ClusterID. The cluster whose failing validations should be ignored according to this list. Format: uuid */ ClusterID strfmt.UUID /* IgnoredValidations. The validations to be ignored. */ IgnoredValidations *models.IgnoredValidations Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V2SetIgnoredValidationsParams contains all the parameters to send to the API endpoint
for the v2 set ignored validations operation. Typically these are written to a http.Request.
func NewV2SetIgnoredValidationsParams ¶
func NewV2SetIgnoredValidationsParams() *V2SetIgnoredValidationsParams
NewV2SetIgnoredValidationsParams creates a new V2SetIgnoredValidationsParams 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 NewV2SetIgnoredValidationsParamsWithContext ¶
func NewV2SetIgnoredValidationsParamsWithContext(ctx context.Context) *V2SetIgnoredValidationsParams
NewV2SetIgnoredValidationsParamsWithContext creates a new V2SetIgnoredValidationsParams object with the ability to set a context for a request.
func NewV2SetIgnoredValidationsParamsWithHTTPClient ¶
func NewV2SetIgnoredValidationsParamsWithHTTPClient(client *http.Client) *V2SetIgnoredValidationsParams
NewV2SetIgnoredValidationsParamsWithHTTPClient creates a new V2SetIgnoredValidationsParams object with the ability to set a custom HTTPClient for a request.
func NewV2SetIgnoredValidationsParamsWithTimeout ¶
func NewV2SetIgnoredValidationsParamsWithTimeout(timeout time.Duration) *V2SetIgnoredValidationsParams
NewV2SetIgnoredValidationsParamsWithTimeout creates a new V2SetIgnoredValidationsParams object with the ability to set a timeout on a request.
func (*V2SetIgnoredValidationsParams) SetClusterID ¶
func (o *V2SetIgnoredValidationsParams) SetClusterID(clusterID strfmt.UUID)
SetClusterID adds the clusterId to the v2 set ignored validations params
func (*V2SetIgnoredValidationsParams) SetContext ¶
func (o *V2SetIgnoredValidationsParams) SetContext(ctx context.Context)
SetContext adds the context to the v2 set ignored validations params
func (*V2SetIgnoredValidationsParams) SetDefaults ¶
func (o *V2SetIgnoredValidationsParams) SetDefaults()
SetDefaults hydrates default values in the v2 set ignored validations params (not the query body).
All values with no default are reset to their zero value.
func (*V2SetIgnoredValidationsParams) SetHTTPClient ¶
func (o *V2SetIgnoredValidationsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v2 set ignored validations params
func (*V2SetIgnoredValidationsParams) SetIgnoredValidations ¶
func (o *V2SetIgnoredValidationsParams) SetIgnoredValidations(ignoredValidations *models.IgnoredValidations)
SetIgnoredValidations adds the ignoredValidations to the v2 set ignored validations params
func (*V2SetIgnoredValidationsParams) SetTimeout ¶
func (o *V2SetIgnoredValidationsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v2 set ignored validations params
func (*V2SetIgnoredValidationsParams) WithClusterID ¶
func (o *V2SetIgnoredValidationsParams) WithClusterID(clusterID strfmt.UUID) *V2SetIgnoredValidationsParams
WithClusterID adds the clusterID to the v2 set ignored validations params
func (*V2SetIgnoredValidationsParams) WithContext ¶
func (o *V2SetIgnoredValidationsParams) WithContext(ctx context.Context) *V2SetIgnoredValidationsParams
WithContext adds the context to the v2 set ignored validations params
func (*V2SetIgnoredValidationsParams) WithDefaults ¶
func (o *V2SetIgnoredValidationsParams) WithDefaults() *V2SetIgnoredValidationsParams
WithDefaults hydrates default values in the v2 set ignored validations params (not the query body).
All values with no default are reset to their zero value.
func (*V2SetIgnoredValidationsParams) WithHTTPClient ¶
func (o *V2SetIgnoredValidationsParams) WithHTTPClient(client *http.Client) *V2SetIgnoredValidationsParams
WithHTTPClient adds the HTTPClient to the v2 set ignored validations params
func (*V2SetIgnoredValidationsParams) WithIgnoredValidations ¶
func (o *V2SetIgnoredValidationsParams) WithIgnoredValidations(ignoredValidations *models.IgnoredValidations) *V2SetIgnoredValidationsParams
WithIgnoredValidations adds the ignoredValidations to the v2 set ignored validations params
func (*V2SetIgnoredValidationsParams) WithTimeout ¶
func (o *V2SetIgnoredValidationsParams) WithTimeout(timeout time.Duration) *V2SetIgnoredValidationsParams
WithTimeout adds the timeout to the v2 set ignored validations params
func (*V2SetIgnoredValidationsParams) WriteToRequest ¶
func (o *V2SetIgnoredValidationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V2SetIgnoredValidationsReader ¶
type V2SetIgnoredValidationsReader struct {
// contains filtered or unexported fields
}
V2SetIgnoredValidationsReader is a Reader for the V2SetIgnoredValidations structure.
func (*V2SetIgnoredValidationsReader) ReadResponse ¶
func (o *V2SetIgnoredValidationsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V2SetIgnoredValidationsUnauthorized ¶
type V2SetIgnoredValidationsUnauthorized struct {
}V2SetIgnoredValidationsUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewV2SetIgnoredValidationsUnauthorized ¶
func NewV2SetIgnoredValidationsUnauthorized() *V2SetIgnoredValidationsUnauthorized
NewV2SetIgnoredValidationsUnauthorized creates a V2SetIgnoredValidationsUnauthorized with default headers values
func (*V2SetIgnoredValidationsUnauthorized) Error ¶
func (o *V2SetIgnoredValidationsUnauthorized) Error() string
func (*V2SetIgnoredValidationsUnauthorized) GetPayload ¶
func (o *V2SetIgnoredValidationsUnauthorized) GetPayload() *models.InfraError
func (*V2SetIgnoredValidationsUnauthorized) IsClientError ¶
func (o *V2SetIgnoredValidationsUnauthorized) IsClientError() bool
IsClientError returns true when this v2 set ignored validations unauthorized response has a 4xx status code
func (*V2SetIgnoredValidationsUnauthorized) IsCode ¶
func (o *V2SetIgnoredValidationsUnauthorized) IsCode(code int) bool
IsCode returns true when this v2 set ignored validations unauthorized response a status code equal to that given
func (*V2SetIgnoredValidationsUnauthorized) IsRedirect ¶
func (o *V2SetIgnoredValidationsUnauthorized) IsRedirect() bool
IsRedirect returns true when this v2 set ignored validations unauthorized response has a 3xx status code
func (*V2SetIgnoredValidationsUnauthorized) IsServerError ¶
func (o *V2SetIgnoredValidationsUnauthorized) IsServerError() bool
IsServerError returns true when this v2 set ignored validations unauthorized response has a 5xx status code
func (*V2SetIgnoredValidationsUnauthorized) IsSuccess ¶
func (o *V2SetIgnoredValidationsUnauthorized) IsSuccess() bool
IsSuccess returns true when this v2 set ignored validations unauthorized response has a 2xx status code
func (*V2SetIgnoredValidationsUnauthorized) String ¶
func (o *V2SetIgnoredValidationsUnauthorized) String() string
type V2UpdateClusterBadRequest ¶
V2UpdateClusterBadRequest describes a response with status code 400, with default header values.
Error.
func NewV2UpdateClusterBadRequest ¶
func NewV2UpdateClusterBadRequest() *V2UpdateClusterBadRequest
NewV2UpdateClusterBadRequest creates a V2UpdateClusterBadRequest with default headers values
func (*V2UpdateClusterBadRequest) Error ¶
func (o *V2UpdateClusterBadRequest) Error() string
func (*V2UpdateClusterBadRequest) GetPayload ¶
func (o *V2UpdateClusterBadRequest) GetPayload() *models.Error
func (*V2UpdateClusterBadRequest) IsClientError ¶
func (o *V2UpdateClusterBadRequest) IsClientError() bool
IsClientError returns true when this v2 update cluster bad request response has a 4xx status code
func (*V2UpdateClusterBadRequest) IsCode ¶
func (o *V2UpdateClusterBadRequest) IsCode(code int) bool
IsCode returns true when this v2 update cluster bad request response a status code equal to that given
func (*V2UpdateClusterBadRequest) IsRedirect ¶
func (o *V2UpdateClusterBadRequest) IsRedirect() bool
IsRedirect returns true when this v2 update cluster bad request response has a 3xx status code
func (*V2UpdateClusterBadRequest) IsServerError ¶
func (o *V2UpdateClusterBadRequest) IsServerError() bool
IsServerError returns true when this v2 update cluster bad request response has a 5xx status code
func (*V2UpdateClusterBadRequest) IsSuccess ¶
func (o *V2UpdateClusterBadRequest) IsSuccess() bool
IsSuccess returns true when this v2 update cluster bad request response has a 2xx status code
func (*V2UpdateClusterBadRequest) String ¶
func (o *V2UpdateClusterBadRequest) String() string
type V2UpdateClusterConflict ¶
V2UpdateClusterConflict describes a response with status code 409, with default header values.
Error.
func NewV2UpdateClusterConflict ¶
func NewV2UpdateClusterConflict() *V2UpdateClusterConflict
NewV2UpdateClusterConflict creates a V2UpdateClusterConflict with default headers values
func (*V2UpdateClusterConflict) Error ¶
func (o *V2UpdateClusterConflict) Error() string
func (*V2UpdateClusterConflict) GetPayload ¶
func (o *V2UpdateClusterConflict) GetPayload() *models.Error
func (*V2UpdateClusterConflict) IsClientError ¶
func (o *V2UpdateClusterConflict) IsClientError() bool
IsClientError returns true when this v2 update cluster conflict response has a 4xx status code
func (*V2UpdateClusterConflict) IsCode ¶
func (o *V2UpdateClusterConflict) IsCode(code int) bool
IsCode returns true when this v2 update cluster conflict response a status code equal to that given
func (*V2UpdateClusterConflict) IsRedirect ¶
func (o *V2UpdateClusterConflict) IsRedirect() bool
IsRedirect returns true when this v2 update cluster conflict response has a 3xx status code
func (*V2UpdateClusterConflict) IsServerError ¶
func (o *V2UpdateClusterConflict) IsServerError() bool
IsServerError returns true when this v2 update cluster conflict response has a 5xx status code
func (*V2UpdateClusterConflict) IsSuccess ¶
func (o *V2UpdateClusterConflict) IsSuccess() bool
IsSuccess returns true when this v2 update cluster conflict response has a 2xx status code
func (*V2UpdateClusterConflict) String ¶
func (o *V2UpdateClusterConflict) String() string
type V2UpdateClusterCreated ¶
V2UpdateClusterCreated describes a response with status code 201, with default header values.
Success.
func NewV2UpdateClusterCreated ¶
func NewV2UpdateClusterCreated() *V2UpdateClusterCreated
NewV2UpdateClusterCreated creates a V2UpdateClusterCreated with default headers values
func (*V2UpdateClusterCreated) Error ¶
func (o *V2UpdateClusterCreated) Error() string
func (*V2UpdateClusterCreated) GetPayload ¶
func (o *V2UpdateClusterCreated) GetPayload() *models.Cluster
func (*V2UpdateClusterCreated) IsClientError ¶
func (o *V2UpdateClusterCreated) IsClientError() bool
IsClientError returns true when this v2 update cluster created response has a 4xx status code
func (*V2UpdateClusterCreated) IsCode ¶
func (o *V2UpdateClusterCreated) IsCode(code int) bool
IsCode returns true when this v2 update cluster created response a status code equal to that given
func (*V2UpdateClusterCreated) IsRedirect ¶
func (o *V2UpdateClusterCreated) IsRedirect() bool
IsRedirect returns true when this v2 update cluster created response has a 3xx status code
func (*V2UpdateClusterCreated) IsServerError ¶
func (o *V2UpdateClusterCreated) IsServerError() bool
IsServerError returns true when this v2 update cluster created response has a 5xx status code
func (*V2UpdateClusterCreated) IsSuccess ¶
func (o *V2UpdateClusterCreated) IsSuccess() bool
IsSuccess returns true when this v2 update cluster created response has a 2xx status code
func (*V2UpdateClusterCreated) String ¶
func (o *V2UpdateClusterCreated) String() string
type V2UpdateClusterFinalizingProgressForbidden ¶
type V2UpdateClusterFinalizingProgressForbidden struct {
Payload *models.InfraError
}
V2UpdateClusterFinalizingProgressForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewV2UpdateClusterFinalizingProgressForbidden ¶
func NewV2UpdateClusterFinalizingProgressForbidden() *V2UpdateClusterFinalizingProgressForbidden
NewV2UpdateClusterFinalizingProgressForbidden creates a V2UpdateClusterFinalizingProgressForbidden with default headers values
func (*V2UpdateClusterFinalizingProgressForbidden) Error ¶
func (o *V2UpdateClusterFinalizingProgressForbidden) Error() string
func (*V2UpdateClusterFinalizingProgressForbidden) GetPayload ¶
func (o *V2UpdateClusterFinalizingProgressForbidden) GetPayload() *models.InfraError
func (*V2UpdateClusterFinalizingProgressForbidden) IsClientError ¶
func (o *V2UpdateClusterFinalizingProgressForbidden) IsClientError() bool
IsClientError returns true when this v2 update cluster finalizing progress forbidden response has a 4xx status code
func (*V2UpdateClusterFinalizingProgressForbidden) IsCode ¶
func (o *V2UpdateClusterFinalizingProgressForbidden) IsCode(code int) bool
IsCode returns true when this v2 update cluster finalizing progress forbidden response a status code equal to that given
func (*V2UpdateClusterFinalizingProgressForbidden) IsRedirect ¶
func (o *V2UpdateClusterFinalizingProgressForbidden) IsRedirect() bool
IsRedirect returns true when this v2 update cluster finalizing progress forbidden response has a 3xx status code
func (*V2UpdateClusterFinalizingProgressForbidden) IsServerError ¶
func (o *V2UpdateClusterFinalizingProgressForbidden) IsServerError() bool
IsServerError returns true when this v2 update cluster finalizing progress forbidden response has a 5xx status code
func (*V2UpdateClusterFinalizingProgressForbidden) IsSuccess ¶
func (o *V2UpdateClusterFinalizingProgressForbidden) IsSuccess() bool
IsSuccess returns true when this v2 update cluster finalizing progress forbidden response has a 2xx status code
func (*V2UpdateClusterFinalizingProgressForbidden) String ¶
func (o *V2UpdateClusterFinalizingProgressForbidden) String() string
type V2UpdateClusterFinalizingProgressInternalServerError ¶
V2UpdateClusterFinalizingProgressInternalServerError describes a response with status code 500, with default header values.
Error.
func NewV2UpdateClusterFinalizingProgressInternalServerError ¶
func NewV2UpdateClusterFinalizingProgressInternalServerError() *V2UpdateClusterFinalizingProgressInternalServerError
NewV2UpdateClusterFinalizingProgressInternalServerError creates a V2UpdateClusterFinalizingProgressInternalServerError with default headers values
func (*V2UpdateClusterFinalizingProgressInternalServerError) Error ¶
func (o *V2UpdateClusterFinalizingProgressInternalServerError) Error() string
func (*V2UpdateClusterFinalizingProgressInternalServerError) GetPayload ¶
func (o *V2UpdateClusterFinalizingProgressInternalServerError) GetPayload() *models.Error
func (*V2UpdateClusterFinalizingProgressInternalServerError) IsClientError ¶
func (o *V2UpdateClusterFinalizingProgressInternalServerError) IsClientError() bool
IsClientError returns true when this v2 update cluster finalizing progress internal server error response has a 4xx status code
func (*V2UpdateClusterFinalizingProgressInternalServerError) IsCode ¶
func (o *V2UpdateClusterFinalizingProgressInternalServerError) IsCode(code int) bool
IsCode returns true when this v2 update cluster finalizing progress internal server error response a status code equal to that given
func (*V2UpdateClusterFinalizingProgressInternalServerError) IsRedirect ¶
func (o *V2UpdateClusterFinalizingProgressInternalServerError) IsRedirect() bool
IsRedirect returns true when this v2 update cluster finalizing progress internal server error response has a 3xx status code
func (*V2UpdateClusterFinalizingProgressInternalServerError) IsServerError ¶
func (o *V2UpdateClusterFinalizingProgressInternalServerError) IsServerError() bool
IsServerError returns true when this v2 update cluster finalizing progress internal server error response has a 5xx status code
func (*V2UpdateClusterFinalizingProgressInternalServerError) IsSuccess ¶
func (o *V2UpdateClusterFinalizingProgressInternalServerError) IsSuccess() bool
IsSuccess returns true when this v2 update cluster finalizing progress internal server error response has a 2xx status code
func (*V2UpdateClusterFinalizingProgressInternalServerError) String ¶
func (o *V2UpdateClusterFinalizingProgressInternalServerError) String() string
type V2UpdateClusterFinalizingProgressMethodNotAllowed ¶
V2UpdateClusterFinalizingProgressMethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewV2UpdateClusterFinalizingProgressMethodNotAllowed ¶
func NewV2UpdateClusterFinalizingProgressMethodNotAllowed() *V2UpdateClusterFinalizingProgressMethodNotAllowed
NewV2UpdateClusterFinalizingProgressMethodNotAllowed creates a V2UpdateClusterFinalizingProgressMethodNotAllowed with default headers values
func (*V2UpdateClusterFinalizingProgressMethodNotAllowed) Error ¶
func (o *V2UpdateClusterFinalizingProgressMethodNotAllowed) Error() string
func (*V2UpdateClusterFinalizingProgressMethodNotAllowed) GetPayload ¶
func (o *V2UpdateClusterFinalizingProgressMethodNotAllowed) GetPayload() *models.Error
func (*V2UpdateClusterFinalizingProgressMethodNotAllowed) IsClientError ¶
func (o *V2UpdateClusterFinalizingProgressMethodNotAllowed) IsClientError() bool
IsClientError returns true when this v2 update cluster finalizing progress method not allowed response has a 4xx status code
func (*V2UpdateClusterFinalizingProgressMethodNotAllowed) IsCode ¶
func (o *V2UpdateClusterFinalizingProgressMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this v2 update cluster finalizing progress method not allowed response a status code equal to that given
func (*V2UpdateClusterFinalizingProgressMethodNotAllowed) IsRedirect ¶
func (o *V2UpdateClusterFinalizingProgressMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this v2 update cluster finalizing progress method not allowed response has a 3xx status code
func (*V2UpdateClusterFinalizingProgressMethodNotAllowed) IsServerError ¶
func (o *V2UpdateClusterFinalizingProgressMethodNotAllowed) IsServerError() bool
IsServerError returns true when this v2 update cluster finalizing progress method not allowed response has a 5xx status code
func (*V2UpdateClusterFinalizingProgressMethodNotAllowed) IsSuccess ¶
func (o *V2UpdateClusterFinalizingProgressMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this v2 update cluster finalizing progress method not allowed response has a 2xx status code
func (*V2UpdateClusterFinalizingProgressMethodNotAllowed) String ¶
func (o *V2UpdateClusterFinalizingProgressMethodNotAllowed) String() string
type V2UpdateClusterFinalizingProgressNotFound ¶
V2UpdateClusterFinalizingProgressNotFound describes a response with status code 404, with default header values.
Error.
func NewV2UpdateClusterFinalizingProgressNotFound ¶
func NewV2UpdateClusterFinalizingProgressNotFound() *V2UpdateClusterFinalizingProgressNotFound
NewV2UpdateClusterFinalizingProgressNotFound creates a V2UpdateClusterFinalizingProgressNotFound with default headers values
func (*V2UpdateClusterFinalizingProgressNotFound) Error ¶
func (o *V2UpdateClusterFinalizingProgressNotFound) Error() string
func (*V2UpdateClusterFinalizingProgressNotFound) GetPayload ¶
func (o *V2UpdateClusterFinalizingProgressNotFound) GetPayload() *models.Error
func (*V2UpdateClusterFinalizingProgressNotFound) IsClientError ¶
func (o *V2UpdateClusterFinalizingProgressNotFound) IsClientError() bool
IsClientError returns true when this v2 update cluster finalizing progress not found response has a 4xx status code
func (*V2UpdateClusterFinalizingProgressNotFound) IsCode ¶
func (o *V2UpdateClusterFinalizingProgressNotFound) IsCode(code int) bool
IsCode returns true when this v2 update cluster finalizing progress not found response a status code equal to that given
func (*V2UpdateClusterFinalizingProgressNotFound) IsRedirect ¶
func (o *V2UpdateClusterFinalizingProgressNotFound) IsRedirect() bool
IsRedirect returns true when this v2 update cluster finalizing progress not found response has a 3xx status code
func (*V2UpdateClusterFinalizingProgressNotFound) IsServerError ¶
func (o *V2UpdateClusterFinalizingProgressNotFound) IsServerError() bool
IsServerError returns true when this v2 update cluster finalizing progress not found response has a 5xx status code
func (*V2UpdateClusterFinalizingProgressNotFound) IsSuccess ¶
func (o *V2UpdateClusterFinalizingProgressNotFound) IsSuccess() bool
IsSuccess returns true when this v2 update cluster finalizing progress not found response has a 2xx status code
func (*V2UpdateClusterFinalizingProgressNotFound) String ¶
func (o *V2UpdateClusterFinalizingProgressNotFound) String() string
type V2UpdateClusterFinalizingProgressOK ¶
type V2UpdateClusterFinalizingProgressOK struct { }
V2UpdateClusterFinalizingProgressOK describes a response with status code 200, with default header values.
Update install progress.
func NewV2UpdateClusterFinalizingProgressOK ¶
func NewV2UpdateClusterFinalizingProgressOK() *V2UpdateClusterFinalizingProgressOK
NewV2UpdateClusterFinalizingProgressOK creates a V2UpdateClusterFinalizingProgressOK with default headers values
func (*V2UpdateClusterFinalizingProgressOK) Error ¶
func (o *V2UpdateClusterFinalizingProgressOK) Error() string
func (*V2UpdateClusterFinalizingProgressOK) IsClientError ¶
func (o *V2UpdateClusterFinalizingProgressOK) IsClientError() bool
IsClientError returns true when this v2 update cluster finalizing progress o k response has a 4xx status code
func (*V2UpdateClusterFinalizingProgressOK) IsCode ¶
func (o *V2UpdateClusterFinalizingProgressOK) IsCode(code int) bool
IsCode returns true when this v2 update cluster finalizing progress o k response a status code equal to that given
func (*V2UpdateClusterFinalizingProgressOK) IsRedirect ¶
func (o *V2UpdateClusterFinalizingProgressOK) IsRedirect() bool
IsRedirect returns true when this v2 update cluster finalizing progress o k response has a 3xx status code
func (*V2UpdateClusterFinalizingProgressOK) IsServerError ¶
func (o *V2UpdateClusterFinalizingProgressOK) IsServerError() bool
IsServerError returns true when this v2 update cluster finalizing progress o k response has a 5xx status code
func (*V2UpdateClusterFinalizingProgressOK) IsSuccess ¶
func (o *V2UpdateClusterFinalizingProgressOK) IsSuccess() bool
IsSuccess returns true when this v2 update cluster finalizing progress o k response has a 2xx status code
func (*V2UpdateClusterFinalizingProgressOK) String ¶
func (o *V2UpdateClusterFinalizingProgressOK) String() string
type V2UpdateClusterFinalizingProgressParams ¶
type V2UpdateClusterFinalizingProgressParams struct { /* ClusterID. The cluster being updated. Format: uuid */ ClusterID strfmt.UUID /* FinalizingProgress. New progress value. */ FinalizingProgress *models.ClusterFinalizingProgress Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V2UpdateClusterFinalizingProgressParams contains all the parameters to send to the API endpoint
for the v2 update cluster finalizing progress operation. Typically these are written to a http.Request.
func NewV2UpdateClusterFinalizingProgressParams ¶
func NewV2UpdateClusterFinalizingProgressParams() *V2UpdateClusterFinalizingProgressParams
NewV2UpdateClusterFinalizingProgressParams creates a new V2UpdateClusterFinalizingProgressParams 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 NewV2UpdateClusterFinalizingProgressParamsWithContext ¶
func NewV2UpdateClusterFinalizingProgressParamsWithContext(ctx context.Context) *V2UpdateClusterFinalizingProgressParams
NewV2UpdateClusterFinalizingProgressParamsWithContext creates a new V2UpdateClusterFinalizingProgressParams object with the ability to set a context for a request.
func NewV2UpdateClusterFinalizingProgressParamsWithHTTPClient ¶
func NewV2UpdateClusterFinalizingProgressParamsWithHTTPClient(client *http.Client) *V2UpdateClusterFinalizingProgressParams
NewV2UpdateClusterFinalizingProgressParamsWithHTTPClient creates a new V2UpdateClusterFinalizingProgressParams object with the ability to set a custom HTTPClient for a request.
func NewV2UpdateClusterFinalizingProgressParamsWithTimeout ¶
func NewV2UpdateClusterFinalizingProgressParamsWithTimeout(timeout time.Duration) *V2UpdateClusterFinalizingProgressParams
NewV2UpdateClusterFinalizingProgressParamsWithTimeout creates a new V2UpdateClusterFinalizingProgressParams object with the ability to set a timeout on a request.
func (*V2UpdateClusterFinalizingProgressParams) SetClusterID ¶
func (o *V2UpdateClusterFinalizingProgressParams) SetClusterID(clusterID strfmt.UUID)
SetClusterID adds the clusterId to the v2 update cluster finalizing progress params
func (*V2UpdateClusterFinalizingProgressParams) SetContext ¶
func (o *V2UpdateClusterFinalizingProgressParams) SetContext(ctx context.Context)
SetContext adds the context to the v2 update cluster finalizing progress params
func (*V2UpdateClusterFinalizingProgressParams) SetDefaults ¶
func (o *V2UpdateClusterFinalizingProgressParams) SetDefaults()
SetDefaults hydrates default values in the v2 update cluster finalizing progress params (not the query body).
All values with no default are reset to their zero value.
func (*V2UpdateClusterFinalizingProgressParams) SetFinalizingProgress ¶
func (o *V2UpdateClusterFinalizingProgressParams) SetFinalizingProgress(finalizingProgress *models.ClusterFinalizingProgress)
SetFinalizingProgress adds the finalizingProgress to the v2 update cluster finalizing progress params
func (*V2UpdateClusterFinalizingProgressParams) SetHTTPClient ¶
func (o *V2UpdateClusterFinalizingProgressParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v2 update cluster finalizing progress params
func (*V2UpdateClusterFinalizingProgressParams) SetTimeout ¶
func (o *V2UpdateClusterFinalizingProgressParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v2 update cluster finalizing progress params
func (*V2UpdateClusterFinalizingProgressParams) WithClusterID ¶
func (o *V2UpdateClusterFinalizingProgressParams) WithClusterID(clusterID strfmt.UUID) *V2UpdateClusterFinalizingProgressParams
WithClusterID adds the clusterID to the v2 update cluster finalizing progress params
func (*V2UpdateClusterFinalizingProgressParams) WithContext ¶
func (o *V2UpdateClusterFinalizingProgressParams) WithContext(ctx context.Context) *V2UpdateClusterFinalizingProgressParams
WithContext adds the context to the v2 update cluster finalizing progress params
func (*V2UpdateClusterFinalizingProgressParams) WithDefaults ¶
func (o *V2UpdateClusterFinalizingProgressParams) WithDefaults() *V2UpdateClusterFinalizingProgressParams
WithDefaults hydrates default values in the v2 update cluster finalizing progress params (not the query body).
All values with no default are reset to their zero value.
func (*V2UpdateClusterFinalizingProgressParams) WithFinalizingProgress ¶
func (o *V2UpdateClusterFinalizingProgressParams) WithFinalizingProgress(finalizingProgress *models.ClusterFinalizingProgress) *V2UpdateClusterFinalizingProgressParams
WithFinalizingProgress adds the finalizingProgress to the v2 update cluster finalizing progress params
func (*V2UpdateClusterFinalizingProgressParams) WithHTTPClient ¶
func (o *V2UpdateClusterFinalizingProgressParams) WithHTTPClient(client *http.Client) *V2UpdateClusterFinalizingProgressParams
WithHTTPClient adds the HTTPClient to the v2 update cluster finalizing progress params
func (*V2UpdateClusterFinalizingProgressParams) WithTimeout ¶
func (o *V2UpdateClusterFinalizingProgressParams) WithTimeout(timeout time.Duration) *V2UpdateClusterFinalizingProgressParams
WithTimeout adds the timeout to the v2 update cluster finalizing progress params
func (*V2UpdateClusterFinalizingProgressParams) WriteToRequest ¶
func (o *V2UpdateClusterFinalizingProgressParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V2UpdateClusterFinalizingProgressReader ¶
type V2UpdateClusterFinalizingProgressReader struct {
// contains filtered or unexported fields
}
V2UpdateClusterFinalizingProgressReader is a Reader for the V2UpdateClusterFinalizingProgress structure.
func (*V2UpdateClusterFinalizingProgressReader) ReadResponse ¶
func (o *V2UpdateClusterFinalizingProgressReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V2UpdateClusterFinalizingProgressServiceUnavailable ¶
type V2UpdateClusterFinalizingProgressServiceUnavailable struct {
}V2UpdateClusterFinalizingProgressServiceUnavailable describes a response with status code 503, with default header values.
Unavailable.
func NewV2UpdateClusterFinalizingProgressServiceUnavailable ¶
func NewV2UpdateClusterFinalizingProgressServiceUnavailable() *V2UpdateClusterFinalizingProgressServiceUnavailable
NewV2UpdateClusterFinalizingProgressServiceUnavailable creates a V2UpdateClusterFinalizingProgressServiceUnavailable with default headers values
func (*V2UpdateClusterFinalizingProgressServiceUnavailable) Error ¶
func (o *V2UpdateClusterFinalizingProgressServiceUnavailable) Error() string
func (*V2UpdateClusterFinalizingProgressServiceUnavailable) GetPayload ¶
func (o *V2UpdateClusterFinalizingProgressServiceUnavailable) GetPayload() *models.Error
func (*V2UpdateClusterFinalizingProgressServiceUnavailable) IsClientError ¶
func (o *V2UpdateClusterFinalizingProgressServiceUnavailable) IsClientError() bool
IsClientError returns true when this v2 update cluster finalizing progress service unavailable response has a 4xx status code
func (*V2UpdateClusterFinalizingProgressServiceUnavailable) IsCode ¶
func (o *V2UpdateClusterFinalizingProgressServiceUnavailable) IsCode(code int) bool
IsCode returns true when this v2 update cluster finalizing progress service unavailable response a status code equal to that given
func (*V2UpdateClusterFinalizingProgressServiceUnavailable) IsRedirect ¶
func (o *V2UpdateClusterFinalizingProgressServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this v2 update cluster finalizing progress service unavailable response has a 3xx status code
func (*V2UpdateClusterFinalizingProgressServiceUnavailable) IsServerError ¶
func (o *V2UpdateClusterFinalizingProgressServiceUnavailable) IsServerError() bool
IsServerError returns true when this v2 update cluster finalizing progress service unavailable response has a 5xx status code
func (*V2UpdateClusterFinalizingProgressServiceUnavailable) IsSuccess ¶
func (o *V2UpdateClusterFinalizingProgressServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this v2 update cluster finalizing progress service unavailable response has a 2xx status code
func (*V2UpdateClusterFinalizingProgressServiceUnavailable) String ¶
func (o *V2UpdateClusterFinalizingProgressServiceUnavailable) String() string
type V2UpdateClusterFinalizingProgressUnauthorized ¶
type V2UpdateClusterFinalizingProgressUnauthorized struct {
}V2UpdateClusterFinalizingProgressUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewV2UpdateClusterFinalizingProgressUnauthorized ¶
func NewV2UpdateClusterFinalizingProgressUnauthorized() *V2UpdateClusterFinalizingProgressUnauthorized
NewV2UpdateClusterFinalizingProgressUnauthorized creates a V2UpdateClusterFinalizingProgressUnauthorized with default headers values
func (*V2UpdateClusterFinalizingProgressUnauthorized) Error ¶
func (o *V2UpdateClusterFinalizingProgressUnauthorized) Error() string
func (*V2UpdateClusterFinalizingProgressUnauthorized) GetPayload ¶
func (o *V2UpdateClusterFinalizingProgressUnauthorized) GetPayload() *models.InfraError
func (*V2UpdateClusterFinalizingProgressUnauthorized) IsClientError ¶
func (o *V2UpdateClusterFinalizingProgressUnauthorized) IsClientError() bool
IsClientError returns true when this v2 update cluster finalizing progress unauthorized response has a 4xx status code
func (*V2UpdateClusterFinalizingProgressUnauthorized) IsCode ¶
func (o *V2UpdateClusterFinalizingProgressUnauthorized) IsCode(code int) bool
IsCode returns true when this v2 update cluster finalizing progress unauthorized response a status code equal to that given
func (*V2UpdateClusterFinalizingProgressUnauthorized) IsRedirect ¶
func (o *V2UpdateClusterFinalizingProgressUnauthorized) IsRedirect() bool
IsRedirect returns true when this v2 update cluster finalizing progress unauthorized response has a 3xx status code
func (*V2UpdateClusterFinalizingProgressUnauthorized) IsServerError ¶
func (o *V2UpdateClusterFinalizingProgressUnauthorized) IsServerError() bool
IsServerError returns true when this v2 update cluster finalizing progress unauthorized response has a 5xx status code
func (*V2UpdateClusterFinalizingProgressUnauthorized) IsSuccess ¶
func (o *V2UpdateClusterFinalizingProgressUnauthorized) IsSuccess() bool
IsSuccess returns true when this v2 update cluster finalizing progress unauthorized response has a 2xx status code
func (*V2UpdateClusterFinalizingProgressUnauthorized) String ¶
func (o *V2UpdateClusterFinalizingProgressUnauthorized) String() string
type V2UpdateClusterForbidden ¶
type V2UpdateClusterForbidden struct {
Payload *models.InfraError
}
V2UpdateClusterForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewV2UpdateClusterForbidden ¶
func NewV2UpdateClusterForbidden() *V2UpdateClusterForbidden
NewV2UpdateClusterForbidden creates a V2UpdateClusterForbidden with default headers values
func (*V2UpdateClusterForbidden) Error ¶
func (o *V2UpdateClusterForbidden) Error() string
func (*V2UpdateClusterForbidden) GetPayload ¶
func (o *V2UpdateClusterForbidden) GetPayload() *models.InfraError
func (*V2UpdateClusterForbidden) IsClientError ¶
func (o *V2UpdateClusterForbidden) IsClientError() bool
IsClientError returns true when this v2 update cluster forbidden response has a 4xx status code
func (*V2UpdateClusterForbidden) IsCode ¶
func (o *V2UpdateClusterForbidden) IsCode(code int) bool
IsCode returns true when this v2 update cluster forbidden response a status code equal to that given
func (*V2UpdateClusterForbidden) IsRedirect ¶
func (o *V2UpdateClusterForbidden) IsRedirect() bool
IsRedirect returns true when this v2 update cluster forbidden response has a 3xx status code
func (*V2UpdateClusterForbidden) IsServerError ¶
func (o *V2UpdateClusterForbidden) IsServerError() bool
IsServerError returns true when this v2 update cluster forbidden response has a 5xx status code
func (*V2UpdateClusterForbidden) IsSuccess ¶
func (o *V2UpdateClusterForbidden) IsSuccess() bool
IsSuccess returns true when this v2 update cluster forbidden response has a 2xx status code
func (*V2UpdateClusterForbidden) String ¶
func (o *V2UpdateClusterForbidden) String() string
type V2UpdateClusterInstallConfigBadRequest ¶
V2UpdateClusterInstallConfigBadRequest describes a response with status code 400, with default header values.
Error.
func NewV2UpdateClusterInstallConfigBadRequest ¶
func NewV2UpdateClusterInstallConfigBadRequest() *V2UpdateClusterInstallConfigBadRequest
NewV2UpdateClusterInstallConfigBadRequest creates a V2UpdateClusterInstallConfigBadRequest with default headers values
func (*V2UpdateClusterInstallConfigBadRequest) Error ¶
func (o *V2UpdateClusterInstallConfigBadRequest) Error() string
func (*V2UpdateClusterInstallConfigBadRequest) GetPayload ¶
func (o *V2UpdateClusterInstallConfigBadRequest) GetPayload() *models.Error
func (*V2UpdateClusterInstallConfigBadRequest) IsClientError ¶
func (o *V2UpdateClusterInstallConfigBadRequest) IsClientError() bool
IsClientError returns true when this v2 update cluster install config bad request response has a 4xx status code
func (*V2UpdateClusterInstallConfigBadRequest) IsCode ¶
func (o *V2UpdateClusterInstallConfigBadRequest) IsCode(code int) bool
IsCode returns true when this v2 update cluster install config bad request response a status code equal to that given
func (*V2UpdateClusterInstallConfigBadRequest) IsRedirect ¶
func (o *V2UpdateClusterInstallConfigBadRequest) IsRedirect() bool
IsRedirect returns true when this v2 update cluster install config bad request response has a 3xx status code
func (*V2UpdateClusterInstallConfigBadRequest) IsServerError ¶
func (o *V2UpdateClusterInstallConfigBadRequest) IsServerError() bool
IsServerError returns true when this v2 update cluster install config bad request response has a 5xx status code
func (*V2UpdateClusterInstallConfigBadRequest) IsSuccess ¶
func (o *V2UpdateClusterInstallConfigBadRequest) IsSuccess() bool
IsSuccess returns true when this v2 update cluster install config bad request response has a 2xx status code
func (*V2UpdateClusterInstallConfigBadRequest) String ¶
func (o *V2UpdateClusterInstallConfigBadRequest) String() string
type V2UpdateClusterInstallConfigCreated ¶
type V2UpdateClusterInstallConfigCreated struct { }
V2UpdateClusterInstallConfigCreated describes a response with status code 201, with default header values.
Success.
func NewV2UpdateClusterInstallConfigCreated ¶
func NewV2UpdateClusterInstallConfigCreated() *V2UpdateClusterInstallConfigCreated
NewV2UpdateClusterInstallConfigCreated creates a V2UpdateClusterInstallConfigCreated with default headers values
func (*V2UpdateClusterInstallConfigCreated) Error ¶
func (o *V2UpdateClusterInstallConfigCreated) Error() string
func (*V2UpdateClusterInstallConfigCreated) IsClientError ¶
func (o *V2UpdateClusterInstallConfigCreated) IsClientError() bool
IsClientError returns true when this v2 update cluster install config created response has a 4xx status code
func (*V2UpdateClusterInstallConfigCreated) IsCode ¶
func (o *V2UpdateClusterInstallConfigCreated) IsCode(code int) bool
IsCode returns true when this v2 update cluster install config created response a status code equal to that given
func (*V2UpdateClusterInstallConfigCreated) IsRedirect ¶
func (o *V2UpdateClusterInstallConfigCreated) IsRedirect() bool
IsRedirect returns true when this v2 update cluster install config created response has a 3xx status code
func (*V2UpdateClusterInstallConfigCreated) IsServerError ¶
func (o *V2UpdateClusterInstallConfigCreated) IsServerError() bool
IsServerError returns true when this v2 update cluster install config created response has a 5xx status code
func (*V2UpdateClusterInstallConfigCreated) IsSuccess ¶
func (o *V2UpdateClusterInstallConfigCreated) IsSuccess() bool
IsSuccess returns true when this v2 update cluster install config created response has a 2xx status code
func (*V2UpdateClusterInstallConfigCreated) String ¶
func (o *V2UpdateClusterInstallConfigCreated) String() string
type V2UpdateClusterInstallConfigForbidden ¶
type V2UpdateClusterInstallConfigForbidden struct {
Payload *models.InfraError
}
V2UpdateClusterInstallConfigForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewV2UpdateClusterInstallConfigForbidden ¶
func NewV2UpdateClusterInstallConfigForbidden() *V2UpdateClusterInstallConfigForbidden
NewV2UpdateClusterInstallConfigForbidden creates a V2UpdateClusterInstallConfigForbidden with default headers values
func (*V2UpdateClusterInstallConfigForbidden) Error ¶
func (o *V2UpdateClusterInstallConfigForbidden) Error() string
func (*V2UpdateClusterInstallConfigForbidden) GetPayload ¶
func (o *V2UpdateClusterInstallConfigForbidden) GetPayload() *models.InfraError
func (*V2UpdateClusterInstallConfigForbidden) IsClientError ¶
func (o *V2UpdateClusterInstallConfigForbidden) IsClientError() bool
IsClientError returns true when this v2 update cluster install config forbidden response has a 4xx status code
func (*V2UpdateClusterInstallConfigForbidden) IsCode ¶
func (o *V2UpdateClusterInstallConfigForbidden) IsCode(code int) bool
IsCode returns true when this v2 update cluster install config forbidden response a status code equal to that given
func (*V2UpdateClusterInstallConfigForbidden) IsRedirect ¶
func (o *V2UpdateClusterInstallConfigForbidden) IsRedirect() bool
IsRedirect returns true when this v2 update cluster install config forbidden response has a 3xx status code
func (*V2UpdateClusterInstallConfigForbidden) IsServerError ¶
func (o *V2UpdateClusterInstallConfigForbidden) IsServerError() bool
IsServerError returns true when this v2 update cluster install config forbidden response has a 5xx status code
func (*V2UpdateClusterInstallConfigForbidden) IsSuccess ¶
func (o *V2UpdateClusterInstallConfigForbidden) IsSuccess() bool
IsSuccess returns true when this v2 update cluster install config forbidden response has a 2xx status code
func (*V2UpdateClusterInstallConfigForbidden) String ¶
func (o *V2UpdateClusterInstallConfigForbidden) String() string
type V2UpdateClusterInstallConfigInternalServerError ¶
V2UpdateClusterInstallConfigInternalServerError describes a response with status code 500, with default header values.
Error.
func NewV2UpdateClusterInstallConfigInternalServerError ¶
func NewV2UpdateClusterInstallConfigInternalServerError() *V2UpdateClusterInstallConfigInternalServerError
NewV2UpdateClusterInstallConfigInternalServerError creates a V2UpdateClusterInstallConfigInternalServerError with default headers values
func (*V2UpdateClusterInstallConfigInternalServerError) Error ¶
func (o *V2UpdateClusterInstallConfigInternalServerError) Error() string
func (*V2UpdateClusterInstallConfigInternalServerError) GetPayload ¶
func (o *V2UpdateClusterInstallConfigInternalServerError) GetPayload() *models.Error
func (*V2UpdateClusterInstallConfigInternalServerError) IsClientError ¶
func (o *V2UpdateClusterInstallConfigInternalServerError) IsClientError() bool
IsClientError returns true when this v2 update cluster install config internal server error response has a 4xx status code
func (*V2UpdateClusterInstallConfigInternalServerError) IsCode ¶
func (o *V2UpdateClusterInstallConfigInternalServerError) IsCode(code int) bool
IsCode returns true when this v2 update cluster install config internal server error response a status code equal to that given
func (*V2UpdateClusterInstallConfigInternalServerError) IsRedirect ¶
func (o *V2UpdateClusterInstallConfigInternalServerError) IsRedirect() bool
IsRedirect returns true when this v2 update cluster install config internal server error response has a 3xx status code
func (*V2UpdateClusterInstallConfigInternalServerError) IsServerError ¶
func (o *V2UpdateClusterInstallConfigInternalServerError) IsServerError() bool
IsServerError returns true when this v2 update cluster install config internal server error response has a 5xx status code
func (*V2UpdateClusterInstallConfigInternalServerError) IsSuccess ¶
func (o *V2UpdateClusterInstallConfigInternalServerError) IsSuccess() bool
IsSuccess returns true when this v2 update cluster install config internal server error response has a 2xx status code
func (*V2UpdateClusterInstallConfigInternalServerError) String ¶
func (o *V2UpdateClusterInstallConfigInternalServerError) String() string
type V2UpdateClusterInstallConfigMethodNotAllowed ¶
V2UpdateClusterInstallConfigMethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewV2UpdateClusterInstallConfigMethodNotAllowed ¶
func NewV2UpdateClusterInstallConfigMethodNotAllowed() *V2UpdateClusterInstallConfigMethodNotAllowed
NewV2UpdateClusterInstallConfigMethodNotAllowed creates a V2UpdateClusterInstallConfigMethodNotAllowed with default headers values
func (*V2UpdateClusterInstallConfigMethodNotAllowed) Error ¶
func (o *V2UpdateClusterInstallConfigMethodNotAllowed) Error() string
func (*V2UpdateClusterInstallConfigMethodNotAllowed) GetPayload ¶
func (o *V2UpdateClusterInstallConfigMethodNotAllowed) GetPayload() *models.Error
func (*V2UpdateClusterInstallConfigMethodNotAllowed) IsClientError ¶
func (o *V2UpdateClusterInstallConfigMethodNotAllowed) IsClientError() bool
IsClientError returns true when this v2 update cluster install config method not allowed response has a 4xx status code
func (*V2UpdateClusterInstallConfigMethodNotAllowed) IsCode ¶
func (o *V2UpdateClusterInstallConfigMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this v2 update cluster install config method not allowed response a status code equal to that given
func (*V2UpdateClusterInstallConfigMethodNotAllowed) IsRedirect ¶
func (o *V2UpdateClusterInstallConfigMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this v2 update cluster install config method not allowed response has a 3xx status code
func (*V2UpdateClusterInstallConfigMethodNotAllowed) IsServerError ¶
func (o *V2UpdateClusterInstallConfigMethodNotAllowed) IsServerError() bool
IsServerError returns true when this v2 update cluster install config method not allowed response has a 5xx status code
func (*V2UpdateClusterInstallConfigMethodNotAllowed) IsSuccess ¶
func (o *V2UpdateClusterInstallConfigMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this v2 update cluster install config method not allowed response has a 2xx status code
func (*V2UpdateClusterInstallConfigMethodNotAllowed) String ¶
func (o *V2UpdateClusterInstallConfigMethodNotAllowed) String() string
type V2UpdateClusterInstallConfigNotFound ¶
V2UpdateClusterInstallConfigNotFound describes a response with status code 404, with default header values.
Error.
func NewV2UpdateClusterInstallConfigNotFound ¶
func NewV2UpdateClusterInstallConfigNotFound() *V2UpdateClusterInstallConfigNotFound
NewV2UpdateClusterInstallConfigNotFound creates a V2UpdateClusterInstallConfigNotFound with default headers values
func (*V2UpdateClusterInstallConfigNotFound) Error ¶
func (o *V2UpdateClusterInstallConfigNotFound) Error() string
func (*V2UpdateClusterInstallConfigNotFound) GetPayload ¶
func (o *V2UpdateClusterInstallConfigNotFound) GetPayload() *models.Error
func (*V2UpdateClusterInstallConfigNotFound) IsClientError ¶
func (o *V2UpdateClusterInstallConfigNotFound) IsClientError() bool
IsClientError returns true when this v2 update cluster install config not found response has a 4xx status code
func (*V2UpdateClusterInstallConfigNotFound) IsCode ¶
func (o *V2UpdateClusterInstallConfigNotFound) IsCode(code int) bool
IsCode returns true when this v2 update cluster install config not found response a status code equal to that given
func (*V2UpdateClusterInstallConfigNotFound) IsRedirect ¶
func (o *V2UpdateClusterInstallConfigNotFound) IsRedirect() bool
IsRedirect returns true when this v2 update cluster install config not found response has a 3xx status code
func (*V2UpdateClusterInstallConfigNotFound) IsServerError ¶
func (o *V2UpdateClusterInstallConfigNotFound) IsServerError() bool
IsServerError returns true when this v2 update cluster install config not found response has a 5xx status code
func (*V2UpdateClusterInstallConfigNotFound) IsSuccess ¶
func (o *V2UpdateClusterInstallConfigNotFound) IsSuccess() bool
IsSuccess returns true when this v2 update cluster install config not found response has a 2xx status code
func (*V2UpdateClusterInstallConfigNotFound) String ¶
func (o *V2UpdateClusterInstallConfigNotFound) String() string
type V2UpdateClusterInstallConfigParams ¶
type V2UpdateClusterInstallConfigParams struct { /* ClusterID. The cluster whose install config is being updated. Format: uuid */ ClusterID strfmt.UUID /* InstallConfigParams. Install config overrides. */ InstallConfigParams string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V2UpdateClusterInstallConfigParams contains all the parameters to send to the API endpoint
for the v2 update cluster install config operation. Typically these are written to a http.Request.
func NewV2UpdateClusterInstallConfigParams ¶
func NewV2UpdateClusterInstallConfigParams() *V2UpdateClusterInstallConfigParams
NewV2UpdateClusterInstallConfigParams creates a new V2UpdateClusterInstallConfigParams 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 NewV2UpdateClusterInstallConfigParamsWithContext ¶
func NewV2UpdateClusterInstallConfigParamsWithContext(ctx context.Context) *V2UpdateClusterInstallConfigParams
NewV2UpdateClusterInstallConfigParamsWithContext creates a new V2UpdateClusterInstallConfigParams object with the ability to set a context for a request.
func NewV2UpdateClusterInstallConfigParamsWithHTTPClient ¶
func NewV2UpdateClusterInstallConfigParamsWithHTTPClient(client *http.Client) *V2UpdateClusterInstallConfigParams
NewV2UpdateClusterInstallConfigParamsWithHTTPClient creates a new V2UpdateClusterInstallConfigParams object with the ability to set a custom HTTPClient for a request.
func NewV2UpdateClusterInstallConfigParamsWithTimeout ¶
func NewV2UpdateClusterInstallConfigParamsWithTimeout(timeout time.Duration) *V2UpdateClusterInstallConfigParams
NewV2UpdateClusterInstallConfigParamsWithTimeout creates a new V2UpdateClusterInstallConfigParams object with the ability to set a timeout on a request.
func (*V2UpdateClusterInstallConfigParams) SetClusterID ¶
func (o *V2UpdateClusterInstallConfigParams) SetClusterID(clusterID strfmt.UUID)
SetClusterID adds the clusterId to the v2 update cluster install config params
func (*V2UpdateClusterInstallConfigParams) SetContext ¶
func (o *V2UpdateClusterInstallConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the v2 update cluster install config params
func (*V2UpdateClusterInstallConfigParams) SetDefaults ¶
func (o *V2UpdateClusterInstallConfigParams) SetDefaults()
SetDefaults hydrates default values in the v2 update cluster install config params (not the query body).
All values with no default are reset to their zero value.
func (*V2UpdateClusterInstallConfigParams) SetHTTPClient ¶
func (o *V2UpdateClusterInstallConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v2 update cluster install config params
func (*V2UpdateClusterInstallConfigParams) SetInstallConfigParams ¶
func (o *V2UpdateClusterInstallConfigParams) SetInstallConfigParams(installConfigParams string)
SetInstallConfigParams adds the installConfigParams to the v2 update cluster install config params
func (*V2UpdateClusterInstallConfigParams) SetTimeout ¶
func (o *V2UpdateClusterInstallConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v2 update cluster install config params
func (*V2UpdateClusterInstallConfigParams) WithClusterID ¶
func (o *V2UpdateClusterInstallConfigParams) WithClusterID(clusterID strfmt.UUID) *V2UpdateClusterInstallConfigParams
WithClusterID adds the clusterID to the v2 update cluster install config params
func (*V2UpdateClusterInstallConfigParams) WithContext ¶
func (o *V2UpdateClusterInstallConfigParams) WithContext(ctx context.Context) *V2UpdateClusterInstallConfigParams
WithContext adds the context to the v2 update cluster install config params
func (*V2UpdateClusterInstallConfigParams) WithDefaults ¶
func (o *V2UpdateClusterInstallConfigParams) WithDefaults() *V2UpdateClusterInstallConfigParams
WithDefaults hydrates default values in the v2 update cluster install config params (not the query body).
All values with no default are reset to their zero value.
func (*V2UpdateClusterInstallConfigParams) WithHTTPClient ¶
func (o *V2UpdateClusterInstallConfigParams) WithHTTPClient(client *http.Client) *V2UpdateClusterInstallConfigParams
WithHTTPClient adds the HTTPClient to the v2 update cluster install config params
func (*V2UpdateClusterInstallConfigParams) WithInstallConfigParams ¶
func (o *V2UpdateClusterInstallConfigParams) WithInstallConfigParams(installConfigParams string) *V2UpdateClusterInstallConfigParams
WithInstallConfigParams adds the installConfigParams to the v2 update cluster install config params
func (*V2UpdateClusterInstallConfigParams) WithTimeout ¶
func (o *V2UpdateClusterInstallConfigParams) WithTimeout(timeout time.Duration) *V2UpdateClusterInstallConfigParams
WithTimeout adds the timeout to the v2 update cluster install config params
func (*V2UpdateClusterInstallConfigParams) WriteToRequest ¶
func (o *V2UpdateClusterInstallConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V2UpdateClusterInstallConfigReader ¶
type V2UpdateClusterInstallConfigReader struct {
// contains filtered or unexported fields
}
V2UpdateClusterInstallConfigReader is a Reader for the V2UpdateClusterInstallConfig structure.
func (*V2UpdateClusterInstallConfigReader) ReadResponse ¶
func (o *V2UpdateClusterInstallConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V2UpdateClusterInstallConfigUnauthorized ¶
type V2UpdateClusterInstallConfigUnauthorized struct {
}V2UpdateClusterInstallConfigUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewV2UpdateClusterInstallConfigUnauthorized ¶
func NewV2UpdateClusterInstallConfigUnauthorized() *V2UpdateClusterInstallConfigUnauthorized
NewV2UpdateClusterInstallConfigUnauthorized creates a V2UpdateClusterInstallConfigUnauthorized with default headers values
func (*V2UpdateClusterInstallConfigUnauthorized) Error ¶
func (o *V2UpdateClusterInstallConfigUnauthorized) Error() string
func (*V2UpdateClusterInstallConfigUnauthorized) GetPayload ¶
func (o *V2UpdateClusterInstallConfigUnauthorized) GetPayload() *models.InfraError
func (*V2UpdateClusterInstallConfigUnauthorized) IsClientError ¶
func (o *V2UpdateClusterInstallConfigUnauthorized) IsClientError() bool
IsClientError returns true when this v2 update cluster install config unauthorized response has a 4xx status code
func (*V2UpdateClusterInstallConfigUnauthorized) IsCode ¶
func (o *V2UpdateClusterInstallConfigUnauthorized) IsCode(code int) bool
IsCode returns true when this v2 update cluster install config unauthorized response a status code equal to that given
func (*V2UpdateClusterInstallConfigUnauthorized) IsRedirect ¶
func (o *V2UpdateClusterInstallConfigUnauthorized) IsRedirect() bool
IsRedirect returns true when this v2 update cluster install config unauthorized response has a 3xx status code
func (*V2UpdateClusterInstallConfigUnauthorized) IsServerError ¶
func (o *V2UpdateClusterInstallConfigUnauthorized) IsServerError() bool
IsServerError returns true when this v2 update cluster install config unauthorized response has a 5xx status code
func (*V2UpdateClusterInstallConfigUnauthorized) IsSuccess ¶
func (o *V2UpdateClusterInstallConfigUnauthorized) IsSuccess() bool
IsSuccess returns true when this v2 update cluster install config unauthorized response has a 2xx status code
func (*V2UpdateClusterInstallConfigUnauthorized) String ¶
func (o *V2UpdateClusterInstallConfigUnauthorized) String() string
type V2UpdateClusterInternalServerError ¶
V2UpdateClusterInternalServerError describes a response with status code 500, with default header values.
Error.
func NewV2UpdateClusterInternalServerError ¶
func NewV2UpdateClusterInternalServerError() *V2UpdateClusterInternalServerError
NewV2UpdateClusterInternalServerError creates a V2UpdateClusterInternalServerError with default headers values
func (*V2UpdateClusterInternalServerError) Error ¶
func (o *V2UpdateClusterInternalServerError) Error() string
func (*V2UpdateClusterInternalServerError) GetPayload ¶
func (o *V2UpdateClusterInternalServerError) GetPayload() *models.Error
func (*V2UpdateClusterInternalServerError) IsClientError ¶
func (o *V2UpdateClusterInternalServerError) IsClientError() bool
IsClientError returns true when this v2 update cluster internal server error response has a 4xx status code
func (*V2UpdateClusterInternalServerError) IsCode ¶
func (o *V2UpdateClusterInternalServerError) IsCode(code int) bool
IsCode returns true when this v2 update cluster internal server error response a status code equal to that given
func (*V2UpdateClusterInternalServerError) IsRedirect ¶
func (o *V2UpdateClusterInternalServerError) IsRedirect() bool
IsRedirect returns true when this v2 update cluster internal server error response has a 3xx status code
func (*V2UpdateClusterInternalServerError) IsServerError ¶
func (o *V2UpdateClusterInternalServerError) IsServerError() bool
IsServerError returns true when this v2 update cluster internal server error response has a 5xx status code
func (*V2UpdateClusterInternalServerError) IsSuccess ¶
func (o *V2UpdateClusterInternalServerError) IsSuccess() bool
IsSuccess returns true when this v2 update cluster internal server error response has a 2xx status code
func (*V2UpdateClusterInternalServerError) String ¶
func (o *V2UpdateClusterInternalServerError) String() string
type V2UpdateClusterLogsProgressConflict ¶
V2UpdateClusterLogsProgressConflict describes a response with status code 409, with default header values.
Error.
func NewV2UpdateClusterLogsProgressConflict ¶
func NewV2UpdateClusterLogsProgressConflict() *V2UpdateClusterLogsProgressConflict
NewV2UpdateClusterLogsProgressConflict creates a V2UpdateClusterLogsProgressConflict with default headers values
func (*V2UpdateClusterLogsProgressConflict) Error ¶
func (o *V2UpdateClusterLogsProgressConflict) Error() string
func (*V2UpdateClusterLogsProgressConflict) GetPayload ¶
func (o *V2UpdateClusterLogsProgressConflict) GetPayload() *models.Error
func (*V2UpdateClusterLogsProgressConflict) IsClientError ¶
func (o *V2UpdateClusterLogsProgressConflict) IsClientError() bool
IsClientError returns true when this v2 update cluster logs progress conflict response has a 4xx status code
func (*V2UpdateClusterLogsProgressConflict) IsCode ¶
func (o *V2UpdateClusterLogsProgressConflict) IsCode(code int) bool
IsCode returns true when this v2 update cluster logs progress conflict response a status code equal to that given
func (*V2UpdateClusterLogsProgressConflict) IsRedirect ¶
func (o *V2UpdateClusterLogsProgressConflict) IsRedirect() bool
IsRedirect returns true when this v2 update cluster logs progress conflict response has a 3xx status code
func (*V2UpdateClusterLogsProgressConflict) IsServerError ¶
func (o *V2UpdateClusterLogsProgressConflict) IsServerError() bool
IsServerError returns true when this v2 update cluster logs progress conflict response has a 5xx status code
func (*V2UpdateClusterLogsProgressConflict) IsSuccess ¶
func (o *V2UpdateClusterLogsProgressConflict) IsSuccess() bool
IsSuccess returns true when this v2 update cluster logs progress conflict response has a 2xx status code
func (*V2UpdateClusterLogsProgressConflict) String ¶
func (o *V2UpdateClusterLogsProgressConflict) String() string
type V2UpdateClusterLogsProgressForbidden ¶
type V2UpdateClusterLogsProgressForbidden struct {
Payload *models.InfraError
}
V2UpdateClusterLogsProgressForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewV2UpdateClusterLogsProgressForbidden ¶
func NewV2UpdateClusterLogsProgressForbidden() *V2UpdateClusterLogsProgressForbidden
NewV2UpdateClusterLogsProgressForbidden creates a V2UpdateClusterLogsProgressForbidden with default headers values
func (*V2UpdateClusterLogsProgressForbidden) Error ¶
func (o *V2UpdateClusterLogsProgressForbidden) Error() string
func (*V2UpdateClusterLogsProgressForbidden) GetPayload ¶
func (o *V2UpdateClusterLogsProgressForbidden) GetPayload() *models.InfraError
func (*V2UpdateClusterLogsProgressForbidden) IsClientError ¶
func (o *V2UpdateClusterLogsProgressForbidden) IsClientError() bool
IsClientError returns true when this v2 update cluster logs progress forbidden response has a 4xx status code
func (*V2UpdateClusterLogsProgressForbidden) IsCode ¶
func (o *V2UpdateClusterLogsProgressForbidden) IsCode(code int) bool
IsCode returns true when this v2 update cluster logs progress forbidden response a status code equal to that given
func (*V2UpdateClusterLogsProgressForbidden) IsRedirect ¶
func (o *V2UpdateClusterLogsProgressForbidden) IsRedirect() bool
IsRedirect returns true when this v2 update cluster logs progress forbidden response has a 3xx status code
func (*V2UpdateClusterLogsProgressForbidden) IsServerError ¶
func (o *V2UpdateClusterLogsProgressForbidden) IsServerError() bool
IsServerError returns true when this v2 update cluster logs progress forbidden response has a 5xx status code
func (*V2UpdateClusterLogsProgressForbidden) IsSuccess ¶
func (o *V2UpdateClusterLogsProgressForbidden) IsSuccess() bool
IsSuccess returns true when this v2 update cluster logs progress forbidden response has a 2xx status code
func (*V2UpdateClusterLogsProgressForbidden) String ¶
func (o *V2UpdateClusterLogsProgressForbidden) String() string
type V2UpdateClusterLogsProgressInternalServerError ¶
V2UpdateClusterLogsProgressInternalServerError describes a response with status code 500, with default header values.
Error.
func NewV2UpdateClusterLogsProgressInternalServerError ¶
func NewV2UpdateClusterLogsProgressInternalServerError() *V2UpdateClusterLogsProgressInternalServerError
NewV2UpdateClusterLogsProgressInternalServerError creates a V2UpdateClusterLogsProgressInternalServerError with default headers values
func (*V2UpdateClusterLogsProgressInternalServerError) Error ¶
func (o *V2UpdateClusterLogsProgressInternalServerError) Error() string
func (*V2UpdateClusterLogsProgressInternalServerError) GetPayload ¶
func (o *V2UpdateClusterLogsProgressInternalServerError) GetPayload() *models.Error
func (*V2UpdateClusterLogsProgressInternalServerError) IsClientError ¶
func (o *V2UpdateClusterLogsProgressInternalServerError) IsClientError() bool
IsClientError returns true when this v2 update cluster logs progress internal server error response has a 4xx status code
func (*V2UpdateClusterLogsProgressInternalServerError) IsCode ¶
func (o *V2UpdateClusterLogsProgressInternalServerError) IsCode(code int) bool
IsCode returns true when this v2 update cluster logs progress internal server error response a status code equal to that given
func (*V2UpdateClusterLogsProgressInternalServerError) IsRedirect ¶
func (o *V2UpdateClusterLogsProgressInternalServerError) IsRedirect() bool
IsRedirect returns true when this v2 update cluster logs progress internal server error response has a 3xx status code
func (*V2UpdateClusterLogsProgressInternalServerError) IsServerError ¶
func (o *V2UpdateClusterLogsProgressInternalServerError) IsServerError() bool
IsServerError returns true when this v2 update cluster logs progress internal server error response has a 5xx status code
func (*V2UpdateClusterLogsProgressInternalServerError) IsSuccess ¶
func (o *V2UpdateClusterLogsProgressInternalServerError) IsSuccess() bool
IsSuccess returns true when this v2 update cluster logs progress internal server error response has a 2xx status code
func (*V2UpdateClusterLogsProgressInternalServerError) String ¶
func (o *V2UpdateClusterLogsProgressInternalServerError) String() string
type V2UpdateClusterLogsProgressMethodNotAllowed ¶
V2UpdateClusterLogsProgressMethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewV2UpdateClusterLogsProgressMethodNotAllowed ¶
func NewV2UpdateClusterLogsProgressMethodNotAllowed() *V2UpdateClusterLogsProgressMethodNotAllowed
NewV2UpdateClusterLogsProgressMethodNotAllowed creates a V2UpdateClusterLogsProgressMethodNotAllowed with default headers values
func (*V2UpdateClusterLogsProgressMethodNotAllowed) Error ¶
func (o *V2UpdateClusterLogsProgressMethodNotAllowed) Error() string
func (*V2UpdateClusterLogsProgressMethodNotAllowed) GetPayload ¶
func (o *V2UpdateClusterLogsProgressMethodNotAllowed) GetPayload() *models.Error
func (*V2UpdateClusterLogsProgressMethodNotAllowed) IsClientError ¶
func (o *V2UpdateClusterLogsProgressMethodNotAllowed) IsClientError() bool
IsClientError returns true when this v2 update cluster logs progress method not allowed response has a 4xx status code
func (*V2UpdateClusterLogsProgressMethodNotAllowed) IsCode ¶
func (o *V2UpdateClusterLogsProgressMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this v2 update cluster logs progress method not allowed response a status code equal to that given
func (*V2UpdateClusterLogsProgressMethodNotAllowed) IsRedirect ¶
func (o *V2UpdateClusterLogsProgressMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this v2 update cluster logs progress method not allowed response has a 3xx status code
func (*V2UpdateClusterLogsProgressMethodNotAllowed) IsServerError ¶
func (o *V2UpdateClusterLogsProgressMethodNotAllowed) IsServerError() bool
IsServerError returns true when this v2 update cluster logs progress method not allowed response has a 5xx status code
func (*V2UpdateClusterLogsProgressMethodNotAllowed) IsSuccess ¶
func (o *V2UpdateClusterLogsProgressMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this v2 update cluster logs progress method not allowed response has a 2xx status code
func (*V2UpdateClusterLogsProgressMethodNotAllowed) String ¶
func (o *V2UpdateClusterLogsProgressMethodNotAllowed) String() string
type V2UpdateClusterLogsProgressNoContent ¶
type V2UpdateClusterLogsProgressNoContent struct { }
V2UpdateClusterLogsProgressNoContent describes a response with status code 204, with default header values.
Update cluster install progress.
func NewV2UpdateClusterLogsProgressNoContent ¶
func NewV2UpdateClusterLogsProgressNoContent() *V2UpdateClusterLogsProgressNoContent
NewV2UpdateClusterLogsProgressNoContent creates a V2UpdateClusterLogsProgressNoContent with default headers values
func (*V2UpdateClusterLogsProgressNoContent) Error ¶
func (o *V2UpdateClusterLogsProgressNoContent) Error() string
func (*V2UpdateClusterLogsProgressNoContent) IsClientError ¶
func (o *V2UpdateClusterLogsProgressNoContent) IsClientError() bool
IsClientError returns true when this v2 update cluster logs progress no content response has a 4xx status code
func (*V2UpdateClusterLogsProgressNoContent) IsCode ¶
func (o *V2UpdateClusterLogsProgressNoContent) IsCode(code int) bool
IsCode returns true when this v2 update cluster logs progress no content response a status code equal to that given
func (*V2UpdateClusterLogsProgressNoContent) IsRedirect ¶
func (o *V2UpdateClusterLogsProgressNoContent) IsRedirect() bool
IsRedirect returns true when this v2 update cluster logs progress no content response has a 3xx status code
func (*V2UpdateClusterLogsProgressNoContent) IsServerError ¶
func (o *V2UpdateClusterLogsProgressNoContent) IsServerError() bool
IsServerError returns true when this v2 update cluster logs progress no content response has a 5xx status code
func (*V2UpdateClusterLogsProgressNoContent) IsSuccess ¶
func (o *V2UpdateClusterLogsProgressNoContent) IsSuccess() bool
IsSuccess returns true when this v2 update cluster logs progress no content response has a 2xx status code
func (*V2UpdateClusterLogsProgressNoContent) String ¶
func (o *V2UpdateClusterLogsProgressNoContent) String() string
type V2UpdateClusterLogsProgressNotFound ¶
V2UpdateClusterLogsProgressNotFound describes a response with status code 404, with default header values.
Error.
func NewV2UpdateClusterLogsProgressNotFound ¶
func NewV2UpdateClusterLogsProgressNotFound() *V2UpdateClusterLogsProgressNotFound
NewV2UpdateClusterLogsProgressNotFound creates a V2UpdateClusterLogsProgressNotFound with default headers values
func (*V2UpdateClusterLogsProgressNotFound) Error ¶
func (o *V2UpdateClusterLogsProgressNotFound) Error() string
func (*V2UpdateClusterLogsProgressNotFound) GetPayload ¶
func (o *V2UpdateClusterLogsProgressNotFound) GetPayload() *models.Error
func (*V2UpdateClusterLogsProgressNotFound) IsClientError ¶
func (o *V2UpdateClusterLogsProgressNotFound) IsClientError() bool
IsClientError returns true when this v2 update cluster logs progress not found response has a 4xx status code
func (*V2UpdateClusterLogsProgressNotFound) IsCode ¶
func (o *V2UpdateClusterLogsProgressNotFound) IsCode(code int) bool
IsCode returns true when this v2 update cluster logs progress not found response a status code equal to that given
func (*V2UpdateClusterLogsProgressNotFound) IsRedirect ¶
func (o *V2UpdateClusterLogsProgressNotFound) IsRedirect() bool
IsRedirect returns true when this v2 update cluster logs progress not found response has a 3xx status code
func (*V2UpdateClusterLogsProgressNotFound) IsServerError ¶
func (o *V2UpdateClusterLogsProgressNotFound) IsServerError() bool
IsServerError returns true when this v2 update cluster logs progress not found response has a 5xx status code
func (*V2UpdateClusterLogsProgressNotFound) IsSuccess ¶
func (o *V2UpdateClusterLogsProgressNotFound) IsSuccess() bool
IsSuccess returns true when this v2 update cluster logs progress not found response has a 2xx status code
func (*V2UpdateClusterLogsProgressNotFound) String ¶
func (o *V2UpdateClusterLogsProgressNotFound) String() string
type V2UpdateClusterLogsProgressParams ¶
type V2UpdateClusterLogsProgressParams struct { /* ClusterID. The cluster whose log progress is being updated. Format: uuid */ ClusterID strfmt.UUID /* LogsProgressParams. Parameters for updating log progress. */ LogsProgressParams *models.LogsProgressParams Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V2UpdateClusterLogsProgressParams contains all the parameters to send to the API endpoint
for the v2 update cluster logs progress operation. Typically these are written to a http.Request.
func NewV2UpdateClusterLogsProgressParams ¶
func NewV2UpdateClusterLogsProgressParams() *V2UpdateClusterLogsProgressParams
NewV2UpdateClusterLogsProgressParams creates a new V2UpdateClusterLogsProgressParams 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 NewV2UpdateClusterLogsProgressParamsWithContext ¶
func NewV2UpdateClusterLogsProgressParamsWithContext(ctx context.Context) *V2UpdateClusterLogsProgressParams
NewV2UpdateClusterLogsProgressParamsWithContext creates a new V2UpdateClusterLogsProgressParams object with the ability to set a context for a request.
func NewV2UpdateClusterLogsProgressParamsWithHTTPClient ¶
func NewV2UpdateClusterLogsProgressParamsWithHTTPClient(client *http.Client) *V2UpdateClusterLogsProgressParams
NewV2UpdateClusterLogsProgressParamsWithHTTPClient creates a new V2UpdateClusterLogsProgressParams object with the ability to set a custom HTTPClient for a request.
func NewV2UpdateClusterLogsProgressParamsWithTimeout ¶
func NewV2UpdateClusterLogsProgressParamsWithTimeout(timeout time.Duration) *V2UpdateClusterLogsProgressParams
NewV2UpdateClusterLogsProgressParamsWithTimeout creates a new V2UpdateClusterLogsProgressParams object with the ability to set a timeout on a request.
func (*V2UpdateClusterLogsProgressParams) SetClusterID ¶
func (o *V2UpdateClusterLogsProgressParams) SetClusterID(clusterID strfmt.UUID)
SetClusterID adds the clusterId to the v2 update cluster logs progress params
func (*V2UpdateClusterLogsProgressParams) SetContext ¶
func (o *V2UpdateClusterLogsProgressParams) SetContext(ctx context.Context)
SetContext adds the context to the v2 update cluster logs progress params
func (*V2UpdateClusterLogsProgressParams) SetDefaults ¶
func (o *V2UpdateClusterLogsProgressParams) SetDefaults()
SetDefaults hydrates default values in the v2 update cluster logs progress params (not the query body).
All values with no default are reset to their zero value.
func (*V2UpdateClusterLogsProgressParams) SetHTTPClient ¶
func (o *V2UpdateClusterLogsProgressParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v2 update cluster logs progress params
func (*V2UpdateClusterLogsProgressParams) SetLogsProgressParams ¶
func (o *V2UpdateClusterLogsProgressParams) SetLogsProgressParams(logsProgressParams *models.LogsProgressParams)
SetLogsProgressParams adds the logsProgressParams to the v2 update cluster logs progress params
func (*V2UpdateClusterLogsProgressParams) SetTimeout ¶
func (o *V2UpdateClusterLogsProgressParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v2 update cluster logs progress params
func (*V2UpdateClusterLogsProgressParams) WithClusterID ¶
func (o *V2UpdateClusterLogsProgressParams) WithClusterID(clusterID strfmt.UUID) *V2UpdateClusterLogsProgressParams
WithClusterID adds the clusterID to the v2 update cluster logs progress params
func (*V2UpdateClusterLogsProgressParams) WithContext ¶
func (o *V2UpdateClusterLogsProgressParams) WithContext(ctx context.Context) *V2UpdateClusterLogsProgressParams
WithContext adds the context to the v2 update cluster logs progress params
func (*V2UpdateClusterLogsProgressParams) WithDefaults ¶
func (o *V2UpdateClusterLogsProgressParams) WithDefaults() *V2UpdateClusterLogsProgressParams
WithDefaults hydrates default values in the v2 update cluster logs progress params (not the query body).
All values with no default are reset to their zero value.
func (*V2UpdateClusterLogsProgressParams) WithHTTPClient ¶
func (o *V2UpdateClusterLogsProgressParams) WithHTTPClient(client *http.Client) *V2UpdateClusterLogsProgressParams
WithHTTPClient adds the HTTPClient to the v2 update cluster logs progress params
func (*V2UpdateClusterLogsProgressParams) WithLogsProgressParams ¶
func (o *V2UpdateClusterLogsProgressParams) WithLogsProgressParams(logsProgressParams *models.LogsProgressParams) *V2UpdateClusterLogsProgressParams
WithLogsProgressParams adds the logsProgressParams to the v2 update cluster logs progress params
func (*V2UpdateClusterLogsProgressParams) WithTimeout ¶
func (o *V2UpdateClusterLogsProgressParams) WithTimeout(timeout time.Duration) *V2UpdateClusterLogsProgressParams
WithTimeout adds the timeout to the v2 update cluster logs progress params
func (*V2UpdateClusterLogsProgressParams) WriteToRequest ¶
func (o *V2UpdateClusterLogsProgressParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V2UpdateClusterLogsProgressReader ¶
type V2UpdateClusterLogsProgressReader struct {
// contains filtered or unexported fields
}
V2UpdateClusterLogsProgressReader is a Reader for the V2UpdateClusterLogsProgress structure.
func (*V2UpdateClusterLogsProgressReader) ReadResponse ¶
func (o *V2UpdateClusterLogsProgressReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V2UpdateClusterLogsProgressServiceUnavailable ¶
type V2UpdateClusterLogsProgressServiceUnavailable struct {
}V2UpdateClusterLogsProgressServiceUnavailable describes a response with status code 503, with default header values.
Unavailable.
func NewV2UpdateClusterLogsProgressServiceUnavailable ¶
func NewV2UpdateClusterLogsProgressServiceUnavailable() *V2UpdateClusterLogsProgressServiceUnavailable
NewV2UpdateClusterLogsProgressServiceUnavailable creates a V2UpdateClusterLogsProgressServiceUnavailable with default headers values
func (*V2UpdateClusterLogsProgressServiceUnavailable) Error ¶
func (o *V2UpdateClusterLogsProgressServiceUnavailable) Error() string
func (*V2UpdateClusterLogsProgressServiceUnavailable) GetPayload ¶
func (o *V2UpdateClusterLogsProgressServiceUnavailable) GetPayload() *models.Error
func (*V2UpdateClusterLogsProgressServiceUnavailable) IsClientError ¶
func (o *V2UpdateClusterLogsProgressServiceUnavailable) IsClientError() bool
IsClientError returns true when this v2 update cluster logs progress service unavailable response has a 4xx status code
func (*V2UpdateClusterLogsProgressServiceUnavailable) IsCode ¶
func (o *V2UpdateClusterLogsProgressServiceUnavailable) IsCode(code int) bool
IsCode returns true when this v2 update cluster logs progress service unavailable response a status code equal to that given
func (*V2UpdateClusterLogsProgressServiceUnavailable) IsRedirect ¶
func (o *V2UpdateClusterLogsProgressServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this v2 update cluster logs progress service unavailable response has a 3xx status code
func (*V2UpdateClusterLogsProgressServiceUnavailable) IsServerError ¶
func (o *V2UpdateClusterLogsProgressServiceUnavailable) IsServerError() bool
IsServerError returns true when this v2 update cluster logs progress service unavailable response has a 5xx status code
func (*V2UpdateClusterLogsProgressServiceUnavailable) IsSuccess ¶
func (o *V2UpdateClusterLogsProgressServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this v2 update cluster logs progress service unavailable response has a 2xx status code
func (*V2UpdateClusterLogsProgressServiceUnavailable) String ¶
func (o *V2UpdateClusterLogsProgressServiceUnavailable) String() string
type V2UpdateClusterLogsProgressUnauthorized ¶
type V2UpdateClusterLogsProgressUnauthorized struct {
}V2UpdateClusterLogsProgressUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewV2UpdateClusterLogsProgressUnauthorized ¶
func NewV2UpdateClusterLogsProgressUnauthorized() *V2UpdateClusterLogsProgressUnauthorized
NewV2UpdateClusterLogsProgressUnauthorized creates a V2UpdateClusterLogsProgressUnauthorized with default headers values
func (*V2UpdateClusterLogsProgressUnauthorized) Error ¶
func (o *V2UpdateClusterLogsProgressUnauthorized) Error() string
func (*V2UpdateClusterLogsProgressUnauthorized) GetPayload ¶
func (o *V2UpdateClusterLogsProgressUnauthorized) GetPayload() *models.InfraError
func (*V2UpdateClusterLogsProgressUnauthorized) IsClientError ¶
func (o *V2UpdateClusterLogsProgressUnauthorized) IsClientError() bool
IsClientError returns true when this v2 update cluster logs progress unauthorized response has a 4xx status code
func (*V2UpdateClusterLogsProgressUnauthorized) IsCode ¶
func (o *V2UpdateClusterLogsProgressUnauthorized) IsCode(code int) bool
IsCode returns true when this v2 update cluster logs progress unauthorized response a status code equal to that given
func (*V2UpdateClusterLogsProgressUnauthorized) IsRedirect ¶
func (o *V2UpdateClusterLogsProgressUnauthorized) IsRedirect() bool
IsRedirect returns true when this v2 update cluster logs progress unauthorized response has a 3xx status code
func (*V2UpdateClusterLogsProgressUnauthorized) IsServerError ¶
func (o *V2UpdateClusterLogsProgressUnauthorized) IsServerError() bool
IsServerError returns true when this v2 update cluster logs progress unauthorized response has a 5xx status code
func (*V2UpdateClusterLogsProgressUnauthorized) IsSuccess ¶
func (o *V2UpdateClusterLogsProgressUnauthorized) IsSuccess() bool
IsSuccess returns true when this v2 update cluster logs progress unauthorized response has a 2xx status code
func (*V2UpdateClusterLogsProgressUnauthorized) String ¶
func (o *V2UpdateClusterLogsProgressUnauthorized) String() string
type V2UpdateClusterMethodNotAllowed ¶
V2UpdateClusterMethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewV2UpdateClusterMethodNotAllowed ¶
func NewV2UpdateClusterMethodNotAllowed() *V2UpdateClusterMethodNotAllowed
NewV2UpdateClusterMethodNotAllowed creates a V2UpdateClusterMethodNotAllowed with default headers values
func (*V2UpdateClusterMethodNotAllowed) Error ¶
func (o *V2UpdateClusterMethodNotAllowed) Error() string
func (*V2UpdateClusterMethodNotAllowed) GetPayload ¶
func (o *V2UpdateClusterMethodNotAllowed) GetPayload() *models.Error
func (*V2UpdateClusterMethodNotAllowed) IsClientError ¶
func (o *V2UpdateClusterMethodNotAllowed) IsClientError() bool
IsClientError returns true when this v2 update cluster method not allowed response has a 4xx status code
func (*V2UpdateClusterMethodNotAllowed) IsCode ¶
func (o *V2UpdateClusterMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this v2 update cluster method not allowed response a status code equal to that given
func (*V2UpdateClusterMethodNotAllowed) IsRedirect ¶
func (o *V2UpdateClusterMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this v2 update cluster method not allowed response has a 3xx status code
func (*V2UpdateClusterMethodNotAllowed) IsServerError ¶
func (o *V2UpdateClusterMethodNotAllowed) IsServerError() bool
IsServerError returns true when this v2 update cluster method not allowed response has a 5xx status code
func (*V2UpdateClusterMethodNotAllowed) IsSuccess ¶
func (o *V2UpdateClusterMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this v2 update cluster method not allowed response has a 2xx status code
func (*V2UpdateClusterMethodNotAllowed) String ¶
func (o *V2UpdateClusterMethodNotAllowed) String() string
type V2UpdateClusterNotFound ¶
V2UpdateClusterNotFound describes a response with status code 404, with default header values.
Error.
func NewV2UpdateClusterNotFound ¶
func NewV2UpdateClusterNotFound() *V2UpdateClusterNotFound
NewV2UpdateClusterNotFound creates a V2UpdateClusterNotFound with default headers values
func (*V2UpdateClusterNotFound) Error ¶
func (o *V2UpdateClusterNotFound) Error() string
func (*V2UpdateClusterNotFound) GetPayload ¶
func (o *V2UpdateClusterNotFound) GetPayload() *models.Error
func (*V2UpdateClusterNotFound) IsClientError ¶
func (o *V2UpdateClusterNotFound) IsClientError() bool
IsClientError returns true when this v2 update cluster not found response has a 4xx status code
func (*V2UpdateClusterNotFound) IsCode ¶
func (o *V2UpdateClusterNotFound) IsCode(code int) bool
IsCode returns true when this v2 update cluster not found response a status code equal to that given
func (*V2UpdateClusterNotFound) IsRedirect ¶
func (o *V2UpdateClusterNotFound) IsRedirect() bool
IsRedirect returns true when this v2 update cluster not found response has a 3xx status code
func (*V2UpdateClusterNotFound) IsServerError ¶
func (o *V2UpdateClusterNotFound) IsServerError() bool
IsServerError returns true when this v2 update cluster not found response has a 5xx status code
func (*V2UpdateClusterNotFound) IsSuccess ¶
func (o *V2UpdateClusterNotFound) IsSuccess() bool
IsSuccess returns true when this v2 update cluster not found response has a 2xx status code
func (*V2UpdateClusterNotFound) String ¶
func (o *V2UpdateClusterNotFound) String() string
type V2UpdateClusterParams ¶
type V2UpdateClusterParams struct { /* ClusterUpdateParams. The properties to update. */ ClusterUpdateParams *models.V2ClusterUpdateParams /* ClusterID. The cluster to be updated. Format: uuid */ ClusterID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V2UpdateClusterParams contains all the parameters to send to the API endpoint
for the v2 update cluster operation. Typically these are written to a http.Request.
func NewV2UpdateClusterParams ¶
func NewV2UpdateClusterParams() *V2UpdateClusterParams
NewV2UpdateClusterParams creates a new V2UpdateClusterParams 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 NewV2UpdateClusterParamsWithContext ¶
func NewV2UpdateClusterParamsWithContext(ctx context.Context) *V2UpdateClusterParams
NewV2UpdateClusterParamsWithContext creates a new V2UpdateClusterParams object with the ability to set a context for a request.
func NewV2UpdateClusterParamsWithHTTPClient ¶
func NewV2UpdateClusterParamsWithHTTPClient(client *http.Client) *V2UpdateClusterParams
NewV2UpdateClusterParamsWithHTTPClient creates a new V2UpdateClusterParams object with the ability to set a custom HTTPClient for a request.
func NewV2UpdateClusterParamsWithTimeout ¶
func NewV2UpdateClusterParamsWithTimeout(timeout time.Duration) *V2UpdateClusterParams
NewV2UpdateClusterParamsWithTimeout creates a new V2UpdateClusterParams object with the ability to set a timeout on a request.
func (*V2UpdateClusterParams) SetClusterID ¶
func (o *V2UpdateClusterParams) SetClusterID(clusterID strfmt.UUID)
SetClusterID adds the clusterId to the v2 update cluster params
func (*V2UpdateClusterParams) SetClusterUpdateParams ¶
func (o *V2UpdateClusterParams) SetClusterUpdateParams(clusterUpdateParams *models.V2ClusterUpdateParams)
SetClusterUpdateParams adds the clusterUpdateParams to the v2 update cluster params
func (*V2UpdateClusterParams) SetContext ¶
func (o *V2UpdateClusterParams) SetContext(ctx context.Context)
SetContext adds the context to the v2 update cluster params
func (*V2UpdateClusterParams) SetDefaults ¶
func (o *V2UpdateClusterParams) SetDefaults()
SetDefaults hydrates default values in the v2 update cluster params (not the query body).
All values with no default are reset to their zero value.
func (*V2UpdateClusterParams) SetHTTPClient ¶
func (o *V2UpdateClusterParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v2 update cluster params
func (*V2UpdateClusterParams) SetTimeout ¶
func (o *V2UpdateClusterParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v2 update cluster params
func (*V2UpdateClusterParams) WithClusterID ¶
func (o *V2UpdateClusterParams) WithClusterID(clusterID strfmt.UUID) *V2UpdateClusterParams
WithClusterID adds the clusterID to the v2 update cluster params
func (*V2UpdateClusterParams) WithClusterUpdateParams ¶
func (o *V2UpdateClusterParams) WithClusterUpdateParams(clusterUpdateParams *models.V2ClusterUpdateParams) *V2UpdateClusterParams
WithClusterUpdateParams adds the clusterUpdateParams to the v2 update cluster params
func (*V2UpdateClusterParams) WithContext ¶
func (o *V2UpdateClusterParams) WithContext(ctx context.Context) *V2UpdateClusterParams
WithContext adds the context to the v2 update cluster params
func (*V2UpdateClusterParams) WithDefaults ¶
func (o *V2UpdateClusterParams) WithDefaults() *V2UpdateClusterParams
WithDefaults hydrates default values in the v2 update cluster params (not the query body).
All values with no default are reset to their zero value.
func (*V2UpdateClusterParams) WithHTTPClient ¶
func (o *V2UpdateClusterParams) WithHTTPClient(client *http.Client) *V2UpdateClusterParams
WithHTTPClient adds the HTTPClient to the v2 update cluster params
func (*V2UpdateClusterParams) WithTimeout ¶
func (o *V2UpdateClusterParams) WithTimeout(timeout time.Duration) *V2UpdateClusterParams
WithTimeout adds the timeout to the v2 update cluster params
func (*V2UpdateClusterParams) WriteToRequest ¶
func (o *V2UpdateClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V2UpdateClusterReader ¶
type V2UpdateClusterReader struct {
// contains filtered or unexported fields
}
V2UpdateClusterReader is a Reader for the V2UpdateCluster structure.
func (*V2UpdateClusterReader) ReadResponse ¶
func (o *V2UpdateClusterReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V2UpdateClusterUISettingsBadRequest ¶
V2UpdateClusterUISettingsBadRequest describes a response with status code 400, with default header values.
Error.
func NewV2UpdateClusterUISettingsBadRequest ¶
func NewV2UpdateClusterUISettingsBadRequest() *V2UpdateClusterUISettingsBadRequest
NewV2UpdateClusterUISettingsBadRequest creates a V2UpdateClusterUISettingsBadRequest with default headers values
func (*V2UpdateClusterUISettingsBadRequest) Error ¶
func (o *V2UpdateClusterUISettingsBadRequest) Error() string
func (*V2UpdateClusterUISettingsBadRequest) GetPayload ¶
func (o *V2UpdateClusterUISettingsBadRequest) GetPayload() *models.Error
func (*V2UpdateClusterUISettingsBadRequest) IsClientError ¶
func (o *V2UpdateClusterUISettingsBadRequest) IsClientError() bool
IsClientError returns true when this v2 update cluster Ui settings bad request response has a 4xx status code
func (*V2UpdateClusterUISettingsBadRequest) IsCode ¶
func (o *V2UpdateClusterUISettingsBadRequest) IsCode(code int) bool
IsCode returns true when this v2 update cluster Ui settings bad request response a status code equal to that given
func (*V2UpdateClusterUISettingsBadRequest) IsRedirect ¶
func (o *V2UpdateClusterUISettingsBadRequest) IsRedirect() bool
IsRedirect returns true when this v2 update cluster Ui settings bad request response has a 3xx status code
func (*V2UpdateClusterUISettingsBadRequest) IsServerError ¶
func (o *V2UpdateClusterUISettingsBadRequest) IsServerError() bool
IsServerError returns true when this v2 update cluster Ui settings bad request response has a 5xx status code
func (*V2UpdateClusterUISettingsBadRequest) IsSuccess ¶
func (o *V2UpdateClusterUISettingsBadRequest) IsSuccess() bool
IsSuccess returns true when this v2 update cluster Ui settings bad request response has a 2xx status code
func (*V2UpdateClusterUISettingsBadRequest) String ¶
func (o *V2UpdateClusterUISettingsBadRequest) String() string
type V2UpdateClusterUISettingsForbidden ¶
type V2UpdateClusterUISettingsForbidden struct {
Payload *models.InfraError
}
V2UpdateClusterUISettingsForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewV2UpdateClusterUISettingsForbidden ¶
func NewV2UpdateClusterUISettingsForbidden() *V2UpdateClusterUISettingsForbidden
NewV2UpdateClusterUISettingsForbidden creates a V2UpdateClusterUISettingsForbidden with default headers values
func (*V2UpdateClusterUISettingsForbidden) Error ¶
func (o *V2UpdateClusterUISettingsForbidden) Error() string
func (*V2UpdateClusterUISettingsForbidden) GetPayload ¶
func (o *V2UpdateClusterUISettingsForbidden) GetPayload() *models.InfraError
func (*V2UpdateClusterUISettingsForbidden) IsClientError ¶
func (o *V2UpdateClusterUISettingsForbidden) IsClientError() bool
IsClientError returns true when this v2 update cluster Ui settings forbidden response has a 4xx status code
func (*V2UpdateClusterUISettingsForbidden) IsCode ¶
func (o *V2UpdateClusterUISettingsForbidden) IsCode(code int) bool
IsCode returns true when this v2 update cluster Ui settings forbidden response a status code equal to that given
func (*V2UpdateClusterUISettingsForbidden) IsRedirect ¶
func (o *V2UpdateClusterUISettingsForbidden) IsRedirect() bool
IsRedirect returns true when this v2 update cluster Ui settings forbidden response has a 3xx status code
func (*V2UpdateClusterUISettingsForbidden) IsServerError ¶
func (o *V2UpdateClusterUISettingsForbidden) IsServerError() bool
IsServerError returns true when this v2 update cluster Ui settings forbidden response has a 5xx status code
func (*V2UpdateClusterUISettingsForbidden) IsSuccess ¶
func (o *V2UpdateClusterUISettingsForbidden) IsSuccess() bool
IsSuccess returns true when this v2 update cluster Ui settings forbidden response has a 2xx status code
func (*V2UpdateClusterUISettingsForbidden) String ¶
func (o *V2UpdateClusterUISettingsForbidden) String() string
type V2UpdateClusterUISettingsInternalServerError ¶
V2UpdateClusterUISettingsInternalServerError describes a response with status code 500, with default header values.
Error.
func NewV2UpdateClusterUISettingsInternalServerError ¶
func NewV2UpdateClusterUISettingsInternalServerError() *V2UpdateClusterUISettingsInternalServerError
NewV2UpdateClusterUISettingsInternalServerError creates a V2UpdateClusterUISettingsInternalServerError with default headers values
func (*V2UpdateClusterUISettingsInternalServerError) Error ¶
func (o *V2UpdateClusterUISettingsInternalServerError) Error() string
func (*V2UpdateClusterUISettingsInternalServerError) GetPayload ¶
func (o *V2UpdateClusterUISettingsInternalServerError) GetPayload() *models.Error
func (*V2UpdateClusterUISettingsInternalServerError) IsClientError ¶
func (o *V2UpdateClusterUISettingsInternalServerError) IsClientError() bool
IsClientError returns true when this v2 update cluster Ui settings internal server error response has a 4xx status code
func (*V2UpdateClusterUISettingsInternalServerError) IsCode ¶
func (o *V2UpdateClusterUISettingsInternalServerError) IsCode(code int) bool
IsCode returns true when this v2 update cluster Ui settings internal server error response a status code equal to that given
func (*V2UpdateClusterUISettingsInternalServerError) IsRedirect ¶
func (o *V2UpdateClusterUISettingsInternalServerError) IsRedirect() bool
IsRedirect returns true when this v2 update cluster Ui settings internal server error response has a 3xx status code
func (*V2UpdateClusterUISettingsInternalServerError) IsServerError ¶
func (o *V2UpdateClusterUISettingsInternalServerError) IsServerError() bool
IsServerError returns true when this v2 update cluster Ui settings internal server error response has a 5xx status code
func (*V2UpdateClusterUISettingsInternalServerError) IsSuccess ¶
func (o *V2UpdateClusterUISettingsInternalServerError) IsSuccess() bool
IsSuccess returns true when this v2 update cluster Ui settings internal server error response has a 2xx status code
func (*V2UpdateClusterUISettingsInternalServerError) String ¶
func (o *V2UpdateClusterUISettingsInternalServerError) String() string
type V2UpdateClusterUISettingsNotFound ¶
V2UpdateClusterUISettingsNotFound describes a response with status code 404, with default header values.
Error.
func NewV2UpdateClusterUISettingsNotFound ¶
func NewV2UpdateClusterUISettingsNotFound() *V2UpdateClusterUISettingsNotFound
NewV2UpdateClusterUISettingsNotFound creates a V2UpdateClusterUISettingsNotFound with default headers values
func (*V2UpdateClusterUISettingsNotFound) Error ¶
func (o *V2UpdateClusterUISettingsNotFound) Error() string
func (*V2UpdateClusterUISettingsNotFound) GetPayload ¶
func (o *V2UpdateClusterUISettingsNotFound) GetPayload() *models.Error
func (*V2UpdateClusterUISettingsNotFound) IsClientError ¶
func (o *V2UpdateClusterUISettingsNotFound) IsClientError() bool
IsClientError returns true when this v2 update cluster Ui settings not found response has a 4xx status code
func (*V2UpdateClusterUISettingsNotFound) IsCode ¶
func (o *V2UpdateClusterUISettingsNotFound) IsCode(code int) bool
IsCode returns true when this v2 update cluster Ui settings not found response a status code equal to that given
func (*V2UpdateClusterUISettingsNotFound) IsRedirect ¶
func (o *V2UpdateClusterUISettingsNotFound) IsRedirect() bool
IsRedirect returns true when this v2 update cluster Ui settings not found response has a 3xx status code
func (*V2UpdateClusterUISettingsNotFound) IsServerError ¶
func (o *V2UpdateClusterUISettingsNotFound) IsServerError() bool
IsServerError returns true when this v2 update cluster Ui settings not found response has a 5xx status code
func (*V2UpdateClusterUISettingsNotFound) IsSuccess ¶
func (o *V2UpdateClusterUISettingsNotFound) IsSuccess() bool
IsSuccess returns true when this v2 update cluster Ui settings not found response has a 2xx status code
func (*V2UpdateClusterUISettingsNotFound) String ¶
func (o *V2UpdateClusterUISettingsNotFound) String() string
type V2UpdateClusterUISettingsOK ¶
type V2UpdateClusterUISettingsOK struct {
Payload string
}
V2UpdateClusterUISettingsOK describes a response with status code 200, with default header values.
Success.
func NewV2UpdateClusterUISettingsOK ¶
func NewV2UpdateClusterUISettingsOK() *V2UpdateClusterUISettingsOK
NewV2UpdateClusterUISettingsOK creates a V2UpdateClusterUISettingsOK with default headers values
func (*V2UpdateClusterUISettingsOK) Error ¶
func (o *V2UpdateClusterUISettingsOK) Error() string
func (*V2UpdateClusterUISettingsOK) GetPayload ¶
func (o *V2UpdateClusterUISettingsOK) GetPayload() string
func (*V2UpdateClusterUISettingsOK) IsClientError ¶
func (o *V2UpdateClusterUISettingsOK) IsClientError() bool
IsClientError returns true when this v2 update cluster Ui settings o k response has a 4xx status code
func (*V2UpdateClusterUISettingsOK) IsCode ¶
func (o *V2UpdateClusterUISettingsOK) IsCode(code int) bool
IsCode returns true when this v2 update cluster Ui settings o k response a status code equal to that given
func (*V2UpdateClusterUISettingsOK) IsRedirect ¶
func (o *V2UpdateClusterUISettingsOK) IsRedirect() bool
IsRedirect returns true when this v2 update cluster Ui settings o k response has a 3xx status code
func (*V2UpdateClusterUISettingsOK) IsServerError ¶
func (o *V2UpdateClusterUISettingsOK) IsServerError() bool
IsServerError returns true when this v2 update cluster Ui settings o k response has a 5xx status code
func (*V2UpdateClusterUISettingsOK) IsSuccess ¶
func (o *V2UpdateClusterUISettingsOK) IsSuccess() bool
IsSuccess returns true when this v2 update cluster Ui settings o k response has a 2xx status code
func (*V2UpdateClusterUISettingsOK) String ¶
func (o *V2UpdateClusterUISettingsOK) String() string
type V2UpdateClusterUISettingsParams ¶
type V2UpdateClusterUISettingsParams struct { /* ClusterID. The cluster for which UI settings should be updated. Format: uuid */ ClusterID strfmt.UUID /* UISettings. Settings for the installer UI. */ UISettings string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V2UpdateClusterUISettingsParams contains all the parameters to send to the API endpoint
for the v2 update cluster UI settings operation. Typically these are written to a http.Request.
func NewV2UpdateClusterUISettingsParams ¶
func NewV2UpdateClusterUISettingsParams() *V2UpdateClusterUISettingsParams
NewV2UpdateClusterUISettingsParams creates a new V2UpdateClusterUISettingsParams 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 NewV2UpdateClusterUISettingsParamsWithContext ¶
func NewV2UpdateClusterUISettingsParamsWithContext(ctx context.Context) *V2UpdateClusterUISettingsParams
NewV2UpdateClusterUISettingsParamsWithContext creates a new V2UpdateClusterUISettingsParams object with the ability to set a context for a request.
func NewV2UpdateClusterUISettingsParamsWithHTTPClient ¶
func NewV2UpdateClusterUISettingsParamsWithHTTPClient(client *http.Client) *V2UpdateClusterUISettingsParams
NewV2UpdateClusterUISettingsParamsWithHTTPClient creates a new V2UpdateClusterUISettingsParams object with the ability to set a custom HTTPClient for a request.
func NewV2UpdateClusterUISettingsParamsWithTimeout ¶
func NewV2UpdateClusterUISettingsParamsWithTimeout(timeout time.Duration) *V2UpdateClusterUISettingsParams
NewV2UpdateClusterUISettingsParamsWithTimeout creates a new V2UpdateClusterUISettingsParams object with the ability to set a timeout on a request.
func (*V2UpdateClusterUISettingsParams) SetClusterID ¶
func (o *V2UpdateClusterUISettingsParams) SetClusterID(clusterID strfmt.UUID)
SetClusterID adds the clusterId to the v2 update cluster UI settings params
func (*V2UpdateClusterUISettingsParams) SetContext ¶
func (o *V2UpdateClusterUISettingsParams) SetContext(ctx context.Context)
SetContext adds the context to the v2 update cluster UI settings params
func (*V2UpdateClusterUISettingsParams) SetDefaults ¶
func (o *V2UpdateClusterUISettingsParams) SetDefaults()
SetDefaults hydrates default values in the v2 update cluster UI settings params (not the query body).
All values with no default are reset to their zero value.
func (*V2UpdateClusterUISettingsParams) SetHTTPClient ¶
func (o *V2UpdateClusterUISettingsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v2 update cluster UI settings params
func (*V2UpdateClusterUISettingsParams) SetTimeout ¶
func (o *V2UpdateClusterUISettingsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v2 update cluster UI settings params
func (*V2UpdateClusterUISettingsParams) SetUISettings ¶
func (o *V2UpdateClusterUISettingsParams) SetUISettings(uISettings string)
SetUISettings adds the uiSettings to the v2 update cluster UI settings params
func (*V2UpdateClusterUISettingsParams) WithClusterID ¶
func (o *V2UpdateClusterUISettingsParams) WithClusterID(clusterID strfmt.UUID) *V2UpdateClusterUISettingsParams
WithClusterID adds the clusterID to the v2 update cluster UI settings params
func (*V2UpdateClusterUISettingsParams) WithContext ¶
func (o *V2UpdateClusterUISettingsParams) WithContext(ctx context.Context) *V2UpdateClusterUISettingsParams
WithContext adds the context to the v2 update cluster UI settings params
func (*V2UpdateClusterUISettingsParams) WithDefaults ¶
func (o *V2UpdateClusterUISettingsParams) WithDefaults() *V2UpdateClusterUISettingsParams
WithDefaults hydrates default values in the v2 update cluster UI settings params (not the query body).
All values with no default are reset to their zero value.
func (*V2UpdateClusterUISettingsParams) WithHTTPClient ¶
func (o *V2UpdateClusterUISettingsParams) WithHTTPClient(client *http.Client) *V2UpdateClusterUISettingsParams
WithHTTPClient adds the HTTPClient to the v2 update cluster UI settings params
func (*V2UpdateClusterUISettingsParams) WithTimeout ¶
func (o *V2UpdateClusterUISettingsParams) WithTimeout(timeout time.Duration) *V2UpdateClusterUISettingsParams
WithTimeout adds the timeout to the v2 update cluster UI settings params
func (*V2UpdateClusterUISettingsParams) WithUISettings ¶
func (o *V2UpdateClusterUISettingsParams) WithUISettings(uISettings string) *V2UpdateClusterUISettingsParams
WithUISettings adds the uISettings to the v2 update cluster UI settings params
func (*V2UpdateClusterUISettingsParams) WriteToRequest ¶
func (o *V2UpdateClusterUISettingsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V2UpdateClusterUISettingsReader ¶
type V2UpdateClusterUISettingsReader struct {
// contains filtered or unexported fields
}
V2UpdateClusterUISettingsReader is a Reader for the V2UpdateClusterUISettings structure.
func (*V2UpdateClusterUISettingsReader) ReadResponse ¶
func (o *V2UpdateClusterUISettingsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V2UpdateClusterUISettingsUnauthorized ¶
type V2UpdateClusterUISettingsUnauthorized struct {
}V2UpdateClusterUISettingsUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewV2UpdateClusterUISettingsUnauthorized ¶
func NewV2UpdateClusterUISettingsUnauthorized() *V2UpdateClusterUISettingsUnauthorized
NewV2UpdateClusterUISettingsUnauthorized creates a V2UpdateClusterUISettingsUnauthorized with default headers values
func (*V2UpdateClusterUISettingsUnauthorized) Error ¶
func (o *V2UpdateClusterUISettingsUnauthorized) Error() string
func (*V2UpdateClusterUISettingsUnauthorized) GetPayload ¶
func (o *V2UpdateClusterUISettingsUnauthorized) GetPayload() *models.InfraError
func (*V2UpdateClusterUISettingsUnauthorized) IsClientError ¶
func (o *V2UpdateClusterUISettingsUnauthorized) IsClientError() bool
IsClientError returns true when this v2 update cluster Ui settings unauthorized response has a 4xx status code
func (*V2UpdateClusterUISettingsUnauthorized) IsCode ¶
func (o *V2UpdateClusterUISettingsUnauthorized) IsCode(code int) bool
IsCode returns true when this v2 update cluster Ui settings unauthorized response a status code equal to that given
func (*V2UpdateClusterUISettingsUnauthorized) IsRedirect ¶
func (o *V2UpdateClusterUISettingsUnauthorized) IsRedirect() bool
IsRedirect returns true when this v2 update cluster Ui settings unauthorized response has a 3xx status code
func (*V2UpdateClusterUISettingsUnauthorized) IsServerError ¶
func (o *V2UpdateClusterUISettingsUnauthorized) IsServerError() bool
IsServerError returns true when this v2 update cluster Ui settings unauthorized response has a 5xx status code
func (*V2UpdateClusterUISettingsUnauthorized) IsSuccess ¶
func (o *V2UpdateClusterUISettingsUnauthorized) IsSuccess() bool
IsSuccess returns true when this v2 update cluster Ui settings unauthorized response has a 2xx status code
func (*V2UpdateClusterUISettingsUnauthorized) String ¶
func (o *V2UpdateClusterUISettingsUnauthorized) String() string
type V2UpdateClusterUnauthorized ¶
type V2UpdateClusterUnauthorized struct {
}V2UpdateClusterUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewV2UpdateClusterUnauthorized ¶
func NewV2UpdateClusterUnauthorized() *V2UpdateClusterUnauthorized
NewV2UpdateClusterUnauthorized creates a V2UpdateClusterUnauthorized with default headers values
func (*V2UpdateClusterUnauthorized) Error ¶
func (o *V2UpdateClusterUnauthorized) Error() string
func (*V2UpdateClusterUnauthorized) GetPayload ¶
func (o *V2UpdateClusterUnauthorized) GetPayload() *models.InfraError
func (*V2UpdateClusterUnauthorized) IsClientError ¶
func (o *V2UpdateClusterUnauthorized) IsClientError() bool
IsClientError returns true when this v2 update cluster unauthorized response has a 4xx status code
func (*V2UpdateClusterUnauthorized) IsCode ¶
func (o *V2UpdateClusterUnauthorized) IsCode(code int) bool
IsCode returns true when this v2 update cluster unauthorized response a status code equal to that given
func (*V2UpdateClusterUnauthorized) IsRedirect ¶
func (o *V2UpdateClusterUnauthorized) IsRedirect() bool
IsRedirect returns true when this v2 update cluster unauthorized response has a 3xx status code
func (*V2UpdateClusterUnauthorized) IsServerError ¶
func (o *V2UpdateClusterUnauthorized) IsServerError() bool
IsServerError returns true when this v2 update cluster unauthorized response has a 5xx status code
func (*V2UpdateClusterUnauthorized) IsSuccess ¶
func (o *V2UpdateClusterUnauthorized) IsSuccess() bool
IsSuccess returns true when this v2 update cluster unauthorized response has a 2xx status code
func (*V2UpdateClusterUnauthorized) String ¶
func (o *V2UpdateClusterUnauthorized) String() string
type V2UpdateHostBadRequest ¶
V2UpdateHostBadRequest describes a response with status code 400, with default header values.
Error.
func NewV2UpdateHostBadRequest ¶
func NewV2UpdateHostBadRequest() *V2UpdateHostBadRequest
NewV2UpdateHostBadRequest creates a V2UpdateHostBadRequest with default headers values
func (*V2UpdateHostBadRequest) Error ¶
func (o *V2UpdateHostBadRequest) Error() string
func (*V2UpdateHostBadRequest) GetPayload ¶
func (o *V2UpdateHostBadRequest) GetPayload() *models.Error
func (*V2UpdateHostBadRequest) IsClientError ¶
func (o *V2UpdateHostBadRequest) IsClientError() bool
IsClientError returns true when this v2 update host bad request response has a 4xx status code
func (*V2UpdateHostBadRequest) IsCode ¶
func (o *V2UpdateHostBadRequest) IsCode(code int) bool
IsCode returns true when this v2 update host bad request response a status code equal to that given
func (*V2UpdateHostBadRequest) IsRedirect ¶
func (o *V2UpdateHostBadRequest) IsRedirect() bool
IsRedirect returns true when this v2 update host bad request response has a 3xx status code
func (*V2UpdateHostBadRequest) IsServerError ¶
func (o *V2UpdateHostBadRequest) IsServerError() bool
IsServerError returns true when this v2 update host bad request response has a 5xx status code
func (*V2UpdateHostBadRequest) IsSuccess ¶
func (o *V2UpdateHostBadRequest) IsSuccess() bool
IsSuccess returns true when this v2 update host bad request response has a 2xx status code
func (*V2UpdateHostBadRequest) String ¶
func (o *V2UpdateHostBadRequest) String() string
type V2UpdateHostConflict ¶
V2UpdateHostConflict describes a response with status code 409, with default header values.
Error.
func NewV2UpdateHostConflict ¶
func NewV2UpdateHostConflict() *V2UpdateHostConflict
NewV2UpdateHostConflict creates a V2UpdateHostConflict with default headers values
func (*V2UpdateHostConflict) Error ¶
func (o *V2UpdateHostConflict) Error() string
func (*V2UpdateHostConflict) GetPayload ¶
func (o *V2UpdateHostConflict) GetPayload() *models.Error
func (*V2UpdateHostConflict) IsClientError ¶
func (o *V2UpdateHostConflict) IsClientError() bool
IsClientError returns true when this v2 update host conflict response has a 4xx status code
func (*V2UpdateHostConflict) IsCode ¶
func (o *V2UpdateHostConflict) IsCode(code int) bool
IsCode returns true when this v2 update host conflict response a status code equal to that given
func (*V2UpdateHostConflict) IsRedirect ¶
func (o *V2UpdateHostConflict) IsRedirect() bool
IsRedirect returns true when this v2 update host conflict response has a 3xx status code
func (*V2UpdateHostConflict) IsServerError ¶
func (o *V2UpdateHostConflict) IsServerError() bool
IsServerError returns true when this v2 update host conflict response has a 5xx status code
func (*V2UpdateHostConflict) IsSuccess ¶
func (o *V2UpdateHostConflict) IsSuccess() bool
IsSuccess returns true when this v2 update host conflict response has a 2xx status code
func (*V2UpdateHostConflict) String ¶
func (o *V2UpdateHostConflict) String() string
type V2UpdateHostCreated ¶
V2UpdateHostCreated describes a response with status code 201, with default header values.
Success.
func NewV2UpdateHostCreated ¶
func NewV2UpdateHostCreated() *V2UpdateHostCreated
NewV2UpdateHostCreated creates a V2UpdateHostCreated with default headers values
func (*V2UpdateHostCreated) Error ¶
func (o *V2UpdateHostCreated) Error() string
func (*V2UpdateHostCreated) GetPayload ¶
func (o *V2UpdateHostCreated) GetPayload() *models.Host
func (*V2UpdateHostCreated) IsClientError ¶
func (o *V2UpdateHostCreated) IsClientError() bool
IsClientError returns true when this v2 update host created response has a 4xx status code
func (*V2UpdateHostCreated) IsCode ¶
func (o *V2UpdateHostCreated) IsCode(code int) bool
IsCode returns true when this v2 update host created response a status code equal to that given
func (*V2UpdateHostCreated) IsRedirect ¶
func (o *V2UpdateHostCreated) IsRedirect() bool
IsRedirect returns true when this v2 update host created response has a 3xx status code
func (*V2UpdateHostCreated) IsServerError ¶
func (o *V2UpdateHostCreated) IsServerError() bool
IsServerError returns true when this v2 update host created response has a 5xx status code
func (*V2UpdateHostCreated) IsSuccess ¶
func (o *V2UpdateHostCreated) IsSuccess() bool
IsSuccess returns true when this v2 update host created response has a 2xx status code
func (*V2UpdateHostCreated) String ¶
func (o *V2UpdateHostCreated) String() string
type V2UpdateHostForbidden ¶
type V2UpdateHostForbidden struct {
Payload *models.InfraError
}
V2UpdateHostForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewV2UpdateHostForbidden ¶
func NewV2UpdateHostForbidden() *V2UpdateHostForbidden
NewV2UpdateHostForbidden creates a V2UpdateHostForbidden with default headers values
func (*V2UpdateHostForbidden) Error ¶
func (o *V2UpdateHostForbidden) Error() string
func (*V2UpdateHostForbidden) GetPayload ¶
func (o *V2UpdateHostForbidden) GetPayload() *models.InfraError
func (*V2UpdateHostForbidden) IsClientError ¶
func (o *V2UpdateHostForbidden) IsClientError() bool
IsClientError returns true when this v2 update host forbidden response has a 4xx status code
func (*V2UpdateHostForbidden) IsCode ¶
func (o *V2UpdateHostForbidden) IsCode(code int) bool
IsCode returns true when this v2 update host forbidden response a status code equal to that given
func (*V2UpdateHostForbidden) IsRedirect ¶
func (o *V2UpdateHostForbidden) IsRedirect() bool
IsRedirect returns true when this v2 update host forbidden response has a 3xx status code
func (*V2UpdateHostForbidden) IsServerError ¶
func (o *V2UpdateHostForbidden) IsServerError() bool
IsServerError returns true when this v2 update host forbidden response has a 5xx status code
func (*V2UpdateHostForbidden) IsSuccess ¶
func (o *V2UpdateHostForbidden) IsSuccess() bool
IsSuccess returns true when this v2 update host forbidden response has a 2xx status code
func (*V2UpdateHostForbidden) String ¶
func (o *V2UpdateHostForbidden) String() string
type V2UpdateHostIgnitionBadRequest ¶
V2UpdateHostIgnitionBadRequest describes a response with status code 400, with default header values.
Error.
func NewV2UpdateHostIgnitionBadRequest ¶
func NewV2UpdateHostIgnitionBadRequest() *V2UpdateHostIgnitionBadRequest
NewV2UpdateHostIgnitionBadRequest creates a V2UpdateHostIgnitionBadRequest with default headers values
func (*V2UpdateHostIgnitionBadRequest) Error ¶
func (o *V2UpdateHostIgnitionBadRequest) Error() string
func (*V2UpdateHostIgnitionBadRequest) GetPayload ¶
func (o *V2UpdateHostIgnitionBadRequest) GetPayload() *models.Error
func (*V2UpdateHostIgnitionBadRequest) IsClientError ¶
func (o *V2UpdateHostIgnitionBadRequest) IsClientError() bool
IsClientError returns true when this v2 update host ignition bad request response has a 4xx status code
func (*V2UpdateHostIgnitionBadRequest) IsCode ¶
func (o *V2UpdateHostIgnitionBadRequest) IsCode(code int) bool
IsCode returns true when this v2 update host ignition bad request response a status code equal to that given
func (*V2UpdateHostIgnitionBadRequest) IsRedirect ¶
func (o *V2UpdateHostIgnitionBadRequest) IsRedirect() bool
IsRedirect returns true when this v2 update host ignition bad request response has a 3xx status code
func (*V2UpdateHostIgnitionBadRequest) IsServerError ¶
func (o *V2UpdateHostIgnitionBadRequest) IsServerError() bool
IsServerError returns true when this v2 update host ignition bad request response has a 5xx status code
func (*V2UpdateHostIgnitionBadRequest) IsSuccess ¶
func (o *V2UpdateHostIgnitionBadRequest) IsSuccess() bool
IsSuccess returns true when this v2 update host ignition bad request response has a 2xx status code
func (*V2UpdateHostIgnitionBadRequest) String ¶
func (o *V2UpdateHostIgnitionBadRequest) String() string
type V2UpdateHostIgnitionCreated ¶
type V2UpdateHostIgnitionCreated struct { }
V2UpdateHostIgnitionCreated describes a response with status code 201, with default header values.
Success.
func NewV2UpdateHostIgnitionCreated ¶
func NewV2UpdateHostIgnitionCreated() *V2UpdateHostIgnitionCreated
NewV2UpdateHostIgnitionCreated creates a V2UpdateHostIgnitionCreated with default headers values
func (*V2UpdateHostIgnitionCreated) Error ¶
func (o *V2UpdateHostIgnitionCreated) Error() string
func (*V2UpdateHostIgnitionCreated) IsClientError ¶
func (o *V2UpdateHostIgnitionCreated) IsClientError() bool
IsClientError returns true when this v2 update host ignition created response has a 4xx status code
func (*V2UpdateHostIgnitionCreated) IsCode ¶
func (o *V2UpdateHostIgnitionCreated) IsCode(code int) bool
IsCode returns true when this v2 update host ignition created response a status code equal to that given
func (*V2UpdateHostIgnitionCreated) IsRedirect ¶
func (o *V2UpdateHostIgnitionCreated) IsRedirect() bool
IsRedirect returns true when this v2 update host ignition created response has a 3xx status code
func (*V2UpdateHostIgnitionCreated) IsServerError ¶
func (o *V2UpdateHostIgnitionCreated) IsServerError() bool
IsServerError returns true when this v2 update host ignition created response has a 5xx status code
func (*V2UpdateHostIgnitionCreated) IsSuccess ¶
func (o *V2UpdateHostIgnitionCreated) IsSuccess() bool
IsSuccess returns true when this v2 update host ignition created response has a 2xx status code
func (*V2UpdateHostIgnitionCreated) String ¶
func (o *V2UpdateHostIgnitionCreated) String() string
type V2UpdateHostIgnitionForbidden ¶
type V2UpdateHostIgnitionForbidden struct {
Payload *models.InfraError
}
V2UpdateHostIgnitionForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewV2UpdateHostIgnitionForbidden ¶
func NewV2UpdateHostIgnitionForbidden() *V2UpdateHostIgnitionForbidden
NewV2UpdateHostIgnitionForbidden creates a V2UpdateHostIgnitionForbidden with default headers values
func (*V2UpdateHostIgnitionForbidden) Error ¶
func (o *V2UpdateHostIgnitionForbidden) Error() string
func (*V2UpdateHostIgnitionForbidden) GetPayload ¶
func (o *V2UpdateHostIgnitionForbidden) GetPayload() *models.InfraError
func (*V2UpdateHostIgnitionForbidden) IsClientError ¶
func (o *V2UpdateHostIgnitionForbidden) IsClientError() bool
IsClientError returns true when this v2 update host ignition forbidden response has a 4xx status code
func (*V2UpdateHostIgnitionForbidden) IsCode ¶
func (o *V2UpdateHostIgnitionForbidden) IsCode(code int) bool
IsCode returns true when this v2 update host ignition forbidden response a status code equal to that given
func (*V2UpdateHostIgnitionForbidden) IsRedirect ¶
func (o *V2UpdateHostIgnitionForbidden) IsRedirect() bool
IsRedirect returns true when this v2 update host ignition forbidden response has a 3xx status code
func (*V2UpdateHostIgnitionForbidden) IsServerError ¶
func (o *V2UpdateHostIgnitionForbidden) IsServerError() bool
IsServerError returns true when this v2 update host ignition forbidden response has a 5xx status code
func (*V2UpdateHostIgnitionForbidden) IsSuccess ¶
func (o *V2UpdateHostIgnitionForbidden) IsSuccess() bool
IsSuccess returns true when this v2 update host ignition forbidden response has a 2xx status code
func (*V2UpdateHostIgnitionForbidden) String ¶
func (o *V2UpdateHostIgnitionForbidden) String() string
type V2UpdateHostIgnitionInternalServerError ¶
V2UpdateHostIgnitionInternalServerError describes a response with status code 500, with default header values.
Error.
func NewV2UpdateHostIgnitionInternalServerError ¶
func NewV2UpdateHostIgnitionInternalServerError() *V2UpdateHostIgnitionInternalServerError
NewV2UpdateHostIgnitionInternalServerError creates a V2UpdateHostIgnitionInternalServerError with default headers values
func (*V2UpdateHostIgnitionInternalServerError) Error ¶
func (o *V2UpdateHostIgnitionInternalServerError) Error() string
func (*V2UpdateHostIgnitionInternalServerError) GetPayload ¶
func (o *V2UpdateHostIgnitionInternalServerError) GetPayload() *models.Error
func (*V2UpdateHostIgnitionInternalServerError) IsClientError ¶
func (o *V2UpdateHostIgnitionInternalServerError) IsClientError() bool
IsClientError returns true when this v2 update host ignition internal server error response has a 4xx status code
func (*V2UpdateHostIgnitionInternalServerError) IsCode ¶
func (o *V2UpdateHostIgnitionInternalServerError) IsCode(code int) bool
IsCode returns true when this v2 update host ignition internal server error response a status code equal to that given
func (*V2UpdateHostIgnitionInternalServerError) IsRedirect ¶
func (o *V2UpdateHostIgnitionInternalServerError) IsRedirect() bool
IsRedirect returns true when this v2 update host ignition internal server error response has a 3xx status code
func (*V2UpdateHostIgnitionInternalServerError) IsServerError ¶
func (o *V2UpdateHostIgnitionInternalServerError) IsServerError() bool
IsServerError returns true when this v2 update host ignition internal server error response has a 5xx status code
func (*V2UpdateHostIgnitionInternalServerError) IsSuccess ¶
func (o *V2UpdateHostIgnitionInternalServerError) IsSuccess() bool
IsSuccess returns true when this v2 update host ignition internal server error response has a 2xx status code
func (*V2UpdateHostIgnitionInternalServerError) String ¶
func (o *V2UpdateHostIgnitionInternalServerError) String() string
type V2UpdateHostIgnitionMethodNotAllowed ¶
V2UpdateHostIgnitionMethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewV2UpdateHostIgnitionMethodNotAllowed ¶
func NewV2UpdateHostIgnitionMethodNotAllowed() *V2UpdateHostIgnitionMethodNotAllowed
NewV2UpdateHostIgnitionMethodNotAllowed creates a V2UpdateHostIgnitionMethodNotAllowed with default headers values
func (*V2UpdateHostIgnitionMethodNotAllowed) Error ¶
func (o *V2UpdateHostIgnitionMethodNotAllowed) Error() string
func (*V2UpdateHostIgnitionMethodNotAllowed) GetPayload ¶
func (o *V2UpdateHostIgnitionMethodNotAllowed) GetPayload() *models.Error
func (*V2UpdateHostIgnitionMethodNotAllowed) IsClientError ¶
func (o *V2UpdateHostIgnitionMethodNotAllowed) IsClientError() bool
IsClientError returns true when this v2 update host ignition method not allowed response has a 4xx status code
func (*V2UpdateHostIgnitionMethodNotAllowed) IsCode ¶
func (o *V2UpdateHostIgnitionMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this v2 update host ignition method not allowed response a status code equal to that given
func (*V2UpdateHostIgnitionMethodNotAllowed) IsRedirect ¶
func (o *V2UpdateHostIgnitionMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this v2 update host ignition method not allowed response has a 3xx status code
func (*V2UpdateHostIgnitionMethodNotAllowed) IsServerError ¶
func (o *V2UpdateHostIgnitionMethodNotAllowed) IsServerError() bool
IsServerError returns true when this v2 update host ignition method not allowed response has a 5xx status code
func (*V2UpdateHostIgnitionMethodNotAllowed) IsSuccess ¶
func (o *V2UpdateHostIgnitionMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this v2 update host ignition method not allowed response has a 2xx status code
func (*V2UpdateHostIgnitionMethodNotAllowed) String ¶
func (o *V2UpdateHostIgnitionMethodNotAllowed) String() string
type V2UpdateHostIgnitionNotFound ¶
V2UpdateHostIgnitionNotFound describes a response with status code 404, with default header values.
Error.
func NewV2UpdateHostIgnitionNotFound ¶
func NewV2UpdateHostIgnitionNotFound() *V2UpdateHostIgnitionNotFound
NewV2UpdateHostIgnitionNotFound creates a V2UpdateHostIgnitionNotFound with default headers values
func (*V2UpdateHostIgnitionNotFound) Error ¶
func (o *V2UpdateHostIgnitionNotFound) Error() string
func (*V2UpdateHostIgnitionNotFound) GetPayload ¶
func (o *V2UpdateHostIgnitionNotFound) GetPayload() *models.Error
func (*V2UpdateHostIgnitionNotFound) IsClientError ¶
func (o *V2UpdateHostIgnitionNotFound) IsClientError() bool
IsClientError returns true when this v2 update host ignition not found response has a 4xx status code
func (*V2UpdateHostIgnitionNotFound) IsCode ¶
func (o *V2UpdateHostIgnitionNotFound) IsCode(code int) bool
IsCode returns true when this v2 update host ignition not found response a status code equal to that given
func (*V2UpdateHostIgnitionNotFound) IsRedirect ¶
func (o *V2UpdateHostIgnitionNotFound) IsRedirect() bool
IsRedirect returns true when this v2 update host ignition not found response has a 3xx status code
func (*V2UpdateHostIgnitionNotFound) IsServerError ¶
func (o *V2UpdateHostIgnitionNotFound) IsServerError() bool
IsServerError returns true when this v2 update host ignition not found response has a 5xx status code
func (*V2UpdateHostIgnitionNotFound) IsSuccess ¶
func (o *V2UpdateHostIgnitionNotFound) IsSuccess() bool
IsSuccess returns true when this v2 update host ignition not found response has a 2xx status code
func (*V2UpdateHostIgnitionNotFound) String ¶
func (o *V2UpdateHostIgnitionNotFound) String() string
type V2UpdateHostIgnitionNotImplemented ¶
V2UpdateHostIgnitionNotImplemented describes a response with status code 501, with default header values.
Not implemented.
func NewV2UpdateHostIgnitionNotImplemented ¶
func NewV2UpdateHostIgnitionNotImplemented() *V2UpdateHostIgnitionNotImplemented
NewV2UpdateHostIgnitionNotImplemented creates a V2UpdateHostIgnitionNotImplemented with default headers values
func (*V2UpdateHostIgnitionNotImplemented) Error ¶
func (o *V2UpdateHostIgnitionNotImplemented) Error() string
func (*V2UpdateHostIgnitionNotImplemented) GetPayload ¶
func (o *V2UpdateHostIgnitionNotImplemented) GetPayload() *models.Error
func (*V2UpdateHostIgnitionNotImplemented) IsClientError ¶
func (o *V2UpdateHostIgnitionNotImplemented) IsClientError() bool
IsClientError returns true when this v2 update host ignition not implemented response has a 4xx status code
func (*V2UpdateHostIgnitionNotImplemented) IsCode ¶
func (o *V2UpdateHostIgnitionNotImplemented) IsCode(code int) bool
IsCode returns true when this v2 update host ignition not implemented response a status code equal to that given
func (*V2UpdateHostIgnitionNotImplemented) IsRedirect ¶
func (o *V2UpdateHostIgnitionNotImplemented) IsRedirect() bool
IsRedirect returns true when this v2 update host ignition not implemented response has a 3xx status code
func (*V2UpdateHostIgnitionNotImplemented) IsServerError ¶
func (o *V2UpdateHostIgnitionNotImplemented) IsServerError() bool
IsServerError returns true when this v2 update host ignition not implemented response has a 5xx status code
func (*V2UpdateHostIgnitionNotImplemented) IsSuccess ¶
func (o *V2UpdateHostIgnitionNotImplemented) IsSuccess() bool
IsSuccess returns true when this v2 update host ignition not implemented response has a 2xx status code
func (*V2UpdateHostIgnitionNotImplemented) String ¶
func (o *V2UpdateHostIgnitionNotImplemented) String() string
type V2UpdateHostIgnitionParams ¶
type V2UpdateHostIgnitionParams struct { /* HostIgnitionParams. Ignition config overrides. */ HostIgnitionParams *models.HostIgnitionParams /* HostID. The host whose ignition file should be updated. Format: uuid */ HostID strfmt.UUID /* InfraEnvID. The infra-env of the host whose ignition file should be updated. Format: uuid */ InfraEnvID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V2UpdateHostIgnitionParams contains all the parameters to send to the API endpoint
for the v2 update host ignition operation. Typically these are written to a http.Request.
func NewV2UpdateHostIgnitionParams ¶
func NewV2UpdateHostIgnitionParams() *V2UpdateHostIgnitionParams
NewV2UpdateHostIgnitionParams creates a new V2UpdateHostIgnitionParams 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 NewV2UpdateHostIgnitionParamsWithContext ¶
func NewV2UpdateHostIgnitionParamsWithContext(ctx context.Context) *V2UpdateHostIgnitionParams
NewV2UpdateHostIgnitionParamsWithContext creates a new V2UpdateHostIgnitionParams object with the ability to set a context for a request.
func NewV2UpdateHostIgnitionParamsWithHTTPClient ¶
func NewV2UpdateHostIgnitionParamsWithHTTPClient(client *http.Client) *V2UpdateHostIgnitionParams
NewV2UpdateHostIgnitionParamsWithHTTPClient creates a new V2UpdateHostIgnitionParams object with the ability to set a custom HTTPClient for a request.
func NewV2UpdateHostIgnitionParamsWithTimeout ¶
func NewV2UpdateHostIgnitionParamsWithTimeout(timeout time.Duration) *V2UpdateHostIgnitionParams
NewV2UpdateHostIgnitionParamsWithTimeout creates a new V2UpdateHostIgnitionParams object with the ability to set a timeout on a request.
func (*V2UpdateHostIgnitionParams) SetContext ¶
func (o *V2UpdateHostIgnitionParams) SetContext(ctx context.Context)
SetContext adds the context to the v2 update host ignition params
func (*V2UpdateHostIgnitionParams) SetDefaults ¶
func (o *V2UpdateHostIgnitionParams) SetDefaults()
SetDefaults hydrates default values in the v2 update host ignition params (not the query body).
All values with no default are reset to their zero value.
func (*V2UpdateHostIgnitionParams) SetHTTPClient ¶
func (o *V2UpdateHostIgnitionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v2 update host ignition params
func (*V2UpdateHostIgnitionParams) SetHostID ¶
func (o *V2UpdateHostIgnitionParams) SetHostID(hostID strfmt.UUID)
SetHostID adds the hostId to the v2 update host ignition params
func (*V2UpdateHostIgnitionParams) SetHostIgnitionParams ¶
func (o *V2UpdateHostIgnitionParams) SetHostIgnitionParams(hostIgnitionParams *models.HostIgnitionParams)
SetHostIgnitionParams adds the hostIgnitionParams to the v2 update host ignition params
func (*V2UpdateHostIgnitionParams) SetInfraEnvID ¶
func (o *V2UpdateHostIgnitionParams) SetInfraEnvID(infraEnvID strfmt.UUID)
SetInfraEnvID adds the infraEnvId to the v2 update host ignition params
func (*V2UpdateHostIgnitionParams) SetTimeout ¶
func (o *V2UpdateHostIgnitionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v2 update host ignition params
func (*V2UpdateHostIgnitionParams) WithContext ¶
func (o *V2UpdateHostIgnitionParams) WithContext(ctx context.Context) *V2UpdateHostIgnitionParams
WithContext adds the context to the v2 update host ignition params
func (*V2UpdateHostIgnitionParams) WithDefaults ¶
func (o *V2UpdateHostIgnitionParams) WithDefaults() *V2UpdateHostIgnitionParams
WithDefaults hydrates default values in the v2 update host ignition params (not the query body).
All values with no default are reset to their zero value.
func (*V2UpdateHostIgnitionParams) WithHTTPClient ¶
func (o *V2UpdateHostIgnitionParams) WithHTTPClient(client *http.Client) *V2UpdateHostIgnitionParams
WithHTTPClient adds the HTTPClient to the v2 update host ignition params
func (*V2UpdateHostIgnitionParams) WithHostID ¶
func (o *V2UpdateHostIgnitionParams) WithHostID(hostID strfmt.UUID) *V2UpdateHostIgnitionParams
WithHostID adds the hostID to the v2 update host ignition params
func (*V2UpdateHostIgnitionParams) WithHostIgnitionParams ¶
func (o *V2UpdateHostIgnitionParams) WithHostIgnitionParams(hostIgnitionParams *models.HostIgnitionParams) *V2UpdateHostIgnitionParams
WithHostIgnitionParams adds the hostIgnitionParams to the v2 update host ignition params
func (*V2UpdateHostIgnitionParams) WithInfraEnvID ¶
func (o *V2UpdateHostIgnitionParams) WithInfraEnvID(infraEnvID strfmt.UUID) *V2UpdateHostIgnitionParams
WithInfraEnvID adds the infraEnvID to the v2 update host ignition params
func (*V2UpdateHostIgnitionParams) WithTimeout ¶
func (o *V2UpdateHostIgnitionParams) WithTimeout(timeout time.Duration) *V2UpdateHostIgnitionParams
WithTimeout adds the timeout to the v2 update host ignition params
func (*V2UpdateHostIgnitionParams) WriteToRequest ¶
func (o *V2UpdateHostIgnitionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V2UpdateHostIgnitionReader ¶
type V2UpdateHostIgnitionReader struct {
// contains filtered or unexported fields
}
V2UpdateHostIgnitionReader is a Reader for the V2UpdateHostIgnition structure.
func (*V2UpdateHostIgnitionReader) ReadResponse ¶
func (o *V2UpdateHostIgnitionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V2UpdateHostIgnitionUnauthorized ¶
type V2UpdateHostIgnitionUnauthorized struct {
}V2UpdateHostIgnitionUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewV2UpdateHostIgnitionUnauthorized ¶
func NewV2UpdateHostIgnitionUnauthorized() *V2UpdateHostIgnitionUnauthorized
NewV2UpdateHostIgnitionUnauthorized creates a V2UpdateHostIgnitionUnauthorized with default headers values
func (*V2UpdateHostIgnitionUnauthorized) Error ¶
func (o *V2UpdateHostIgnitionUnauthorized) Error() string
func (*V2UpdateHostIgnitionUnauthorized) GetPayload ¶
func (o *V2UpdateHostIgnitionUnauthorized) GetPayload() *models.InfraError
func (*V2UpdateHostIgnitionUnauthorized) IsClientError ¶
func (o *V2UpdateHostIgnitionUnauthorized) IsClientError() bool
IsClientError returns true when this v2 update host ignition unauthorized response has a 4xx status code
func (*V2UpdateHostIgnitionUnauthorized) IsCode ¶
func (o *V2UpdateHostIgnitionUnauthorized) IsCode(code int) bool
IsCode returns true when this v2 update host ignition unauthorized response a status code equal to that given
func (*V2UpdateHostIgnitionUnauthorized) IsRedirect ¶
func (o *V2UpdateHostIgnitionUnauthorized) IsRedirect() bool
IsRedirect returns true when this v2 update host ignition unauthorized response has a 3xx status code
func (*V2UpdateHostIgnitionUnauthorized) IsServerError ¶
func (o *V2UpdateHostIgnitionUnauthorized) IsServerError() bool
IsServerError returns true when this v2 update host ignition unauthorized response has a 5xx status code
func (*V2UpdateHostIgnitionUnauthorized) IsSuccess ¶
func (o *V2UpdateHostIgnitionUnauthorized) IsSuccess() bool
IsSuccess returns true when this v2 update host ignition unauthorized response has a 2xx status code
func (*V2UpdateHostIgnitionUnauthorized) String ¶
func (o *V2UpdateHostIgnitionUnauthorized) String() string
type V2UpdateHostInstallProgressForbidden ¶
type V2UpdateHostInstallProgressForbidden struct {
Payload *models.InfraError
}
V2UpdateHostInstallProgressForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewV2UpdateHostInstallProgressForbidden ¶
func NewV2UpdateHostInstallProgressForbidden() *V2UpdateHostInstallProgressForbidden
NewV2UpdateHostInstallProgressForbidden creates a V2UpdateHostInstallProgressForbidden with default headers values
func (*V2UpdateHostInstallProgressForbidden) Error ¶
func (o *V2UpdateHostInstallProgressForbidden) Error() string
func (*V2UpdateHostInstallProgressForbidden) GetPayload ¶
func (o *V2UpdateHostInstallProgressForbidden) GetPayload() *models.InfraError
func (*V2UpdateHostInstallProgressForbidden) IsClientError ¶
func (o *V2UpdateHostInstallProgressForbidden) IsClientError() bool
IsClientError returns true when this v2 update host install progress forbidden response has a 4xx status code
func (*V2UpdateHostInstallProgressForbidden) IsCode ¶
func (o *V2UpdateHostInstallProgressForbidden) IsCode(code int) bool
IsCode returns true when this v2 update host install progress forbidden response a status code equal to that given
func (*V2UpdateHostInstallProgressForbidden) IsRedirect ¶
func (o *V2UpdateHostInstallProgressForbidden) IsRedirect() bool
IsRedirect returns true when this v2 update host install progress forbidden response has a 3xx status code
func (*V2UpdateHostInstallProgressForbidden) IsServerError ¶
func (o *V2UpdateHostInstallProgressForbidden) IsServerError() bool
IsServerError returns true when this v2 update host install progress forbidden response has a 5xx status code
func (*V2UpdateHostInstallProgressForbidden) IsSuccess ¶
func (o *V2UpdateHostInstallProgressForbidden) IsSuccess() bool
IsSuccess returns true when this v2 update host install progress forbidden response has a 2xx status code
func (*V2UpdateHostInstallProgressForbidden) String ¶
func (o *V2UpdateHostInstallProgressForbidden) String() string
type V2UpdateHostInstallProgressInternalServerError ¶
V2UpdateHostInstallProgressInternalServerError describes a response with status code 500, with default header values.
Error.
func NewV2UpdateHostInstallProgressInternalServerError ¶
func NewV2UpdateHostInstallProgressInternalServerError() *V2UpdateHostInstallProgressInternalServerError
NewV2UpdateHostInstallProgressInternalServerError creates a V2UpdateHostInstallProgressInternalServerError with default headers values
func (*V2UpdateHostInstallProgressInternalServerError) Error ¶
func (o *V2UpdateHostInstallProgressInternalServerError) Error() string
func (*V2UpdateHostInstallProgressInternalServerError) GetPayload ¶
func (o *V2UpdateHostInstallProgressInternalServerError) GetPayload() *models.Error
func (*V2UpdateHostInstallProgressInternalServerError) IsClientError ¶
func (o *V2UpdateHostInstallProgressInternalServerError) IsClientError() bool
IsClientError returns true when this v2 update host install progress internal server error response has a 4xx status code
func (*V2UpdateHostInstallProgressInternalServerError) IsCode ¶
func (o *V2UpdateHostInstallProgressInternalServerError) IsCode(code int) bool
IsCode returns true when this v2 update host install progress internal server error response a status code equal to that given
func (*V2UpdateHostInstallProgressInternalServerError) IsRedirect ¶
func (o *V2UpdateHostInstallProgressInternalServerError) IsRedirect() bool
IsRedirect returns true when this v2 update host install progress internal server error response has a 3xx status code
func (*V2UpdateHostInstallProgressInternalServerError) IsServerError ¶
func (o *V2UpdateHostInstallProgressInternalServerError) IsServerError() bool
IsServerError returns true when this v2 update host install progress internal server error response has a 5xx status code
func (*V2UpdateHostInstallProgressInternalServerError) IsSuccess ¶
func (o *V2UpdateHostInstallProgressInternalServerError) IsSuccess() bool
IsSuccess returns true when this v2 update host install progress internal server error response has a 2xx status code
func (*V2UpdateHostInstallProgressInternalServerError) String ¶
func (o *V2UpdateHostInstallProgressInternalServerError) String() string
type V2UpdateHostInstallProgressMethodNotAllowed ¶
V2UpdateHostInstallProgressMethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewV2UpdateHostInstallProgressMethodNotAllowed ¶
func NewV2UpdateHostInstallProgressMethodNotAllowed() *V2UpdateHostInstallProgressMethodNotAllowed
NewV2UpdateHostInstallProgressMethodNotAllowed creates a V2UpdateHostInstallProgressMethodNotAllowed with default headers values
func (*V2UpdateHostInstallProgressMethodNotAllowed) Error ¶
func (o *V2UpdateHostInstallProgressMethodNotAllowed) Error() string
func (*V2UpdateHostInstallProgressMethodNotAllowed) GetPayload ¶
func (o *V2UpdateHostInstallProgressMethodNotAllowed) GetPayload() *models.Error
func (*V2UpdateHostInstallProgressMethodNotAllowed) IsClientError ¶
func (o *V2UpdateHostInstallProgressMethodNotAllowed) IsClientError() bool
IsClientError returns true when this v2 update host install progress method not allowed response has a 4xx status code
func (*V2UpdateHostInstallProgressMethodNotAllowed) IsCode ¶
func (o *V2UpdateHostInstallProgressMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this v2 update host install progress method not allowed response a status code equal to that given
func (*V2UpdateHostInstallProgressMethodNotAllowed) IsRedirect ¶
func (o *V2UpdateHostInstallProgressMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this v2 update host install progress method not allowed response has a 3xx status code
func (*V2UpdateHostInstallProgressMethodNotAllowed) IsServerError ¶
func (o *V2UpdateHostInstallProgressMethodNotAllowed) IsServerError() bool
IsServerError returns true when this v2 update host install progress method not allowed response has a 5xx status code
func (*V2UpdateHostInstallProgressMethodNotAllowed) IsSuccess ¶
func (o *V2UpdateHostInstallProgressMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this v2 update host install progress method not allowed response has a 2xx status code
func (*V2UpdateHostInstallProgressMethodNotAllowed) String ¶
func (o *V2UpdateHostInstallProgressMethodNotAllowed) String() string
type V2UpdateHostInstallProgressNotFound ¶
V2UpdateHostInstallProgressNotFound describes a response with status code 404, with default header values.
Error.
func NewV2UpdateHostInstallProgressNotFound ¶
func NewV2UpdateHostInstallProgressNotFound() *V2UpdateHostInstallProgressNotFound
NewV2UpdateHostInstallProgressNotFound creates a V2UpdateHostInstallProgressNotFound with default headers values
func (*V2UpdateHostInstallProgressNotFound) Error ¶
func (o *V2UpdateHostInstallProgressNotFound) Error() string
func (*V2UpdateHostInstallProgressNotFound) GetPayload ¶
func (o *V2UpdateHostInstallProgressNotFound) GetPayload() *models.Error
func (*V2UpdateHostInstallProgressNotFound) IsClientError ¶
func (o *V2UpdateHostInstallProgressNotFound) IsClientError() bool
IsClientError returns true when this v2 update host install progress not found response has a 4xx status code
func (*V2UpdateHostInstallProgressNotFound) IsCode ¶
func (o *V2UpdateHostInstallProgressNotFound) IsCode(code int) bool
IsCode returns true when this v2 update host install progress not found response a status code equal to that given
func (*V2UpdateHostInstallProgressNotFound) IsRedirect ¶
func (o *V2UpdateHostInstallProgressNotFound) IsRedirect() bool
IsRedirect returns true when this v2 update host install progress not found response has a 3xx status code
func (*V2UpdateHostInstallProgressNotFound) IsServerError ¶
func (o *V2UpdateHostInstallProgressNotFound) IsServerError() bool
IsServerError returns true when this v2 update host install progress not found response has a 5xx status code
func (*V2UpdateHostInstallProgressNotFound) IsSuccess ¶
func (o *V2UpdateHostInstallProgressNotFound) IsSuccess() bool
IsSuccess returns true when this v2 update host install progress not found response has a 2xx status code
func (*V2UpdateHostInstallProgressNotFound) String ¶
func (o *V2UpdateHostInstallProgressNotFound) String() string
type V2UpdateHostInstallProgressOK ¶
type V2UpdateHostInstallProgressOK struct { }
V2UpdateHostInstallProgressOK describes a response with status code 200, with default header values.
Update install progress.
func NewV2UpdateHostInstallProgressOK ¶
func NewV2UpdateHostInstallProgressOK() *V2UpdateHostInstallProgressOK
NewV2UpdateHostInstallProgressOK creates a V2UpdateHostInstallProgressOK with default headers values
func (*V2UpdateHostInstallProgressOK) Error ¶
func (o *V2UpdateHostInstallProgressOK) Error() string
func (*V2UpdateHostInstallProgressOK) IsClientError ¶
func (o *V2UpdateHostInstallProgressOK) IsClientError() bool
IsClientError returns true when this v2 update host install progress o k response has a 4xx status code
func (*V2UpdateHostInstallProgressOK) IsCode ¶
func (o *V2UpdateHostInstallProgressOK) IsCode(code int) bool
IsCode returns true when this v2 update host install progress o k response a status code equal to that given
func (*V2UpdateHostInstallProgressOK) IsRedirect ¶
func (o *V2UpdateHostInstallProgressOK) IsRedirect() bool
IsRedirect returns true when this v2 update host install progress o k response has a 3xx status code
func (*V2UpdateHostInstallProgressOK) IsServerError ¶
func (o *V2UpdateHostInstallProgressOK) IsServerError() bool
IsServerError returns true when this v2 update host install progress o k response has a 5xx status code
func (*V2UpdateHostInstallProgressOK) IsSuccess ¶
func (o *V2UpdateHostInstallProgressOK) IsSuccess() bool
IsSuccess returns true when this v2 update host install progress o k response has a 2xx status code
func (*V2UpdateHostInstallProgressOK) String ¶
func (o *V2UpdateHostInstallProgressOK) String() string
type V2UpdateHostInstallProgressParams ¶
type V2UpdateHostInstallProgressParams struct { /* DiscoveryAgentVersion. The software version of the discovery agent that is updating progress. */ DiscoveryAgentVersion *string /* HostProgress. New progress value. */ HostProgress *models.HostProgress /* HostID. The ID of the host to update. Format: uuid */ HostID strfmt.UUID /* InfraEnvID. The infra-env of the host being updated. Format: uuid */ InfraEnvID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V2UpdateHostInstallProgressParams contains all the parameters to send to the API endpoint
for the v2 update host install progress operation. Typically these are written to a http.Request.
func NewV2UpdateHostInstallProgressParams ¶
func NewV2UpdateHostInstallProgressParams() *V2UpdateHostInstallProgressParams
NewV2UpdateHostInstallProgressParams creates a new V2UpdateHostInstallProgressParams 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 NewV2UpdateHostInstallProgressParamsWithContext ¶
func NewV2UpdateHostInstallProgressParamsWithContext(ctx context.Context) *V2UpdateHostInstallProgressParams
NewV2UpdateHostInstallProgressParamsWithContext creates a new V2UpdateHostInstallProgressParams object with the ability to set a context for a request.
func NewV2UpdateHostInstallProgressParamsWithHTTPClient ¶
func NewV2UpdateHostInstallProgressParamsWithHTTPClient(client *http.Client) *V2UpdateHostInstallProgressParams
NewV2UpdateHostInstallProgressParamsWithHTTPClient creates a new V2UpdateHostInstallProgressParams object with the ability to set a custom HTTPClient for a request.
func NewV2UpdateHostInstallProgressParamsWithTimeout ¶
func NewV2UpdateHostInstallProgressParamsWithTimeout(timeout time.Duration) *V2UpdateHostInstallProgressParams
NewV2UpdateHostInstallProgressParamsWithTimeout creates a new V2UpdateHostInstallProgressParams object with the ability to set a timeout on a request.
func (*V2UpdateHostInstallProgressParams) SetContext ¶
func (o *V2UpdateHostInstallProgressParams) SetContext(ctx context.Context)
SetContext adds the context to the v2 update host install progress params
func (*V2UpdateHostInstallProgressParams) SetDefaults ¶
func (o *V2UpdateHostInstallProgressParams) SetDefaults()
SetDefaults hydrates default values in the v2 update host install progress params (not the query body).
All values with no default are reset to their zero value.
func (*V2UpdateHostInstallProgressParams) SetDiscoveryAgentVersion ¶
func (o *V2UpdateHostInstallProgressParams) SetDiscoveryAgentVersion(discoveryAgentVersion *string)
SetDiscoveryAgentVersion adds the discoveryAgentVersion to the v2 update host install progress params
func (*V2UpdateHostInstallProgressParams) SetHTTPClient ¶
func (o *V2UpdateHostInstallProgressParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v2 update host install progress params
func (*V2UpdateHostInstallProgressParams) SetHostID ¶
func (o *V2UpdateHostInstallProgressParams) SetHostID(hostID strfmt.UUID)
SetHostID adds the hostId to the v2 update host install progress params
func (*V2UpdateHostInstallProgressParams) SetHostProgress ¶
func (o *V2UpdateHostInstallProgressParams) SetHostProgress(hostProgress *models.HostProgress)
SetHostProgress adds the hostProgress to the v2 update host install progress params
func (*V2UpdateHostInstallProgressParams) SetInfraEnvID ¶
func (o *V2UpdateHostInstallProgressParams) SetInfraEnvID(infraEnvID strfmt.UUID)
SetInfraEnvID adds the infraEnvId to the v2 update host install progress params
func (*V2UpdateHostInstallProgressParams) SetTimeout ¶
func (o *V2UpdateHostInstallProgressParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v2 update host install progress params
func (*V2UpdateHostInstallProgressParams) WithContext ¶
func (o *V2UpdateHostInstallProgressParams) WithContext(ctx context.Context) *V2UpdateHostInstallProgressParams
WithContext adds the context to the v2 update host install progress params
func (*V2UpdateHostInstallProgressParams) WithDefaults ¶
func (o *V2UpdateHostInstallProgressParams) WithDefaults() *V2UpdateHostInstallProgressParams
WithDefaults hydrates default values in the v2 update host install progress params (not the query body).
All values with no default are reset to their zero value.
func (*V2UpdateHostInstallProgressParams) WithDiscoveryAgentVersion ¶
func (o *V2UpdateHostInstallProgressParams) WithDiscoveryAgentVersion(discoveryAgentVersion *string) *V2UpdateHostInstallProgressParams
WithDiscoveryAgentVersion adds the discoveryAgentVersion to the v2 update host install progress params
func (*V2UpdateHostInstallProgressParams) WithHTTPClient ¶
func (o *V2UpdateHostInstallProgressParams) WithHTTPClient(client *http.Client) *V2UpdateHostInstallProgressParams
WithHTTPClient adds the HTTPClient to the v2 update host install progress params
func (*V2UpdateHostInstallProgressParams) WithHostID ¶
func (o *V2UpdateHostInstallProgressParams) WithHostID(hostID strfmt.UUID) *V2UpdateHostInstallProgressParams
WithHostID adds the hostID to the v2 update host install progress params
func (*V2UpdateHostInstallProgressParams) WithHostProgress ¶
func (o *V2UpdateHostInstallProgressParams) WithHostProgress(hostProgress *models.HostProgress) *V2UpdateHostInstallProgressParams
WithHostProgress adds the hostProgress to the v2 update host install progress params
func (*V2UpdateHostInstallProgressParams) WithInfraEnvID ¶
func (o *V2UpdateHostInstallProgressParams) WithInfraEnvID(infraEnvID strfmt.UUID) *V2UpdateHostInstallProgressParams
WithInfraEnvID adds the infraEnvID to the v2 update host install progress params
func (*V2UpdateHostInstallProgressParams) WithTimeout ¶
func (o *V2UpdateHostInstallProgressParams) WithTimeout(timeout time.Duration) *V2UpdateHostInstallProgressParams
WithTimeout adds the timeout to the v2 update host install progress params
func (*V2UpdateHostInstallProgressParams) WriteToRequest ¶
func (o *V2UpdateHostInstallProgressParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V2UpdateHostInstallProgressReader ¶
type V2UpdateHostInstallProgressReader struct {
// contains filtered or unexported fields
}
V2UpdateHostInstallProgressReader is a Reader for the V2UpdateHostInstallProgress structure.
func (*V2UpdateHostInstallProgressReader) ReadResponse ¶
func (o *V2UpdateHostInstallProgressReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V2UpdateHostInstallProgressServiceUnavailable ¶
type V2UpdateHostInstallProgressServiceUnavailable struct {
}V2UpdateHostInstallProgressServiceUnavailable describes a response with status code 503, with default header values.
Unavailable.
func NewV2UpdateHostInstallProgressServiceUnavailable ¶
func NewV2UpdateHostInstallProgressServiceUnavailable() *V2UpdateHostInstallProgressServiceUnavailable
NewV2UpdateHostInstallProgressServiceUnavailable creates a V2UpdateHostInstallProgressServiceUnavailable with default headers values
func (*V2UpdateHostInstallProgressServiceUnavailable) Error ¶
func (o *V2UpdateHostInstallProgressServiceUnavailable) Error() string
func (*V2UpdateHostInstallProgressServiceUnavailable) GetPayload ¶
func (o *V2UpdateHostInstallProgressServiceUnavailable) GetPayload() *models.Error
func (*V2UpdateHostInstallProgressServiceUnavailable) IsClientError ¶
func (o *V2UpdateHostInstallProgressServiceUnavailable) IsClientError() bool
IsClientError returns true when this v2 update host install progress service unavailable response has a 4xx status code
func (*V2UpdateHostInstallProgressServiceUnavailable) IsCode ¶
func (o *V2UpdateHostInstallProgressServiceUnavailable) IsCode(code int) bool
IsCode returns true when this v2 update host install progress service unavailable response a status code equal to that given
func (*V2UpdateHostInstallProgressServiceUnavailable) IsRedirect ¶
func (o *V2UpdateHostInstallProgressServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this v2 update host install progress service unavailable response has a 3xx status code
func (*V2UpdateHostInstallProgressServiceUnavailable) IsServerError ¶
func (o *V2UpdateHostInstallProgressServiceUnavailable) IsServerError() bool
IsServerError returns true when this v2 update host install progress service unavailable response has a 5xx status code
func (*V2UpdateHostInstallProgressServiceUnavailable) IsSuccess ¶
func (o *V2UpdateHostInstallProgressServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this v2 update host install progress service unavailable response has a 2xx status code
func (*V2UpdateHostInstallProgressServiceUnavailable) String ¶
func (o *V2UpdateHostInstallProgressServiceUnavailable) String() string
type V2UpdateHostInstallProgressUnauthorized ¶
type V2UpdateHostInstallProgressUnauthorized struct {
}V2UpdateHostInstallProgressUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewV2UpdateHostInstallProgressUnauthorized ¶
func NewV2UpdateHostInstallProgressUnauthorized() *V2UpdateHostInstallProgressUnauthorized
NewV2UpdateHostInstallProgressUnauthorized creates a V2UpdateHostInstallProgressUnauthorized with default headers values
func (*V2UpdateHostInstallProgressUnauthorized) Error ¶
func (o *V2UpdateHostInstallProgressUnauthorized) Error() string
func (*V2UpdateHostInstallProgressUnauthorized) GetPayload ¶
func (o *V2UpdateHostInstallProgressUnauthorized) GetPayload() *models.InfraError
func (*V2UpdateHostInstallProgressUnauthorized) IsClientError ¶
func (o *V2UpdateHostInstallProgressUnauthorized) IsClientError() bool
IsClientError returns true when this v2 update host install progress unauthorized response has a 4xx status code
func (*V2UpdateHostInstallProgressUnauthorized) IsCode ¶
func (o *V2UpdateHostInstallProgressUnauthorized) IsCode(code int) bool
IsCode returns true when this v2 update host install progress unauthorized response a status code equal to that given
func (*V2UpdateHostInstallProgressUnauthorized) IsRedirect ¶
func (o *V2UpdateHostInstallProgressUnauthorized) IsRedirect() bool
IsRedirect returns true when this v2 update host install progress unauthorized response has a 3xx status code
func (*V2UpdateHostInstallProgressUnauthorized) IsServerError ¶
func (o *V2UpdateHostInstallProgressUnauthorized) IsServerError() bool
IsServerError returns true when this v2 update host install progress unauthorized response has a 5xx status code
func (*V2UpdateHostInstallProgressUnauthorized) IsSuccess ¶
func (o *V2UpdateHostInstallProgressUnauthorized) IsSuccess() bool
IsSuccess returns true when this v2 update host install progress unauthorized response has a 2xx status code
func (*V2UpdateHostInstallProgressUnauthorized) String ¶
func (o *V2UpdateHostInstallProgressUnauthorized) String() string
type V2UpdateHostInstallerArgsBadRequest ¶
V2UpdateHostInstallerArgsBadRequest describes a response with status code 400, with default header values.
Error.
func NewV2UpdateHostInstallerArgsBadRequest ¶
func NewV2UpdateHostInstallerArgsBadRequest() *V2UpdateHostInstallerArgsBadRequest
NewV2UpdateHostInstallerArgsBadRequest creates a V2UpdateHostInstallerArgsBadRequest with default headers values
func (*V2UpdateHostInstallerArgsBadRequest) Error ¶
func (o *V2UpdateHostInstallerArgsBadRequest) Error() string
func (*V2UpdateHostInstallerArgsBadRequest) GetPayload ¶
func (o *V2UpdateHostInstallerArgsBadRequest) GetPayload() *models.Error
func (*V2UpdateHostInstallerArgsBadRequest) IsClientError ¶
func (o *V2UpdateHostInstallerArgsBadRequest) IsClientError() bool
IsClientError returns true when this v2 update host installer args bad request response has a 4xx status code
func (*V2UpdateHostInstallerArgsBadRequest) IsCode ¶
func (o *V2UpdateHostInstallerArgsBadRequest) IsCode(code int) bool
IsCode returns true when this v2 update host installer args bad request response a status code equal to that given
func (*V2UpdateHostInstallerArgsBadRequest) IsRedirect ¶
func (o *V2UpdateHostInstallerArgsBadRequest) IsRedirect() bool
IsRedirect returns true when this v2 update host installer args bad request response has a 3xx status code
func (*V2UpdateHostInstallerArgsBadRequest) IsServerError ¶
func (o *V2UpdateHostInstallerArgsBadRequest) IsServerError() bool
IsServerError returns true when this v2 update host installer args bad request response has a 5xx status code
func (*V2UpdateHostInstallerArgsBadRequest) IsSuccess ¶
func (o *V2UpdateHostInstallerArgsBadRequest) IsSuccess() bool
IsSuccess returns true when this v2 update host installer args bad request response has a 2xx status code
func (*V2UpdateHostInstallerArgsBadRequest) String ¶
func (o *V2UpdateHostInstallerArgsBadRequest) String() string
type V2UpdateHostInstallerArgsConflict ¶
V2UpdateHostInstallerArgsConflict describes a response with status code 409, with default header values.
Error.
func NewV2UpdateHostInstallerArgsConflict ¶
func NewV2UpdateHostInstallerArgsConflict() *V2UpdateHostInstallerArgsConflict
NewV2UpdateHostInstallerArgsConflict creates a V2UpdateHostInstallerArgsConflict with default headers values
func (*V2UpdateHostInstallerArgsConflict) Error ¶
func (o *V2UpdateHostInstallerArgsConflict) Error() string
func (*V2UpdateHostInstallerArgsConflict) GetPayload ¶
func (o *V2UpdateHostInstallerArgsConflict) GetPayload() *models.Error
func (*V2UpdateHostInstallerArgsConflict) IsClientError ¶
func (o *V2UpdateHostInstallerArgsConflict) IsClientError() bool
IsClientError returns true when this v2 update host installer args conflict response has a 4xx status code
func (*V2UpdateHostInstallerArgsConflict) IsCode ¶
func (o *V2UpdateHostInstallerArgsConflict) IsCode(code int) bool
IsCode returns true when this v2 update host installer args conflict response a status code equal to that given
func (*V2UpdateHostInstallerArgsConflict) IsRedirect ¶
func (o *V2UpdateHostInstallerArgsConflict) IsRedirect() bool
IsRedirect returns true when this v2 update host installer args conflict response has a 3xx status code
func (*V2UpdateHostInstallerArgsConflict) IsServerError ¶
func (o *V2UpdateHostInstallerArgsConflict) IsServerError() bool
IsServerError returns true when this v2 update host installer args conflict response has a 5xx status code
func (*V2UpdateHostInstallerArgsConflict) IsSuccess ¶
func (o *V2UpdateHostInstallerArgsConflict) IsSuccess() bool
IsSuccess returns true when this v2 update host installer args conflict response has a 2xx status code
func (*V2UpdateHostInstallerArgsConflict) String ¶
func (o *V2UpdateHostInstallerArgsConflict) String() string
type V2UpdateHostInstallerArgsCreated ¶
V2UpdateHostInstallerArgsCreated describes a response with status code 201, with default header values.
Success.
func NewV2UpdateHostInstallerArgsCreated ¶
func NewV2UpdateHostInstallerArgsCreated() *V2UpdateHostInstallerArgsCreated
NewV2UpdateHostInstallerArgsCreated creates a V2UpdateHostInstallerArgsCreated with default headers values
func (*V2UpdateHostInstallerArgsCreated) Error ¶
func (o *V2UpdateHostInstallerArgsCreated) Error() string
func (*V2UpdateHostInstallerArgsCreated) GetPayload ¶
func (o *V2UpdateHostInstallerArgsCreated) GetPayload() *models.Host
func (*V2UpdateHostInstallerArgsCreated) IsClientError ¶
func (o *V2UpdateHostInstallerArgsCreated) IsClientError() bool
IsClientError returns true when this v2 update host installer args created response has a 4xx status code
func (*V2UpdateHostInstallerArgsCreated) IsCode ¶
func (o *V2UpdateHostInstallerArgsCreated) IsCode(code int) bool
IsCode returns true when this v2 update host installer args created response a status code equal to that given
func (*V2UpdateHostInstallerArgsCreated) IsRedirect ¶
func (o *V2UpdateHostInstallerArgsCreated) IsRedirect() bool
IsRedirect returns true when this v2 update host installer args created response has a 3xx status code
func (*V2UpdateHostInstallerArgsCreated) IsServerError ¶
func (o *V2UpdateHostInstallerArgsCreated) IsServerError() bool
IsServerError returns true when this v2 update host installer args created response has a 5xx status code
func (*V2UpdateHostInstallerArgsCreated) IsSuccess ¶
func (o *V2UpdateHostInstallerArgsCreated) IsSuccess() bool
IsSuccess returns true when this v2 update host installer args created response has a 2xx status code
func (*V2UpdateHostInstallerArgsCreated) String ¶
func (o *V2UpdateHostInstallerArgsCreated) String() string
type V2UpdateHostInstallerArgsForbidden ¶
type V2UpdateHostInstallerArgsForbidden struct {
Payload *models.InfraError
}
V2UpdateHostInstallerArgsForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewV2UpdateHostInstallerArgsForbidden ¶
func NewV2UpdateHostInstallerArgsForbidden() *V2UpdateHostInstallerArgsForbidden
NewV2UpdateHostInstallerArgsForbidden creates a V2UpdateHostInstallerArgsForbidden with default headers values
func (*V2UpdateHostInstallerArgsForbidden) Error ¶
func (o *V2UpdateHostInstallerArgsForbidden) Error() string
func (*V2UpdateHostInstallerArgsForbidden) GetPayload ¶
func (o *V2UpdateHostInstallerArgsForbidden) GetPayload() *models.InfraError
func (*V2UpdateHostInstallerArgsForbidden) IsClientError ¶
func (o *V2UpdateHostInstallerArgsForbidden) IsClientError() bool
IsClientError returns true when this v2 update host installer args forbidden response has a 4xx status code
func (*V2UpdateHostInstallerArgsForbidden) IsCode ¶
func (o *V2UpdateHostInstallerArgsForbidden) IsCode(code int) bool
IsCode returns true when this v2 update host installer args forbidden response a status code equal to that given
func (*V2UpdateHostInstallerArgsForbidden) IsRedirect ¶
func (o *V2UpdateHostInstallerArgsForbidden) IsRedirect() bool
IsRedirect returns true when this v2 update host installer args forbidden response has a 3xx status code
func (*V2UpdateHostInstallerArgsForbidden) IsServerError ¶
func (o *V2UpdateHostInstallerArgsForbidden) IsServerError() bool
IsServerError returns true when this v2 update host installer args forbidden response has a 5xx status code
func (*V2UpdateHostInstallerArgsForbidden) IsSuccess ¶
func (o *V2UpdateHostInstallerArgsForbidden) IsSuccess() bool
IsSuccess returns true when this v2 update host installer args forbidden response has a 2xx status code
func (*V2UpdateHostInstallerArgsForbidden) String ¶
func (o *V2UpdateHostInstallerArgsForbidden) String() string
type V2UpdateHostInstallerArgsInternalServerError ¶
V2UpdateHostInstallerArgsInternalServerError describes a response with status code 500, with default header values.
Error.
func NewV2UpdateHostInstallerArgsInternalServerError ¶
func NewV2UpdateHostInstallerArgsInternalServerError() *V2UpdateHostInstallerArgsInternalServerError
NewV2UpdateHostInstallerArgsInternalServerError creates a V2UpdateHostInstallerArgsInternalServerError with default headers values
func (*V2UpdateHostInstallerArgsInternalServerError) Error ¶
func (o *V2UpdateHostInstallerArgsInternalServerError) Error() string
func (*V2UpdateHostInstallerArgsInternalServerError) GetPayload ¶
func (o *V2UpdateHostInstallerArgsInternalServerError) GetPayload() *models.Error
func (*V2UpdateHostInstallerArgsInternalServerError) IsClientError ¶
func (o *V2UpdateHostInstallerArgsInternalServerError) IsClientError() bool
IsClientError returns true when this v2 update host installer args internal server error response has a 4xx status code
func (*V2UpdateHostInstallerArgsInternalServerError) IsCode ¶
func (o *V2UpdateHostInstallerArgsInternalServerError) IsCode(code int) bool
IsCode returns true when this v2 update host installer args internal server error response a status code equal to that given
func (*V2UpdateHostInstallerArgsInternalServerError) IsRedirect ¶
func (o *V2UpdateHostInstallerArgsInternalServerError) IsRedirect() bool
IsRedirect returns true when this v2 update host installer args internal server error response has a 3xx status code
func (*V2UpdateHostInstallerArgsInternalServerError) IsServerError ¶
func (o *V2UpdateHostInstallerArgsInternalServerError) IsServerError() bool
IsServerError returns true when this v2 update host installer args internal server error response has a 5xx status code
func (*V2UpdateHostInstallerArgsInternalServerError) IsSuccess ¶
func (o *V2UpdateHostInstallerArgsInternalServerError) IsSuccess() bool
IsSuccess returns true when this v2 update host installer args internal server error response has a 2xx status code
func (*V2UpdateHostInstallerArgsInternalServerError) String ¶
func (o *V2UpdateHostInstallerArgsInternalServerError) String() string
type V2UpdateHostInstallerArgsMethodNotAllowed ¶
V2UpdateHostInstallerArgsMethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewV2UpdateHostInstallerArgsMethodNotAllowed ¶
func NewV2UpdateHostInstallerArgsMethodNotAllowed() *V2UpdateHostInstallerArgsMethodNotAllowed
NewV2UpdateHostInstallerArgsMethodNotAllowed creates a V2UpdateHostInstallerArgsMethodNotAllowed with default headers values
func (*V2UpdateHostInstallerArgsMethodNotAllowed) Error ¶
func (o *V2UpdateHostInstallerArgsMethodNotAllowed) Error() string
func (*V2UpdateHostInstallerArgsMethodNotAllowed) GetPayload ¶
func (o *V2UpdateHostInstallerArgsMethodNotAllowed) GetPayload() *models.Error
func (*V2UpdateHostInstallerArgsMethodNotAllowed) IsClientError ¶
func (o *V2UpdateHostInstallerArgsMethodNotAllowed) IsClientError() bool
IsClientError returns true when this v2 update host installer args method not allowed response has a 4xx status code
func (*V2UpdateHostInstallerArgsMethodNotAllowed) IsCode ¶
func (o *V2UpdateHostInstallerArgsMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this v2 update host installer args method not allowed response a status code equal to that given
func (*V2UpdateHostInstallerArgsMethodNotAllowed) IsRedirect ¶
func (o *V2UpdateHostInstallerArgsMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this v2 update host installer args method not allowed response has a 3xx status code
func (*V2UpdateHostInstallerArgsMethodNotAllowed) IsServerError ¶
func (o *V2UpdateHostInstallerArgsMethodNotAllowed) IsServerError() bool
IsServerError returns true when this v2 update host installer args method not allowed response has a 5xx status code
func (*V2UpdateHostInstallerArgsMethodNotAllowed) IsSuccess ¶
func (o *V2UpdateHostInstallerArgsMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this v2 update host installer args method not allowed response has a 2xx status code
func (*V2UpdateHostInstallerArgsMethodNotAllowed) String ¶
func (o *V2UpdateHostInstallerArgsMethodNotAllowed) String() string
type V2UpdateHostInstallerArgsNotFound ¶
V2UpdateHostInstallerArgsNotFound describes a response with status code 404, with default header values.
Error.
func NewV2UpdateHostInstallerArgsNotFound ¶
func NewV2UpdateHostInstallerArgsNotFound() *V2UpdateHostInstallerArgsNotFound
NewV2UpdateHostInstallerArgsNotFound creates a V2UpdateHostInstallerArgsNotFound with default headers values
func (*V2UpdateHostInstallerArgsNotFound) Error ¶
func (o *V2UpdateHostInstallerArgsNotFound) Error() string
func (*V2UpdateHostInstallerArgsNotFound) GetPayload ¶
func (o *V2UpdateHostInstallerArgsNotFound) GetPayload() *models.Error
func (*V2UpdateHostInstallerArgsNotFound) IsClientError ¶
func (o *V2UpdateHostInstallerArgsNotFound) IsClientError() bool
IsClientError returns true when this v2 update host installer args not found response has a 4xx status code
func (*V2UpdateHostInstallerArgsNotFound) IsCode ¶
func (o *V2UpdateHostInstallerArgsNotFound) IsCode(code int) bool
IsCode returns true when this v2 update host installer args not found response a status code equal to that given
func (*V2UpdateHostInstallerArgsNotFound) IsRedirect ¶
func (o *V2UpdateHostInstallerArgsNotFound) IsRedirect() bool
IsRedirect returns true when this v2 update host installer args not found response has a 3xx status code
func (*V2UpdateHostInstallerArgsNotFound) IsServerError ¶
func (o *V2UpdateHostInstallerArgsNotFound) IsServerError() bool
IsServerError returns true when this v2 update host installer args not found response has a 5xx status code
func (*V2UpdateHostInstallerArgsNotFound) IsSuccess ¶
func (o *V2UpdateHostInstallerArgsNotFound) IsSuccess() bool
IsSuccess returns true when this v2 update host installer args not found response has a 2xx status code
func (*V2UpdateHostInstallerArgsNotFound) String ¶
func (o *V2UpdateHostInstallerArgsNotFound) String() string
type V2UpdateHostInstallerArgsNotImplemented ¶
V2UpdateHostInstallerArgsNotImplemented describes a response with status code 501, with default header values.
Not implemented.
func NewV2UpdateHostInstallerArgsNotImplemented ¶
func NewV2UpdateHostInstallerArgsNotImplemented() *V2UpdateHostInstallerArgsNotImplemented
NewV2UpdateHostInstallerArgsNotImplemented creates a V2UpdateHostInstallerArgsNotImplemented with default headers values
func (*V2UpdateHostInstallerArgsNotImplemented) Error ¶
func (o *V2UpdateHostInstallerArgsNotImplemented) Error() string
func (*V2UpdateHostInstallerArgsNotImplemented) GetPayload ¶
func (o *V2UpdateHostInstallerArgsNotImplemented) GetPayload() *models.Error
func (*V2UpdateHostInstallerArgsNotImplemented) IsClientError ¶
func (o *V2UpdateHostInstallerArgsNotImplemented) IsClientError() bool
IsClientError returns true when this v2 update host installer args not implemented response has a 4xx status code
func (*V2UpdateHostInstallerArgsNotImplemented) IsCode ¶
func (o *V2UpdateHostInstallerArgsNotImplemented) IsCode(code int) bool
IsCode returns true when this v2 update host installer args not implemented response a status code equal to that given
func (*V2UpdateHostInstallerArgsNotImplemented) IsRedirect ¶
func (o *V2UpdateHostInstallerArgsNotImplemented) IsRedirect() bool
IsRedirect returns true when this v2 update host installer args not implemented response has a 3xx status code
func (*V2UpdateHostInstallerArgsNotImplemented) IsServerError ¶
func (o *V2UpdateHostInstallerArgsNotImplemented) IsServerError() bool
IsServerError returns true when this v2 update host installer args not implemented response has a 5xx status code
func (*V2UpdateHostInstallerArgsNotImplemented) IsSuccess ¶
func (o *V2UpdateHostInstallerArgsNotImplemented) IsSuccess() bool
IsSuccess returns true when this v2 update host installer args not implemented response has a 2xx status code
func (*V2UpdateHostInstallerArgsNotImplemented) String ¶
func (o *V2UpdateHostInstallerArgsNotImplemented) String() string
type V2UpdateHostInstallerArgsParams ¶
type V2UpdateHostInstallerArgsParams struct { /* HostID. The host whose installer arguments should be updated. Format: uuid */ HostID strfmt.UUID /* InfraEnvID. The infra-env of the host whose installer arguments should be updated. Format: uuid */ InfraEnvID strfmt.UUID /* InstallerArgsParams. The updated installer arguments. */ InstallerArgsParams *models.InstallerArgsParams Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V2UpdateHostInstallerArgsParams contains all the parameters to send to the API endpoint
for the v2 update host installer args operation. Typically these are written to a http.Request.
func NewV2UpdateHostInstallerArgsParams ¶
func NewV2UpdateHostInstallerArgsParams() *V2UpdateHostInstallerArgsParams
NewV2UpdateHostInstallerArgsParams creates a new V2UpdateHostInstallerArgsParams 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 NewV2UpdateHostInstallerArgsParamsWithContext ¶
func NewV2UpdateHostInstallerArgsParamsWithContext(ctx context.Context) *V2UpdateHostInstallerArgsParams
NewV2UpdateHostInstallerArgsParamsWithContext creates a new V2UpdateHostInstallerArgsParams object with the ability to set a context for a request.
func NewV2UpdateHostInstallerArgsParamsWithHTTPClient ¶
func NewV2UpdateHostInstallerArgsParamsWithHTTPClient(client *http.Client) *V2UpdateHostInstallerArgsParams
NewV2UpdateHostInstallerArgsParamsWithHTTPClient creates a new V2UpdateHostInstallerArgsParams object with the ability to set a custom HTTPClient for a request.
func NewV2UpdateHostInstallerArgsParamsWithTimeout ¶
func NewV2UpdateHostInstallerArgsParamsWithTimeout(timeout time.Duration) *V2UpdateHostInstallerArgsParams
NewV2UpdateHostInstallerArgsParamsWithTimeout creates a new V2UpdateHostInstallerArgsParams object with the ability to set a timeout on a request.
func (*V2UpdateHostInstallerArgsParams) SetContext ¶
func (o *V2UpdateHostInstallerArgsParams) SetContext(ctx context.Context)
SetContext adds the context to the v2 update host installer args params
func (*V2UpdateHostInstallerArgsParams) SetDefaults ¶
func (o *V2UpdateHostInstallerArgsParams) SetDefaults()
SetDefaults hydrates default values in the v2 update host installer args params (not the query body).
All values with no default are reset to their zero value.
func (*V2UpdateHostInstallerArgsParams) SetHTTPClient ¶
func (o *V2UpdateHostInstallerArgsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v2 update host installer args params
func (*V2UpdateHostInstallerArgsParams) SetHostID ¶
func (o *V2UpdateHostInstallerArgsParams) SetHostID(hostID strfmt.UUID)
SetHostID adds the hostId to the v2 update host installer args params
func (*V2UpdateHostInstallerArgsParams) SetInfraEnvID ¶
func (o *V2UpdateHostInstallerArgsParams) SetInfraEnvID(infraEnvID strfmt.UUID)
SetInfraEnvID adds the infraEnvId to the v2 update host installer args params
func (*V2UpdateHostInstallerArgsParams) SetInstallerArgsParams ¶
func (o *V2UpdateHostInstallerArgsParams) SetInstallerArgsParams(installerArgsParams *models.InstallerArgsParams)
SetInstallerArgsParams adds the installerArgsParams to the v2 update host installer args params
func (*V2UpdateHostInstallerArgsParams) SetTimeout ¶
func (o *V2UpdateHostInstallerArgsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v2 update host installer args params
func (*V2UpdateHostInstallerArgsParams) WithContext ¶
func (o *V2UpdateHostInstallerArgsParams) WithContext(ctx context.Context) *V2UpdateHostInstallerArgsParams
WithContext adds the context to the v2 update host installer args params
func (*V2UpdateHostInstallerArgsParams) WithDefaults ¶
func (o *V2UpdateHostInstallerArgsParams) WithDefaults() *V2UpdateHostInstallerArgsParams
WithDefaults hydrates default values in the v2 update host installer args params (not the query body).
All values with no default are reset to their zero value.
func (*V2UpdateHostInstallerArgsParams) WithHTTPClient ¶
func (o *V2UpdateHostInstallerArgsParams) WithHTTPClient(client *http.Client) *V2UpdateHostInstallerArgsParams
WithHTTPClient adds the HTTPClient to the v2 update host installer args params
func (*V2UpdateHostInstallerArgsParams) WithHostID ¶
func (o *V2UpdateHostInstallerArgsParams) WithHostID(hostID strfmt.UUID) *V2UpdateHostInstallerArgsParams
WithHostID adds the hostID to the v2 update host installer args params
func (*V2UpdateHostInstallerArgsParams) WithInfraEnvID ¶
func (o *V2UpdateHostInstallerArgsParams) WithInfraEnvID(infraEnvID strfmt.UUID) *V2UpdateHostInstallerArgsParams
WithInfraEnvID adds the infraEnvID to the v2 update host installer args params
func (*V2UpdateHostInstallerArgsParams) WithInstallerArgsParams ¶
func (o *V2UpdateHostInstallerArgsParams) WithInstallerArgsParams(installerArgsParams *models.InstallerArgsParams) *V2UpdateHostInstallerArgsParams
WithInstallerArgsParams adds the installerArgsParams to the v2 update host installer args params
func (*V2UpdateHostInstallerArgsParams) WithTimeout ¶
func (o *V2UpdateHostInstallerArgsParams) WithTimeout(timeout time.Duration) *V2UpdateHostInstallerArgsParams
WithTimeout adds the timeout to the v2 update host installer args params
func (*V2UpdateHostInstallerArgsParams) WriteToRequest ¶
func (o *V2UpdateHostInstallerArgsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V2UpdateHostInstallerArgsReader ¶
type V2UpdateHostInstallerArgsReader struct {
// contains filtered or unexported fields
}
V2UpdateHostInstallerArgsReader is a Reader for the V2UpdateHostInstallerArgs structure.
func (*V2UpdateHostInstallerArgsReader) ReadResponse ¶
func (o *V2UpdateHostInstallerArgsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V2UpdateHostInstallerArgsUnauthorized ¶
type V2UpdateHostInstallerArgsUnauthorized struct {
}V2UpdateHostInstallerArgsUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewV2UpdateHostInstallerArgsUnauthorized ¶
func NewV2UpdateHostInstallerArgsUnauthorized() *V2UpdateHostInstallerArgsUnauthorized
NewV2UpdateHostInstallerArgsUnauthorized creates a V2UpdateHostInstallerArgsUnauthorized with default headers values
func (*V2UpdateHostInstallerArgsUnauthorized) Error ¶
func (o *V2UpdateHostInstallerArgsUnauthorized) Error() string
func (*V2UpdateHostInstallerArgsUnauthorized) GetPayload ¶
func (o *V2UpdateHostInstallerArgsUnauthorized) GetPayload() *models.InfraError
func (*V2UpdateHostInstallerArgsUnauthorized) IsClientError ¶
func (o *V2UpdateHostInstallerArgsUnauthorized) IsClientError() bool
IsClientError returns true when this v2 update host installer args unauthorized response has a 4xx status code
func (*V2UpdateHostInstallerArgsUnauthorized) IsCode ¶
func (o *V2UpdateHostInstallerArgsUnauthorized) IsCode(code int) bool
IsCode returns true when this v2 update host installer args unauthorized response a status code equal to that given
func (*V2UpdateHostInstallerArgsUnauthorized) IsRedirect ¶
func (o *V2UpdateHostInstallerArgsUnauthorized) IsRedirect() bool
IsRedirect returns true when this v2 update host installer args unauthorized response has a 3xx status code
func (*V2UpdateHostInstallerArgsUnauthorized) IsServerError ¶
func (o *V2UpdateHostInstallerArgsUnauthorized) IsServerError() bool
IsServerError returns true when this v2 update host installer args unauthorized response has a 5xx status code
func (*V2UpdateHostInstallerArgsUnauthorized) IsSuccess ¶
func (o *V2UpdateHostInstallerArgsUnauthorized) IsSuccess() bool
IsSuccess returns true when this v2 update host installer args unauthorized response has a 2xx status code
func (*V2UpdateHostInstallerArgsUnauthorized) String ¶
func (o *V2UpdateHostInstallerArgsUnauthorized) String() string
type V2UpdateHostInternalServerError ¶
V2UpdateHostInternalServerError describes a response with status code 500, with default header values.
Error.
func NewV2UpdateHostInternalServerError ¶
func NewV2UpdateHostInternalServerError() *V2UpdateHostInternalServerError
NewV2UpdateHostInternalServerError creates a V2UpdateHostInternalServerError with default headers values
func (*V2UpdateHostInternalServerError) Error ¶
func (o *V2UpdateHostInternalServerError) Error() string
func (*V2UpdateHostInternalServerError) GetPayload ¶
func (o *V2UpdateHostInternalServerError) GetPayload() *models.Error
func (*V2UpdateHostInternalServerError) IsClientError ¶
func (o *V2UpdateHostInternalServerError) IsClientError() bool
IsClientError returns true when this v2 update host internal server error response has a 4xx status code
func (*V2UpdateHostInternalServerError) IsCode ¶
func (o *V2UpdateHostInternalServerError) IsCode(code int) bool
IsCode returns true when this v2 update host internal server error response a status code equal to that given
func (*V2UpdateHostInternalServerError) IsRedirect ¶
func (o *V2UpdateHostInternalServerError) IsRedirect() bool
IsRedirect returns true when this v2 update host internal server error response has a 3xx status code
func (*V2UpdateHostInternalServerError) IsServerError ¶
func (o *V2UpdateHostInternalServerError) IsServerError() bool
IsServerError returns true when this v2 update host internal server error response has a 5xx status code
func (*V2UpdateHostInternalServerError) IsSuccess ¶
func (o *V2UpdateHostInternalServerError) IsSuccess() bool
IsSuccess returns true when this v2 update host internal server error response has a 2xx status code
func (*V2UpdateHostInternalServerError) String ¶
func (o *V2UpdateHostInternalServerError) String() string
type V2UpdateHostLogsProgressConflict ¶
V2UpdateHostLogsProgressConflict describes a response with status code 409, with default header values.
Error.
func NewV2UpdateHostLogsProgressConflict ¶
func NewV2UpdateHostLogsProgressConflict() *V2UpdateHostLogsProgressConflict
NewV2UpdateHostLogsProgressConflict creates a V2UpdateHostLogsProgressConflict with default headers values
func (*V2UpdateHostLogsProgressConflict) Error ¶
func (o *V2UpdateHostLogsProgressConflict) Error() string
func (*V2UpdateHostLogsProgressConflict) GetPayload ¶
func (o *V2UpdateHostLogsProgressConflict) GetPayload() *models.Error
func (*V2UpdateHostLogsProgressConflict) IsClientError ¶
func (o *V2UpdateHostLogsProgressConflict) IsClientError() bool
IsClientError returns true when this v2 update host logs progress conflict response has a 4xx status code
func (*V2UpdateHostLogsProgressConflict) IsCode ¶
func (o *V2UpdateHostLogsProgressConflict) IsCode(code int) bool
IsCode returns true when this v2 update host logs progress conflict response a status code equal to that given
func (*V2UpdateHostLogsProgressConflict) IsRedirect ¶
func (o *V2UpdateHostLogsProgressConflict) IsRedirect() bool
IsRedirect returns true when this v2 update host logs progress conflict response has a 3xx status code
func (*V2UpdateHostLogsProgressConflict) IsServerError ¶
func (o *V2UpdateHostLogsProgressConflict) IsServerError() bool
IsServerError returns true when this v2 update host logs progress conflict response has a 5xx status code
func (*V2UpdateHostLogsProgressConflict) IsSuccess ¶
func (o *V2UpdateHostLogsProgressConflict) IsSuccess() bool
IsSuccess returns true when this v2 update host logs progress conflict response has a 2xx status code
func (*V2UpdateHostLogsProgressConflict) String ¶
func (o *V2UpdateHostLogsProgressConflict) String() string
type V2UpdateHostLogsProgressForbidden ¶
type V2UpdateHostLogsProgressForbidden struct {
Payload *models.InfraError
}
V2UpdateHostLogsProgressForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewV2UpdateHostLogsProgressForbidden ¶
func NewV2UpdateHostLogsProgressForbidden() *V2UpdateHostLogsProgressForbidden
NewV2UpdateHostLogsProgressForbidden creates a V2UpdateHostLogsProgressForbidden with default headers values
func (*V2UpdateHostLogsProgressForbidden) Error ¶
func (o *V2UpdateHostLogsProgressForbidden) Error() string
func (*V2UpdateHostLogsProgressForbidden) GetPayload ¶
func (o *V2UpdateHostLogsProgressForbidden) GetPayload() *models.InfraError
func (*V2UpdateHostLogsProgressForbidden) IsClientError ¶
func (o *V2UpdateHostLogsProgressForbidden) IsClientError() bool
IsClientError returns true when this v2 update host logs progress forbidden response has a 4xx status code
func (*V2UpdateHostLogsProgressForbidden) IsCode ¶
func (o *V2UpdateHostLogsProgressForbidden) IsCode(code int) bool
IsCode returns true when this v2 update host logs progress forbidden response a status code equal to that given
func (*V2UpdateHostLogsProgressForbidden) IsRedirect ¶
func (o *V2UpdateHostLogsProgressForbidden) IsRedirect() bool
IsRedirect returns true when this v2 update host logs progress forbidden response has a 3xx status code
func (*V2UpdateHostLogsProgressForbidden) IsServerError ¶
func (o *V2UpdateHostLogsProgressForbidden) IsServerError() bool
IsServerError returns true when this v2 update host logs progress forbidden response has a 5xx status code
func (*V2UpdateHostLogsProgressForbidden) IsSuccess ¶
func (o *V2UpdateHostLogsProgressForbidden) IsSuccess() bool
IsSuccess returns true when this v2 update host logs progress forbidden response has a 2xx status code
func (*V2UpdateHostLogsProgressForbidden) String ¶
func (o *V2UpdateHostLogsProgressForbidden) String() string
type V2UpdateHostLogsProgressInternalServerError ¶
V2UpdateHostLogsProgressInternalServerError describes a response with status code 500, with default header values.
Error.
func NewV2UpdateHostLogsProgressInternalServerError ¶
func NewV2UpdateHostLogsProgressInternalServerError() *V2UpdateHostLogsProgressInternalServerError
NewV2UpdateHostLogsProgressInternalServerError creates a V2UpdateHostLogsProgressInternalServerError with default headers values
func (*V2UpdateHostLogsProgressInternalServerError) Error ¶
func (o *V2UpdateHostLogsProgressInternalServerError) Error() string
func (*V2UpdateHostLogsProgressInternalServerError) GetPayload ¶
func (o *V2UpdateHostLogsProgressInternalServerError) GetPayload() *models.Error
func (*V2UpdateHostLogsProgressInternalServerError) IsClientError ¶
func (o *V2UpdateHostLogsProgressInternalServerError) IsClientError() bool
IsClientError returns true when this v2 update host logs progress internal server error response has a 4xx status code
func (*V2UpdateHostLogsProgressInternalServerError) IsCode ¶
func (o *V2UpdateHostLogsProgressInternalServerError) IsCode(code int) bool
IsCode returns true when this v2 update host logs progress internal server error response a status code equal to that given
func (*V2UpdateHostLogsProgressInternalServerError) IsRedirect ¶
func (o *V2UpdateHostLogsProgressInternalServerError) IsRedirect() bool
IsRedirect returns true when this v2 update host logs progress internal server error response has a 3xx status code
func (*V2UpdateHostLogsProgressInternalServerError) IsServerError ¶
func (o *V2UpdateHostLogsProgressInternalServerError) IsServerError() bool
IsServerError returns true when this v2 update host logs progress internal server error response has a 5xx status code
func (*V2UpdateHostLogsProgressInternalServerError) IsSuccess ¶
func (o *V2UpdateHostLogsProgressInternalServerError) IsSuccess() bool
IsSuccess returns true when this v2 update host logs progress internal server error response has a 2xx status code
func (*V2UpdateHostLogsProgressInternalServerError) String ¶
func (o *V2UpdateHostLogsProgressInternalServerError) String() string
type V2UpdateHostLogsProgressMethodNotAllowed ¶
V2UpdateHostLogsProgressMethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewV2UpdateHostLogsProgressMethodNotAllowed ¶
func NewV2UpdateHostLogsProgressMethodNotAllowed() *V2UpdateHostLogsProgressMethodNotAllowed
NewV2UpdateHostLogsProgressMethodNotAllowed creates a V2UpdateHostLogsProgressMethodNotAllowed with default headers values
func (*V2UpdateHostLogsProgressMethodNotAllowed) Error ¶
func (o *V2UpdateHostLogsProgressMethodNotAllowed) Error() string
func (*V2UpdateHostLogsProgressMethodNotAllowed) GetPayload ¶
func (o *V2UpdateHostLogsProgressMethodNotAllowed) GetPayload() *models.Error
func (*V2UpdateHostLogsProgressMethodNotAllowed) IsClientError ¶
func (o *V2UpdateHostLogsProgressMethodNotAllowed) IsClientError() bool
IsClientError returns true when this v2 update host logs progress method not allowed response has a 4xx status code
func (*V2UpdateHostLogsProgressMethodNotAllowed) IsCode ¶
func (o *V2UpdateHostLogsProgressMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this v2 update host logs progress method not allowed response a status code equal to that given
func (*V2UpdateHostLogsProgressMethodNotAllowed) IsRedirect ¶
func (o *V2UpdateHostLogsProgressMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this v2 update host logs progress method not allowed response has a 3xx status code
func (*V2UpdateHostLogsProgressMethodNotAllowed) IsServerError ¶
func (o *V2UpdateHostLogsProgressMethodNotAllowed) IsServerError() bool
IsServerError returns true when this v2 update host logs progress method not allowed response has a 5xx status code
func (*V2UpdateHostLogsProgressMethodNotAllowed) IsSuccess ¶
func (o *V2UpdateHostLogsProgressMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this v2 update host logs progress method not allowed response has a 2xx status code
func (*V2UpdateHostLogsProgressMethodNotAllowed) String ¶
func (o *V2UpdateHostLogsProgressMethodNotAllowed) String() string
type V2UpdateHostLogsProgressNoContent ¶
type V2UpdateHostLogsProgressNoContent struct { }
V2UpdateHostLogsProgressNoContent describes a response with status code 204, with default header values.
Update cluster install progress.
func NewV2UpdateHostLogsProgressNoContent ¶
func NewV2UpdateHostLogsProgressNoContent() *V2UpdateHostLogsProgressNoContent
NewV2UpdateHostLogsProgressNoContent creates a V2UpdateHostLogsProgressNoContent with default headers values
func (*V2UpdateHostLogsProgressNoContent) Error ¶
func (o *V2UpdateHostLogsProgressNoContent) Error() string
func (*V2UpdateHostLogsProgressNoContent) IsClientError ¶
func (o *V2UpdateHostLogsProgressNoContent) IsClientError() bool
IsClientError returns true when this v2 update host logs progress no content response has a 4xx status code
func (*V2UpdateHostLogsProgressNoContent) IsCode ¶
func (o *V2UpdateHostLogsProgressNoContent) IsCode(code int) bool
IsCode returns true when this v2 update host logs progress no content response a status code equal to that given
func (*V2UpdateHostLogsProgressNoContent) IsRedirect ¶
func (o *V2UpdateHostLogsProgressNoContent) IsRedirect() bool
IsRedirect returns true when this v2 update host logs progress no content response has a 3xx status code
func (*V2UpdateHostLogsProgressNoContent) IsServerError ¶
func (o *V2UpdateHostLogsProgressNoContent) IsServerError() bool
IsServerError returns true when this v2 update host logs progress no content response has a 5xx status code
func (*V2UpdateHostLogsProgressNoContent) IsSuccess ¶
func (o *V2UpdateHostLogsProgressNoContent) IsSuccess() bool
IsSuccess returns true when this v2 update host logs progress no content response has a 2xx status code
func (*V2UpdateHostLogsProgressNoContent) String ¶
func (o *V2UpdateHostLogsProgressNoContent) String() string
type V2UpdateHostLogsProgressNotFound ¶
V2UpdateHostLogsProgressNotFound describes a response with status code 404, with default header values.
Error.
func NewV2UpdateHostLogsProgressNotFound ¶
func NewV2UpdateHostLogsProgressNotFound() *V2UpdateHostLogsProgressNotFound
NewV2UpdateHostLogsProgressNotFound creates a V2UpdateHostLogsProgressNotFound with default headers values
func (*V2UpdateHostLogsProgressNotFound) Error ¶
func (o *V2UpdateHostLogsProgressNotFound) Error() string
func (*V2UpdateHostLogsProgressNotFound) GetPayload ¶
func (o *V2UpdateHostLogsProgressNotFound) GetPayload() *models.Error
func (*V2UpdateHostLogsProgressNotFound) IsClientError ¶
func (o *V2UpdateHostLogsProgressNotFound) IsClientError() bool
IsClientError returns true when this v2 update host logs progress not found response has a 4xx status code
func (*V2UpdateHostLogsProgressNotFound) IsCode ¶
func (o *V2UpdateHostLogsProgressNotFound) IsCode(code int) bool
IsCode returns true when this v2 update host logs progress not found response a status code equal to that given
func (*V2UpdateHostLogsProgressNotFound) IsRedirect ¶
func (o *V2UpdateHostLogsProgressNotFound) IsRedirect() bool
IsRedirect returns true when this v2 update host logs progress not found response has a 3xx status code
func (*V2UpdateHostLogsProgressNotFound) IsServerError ¶
func (o *V2UpdateHostLogsProgressNotFound) IsServerError() bool
IsServerError returns true when this v2 update host logs progress not found response has a 5xx status code
func (*V2UpdateHostLogsProgressNotFound) IsSuccess ¶
func (o *V2UpdateHostLogsProgressNotFound) IsSuccess() bool
IsSuccess returns true when this v2 update host logs progress not found response has a 2xx status code
func (*V2UpdateHostLogsProgressNotFound) String ¶
func (o *V2UpdateHostLogsProgressNotFound) String() string
type V2UpdateHostLogsProgressNotImplemented ¶
V2UpdateHostLogsProgressNotImplemented describes a response with status code 501, with default header values.
Not implemented.
func NewV2UpdateHostLogsProgressNotImplemented ¶
func NewV2UpdateHostLogsProgressNotImplemented() *V2UpdateHostLogsProgressNotImplemented
NewV2UpdateHostLogsProgressNotImplemented creates a V2UpdateHostLogsProgressNotImplemented with default headers values
func (*V2UpdateHostLogsProgressNotImplemented) Error ¶
func (o *V2UpdateHostLogsProgressNotImplemented) Error() string
func (*V2UpdateHostLogsProgressNotImplemented) GetPayload ¶
func (o *V2UpdateHostLogsProgressNotImplemented) GetPayload() *models.Error
func (*V2UpdateHostLogsProgressNotImplemented) IsClientError ¶
func (o *V2UpdateHostLogsProgressNotImplemented) IsClientError() bool
IsClientError returns true when this v2 update host logs progress not implemented response has a 4xx status code
func (*V2UpdateHostLogsProgressNotImplemented) IsCode ¶
func (o *V2UpdateHostLogsProgressNotImplemented) IsCode(code int) bool
IsCode returns true when this v2 update host logs progress not implemented response a status code equal to that given
func (*V2UpdateHostLogsProgressNotImplemented) IsRedirect ¶
func (o *V2UpdateHostLogsProgressNotImplemented) IsRedirect() bool
IsRedirect returns true when this v2 update host logs progress not implemented response has a 3xx status code
func (*V2UpdateHostLogsProgressNotImplemented) IsServerError ¶
func (o *V2UpdateHostLogsProgressNotImplemented) IsServerError() bool
IsServerError returns true when this v2 update host logs progress not implemented response has a 5xx status code
func (*V2UpdateHostLogsProgressNotImplemented) IsSuccess ¶
func (o *V2UpdateHostLogsProgressNotImplemented) IsSuccess() bool
IsSuccess returns true when this v2 update host logs progress not implemented response has a 2xx status code
func (*V2UpdateHostLogsProgressNotImplemented) String ¶
func (o *V2UpdateHostLogsProgressNotImplemented) String() string
type V2UpdateHostLogsProgressParams ¶
type V2UpdateHostLogsProgressParams struct { /* HostID. The host whose log progress is being updated. Format: uuid */ HostID strfmt.UUID /* InfraEnvID. The infra-env whose log progress is being updated. Format: uuid */ InfraEnvID strfmt.UUID /* LogsProgressParams. Parameters for updating log progress. */ LogsProgressParams *models.LogsProgressParams Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V2UpdateHostLogsProgressParams contains all the parameters to send to the API endpoint
for the v2 update host logs progress operation. Typically these are written to a http.Request.
func NewV2UpdateHostLogsProgressParams ¶
func NewV2UpdateHostLogsProgressParams() *V2UpdateHostLogsProgressParams
NewV2UpdateHostLogsProgressParams creates a new V2UpdateHostLogsProgressParams 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 NewV2UpdateHostLogsProgressParamsWithContext ¶
func NewV2UpdateHostLogsProgressParamsWithContext(ctx context.Context) *V2UpdateHostLogsProgressParams
NewV2UpdateHostLogsProgressParamsWithContext creates a new V2UpdateHostLogsProgressParams object with the ability to set a context for a request.
func NewV2UpdateHostLogsProgressParamsWithHTTPClient ¶
func NewV2UpdateHostLogsProgressParamsWithHTTPClient(client *http.Client) *V2UpdateHostLogsProgressParams
NewV2UpdateHostLogsProgressParamsWithHTTPClient creates a new V2UpdateHostLogsProgressParams object with the ability to set a custom HTTPClient for a request.
func NewV2UpdateHostLogsProgressParamsWithTimeout ¶
func NewV2UpdateHostLogsProgressParamsWithTimeout(timeout time.Duration) *V2UpdateHostLogsProgressParams
NewV2UpdateHostLogsProgressParamsWithTimeout creates a new V2UpdateHostLogsProgressParams object with the ability to set a timeout on a request.
func (*V2UpdateHostLogsProgressParams) SetContext ¶
func (o *V2UpdateHostLogsProgressParams) SetContext(ctx context.Context)
SetContext adds the context to the v2 update host logs progress params
func (*V2UpdateHostLogsProgressParams) SetDefaults ¶
func (o *V2UpdateHostLogsProgressParams) SetDefaults()
SetDefaults hydrates default values in the v2 update host logs progress params (not the query body).
All values with no default are reset to their zero value.
func (*V2UpdateHostLogsProgressParams) SetHTTPClient ¶
func (o *V2UpdateHostLogsProgressParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v2 update host logs progress params
func (*V2UpdateHostLogsProgressParams) SetHostID ¶
func (o *V2UpdateHostLogsProgressParams) SetHostID(hostID strfmt.UUID)
SetHostID adds the hostId to the v2 update host logs progress params
func (*V2UpdateHostLogsProgressParams) SetInfraEnvID ¶
func (o *V2UpdateHostLogsProgressParams) SetInfraEnvID(infraEnvID strfmt.UUID)
SetInfraEnvID adds the infraEnvId to the v2 update host logs progress params
func (*V2UpdateHostLogsProgressParams) SetLogsProgressParams ¶
func (o *V2UpdateHostLogsProgressParams) SetLogsProgressParams(logsProgressParams *models.LogsProgressParams)
SetLogsProgressParams adds the logsProgressParams to the v2 update host logs progress params
func (*V2UpdateHostLogsProgressParams) SetTimeout ¶
func (o *V2UpdateHostLogsProgressParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v2 update host logs progress params
func (*V2UpdateHostLogsProgressParams) WithContext ¶
func (o *V2UpdateHostLogsProgressParams) WithContext(ctx context.Context) *V2UpdateHostLogsProgressParams
WithContext adds the context to the v2 update host logs progress params
func (*V2UpdateHostLogsProgressParams) WithDefaults ¶
func (o *V2UpdateHostLogsProgressParams) WithDefaults() *V2UpdateHostLogsProgressParams
WithDefaults hydrates default values in the v2 update host logs progress params (not the query body).
All values with no default are reset to their zero value.
func (*V2UpdateHostLogsProgressParams) WithHTTPClient ¶
func (o *V2UpdateHostLogsProgressParams) WithHTTPClient(client *http.Client) *V2UpdateHostLogsProgressParams
WithHTTPClient adds the HTTPClient to the v2 update host logs progress params
func (*V2UpdateHostLogsProgressParams) WithHostID ¶
func (o *V2UpdateHostLogsProgressParams) WithHostID(hostID strfmt.UUID) *V2UpdateHostLogsProgressParams
WithHostID adds the hostID to the v2 update host logs progress params
func (*V2UpdateHostLogsProgressParams) WithInfraEnvID ¶
func (o *V2UpdateHostLogsProgressParams) WithInfraEnvID(infraEnvID strfmt.UUID) *V2UpdateHostLogsProgressParams
WithInfraEnvID adds the infraEnvID to the v2 update host logs progress params
func (*V2UpdateHostLogsProgressParams) WithLogsProgressParams ¶
func (o *V2UpdateHostLogsProgressParams) WithLogsProgressParams(logsProgressParams *models.LogsProgressParams) *V2UpdateHostLogsProgressParams
WithLogsProgressParams adds the logsProgressParams to the v2 update host logs progress params
func (*V2UpdateHostLogsProgressParams) WithTimeout ¶
func (o *V2UpdateHostLogsProgressParams) WithTimeout(timeout time.Duration) *V2UpdateHostLogsProgressParams
WithTimeout adds the timeout to the v2 update host logs progress params
func (*V2UpdateHostLogsProgressParams) WriteToRequest ¶
func (o *V2UpdateHostLogsProgressParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V2UpdateHostLogsProgressReader ¶
type V2UpdateHostLogsProgressReader struct {
// contains filtered or unexported fields
}
V2UpdateHostLogsProgressReader is a Reader for the V2UpdateHostLogsProgress structure.
func (*V2UpdateHostLogsProgressReader) ReadResponse ¶
func (o *V2UpdateHostLogsProgressReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V2UpdateHostLogsProgressServiceUnavailable ¶
type V2UpdateHostLogsProgressServiceUnavailable struct {
}V2UpdateHostLogsProgressServiceUnavailable describes a response with status code 503, with default header values.
Unavailable.
func NewV2UpdateHostLogsProgressServiceUnavailable ¶
func NewV2UpdateHostLogsProgressServiceUnavailable() *V2UpdateHostLogsProgressServiceUnavailable
NewV2UpdateHostLogsProgressServiceUnavailable creates a V2UpdateHostLogsProgressServiceUnavailable with default headers values
func (*V2UpdateHostLogsProgressServiceUnavailable) Error ¶
func (o *V2UpdateHostLogsProgressServiceUnavailable) Error() string
func (*V2UpdateHostLogsProgressServiceUnavailable) GetPayload ¶
func (o *V2UpdateHostLogsProgressServiceUnavailable) GetPayload() *models.Error
func (*V2UpdateHostLogsProgressServiceUnavailable) IsClientError ¶
func (o *V2UpdateHostLogsProgressServiceUnavailable) IsClientError() bool
IsClientError returns true when this v2 update host logs progress service unavailable response has a 4xx status code
func (*V2UpdateHostLogsProgressServiceUnavailable) IsCode ¶
func (o *V2UpdateHostLogsProgressServiceUnavailable) IsCode(code int) bool
IsCode returns true when this v2 update host logs progress service unavailable response a status code equal to that given
func (*V2UpdateHostLogsProgressServiceUnavailable) IsRedirect ¶
func (o *V2UpdateHostLogsProgressServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this v2 update host logs progress service unavailable response has a 3xx status code
func (*V2UpdateHostLogsProgressServiceUnavailable) IsServerError ¶
func (o *V2UpdateHostLogsProgressServiceUnavailable) IsServerError() bool
IsServerError returns true when this v2 update host logs progress service unavailable response has a 5xx status code
func (*V2UpdateHostLogsProgressServiceUnavailable) IsSuccess ¶
func (o *V2UpdateHostLogsProgressServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this v2 update host logs progress service unavailable response has a 2xx status code
func (*V2UpdateHostLogsProgressServiceUnavailable) String ¶
func (o *V2UpdateHostLogsProgressServiceUnavailable) String() string
type V2UpdateHostLogsProgressUnauthorized ¶
type V2UpdateHostLogsProgressUnauthorized struct {
}V2UpdateHostLogsProgressUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewV2UpdateHostLogsProgressUnauthorized ¶
func NewV2UpdateHostLogsProgressUnauthorized() *V2UpdateHostLogsProgressUnauthorized
NewV2UpdateHostLogsProgressUnauthorized creates a V2UpdateHostLogsProgressUnauthorized with default headers values
func (*V2UpdateHostLogsProgressUnauthorized) Error ¶
func (o *V2UpdateHostLogsProgressUnauthorized) Error() string
func (*V2UpdateHostLogsProgressUnauthorized) GetPayload ¶
func (o *V2UpdateHostLogsProgressUnauthorized) GetPayload() *models.InfraError
func (*V2UpdateHostLogsProgressUnauthorized) IsClientError ¶
func (o *V2UpdateHostLogsProgressUnauthorized) IsClientError() bool
IsClientError returns true when this v2 update host logs progress unauthorized response has a 4xx status code
func (*V2UpdateHostLogsProgressUnauthorized) IsCode ¶
func (o *V2UpdateHostLogsProgressUnauthorized) IsCode(code int) bool
IsCode returns true when this v2 update host logs progress unauthorized response a status code equal to that given
func (*V2UpdateHostLogsProgressUnauthorized) IsRedirect ¶
func (o *V2UpdateHostLogsProgressUnauthorized) IsRedirect() bool
IsRedirect returns true when this v2 update host logs progress unauthorized response has a 3xx status code
func (*V2UpdateHostLogsProgressUnauthorized) IsServerError ¶
func (o *V2UpdateHostLogsProgressUnauthorized) IsServerError() bool
IsServerError returns true when this v2 update host logs progress unauthorized response has a 5xx status code
func (*V2UpdateHostLogsProgressUnauthorized) IsSuccess ¶
func (o *V2UpdateHostLogsProgressUnauthorized) IsSuccess() bool
IsSuccess returns true when this v2 update host logs progress unauthorized response has a 2xx status code
func (*V2UpdateHostLogsProgressUnauthorized) String ¶
func (o *V2UpdateHostLogsProgressUnauthorized) String() string
type V2UpdateHostMethodNotAllowed ¶
V2UpdateHostMethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewV2UpdateHostMethodNotAllowed ¶
func NewV2UpdateHostMethodNotAllowed() *V2UpdateHostMethodNotAllowed
NewV2UpdateHostMethodNotAllowed creates a V2UpdateHostMethodNotAllowed with default headers values
func (*V2UpdateHostMethodNotAllowed) Error ¶
func (o *V2UpdateHostMethodNotAllowed) Error() string
func (*V2UpdateHostMethodNotAllowed) GetPayload ¶
func (o *V2UpdateHostMethodNotAllowed) GetPayload() *models.Error
func (*V2UpdateHostMethodNotAllowed) IsClientError ¶
func (o *V2UpdateHostMethodNotAllowed) IsClientError() bool
IsClientError returns true when this v2 update host method not allowed response has a 4xx status code
func (*V2UpdateHostMethodNotAllowed) IsCode ¶
func (o *V2UpdateHostMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this v2 update host method not allowed response a status code equal to that given
func (*V2UpdateHostMethodNotAllowed) IsRedirect ¶
func (o *V2UpdateHostMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this v2 update host method not allowed response has a 3xx status code
func (*V2UpdateHostMethodNotAllowed) IsServerError ¶
func (o *V2UpdateHostMethodNotAllowed) IsServerError() bool
IsServerError returns true when this v2 update host method not allowed response has a 5xx status code
func (*V2UpdateHostMethodNotAllowed) IsSuccess ¶
func (o *V2UpdateHostMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this v2 update host method not allowed response has a 2xx status code
func (*V2UpdateHostMethodNotAllowed) String ¶
func (o *V2UpdateHostMethodNotAllowed) String() string
type V2UpdateHostNotFound ¶
V2UpdateHostNotFound describes a response with status code 404, with default header values.
Error.
func NewV2UpdateHostNotFound ¶
func NewV2UpdateHostNotFound() *V2UpdateHostNotFound
NewV2UpdateHostNotFound creates a V2UpdateHostNotFound with default headers values
func (*V2UpdateHostNotFound) Error ¶
func (o *V2UpdateHostNotFound) Error() string
func (*V2UpdateHostNotFound) GetPayload ¶
func (o *V2UpdateHostNotFound) GetPayload() *models.Error
func (*V2UpdateHostNotFound) IsClientError ¶
func (o *V2UpdateHostNotFound) IsClientError() bool
IsClientError returns true when this v2 update host not found response has a 4xx status code
func (*V2UpdateHostNotFound) IsCode ¶
func (o *V2UpdateHostNotFound) IsCode(code int) bool
IsCode returns true when this v2 update host not found response a status code equal to that given
func (*V2UpdateHostNotFound) IsRedirect ¶
func (o *V2UpdateHostNotFound) IsRedirect() bool
IsRedirect returns true when this v2 update host not found response has a 3xx status code
func (*V2UpdateHostNotFound) IsServerError ¶
func (o *V2UpdateHostNotFound) IsServerError() bool
IsServerError returns true when this v2 update host not found response has a 5xx status code
func (*V2UpdateHostNotFound) IsSuccess ¶
func (o *V2UpdateHostNotFound) IsSuccess() bool
IsSuccess returns true when this v2 update host not found response has a 2xx status code
func (*V2UpdateHostNotFound) String ¶
func (o *V2UpdateHostNotFound) String() string
type V2UpdateHostParams ¶
type V2UpdateHostParams struct { /* HostUpdateParams. The properties to update. */ HostUpdateParams *models.HostUpdateParams /* HostID. The host that should be updated. Format: uuid */ HostID strfmt.UUID /* InfraEnvID. The infra-env ID of the host to be updated. Format: uuid */ InfraEnvID strfmt.UUID Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V2UpdateHostParams contains all the parameters to send to the API endpoint
for the v2 update host operation. Typically these are written to a http.Request.
func NewV2UpdateHostParams ¶
func NewV2UpdateHostParams() *V2UpdateHostParams
NewV2UpdateHostParams creates a new V2UpdateHostParams 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 NewV2UpdateHostParamsWithContext ¶
func NewV2UpdateHostParamsWithContext(ctx context.Context) *V2UpdateHostParams
NewV2UpdateHostParamsWithContext creates a new V2UpdateHostParams object with the ability to set a context for a request.
func NewV2UpdateHostParamsWithHTTPClient ¶
func NewV2UpdateHostParamsWithHTTPClient(client *http.Client) *V2UpdateHostParams
NewV2UpdateHostParamsWithHTTPClient creates a new V2UpdateHostParams object with the ability to set a custom HTTPClient for a request.
func NewV2UpdateHostParamsWithTimeout ¶
func NewV2UpdateHostParamsWithTimeout(timeout time.Duration) *V2UpdateHostParams
NewV2UpdateHostParamsWithTimeout creates a new V2UpdateHostParams object with the ability to set a timeout on a request.
func (*V2UpdateHostParams) SetContext ¶
func (o *V2UpdateHostParams) SetContext(ctx context.Context)
SetContext adds the context to the v2 update host params
func (*V2UpdateHostParams) SetDefaults ¶
func (o *V2UpdateHostParams) SetDefaults()
SetDefaults hydrates default values in the v2 update host params (not the query body).
All values with no default are reset to their zero value.
func (*V2UpdateHostParams) SetHTTPClient ¶
func (o *V2UpdateHostParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v2 update host params
func (*V2UpdateHostParams) SetHostID ¶
func (o *V2UpdateHostParams) SetHostID(hostID strfmt.UUID)
SetHostID adds the hostId to the v2 update host params
func (*V2UpdateHostParams) SetHostUpdateParams ¶
func (o *V2UpdateHostParams) SetHostUpdateParams(hostUpdateParams *models.HostUpdateParams)
SetHostUpdateParams adds the hostUpdateParams to the v2 update host params
func (*V2UpdateHostParams) SetInfraEnvID ¶
func (o *V2UpdateHostParams) SetInfraEnvID(infraEnvID strfmt.UUID)
SetInfraEnvID adds the infraEnvId to the v2 update host params
func (*V2UpdateHostParams) SetTimeout ¶
func (o *V2UpdateHostParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v2 update host params
func (*V2UpdateHostParams) WithContext ¶
func (o *V2UpdateHostParams) WithContext(ctx context.Context) *V2UpdateHostParams
WithContext adds the context to the v2 update host params
func (*V2UpdateHostParams) WithDefaults ¶
func (o *V2UpdateHostParams) WithDefaults() *V2UpdateHostParams
WithDefaults hydrates default values in the v2 update host params (not the query body).
All values with no default are reset to their zero value.
func (*V2UpdateHostParams) WithHTTPClient ¶
func (o *V2UpdateHostParams) WithHTTPClient(client *http.Client) *V2UpdateHostParams
WithHTTPClient adds the HTTPClient to the v2 update host params
func (*V2UpdateHostParams) WithHostID ¶
func (o *V2UpdateHostParams) WithHostID(hostID strfmt.UUID) *V2UpdateHostParams
WithHostID adds the hostID to the v2 update host params
func (*V2UpdateHostParams) WithHostUpdateParams ¶
func (o *V2UpdateHostParams) WithHostUpdateParams(hostUpdateParams *models.HostUpdateParams) *V2UpdateHostParams
WithHostUpdateParams adds the hostUpdateParams to the v2 update host params
func (*V2UpdateHostParams) WithInfraEnvID ¶
func (o *V2UpdateHostParams) WithInfraEnvID(infraEnvID strfmt.UUID) *V2UpdateHostParams
WithInfraEnvID adds the infraEnvID to the v2 update host params
func (*V2UpdateHostParams) WithTimeout ¶
func (o *V2UpdateHostParams) WithTimeout(timeout time.Duration) *V2UpdateHostParams
WithTimeout adds the timeout to the v2 update host params
func (*V2UpdateHostParams) WriteToRequest ¶
func (o *V2UpdateHostParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V2UpdateHostReader ¶
type V2UpdateHostReader struct {
// contains filtered or unexported fields
}
V2UpdateHostReader is a Reader for the V2UpdateHost structure.
func (*V2UpdateHostReader) ReadResponse ¶
func (o *V2UpdateHostReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V2UpdateHostUnauthorized ¶
type V2UpdateHostUnauthorized struct {
}V2UpdateHostUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewV2UpdateHostUnauthorized ¶
func NewV2UpdateHostUnauthorized() *V2UpdateHostUnauthorized
NewV2UpdateHostUnauthorized creates a V2UpdateHostUnauthorized with default headers values
func (*V2UpdateHostUnauthorized) Error ¶
func (o *V2UpdateHostUnauthorized) Error() string
func (*V2UpdateHostUnauthorized) GetPayload ¶
func (o *V2UpdateHostUnauthorized) GetPayload() *models.InfraError
func (*V2UpdateHostUnauthorized) IsClientError ¶
func (o *V2UpdateHostUnauthorized) IsClientError() bool
IsClientError returns true when this v2 update host unauthorized response has a 4xx status code
func (*V2UpdateHostUnauthorized) IsCode ¶
func (o *V2UpdateHostUnauthorized) IsCode(code int) bool
IsCode returns true when this v2 update host unauthorized response a status code equal to that given
func (*V2UpdateHostUnauthorized) IsRedirect ¶
func (o *V2UpdateHostUnauthorized) IsRedirect() bool
IsRedirect returns true when this v2 update host unauthorized response has a 3xx status code
func (*V2UpdateHostUnauthorized) IsServerError ¶
func (o *V2UpdateHostUnauthorized) IsServerError() bool
IsServerError returns true when this v2 update host unauthorized response has a 5xx status code
func (*V2UpdateHostUnauthorized) IsSuccess ¶
func (o *V2UpdateHostUnauthorized) IsSuccess() bool
IsSuccess returns true when this v2 update host unauthorized response has a 2xx status code
func (*V2UpdateHostUnauthorized) String ¶
func (o *V2UpdateHostUnauthorized) String() string
type V2UploadClusterIngressCertBadRequest ¶
V2UploadClusterIngressCertBadRequest describes a response with status code 400, with default header values.
Error.
func NewV2UploadClusterIngressCertBadRequest ¶
func NewV2UploadClusterIngressCertBadRequest() *V2UploadClusterIngressCertBadRequest
NewV2UploadClusterIngressCertBadRequest creates a V2UploadClusterIngressCertBadRequest with default headers values
func (*V2UploadClusterIngressCertBadRequest) Error ¶
func (o *V2UploadClusterIngressCertBadRequest) Error() string
func (*V2UploadClusterIngressCertBadRequest) GetPayload ¶
func (o *V2UploadClusterIngressCertBadRequest) GetPayload() *models.Error
func (*V2UploadClusterIngressCertBadRequest) IsClientError ¶
func (o *V2UploadClusterIngressCertBadRequest) IsClientError() bool
IsClientError returns true when this v2 upload cluster ingress cert bad request response has a 4xx status code
func (*V2UploadClusterIngressCertBadRequest) IsCode ¶
func (o *V2UploadClusterIngressCertBadRequest) IsCode(code int) bool
IsCode returns true when this v2 upload cluster ingress cert bad request response a status code equal to that given
func (*V2UploadClusterIngressCertBadRequest) IsRedirect ¶
func (o *V2UploadClusterIngressCertBadRequest) IsRedirect() bool
IsRedirect returns true when this v2 upload cluster ingress cert bad request response has a 3xx status code
func (*V2UploadClusterIngressCertBadRequest) IsServerError ¶
func (o *V2UploadClusterIngressCertBadRequest) IsServerError() bool
IsServerError returns true when this v2 upload cluster ingress cert bad request response has a 5xx status code
func (*V2UploadClusterIngressCertBadRequest) IsSuccess ¶
func (o *V2UploadClusterIngressCertBadRequest) IsSuccess() bool
IsSuccess returns true when this v2 upload cluster ingress cert bad request response has a 2xx status code
func (*V2UploadClusterIngressCertBadRequest) String ¶
func (o *V2UploadClusterIngressCertBadRequest) String() string
type V2UploadClusterIngressCertCreated ¶
type V2UploadClusterIngressCertCreated struct { }
V2UploadClusterIngressCertCreated describes a response with status code 201, with default header values.
Success.
func NewV2UploadClusterIngressCertCreated ¶
func NewV2UploadClusterIngressCertCreated() *V2UploadClusterIngressCertCreated
NewV2UploadClusterIngressCertCreated creates a V2UploadClusterIngressCertCreated with default headers values
func (*V2UploadClusterIngressCertCreated) Error ¶
func (o *V2UploadClusterIngressCertCreated) Error() string
func (*V2UploadClusterIngressCertCreated) IsClientError ¶
func (o *V2UploadClusterIngressCertCreated) IsClientError() bool
IsClientError returns true when this v2 upload cluster ingress cert created response has a 4xx status code
func (*V2UploadClusterIngressCertCreated) IsCode ¶
func (o *V2UploadClusterIngressCertCreated) IsCode(code int) bool
IsCode returns true when this v2 upload cluster ingress cert created response a status code equal to that given
func (*V2UploadClusterIngressCertCreated) IsRedirect ¶
func (o *V2UploadClusterIngressCertCreated) IsRedirect() bool
IsRedirect returns true when this v2 upload cluster ingress cert created response has a 3xx status code
func (*V2UploadClusterIngressCertCreated) IsServerError ¶
func (o *V2UploadClusterIngressCertCreated) IsServerError() bool
IsServerError returns true when this v2 upload cluster ingress cert created response has a 5xx status code
func (*V2UploadClusterIngressCertCreated) IsSuccess ¶
func (o *V2UploadClusterIngressCertCreated) IsSuccess() bool
IsSuccess returns true when this v2 upload cluster ingress cert created response has a 2xx status code
func (*V2UploadClusterIngressCertCreated) String ¶
func (o *V2UploadClusterIngressCertCreated) String() string
type V2UploadClusterIngressCertForbidden ¶
type V2UploadClusterIngressCertForbidden struct {
Payload *models.InfraError
}
V2UploadClusterIngressCertForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewV2UploadClusterIngressCertForbidden ¶
func NewV2UploadClusterIngressCertForbidden() *V2UploadClusterIngressCertForbidden
NewV2UploadClusterIngressCertForbidden creates a V2UploadClusterIngressCertForbidden with default headers values
func (*V2UploadClusterIngressCertForbidden) Error ¶
func (o *V2UploadClusterIngressCertForbidden) Error() string
func (*V2UploadClusterIngressCertForbidden) GetPayload ¶
func (o *V2UploadClusterIngressCertForbidden) GetPayload() *models.InfraError
func (*V2UploadClusterIngressCertForbidden) IsClientError ¶
func (o *V2UploadClusterIngressCertForbidden) IsClientError() bool
IsClientError returns true when this v2 upload cluster ingress cert forbidden response has a 4xx status code
func (*V2UploadClusterIngressCertForbidden) IsCode ¶
func (o *V2UploadClusterIngressCertForbidden) IsCode(code int) bool
IsCode returns true when this v2 upload cluster ingress cert forbidden response a status code equal to that given
func (*V2UploadClusterIngressCertForbidden) IsRedirect ¶
func (o *V2UploadClusterIngressCertForbidden) IsRedirect() bool
IsRedirect returns true when this v2 upload cluster ingress cert forbidden response has a 3xx status code
func (*V2UploadClusterIngressCertForbidden) IsServerError ¶
func (o *V2UploadClusterIngressCertForbidden) IsServerError() bool
IsServerError returns true when this v2 upload cluster ingress cert forbidden response has a 5xx status code
func (*V2UploadClusterIngressCertForbidden) IsSuccess ¶
func (o *V2UploadClusterIngressCertForbidden) IsSuccess() bool
IsSuccess returns true when this v2 upload cluster ingress cert forbidden response has a 2xx status code
func (*V2UploadClusterIngressCertForbidden) String ¶
func (o *V2UploadClusterIngressCertForbidden) String() string
type V2UploadClusterIngressCertInternalServerError ¶
V2UploadClusterIngressCertInternalServerError describes a response with status code 500, with default header values.
Error.
func NewV2UploadClusterIngressCertInternalServerError ¶
func NewV2UploadClusterIngressCertInternalServerError() *V2UploadClusterIngressCertInternalServerError
NewV2UploadClusterIngressCertInternalServerError creates a V2UploadClusterIngressCertInternalServerError with default headers values
func (*V2UploadClusterIngressCertInternalServerError) Error ¶
func (o *V2UploadClusterIngressCertInternalServerError) Error() string
func (*V2UploadClusterIngressCertInternalServerError) GetPayload ¶
func (o *V2UploadClusterIngressCertInternalServerError) GetPayload() *models.Error
func (*V2UploadClusterIngressCertInternalServerError) IsClientError ¶
func (o *V2UploadClusterIngressCertInternalServerError) IsClientError() bool
IsClientError returns true when this v2 upload cluster ingress cert internal server error response has a 4xx status code
func (*V2UploadClusterIngressCertInternalServerError) IsCode ¶
func (o *V2UploadClusterIngressCertInternalServerError) IsCode(code int) bool
IsCode returns true when this v2 upload cluster ingress cert internal server error response a status code equal to that given
func (*V2UploadClusterIngressCertInternalServerError) IsRedirect ¶
func (o *V2UploadClusterIngressCertInternalServerError) IsRedirect() bool
IsRedirect returns true when this v2 upload cluster ingress cert internal server error response has a 3xx status code
func (*V2UploadClusterIngressCertInternalServerError) IsServerError ¶
func (o *V2UploadClusterIngressCertInternalServerError) IsServerError() bool
IsServerError returns true when this v2 upload cluster ingress cert internal server error response has a 5xx status code
func (*V2UploadClusterIngressCertInternalServerError) IsSuccess ¶
func (o *V2UploadClusterIngressCertInternalServerError) IsSuccess() bool
IsSuccess returns true when this v2 upload cluster ingress cert internal server error response has a 2xx status code
func (*V2UploadClusterIngressCertInternalServerError) String ¶
func (o *V2UploadClusterIngressCertInternalServerError) String() string
type V2UploadClusterIngressCertMethodNotAllowed ¶
V2UploadClusterIngressCertMethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewV2UploadClusterIngressCertMethodNotAllowed ¶
func NewV2UploadClusterIngressCertMethodNotAllowed() *V2UploadClusterIngressCertMethodNotAllowed
NewV2UploadClusterIngressCertMethodNotAllowed creates a V2UploadClusterIngressCertMethodNotAllowed with default headers values
func (*V2UploadClusterIngressCertMethodNotAllowed) Error ¶
func (o *V2UploadClusterIngressCertMethodNotAllowed) Error() string
func (*V2UploadClusterIngressCertMethodNotAllowed) GetPayload ¶
func (o *V2UploadClusterIngressCertMethodNotAllowed) GetPayload() *models.Error
func (*V2UploadClusterIngressCertMethodNotAllowed) IsClientError ¶
func (o *V2UploadClusterIngressCertMethodNotAllowed) IsClientError() bool
IsClientError returns true when this v2 upload cluster ingress cert method not allowed response has a 4xx status code
func (*V2UploadClusterIngressCertMethodNotAllowed) IsCode ¶
func (o *V2UploadClusterIngressCertMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this v2 upload cluster ingress cert method not allowed response a status code equal to that given
func (*V2UploadClusterIngressCertMethodNotAllowed) IsRedirect ¶
func (o *V2UploadClusterIngressCertMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this v2 upload cluster ingress cert method not allowed response has a 3xx status code
func (*V2UploadClusterIngressCertMethodNotAllowed) IsServerError ¶
func (o *V2UploadClusterIngressCertMethodNotAllowed) IsServerError() bool
IsServerError returns true when this v2 upload cluster ingress cert method not allowed response has a 5xx status code
func (*V2UploadClusterIngressCertMethodNotAllowed) IsSuccess ¶
func (o *V2UploadClusterIngressCertMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this v2 upload cluster ingress cert method not allowed response has a 2xx status code
func (*V2UploadClusterIngressCertMethodNotAllowed) String ¶
func (o *V2UploadClusterIngressCertMethodNotAllowed) String() string
type V2UploadClusterIngressCertNotFound ¶
V2UploadClusterIngressCertNotFound describes a response with status code 404, with default header values.
Error.
func NewV2UploadClusterIngressCertNotFound ¶
func NewV2UploadClusterIngressCertNotFound() *V2UploadClusterIngressCertNotFound
NewV2UploadClusterIngressCertNotFound creates a V2UploadClusterIngressCertNotFound with default headers values
func (*V2UploadClusterIngressCertNotFound) Error ¶
func (o *V2UploadClusterIngressCertNotFound) Error() string
func (*V2UploadClusterIngressCertNotFound) GetPayload ¶
func (o *V2UploadClusterIngressCertNotFound) GetPayload() *models.Error
func (*V2UploadClusterIngressCertNotFound) IsClientError ¶
func (o *V2UploadClusterIngressCertNotFound) IsClientError() bool
IsClientError returns true when this v2 upload cluster ingress cert not found response has a 4xx status code
func (*V2UploadClusterIngressCertNotFound) IsCode ¶
func (o *V2UploadClusterIngressCertNotFound) IsCode(code int) bool
IsCode returns true when this v2 upload cluster ingress cert not found response a status code equal to that given
func (*V2UploadClusterIngressCertNotFound) IsRedirect ¶
func (o *V2UploadClusterIngressCertNotFound) IsRedirect() bool
IsRedirect returns true when this v2 upload cluster ingress cert not found response has a 3xx status code
func (*V2UploadClusterIngressCertNotFound) IsServerError ¶
func (o *V2UploadClusterIngressCertNotFound) IsServerError() bool
IsServerError returns true when this v2 upload cluster ingress cert not found response has a 5xx status code
func (*V2UploadClusterIngressCertNotFound) IsSuccess ¶
func (o *V2UploadClusterIngressCertNotFound) IsSuccess() bool
IsSuccess returns true when this v2 upload cluster ingress cert not found response has a 2xx status code
func (*V2UploadClusterIngressCertNotFound) String ¶
func (o *V2UploadClusterIngressCertNotFound) String() string
type V2UploadClusterIngressCertParams ¶
type V2UploadClusterIngressCertParams struct { /* ClusterID. The cluster to associate with the ingress certificate. Format: uuid */ ClusterID strfmt.UUID /* DiscoveryAgentVersion. The software version of the discovery agent that is uploading the ingress certificate. */ DiscoveryAgentVersion *string /* IngressCertParams. The ingress certificate. */ IngressCertParams models.IngressCertParams Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V2UploadClusterIngressCertParams contains all the parameters to send to the API endpoint
for the v2 upload cluster ingress cert operation. Typically these are written to a http.Request.
func NewV2UploadClusterIngressCertParams ¶
func NewV2UploadClusterIngressCertParams() *V2UploadClusterIngressCertParams
NewV2UploadClusterIngressCertParams creates a new V2UploadClusterIngressCertParams 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 NewV2UploadClusterIngressCertParamsWithContext ¶
func NewV2UploadClusterIngressCertParamsWithContext(ctx context.Context) *V2UploadClusterIngressCertParams
NewV2UploadClusterIngressCertParamsWithContext creates a new V2UploadClusterIngressCertParams object with the ability to set a context for a request.
func NewV2UploadClusterIngressCertParamsWithHTTPClient ¶
func NewV2UploadClusterIngressCertParamsWithHTTPClient(client *http.Client) *V2UploadClusterIngressCertParams
NewV2UploadClusterIngressCertParamsWithHTTPClient creates a new V2UploadClusterIngressCertParams object with the ability to set a custom HTTPClient for a request.
func NewV2UploadClusterIngressCertParamsWithTimeout ¶
func NewV2UploadClusterIngressCertParamsWithTimeout(timeout time.Duration) *V2UploadClusterIngressCertParams
NewV2UploadClusterIngressCertParamsWithTimeout creates a new V2UploadClusterIngressCertParams object with the ability to set a timeout on a request.
func (*V2UploadClusterIngressCertParams) SetClusterID ¶
func (o *V2UploadClusterIngressCertParams) SetClusterID(clusterID strfmt.UUID)
SetClusterID adds the clusterId to the v2 upload cluster ingress cert params
func (*V2UploadClusterIngressCertParams) SetContext ¶
func (o *V2UploadClusterIngressCertParams) SetContext(ctx context.Context)
SetContext adds the context to the v2 upload cluster ingress cert params
func (*V2UploadClusterIngressCertParams) SetDefaults ¶
func (o *V2UploadClusterIngressCertParams) SetDefaults()
SetDefaults hydrates default values in the v2 upload cluster ingress cert params (not the query body).
All values with no default are reset to their zero value.
func (*V2UploadClusterIngressCertParams) SetDiscoveryAgentVersion ¶
func (o *V2UploadClusterIngressCertParams) SetDiscoveryAgentVersion(discoveryAgentVersion *string)
SetDiscoveryAgentVersion adds the discoveryAgentVersion to the v2 upload cluster ingress cert params
func (*V2UploadClusterIngressCertParams) SetHTTPClient ¶
func (o *V2UploadClusterIngressCertParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v2 upload cluster ingress cert params
func (*V2UploadClusterIngressCertParams) SetIngressCertParams ¶
func (o *V2UploadClusterIngressCertParams) SetIngressCertParams(ingressCertParams models.IngressCertParams)
SetIngressCertParams adds the ingressCertParams to the v2 upload cluster ingress cert params
func (*V2UploadClusterIngressCertParams) SetTimeout ¶
func (o *V2UploadClusterIngressCertParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v2 upload cluster ingress cert params
func (*V2UploadClusterIngressCertParams) WithClusterID ¶
func (o *V2UploadClusterIngressCertParams) WithClusterID(clusterID strfmt.UUID) *V2UploadClusterIngressCertParams
WithClusterID adds the clusterID to the v2 upload cluster ingress cert params
func (*V2UploadClusterIngressCertParams) WithContext ¶
func (o *V2UploadClusterIngressCertParams) WithContext(ctx context.Context) *V2UploadClusterIngressCertParams
WithContext adds the context to the v2 upload cluster ingress cert params
func (*V2UploadClusterIngressCertParams) WithDefaults ¶
func (o *V2UploadClusterIngressCertParams) WithDefaults() *V2UploadClusterIngressCertParams
WithDefaults hydrates default values in the v2 upload cluster ingress cert params (not the query body).
All values with no default are reset to their zero value.
func (*V2UploadClusterIngressCertParams) WithDiscoveryAgentVersion ¶
func (o *V2UploadClusterIngressCertParams) WithDiscoveryAgentVersion(discoveryAgentVersion *string) *V2UploadClusterIngressCertParams
WithDiscoveryAgentVersion adds the discoveryAgentVersion to the v2 upload cluster ingress cert params
func (*V2UploadClusterIngressCertParams) WithHTTPClient ¶
func (o *V2UploadClusterIngressCertParams) WithHTTPClient(client *http.Client) *V2UploadClusterIngressCertParams
WithHTTPClient adds the HTTPClient to the v2 upload cluster ingress cert params
func (*V2UploadClusterIngressCertParams) WithIngressCertParams ¶
func (o *V2UploadClusterIngressCertParams) WithIngressCertParams(ingressCertParams models.IngressCertParams) *V2UploadClusterIngressCertParams
WithIngressCertParams adds the ingressCertParams to the v2 upload cluster ingress cert params
func (*V2UploadClusterIngressCertParams) WithTimeout ¶
func (o *V2UploadClusterIngressCertParams) WithTimeout(timeout time.Duration) *V2UploadClusterIngressCertParams
WithTimeout adds the timeout to the v2 upload cluster ingress cert params
func (*V2UploadClusterIngressCertParams) WriteToRequest ¶
func (o *V2UploadClusterIngressCertParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V2UploadClusterIngressCertReader ¶
type V2UploadClusterIngressCertReader struct {
// contains filtered or unexported fields
}
V2UploadClusterIngressCertReader is a Reader for the V2UploadClusterIngressCert structure.
func (*V2UploadClusterIngressCertReader) ReadResponse ¶
func (o *V2UploadClusterIngressCertReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V2UploadClusterIngressCertServiceUnavailable ¶
type V2UploadClusterIngressCertServiceUnavailable struct {
}V2UploadClusterIngressCertServiceUnavailable describes a response with status code 503, with default header values.
Unavailable.
func NewV2UploadClusterIngressCertServiceUnavailable ¶
func NewV2UploadClusterIngressCertServiceUnavailable() *V2UploadClusterIngressCertServiceUnavailable
NewV2UploadClusterIngressCertServiceUnavailable creates a V2UploadClusterIngressCertServiceUnavailable with default headers values
func (*V2UploadClusterIngressCertServiceUnavailable) Error ¶
func (o *V2UploadClusterIngressCertServiceUnavailable) Error() string
func (*V2UploadClusterIngressCertServiceUnavailable) GetPayload ¶
func (o *V2UploadClusterIngressCertServiceUnavailable) GetPayload() *models.Error
func (*V2UploadClusterIngressCertServiceUnavailable) IsClientError ¶
func (o *V2UploadClusterIngressCertServiceUnavailable) IsClientError() bool
IsClientError returns true when this v2 upload cluster ingress cert service unavailable response has a 4xx status code
func (*V2UploadClusterIngressCertServiceUnavailable) IsCode ¶
func (o *V2UploadClusterIngressCertServiceUnavailable) IsCode(code int) bool
IsCode returns true when this v2 upload cluster ingress cert service unavailable response a status code equal to that given
func (*V2UploadClusterIngressCertServiceUnavailable) IsRedirect ¶
func (o *V2UploadClusterIngressCertServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this v2 upload cluster ingress cert service unavailable response has a 3xx status code
func (*V2UploadClusterIngressCertServiceUnavailable) IsServerError ¶
func (o *V2UploadClusterIngressCertServiceUnavailable) IsServerError() bool
IsServerError returns true when this v2 upload cluster ingress cert service unavailable response has a 5xx status code
func (*V2UploadClusterIngressCertServiceUnavailable) IsSuccess ¶
func (o *V2UploadClusterIngressCertServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this v2 upload cluster ingress cert service unavailable response has a 2xx status code
func (*V2UploadClusterIngressCertServiceUnavailable) String ¶
func (o *V2UploadClusterIngressCertServiceUnavailable) String() string
type V2UploadClusterIngressCertUnauthorized ¶
type V2UploadClusterIngressCertUnauthorized struct {
}V2UploadClusterIngressCertUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewV2UploadClusterIngressCertUnauthorized ¶
func NewV2UploadClusterIngressCertUnauthorized() *V2UploadClusterIngressCertUnauthorized
NewV2UploadClusterIngressCertUnauthorized creates a V2UploadClusterIngressCertUnauthorized with default headers values
func (*V2UploadClusterIngressCertUnauthorized) Error ¶
func (o *V2UploadClusterIngressCertUnauthorized) Error() string
func (*V2UploadClusterIngressCertUnauthorized) GetPayload ¶
func (o *V2UploadClusterIngressCertUnauthorized) GetPayload() *models.InfraError
func (*V2UploadClusterIngressCertUnauthorized) IsClientError ¶
func (o *V2UploadClusterIngressCertUnauthorized) IsClientError() bool
IsClientError returns true when this v2 upload cluster ingress cert unauthorized response has a 4xx status code
func (*V2UploadClusterIngressCertUnauthorized) IsCode ¶
func (o *V2UploadClusterIngressCertUnauthorized) IsCode(code int) bool
IsCode returns true when this v2 upload cluster ingress cert unauthorized response a status code equal to that given
func (*V2UploadClusterIngressCertUnauthorized) IsRedirect ¶
func (o *V2UploadClusterIngressCertUnauthorized) IsRedirect() bool
IsRedirect returns true when this v2 upload cluster ingress cert unauthorized response has a 3xx status code
func (*V2UploadClusterIngressCertUnauthorized) IsServerError ¶
func (o *V2UploadClusterIngressCertUnauthorized) IsServerError() bool
IsServerError returns true when this v2 upload cluster ingress cert unauthorized response has a 5xx status code
func (*V2UploadClusterIngressCertUnauthorized) IsSuccess ¶
func (o *V2UploadClusterIngressCertUnauthorized) IsSuccess() bool
IsSuccess returns true when this v2 upload cluster ingress cert unauthorized response has a 2xx status code
func (*V2UploadClusterIngressCertUnauthorized) String ¶
func (o *V2UploadClusterIngressCertUnauthorized) String() string
type V2UploadLogsConflict ¶
V2UploadLogsConflict describes a response with status code 409, with default header values.
Error.
func NewV2UploadLogsConflict ¶
func NewV2UploadLogsConflict() *V2UploadLogsConflict
NewV2UploadLogsConflict creates a V2UploadLogsConflict with default headers values
func (*V2UploadLogsConflict) Error ¶
func (o *V2UploadLogsConflict) Error() string
func (*V2UploadLogsConflict) GetPayload ¶
func (o *V2UploadLogsConflict) GetPayload() *models.Error
func (*V2UploadLogsConflict) IsClientError ¶
func (o *V2UploadLogsConflict) IsClientError() bool
IsClientError returns true when this v2 upload logs conflict response has a 4xx status code
func (*V2UploadLogsConflict) IsCode ¶
func (o *V2UploadLogsConflict) IsCode(code int) bool
IsCode returns true when this v2 upload logs conflict response a status code equal to that given
func (*V2UploadLogsConflict) IsRedirect ¶
func (o *V2UploadLogsConflict) IsRedirect() bool
IsRedirect returns true when this v2 upload logs conflict response has a 3xx status code
func (*V2UploadLogsConflict) IsServerError ¶
func (o *V2UploadLogsConflict) IsServerError() bool
IsServerError returns true when this v2 upload logs conflict response has a 5xx status code
func (*V2UploadLogsConflict) IsSuccess ¶
func (o *V2UploadLogsConflict) IsSuccess() bool
IsSuccess returns true when this v2 upload logs conflict response has a 2xx status code
func (*V2UploadLogsConflict) String ¶
func (o *V2UploadLogsConflict) String() string
type V2UploadLogsForbidden ¶
type V2UploadLogsForbidden struct {
Payload *models.InfraError
}
V2UploadLogsForbidden describes a response with status code 403, with default header values.
Forbidden.
func NewV2UploadLogsForbidden ¶
func NewV2UploadLogsForbidden() *V2UploadLogsForbidden
NewV2UploadLogsForbidden creates a V2UploadLogsForbidden with default headers values
func (*V2UploadLogsForbidden) Error ¶
func (o *V2UploadLogsForbidden) Error() string
func (*V2UploadLogsForbidden) GetPayload ¶
func (o *V2UploadLogsForbidden) GetPayload() *models.InfraError
func (*V2UploadLogsForbidden) IsClientError ¶
func (o *V2UploadLogsForbidden) IsClientError() bool
IsClientError returns true when this v2 upload logs forbidden response has a 4xx status code
func (*V2UploadLogsForbidden) IsCode ¶
func (o *V2UploadLogsForbidden) IsCode(code int) bool
IsCode returns true when this v2 upload logs forbidden response a status code equal to that given
func (*V2UploadLogsForbidden) IsRedirect ¶
func (o *V2UploadLogsForbidden) IsRedirect() bool
IsRedirect returns true when this v2 upload logs forbidden response has a 3xx status code
func (*V2UploadLogsForbidden) IsServerError ¶
func (o *V2UploadLogsForbidden) IsServerError() bool
IsServerError returns true when this v2 upload logs forbidden response has a 5xx status code
func (*V2UploadLogsForbidden) IsSuccess ¶
func (o *V2UploadLogsForbidden) IsSuccess() bool
IsSuccess returns true when this v2 upload logs forbidden response has a 2xx status code
func (*V2UploadLogsForbidden) String ¶
func (o *V2UploadLogsForbidden) String() string
type V2UploadLogsInternalServerError ¶
V2UploadLogsInternalServerError describes a response with status code 500, with default header values.
Error.
func NewV2UploadLogsInternalServerError ¶
func NewV2UploadLogsInternalServerError() *V2UploadLogsInternalServerError
NewV2UploadLogsInternalServerError creates a V2UploadLogsInternalServerError with default headers values
func (*V2UploadLogsInternalServerError) Error ¶
func (o *V2UploadLogsInternalServerError) Error() string
func (*V2UploadLogsInternalServerError) GetPayload ¶
func (o *V2UploadLogsInternalServerError) GetPayload() *models.Error
func (*V2UploadLogsInternalServerError) IsClientError ¶
func (o *V2UploadLogsInternalServerError) IsClientError() bool
IsClientError returns true when this v2 upload logs internal server error response has a 4xx status code
func (*V2UploadLogsInternalServerError) IsCode ¶
func (o *V2UploadLogsInternalServerError) IsCode(code int) bool
IsCode returns true when this v2 upload logs internal server error response a status code equal to that given
func (*V2UploadLogsInternalServerError) IsRedirect ¶
func (o *V2UploadLogsInternalServerError) IsRedirect() bool
IsRedirect returns true when this v2 upload logs internal server error response has a 3xx status code
func (*V2UploadLogsInternalServerError) IsServerError ¶
func (o *V2UploadLogsInternalServerError) IsServerError() bool
IsServerError returns true when this v2 upload logs internal server error response has a 5xx status code
func (*V2UploadLogsInternalServerError) IsSuccess ¶
func (o *V2UploadLogsInternalServerError) IsSuccess() bool
IsSuccess returns true when this v2 upload logs internal server error response has a 2xx status code
func (*V2UploadLogsInternalServerError) String ¶
func (o *V2UploadLogsInternalServerError) String() string
type V2UploadLogsMethodNotAllowed ¶
V2UploadLogsMethodNotAllowed describes a response with status code 405, with default header values.
Method Not Allowed.
func NewV2UploadLogsMethodNotAllowed ¶
func NewV2UploadLogsMethodNotAllowed() *V2UploadLogsMethodNotAllowed
NewV2UploadLogsMethodNotAllowed creates a V2UploadLogsMethodNotAllowed with default headers values
func (*V2UploadLogsMethodNotAllowed) Error ¶
func (o *V2UploadLogsMethodNotAllowed) Error() string
func (*V2UploadLogsMethodNotAllowed) GetPayload ¶
func (o *V2UploadLogsMethodNotAllowed) GetPayload() *models.Error
func (*V2UploadLogsMethodNotAllowed) IsClientError ¶
func (o *V2UploadLogsMethodNotAllowed) IsClientError() bool
IsClientError returns true when this v2 upload logs method not allowed response has a 4xx status code
func (*V2UploadLogsMethodNotAllowed) IsCode ¶
func (o *V2UploadLogsMethodNotAllowed) IsCode(code int) bool
IsCode returns true when this v2 upload logs method not allowed response a status code equal to that given
func (*V2UploadLogsMethodNotAllowed) IsRedirect ¶
func (o *V2UploadLogsMethodNotAllowed) IsRedirect() bool
IsRedirect returns true when this v2 upload logs method not allowed response has a 3xx status code
func (*V2UploadLogsMethodNotAllowed) IsServerError ¶
func (o *V2UploadLogsMethodNotAllowed) IsServerError() bool
IsServerError returns true when this v2 upload logs method not allowed response has a 5xx status code
func (*V2UploadLogsMethodNotAllowed) IsSuccess ¶
func (o *V2UploadLogsMethodNotAllowed) IsSuccess() bool
IsSuccess returns true when this v2 upload logs method not allowed response has a 2xx status code
func (*V2UploadLogsMethodNotAllowed) String ¶
func (o *V2UploadLogsMethodNotAllowed) String() string
type V2UploadLogsNoContent ¶
type V2UploadLogsNoContent struct { }
V2UploadLogsNoContent describes a response with status code 204, with default header values.
Success.
func NewV2UploadLogsNoContent ¶
func NewV2UploadLogsNoContent() *V2UploadLogsNoContent
NewV2UploadLogsNoContent creates a V2UploadLogsNoContent with default headers values
func (*V2UploadLogsNoContent) Error ¶
func (o *V2UploadLogsNoContent) Error() string
func (*V2UploadLogsNoContent) IsClientError ¶
func (o *V2UploadLogsNoContent) IsClientError() bool
IsClientError returns true when this v2 upload logs no content response has a 4xx status code
func (*V2UploadLogsNoContent) IsCode ¶
func (o *V2UploadLogsNoContent) IsCode(code int) bool
IsCode returns true when this v2 upload logs no content response a status code equal to that given
func (*V2UploadLogsNoContent) IsRedirect ¶
func (o *V2UploadLogsNoContent) IsRedirect() bool
IsRedirect returns true when this v2 upload logs no content response has a 3xx status code
func (*V2UploadLogsNoContent) IsServerError ¶
func (o *V2UploadLogsNoContent) IsServerError() bool
IsServerError returns true when this v2 upload logs no content response has a 5xx status code
func (*V2UploadLogsNoContent) IsSuccess ¶
func (o *V2UploadLogsNoContent) IsSuccess() bool
IsSuccess returns true when this v2 upload logs no content response has a 2xx status code
func (*V2UploadLogsNoContent) String ¶
func (o *V2UploadLogsNoContent) String() string
type V2UploadLogsNotFound ¶
V2UploadLogsNotFound describes a response with status code 404, with default header values.
Error.
func NewV2UploadLogsNotFound ¶
func NewV2UploadLogsNotFound() *V2UploadLogsNotFound
NewV2UploadLogsNotFound creates a V2UploadLogsNotFound with default headers values
func (*V2UploadLogsNotFound) Error ¶
func (o *V2UploadLogsNotFound) Error() string
func (*V2UploadLogsNotFound) GetPayload ¶
func (o *V2UploadLogsNotFound) GetPayload() *models.Error
func (*V2UploadLogsNotFound) IsClientError ¶
func (o *V2UploadLogsNotFound) IsClientError() bool
IsClientError returns true when this v2 upload logs not found response has a 4xx status code
func (*V2UploadLogsNotFound) IsCode ¶
func (o *V2UploadLogsNotFound) IsCode(code int) bool
IsCode returns true when this v2 upload logs not found response a status code equal to that given
func (*V2UploadLogsNotFound) IsRedirect ¶
func (o *V2UploadLogsNotFound) IsRedirect() bool
IsRedirect returns true when this v2 upload logs not found response has a 3xx status code
func (*V2UploadLogsNotFound) IsServerError ¶
func (o *V2UploadLogsNotFound) IsServerError() bool
IsServerError returns true when this v2 upload logs not found response has a 5xx status code
func (*V2UploadLogsNotFound) IsSuccess ¶
func (o *V2UploadLogsNotFound) IsSuccess() bool
IsSuccess returns true when this v2 upload logs not found response has a 2xx status code
func (*V2UploadLogsNotFound) String ¶
func (o *V2UploadLogsNotFound) String() string
type V2UploadLogsParams ¶
type V2UploadLogsParams struct { /* ClusterID. The cluster whose logs should be uploaded. Format: uuid */ ClusterID strfmt.UUID /* HostID. The host whose logs should be uploaded. Format: uuid */ HostID *strfmt.UUID /* InfraEnvID. The infra-env ID of the host. Format: uuid */ InfraEnvID *strfmt.UUID /* LogsType. The type of log file to be uploaded. */ LogsType string /* Upfile. The log file to be uploaded. */ Upfile runtime.NamedReadCloser Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V2UploadLogsParams contains all the parameters to send to the API endpoint
for the v2 upload logs operation. Typically these are written to a http.Request.
func NewV2UploadLogsParams ¶
func NewV2UploadLogsParams() *V2UploadLogsParams
NewV2UploadLogsParams creates a new V2UploadLogsParams 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 NewV2UploadLogsParamsWithContext ¶
func NewV2UploadLogsParamsWithContext(ctx context.Context) *V2UploadLogsParams
NewV2UploadLogsParamsWithContext creates a new V2UploadLogsParams object with the ability to set a context for a request.
func NewV2UploadLogsParamsWithHTTPClient ¶
func NewV2UploadLogsParamsWithHTTPClient(client *http.Client) *V2UploadLogsParams
NewV2UploadLogsParamsWithHTTPClient creates a new V2UploadLogsParams object with the ability to set a custom HTTPClient for a request.
func NewV2UploadLogsParamsWithTimeout ¶
func NewV2UploadLogsParamsWithTimeout(timeout time.Duration) *V2UploadLogsParams
NewV2UploadLogsParamsWithTimeout creates a new V2UploadLogsParams object with the ability to set a timeout on a request.
func (*V2UploadLogsParams) SetClusterID ¶
func (o *V2UploadLogsParams) SetClusterID(clusterID strfmt.UUID)
SetClusterID adds the clusterId to the v2 upload logs params
func (*V2UploadLogsParams) SetContext ¶
func (o *V2UploadLogsParams) SetContext(ctx context.Context)
SetContext adds the context to the v2 upload logs params
func (*V2UploadLogsParams) SetDefaults ¶
func (o *V2UploadLogsParams) SetDefaults()
SetDefaults hydrates default values in the v2 upload logs params (not the query body).
All values with no default are reset to their zero value.
func (*V2UploadLogsParams) SetHTTPClient ¶
func (o *V2UploadLogsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v2 upload logs params
func (*V2UploadLogsParams) SetHostID ¶
func (o *V2UploadLogsParams) SetHostID(hostID *strfmt.UUID)
SetHostID adds the hostId to the v2 upload logs params
func (*V2UploadLogsParams) SetInfraEnvID ¶
func (o *V2UploadLogsParams) SetInfraEnvID(infraEnvID *strfmt.UUID)
SetInfraEnvID adds the infraEnvId to the v2 upload logs params
func (*V2UploadLogsParams) SetLogsType ¶
func (o *V2UploadLogsParams) SetLogsType(logsType string)
SetLogsType adds the logsType to the v2 upload logs params
func (*V2UploadLogsParams) SetTimeout ¶
func (o *V2UploadLogsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v2 upload logs params
func (*V2UploadLogsParams) SetUpfile ¶
func (o *V2UploadLogsParams) SetUpfile(upfile runtime.NamedReadCloser)
SetUpfile adds the upfile to the v2 upload logs params
func (*V2UploadLogsParams) WithClusterID ¶
func (o *V2UploadLogsParams) WithClusterID(clusterID strfmt.UUID) *V2UploadLogsParams
WithClusterID adds the clusterID to the v2 upload logs params
func (*V2UploadLogsParams) WithContext ¶
func (o *V2UploadLogsParams) WithContext(ctx context.Context) *V2UploadLogsParams
WithContext adds the context to the v2 upload logs params
func (*V2UploadLogsParams) WithDefaults ¶
func (o *V2UploadLogsParams) WithDefaults() *V2UploadLogsParams
WithDefaults hydrates default values in the v2 upload logs params (not the query body).
All values with no default are reset to their zero value.
func (*V2UploadLogsParams) WithHTTPClient ¶
func (o *V2UploadLogsParams) WithHTTPClient(client *http.Client) *V2UploadLogsParams
WithHTTPClient adds the HTTPClient to the v2 upload logs params
func (*V2UploadLogsParams) WithHostID ¶
func (o *V2UploadLogsParams) WithHostID(hostID *strfmt.UUID) *V2UploadLogsParams
WithHostID adds the hostID to the v2 upload logs params
func (*V2UploadLogsParams) WithInfraEnvID ¶
func (o *V2UploadLogsParams) WithInfraEnvID(infraEnvID *strfmt.UUID) *V2UploadLogsParams
WithInfraEnvID adds the infraEnvID to the v2 upload logs params
func (*V2UploadLogsParams) WithLogsType ¶
func (o *V2UploadLogsParams) WithLogsType(logsType string) *V2UploadLogsParams
WithLogsType adds the logsType to the v2 upload logs params
func (*V2UploadLogsParams) WithTimeout ¶
func (o *V2UploadLogsParams) WithTimeout(timeout time.Duration) *V2UploadLogsParams
WithTimeout adds the timeout to the v2 upload logs params
func (*V2UploadLogsParams) WithUpfile ¶
func (o *V2UploadLogsParams) WithUpfile(upfile runtime.NamedReadCloser) *V2UploadLogsParams
WithUpfile adds the upfile to the v2 upload logs params
func (*V2UploadLogsParams) WriteToRequest ¶
func (o *V2UploadLogsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V2UploadLogsReader ¶
type V2UploadLogsReader struct {
// contains filtered or unexported fields
}
V2UploadLogsReader is a Reader for the V2UploadLogs structure.
func (*V2UploadLogsReader) ReadResponse ¶
func (o *V2UploadLogsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V2UploadLogsServiceUnavailable ¶
type V2UploadLogsServiceUnavailable struct {
}V2UploadLogsServiceUnavailable describes a response with status code 503, with default header values.
Unavailable.
func NewV2UploadLogsServiceUnavailable ¶
func NewV2UploadLogsServiceUnavailable() *V2UploadLogsServiceUnavailable
NewV2UploadLogsServiceUnavailable creates a V2UploadLogsServiceUnavailable with default headers values
func (*V2UploadLogsServiceUnavailable) Error ¶
func (o *V2UploadLogsServiceUnavailable) Error() string
func (*V2UploadLogsServiceUnavailable) GetPayload ¶
func (o *V2UploadLogsServiceUnavailable) GetPayload() *models.Error
func (*V2UploadLogsServiceUnavailable) IsClientError ¶
func (o *V2UploadLogsServiceUnavailable) IsClientError() bool
IsClientError returns true when this v2 upload logs service unavailable response has a 4xx status code
func (*V2UploadLogsServiceUnavailable) IsCode ¶
func (o *V2UploadLogsServiceUnavailable) IsCode(code int) bool
IsCode returns true when this v2 upload logs service unavailable response a status code equal to that given
func (*V2UploadLogsServiceUnavailable) IsRedirect ¶
func (o *V2UploadLogsServiceUnavailable) IsRedirect() bool
IsRedirect returns true when this v2 upload logs service unavailable response has a 3xx status code
func (*V2UploadLogsServiceUnavailable) IsServerError ¶
func (o *V2UploadLogsServiceUnavailable) IsServerError() bool
IsServerError returns true when this v2 upload logs service unavailable response has a 5xx status code
func (*V2UploadLogsServiceUnavailable) IsSuccess ¶
func (o *V2UploadLogsServiceUnavailable) IsSuccess() bool
IsSuccess returns true when this v2 upload logs service unavailable response has a 2xx status code
func (*V2UploadLogsServiceUnavailable) String ¶
func (o *V2UploadLogsServiceUnavailable) String() string
type V2UploadLogsUnauthorized ¶
type V2UploadLogsUnauthorized struct {
}V2UploadLogsUnauthorized describes a response with status code 401, with default header values.
Unauthorized.
func NewV2UploadLogsUnauthorized ¶
func NewV2UploadLogsUnauthorized() *V2UploadLogsUnauthorized
NewV2UploadLogsUnauthorized creates a V2UploadLogsUnauthorized with default headers values
func (*V2UploadLogsUnauthorized) Error ¶
func (o *V2UploadLogsUnauthorized) Error() string
func (*V2UploadLogsUnauthorized) GetPayload ¶
func (o *V2UploadLogsUnauthorized) GetPayload() *models.InfraError
func (*V2UploadLogsUnauthorized) IsClientError ¶
func (o *V2UploadLogsUnauthorized) IsClientError() bool
IsClientError returns true when this v2 upload logs unauthorized response has a 4xx status code
func (*V2UploadLogsUnauthorized) IsCode ¶
func (o *V2UploadLogsUnauthorized) IsCode(code int) bool
IsCode returns true when this v2 upload logs unauthorized response a status code equal to that given
func (*V2UploadLogsUnauthorized) IsRedirect ¶
func (o *V2UploadLogsUnauthorized) IsRedirect() bool
IsRedirect returns true when this v2 upload logs unauthorized response has a 3xx status code
func (*V2UploadLogsUnauthorized) IsServerError ¶
func (o *V2UploadLogsUnauthorized) IsServerError() bool
IsServerError returns true when this v2 upload logs unauthorized response has a 5xx status code
func (*V2UploadLogsUnauthorized) IsSuccess ¶
func (o *V2UploadLogsUnauthorized) IsSuccess() bool
IsSuccess returns true when this v2 upload logs unauthorized response has a 2xx status code
func (*V2UploadLogsUnauthorized) String ¶
func (o *V2UploadLogsUnauthorized) String() string
Source Files ¶
- bind_host_parameters.go
- bind_host_responses.go
- deregister_infra_env_parameters.go
- deregister_infra_env_responses.go
- download_minimal_initrd_parameters.go
- download_minimal_initrd_responses.go
- get_cluster_supported_platforms_parameters.go
- get_cluster_supported_platforms_responses.go
- get_infra_env_download_url_parameters.go
- get_infra_env_download_url_responses.go
- get_infra_env_parameters.go
- get_infra_env_presigned_file_url_parameters.go
- get_infra_env_presigned_file_url_responses.go
- get_infra_env_responses.go
- get_supported_architectures_parameters.go
- get_supported_architectures_responses.go
- get_supported_features_parameters.go
- get_supported_features_responses.go
- installer_client.go
- list_cluster_hosts_parameters.go
- list_cluster_hosts_responses.go
- list_infra_envs_parameters.go
- list_infra_envs_responses.go
- regenerate_infra_env_signing_key_parameters.go
- regenerate_infra_env_signing_key_responses.go
- register_infra_env_parameters.go
- register_infra_env_responses.go
- transform_cluster_to_adding_hosts_parameters.go
- transform_cluster_to_adding_hosts_responses.go
- transform_cluster_to_day2_parameters.go
- transform_cluster_to_day2_responses.go
- unbind_host_parameters.go
- unbind_host_responses.go
- update_infra_env_parameters.go
- update_infra_env_responses.go
- v2_cancel_installation_parameters.go
- v2_cancel_installation_responses.go
- v2_complete_installation_parameters.go
- v2_complete_installation_responses.go
- v2_deregister_cluster_parameters.go
- v2_deregister_cluster_responses.go
- v2_deregister_host_parameters.go
- v2_deregister_host_responses.go
- v2_download_cluster_credentials_parameters.go
- v2_download_cluster_credentials_responses.go
- v2_download_cluster_files_parameters.go
- v2_download_cluster_files_responses.go
- v2_download_cluster_logs_parameters.go
- v2_download_cluster_logs_responses.go
- v2_download_host_ignition_parameters.go
- v2_download_host_ignition_responses.go
- v2_download_infra_env_files_parameters.go
- v2_download_infra_env_files_responses.go
- v2_get_cluster_default_config_parameters.go
- v2_get_cluster_default_config_responses.go
- v2_get_cluster_install_config_parameters.go
- v2_get_cluster_install_config_responses.go
- v2_get_cluster_parameters.go
- v2_get_cluster_responses.go
- v2_get_cluster_ui_settings_parameters.go
- v2_get_cluster_ui_settings_responses.go
- v2_get_credentials_parameters.go
- v2_get_credentials_responses.go
- v2_get_host_ignition_parameters.go
- v2_get_host_ignition_responses.go
- v2_get_host_parameters.go
- v2_get_host_responses.go
- v2_get_ignored_validations_parameters.go
- v2_get_ignored_validations_responses.go
- v2_get_next_steps_parameters.go
- v2_get_next_steps_responses.go
- v2_get_preflight_requirements_parameters.go
- v2_get_preflight_requirements_responses.go
- v2_get_presigned_for_cluster_credentials_parameters.go
- v2_get_presigned_for_cluster_credentials_responses.go
- v2_get_presigned_for_cluster_files_parameters.go
- v2_get_presigned_for_cluster_files_responses.go
- v2_import_cluster_parameters.go
- v2_import_cluster_responses.go
- v2_install_cluster_parameters.go
- v2_install_cluster_responses.go
- v2_install_host_parameters.go
- v2_install_host_responses.go
- v2_list_clusters_parameters.go
- v2_list_clusters_responses.go
- v2_list_hosts_parameters.go
- v2_list_hosts_responses.go
- v2_post_step_reply_parameters.go
- v2_post_step_reply_responses.go
- v2_register_cluster_parameters.go
- v2_register_cluster_responses.go
- v2_register_host_parameters.go
- v2_register_host_responses.go
- v2_reset_cluster_parameters.go
- v2_reset_cluster_responses.go
- v2_reset_host_parameters.go
- v2_reset_host_responses.go
- v2_reset_host_validation_parameters.go
- v2_reset_host_validation_responses.go
- v2_set_ignored_validations_parameters.go
- v2_set_ignored_validations_responses.go
- v2_update_cluster_finalizing_progress_parameters.go
- v2_update_cluster_finalizing_progress_responses.go
- v2_update_cluster_install_config_parameters.go
- v2_update_cluster_install_config_responses.go
- v2_update_cluster_logs_progress_parameters.go
- v2_update_cluster_logs_progress_responses.go
- v2_update_cluster_parameters.go
- v2_update_cluster_responses.go
- v2_update_cluster_ui_settings_parameters.go
- v2_update_cluster_ui_settings_responses.go
- v2_update_host_ignition_parameters.go
- v2_update_host_ignition_responses.go
- v2_update_host_install_progress_parameters.go
- v2_update_host_install_progress_responses.go
- v2_update_host_installer_args_parameters.go
- v2_update_host_installer_args_responses.go
- v2_update_host_logs_progress_parameters.go
- v2_update_host_logs_progress_responses.go
- v2_update_host_parameters.go
- v2_update_host_responses.go
- v2_upload_cluster_ingress_cert_parameters.go
- v2_upload_cluster_ingress_cert_responses.go
- v2_upload_logs_parameters.go
- v2_upload_logs_responses.go