installer

package
v0.0.0-...-abd7623 Latest Latest
Warning

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

Go to latest
Published: May 1, 2024 License: Apache-2.0 Imports: 11 Imported by: 6

Documentation

Index

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

type BindHostBadRequest struct {
	Payload *models.Error
}

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

type BindHostInternalServerError struct {
	Payload *models.Error
}

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 (*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

type BindHostMethodNotAllowed struct {
	Payload *models.Error
}

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

type BindHostNotFound struct {
	Payload *models.Error
}

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

type BindHostNotImplemented struct {
	Payload *models.Error
}

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

type BindHostOK struct {
	Payload *models.Host
}

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 {
	Payload *models.Error
}

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 (*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 {
	Payload *models.InfraError
}

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

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

type DeregisterInfraEnvConflict struct {
	Payload *models.Error
}

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 (*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 (*DeregisterInfraEnvForbidden) GetPayload

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

type DeregisterInfraEnvInternalServerError struct {
	Payload *models.Error
}

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 (*DeregisterInfraEnvInternalServerError) GetPayload

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

IsCode returns true when this deregister infra env internal server error response a status code equal to that given

func (*DeregisterInfraEnvInternalServerError) IsRedirect

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

IsSuccess returns true when this deregister infra env internal server error response has a 2xx status code

func (*DeregisterInfraEnvInternalServerError) String

type DeregisterInfraEnvMethodNotAllowed

type DeregisterInfraEnvMethodNotAllowed struct {
	Payload *models.Error
}

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 (*DeregisterInfraEnvMethodNotAllowed) GetPayload

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

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

IsSuccess returns true when this deregister infra env method not allowed response has a 2xx status code

func (*DeregisterInfraEnvMethodNotAllowed) 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 (*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

type DeregisterInfraEnvNotFound struct {
	Payload *models.Error
}

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 (*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

type DeregisterInfraEnvNotImplemented struct {
	Payload *models.Error
}

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 (*DeregisterInfraEnvNotImplemented) GetPayload

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

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

WithContext adds the context to the deregister infra env params

func (*DeregisterInfraEnvParams) WithDefaults

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

WithTimeout adds the timeout to the deregister infra env params

func (*DeregisterInfraEnvParams) WriteToRequest

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 {
	Payload *models.InfraError
}

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 (*DeregisterInfraEnvUnauthorized) GetPayload

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

type DownloadMinimalInitrdConflict

type DownloadMinimalInitrdConflict struct {
	Payload *models.Error
}

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 (*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

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 (*DownloadMinimalInitrdForbidden) GetPayload

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

type DownloadMinimalInitrdInternalServerError

type DownloadMinimalInitrdInternalServerError struct {
	Payload *models.Error
}

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 (*DownloadMinimalInitrdInternalServerError) GetPayload

func (*DownloadMinimalInitrdInternalServerError) IsClientError

IsClientError returns true when this download minimal initrd internal server error response has a 4xx status code

func (*DownloadMinimalInitrdInternalServerError) IsCode

IsCode returns true when this download minimal initrd internal server error response a status code equal to that given

func (*DownloadMinimalInitrdInternalServerError) IsRedirect

IsRedirect returns true when this download minimal initrd internal server error response has a 3xx status code

func (*DownloadMinimalInitrdInternalServerError) IsServerError

IsServerError returns true when this download minimal initrd internal server error response has a 5xx status code

func (*DownloadMinimalInitrdInternalServerError) IsSuccess

IsSuccess returns true when this download minimal initrd internal server error response has a 2xx status code

func (*DownloadMinimalInitrdInternalServerError) String

type DownloadMinimalInitrdMethodNotAllowed

type DownloadMinimalInitrdMethodNotAllowed struct {
	Payload *models.Error
}

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 (*DownloadMinimalInitrdMethodNotAllowed) GetPayload

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

IsCode returns true when this download minimal initrd method not allowed response a status code equal to that given

func (*DownloadMinimalInitrdMethodNotAllowed) IsRedirect

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

IsSuccess returns true when this download minimal initrd method not allowed response has a 2xx status code

func (*DownloadMinimalInitrdMethodNotAllowed) 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 (*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

type DownloadMinimalInitrdNotFound

type DownloadMinimalInitrdNotFound struct {
	Payload *models.Error
}

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 (*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

type DownloadMinimalInitrdOK

type DownloadMinimalInitrdOK struct {
	Payload io.Writer
}

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

WithContext adds the context to the download minimal initrd params

func (*DownloadMinimalInitrdParams) WithDefaults

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

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

WithTimeout adds the timeout to the download minimal initrd params

func (*DownloadMinimalInitrdParams) WriteToRequest

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 {
	Payload *models.InfraError
}

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 (*DownloadMinimalInitrdUnauthorized) GetPayload

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

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 (*GetClusterSupportedPlatformsForbidden) GetPayload

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

IsCode returns true when this get cluster supported platforms forbidden response a status code equal to that given

func (*GetClusterSupportedPlatformsForbidden) IsRedirect

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

IsSuccess returns true when this get cluster supported platforms forbidden response has a 2xx status code

func (*GetClusterSupportedPlatformsForbidden) String

type GetClusterSupportedPlatformsInternalServerError

type GetClusterSupportedPlatformsInternalServerError struct {
	Payload *models.Error
}

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 (*GetClusterSupportedPlatformsInternalServerError) GetPayload

func (*GetClusterSupportedPlatformsInternalServerError) IsClientError

IsClientError returns true when this get cluster supported platforms internal server error response has a 4xx status code

func (*GetClusterSupportedPlatformsInternalServerError) IsCode

IsCode returns true when this get cluster supported platforms internal server error response a status code equal to that given

func (*GetClusterSupportedPlatformsInternalServerError) IsRedirect

IsRedirect returns true when this get cluster supported platforms internal server error response has a 3xx status code

func (*GetClusterSupportedPlatformsInternalServerError) IsServerError

IsServerError returns true when this get cluster supported platforms internal server error response has a 5xx status code

func (*GetClusterSupportedPlatformsInternalServerError) IsSuccess

IsSuccess returns true when this get cluster supported platforms internal server error response has a 2xx status code

func (*GetClusterSupportedPlatformsInternalServerError) String

type GetClusterSupportedPlatformsNotFound

type GetClusterSupportedPlatformsNotFound struct {
	Payload *models.Error
}

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 (*GetClusterSupportedPlatformsNotFound) GetPayload

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

IsCode returns true when this get cluster supported platforms not found response a status code equal to that given

func (*GetClusterSupportedPlatformsNotFound) IsRedirect

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

IsSuccess returns true when this get cluster supported platforms not found response has a 2xx status code

func (*GetClusterSupportedPlatformsNotFound) 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 (*GetClusterSupportedPlatformsOK) GetPayload

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

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

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

WithClusterID adds the clusterID to the get cluster supported platforms params

func (*GetClusterSupportedPlatformsParams) WithContext

WithContext adds the context to the get cluster supported platforms params

func (*GetClusterSupportedPlatformsParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the get cluster supported platforms params

func (*GetClusterSupportedPlatformsParams) WithTimeout

WithTimeout adds the timeout to the get cluster supported platforms params

func (*GetClusterSupportedPlatformsParams) WriteToRequest

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 {
	Payload *models.InfraError
}

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 (*GetClusterSupportedPlatformsUnauthorized) GetPayload

func (*GetClusterSupportedPlatformsUnauthorized) IsClientError

IsClientError returns true when this get cluster supported platforms unauthorized response has a 4xx status code

func (*GetClusterSupportedPlatformsUnauthorized) IsCode

IsCode returns true when this get cluster supported platforms unauthorized response a status code equal to that given

func (*GetClusterSupportedPlatformsUnauthorized) IsRedirect

IsRedirect returns true when this get cluster supported platforms unauthorized response has a 3xx status code

func (*GetClusterSupportedPlatformsUnauthorized) IsServerError

IsServerError returns true when this get cluster supported platforms unauthorized response has a 5xx status code

func (*GetClusterSupportedPlatformsUnauthorized) IsSuccess

IsSuccess returns true when this get cluster supported platforms unauthorized response has a 2xx status code

func (*GetClusterSupportedPlatformsUnauthorized) String

type GetInfraEnvDownloadURLBadRequest

type GetInfraEnvDownloadURLBadRequest struct {
	Payload *models.Error
}

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 (*GetInfraEnvDownloadURLBadRequest) GetPayload

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

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 (*GetInfraEnvDownloadURLForbidden) GetPayload

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

type GetInfraEnvDownloadURLInternalServerError

type GetInfraEnvDownloadURLInternalServerError struct {
	Payload *models.Error
}

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 (*GetInfraEnvDownloadURLInternalServerError) GetPayload

func (*GetInfraEnvDownloadURLInternalServerError) IsClientError

IsClientError returns true when this get infra env download Url internal server error response has a 4xx status code

func (*GetInfraEnvDownloadURLInternalServerError) IsCode

IsCode returns true when this get infra env download Url internal server error response a status code equal to that given

func (*GetInfraEnvDownloadURLInternalServerError) IsRedirect

IsRedirect returns true when this get infra env download Url internal server error response has a 3xx status code

func (*GetInfraEnvDownloadURLInternalServerError) IsServerError

IsServerError returns true when this get infra env download Url internal server error response has a 5xx status code

func (*GetInfraEnvDownloadURLInternalServerError) IsSuccess

IsSuccess returns true when this get infra env download Url internal server error response has a 2xx status code

func (*GetInfraEnvDownloadURLInternalServerError) String

type GetInfraEnvDownloadURLMethodNotAllowed

type GetInfraEnvDownloadURLMethodNotAllowed struct {
	Payload *models.Error
}

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 (*GetInfraEnvDownloadURLMethodNotAllowed) GetPayload

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

IsCode returns true when this get infra env download Url method not allowed response a status code equal to that given

func (*GetInfraEnvDownloadURLMethodNotAllowed) IsRedirect

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

IsSuccess returns true when this get infra env download Url method not allowed response has a 2xx status code

func (*GetInfraEnvDownloadURLMethodNotAllowed) String

type GetInfraEnvDownloadURLNotFound

type GetInfraEnvDownloadURLNotFound struct {
	Payload *models.Error
}

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 (*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

type GetInfraEnvDownloadURLNotImplemented

type GetInfraEnvDownloadURLNotImplemented struct {
	Payload *models.Error
}

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 (*GetInfraEnvDownloadURLNotImplemented) GetPayload

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

IsCode returns true when this get infra env download Url not implemented response a status code equal to that given

func (*GetInfraEnvDownloadURLNotImplemented) IsRedirect

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

IsSuccess returns true when this get infra env download Url not implemented response has a 2xx status code

func (*GetInfraEnvDownloadURLNotImplemented) 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

WithContext adds the context to the get infra env download URL params

func (*GetInfraEnvDownloadURLParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the get infra env download URL params

func (*GetInfraEnvDownloadURLParams) WithInfraEnvID

WithInfraEnvID adds the infraEnvID to the get infra env download URL params

func (*GetInfraEnvDownloadURLParams) WithTimeout

WithTimeout adds the timeout to the get infra env download URL params

func (*GetInfraEnvDownloadURLParams) WriteToRequest

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 {
	Payload *models.Error
}

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 (*GetInfraEnvDownloadURLServiceUnavailable) GetPayload

func (*GetInfraEnvDownloadURLServiceUnavailable) IsClientError

IsClientError returns true when this get infra env download Url service unavailable response has a 4xx status code

func (*GetInfraEnvDownloadURLServiceUnavailable) IsCode

IsCode returns true when this get infra env download Url service unavailable response a status code equal to that given

func (*GetInfraEnvDownloadURLServiceUnavailable) IsRedirect

IsRedirect returns true when this get infra env download Url service unavailable response has a 3xx status code

func (*GetInfraEnvDownloadURLServiceUnavailable) IsServerError

IsServerError returns true when this get infra env download Url service unavailable response has a 5xx status code

func (*GetInfraEnvDownloadURLServiceUnavailable) IsSuccess

IsSuccess returns true when this get infra env download Url service unavailable response has a 2xx status code

func (*GetInfraEnvDownloadURLServiceUnavailable) String

type GetInfraEnvDownloadURLUnauthorized

type GetInfraEnvDownloadURLUnauthorized struct {
	Payload *models.InfraError
}

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 (*GetInfraEnvDownloadURLUnauthorized) GetPayload

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

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

IsSuccess returns true when this get infra env download Url unauthorized response has a 2xx status code

func (*GetInfraEnvDownloadURLUnauthorized) 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

type GetInfraEnvInternalServerError struct {
	Payload *models.Error
}

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 (*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

type GetInfraEnvMethodNotAllowed

type GetInfraEnvMethodNotAllowed struct {
	Payload *models.Error
}

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 (*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

type GetInfraEnvNotFound struct {
	Payload *models.Error
}

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

type GetInfraEnvNotImplemented struct {
	Payload *models.Error
}

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

type GetInfraEnvOK struct {
	Payload *models.InfraEnv
}

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 (*GetInfraEnvPresignedFileURLForbidden) GetPayload

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

IsCode returns true when this get infra env presigned file Url forbidden response a status code equal to that given

func (*GetInfraEnvPresignedFileURLForbidden) IsRedirect

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

IsSuccess returns true when this get infra env presigned file Url forbidden response has a 2xx status code

func (*GetInfraEnvPresignedFileURLForbidden) String

type GetInfraEnvPresignedFileURLInternalServerError

type GetInfraEnvPresignedFileURLInternalServerError struct {
	Payload *models.Error
}

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 (*GetInfraEnvPresignedFileURLInternalServerError) GetPayload

func (*GetInfraEnvPresignedFileURLInternalServerError) IsClientError

IsClientError returns true when this get infra env presigned file Url internal server error response has a 4xx status code

func (*GetInfraEnvPresignedFileURLInternalServerError) IsCode

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

IsRedirect returns true when this get infra env presigned file Url internal server error response has a 3xx status code

func (*GetInfraEnvPresignedFileURLInternalServerError) IsServerError

IsServerError returns true when this get infra env presigned file Url internal server error response has a 5xx status code

func (*GetInfraEnvPresignedFileURLInternalServerError) IsSuccess

IsSuccess returns true when this get infra env presigned file Url internal server error response has a 2xx status code

func (*GetInfraEnvPresignedFileURLInternalServerError) String

type GetInfraEnvPresignedFileURLMethodNotAllowed

type GetInfraEnvPresignedFileURLMethodNotAllowed struct {
	Payload *models.Error
}

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 (*GetInfraEnvPresignedFileURLMethodNotAllowed) GetPayload

func (*GetInfraEnvPresignedFileURLMethodNotAllowed) IsClientError

IsClientError returns true when this get infra env presigned file Url method not allowed response has a 4xx status code

func (*GetInfraEnvPresignedFileURLMethodNotAllowed) IsCode

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

IsRedirect returns true when this get infra env presigned file Url method not allowed response has a 3xx status code

func (*GetInfraEnvPresignedFileURLMethodNotAllowed) IsServerError

IsServerError returns true when this get infra env presigned file Url method not allowed response has a 5xx status code

func (*GetInfraEnvPresignedFileURLMethodNotAllowed) IsSuccess

IsSuccess returns true when this get infra env presigned file Url method not allowed response has a 2xx status code

func (*GetInfraEnvPresignedFileURLMethodNotAllowed) String

type GetInfraEnvPresignedFileURLNotFound

type GetInfraEnvPresignedFileURLNotFound struct {
	Payload *models.Error
}

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 (*GetInfraEnvPresignedFileURLNotFound) GetPayload

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

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

IsSuccess returns true when this get infra env presigned file Url not found response has a 2xx status code

func (*GetInfraEnvPresignedFileURLNotFound) String

type GetInfraEnvPresignedFileURLNotImplemented

type GetInfraEnvPresignedFileURLNotImplemented struct {
	Payload *models.Error
}

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 (*GetInfraEnvPresignedFileURLNotImplemented) GetPayload

func (*GetInfraEnvPresignedFileURLNotImplemented) IsClientError

IsClientError returns true when this get infra env presigned file Url not implemented response has a 4xx status code

func (*GetInfraEnvPresignedFileURLNotImplemented) IsCode

IsCode returns true when this get infra env presigned file Url not implemented response a status code equal to that given

func (*GetInfraEnvPresignedFileURLNotImplemented) IsRedirect

IsRedirect returns true when this get infra env presigned file Url not implemented response has a 3xx status code

func (*GetInfraEnvPresignedFileURLNotImplemented) IsServerError

IsServerError returns true when this get infra env presigned file Url not implemented response has a 5xx status code

func (*GetInfraEnvPresignedFileURLNotImplemented) IsSuccess

IsSuccess returns true when this get infra env presigned file Url not implemented response has a 2xx status code

func (*GetInfraEnvPresignedFileURLNotImplemented) 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 (*GetInfraEnvPresignedFileURLOK) GetPayload

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

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

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

WithContext adds the context to the get infra env presigned file URL params

func (*GetInfraEnvPresignedFileURLParams) WithDefaults

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

WithFileName adds the fileName to the get infra env presigned file URL params

func (*GetInfraEnvPresignedFileURLParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get infra env presigned file URL params

func (*GetInfraEnvPresignedFileURLParams) WithInfraEnvID

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

WithTimeout adds the timeout to the get infra env presigned file URL params

func (*GetInfraEnvPresignedFileURLParams) WriteToRequest

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 {
	Payload *models.Error
}

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 (*GetInfraEnvPresignedFileURLServiceUnavailable) GetPayload

func (*GetInfraEnvPresignedFileURLServiceUnavailable) IsClientError

IsClientError returns true when this get infra env presigned file Url service unavailable response has a 4xx status code

func (*GetInfraEnvPresignedFileURLServiceUnavailable) IsCode

IsCode returns true when this get infra env presigned file Url service unavailable response a status code equal to that given

func (*GetInfraEnvPresignedFileURLServiceUnavailable) IsRedirect

IsRedirect returns true when this get infra env presigned file Url service unavailable response has a 3xx status code

func (*GetInfraEnvPresignedFileURLServiceUnavailable) IsServerError

IsServerError returns true when this get infra env presigned file Url service unavailable response has a 5xx status code

func (*GetInfraEnvPresignedFileURLServiceUnavailable) IsSuccess

IsSuccess returns true when this get infra env presigned file Url service unavailable response has a 2xx status code

func (*GetInfraEnvPresignedFileURLServiceUnavailable) String

type GetInfraEnvPresignedFileURLUnauthorized

type GetInfraEnvPresignedFileURLUnauthorized struct {
	Payload *models.InfraError
}

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 (*GetInfraEnvPresignedFileURLUnauthorized) GetPayload

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

IsCode returns true when this get infra env presigned file Url unauthorized response a status code equal to that given

func (*GetInfraEnvPresignedFileURLUnauthorized) IsRedirect

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

IsSuccess returns true when this get infra env presigned file Url unauthorized response has a 2xx status code

func (*GetInfraEnvPresignedFileURLUnauthorized) 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 {
	Payload *models.Error
}

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 (*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

type GetInfraEnvUnauthorized

type GetInfraEnvUnauthorized struct {
	Payload *models.InfraError
}

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

type GetSupportedArchitecturesBadRequest struct {
	Payload *models.Error
}

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 (*GetSupportedArchitecturesBadRequest) GetPayload

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

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

IsSuccess returns true when this get supported architectures bad request response has a 2xx status code

func (*GetSupportedArchitecturesBadRequest) 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 (*GetSupportedArchitecturesForbidden) GetPayload

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

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

IsSuccess returns true when this get supported architectures forbidden response has a 2xx status code

func (*GetSupportedArchitecturesForbidden) String

type GetSupportedArchitecturesNotFound

type GetSupportedArchitecturesNotFound struct {
	Payload *models.Error
}

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 (*GetSupportedArchitecturesNotFound) GetPayload

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

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 (*GetSupportedArchitecturesOK) GetPayload

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

func (*GetSupportedArchitecturesOKBody) Validate

Validate validates this get supported architectures o k body

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

WithContext adds the context to the get supported architectures params

func (*GetSupportedArchitecturesParams) WithDefaults

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

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

WithTimeout adds the timeout to the get supported architectures params

func (*GetSupportedArchitecturesParams) WriteToRequest

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 {
	Payload *models.Error
}

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 (*GetSupportedArchitecturesServiceUnavailable) GetPayload

func (*GetSupportedArchitecturesServiceUnavailable) IsClientError

IsClientError returns true when this get supported architectures service unavailable response has a 4xx status code

func (*GetSupportedArchitecturesServiceUnavailable) IsCode

IsCode returns true when this get supported architectures service unavailable response a status code equal to that given

func (*GetSupportedArchitecturesServiceUnavailable) IsRedirect

IsRedirect returns true when this get supported architectures service unavailable response has a 3xx status code

func (*GetSupportedArchitecturesServiceUnavailable) IsServerError

IsServerError returns true when this get supported architectures service unavailable response has a 5xx status code

func (*GetSupportedArchitecturesServiceUnavailable) IsSuccess

IsSuccess returns true when this get supported architectures service unavailable response has a 2xx status code

func (*GetSupportedArchitecturesServiceUnavailable) String

type GetSupportedArchitecturesUnauthorized

type GetSupportedArchitecturesUnauthorized struct {
	Payload *models.InfraError
}

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 (*GetSupportedArchitecturesUnauthorized) GetPayload

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

IsCode returns true when this get supported architectures unauthorized response a status code equal to that given

func (*GetSupportedArchitecturesUnauthorized) IsRedirect

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

IsSuccess returns true when this get supported architectures unauthorized response has a 2xx status code

func (*GetSupportedArchitecturesUnauthorized) String

type GetSupportedFeaturesBadRequest

type GetSupportedFeaturesBadRequest struct {
	Payload *models.Error
}

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 (*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

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 (*GetSupportedFeaturesForbidden) GetPayload

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

type GetSupportedFeaturesNotFound

type GetSupportedFeaturesNotFound struct {
	Payload *models.Error
}

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 (*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

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 (*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

func (*GetSupportedFeaturesOKBody) Validate

func (o *GetSupportedFeaturesOKBody) Validate(formats strfmt.Registry) error

Validate validates this get supported features o k body

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

WithContext adds the context to the get supported features params

func (*GetSupportedFeaturesParams) WithDefaults

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

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

WithTimeout adds the timeout to the get supported features params

func (*GetSupportedFeaturesParams) WriteToRequest

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 {
	Payload *models.Error
}

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 (*GetSupportedFeaturesServiceUnavailable) GetPayload

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

IsCode returns true when this get supported features service unavailable response a status code equal to that given

func (*GetSupportedFeaturesServiceUnavailable) IsRedirect

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

IsSuccess returns true when this get supported features service unavailable response has a 2xx status code

func (*GetSupportedFeaturesServiceUnavailable) String

type GetSupportedFeaturesUnauthorized

type GetSupportedFeaturesUnauthorized struct {
	Payload *models.InfraError
}

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 (*GetSupportedFeaturesUnauthorized) GetPayload

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

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

type ListClusterHostsInternalServerError struct {
	Payload *models.Error
}

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 (*ListClusterHostsInternalServerError) GetPayload

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

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

IsSuccess returns true when this list cluster hosts internal server error response has a 2xx status code

func (*ListClusterHostsInternalServerError) String

type ListClusterHostsNotFound

type ListClusterHostsNotFound struct {
	Payload *models.Error
}

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

type ListClusterHostsOK struct {
	Payload models.HostList
}

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

WithContext adds the context to the list cluster hosts params

func (*ListClusterHostsParams) WithDefaults

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

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

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

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 {
	Payload *models.InfraError
}

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 (*ListClusterHostsUnauthorized) GetPayload

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

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

type ListInfraEnvsInternalServerError struct {
	Payload *models.Error
}

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 (*ListInfraEnvsInternalServerError) GetPayload

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

type ListInfraEnvsMethodNotAllowed

type ListInfraEnvsMethodNotAllowed struct {
	Payload *models.Error
}

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 (*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

type ListInfraEnvsNotImplemented

type ListInfraEnvsNotImplemented struct {
	Payload *models.Error
}

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 (*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

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 {
	Payload *models.Error
}

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 (*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

type ListInfraEnvsUnauthorized

type ListInfraEnvsUnauthorized struct {
	Payload *models.InfraError
}

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 (*RegenerateInfraEnvSigningKeyForbidden) GetPayload

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

IsCode returns true when this regenerate infra env signing key forbidden response a status code equal to that given

func (*RegenerateInfraEnvSigningKeyForbidden) IsRedirect

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

IsSuccess returns true when this regenerate infra env signing key forbidden response has a 2xx status code

func (*RegenerateInfraEnvSigningKeyForbidden) String

type RegenerateInfraEnvSigningKeyInternalServerError

type RegenerateInfraEnvSigningKeyInternalServerError struct {
	Payload *models.Error
}

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 (*RegenerateInfraEnvSigningKeyInternalServerError) GetPayload

func (*RegenerateInfraEnvSigningKeyInternalServerError) IsClientError

IsClientError returns true when this regenerate infra env signing key internal server error response has a 4xx status code

func (*RegenerateInfraEnvSigningKeyInternalServerError) IsCode

IsCode returns true when this regenerate infra env signing key internal server error response a status code equal to that given

func (*RegenerateInfraEnvSigningKeyInternalServerError) IsRedirect

IsRedirect returns true when this regenerate infra env signing key internal server error response has a 3xx status code

func (*RegenerateInfraEnvSigningKeyInternalServerError) IsServerError

IsServerError returns true when this regenerate infra env signing key internal server error response has a 5xx status code

func (*RegenerateInfraEnvSigningKeyInternalServerError) IsSuccess

IsSuccess returns true when this regenerate infra env signing key internal server error response has a 2xx status code

func (*RegenerateInfraEnvSigningKeyInternalServerError) String

type RegenerateInfraEnvSigningKeyMethodNotAllowed

type RegenerateInfraEnvSigningKeyMethodNotAllowed struct {
	Payload *models.Error
}

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 (*RegenerateInfraEnvSigningKeyMethodNotAllowed) GetPayload

func (*RegenerateInfraEnvSigningKeyMethodNotAllowed) IsClientError

IsClientError returns true when this regenerate infra env signing key method not allowed response has a 4xx status code

func (*RegenerateInfraEnvSigningKeyMethodNotAllowed) IsCode

IsCode returns true when this regenerate infra env signing key method not allowed response a status code equal to that given

func (*RegenerateInfraEnvSigningKeyMethodNotAllowed) IsRedirect

IsRedirect returns true when this regenerate infra env signing key method not allowed response has a 3xx status code

func (*RegenerateInfraEnvSigningKeyMethodNotAllowed) IsServerError

IsServerError returns true when this regenerate infra env signing key method not allowed response has a 5xx status code

func (*RegenerateInfraEnvSigningKeyMethodNotAllowed) IsSuccess

IsSuccess returns true when this regenerate infra env signing key method not allowed response has a 2xx status code

func (*RegenerateInfraEnvSigningKeyMethodNotAllowed) 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 (*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

IsCode returns true when this regenerate infra env signing key no content response a status code equal to that given

func (*RegenerateInfraEnvSigningKeyNoContent) IsRedirect

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

IsSuccess returns true when this regenerate infra env signing key no content response has a 2xx status code

func (*RegenerateInfraEnvSigningKeyNoContent) String

type RegenerateInfraEnvSigningKeyNotFound

type RegenerateInfraEnvSigningKeyNotFound struct {
	Payload *models.Error
}

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 (*RegenerateInfraEnvSigningKeyNotFound) GetPayload

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

IsCode returns true when this regenerate infra env signing key not found response a status code equal to that given

func (*RegenerateInfraEnvSigningKeyNotFound) IsRedirect

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

IsSuccess returns true when this regenerate infra env signing key not found response has a 2xx status code

func (*RegenerateInfraEnvSigningKeyNotFound) 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

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

WithContext adds the context to the regenerate infra env signing key params

func (*RegenerateInfraEnvSigningKeyParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the regenerate infra env signing key params

func (*RegenerateInfraEnvSigningKeyParams) WithInfraEnvID

WithInfraEnvID adds the infraEnvID to the regenerate infra env signing key params

func (*RegenerateInfraEnvSigningKeyParams) WithTimeout

WithTimeout adds the timeout to the regenerate infra env signing key params

func (*RegenerateInfraEnvSigningKeyParams) WriteToRequest

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 {
	Payload *models.InfraError
}

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 (*RegenerateInfraEnvSigningKeyUnauthorized) GetPayload

func (*RegenerateInfraEnvSigningKeyUnauthorized) IsClientError

IsClientError returns true when this regenerate infra env signing key unauthorized response has a 4xx status code

func (*RegenerateInfraEnvSigningKeyUnauthorized) IsCode

IsCode returns true when this regenerate infra env signing key unauthorized response a status code equal to that given

func (*RegenerateInfraEnvSigningKeyUnauthorized) IsRedirect

IsRedirect returns true when this regenerate infra env signing key unauthorized response has a 3xx status code

func (*RegenerateInfraEnvSigningKeyUnauthorized) IsServerError

IsServerError returns true when this regenerate infra env signing key unauthorized response has a 5xx status code

func (*RegenerateInfraEnvSigningKeyUnauthorized) IsSuccess

IsSuccess returns true when this regenerate infra env signing key unauthorized response has a 2xx status code

func (*RegenerateInfraEnvSigningKeyUnauthorized) String

type RegisterInfraEnvBadRequest

type RegisterInfraEnvBadRequest struct {
	Payload *models.Error
}

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 (*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

type RegisterInfraEnvConflict struct {
	Payload *models.Error
}

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

type RegisterInfraEnvCreated struct {
	Payload *models.InfraEnv
}

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

type RegisterInfraEnvInternalServerError struct {
	Payload *models.Error
}

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 (*RegisterInfraEnvInternalServerError) GetPayload

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

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

IsSuccess returns true when this register infra env internal server error response has a 2xx status code

func (*RegisterInfraEnvInternalServerError) String

type RegisterInfraEnvMethodNotAllowed

type RegisterInfraEnvMethodNotAllowed struct {
	Payload *models.Error
}

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 (*RegisterInfraEnvMethodNotAllowed) GetPayload

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

type RegisterInfraEnvNotFound

type RegisterInfraEnvNotFound struct {
	Payload *models.Error
}

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

type RegisterInfraEnvNotImplemented struct {
	Payload *models.Error
}

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 (*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

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

WithContext adds the context to the register infra env params

func (*RegisterInfraEnvParams) WithDefaults

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

WithTimeout adds the timeout to the register infra env params

func (*RegisterInfraEnvParams) WriteToRequest

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 {
	Payload *models.InfraError
}

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 (*RegisterInfraEnvUnauthorized) GetPayload

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

type TransformClusterToAddingHostsAccepted

type TransformClusterToAddingHostsAccepted struct {
	Payload *models.Cluster
}

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 (*TransformClusterToAddingHostsAccepted) GetPayload

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

IsCode returns true when this transform cluster to adding hosts accepted response a status code equal to that given

func (*TransformClusterToAddingHostsAccepted) IsRedirect

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

IsSuccess returns true when this transform cluster to adding hosts accepted response has a 2xx status code

func (*TransformClusterToAddingHostsAccepted) String

type TransformClusterToAddingHostsConflict

type TransformClusterToAddingHostsConflict struct {
	Payload *models.Error
}

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 (*TransformClusterToAddingHostsConflict) GetPayload

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

IsCode returns true when this transform cluster to adding hosts conflict response a status code equal to that given

func (*TransformClusterToAddingHostsConflict) IsRedirect

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

IsSuccess returns true when this transform cluster to adding hosts conflict response has a 2xx status code

func (*TransformClusterToAddingHostsConflict) 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 (*TransformClusterToAddingHostsForbidden) GetPayload

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

IsCode returns true when this transform cluster to adding hosts forbidden response a status code equal to that given

func (*TransformClusterToAddingHostsForbidden) IsRedirect

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

IsSuccess returns true when this transform cluster to adding hosts forbidden response has a 2xx status code

func (*TransformClusterToAddingHostsForbidden) String

type TransformClusterToAddingHostsInternalServerError

type TransformClusterToAddingHostsInternalServerError struct {
	Payload *models.Error
}

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 (*TransformClusterToAddingHostsInternalServerError) GetPayload

func (*TransformClusterToAddingHostsInternalServerError) IsClientError

IsClientError returns true when this transform cluster to adding hosts internal server error response has a 4xx status code

func (*TransformClusterToAddingHostsInternalServerError) IsCode

IsCode returns true when this transform cluster to adding hosts internal server error response a status code equal to that given

func (*TransformClusterToAddingHostsInternalServerError) IsRedirect

IsRedirect returns true when this transform cluster to adding hosts internal server error response has a 3xx status code

func (*TransformClusterToAddingHostsInternalServerError) IsServerError

IsServerError returns true when this transform cluster to adding hosts internal server error response has a 5xx status code

func (*TransformClusterToAddingHostsInternalServerError) IsSuccess

IsSuccess returns true when this transform cluster to adding hosts internal server error response has a 2xx status code

func (*TransformClusterToAddingHostsInternalServerError) String

type TransformClusterToAddingHostsMethodNotAllowed

type TransformClusterToAddingHostsMethodNotAllowed struct {
	Payload *models.Error
}

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 (*TransformClusterToAddingHostsMethodNotAllowed) GetPayload

func (*TransformClusterToAddingHostsMethodNotAllowed) IsClientError

IsClientError returns true when this transform cluster to adding hosts method not allowed response has a 4xx status code

func (*TransformClusterToAddingHostsMethodNotAllowed) IsCode

IsCode returns true when this transform cluster to adding hosts method not allowed response a status code equal to that given

func (*TransformClusterToAddingHostsMethodNotAllowed) IsRedirect

IsRedirect returns true when this transform cluster to adding hosts method not allowed response has a 3xx status code

func (*TransformClusterToAddingHostsMethodNotAllowed) IsServerError

IsServerError returns true when this transform cluster to adding hosts method not allowed response has a 5xx status code

func (*TransformClusterToAddingHostsMethodNotAllowed) IsSuccess

IsSuccess returns true when this transform cluster to adding hosts method not allowed response has a 2xx status code

func (*TransformClusterToAddingHostsMethodNotAllowed) String

type TransformClusterToAddingHostsNotFound

type TransformClusterToAddingHostsNotFound struct {
	Payload *models.Error
}

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 (*TransformClusterToAddingHostsNotFound) GetPayload

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

IsCode returns true when this transform cluster to adding hosts not found response a status code equal to that given

func (*TransformClusterToAddingHostsNotFound) IsRedirect

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

IsSuccess returns true when this transform cluster to adding hosts not found response has a 2xx status code

func (*TransformClusterToAddingHostsNotFound) 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

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

WithClusterID adds the clusterID to the transform cluster to adding hosts params

func (*TransformClusterToAddingHostsParams) WithContext

WithContext adds the context to the transform cluster to adding hosts params

func (*TransformClusterToAddingHostsParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the transform cluster to adding hosts params

func (*TransformClusterToAddingHostsParams) WithTimeout

WithTimeout adds the timeout to the transform cluster to adding hosts params

func (*TransformClusterToAddingHostsParams) WriteToRequest

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 {
	Payload *models.InfraError
}

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 (*TransformClusterToAddingHostsUnauthorized) GetPayload

func (*TransformClusterToAddingHostsUnauthorized) IsClientError

IsClientError returns true when this transform cluster to adding hosts unauthorized response has a 4xx status code

func (*TransformClusterToAddingHostsUnauthorized) IsCode

IsCode returns true when this transform cluster to adding hosts unauthorized response a status code equal to that given

func (*TransformClusterToAddingHostsUnauthorized) IsRedirect

IsRedirect returns true when this transform cluster to adding hosts unauthorized response has a 3xx status code

func (*TransformClusterToAddingHostsUnauthorized) IsServerError

IsServerError returns true when this transform cluster to adding hosts unauthorized response has a 5xx status code

func (*TransformClusterToAddingHostsUnauthorized) IsSuccess

IsSuccess returns true when this transform cluster to adding hosts unauthorized response has a 2xx status code

func (*TransformClusterToAddingHostsUnauthorized) String

type TransformClusterToDay2Accepted

type TransformClusterToDay2Accepted struct {
	Payload *models.Cluster
}

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 (*TransformClusterToDay2Accepted) GetPayload

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

type TransformClusterToDay2Conflict

type TransformClusterToDay2Conflict struct {
	Payload *models.Error
}

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 (*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

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 (*TransformClusterToDay2Forbidden) GetPayload

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

type TransformClusterToDay2InternalServerError

type TransformClusterToDay2InternalServerError struct {
	Payload *models.Error
}

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 (*TransformClusterToDay2InternalServerError) GetPayload

func (*TransformClusterToDay2InternalServerError) IsClientError

IsClientError returns true when this transform cluster to day2 internal server error response has a 4xx status code

func (*TransformClusterToDay2InternalServerError) IsCode

IsCode returns true when this transform cluster to day2 internal server error response a status code equal to that given

func (*TransformClusterToDay2InternalServerError) IsRedirect

IsRedirect returns true when this transform cluster to day2 internal server error response has a 3xx status code

func (*TransformClusterToDay2InternalServerError) IsServerError

IsServerError returns true when this transform cluster to day2 internal server error response has a 5xx status code

func (*TransformClusterToDay2InternalServerError) IsSuccess

IsSuccess returns true when this transform cluster to day2 internal server error response has a 2xx status code

func (*TransformClusterToDay2InternalServerError) String

type TransformClusterToDay2MethodNotAllowed

type TransformClusterToDay2MethodNotAllowed struct {
	Payload *models.Error
}

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 (*TransformClusterToDay2MethodNotAllowed) GetPayload

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

IsCode returns true when this transform cluster to day2 method not allowed response a status code equal to that given

func (*TransformClusterToDay2MethodNotAllowed) IsRedirect

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

IsSuccess returns true when this transform cluster to day2 method not allowed response has a 2xx status code

func (*TransformClusterToDay2MethodNotAllowed) String

type TransformClusterToDay2NotFound

type TransformClusterToDay2NotFound struct {
	Payload *models.Error
}

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 (*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

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

WithClusterID adds the clusterID to the transform cluster to day2 params

func (*TransformClusterToDay2Params) WithContext

WithContext adds the context to the transform cluster to day2 params

func (*TransformClusterToDay2Params) WithDefaults

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

WithHTTPClient adds the HTTPClient to the transform cluster to day2 params

func (*TransformClusterToDay2Params) WithTimeout

WithTimeout adds the timeout to the transform cluster to day2 params

func (*TransformClusterToDay2Params) WriteToRequest

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 {
	Payload *models.InfraError
}

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 (*TransformClusterToDay2Unauthorized) GetPayload

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

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

IsSuccess returns true when this transform cluster to day2 unauthorized response has a 2xx status code

func (*TransformClusterToDay2Unauthorized) String

type UnbindHostBadRequest

type UnbindHostBadRequest struct {
	Payload *models.Error
}

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

type UnbindHostConflict struct {
	Payload *models.Error
}

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

type UnbindHostInternalServerError struct {
	Payload *models.Error
}

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 (*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

type UnbindHostMethodNotAllowed

type UnbindHostMethodNotAllowed struct {
	Payload *models.Error
}

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 (*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

type UnbindHostNotFound struct {
	Payload *models.Error
}

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

type UnbindHostNotImplemented struct {
	Payload *models.Error
}

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

type UnbindHostOK struct {
	Payload *models.Host
}

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 {
	Payload *models.Error
}

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 (*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

type UnbindHostUnauthorized

type UnbindHostUnauthorized struct {
	Payload *models.InfraError
}

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

type UpdateInfraEnvBadRequest struct {
	Payload *models.Error
}

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

type UpdateInfraEnvConflict struct {
	Payload *models.Error
}

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

type UpdateInfraEnvCreated struct {
	Payload *models.InfraEnv
}

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

type UpdateInfraEnvInternalServerError struct {
	Payload *models.Error
}

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 (*UpdateInfraEnvInternalServerError) GetPayload

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

type UpdateInfraEnvMethodNotAllowed

type UpdateInfraEnvMethodNotAllowed struct {
	Payload *models.Error
}

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 (*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

type UpdateInfraEnvNotFound

type UpdateInfraEnvNotFound struct {
	Payload *models.Error
}

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

type UpdateInfraEnvNotImplemented struct {
	Payload *models.Error
}

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 (*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

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

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 {
	Payload *models.InfraError
}

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 (*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

type V2CancelInstallationAccepted struct {
	Payload *models.Cluster
}

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 (*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

type V2CancelInstallationConflict

type V2CancelInstallationConflict struct {
	Payload *models.Error
}

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 (*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

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 (*V2CancelInstallationForbidden) GetPayload

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

type V2CancelInstallationInternalServerError

type V2CancelInstallationInternalServerError struct {
	Payload *models.Error
}

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 (*V2CancelInstallationInternalServerError) GetPayload

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

IsCode returns true when this v2 cancel installation internal server error response a status code equal to that given

func (*V2CancelInstallationInternalServerError) IsRedirect

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

IsSuccess returns true when this v2 cancel installation internal server error response has a 2xx status code

func (*V2CancelInstallationInternalServerError) String

type V2CancelInstallationMethodNotAllowed

type V2CancelInstallationMethodNotAllowed struct {
	Payload *models.Error
}

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 (*V2CancelInstallationMethodNotAllowed) GetPayload

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

IsCode returns true when this v2 cancel installation method not allowed response a status code equal to that given

func (*V2CancelInstallationMethodNotAllowed) IsRedirect

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

IsSuccess returns true when this v2 cancel installation method not allowed response has a 2xx status code

func (*V2CancelInstallationMethodNotAllowed) String

type V2CancelInstallationNotFound

type V2CancelInstallationNotFound struct {
	Payload *models.Error
}

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 (*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

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

WithClusterID adds the clusterID to the v2 cancel installation params

func (*V2CancelInstallationParams) WithContext

WithContext adds the context to the v2 cancel installation params

func (*V2CancelInstallationParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the v2 cancel installation params

func (*V2CancelInstallationParams) WithTimeout

WithTimeout adds the timeout to the v2 cancel installation params

func (*V2CancelInstallationParams) WriteToRequest

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 {
	Payload *models.InfraError
}

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 (*V2CancelInstallationUnauthorized) GetPayload

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

type V2CompleteInstallationAccepted

type V2CompleteInstallationAccepted struct {
	Payload *models.Cluster
}

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 (*V2CompleteInstallationAccepted) GetPayload

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

type V2CompleteInstallationConflict

type V2CompleteInstallationConflict struct {
	Payload *models.Error
}

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 (*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

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 (*V2CompleteInstallationForbidden) GetPayload

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

type V2CompleteInstallationInternalServerError

type V2CompleteInstallationInternalServerError struct {
	Payload *models.Error
}

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 (*V2CompleteInstallationInternalServerError) GetPayload

func (*V2CompleteInstallationInternalServerError) IsClientError

IsClientError returns true when this v2 complete installation internal server error response has a 4xx status code

func (*V2CompleteInstallationInternalServerError) IsCode

IsCode returns true when this v2 complete installation internal server error response a status code equal to that given

func (*V2CompleteInstallationInternalServerError) IsRedirect

IsRedirect returns true when this v2 complete installation internal server error response has a 3xx status code

func (*V2CompleteInstallationInternalServerError) IsServerError

IsServerError returns true when this v2 complete installation internal server error response has a 5xx status code

func (*V2CompleteInstallationInternalServerError) IsSuccess

IsSuccess returns true when this v2 complete installation internal server error response has a 2xx status code

func (*V2CompleteInstallationInternalServerError) String

type V2CompleteInstallationMethodNotAllowed

type V2CompleteInstallationMethodNotAllowed struct {
	Payload *models.Error
}

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 (*V2CompleteInstallationMethodNotAllowed) GetPayload

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

IsCode returns true when this v2 complete installation method not allowed response a status code equal to that given

func (*V2CompleteInstallationMethodNotAllowed) IsRedirect

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

IsSuccess returns true when this v2 complete installation method not allowed response has a 2xx status code

func (*V2CompleteInstallationMethodNotAllowed) String

type V2CompleteInstallationNotFound

type V2CompleteInstallationNotFound struct {
	Payload *models.Error
}

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 (*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

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

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

WithContext adds the context to the v2 complete installation params

func (*V2CompleteInstallationParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the v2 complete installation params

func (*V2CompleteInstallationParams) WithTimeout

WithTimeout adds the timeout to the v2 complete installation params

func (*V2CompleteInstallationParams) WriteToRequest

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 {
	Payload *models.Error
}

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 (*V2CompleteInstallationServiceUnavailable) GetPayload

func (*V2CompleteInstallationServiceUnavailable) IsClientError

IsClientError returns true when this v2 complete installation service unavailable response has a 4xx status code

func (*V2CompleteInstallationServiceUnavailable) IsCode

IsCode returns true when this v2 complete installation service unavailable response a status code equal to that given

func (*V2CompleteInstallationServiceUnavailable) IsRedirect

IsRedirect returns true when this v2 complete installation service unavailable response has a 3xx status code

func (*V2CompleteInstallationServiceUnavailable) IsServerError

IsServerError returns true when this v2 complete installation service unavailable response has a 5xx status code

func (*V2CompleteInstallationServiceUnavailable) IsSuccess

IsSuccess returns true when this v2 complete installation service unavailable response has a 2xx status code

func (*V2CompleteInstallationServiceUnavailable) String

type V2CompleteInstallationUnauthorized

type V2CompleteInstallationUnauthorized struct {
	Payload *models.InfraError
}

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 (*V2CompleteInstallationUnauthorized) GetPayload

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

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

IsSuccess returns true when this v2 complete installation unauthorized response has a 2xx status code

func (*V2CompleteInstallationUnauthorized) String

type V2DeregisterClusterConflict

type V2DeregisterClusterConflict struct {
	Payload *models.Error
}

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 (*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 (*V2DeregisterClusterForbidden) GetPayload

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

type V2DeregisterClusterInternalServerError

type V2DeregisterClusterInternalServerError struct {
	Payload *models.Error
}

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 (*V2DeregisterClusterInternalServerError) GetPayload

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

IsCode returns true when this v2 deregister cluster internal server error response a status code equal to that given

func (*V2DeregisterClusterInternalServerError) IsRedirect

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

IsSuccess returns true when this v2 deregister cluster internal server error response has a 2xx status code

func (*V2DeregisterClusterInternalServerError) String

type V2DeregisterClusterMethodNotAllowed

type V2DeregisterClusterMethodNotAllowed struct {
	Payload *models.Error
}

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 (*V2DeregisterClusterMethodNotAllowed) GetPayload

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

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

IsSuccess returns true when this v2 deregister cluster method not allowed response has a 2xx status code

func (*V2DeregisterClusterMethodNotAllowed) 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 (*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

type V2DeregisterClusterNotFound

type V2DeregisterClusterNotFound struct {
	Payload *models.Error
}

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 (*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

WithContext adds the context to the v2 deregister cluster params

func (*V2DeregisterClusterParams) WithDefaults

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

WithTimeout adds the timeout to the v2 deregister cluster params

func (*V2DeregisterClusterParams) WriteToRequest

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 {
	Payload *models.InfraError
}

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 (*V2DeregisterClusterUnauthorized) GetPayload

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

type V2DeregisterHostBadRequest

type V2DeregisterHostBadRequest struct {
	Payload *models.Error
}

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 (*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

type V2DeregisterHostInternalServerError struct {
	Payload *models.Error
}

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 (*V2DeregisterHostInternalServerError) GetPayload

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

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

IsSuccess returns true when this v2 deregister host internal server error response has a 2xx status code

func (*V2DeregisterHostInternalServerError) String

type V2DeregisterHostMethodNotAllowed

type V2DeregisterHostMethodNotAllowed struct {
	Payload *models.Error
}

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 (*V2DeregisterHostMethodNotAllowed) GetPayload

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

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

type V2DeregisterHostNotFound struct {
	Payload *models.Error
}

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

WithContext adds the context to the v2 deregister host params

func (*V2DeregisterHostParams) WithDefaults

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

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

WithTimeout adds the timeout to the v2 deregister host params

func (*V2DeregisterHostParams) WriteToRequest

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 {
	Payload *models.InfraError
}

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 (*V2DeregisterHostUnauthorized) GetPayload

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

type V2DownloadClusterCredentialsConflict

type V2DownloadClusterCredentialsConflict struct {
	Payload *models.Error
}

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 (*V2DownloadClusterCredentialsConflict) GetPayload

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

IsCode returns true when this v2 download cluster credentials conflict response a status code equal to that given

func (*V2DownloadClusterCredentialsConflict) IsRedirect

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

IsSuccess returns true when this v2 download cluster credentials conflict response has a 2xx status code

func (*V2DownloadClusterCredentialsConflict) 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 (*V2DownloadClusterCredentialsForbidden) GetPayload

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

IsCode returns true when this v2 download cluster credentials forbidden response a status code equal to that given

func (*V2DownloadClusterCredentialsForbidden) IsRedirect

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

IsSuccess returns true when this v2 download cluster credentials forbidden response has a 2xx status code

func (*V2DownloadClusterCredentialsForbidden) String

type V2DownloadClusterCredentialsInternalServerError

type V2DownloadClusterCredentialsInternalServerError struct {
	Payload *models.Error
}

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 (*V2DownloadClusterCredentialsInternalServerError) GetPayload

func (*V2DownloadClusterCredentialsInternalServerError) IsClientError

IsClientError returns true when this v2 download cluster credentials internal server error response has a 4xx status code

func (*V2DownloadClusterCredentialsInternalServerError) IsCode

IsCode returns true when this v2 download cluster credentials internal server error response a status code equal to that given

func (*V2DownloadClusterCredentialsInternalServerError) IsRedirect

IsRedirect returns true when this v2 download cluster credentials internal server error response has a 3xx status code

func (*V2DownloadClusterCredentialsInternalServerError) IsServerError

IsServerError returns true when this v2 download cluster credentials internal server error response has a 5xx status code

func (*V2DownloadClusterCredentialsInternalServerError) IsSuccess

IsSuccess returns true when this v2 download cluster credentials internal server error response has a 2xx status code

func (*V2DownloadClusterCredentialsInternalServerError) String

type V2DownloadClusterCredentialsMethodNotAllowed

type V2DownloadClusterCredentialsMethodNotAllowed struct {
	Payload *models.Error
}

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 (*V2DownloadClusterCredentialsMethodNotAllowed) GetPayload

func (*V2DownloadClusterCredentialsMethodNotAllowed) IsClientError

IsClientError returns true when this v2 download cluster credentials method not allowed response has a 4xx status code

func (*V2DownloadClusterCredentialsMethodNotAllowed) IsCode

IsCode returns true when this v2 download cluster credentials method not allowed response a status code equal to that given

func (*V2DownloadClusterCredentialsMethodNotAllowed) IsRedirect

IsRedirect returns true when this v2 download cluster credentials method not allowed response has a 3xx status code

func (*V2DownloadClusterCredentialsMethodNotAllowed) IsServerError

IsServerError returns true when this v2 download cluster credentials method not allowed response has a 5xx status code

func (*V2DownloadClusterCredentialsMethodNotAllowed) IsSuccess

IsSuccess returns true when this v2 download cluster credentials method not allowed response has a 2xx status code

func (*V2DownloadClusterCredentialsMethodNotAllowed) String

type V2DownloadClusterCredentialsNotFound

type V2DownloadClusterCredentialsNotFound struct {
	Payload *models.Error
}

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 (*V2DownloadClusterCredentialsNotFound) GetPayload

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

IsCode returns true when this v2 download cluster credentials not found response a status code equal to that given

func (*V2DownloadClusterCredentialsNotFound) IsRedirect

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

IsSuccess returns true when this v2 download cluster credentials not found response has a 2xx status code

func (*V2DownloadClusterCredentialsNotFound) String

type V2DownloadClusterCredentialsOK

type V2DownloadClusterCredentialsOK struct {
	Payload io.Writer
}

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 (*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

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

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

WithClusterID adds the clusterID to the v2 download cluster credentials params

func (*V2DownloadClusterCredentialsParams) WithContext

WithContext adds the context to the v2 download cluster credentials params

func (*V2DownloadClusterCredentialsParams) WithDefaults

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

WithFileName adds the fileName to the v2 download cluster credentials params

func (*V2DownloadClusterCredentialsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the v2 download cluster credentials params

func (*V2DownloadClusterCredentialsParams) WithTimeout

WithTimeout adds the timeout to the v2 download cluster credentials params

func (*V2DownloadClusterCredentialsParams) WriteToRequest

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 {
	Payload *models.Error
}

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 (*V2DownloadClusterCredentialsServiceUnavailable) GetPayload

func (*V2DownloadClusterCredentialsServiceUnavailable) IsClientError

IsClientError returns true when this v2 download cluster credentials service unavailable response has a 4xx status code

func (*V2DownloadClusterCredentialsServiceUnavailable) IsCode

IsCode returns true when this v2 download cluster credentials service unavailable response a status code equal to that given

func (*V2DownloadClusterCredentialsServiceUnavailable) IsRedirect

IsRedirect returns true when this v2 download cluster credentials service unavailable response has a 3xx status code

func (*V2DownloadClusterCredentialsServiceUnavailable) IsServerError

IsServerError returns true when this v2 download cluster credentials service unavailable response has a 5xx status code

func (*V2DownloadClusterCredentialsServiceUnavailable) IsSuccess

IsSuccess returns true when this v2 download cluster credentials service unavailable response has a 2xx status code

func (*V2DownloadClusterCredentialsServiceUnavailable) String

type V2DownloadClusterCredentialsUnauthorized

type V2DownloadClusterCredentialsUnauthorized struct {
	Payload *models.InfraError
}

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 (*V2DownloadClusterCredentialsUnauthorized) GetPayload

func (*V2DownloadClusterCredentialsUnauthorized) IsClientError

IsClientError returns true when this v2 download cluster credentials unauthorized response has a 4xx status code

func (*V2DownloadClusterCredentialsUnauthorized) IsCode

IsCode returns true when this v2 download cluster credentials unauthorized response a status code equal to that given

func (*V2DownloadClusterCredentialsUnauthorized) IsRedirect

IsRedirect returns true when this v2 download cluster credentials unauthorized response has a 3xx status code

func (*V2DownloadClusterCredentialsUnauthorized) IsServerError

IsServerError returns true when this v2 download cluster credentials unauthorized response has a 5xx status code

func (*V2DownloadClusterCredentialsUnauthorized) IsSuccess

IsSuccess returns true when this v2 download cluster credentials unauthorized response has a 2xx status code

func (*V2DownloadClusterCredentialsUnauthorized) String

type V2DownloadClusterFilesConflict

type V2DownloadClusterFilesConflict struct {
	Payload *models.Error
}

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 (*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

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 (*V2DownloadClusterFilesForbidden) GetPayload

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

type V2DownloadClusterFilesInternalServerError

type V2DownloadClusterFilesInternalServerError struct {
	Payload *models.Error
}

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 (*V2DownloadClusterFilesInternalServerError) GetPayload

func (*V2DownloadClusterFilesInternalServerError) IsClientError

IsClientError returns true when this v2 download cluster files internal server error response has a 4xx status code

func (*V2DownloadClusterFilesInternalServerError) IsCode

IsCode returns true when this v2 download cluster files internal server error response a status code equal to that given

func (*V2DownloadClusterFilesInternalServerError) IsRedirect

IsRedirect returns true when this v2 download cluster files internal server error response has a 3xx status code

func (*V2DownloadClusterFilesInternalServerError) IsServerError

IsServerError returns true when this v2 download cluster files internal server error response has a 5xx status code

func (*V2DownloadClusterFilesInternalServerError) IsSuccess

IsSuccess returns true when this v2 download cluster files internal server error response has a 2xx status code

func (*V2DownloadClusterFilesInternalServerError) String

type V2DownloadClusterFilesMethodNotAllowed

type V2DownloadClusterFilesMethodNotAllowed struct {
	Payload *models.Error
}

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 (*V2DownloadClusterFilesMethodNotAllowed) GetPayload

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

IsCode returns true when this v2 download cluster files method not allowed response a status code equal to that given

func (*V2DownloadClusterFilesMethodNotAllowed) IsRedirect

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

IsSuccess returns true when this v2 download cluster files method not allowed response has a 2xx status code

func (*V2DownloadClusterFilesMethodNotAllowed) String

type V2DownloadClusterFilesNotFound

type V2DownloadClusterFilesNotFound struct {
	Payload *models.Error
}

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 (*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

type V2DownloadClusterFilesOK

type V2DownloadClusterFilesOK struct {
	Payload io.Writer
}

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

WithClusterID adds the clusterID to the v2 download cluster files params

func (*V2DownloadClusterFilesParams) WithContext

WithContext adds the context to the v2 download cluster files params

func (*V2DownloadClusterFilesParams) WithDefaults

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

WithFileName adds the fileName to the v2 download cluster files params

func (*V2DownloadClusterFilesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the v2 download cluster files params

func (*V2DownloadClusterFilesParams) WithTimeout

WithTimeout adds the timeout to the v2 download cluster files params

func (*V2DownloadClusterFilesParams) WriteToRequest

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 {
	Payload *models.Error
}

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 (*V2DownloadClusterFilesServiceUnavailable) GetPayload

func (*V2DownloadClusterFilesServiceUnavailable) IsClientError

IsClientError returns true when this v2 download cluster files service unavailable response has a 4xx status code

func (*V2DownloadClusterFilesServiceUnavailable) IsCode

IsCode returns true when this v2 download cluster files service unavailable response a status code equal to that given

func (*V2DownloadClusterFilesServiceUnavailable) IsRedirect

IsRedirect returns true when this v2 download cluster files service unavailable response has a 3xx status code

func (*V2DownloadClusterFilesServiceUnavailable) IsServerError

IsServerError returns true when this v2 download cluster files service unavailable response has a 5xx status code

func (*V2DownloadClusterFilesServiceUnavailable) IsSuccess

IsSuccess returns true when this v2 download cluster files service unavailable response has a 2xx status code

func (*V2DownloadClusterFilesServiceUnavailable) String

type V2DownloadClusterFilesUnauthorized

type V2DownloadClusterFilesUnauthorized struct {
	Payload *models.InfraError
}

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 (*V2DownloadClusterFilesUnauthorized) GetPayload

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

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

IsSuccess returns true when this v2 download cluster files unauthorized response has a 2xx status code

func (*V2DownloadClusterFilesUnauthorized) String

type V2DownloadClusterLogsConflict

type V2DownloadClusterLogsConflict struct {
	Payload *models.Error
}

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 (*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

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 (*V2DownloadClusterLogsForbidden) GetPayload

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

type V2DownloadClusterLogsInternalServerError

type V2DownloadClusterLogsInternalServerError struct {
	Payload *models.Error
}

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 (*V2DownloadClusterLogsInternalServerError) GetPayload

func (*V2DownloadClusterLogsInternalServerError) IsClientError

IsClientError returns true when this v2 download cluster logs internal server error response has a 4xx status code

func (*V2DownloadClusterLogsInternalServerError) IsCode

IsCode returns true when this v2 download cluster logs internal server error response a status code equal to that given

func (*V2DownloadClusterLogsInternalServerError) IsRedirect

IsRedirect returns true when this v2 download cluster logs internal server error response has a 3xx status code

func (*V2DownloadClusterLogsInternalServerError) IsServerError

IsServerError returns true when this v2 download cluster logs internal server error response has a 5xx status code

func (*V2DownloadClusterLogsInternalServerError) IsSuccess

IsSuccess returns true when this v2 download cluster logs internal server error response has a 2xx status code

func (*V2DownloadClusterLogsInternalServerError) String

type V2DownloadClusterLogsMethodNotAllowed

type V2DownloadClusterLogsMethodNotAllowed struct {
	Payload *models.Error
}

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 (*V2DownloadClusterLogsMethodNotAllowed) GetPayload

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

IsCode returns true when this v2 download cluster logs method not allowed response a status code equal to that given

func (*V2DownloadClusterLogsMethodNotAllowed) IsRedirect

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

IsSuccess returns true when this v2 download cluster logs method not allowed response has a 2xx status code

func (*V2DownloadClusterLogsMethodNotAllowed) String

type V2DownloadClusterLogsNotFound

type V2DownloadClusterLogsNotFound struct {
	Payload *models.Error
}

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 (*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

type V2DownloadClusterLogsOK

type V2DownloadClusterLogsOK struct {
	Payload io.Writer
}

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

WithClusterID adds the clusterID to the v2 download cluster logs params

func (*V2DownloadClusterLogsParams) WithContext

WithContext adds the context to the v2 download cluster logs params

func (*V2DownloadClusterLogsParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the v2 download cluster logs params

func (*V2DownloadClusterLogsParams) WithHostID

WithHostID adds the hostID to the v2 download cluster logs params

func (*V2DownloadClusterLogsParams) WithLogsType

WithLogsType adds the logsType to the v2 download cluster logs params

func (*V2DownloadClusterLogsParams) WithTimeout

WithTimeout adds the timeout to the v2 download cluster logs params

func (*V2DownloadClusterLogsParams) WriteToRequest

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 {
	Payload *models.InfraError
}

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 (*V2DownloadClusterLogsUnauthorized) GetPayload

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

type V2DownloadHostIgnitionConflict

type V2DownloadHostIgnitionConflict struct {
	Payload *models.Error
}

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 (*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

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 (*V2DownloadHostIgnitionForbidden) GetPayload

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

type V2DownloadHostIgnitionInternalServerError

type V2DownloadHostIgnitionInternalServerError struct {
	Payload *models.Error
}

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 (*V2DownloadHostIgnitionInternalServerError) GetPayload

func (*V2DownloadHostIgnitionInternalServerError) IsClientError

IsClientError returns true when this v2 download host ignition internal server error response has a 4xx status code

func (*V2DownloadHostIgnitionInternalServerError) IsCode

IsCode returns true when this v2 download host ignition internal server error response a status code equal to that given

func (*V2DownloadHostIgnitionInternalServerError) IsRedirect

IsRedirect returns true when this v2 download host ignition internal server error response has a 3xx status code

func (*V2DownloadHostIgnitionInternalServerError) IsServerError

IsServerError returns true when this v2 download host ignition internal server error response has a 5xx status code

func (*V2DownloadHostIgnitionInternalServerError) IsSuccess

IsSuccess returns true when this v2 download host ignition internal server error response has a 2xx status code

func (*V2DownloadHostIgnitionInternalServerError) String

type V2DownloadHostIgnitionMethodNotAllowed

type V2DownloadHostIgnitionMethodNotAllowed struct {
	Payload *models.Error
}

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 (*V2DownloadHostIgnitionMethodNotAllowed) GetPayload

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

IsCode returns true when this v2 download host ignition method not allowed response a status code equal to that given

func (*V2DownloadHostIgnitionMethodNotAllowed) IsRedirect

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

IsSuccess returns true when this v2 download host ignition method not allowed response has a 2xx status code

func (*V2DownloadHostIgnitionMethodNotAllowed) String

type V2DownloadHostIgnitionNotFound

type V2DownloadHostIgnitionNotFound struct {
	Payload *models.Error
}

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 (*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

type V2DownloadHostIgnitionOK

type V2DownloadHostIgnitionOK struct {
	Payload io.Writer
}

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

WithContext adds the context to the v2 download host ignition params

func (*V2DownloadHostIgnitionParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the v2 download host ignition params

func (*V2DownloadHostIgnitionParams) WithHostID

WithHostID adds the hostID to the v2 download host ignition params

func (*V2DownloadHostIgnitionParams) WithInfraEnvID

WithInfraEnvID adds the infraEnvID to the v2 download host ignition params

func (*V2DownloadHostIgnitionParams) WithTimeout

WithTimeout adds the timeout to the v2 download host ignition params

func (*V2DownloadHostIgnitionParams) WriteToRequest

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 {
	Payload *models.Error
}

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 (*V2DownloadHostIgnitionServiceUnavailable) GetPayload

func (*V2DownloadHostIgnitionServiceUnavailable) IsClientError

IsClientError returns true when this v2 download host ignition service unavailable response has a 4xx status code

func (*V2DownloadHostIgnitionServiceUnavailable) IsCode

IsCode returns true when this v2 download host ignition service unavailable response a status code equal to that given

func (*V2DownloadHostIgnitionServiceUnavailable) IsRedirect

IsRedirect returns true when this v2 download host ignition service unavailable response has a 3xx status code

func (*V2DownloadHostIgnitionServiceUnavailable) IsServerError

IsServerError returns true when this v2 download host ignition service unavailable response has a 5xx status code

func (*V2DownloadHostIgnitionServiceUnavailable) IsSuccess

IsSuccess returns true when this v2 download host ignition service unavailable response has a 2xx status code

func (*V2DownloadHostIgnitionServiceUnavailable) String

type V2DownloadHostIgnitionUnauthorized

type V2DownloadHostIgnitionUnauthorized struct {
	Payload *models.InfraError
}

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 (*V2DownloadHostIgnitionUnauthorized) GetPayload

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

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

IsSuccess returns true when this v2 download host ignition unauthorized response has a 2xx status code

func (*V2DownloadHostIgnitionUnauthorized) String

type V2DownloadInfraEnvFilesBadRequest

type V2DownloadInfraEnvFilesBadRequest struct {
	Payload *models.Error
}

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 (*V2DownloadInfraEnvFilesBadRequest) GetPayload

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

type V2DownloadInfraEnvFilesConflict

type V2DownloadInfraEnvFilesConflict struct {
	Payload *models.Error
}

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 (*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

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 (*V2DownloadInfraEnvFilesForbidden) GetPayload

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

type V2DownloadInfraEnvFilesInternalServerError

type V2DownloadInfraEnvFilesInternalServerError struct {
	Payload *models.Error
}

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 (*V2DownloadInfraEnvFilesInternalServerError) GetPayload

func (*V2DownloadInfraEnvFilesInternalServerError) IsClientError

IsClientError returns true when this v2 download infra env files internal server error response has a 4xx status code

func (*V2DownloadInfraEnvFilesInternalServerError) IsCode

IsCode returns true when this v2 download infra env files internal server error response a status code equal to that given

func (*V2DownloadInfraEnvFilesInternalServerError) IsRedirect

IsRedirect returns true when this v2 download infra env files internal server error response has a 3xx status code

func (*V2DownloadInfraEnvFilesInternalServerError) IsServerError

IsServerError returns true when this v2 download infra env files internal server error response has a 5xx status code

func (*V2DownloadInfraEnvFilesInternalServerError) IsSuccess

IsSuccess returns true when this v2 download infra env files internal server error response has a 2xx status code

func (*V2DownloadInfraEnvFilesInternalServerError) String

type V2DownloadInfraEnvFilesMethodNotAllowed

type V2DownloadInfraEnvFilesMethodNotAllowed struct {
	Payload *models.Error
}

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 (*V2DownloadInfraEnvFilesMethodNotAllowed) GetPayload

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

IsCode returns true when this v2 download infra env files method not allowed response a status code equal to that given

func (*V2DownloadInfraEnvFilesMethodNotAllowed) IsRedirect

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

IsSuccess returns true when this v2 download infra env files method not allowed response has a 2xx status code

func (*V2DownloadInfraEnvFilesMethodNotAllowed) String

type V2DownloadInfraEnvFilesNotFound

type V2DownloadInfraEnvFilesNotFound struct {
	Payload *models.Error
}

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 (*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

type V2DownloadInfraEnvFilesNotImplemented

type V2DownloadInfraEnvFilesNotImplemented struct {
	Payload *models.Error
}

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 (*V2DownloadInfraEnvFilesNotImplemented) GetPayload

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

IsCode returns true when this v2 download infra env files not implemented response a status code equal to that given

func (*V2DownloadInfraEnvFilesNotImplemented) IsRedirect

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

IsSuccess returns true when this v2 download infra env files not implemented response has a 2xx status code

func (*V2DownloadInfraEnvFilesNotImplemented) String

type V2DownloadInfraEnvFilesOK

type V2DownloadInfraEnvFilesOK struct {
	Payload io.Writer
}

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

WithContext adds the context to the v2 download infra env files params

func (*V2DownloadInfraEnvFilesParams) WithDefaults

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

WithFileName adds the fileName to the v2 download infra env files params

func (*V2DownloadInfraEnvFilesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the v2 download infra env files params

func (*V2DownloadInfraEnvFilesParams) WithInfraEnvID

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

WithMac adds the mac to the v2 download infra env files params

func (*V2DownloadInfraEnvFilesParams) WithTimeout

WithTimeout adds the timeout to the v2 download infra env files params

func (*V2DownloadInfraEnvFilesParams) WriteToRequest

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 {
	Payload *models.Error
}

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 (*V2DownloadInfraEnvFilesServiceUnavailable) GetPayload

func (*V2DownloadInfraEnvFilesServiceUnavailable) IsClientError

IsClientError returns true when this v2 download infra env files service unavailable response has a 4xx status code

func (*V2DownloadInfraEnvFilesServiceUnavailable) IsCode

IsCode returns true when this v2 download infra env files service unavailable response a status code equal to that given

func (*V2DownloadInfraEnvFilesServiceUnavailable) IsRedirect

IsRedirect returns true when this v2 download infra env files service unavailable response has a 3xx status code

func (*V2DownloadInfraEnvFilesServiceUnavailable) IsServerError

IsServerError returns true when this v2 download infra env files service unavailable response has a 5xx status code

func (*V2DownloadInfraEnvFilesServiceUnavailable) IsSuccess

IsSuccess returns true when this v2 download infra env files service unavailable response has a 2xx status code

func (*V2DownloadInfraEnvFilesServiceUnavailable) String

type V2DownloadInfraEnvFilesUnauthorized

type V2DownloadInfraEnvFilesUnauthorized struct {
	Payload *models.InfraError
}

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 (*V2DownloadInfraEnvFilesUnauthorized) GetPayload

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

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

IsSuccess returns true when this v2 download infra env files unauthorized response has a 2xx status code

func (*V2DownloadInfraEnvFilesUnauthorized) 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 (*V2GetClusterDefaultConfigForbidden) GetPayload

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

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

IsSuccess returns true when this v2 get cluster default config forbidden response has a 2xx status code

func (*V2GetClusterDefaultConfigForbidden) String

type V2GetClusterDefaultConfigInternalServerError

type V2GetClusterDefaultConfigInternalServerError struct {
	Payload *models.Error
}

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 (*V2GetClusterDefaultConfigInternalServerError) GetPayload

func (*V2GetClusterDefaultConfigInternalServerError) IsClientError

IsClientError returns true when this v2 get cluster default config internal server error response has a 4xx status code

func (*V2GetClusterDefaultConfigInternalServerError) IsCode

IsCode returns true when this v2 get cluster default config internal server error response a status code equal to that given

func (*V2GetClusterDefaultConfigInternalServerError) IsRedirect

IsRedirect returns true when this v2 get cluster default config internal server error response has a 3xx status code

func (*V2GetClusterDefaultConfigInternalServerError) IsServerError

IsServerError returns true when this v2 get cluster default config internal server error response has a 5xx status code

func (*V2GetClusterDefaultConfigInternalServerError) IsSuccess

IsSuccess returns true when this v2 get cluster default config internal server error response has a 2xx status code

func (*V2GetClusterDefaultConfigInternalServerError) 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 (*V2GetClusterDefaultConfigOK) GetPayload

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

WithContext adds the context to the v2 get cluster default config params

func (*V2GetClusterDefaultConfigParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the v2 get cluster default config params

func (*V2GetClusterDefaultConfigParams) WithTimeout

WithTimeout adds the timeout to the v2 get cluster default config params

func (*V2GetClusterDefaultConfigParams) WriteToRequest

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 {
	Payload *models.InfraError
}

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 (*V2GetClusterDefaultConfigUnauthorized) GetPayload

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

IsCode returns true when this v2 get cluster default config unauthorized response a status code equal to that given

func (*V2GetClusterDefaultConfigUnauthorized) IsRedirect

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

IsSuccess returns true when this v2 get cluster default config unauthorized response has a 2xx status code

func (*V2GetClusterDefaultConfigUnauthorized) 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 (*V2GetClusterInstallConfigForbidden) GetPayload

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

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

IsSuccess returns true when this v2 get cluster install config forbidden response has a 2xx status code

func (*V2GetClusterInstallConfigForbidden) String

type V2GetClusterInstallConfigInternalServerError

type V2GetClusterInstallConfigInternalServerError struct {
	Payload *models.Error
}

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 (*V2GetClusterInstallConfigInternalServerError) GetPayload

func (*V2GetClusterInstallConfigInternalServerError) IsClientError

IsClientError returns true when this v2 get cluster install config internal server error response has a 4xx status code

func (*V2GetClusterInstallConfigInternalServerError) IsCode

IsCode returns true when this v2 get cluster install config internal server error response a status code equal to that given

func (*V2GetClusterInstallConfigInternalServerError) IsRedirect

IsRedirect returns true when this v2 get cluster install config internal server error response has a 3xx status code

func (*V2GetClusterInstallConfigInternalServerError) IsServerError

IsServerError returns true when this v2 get cluster install config internal server error response has a 5xx status code

func (*V2GetClusterInstallConfigInternalServerError) IsSuccess

IsSuccess returns true when this v2 get cluster install config internal server error response has a 2xx status code

func (*V2GetClusterInstallConfigInternalServerError) String

type V2GetClusterInstallConfigMethodNotAllowed

type V2GetClusterInstallConfigMethodNotAllowed struct {
	Payload *models.Error
}

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 (*V2GetClusterInstallConfigMethodNotAllowed) GetPayload

func (*V2GetClusterInstallConfigMethodNotAllowed) IsClientError

IsClientError returns true when this v2 get cluster install config method not allowed response has a 4xx status code

func (*V2GetClusterInstallConfigMethodNotAllowed) IsCode

IsCode returns true when this v2 get cluster install config method not allowed response a status code equal to that given

func (*V2GetClusterInstallConfigMethodNotAllowed) IsRedirect

IsRedirect returns true when this v2 get cluster install config method not allowed response has a 3xx status code

func (*V2GetClusterInstallConfigMethodNotAllowed) IsServerError

IsServerError returns true when this v2 get cluster install config method not allowed response has a 5xx status code

func (*V2GetClusterInstallConfigMethodNotAllowed) IsSuccess

IsSuccess returns true when this v2 get cluster install config method not allowed response has a 2xx status code

func (*V2GetClusterInstallConfigMethodNotAllowed) String

type V2GetClusterInstallConfigNotFound

type V2GetClusterInstallConfigNotFound struct {
	Payload *models.Error
}

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 (*V2GetClusterInstallConfigNotFound) GetPayload

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

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 (*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

WithClusterID adds the clusterID to the v2 get cluster install config params

func (*V2GetClusterInstallConfigParams) WithContext

WithContext adds the context to the v2 get cluster install config params

func (*V2GetClusterInstallConfigParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the v2 get cluster install config params

func (*V2GetClusterInstallConfigParams) WithTimeout

WithTimeout adds the timeout to the v2 get cluster install config params

func (*V2GetClusterInstallConfigParams) WriteToRequest

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 {
	Payload *models.InfraError
}

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 (*V2GetClusterInstallConfigUnauthorized) GetPayload

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

IsCode returns true when this v2 get cluster install config unauthorized response a status code equal to that given

func (*V2GetClusterInstallConfigUnauthorized) IsRedirect

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

IsSuccess returns true when this v2 get cluster install config unauthorized response has a 2xx status code

func (*V2GetClusterInstallConfigUnauthorized) String

type V2GetClusterInternalServerError

type V2GetClusterInternalServerError struct {
	Payload *models.Error
}

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 (*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

type V2GetClusterMethodNotAllowed

type V2GetClusterMethodNotAllowed struct {
	Payload *models.Error
}

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 (*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

type V2GetClusterNotFound

type V2GetClusterNotFound struct {
	Payload *models.Error
}

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

type V2GetClusterOK struct {
	Payload *models.Cluster
}

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

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 {
	Payload *models.Error
}

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 (*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

type V2GetClusterUISettingsBadRequest

type V2GetClusterUISettingsBadRequest struct {
	Payload *models.Error
}

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 (*V2GetClusterUISettingsBadRequest) GetPayload

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

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 (*V2GetClusterUISettingsForbidden) GetPayload

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

type V2GetClusterUISettingsInternalServerError

type V2GetClusterUISettingsInternalServerError struct {
	Payload *models.Error
}

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 (*V2GetClusterUISettingsInternalServerError) GetPayload

func (*V2GetClusterUISettingsInternalServerError) IsClientError

IsClientError returns true when this v2 get cluster Ui settings internal server error response has a 4xx status code

func (*V2GetClusterUISettingsInternalServerError) IsCode

IsCode returns true when this v2 get cluster Ui settings internal server error response a status code equal to that given

func (*V2GetClusterUISettingsInternalServerError) IsRedirect

IsRedirect returns true when this v2 get cluster Ui settings internal server error response has a 3xx status code

func (*V2GetClusterUISettingsInternalServerError) IsServerError

IsServerError returns true when this v2 get cluster Ui settings internal server error response has a 5xx status code

func (*V2GetClusterUISettingsInternalServerError) IsSuccess

IsSuccess returns true when this v2 get cluster Ui settings internal server error response has a 2xx status code

func (*V2GetClusterUISettingsInternalServerError) String

type V2GetClusterUISettingsNotFound

type V2GetClusterUISettingsNotFound struct {
	Payload *models.Error
}

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 (*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

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

WithClusterID adds the clusterID to the v2 get cluster UI settings params

func (*V2GetClusterUISettingsParams) WithContext

WithContext adds the context to the v2 get cluster UI settings params

func (*V2GetClusterUISettingsParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the v2 get cluster UI settings params

func (*V2GetClusterUISettingsParams) WithTimeout

WithTimeout adds the timeout to the v2 get cluster UI settings params

func (*V2GetClusterUISettingsParams) WriteToRequest

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 {
	Payload *models.InfraError
}

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 (*V2GetClusterUISettingsUnauthorized) GetPayload

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

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

IsSuccess returns true when this v2 get cluster Ui settings unauthorized response has a 2xx status code

func (*V2GetClusterUISettingsUnauthorized) String

type V2GetClusterUnauthorized

type V2GetClusterUnauthorized struct {
	Payload *models.InfraError
}

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

type V2GetCredentialsConflict struct {
	Payload *models.Error
}

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

type V2GetCredentialsInternalServerError struct {
	Payload *models.Error
}

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 (*V2GetCredentialsInternalServerError) GetPayload

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

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

IsSuccess returns true when this v2 get credentials internal server error response has a 2xx status code

func (*V2GetCredentialsInternalServerError) String

type V2GetCredentialsMethodNotAllowed

type V2GetCredentialsMethodNotAllowed struct {
	Payload *models.Error
}

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 (*V2GetCredentialsMethodNotAllowed) GetPayload

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

type V2GetCredentialsNotFound

type V2GetCredentialsNotFound struct {
	Payload *models.Error
}

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

WithContext adds the context to the v2 get credentials params

func (*V2GetCredentialsParams) WithDefaults

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

WithTimeout adds the timeout to the v2 get credentials params

func (*V2GetCredentialsParams) WriteToRequest

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 {
	Payload *models.InfraError
}

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 (*V2GetCredentialsUnauthorized) GetPayload

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

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 (*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

type V2GetHostIgnitionInternalServerError struct {
	Payload *models.Error
}

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 (*V2GetHostIgnitionInternalServerError) GetPayload

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

IsCode returns true when this v2 get host ignition internal server error response a status code equal to that given

func (*V2GetHostIgnitionInternalServerError) IsRedirect

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

IsSuccess returns true when this v2 get host ignition internal server error response has a 2xx status code

func (*V2GetHostIgnitionInternalServerError) String

type V2GetHostIgnitionMethodNotAllowed

type V2GetHostIgnitionMethodNotAllowed struct {
	Payload *models.Error
}

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 (*V2GetHostIgnitionMethodNotAllowed) GetPayload

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

type V2GetHostIgnitionNotFound

type V2GetHostIgnitionNotFound struct {
	Payload *models.Error
}

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

type V2GetHostIgnitionNotImplemented struct {
	Payload *models.Error
}

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 (*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

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 (*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

WithContext adds the context to the v2 get host ignition params

func (*V2GetHostIgnitionParams) WithDefaults

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

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

WithTimeout adds the timeout to the v2 get host ignition params

func (*V2GetHostIgnitionParams) WriteToRequest

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 {
	Payload *models.Error
}

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 (*V2GetHostIgnitionServiceUnavailable) GetPayload

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

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

IsSuccess returns true when this v2 get host ignition service unavailable response has a 2xx status code

func (*V2GetHostIgnitionServiceUnavailable) String

type V2GetHostIgnitionUnauthorized

type V2GetHostIgnitionUnauthorized struct {
	Payload *models.InfraError
}

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 (*V2GetHostIgnitionUnauthorized) GetPayload

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

type V2GetHostInternalServerError

type V2GetHostInternalServerError struct {
	Payload *models.Error
}

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 (*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

type V2GetHostMethodNotAllowed

type V2GetHostMethodNotAllowed struct {
	Payload *models.Error
}

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

type V2GetHostNotFound struct {
	Payload *models.Error
}

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

type V2GetHostNotImplemented struct {
	Payload *models.Error
}

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

type V2GetHostOK struct {
	Payload *models.Host
}

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 {
	Payload *models.InfraError
}

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

type V2GetIgnoredValidationsBadRequest struct {
	Payload *models.Error
}

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 (*V2GetIgnoredValidationsBadRequest) GetPayload

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

type V2GetIgnoredValidationsNotFound

type V2GetIgnoredValidationsNotFound struct {
	Payload *models.Error
}

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 (*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

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 (*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

WithClusterID adds the clusterID to the v2 get ignored validations params

func (*V2GetIgnoredValidationsParams) WithContext

WithContext adds the context to the v2 get ignored validations params

func (*V2GetIgnoredValidationsParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the v2 get ignored validations params

func (*V2GetIgnoredValidationsParams) WithTimeout

WithTimeout adds the timeout to the v2 get ignored validations params

func (*V2GetIgnoredValidationsParams) WriteToRequest

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

type V2GetNextStepsInternalServerError struct {
	Payload *models.Error
}

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 (*V2GetNextStepsInternalServerError) GetPayload

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

type V2GetNextStepsMethodNotAllowed

type V2GetNextStepsMethodNotAllowed struct {
	Payload *models.Error
}

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 (*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

type V2GetNextStepsNotFound

type V2GetNextStepsNotFound struct {
	Payload *models.Error
}

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

type V2GetNextStepsNotImplemented struct {
	Payload *models.Error
}

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 (*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

type V2GetNextStepsOK

type V2GetNextStepsOK struct {
	Payload *models.Steps
}

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

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 {
	Payload *models.Error
}

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 (*V2GetNextStepsServiceUnavailable) GetPayload

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

type V2GetNextStepsUnauthorized

type V2GetNextStepsUnauthorized struct {
	Payload *models.InfraError
}

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 (*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 (*V2GetPreflightRequirementsForbidden) GetPayload

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

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

IsSuccess returns true when this v2 get preflight requirements forbidden response has a 2xx status code

func (*V2GetPreflightRequirementsForbidden) String

type V2GetPreflightRequirementsInternalServerError

type V2GetPreflightRequirementsInternalServerError struct {
	Payload *models.Error
}

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 (*V2GetPreflightRequirementsInternalServerError) GetPayload

func (*V2GetPreflightRequirementsInternalServerError) IsClientError

IsClientError returns true when this v2 get preflight requirements internal server error response has a 4xx status code

func (*V2GetPreflightRequirementsInternalServerError) IsCode

IsCode returns true when this v2 get preflight requirements internal server error response a status code equal to that given

func (*V2GetPreflightRequirementsInternalServerError) IsRedirect

IsRedirect returns true when this v2 get preflight requirements internal server error response has a 3xx status code

func (*V2GetPreflightRequirementsInternalServerError) IsServerError

IsServerError returns true when this v2 get preflight requirements internal server error response has a 5xx status code

func (*V2GetPreflightRequirementsInternalServerError) IsSuccess

IsSuccess returns true when this v2 get preflight requirements internal server error response has a 2xx status code

func (*V2GetPreflightRequirementsInternalServerError) String

type V2GetPreflightRequirementsMethodNotAllowed

type V2GetPreflightRequirementsMethodNotAllowed struct {
	Payload *models.Error
}

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 (*V2GetPreflightRequirementsMethodNotAllowed) GetPayload

func (*V2GetPreflightRequirementsMethodNotAllowed) IsClientError

IsClientError returns true when this v2 get preflight requirements method not allowed response has a 4xx status code

func (*V2GetPreflightRequirementsMethodNotAllowed) IsCode

IsCode returns true when this v2 get preflight requirements method not allowed response a status code equal to that given

func (*V2GetPreflightRequirementsMethodNotAllowed) IsRedirect

IsRedirect returns true when this v2 get preflight requirements method not allowed response has a 3xx status code

func (*V2GetPreflightRequirementsMethodNotAllowed) IsServerError

IsServerError returns true when this v2 get preflight requirements method not allowed response has a 5xx status code

func (*V2GetPreflightRequirementsMethodNotAllowed) IsSuccess

IsSuccess returns true when this v2 get preflight requirements method not allowed response has a 2xx status code

func (*V2GetPreflightRequirementsMethodNotAllowed) String

type V2GetPreflightRequirementsNotFound

type V2GetPreflightRequirementsNotFound struct {
	Payload *models.Error
}

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 (*V2GetPreflightRequirementsNotFound) GetPayload

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

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

IsSuccess returns true when this v2 get preflight requirements not found response has a 2xx status code

func (*V2GetPreflightRequirementsNotFound) 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 (*V2GetPreflightRequirementsOK) GetPayload

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

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

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

WithClusterID adds the clusterID to the v2 get preflight requirements params

func (*V2GetPreflightRequirementsParams) WithContext

WithContext adds the context to the v2 get preflight requirements params

func (*V2GetPreflightRequirementsParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the v2 get preflight requirements params

func (*V2GetPreflightRequirementsParams) WithTimeout

WithTimeout adds the timeout to the v2 get preflight requirements params

func (*V2GetPreflightRequirementsParams) WriteToRequest

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 {
	Payload *models.InfraError
}

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 (*V2GetPreflightRequirementsUnauthorized) GetPayload

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

IsCode returns true when this v2 get preflight requirements unauthorized response a status code equal to that given

func (*V2GetPreflightRequirementsUnauthorized) IsRedirect

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

IsSuccess returns true when this v2 get preflight requirements unauthorized response has a 2xx status code

func (*V2GetPreflightRequirementsUnauthorized) String

type V2GetPresignedForClusterCredentialsBadRequest

type V2GetPresignedForClusterCredentialsBadRequest struct {
	Payload *models.Error
}

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 (*V2GetPresignedForClusterCredentialsBadRequest) GetPayload

func (*V2GetPresignedForClusterCredentialsBadRequest) IsClientError

IsClientError returns true when this v2 get presigned for cluster credentials bad request response has a 4xx status code

func (*V2GetPresignedForClusterCredentialsBadRequest) IsCode

IsCode returns true when this v2 get presigned for cluster credentials bad request response a status code equal to that given

func (*V2GetPresignedForClusterCredentialsBadRequest) IsRedirect

IsRedirect returns true when this v2 get presigned for cluster credentials bad request response has a 3xx status code

func (*V2GetPresignedForClusterCredentialsBadRequest) IsServerError

IsServerError returns true when this v2 get presigned for cluster credentials bad request response has a 5xx status code

func (*V2GetPresignedForClusterCredentialsBadRequest) IsSuccess

IsSuccess returns true when this v2 get presigned for cluster credentials bad request response has a 2xx status code

func (*V2GetPresignedForClusterCredentialsBadRequest) String

type V2GetPresignedForClusterCredentialsConflict

type V2GetPresignedForClusterCredentialsConflict struct {
	Payload *models.Error
}

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 (*V2GetPresignedForClusterCredentialsConflict) GetPayload

func (*V2GetPresignedForClusterCredentialsConflict) IsClientError

IsClientError returns true when this v2 get presigned for cluster credentials conflict response has a 4xx status code

func (*V2GetPresignedForClusterCredentialsConflict) IsCode

IsCode returns true when this v2 get presigned for cluster credentials conflict response a status code equal to that given

func (*V2GetPresignedForClusterCredentialsConflict) IsRedirect

IsRedirect returns true when this v2 get presigned for cluster credentials conflict response has a 3xx status code

func (*V2GetPresignedForClusterCredentialsConflict) IsServerError

IsServerError returns true when this v2 get presigned for cluster credentials conflict response has a 5xx status code

func (*V2GetPresignedForClusterCredentialsConflict) IsSuccess

IsSuccess returns true when this v2 get presigned for cluster credentials conflict response has a 2xx status code

func (*V2GetPresignedForClusterCredentialsConflict) 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 (*V2GetPresignedForClusterCredentialsForbidden) GetPayload

func (*V2GetPresignedForClusterCredentialsForbidden) IsClientError

IsClientError returns true when this v2 get presigned for cluster credentials forbidden response has a 4xx status code

func (*V2GetPresignedForClusterCredentialsForbidden) IsCode

IsCode returns true when this v2 get presigned for cluster credentials forbidden response a status code equal to that given

func (*V2GetPresignedForClusterCredentialsForbidden) IsRedirect

IsRedirect returns true when this v2 get presigned for cluster credentials forbidden response has a 3xx status code

func (*V2GetPresignedForClusterCredentialsForbidden) IsServerError

IsServerError returns true when this v2 get presigned for cluster credentials forbidden response has a 5xx status code

func (*V2GetPresignedForClusterCredentialsForbidden) IsSuccess

IsSuccess returns true when this v2 get presigned for cluster credentials forbidden response has a 2xx status code

func (*V2GetPresignedForClusterCredentialsForbidden) String

type V2GetPresignedForClusterCredentialsInternalServerError

type V2GetPresignedForClusterCredentialsInternalServerError struct {
	Payload *models.Error
}

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 (*V2GetPresignedForClusterCredentialsInternalServerError) GetPayload

func (*V2GetPresignedForClusterCredentialsInternalServerError) IsClientError

IsClientError returns true when this v2 get presigned for cluster credentials internal server error response has a 4xx status code

func (*V2GetPresignedForClusterCredentialsInternalServerError) IsCode

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

IsRedirect returns true when this v2 get presigned for cluster credentials internal server error response has a 3xx status code

func (*V2GetPresignedForClusterCredentialsInternalServerError) IsServerError

IsServerError returns true when this v2 get presigned for cluster credentials internal server error response has a 5xx status code

func (*V2GetPresignedForClusterCredentialsInternalServerError) IsSuccess

IsSuccess returns true when this v2 get presigned for cluster credentials internal server error response has a 2xx status code

func (*V2GetPresignedForClusterCredentialsInternalServerError) String

type V2GetPresignedForClusterCredentialsMethodNotAllowed

type V2GetPresignedForClusterCredentialsMethodNotAllowed struct {
	Payload *models.Error
}

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 (*V2GetPresignedForClusterCredentialsMethodNotAllowed) GetPayload

func (*V2GetPresignedForClusterCredentialsMethodNotAllowed) IsClientError

IsClientError returns true when this v2 get presigned for cluster credentials method not allowed response has a 4xx status code

func (*V2GetPresignedForClusterCredentialsMethodNotAllowed) IsCode

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

IsRedirect returns true when this v2 get presigned for cluster credentials method not allowed response has a 3xx status code

func (*V2GetPresignedForClusterCredentialsMethodNotAllowed) IsServerError

IsServerError returns true when this v2 get presigned for cluster credentials method not allowed response has a 5xx status code

func (*V2GetPresignedForClusterCredentialsMethodNotAllowed) IsSuccess

IsSuccess returns true when this v2 get presigned for cluster credentials method not allowed response has a 2xx status code

func (*V2GetPresignedForClusterCredentialsMethodNotAllowed) String

type V2GetPresignedForClusterCredentialsNotFound

type V2GetPresignedForClusterCredentialsNotFound struct {
	Payload *models.Error
}

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 (*V2GetPresignedForClusterCredentialsNotFound) GetPayload

func (*V2GetPresignedForClusterCredentialsNotFound) IsClientError

IsClientError returns true when this v2 get presigned for cluster credentials not found response has a 4xx status code

func (*V2GetPresignedForClusterCredentialsNotFound) IsCode

IsCode returns true when this v2 get presigned for cluster credentials not found response a status code equal to that given

func (*V2GetPresignedForClusterCredentialsNotFound) IsRedirect

IsRedirect returns true when this v2 get presigned for cluster credentials not found response has a 3xx status code

func (*V2GetPresignedForClusterCredentialsNotFound) IsServerError

IsServerError returns true when this v2 get presigned for cluster credentials not found response has a 5xx status code

func (*V2GetPresignedForClusterCredentialsNotFound) IsSuccess

IsSuccess returns true when this v2 get presigned for cluster credentials not found response has a 2xx status code

func (*V2GetPresignedForClusterCredentialsNotFound) 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 (*V2GetPresignedForClusterCredentialsOK) GetPayload

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

IsCode returns true when this v2 get presigned for cluster credentials o k response a status code equal to that given

func (*V2GetPresignedForClusterCredentialsOK) IsRedirect

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

IsSuccess returns true when this v2 get presigned for cluster credentials o k response has a 2xx status code

func (*V2GetPresignedForClusterCredentialsOK) 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

SetContext adds the context to the v2 get presigned for cluster credentials params

func (*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

SetTimeout adds the timeout to the v2 get presigned for cluster credentials params

func (*V2GetPresignedForClusterCredentialsParams) WithClusterID

WithClusterID adds the clusterID to the v2 get presigned for cluster credentials params

func (*V2GetPresignedForClusterCredentialsParams) WithContext

WithContext adds the context to the v2 get presigned for cluster credentials params

func (*V2GetPresignedForClusterCredentialsParams) WithDefaults

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

WithFileName adds the fileName to the v2 get presigned for cluster credentials params

func (*V2GetPresignedForClusterCredentialsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the v2 get presigned for cluster credentials params

func (*V2GetPresignedForClusterCredentialsParams) WithTimeout

WithTimeout adds the timeout to the v2 get presigned for cluster credentials params

func (*V2GetPresignedForClusterCredentialsParams) WriteToRequest

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 {
	Payload *models.InfraError
}

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 (*V2GetPresignedForClusterCredentialsUnauthorized) GetPayload

func (*V2GetPresignedForClusterCredentialsUnauthorized) IsClientError

IsClientError returns true when this v2 get presigned for cluster credentials unauthorized response has a 4xx status code

func (*V2GetPresignedForClusterCredentialsUnauthorized) IsCode

IsCode returns true when this v2 get presigned for cluster credentials unauthorized response a status code equal to that given

func (*V2GetPresignedForClusterCredentialsUnauthorized) IsRedirect

IsRedirect returns true when this v2 get presigned for cluster credentials unauthorized response has a 3xx status code

func (*V2GetPresignedForClusterCredentialsUnauthorized) IsServerError

IsServerError returns true when this v2 get presigned for cluster credentials unauthorized response has a 5xx status code

func (*V2GetPresignedForClusterCredentialsUnauthorized) IsSuccess

IsSuccess returns true when this v2 get presigned for cluster credentials unauthorized response has a 2xx status code

func (*V2GetPresignedForClusterCredentialsUnauthorized) String

type V2GetPresignedForClusterFilesBadRequest

type V2GetPresignedForClusterFilesBadRequest struct {
	Payload *models.Error
}

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 (*V2GetPresignedForClusterFilesBadRequest) GetPayload

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

IsCode returns true when this v2 get presigned for cluster files bad request response a status code equal to that given

func (*V2GetPresignedForClusterFilesBadRequest) IsRedirect

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

IsSuccess returns true when this v2 get presigned for cluster files bad request response has a 2xx status code

func (*V2GetPresignedForClusterFilesBadRequest) String

type V2GetPresignedForClusterFilesConflict

type V2GetPresignedForClusterFilesConflict struct {
	Payload *models.Error
}

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 (*V2GetPresignedForClusterFilesConflict) GetPayload

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

IsCode returns true when this v2 get presigned for cluster files conflict response a status code equal to that given

func (*V2GetPresignedForClusterFilesConflict) IsRedirect

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

IsSuccess returns true when this v2 get presigned for cluster files conflict response has a 2xx status code

func (*V2GetPresignedForClusterFilesConflict) 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 (*V2GetPresignedForClusterFilesForbidden) GetPayload

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

IsCode returns true when this v2 get presigned for cluster files forbidden response a status code equal to that given

func (*V2GetPresignedForClusterFilesForbidden) IsRedirect

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

IsSuccess returns true when this v2 get presigned for cluster files forbidden response has a 2xx status code

func (*V2GetPresignedForClusterFilesForbidden) String

type V2GetPresignedForClusterFilesInternalServerError

type V2GetPresignedForClusterFilesInternalServerError struct {
	Payload *models.Error
}

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 (*V2GetPresignedForClusterFilesInternalServerError) GetPayload

func (*V2GetPresignedForClusterFilesInternalServerError) IsClientError

IsClientError returns true when this v2 get presigned for cluster files internal server error response has a 4xx status code

func (*V2GetPresignedForClusterFilesInternalServerError) IsCode

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

IsRedirect returns true when this v2 get presigned for cluster files internal server error response has a 3xx status code

func (*V2GetPresignedForClusterFilesInternalServerError) IsServerError

IsServerError returns true when this v2 get presigned for cluster files internal server error response has a 5xx status code

func (*V2GetPresignedForClusterFilesInternalServerError) IsSuccess

IsSuccess returns true when this v2 get presigned for cluster files internal server error response has a 2xx status code

func (*V2GetPresignedForClusterFilesInternalServerError) String

type V2GetPresignedForClusterFilesMethodNotAllowed

type V2GetPresignedForClusterFilesMethodNotAllowed struct {
	Payload *models.Error
}

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 (*V2GetPresignedForClusterFilesMethodNotAllowed) GetPayload

func (*V2GetPresignedForClusterFilesMethodNotAllowed) IsClientError

IsClientError returns true when this v2 get presigned for cluster files method not allowed response has a 4xx status code

func (*V2GetPresignedForClusterFilesMethodNotAllowed) IsCode

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

IsRedirect returns true when this v2 get presigned for cluster files method not allowed response has a 3xx status code

func (*V2GetPresignedForClusterFilesMethodNotAllowed) IsServerError

IsServerError returns true when this v2 get presigned for cluster files method not allowed response has a 5xx status code

func (*V2GetPresignedForClusterFilesMethodNotAllowed) IsSuccess

IsSuccess returns true when this v2 get presigned for cluster files method not allowed response has a 2xx status code

func (*V2GetPresignedForClusterFilesMethodNotAllowed) String

type V2GetPresignedForClusterFilesNotFound

type V2GetPresignedForClusterFilesNotFound struct {
	Payload *models.Error
}

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 (*V2GetPresignedForClusterFilesNotFound) GetPayload

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

IsCode returns true when this v2 get presigned for cluster files not found response a status code equal to that given

func (*V2GetPresignedForClusterFilesNotFound) IsRedirect

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

IsSuccess returns true when this v2 get presigned for cluster files not found response has a 2xx status code

func (*V2GetPresignedForClusterFilesNotFound) 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 (*V2GetPresignedForClusterFilesOK) GetPayload

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

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

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

WithClusterID adds the clusterID to the v2 get presigned for cluster files params

func (*V2GetPresignedForClusterFilesParams) WithContext

WithContext adds the context to the v2 get presigned for cluster files params

func (*V2GetPresignedForClusterFilesParams) WithDefaults

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

WithFileName adds the fileName to the v2 get presigned for cluster files params

func (*V2GetPresignedForClusterFilesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the v2 get presigned for cluster files params

func (*V2GetPresignedForClusterFilesParams) WithHostID

WithHostID adds the hostID to the v2 get presigned for cluster files params

func (*V2GetPresignedForClusterFilesParams) WithLogsType

WithLogsType adds the logsType to the v2 get presigned for cluster files params

func (*V2GetPresignedForClusterFilesParams) WithTimeout

WithTimeout adds the timeout to the v2 get presigned for cluster files params

func (*V2GetPresignedForClusterFilesParams) WriteToRequest

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 {
	Payload *models.InfraError
}

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 (*V2GetPresignedForClusterFilesUnauthorized) GetPayload

func (*V2GetPresignedForClusterFilesUnauthorized) IsClientError

IsClientError returns true when this v2 get presigned for cluster files unauthorized response has a 4xx status code

func (*V2GetPresignedForClusterFilesUnauthorized) IsCode

IsCode returns true when this v2 get presigned for cluster files unauthorized response a status code equal to that given

func (*V2GetPresignedForClusterFilesUnauthorized) IsRedirect

IsRedirect returns true when this v2 get presigned for cluster files unauthorized response has a 3xx status code

func (*V2GetPresignedForClusterFilesUnauthorized) IsServerError

IsServerError returns true when this v2 get presigned for cluster files unauthorized response has a 5xx status code

func (*V2GetPresignedForClusterFilesUnauthorized) IsSuccess

IsSuccess returns true when this v2 get presigned for cluster files unauthorized response has a 2xx status code

func (*V2GetPresignedForClusterFilesUnauthorized) String

type V2ImportClusterBadRequest

type V2ImportClusterBadRequest struct {
	Payload *models.Error
}

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

type V2ImportClusterCreated struct {
	Payload *models.Cluster
}

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

type V2ImportClusterInternalServerError struct {
	Payload *models.Error
}

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 (*V2ImportClusterInternalServerError) GetPayload

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

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

IsSuccess returns true when this v2 import cluster internal server error response has a 2xx status code

func (*V2ImportClusterInternalServerError) 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

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 {
	Payload *models.InfraError
}

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 (*V2ImportClusterUnauthorized) GetPayload

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

type V2InstallClusterAccepted struct {
	Payload *models.Cluster
}

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

type V2InstallClusterBadRequest struct {
	Payload *models.Error
}

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 (*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

type V2InstallClusterConflict struct {
	Payload *models.Error
}

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

type V2InstallClusterInternalServerError struct {
	Payload *models.Error
}

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 (*V2InstallClusterInternalServerError) GetPayload

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

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

IsSuccess returns true when this v2 install cluster internal server error response has a 2xx status code

func (*V2InstallClusterInternalServerError) String

type V2InstallClusterMethodNotAllowed

type V2InstallClusterMethodNotAllowed struct {
	Payload *models.Error
}

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 (*V2InstallClusterMethodNotAllowed) GetPayload

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

type V2InstallClusterNotFound

type V2InstallClusterNotFound struct {
	Payload *models.Error
}

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

WithContext adds the context to the v2 install cluster params

func (*V2InstallClusterParams) WithDefaults

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

WithTimeout adds the timeout to the v2 install cluster params

func (*V2InstallClusterParams) WriteToRequest

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 {
	Payload *models.InfraError
}

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 (*V2InstallClusterUnauthorized) GetPayload

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

type V2InstallHostAccepted

type V2InstallHostAccepted struct {
	Payload *models.Host
}

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

type V2InstallHostConflict struct {
	Payload *models.Error
}

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

type V2InstallHostInternalServerError struct {
	Payload *models.Error
}

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 (*V2InstallHostInternalServerError) GetPayload

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

type V2InstallHostNotFound

type V2InstallHostNotFound struct {
	Payload *models.Error
}

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

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 {
	Payload *models.InfraError
}

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

type V2ListClustersInternalServerError struct {
	Payload *models.Error
}

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 (*V2ListClustersInternalServerError) GetPayload

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

type V2ListClustersMethodNotAllowed

type V2ListClustersMethodNotAllowed struct {
	Payload *models.Error
}

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 (*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

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

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 {
	Payload *models.Error
}

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 (*V2ListClustersServiceUnavailable) GetPayload

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

type V2ListClustersUnauthorized

type V2ListClustersUnauthorized struct {
	Payload *models.InfraError
}

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 (*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

type V2ListHostsInternalServerError struct {
	Payload *models.Error
}

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 (*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

type V2ListHostsMethodNotAllowed

type V2ListHostsMethodNotAllowed struct {
	Payload *models.Error
}

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 (*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

type V2ListHostsNotImplemented struct {
	Payload *models.Error
}

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

type V2ListHostsOK struct {
	Payload models.HostList
}

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 {
	Payload *models.Error
}

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 (*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

type V2ListHostsUnauthorized

type V2ListHostsUnauthorized struct {
	Payload *models.InfraError
}

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

type V2PostStepReplyBadRequest struct {
	Payload *models.Error
}

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

type V2PostStepReplyInternalServerError struct {
	Payload *models.Error
}

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 (*V2PostStepReplyInternalServerError) GetPayload

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

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

IsSuccess returns true when this v2 post step reply internal server error response has a 2xx status code

func (*V2PostStepReplyInternalServerError) String

type V2PostStepReplyMethodNotAllowed

type V2PostStepReplyMethodNotAllowed struct {
	Payload *models.Error
}

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 (*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

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

type V2PostStepReplyNotFound struct {
	Payload *models.Error
}

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

type V2PostStepReplyNotImplemented struct {
	Payload *models.Error
}

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 (*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

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

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

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 {
	Payload *models.Error
}

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 (*V2PostStepReplyServiceUnavailable) GetPayload

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

type V2PostStepReplyUnauthorized

type V2PostStepReplyUnauthorized struct {
	Payload *models.InfraError
}

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 (*V2PostStepReplyUnauthorized) GetPayload

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

type V2RegisterClusterBadRequest struct {
	Payload *models.Error
}

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 (*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

type V2RegisterClusterCreated struct {
	Payload *models.Cluster
}

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 (*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

type V2RegisterClusterInternalServerError struct {
	Payload *models.Error
}

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 (*V2RegisterClusterInternalServerError) GetPayload

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

IsCode returns true when this v2 register cluster internal server error response a status code equal to that given

func (*V2RegisterClusterInternalServerError) IsRedirect

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

IsSuccess returns true when this v2 register cluster internal server error response has a 2xx status code

func (*V2RegisterClusterInternalServerError) String

type V2RegisterClusterMethodNotAllowed

type V2RegisterClusterMethodNotAllowed struct {
	Payload *models.Error
}

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 (*V2RegisterClusterMethodNotAllowed) GetPayload

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

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

WithContext adds the context to the v2 register cluster params

func (*V2RegisterClusterParams) WithDefaults

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

WithTimeout adds the timeout to the v2 register cluster params

func (*V2RegisterClusterParams) WriteToRequest

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 {
	Payload *models.InfraError
}

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 (*V2RegisterClusterUnauthorized) GetPayload

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

type V2RegisterHostBadRequest

type V2RegisterHostBadRequest struct {
	Payload *models.Error
}

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

type V2RegisterHostConflict struct {
	Payload *models.Error
}

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 (*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

type V2RegisterHostInternalServerError struct {
	Payload *models.Error
}

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 (*V2RegisterHostInternalServerError) GetPayload

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

type V2RegisterHostMethodNotAllowed

type V2RegisterHostMethodNotAllowed struct {
	Payload *models.Error
}

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 (*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

type V2RegisterHostNotFound

type V2RegisterHostNotFound struct {
	Payload *models.Error
}

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

type V2RegisterHostNotImplemented struct {
	Payload *models.Error
}

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 (*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

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

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 {
	Payload *models.Error
}

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 (*V2RegisterHostServiceUnavailable) GetPayload

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

type V2RegisterHostUnauthorized

type V2RegisterHostUnauthorized struct {
	Payload *models.InfraError
}

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 (*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

type V2ResetClusterAccepted struct {
	Payload *models.Cluster
}

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

type V2ResetClusterConflict struct {
	Payload *models.Error
}

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

type V2ResetClusterInternalServerError struct {
	Payload *models.Error
}

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 (*V2ResetClusterInternalServerError) GetPayload

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

type V2ResetClusterMethodNotAllowed

type V2ResetClusterMethodNotAllowed struct {
	Payload *models.Error
}

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 (*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

type V2ResetClusterNotFound

type V2ResetClusterNotFound struct {
	Payload *models.Error
}

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

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 {
	Payload *models.InfraError
}

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 (*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

type V2ResetHostConflict struct {
	Payload *models.Error
}

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

type V2ResetHostInternalServerError struct {
	Payload *models.Error
}

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 (*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

type V2ResetHostNotFound

type V2ResetHostNotFound struct {
	Payload *models.Error
}

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

type V2ResetHostOK struct {
	Payload *models.Host
}

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 {
	Payload *models.InfraError
}

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

type V2ResetHostValidationBadRequest struct {
	Payload *models.Error
}

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 (*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

type V2ResetHostValidationConflict

type V2ResetHostValidationConflict struct {
	Payload *models.Error
}

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 (*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

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 (*V2ResetHostValidationForbidden) GetPayload

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

type V2ResetHostValidationInternalServerError

type V2ResetHostValidationInternalServerError struct {
	Payload *models.Error
}

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 (*V2ResetHostValidationInternalServerError) GetPayload

func (*V2ResetHostValidationInternalServerError) IsClientError

IsClientError returns true when this v2 reset host validation internal server error response has a 4xx status code

func (*V2ResetHostValidationInternalServerError) IsCode

IsCode returns true when this v2 reset host validation internal server error response a status code equal to that given

func (*V2ResetHostValidationInternalServerError) IsRedirect

IsRedirect returns true when this v2 reset host validation internal server error response has a 3xx status code

func (*V2ResetHostValidationInternalServerError) IsServerError

IsServerError returns true when this v2 reset host validation internal server error response has a 5xx status code

func (*V2ResetHostValidationInternalServerError) IsSuccess

IsSuccess returns true when this v2 reset host validation internal server error response has a 2xx status code

func (*V2ResetHostValidationInternalServerError) String

type V2ResetHostValidationNotFound

type V2ResetHostValidationNotFound struct {
	Payload *models.Error
}

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 (*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

type V2ResetHostValidationOK

type V2ResetHostValidationOK struct {
	Payload *models.Host
}

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

WithContext adds the context to the v2 reset host validation params

func (*V2ResetHostValidationParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the v2 reset host validation params

func (*V2ResetHostValidationParams) WithHostID

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

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

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 {
	Payload *models.InfraError
}

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 (*V2ResetHostValidationUnauthorized) GetPayload

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

type V2SetIgnoredValidationsBadRequest

type V2SetIgnoredValidationsBadRequest struct {
	Payload *models.Error
}

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 (*V2SetIgnoredValidationsBadRequest) GetPayload

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

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 (*V2SetIgnoredValidationsCreated) GetPayload

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

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 (*V2SetIgnoredValidationsForbidden) GetPayload

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

type V2SetIgnoredValidationsInternalServerError

type V2SetIgnoredValidationsInternalServerError struct {
	Payload *models.Error
}

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 (*V2SetIgnoredValidationsInternalServerError) GetPayload

func (*V2SetIgnoredValidationsInternalServerError) IsClientError

IsClientError returns true when this v2 set ignored validations internal server error response has a 4xx status code

func (*V2SetIgnoredValidationsInternalServerError) IsCode

IsCode returns true when this v2 set ignored validations internal server error response a status code equal to that given

func (*V2SetIgnoredValidationsInternalServerError) IsRedirect

IsRedirect returns true when this v2 set ignored validations internal server error response has a 3xx status code

func (*V2SetIgnoredValidationsInternalServerError) IsServerError

IsServerError returns true when this v2 set ignored validations internal server error response has a 5xx status code

func (*V2SetIgnoredValidationsInternalServerError) IsSuccess

IsSuccess returns true when this v2 set ignored validations internal server error response has a 2xx status code

func (*V2SetIgnoredValidationsInternalServerError) String

type V2SetIgnoredValidationsNotFound

type V2SetIgnoredValidationsNotFound struct {
	Payload *models.Error
}

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 (*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

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

WithClusterID adds the clusterID to the v2 set ignored validations params

func (*V2SetIgnoredValidationsParams) WithContext

WithContext adds the context to the v2 set ignored validations params

func (*V2SetIgnoredValidationsParams) WithDefaults

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

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

WithTimeout adds the timeout to the v2 set ignored validations params

func (*V2SetIgnoredValidationsParams) WriteToRequest

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 {
	Payload *models.InfraError
}

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 (*V2SetIgnoredValidationsUnauthorized) GetPayload

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

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

IsSuccess returns true when this v2 set ignored validations unauthorized response has a 2xx status code

func (*V2SetIgnoredValidationsUnauthorized) String

type V2UpdateClusterBadRequest

type V2UpdateClusterBadRequest struct {
	Payload *models.Error
}

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

type V2UpdateClusterConflict struct {
	Payload *models.Error
}

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

type V2UpdateClusterCreated struct {
	Payload *models.Cluster
}

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 (*V2UpdateClusterFinalizingProgressForbidden) GetPayload

func (*V2UpdateClusterFinalizingProgressForbidden) IsClientError

IsClientError returns true when this v2 update cluster finalizing progress forbidden response has a 4xx status code

func (*V2UpdateClusterFinalizingProgressForbidden) IsCode

IsCode returns true when this v2 update cluster finalizing progress forbidden response a status code equal to that given

func (*V2UpdateClusterFinalizingProgressForbidden) IsRedirect

IsRedirect returns true when this v2 update cluster finalizing progress forbidden response has a 3xx status code

func (*V2UpdateClusterFinalizingProgressForbidden) IsServerError

IsServerError returns true when this v2 update cluster finalizing progress forbidden response has a 5xx status code

func (*V2UpdateClusterFinalizingProgressForbidden) IsSuccess

IsSuccess returns true when this v2 update cluster finalizing progress forbidden response has a 2xx status code

func (*V2UpdateClusterFinalizingProgressForbidden) String

type V2UpdateClusterFinalizingProgressInternalServerError

type V2UpdateClusterFinalizingProgressInternalServerError struct {
	Payload *models.Error
}

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 (*V2UpdateClusterFinalizingProgressInternalServerError) GetPayload

func (*V2UpdateClusterFinalizingProgressInternalServerError) IsClientError

IsClientError returns true when this v2 update cluster finalizing progress internal server error response has a 4xx status code

func (*V2UpdateClusterFinalizingProgressInternalServerError) IsCode

IsCode returns true when this v2 update cluster finalizing progress internal server error response a status code equal to that given

func (*V2UpdateClusterFinalizingProgressInternalServerError) IsRedirect

IsRedirect returns true when this v2 update cluster finalizing progress internal server error response has a 3xx status code

func (*V2UpdateClusterFinalizingProgressInternalServerError) IsServerError

IsServerError returns true when this v2 update cluster finalizing progress internal server error response has a 5xx status code

func (*V2UpdateClusterFinalizingProgressInternalServerError) IsSuccess

IsSuccess returns true when this v2 update cluster finalizing progress internal server error response has a 2xx status code

func (*V2UpdateClusterFinalizingProgressInternalServerError) String

type V2UpdateClusterFinalizingProgressMethodNotAllowed

type V2UpdateClusterFinalizingProgressMethodNotAllowed struct {
	Payload *models.Error
}

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 (*V2UpdateClusterFinalizingProgressMethodNotAllowed) GetPayload

func (*V2UpdateClusterFinalizingProgressMethodNotAllowed) IsClientError

IsClientError returns true when this v2 update cluster finalizing progress method not allowed response has a 4xx status code

func (*V2UpdateClusterFinalizingProgressMethodNotAllowed) IsCode

IsCode returns true when this v2 update cluster finalizing progress method not allowed response a status code equal to that given

func (*V2UpdateClusterFinalizingProgressMethodNotAllowed) IsRedirect

IsRedirect returns true when this v2 update cluster finalizing progress method not allowed response has a 3xx status code

func (*V2UpdateClusterFinalizingProgressMethodNotAllowed) IsServerError

IsServerError returns true when this v2 update cluster finalizing progress method not allowed response has a 5xx status code

func (*V2UpdateClusterFinalizingProgressMethodNotAllowed) IsSuccess

IsSuccess returns true when this v2 update cluster finalizing progress method not allowed response has a 2xx status code

func (*V2UpdateClusterFinalizingProgressMethodNotAllowed) String

type V2UpdateClusterFinalizingProgressNotFound

type V2UpdateClusterFinalizingProgressNotFound struct {
	Payload *models.Error
}

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 (*V2UpdateClusterFinalizingProgressNotFound) GetPayload

func (*V2UpdateClusterFinalizingProgressNotFound) IsClientError

IsClientError returns true when this v2 update cluster finalizing progress not found response has a 4xx status code

func (*V2UpdateClusterFinalizingProgressNotFound) IsCode

IsCode returns true when this v2 update cluster finalizing progress not found response a status code equal to that given

func (*V2UpdateClusterFinalizingProgressNotFound) IsRedirect

IsRedirect returns true when this v2 update cluster finalizing progress not found response has a 3xx status code

func (*V2UpdateClusterFinalizingProgressNotFound) IsServerError

IsServerError returns true when this v2 update cluster finalizing progress not found response has a 5xx status code

func (*V2UpdateClusterFinalizingProgressNotFound) IsSuccess

IsSuccess returns true when this v2 update cluster finalizing progress not found response has a 2xx status code

func (*V2UpdateClusterFinalizingProgressNotFound) 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 (*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

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

IsSuccess returns true when this v2 update cluster finalizing progress o k response has a 2xx status code

func (*V2UpdateClusterFinalizingProgressOK) 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

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

WithClusterID adds the clusterID to the v2 update cluster finalizing progress params

func (*V2UpdateClusterFinalizingProgressParams) WithContext

WithContext adds the context to the v2 update cluster finalizing progress params

func (*V2UpdateClusterFinalizingProgressParams) WithDefaults

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

WithFinalizingProgress adds the finalizingProgress to the v2 update cluster finalizing progress params

func (*V2UpdateClusterFinalizingProgressParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the v2 update cluster finalizing progress params

func (*V2UpdateClusterFinalizingProgressParams) WithTimeout

WithTimeout adds the timeout to the v2 update cluster finalizing progress params

func (*V2UpdateClusterFinalizingProgressParams) WriteToRequest

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 {
	Payload *models.Error
}

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 (*V2UpdateClusterFinalizingProgressServiceUnavailable) GetPayload

func (*V2UpdateClusterFinalizingProgressServiceUnavailable) IsClientError

IsClientError returns true when this v2 update cluster finalizing progress service unavailable response has a 4xx status code

func (*V2UpdateClusterFinalizingProgressServiceUnavailable) IsCode

IsCode returns true when this v2 update cluster finalizing progress service unavailable response a status code equal to that given

func (*V2UpdateClusterFinalizingProgressServiceUnavailable) IsRedirect

IsRedirect returns true when this v2 update cluster finalizing progress service unavailable response has a 3xx status code

func (*V2UpdateClusterFinalizingProgressServiceUnavailable) IsServerError

IsServerError returns true when this v2 update cluster finalizing progress service unavailable response has a 5xx status code

func (*V2UpdateClusterFinalizingProgressServiceUnavailable) IsSuccess

IsSuccess returns true when this v2 update cluster finalizing progress service unavailable response has a 2xx status code

func (*V2UpdateClusterFinalizingProgressServiceUnavailable) String

type V2UpdateClusterFinalizingProgressUnauthorized

type V2UpdateClusterFinalizingProgressUnauthorized struct {
	Payload *models.InfraError
}

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 (*V2UpdateClusterFinalizingProgressUnauthorized) GetPayload

func (*V2UpdateClusterFinalizingProgressUnauthorized) IsClientError

IsClientError returns true when this v2 update cluster finalizing progress unauthorized response has a 4xx status code

func (*V2UpdateClusterFinalizingProgressUnauthorized) IsCode

IsCode returns true when this v2 update cluster finalizing progress unauthorized response a status code equal to that given

func (*V2UpdateClusterFinalizingProgressUnauthorized) IsRedirect

IsRedirect returns true when this v2 update cluster finalizing progress unauthorized response has a 3xx status code

func (*V2UpdateClusterFinalizingProgressUnauthorized) IsServerError

IsServerError returns true when this v2 update cluster finalizing progress unauthorized response has a 5xx status code

func (*V2UpdateClusterFinalizingProgressUnauthorized) IsSuccess

IsSuccess returns true when this v2 update cluster finalizing progress unauthorized response has a 2xx status code

func (*V2UpdateClusterFinalizingProgressUnauthorized) 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

type V2UpdateClusterInstallConfigBadRequest struct {
	Payload *models.Error
}

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 (*V2UpdateClusterInstallConfigBadRequest) GetPayload

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

IsCode returns true when this v2 update cluster install config bad request response a status code equal to that given

func (*V2UpdateClusterInstallConfigBadRequest) IsRedirect

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

IsSuccess returns true when this v2 update cluster install config bad request response has a 2xx status code

func (*V2UpdateClusterInstallConfigBadRequest) 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 (*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

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

IsSuccess returns true when this v2 update cluster install config created response has a 2xx status code

func (*V2UpdateClusterInstallConfigCreated) 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 (*V2UpdateClusterInstallConfigForbidden) GetPayload

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

IsCode returns true when this v2 update cluster install config forbidden response a status code equal to that given

func (*V2UpdateClusterInstallConfigForbidden) IsRedirect

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

IsSuccess returns true when this v2 update cluster install config forbidden response has a 2xx status code

func (*V2UpdateClusterInstallConfigForbidden) String

type V2UpdateClusterInstallConfigInternalServerError

type V2UpdateClusterInstallConfigInternalServerError struct {
	Payload *models.Error
}

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 (*V2UpdateClusterInstallConfigInternalServerError) GetPayload

func (*V2UpdateClusterInstallConfigInternalServerError) IsClientError

IsClientError returns true when this v2 update cluster install config internal server error response has a 4xx status code

func (*V2UpdateClusterInstallConfigInternalServerError) IsCode

IsCode returns true when this v2 update cluster install config internal server error response a status code equal to that given

func (*V2UpdateClusterInstallConfigInternalServerError) IsRedirect

IsRedirect returns true when this v2 update cluster install config internal server error response has a 3xx status code

func (*V2UpdateClusterInstallConfigInternalServerError) IsServerError

IsServerError returns true when this v2 update cluster install config internal server error response has a 5xx status code

func (*V2UpdateClusterInstallConfigInternalServerError) IsSuccess

IsSuccess returns true when this v2 update cluster install config internal server error response has a 2xx status code

func (*V2UpdateClusterInstallConfigInternalServerError) String

type V2UpdateClusterInstallConfigMethodNotAllowed

type V2UpdateClusterInstallConfigMethodNotAllowed struct {
	Payload *models.Error
}

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 (*V2UpdateClusterInstallConfigMethodNotAllowed) GetPayload

func (*V2UpdateClusterInstallConfigMethodNotAllowed) IsClientError

IsClientError returns true when this v2 update cluster install config method not allowed response has a 4xx status code

func (*V2UpdateClusterInstallConfigMethodNotAllowed) IsCode

IsCode returns true when this v2 update cluster install config method not allowed response a status code equal to that given

func (*V2UpdateClusterInstallConfigMethodNotAllowed) IsRedirect

IsRedirect returns true when this v2 update cluster install config method not allowed response has a 3xx status code

func (*V2UpdateClusterInstallConfigMethodNotAllowed) IsServerError

IsServerError returns true when this v2 update cluster install config method not allowed response has a 5xx status code

func (*V2UpdateClusterInstallConfigMethodNotAllowed) IsSuccess

IsSuccess returns true when this v2 update cluster install config method not allowed response has a 2xx status code

func (*V2UpdateClusterInstallConfigMethodNotAllowed) String

type V2UpdateClusterInstallConfigNotFound

type V2UpdateClusterInstallConfigNotFound struct {
	Payload *models.Error
}

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 (*V2UpdateClusterInstallConfigNotFound) GetPayload

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

IsCode returns true when this v2 update cluster install config not found response a status code equal to that given

func (*V2UpdateClusterInstallConfigNotFound) IsRedirect

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

IsSuccess returns true when this v2 update cluster install config not found response has a 2xx status code

func (*V2UpdateClusterInstallConfigNotFound) 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

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

WithClusterID adds the clusterID to the v2 update cluster install config params

func (*V2UpdateClusterInstallConfigParams) WithContext

WithContext adds the context to the v2 update cluster install config params

func (*V2UpdateClusterInstallConfigParams) WithDefaults

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

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

WithTimeout adds the timeout to the v2 update cluster install config params

func (*V2UpdateClusterInstallConfigParams) WriteToRequest

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 {
	Payload *models.InfraError
}

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 (*V2UpdateClusterInstallConfigUnauthorized) GetPayload

func (*V2UpdateClusterInstallConfigUnauthorized) IsClientError

IsClientError returns true when this v2 update cluster install config unauthorized response has a 4xx status code

func (*V2UpdateClusterInstallConfigUnauthorized) IsCode

IsCode returns true when this v2 update cluster install config unauthorized response a status code equal to that given

func (*V2UpdateClusterInstallConfigUnauthorized) IsRedirect

IsRedirect returns true when this v2 update cluster install config unauthorized response has a 3xx status code

func (*V2UpdateClusterInstallConfigUnauthorized) IsServerError

IsServerError returns true when this v2 update cluster install config unauthorized response has a 5xx status code

func (*V2UpdateClusterInstallConfigUnauthorized) IsSuccess

IsSuccess returns true when this v2 update cluster install config unauthorized response has a 2xx status code

func (*V2UpdateClusterInstallConfigUnauthorized) String

type V2UpdateClusterInternalServerError

type V2UpdateClusterInternalServerError struct {
	Payload *models.Error
}

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 (*V2UpdateClusterInternalServerError) GetPayload

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

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

IsSuccess returns true when this v2 update cluster internal server error response has a 2xx status code

func (*V2UpdateClusterInternalServerError) String

type V2UpdateClusterLogsProgressConflict

type V2UpdateClusterLogsProgressConflict struct {
	Payload *models.Error
}

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 (*V2UpdateClusterLogsProgressConflict) GetPayload

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

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

IsSuccess returns true when this v2 update cluster logs progress conflict response has a 2xx status code

func (*V2UpdateClusterLogsProgressConflict) 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 (*V2UpdateClusterLogsProgressForbidden) GetPayload

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

IsCode returns true when this v2 update cluster logs progress forbidden response a status code equal to that given

func (*V2UpdateClusterLogsProgressForbidden) IsRedirect

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

IsSuccess returns true when this v2 update cluster logs progress forbidden response has a 2xx status code

func (*V2UpdateClusterLogsProgressForbidden) String

type V2UpdateClusterLogsProgressInternalServerError

type V2UpdateClusterLogsProgressInternalServerError struct {
	Payload *models.Error
}

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 (*V2UpdateClusterLogsProgressInternalServerError) GetPayload

func (*V2UpdateClusterLogsProgressInternalServerError) IsClientError

IsClientError returns true when this v2 update cluster logs progress internal server error response has a 4xx status code

func (*V2UpdateClusterLogsProgressInternalServerError) IsCode

IsCode returns true when this v2 update cluster logs progress internal server error response a status code equal to that given

func (*V2UpdateClusterLogsProgressInternalServerError) IsRedirect

IsRedirect returns true when this v2 update cluster logs progress internal server error response has a 3xx status code

func (*V2UpdateClusterLogsProgressInternalServerError) IsServerError

IsServerError returns true when this v2 update cluster logs progress internal server error response has a 5xx status code

func (*V2UpdateClusterLogsProgressInternalServerError) IsSuccess

IsSuccess returns true when this v2 update cluster logs progress internal server error response has a 2xx status code

func (*V2UpdateClusterLogsProgressInternalServerError) String

type V2UpdateClusterLogsProgressMethodNotAllowed

type V2UpdateClusterLogsProgressMethodNotAllowed struct {
	Payload *models.Error
}

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 (*V2UpdateClusterLogsProgressMethodNotAllowed) GetPayload

func (*V2UpdateClusterLogsProgressMethodNotAllowed) IsClientError

IsClientError returns true when this v2 update cluster logs progress method not allowed response has a 4xx status code

func (*V2UpdateClusterLogsProgressMethodNotAllowed) IsCode

IsCode returns true when this v2 update cluster logs progress method not allowed response a status code equal to that given

func (*V2UpdateClusterLogsProgressMethodNotAllowed) IsRedirect

IsRedirect returns true when this v2 update cluster logs progress method not allowed response has a 3xx status code

func (*V2UpdateClusterLogsProgressMethodNotAllowed) IsServerError

IsServerError returns true when this v2 update cluster logs progress method not allowed response has a 5xx status code

func (*V2UpdateClusterLogsProgressMethodNotAllowed) IsSuccess

IsSuccess returns true when this v2 update cluster logs progress method not allowed response has a 2xx status code

func (*V2UpdateClusterLogsProgressMethodNotAllowed) 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 (*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

IsCode returns true when this v2 update cluster logs progress no content response a status code equal to that given

func (*V2UpdateClusterLogsProgressNoContent) IsRedirect

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

IsSuccess returns true when this v2 update cluster logs progress no content response has a 2xx status code

func (*V2UpdateClusterLogsProgressNoContent) String

type V2UpdateClusterLogsProgressNotFound

type V2UpdateClusterLogsProgressNotFound struct {
	Payload *models.Error
}

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 (*V2UpdateClusterLogsProgressNotFound) GetPayload

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

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

IsSuccess returns true when this v2 update cluster logs progress not found response has a 2xx status code

func (*V2UpdateClusterLogsProgressNotFound) 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

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

WithClusterID adds the clusterID to the v2 update cluster logs progress params

func (*V2UpdateClusterLogsProgressParams) WithContext

WithContext adds the context to the v2 update cluster logs progress params

func (*V2UpdateClusterLogsProgressParams) WithDefaults

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

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

WithTimeout adds the timeout to the v2 update cluster logs progress params

func (*V2UpdateClusterLogsProgressParams) WriteToRequest

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 {
	Payload *models.Error
}

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 (*V2UpdateClusterLogsProgressServiceUnavailable) GetPayload

func (*V2UpdateClusterLogsProgressServiceUnavailable) IsClientError

IsClientError returns true when this v2 update cluster logs progress service unavailable response has a 4xx status code

func (*V2UpdateClusterLogsProgressServiceUnavailable) IsCode

IsCode returns true when this v2 update cluster logs progress service unavailable response a status code equal to that given

func (*V2UpdateClusterLogsProgressServiceUnavailable) IsRedirect

IsRedirect returns true when this v2 update cluster logs progress service unavailable response has a 3xx status code

func (*V2UpdateClusterLogsProgressServiceUnavailable) IsServerError

IsServerError returns true when this v2 update cluster logs progress service unavailable response has a 5xx status code

func (*V2UpdateClusterLogsProgressServiceUnavailable) IsSuccess

IsSuccess returns true when this v2 update cluster logs progress service unavailable response has a 2xx status code

func (*V2UpdateClusterLogsProgressServiceUnavailable) String

type V2UpdateClusterLogsProgressUnauthorized

type V2UpdateClusterLogsProgressUnauthorized struct {
	Payload *models.InfraError
}

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 (*V2UpdateClusterLogsProgressUnauthorized) GetPayload

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

IsCode returns true when this v2 update cluster logs progress unauthorized response a status code equal to that given

func (*V2UpdateClusterLogsProgressUnauthorized) IsRedirect

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

IsSuccess returns true when this v2 update cluster logs progress unauthorized response has a 2xx status code

func (*V2UpdateClusterLogsProgressUnauthorized) String

type V2UpdateClusterMethodNotAllowed

type V2UpdateClusterMethodNotAllowed struct {
	Payload *models.Error
}

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 (*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

type V2UpdateClusterNotFound

type V2UpdateClusterNotFound struct {
	Payload *models.Error
}

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

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

type V2UpdateClusterUISettingsBadRequest struct {
	Payload *models.Error
}

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 (*V2UpdateClusterUISettingsBadRequest) GetPayload

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

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

IsSuccess returns true when this v2 update cluster Ui settings bad request response has a 2xx status code

func (*V2UpdateClusterUISettingsBadRequest) 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 (*V2UpdateClusterUISettingsForbidden) GetPayload

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

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

IsSuccess returns true when this v2 update cluster Ui settings forbidden response has a 2xx status code

func (*V2UpdateClusterUISettingsForbidden) String

type V2UpdateClusterUISettingsInternalServerError

type V2UpdateClusterUISettingsInternalServerError struct {
	Payload *models.Error
}

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 (*V2UpdateClusterUISettingsInternalServerError) GetPayload

func (*V2UpdateClusterUISettingsInternalServerError) IsClientError

IsClientError returns true when this v2 update cluster Ui settings internal server error response has a 4xx status code

func (*V2UpdateClusterUISettingsInternalServerError) IsCode

IsCode returns true when this v2 update cluster Ui settings internal server error response a status code equal to that given

func (*V2UpdateClusterUISettingsInternalServerError) IsRedirect

IsRedirect returns true when this v2 update cluster Ui settings internal server error response has a 3xx status code

func (*V2UpdateClusterUISettingsInternalServerError) IsServerError

IsServerError returns true when this v2 update cluster Ui settings internal server error response has a 5xx status code

func (*V2UpdateClusterUISettingsInternalServerError) IsSuccess

IsSuccess returns true when this v2 update cluster Ui settings internal server error response has a 2xx status code

func (*V2UpdateClusterUISettingsInternalServerError) String

type V2UpdateClusterUISettingsNotFound

type V2UpdateClusterUISettingsNotFound struct {
	Payload *models.Error
}

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 (*V2UpdateClusterUISettingsNotFound) GetPayload

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

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 (*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

WithClusterID adds the clusterID to the v2 update cluster UI settings params

func (*V2UpdateClusterUISettingsParams) WithContext

WithContext adds the context to the v2 update cluster UI settings params

func (*V2UpdateClusterUISettingsParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the v2 update cluster UI settings params

func (*V2UpdateClusterUISettingsParams) WithTimeout

WithTimeout adds the timeout to the v2 update cluster UI settings params

func (*V2UpdateClusterUISettingsParams) WithUISettings

WithUISettings adds the uISettings to the v2 update cluster UI settings params

func (*V2UpdateClusterUISettingsParams) WriteToRequest

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 {
	Payload *models.InfraError
}

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 (*V2UpdateClusterUISettingsUnauthorized) GetPayload

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

IsCode returns true when this v2 update cluster Ui settings unauthorized response a status code equal to that given

func (*V2UpdateClusterUISettingsUnauthorized) IsRedirect

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

IsSuccess returns true when this v2 update cluster Ui settings unauthorized response has a 2xx status code

func (*V2UpdateClusterUISettingsUnauthorized) String

type V2UpdateClusterUnauthorized

type V2UpdateClusterUnauthorized struct {
	Payload *models.InfraError
}

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 (*V2UpdateClusterUnauthorized) GetPayload

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

type V2UpdateHostBadRequest struct {
	Payload *models.Error
}

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

type V2UpdateHostConflict struct {
	Payload *models.Error
}

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

type V2UpdateHostCreated struct {
	Payload *models.Host
}

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

type V2UpdateHostIgnitionBadRequest struct {
	Payload *models.Error
}

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 (*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

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 (*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 (*V2UpdateHostIgnitionForbidden) GetPayload

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

type V2UpdateHostIgnitionInternalServerError

type V2UpdateHostIgnitionInternalServerError struct {
	Payload *models.Error
}

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 (*V2UpdateHostIgnitionInternalServerError) GetPayload

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

IsCode returns true when this v2 update host ignition internal server error response a status code equal to that given

func (*V2UpdateHostIgnitionInternalServerError) IsRedirect

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

IsSuccess returns true when this v2 update host ignition internal server error response has a 2xx status code

func (*V2UpdateHostIgnitionInternalServerError) String

type V2UpdateHostIgnitionMethodNotAllowed

type V2UpdateHostIgnitionMethodNotAllowed struct {
	Payload *models.Error
}

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 (*V2UpdateHostIgnitionMethodNotAllowed) GetPayload

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

IsCode returns true when this v2 update host ignition method not allowed response a status code equal to that given

func (*V2UpdateHostIgnitionMethodNotAllowed) IsRedirect

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

IsSuccess returns true when this v2 update host ignition method not allowed response has a 2xx status code

func (*V2UpdateHostIgnitionMethodNotAllowed) String

type V2UpdateHostIgnitionNotFound

type V2UpdateHostIgnitionNotFound struct {
	Payload *models.Error
}

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 (*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

type V2UpdateHostIgnitionNotImplemented

type V2UpdateHostIgnitionNotImplemented struct {
	Payload *models.Error
}

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 (*V2UpdateHostIgnitionNotImplemented) GetPayload

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

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

IsSuccess returns true when this v2 update host ignition not implemented response has a 2xx status code

func (*V2UpdateHostIgnitionNotImplemented) 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

WithContext adds the context to the v2 update host ignition params

func (*V2UpdateHostIgnitionParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the v2 update host ignition params

func (*V2UpdateHostIgnitionParams) WithHostID

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

WithTimeout adds the timeout to the v2 update host ignition params

func (*V2UpdateHostIgnitionParams) WriteToRequest

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 {
	Payload *models.InfraError
}

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 (*V2UpdateHostIgnitionUnauthorized) GetPayload

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

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 (*V2UpdateHostInstallProgressForbidden) GetPayload

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

IsCode returns true when this v2 update host install progress forbidden response a status code equal to that given

func (*V2UpdateHostInstallProgressForbidden) IsRedirect

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

IsSuccess returns true when this v2 update host install progress forbidden response has a 2xx status code

func (*V2UpdateHostInstallProgressForbidden) String

type V2UpdateHostInstallProgressInternalServerError

type V2UpdateHostInstallProgressInternalServerError struct {
	Payload *models.Error
}

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 (*V2UpdateHostInstallProgressInternalServerError) GetPayload

func (*V2UpdateHostInstallProgressInternalServerError) IsClientError

IsClientError returns true when this v2 update host install progress internal server error response has a 4xx status code

func (*V2UpdateHostInstallProgressInternalServerError) IsCode

IsCode returns true when this v2 update host install progress internal server error response a status code equal to that given

func (*V2UpdateHostInstallProgressInternalServerError) IsRedirect

IsRedirect returns true when this v2 update host install progress internal server error response has a 3xx status code

func (*V2UpdateHostInstallProgressInternalServerError) IsServerError

IsServerError returns true when this v2 update host install progress internal server error response has a 5xx status code

func (*V2UpdateHostInstallProgressInternalServerError) IsSuccess

IsSuccess returns true when this v2 update host install progress internal server error response has a 2xx status code

func (*V2UpdateHostInstallProgressInternalServerError) String

type V2UpdateHostInstallProgressMethodNotAllowed

type V2UpdateHostInstallProgressMethodNotAllowed struct {
	Payload *models.Error
}

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 (*V2UpdateHostInstallProgressMethodNotAllowed) GetPayload

func (*V2UpdateHostInstallProgressMethodNotAllowed) IsClientError

IsClientError returns true when this v2 update host install progress method not allowed response has a 4xx status code

func (*V2UpdateHostInstallProgressMethodNotAllowed) IsCode

IsCode returns true when this v2 update host install progress method not allowed response a status code equal to that given

func (*V2UpdateHostInstallProgressMethodNotAllowed) IsRedirect

IsRedirect returns true when this v2 update host install progress method not allowed response has a 3xx status code

func (*V2UpdateHostInstallProgressMethodNotAllowed) IsServerError

IsServerError returns true when this v2 update host install progress method not allowed response has a 5xx status code

func (*V2UpdateHostInstallProgressMethodNotAllowed) IsSuccess

IsSuccess returns true when this v2 update host install progress method not allowed response has a 2xx status code

func (*V2UpdateHostInstallProgressMethodNotAllowed) String

type V2UpdateHostInstallProgressNotFound

type V2UpdateHostInstallProgressNotFound struct {
	Payload *models.Error
}

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 (*V2UpdateHostInstallProgressNotFound) GetPayload

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

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

IsSuccess returns true when this v2 update host install progress not found response has a 2xx status code

func (*V2UpdateHostInstallProgressNotFound) 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 (*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

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

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

WithContext adds the context to the v2 update host install progress params

func (*V2UpdateHostInstallProgressParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the v2 update host install progress params

func (*V2UpdateHostInstallProgressParams) WithHostID

WithHostID adds the hostID to the v2 update host install progress params

func (*V2UpdateHostInstallProgressParams) WithHostProgress

WithHostProgress adds the hostProgress to the v2 update host install progress params

func (*V2UpdateHostInstallProgressParams) WithInfraEnvID

WithInfraEnvID adds the infraEnvID to the v2 update host install progress params

func (*V2UpdateHostInstallProgressParams) WithTimeout

WithTimeout adds the timeout to the v2 update host install progress params

func (*V2UpdateHostInstallProgressParams) WriteToRequest

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 {
	Payload *models.Error
}

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 (*V2UpdateHostInstallProgressServiceUnavailable) GetPayload

func (*V2UpdateHostInstallProgressServiceUnavailable) IsClientError

IsClientError returns true when this v2 update host install progress service unavailable response has a 4xx status code

func (*V2UpdateHostInstallProgressServiceUnavailable) IsCode

IsCode returns true when this v2 update host install progress service unavailable response a status code equal to that given

func (*V2UpdateHostInstallProgressServiceUnavailable) IsRedirect

IsRedirect returns true when this v2 update host install progress service unavailable response has a 3xx status code

func (*V2UpdateHostInstallProgressServiceUnavailable) IsServerError

IsServerError returns true when this v2 update host install progress service unavailable response has a 5xx status code

func (*V2UpdateHostInstallProgressServiceUnavailable) IsSuccess

IsSuccess returns true when this v2 update host install progress service unavailable response has a 2xx status code

func (*V2UpdateHostInstallProgressServiceUnavailable) String

type V2UpdateHostInstallProgressUnauthorized

type V2UpdateHostInstallProgressUnauthorized struct {
	Payload *models.InfraError
}

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 (*V2UpdateHostInstallProgressUnauthorized) GetPayload

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

IsCode returns true when this v2 update host install progress unauthorized response a status code equal to that given

func (*V2UpdateHostInstallProgressUnauthorized) IsRedirect

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

IsSuccess returns true when this v2 update host install progress unauthorized response has a 2xx status code

func (*V2UpdateHostInstallProgressUnauthorized) String

type V2UpdateHostInstallerArgsBadRequest

type V2UpdateHostInstallerArgsBadRequest struct {
	Payload *models.Error
}

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 (*V2UpdateHostInstallerArgsBadRequest) GetPayload

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

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

IsSuccess returns true when this v2 update host installer args bad request response has a 2xx status code

func (*V2UpdateHostInstallerArgsBadRequest) String

type V2UpdateHostInstallerArgsConflict

type V2UpdateHostInstallerArgsConflict struct {
	Payload *models.Error
}

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 (*V2UpdateHostInstallerArgsConflict) GetPayload

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

type V2UpdateHostInstallerArgsCreated

type V2UpdateHostInstallerArgsCreated struct {
	Payload *models.Host
}

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 (*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

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 (*V2UpdateHostInstallerArgsForbidden) GetPayload

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

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

IsSuccess returns true when this v2 update host installer args forbidden response has a 2xx status code

func (*V2UpdateHostInstallerArgsForbidden) String

type V2UpdateHostInstallerArgsInternalServerError

type V2UpdateHostInstallerArgsInternalServerError struct {
	Payload *models.Error
}

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 (*V2UpdateHostInstallerArgsInternalServerError) GetPayload

func (*V2UpdateHostInstallerArgsInternalServerError) IsClientError

IsClientError returns true when this v2 update host installer args internal server error response has a 4xx status code

func (*V2UpdateHostInstallerArgsInternalServerError) IsCode

IsCode returns true when this v2 update host installer args internal server error response a status code equal to that given

func (*V2UpdateHostInstallerArgsInternalServerError) IsRedirect

IsRedirect returns true when this v2 update host installer args internal server error response has a 3xx status code

func (*V2UpdateHostInstallerArgsInternalServerError) IsServerError

IsServerError returns true when this v2 update host installer args internal server error response has a 5xx status code

func (*V2UpdateHostInstallerArgsInternalServerError) IsSuccess

IsSuccess returns true when this v2 update host installer args internal server error response has a 2xx status code

func (*V2UpdateHostInstallerArgsInternalServerError) String

type V2UpdateHostInstallerArgsMethodNotAllowed

type V2UpdateHostInstallerArgsMethodNotAllowed struct {
	Payload *models.Error
}

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 (*V2UpdateHostInstallerArgsMethodNotAllowed) GetPayload

func (*V2UpdateHostInstallerArgsMethodNotAllowed) IsClientError

IsClientError returns true when this v2 update host installer args method not allowed response has a 4xx status code

func (*V2UpdateHostInstallerArgsMethodNotAllowed) IsCode

IsCode returns true when this v2 update host installer args method not allowed response a status code equal to that given

func (*V2UpdateHostInstallerArgsMethodNotAllowed) IsRedirect

IsRedirect returns true when this v2 update host installer args method not allowed response has a 3xx status code

func (*V2UpdateHostInstallerArgsMethodNotAllowed) IsServerError

IsServerError returns true when this v2 update host installer args method not allowed response has a 5xx status code

func (*V2UpdateHostInstallerArgsMethodNotAllowed) IsSuccess

IsSuccess returns true when this v2 update host installer args method not allowed response has a 2xx status code

func (*V2UpdateHostInstallerArgsMethodNotAllowed) String

type V2UpdateHostInstallerArgsNotFound

type V2UpdateHostInstallerArgsNotFound struct {
	Payload *models.Error
}

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 (*V2UpdateHostInstallerArgsNotFound) GetPayload

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

type V2UpdateHostInstallerArgsNotImplemented

type V2UpdateHostInstallerArgsNotImplemented struct {
	Payload *models.Error
}

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 (*V2UpdateHostInstallerArgsNotImplemented) GetPayload

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

IsCode returns true when this v2 update host installer args not implemented response a status code equal to that given

func (*V2UpdateHostInstallerArgsNotImplemented) IsRedirect

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

IsSuccess returns true when this v2 update host installer args not implemented response has a 2xx status code

func (*V2UpdateHostInstallerArgsNotImplemented) 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

WithContext adds the context to the v2 update host installer args params

func (*V2UpdateHostInstallerArgsParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the v2 update host installer args params

func (*V2UpdateHostInstallerArgsParams) WithHostID

WithHostID adds the hostID to the v2 update host installer args params

func (*V2UpdateHostInstallerArgsParams) WithInfraEnvID

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

WithTimeout adds the timeout to the v2 update host installer args params

func (*V2UpdateHostInstallerArgsParams) WriteToRequest

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 {
	Payload *models.InfraError
}

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 (*V2UpdateHostInstallerArgsUnauthorized) GetPayload

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

IsCode returns true when this v2 update host installer args unauthorized response a status code equal to that given

func (*V2UpdateHostInstallerArgsUnauthorized) IsRedirect

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

IsSuccess returns true when this v2 update host installer args unauthorized response has a 2xx status code

func (*V2UpdateHostInstallerArgsUnauthorized) String

type V2UpdateHostInternalServerError

type V2UpdateHostInternalServerError struct {
	Payload *models.Error
}

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 (*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

type V2UpdateHostLogsProgressConflict

type V2UpdateHostLogsProgressConflict struct {
	Payload *models.Error
}

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 (*V2UpdateHostLogsProgressConflict) GetPayload

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

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 (*V2UpdateHostLogsProgressForbidden) GetPayload

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

type V2UpdateHostLogsProgressInternalServerError

type V2UpdateHostLogsProgressInternalServerError struct {
	Payload *models.Error
}

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 (*V2UpdateHostLogsProgressInternalServerError) GetPayload

func (*V2UpdateHostLogsProgressInternalServerError) IsClientError

IsClientError returns true when this v2 update host logs progress internal server error response has a 4xx status code

func (*V2UpdateHostLogsProgressInternalServerError) IsCode

IsCode returns true when this v2 update host logs progress internal server error response a status code equal to that given

func (*V2UpdateHostLogsProgressInternalServerError) IsRedirect

IsRedirect returns true when this v2 update host logs progress internal server error response has a 3xx status code

func (*V2UpdateHostLogsProgressInternalServerError) IsServerError

IsServerError returns true when this v2 update host logs progress internal server error response has a 5xx status code

func (*V2UpdateHostLogsProgressInternalServerError) IsSuccess

IsSuccess returns true when this v2 update host logs progress internal server error response has a 2xx status code

func (*V2UpdateHostLogsProgressInternalServerError) String

type V2UpdateHostLogsProgressMethodNotAllowed

type V2UpdateHostLogsProgressMethodNotAllowed struct {
	Payload *models.Error
}

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 (*V2UpdateHostLogsProgressMethodNotAllowed) GetPayload

func (*V2UpdateHostLogsProgressMethodNotAllowed) IsClientError

IsClientError returns true when this v2 update host logs progress method not allowed response has a 4xx status code

func (*V2UpdateHostLogsProgressMethodNotAllowed) IsCode

IsCode returns true when this v2 update host logs progress method not allowed response a status code equal to that given

func (*V2UpdateHostLogsProgressMethodNotAllowed) IsRedirect

IsRedirect returns true when this v2 update host logs progress method not allowed response has a 3xx status code

func (*V2UpdateHostLogsProgressMethodNotAllowed) IsServerError

IsServerError returns true when this v2 update host logs progress method not allowed response has a 5xx status code

func (*V2UpdateHostLogsProgressMethodNotAllowed) IsSuccess

IsSuccess returns true when this v2 update host logs progress method not allowed response has a 2xx status code

func (*V2UpdateHostLogsProgressMethodNotAllowed) 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 (*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

type V2UpdateHostLogsProgressNotFound

type V2UpdateHostLogsProgressNotFound struct {
	Payload *models.Error
}

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 (*V2UpdateHostLogsProgressNotFound) GetPayload

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

type V2UpdateHostLogsProgressNotImplemented

type V2UpdateHostLogsProgressNotImplemented struct {
	Payload *models.Error
}

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 (*V2UpdateHostLogsProgressNotImplemented) GetPayload

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

IsCode returns true when this v2 update host logs progress not implemented response a status code equal to that given

func (*V2UpdateHostLogsProgressNotImplemented) IsRedirect

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

IsSuccess returns true when this v2 update host logs progress not implemented response has a 2xx status code

func (*V2UpdateHostLogsProgressNotImplemented) 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

WithContext adds the context to the v2 update host logs progress params

func (*V2UpdateHostLogsProgressParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the v2 update host logs progress params

func (*V2UpdateHostLogsProgressParams) WithHostID

WithHostID adds the hostID to the v2 update host logs progress params

func (*V2UpdateHostLogsProgressParams) WithInfraEnvID

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

WithTimeout adds the timeout to the v2 update host logs progress params

func (*V2UpdateHostLogsProgressParams) WriteToRequest

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 {
	Payload *models.Error
}

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 (*V2UpdateHostLogsProgressServiceUnavailable) GetPayload

func (*V2UpdateHostLogsProgressServiceUnavailable) IsClientError

IsClientError returns true when this v2 update host logs progress service unavailable response has a 4xx status code

func (*V2UpdateHostLogsProgressServiceUnavailable) IsCode

IsCode returns true when this v2 update host logs progress service unavailable response a status code equal to that given

func (*V2UpdateHostLogsProgressServiceUnavailable) IsRedirect

IsRedirect returns true when this v2 update host logs progress service unavailable response has a 3xx status code

func (*V2UpdateHostLogsProgressServiceUnavailable) IsServerError

IsServerError returns true when this v2 update host logs progress service unavailable response has a 5xx status code

func (*V2UpdateHostLogsProgressServiceUnavailable) IsSuccess

IsSuccess returns true when this v2 update host logs progress service unavailable response has a 2xx status code

func (*V2UpdateHostLogsProgressServiceUnavailable) String

type V2UpdateHostLogsProgressUnauthorized

type V2UpdateHostLogsProgressUnauthorized struct {
	Payload *models.InfraError
}

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 (*V2UpdateHostLogsProgressUnauthorized) GetPayload

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

IsCode returns true when this v2 update host logs progress unauthorized response a status code equal to that given

func (*V2UpdateHostLogsProgressUnauthorized) IsRedirect

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

IsSuccess returns true when this v2 update host logs progress unauthorized response has a 2xx status code

func (*V2UpdateHostLogsProgressUnauthorized) String

type V2UpdateHostMethodNotAllowed

type V2UpdateHostMethodNotAllowed struct {
	Payload *models.Error
}

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 (*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

type V2UpdateHostNotFound

type V2UpdateHostNotFound struct {
	Payload *models.Error
}

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

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 {
	Payload *models.InfraError
}

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

type V2UploadClusterIngressCertBadRequest struct {
	Payload *models.Error
}

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 (*V2UploadClusterIngressCertBadRequest) GetPayload

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

IsCode returns true when this v2 upload cluster ingress cert bad request response a status code equal to that given

func (*V2UploadClusterIngressCertBadRequest) IsRedirect

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

IsSuccess returns true when this v2 upload cluster ingress cert bad request response has a 2xx status code

func (*V2UploadClusterIngressCertBadRequest) 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 (*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

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 (*V2UploadClusterIngressCertForbidden) GetPayload

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

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

IsSuccess returns true when this v2 upload cluster ingress cert forbidden response has a 2xx status code

func (*V2UploadClusterIngressCertForbidden) String

type V2UploadClusterIngressCertInternalServerError

type V2UploadClusterIngressCertInternalServerError struct {
	Payload *models.Error
}

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 (*V2UploadClusterIngressCertInternalServerError) GetPayload

func (*V2UploadClusterIngressCertInternalServerError) IsClientError

IsClientError returns true when this v2 upload cluster ingress cert internal server error response has a 4xx status code

func (*V2UploadClusterIngressCertInternalServerError) IsCode

IsCode returns true when this v2 upload cluster ingress cert internal server error response a status code equal to that given

func (*V2UploadClusterIngressCertInternalServerError) IsRedirect

IsRedirect returns true when this v2 upload cluster ingress cert internal server error response has a 3xx status code

func (*V2UploadClusterIngressCertInternalServerError) IsServerError

IsServerError returns true when this v2 upload cluster ingress cert internal server error response has a 5xx status code

func (*V2UploadClusterIngressCertInternalServerError) IsSuccess

IsSuccess returns true when this v2 upload cluster ingress cert internal server error response has a 2xx status code

func (*V2UploadClusterIngressCertInternalServerError) String

type V2UploadClusterIngressCertMethodNotAllowed

type V2UploadClusterIngressCertMethodNotAllowed struct {
	Payload *models.Error
}

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 (*V2UploadClusterIngressCertMethodNotAllowed) GetPayload

func (*V2UploadClusterIngressCertMethodNotAllowed) IsClientError

IsClientError returns true when this v2 upload cluster ingress cert method not allowed response has a 4xx status code

func (*V2UploadClusterIngressCertMethodNotAllowed) IsCode

IsCode returns true when this v2 upload cluster ingress cert method not allowed response a status code equal to that given

func (*V2UploadClusterIngressCertMethodNotAllowed) IsRedirect

IsRedirect returns true when this v2 upload cluster ingress cert method not allowed response has a 3xx status code

func (*V2UploadClusterIngressCertMethodNotAllowed) IsServerError

IsServerError returns true when this v2 upload cluster ingress cert method not allowed response has a 5xx status code

func (*V2UploadClusterIngressCertMethodNotAllowed) IsSuccess

IsSuccess returns true when this v2 upload cluster ingress cert method not allowed response has a 2xx status code

func (*V2UploadClusterIngressCertMethodNotAllowed) String

type V2UploadClusterIngressCertNotFound

type V2UploadClusterIngressCertNotFound struct {
	Payload *models.Error
}

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 (*V2UploadClusterIngressCertNotFound) GetPayload

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

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

IsSuccess returns true when this v2 upload cluster ingress cert not found response has a 2xx status code

func (*V2UploadClusterIngressCertNotFound) 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

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

WithClusterID adds the clusterID to the v2 upload cluster ingress cert params

func (*V2UploadClusterIngressCertParams) WithContext

WithContext adds the context to the v2 upload cluster ingress cert params

func (*V2UploadClusterIngressCertParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the v2 upload cluster ingress cert params

func (*V2UploadClusterIngressCertParams) WithIngressCertParams

WithIngressCertParams adds the ingressCertParams to the v2 upload cluster ingress cert params

func (*V2UploadClusterIngressCertParams) WithTimeout

WithTimeout adds the timeout to the v2 upload cluster ingress cert params

func (*V2UploadClusterIngressCertParams) WriteToRequest

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 {
	Payload *models.Error
}

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 (*V2UploadClusterIngressCertServiceUnavailable) GetPayload

func (*V2UploadClusterIngressCertServiceUnavailable) IsClientError

IsClientError returns true when this v2 upload cluster ingress cert service unavailable response has a 4xx status code

func (*V2UploadClusterIngressCertServiceUnavailable) IsCode

IsCode returns true when this v2 upload cluster ingress cert service unavailable response a status code equal to that given

func (*V2UploadClusterIngressCertServiceUnavailable) IsRedirect

IsRedirect returns true when this v2 upload cluster ingress cert service unavailable response has a 3xx status code

func (*V2UploadClusterIngressCertServiceUnavailable) IsServerError

IsServerError returns true when this v2 upload cluster ingress cert service unavailable response has a 5xx status code

func (*V2UploadClusterIngressCertServiceUnavailable) IsSuccess

IsSuccess returns true when this v2 upload cluster ingress cert service unavailable response has a 2xx status code

func (*V2UploadClusterIngressCertServiceUnavailable) String

type V2UploadClusterIngressCertUnauthorized

type V2UploadClusterIngressCertUnauthorized struct {
	Payload *models.InfraError
}

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 (*V2UploadClusterIngressCertUnauthorized) GetPayload

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

IsCode returns true when this v2 upload cluster ingress cert unauthorized response a status code equal to that given

func (*V2UploadClusterIngressCertUnauthorized) IsRedirect

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

IsSuccess returns true when this v2 upload cluster ingress cert unauthorized response has a 2xx status code

func (*V2UploadClusterIngressCertUnauthorized) String

type V2UploadLogsConflict

type V2UploadLogsConflict struct {
	Payload *models.Error
}

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

type V2UploadLogsInternalServerError struct {
	Payload *models.Error
}

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 (*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

type V2UploadLogsMethodNotAllowed

type V2UploadLogsMethodNotAllowed struct {
	Payload *models.Error
}

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 (*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

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

type V2UploadLogsNotFound struct {
	Payload *models.Error
}

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

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

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 {
	Payload *models.Error
}

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 (*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

type V2UploadLogsUnauthorized

type V2UploadLogsUnauthorized struct {
	Payload *models.InfraError
}

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL