installer

package
v1.0.9 Latest Latest
Warning

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

Go to latest
Published: Sep 3, 2020 License: Apache-2.0 Imports: 11 Imported by: 7

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type API

type API interface {
	/*
	   CancelInstallation cancels an ongoing installation*/
	CancelInstallation(ctx context.Context, params *CancelInstallationParams) (*CancelInstallationAccepted, error)
	/*
	   CompleteInstallation agents API to mark a finalizing installation as complete*/
	CompleteInstallation(ctx context.Context, params *CompleteInstallationParams) (*CompleteInstallationAccepted, error)
	/*
	   DeregisterCluster deletes an open shift bare metal cluster definition*/
	DeregisterCluster(ctx context.Context, params *DeregisterClusterParams) (*DeregisterClusterNoContent, error)
	/*
	   DeregisterHost deregisters an open shift bare metal host*/
	DeregisterHost(ctx context.Context, params *DeregisterHostParams) (*DeregisterHostNoContent, error)
	/*
	   DisableHost disables a host for inclusion in the cluster*/
	DisableHost(ctx context.Context, params *DisableHostParams) (*DisableHostOK, error)
	/*
	   DownloadClusterFiles downloads files relating to the installed installing cluster*/
	DownloadClusterFiles(ctx context.Context, params *DownloadClusterFilesParams, writer io.Writer) (*DownloadClusterFilesOK, error)
	/*
	   DownloadClusterISO downloads the open shift per cluster discovery i s o*/
	DownloadClusterISO(ctx context.Context, params *DownloadClusterISOParams, writer io.Writer) (*DownloadClusterISOOK, error)
	/*
	   DownloadClusterKubeconfig downloads the kubeconfig file for this cluster*/
	DownloadClusterKubeconfig(ctx context.Context, params *DownloadClusterKubeconfigParams, writer io.Writer) (*DownloadClusterKubeconfigOK, error)
	/*
	   DownloadClusterLogs downloads cluster logs*/
	DownloadClusterLogs(ctx context.Context, params *DownloadClusterLogsParams, writer io.Writer) (*DownloadClusterLogsOK, error)
	/*
	   DownloadHostLogs downloads host logs*/
	DownloadHostLogs(ctx context.Context, params *DownloadHostLogsParams, writer io.Writer) (*DownloadHostLogsOK, error)
	/*
	   EnableHost enables a host for inclusion in the cluster*/
	EnableHost(ctx context.Context, params *EnableHostParams) (*EnableHostOK, error)
	/*
	   GenerateClusterISO creates a new open shift per cluster discovery i s o*/
	GenerateClusterISO(ctx context.Context, params *GenerateClusterISOParams) (*GenerateClusterISOCreated, error)
	/*
	   GetCluster retrieves the details of the open shift bare metal cluster*/
	GetCluster(ctx context.Context, params *GetClusterParams) (*GetClusterOK, error)
	/*
	   GetCredentials gets the the cluster admin credentials*/
	GetCredentials(ctx context.Context, params *GetCredentialsParams) (*GetCredentialsOK, error)
	/*
	   GetFreeAddresses retrieves the free address list for a network*/
	GetFreeAddresses(ctx context.Context, params *GetFreeAddressesParams) (*GetFreeAddressesOK, error)
	/*
	   GetHost retrieves the details of the open shift bare metal host*/
	GetHost(ctx context.Context, params *GetHostParams) (*GetHostOK, error)
	/*
	   GetHostRequirements gets minimum host requirements*/
	GetHostRequirements(ctx context.Context, params *GetHostRequirementsParams) (*GetHostRequirementsOK, error)
	/*
	   GetNextSteps retrieves the next operations that the host agent needs to perform*/
	GetNextSteps(ctx context.Context, params *GetNextStepsParams) (*GetNextStepsOK, error)
	/*
	   GetPresignedForClusterFiles retrieves a presigned s3 URL for downloading cluster files*/
	GetPresignedForClusterFiles(ctx context.Context, params *GetPresignedForClusterFilesParams) (*GetPresignedForClusterFilesOK, error)
	/*
	   InstallCluster installs the open shift bare metal cluster*/
	InstallCluster(ctx context.Context, params *InstallClusterParams) (*InstallClusterAccepted, error)
	/*
	   ListClusters retrieves the list of open shift bare metal clusters*/
	ListClusters(ctx context.Context, params *ListClustersParams) (*ListClustersOK, error)
	/*
	   ListHosts retrieves the list of open shift bare metal hosts*/
	ListHosts(ctx context.Context, params *ListHostsParams) (*ListHostsOK, error)
	/*
	   PostStepReply posts the result of the operations from the host agent*/
	PostStepReply(ctx context.Context, params *PostStepReplyParams) (*PostStepReplyNoContent, error)
	/*
	   RegisterCluster creates a new open shift bare metal cluster definition*/
	RegisterCluster(ctx context.Context, params *RegisterClusterParams) (*RegisterClusterCreated, error)
	/*
	   RegisterHost registers a new open shift bare metal host*/
	RegisterHost(ctx context.Context, params *RegisterHostParams) (*RegisterHostCreated, error)
	/*
	   ResetCluster resets a failed installation*/
	ResetCluster(ctx context.Context, params *ResetClusterParams) (*ResetClusterAccepted, error)
	/*
	   UpdateCluster updates an open shift bare metal cluster definition*/
	UpdateCluster(ctx context.Context, params *UpdateClusterParams) (*UpdateClusterCreated, error)
	/*
	   UpdateClusterInstallConfig overrides values in the install config*/
	UpdateClusterInstallConfig(ctx context.Context, params *UpdateClusterInstallConfigParams) (*UpdateClusterInstallConfigCreated, error)
	/*
	   UpdateHostInstallProgress updates installation progress*/
	UpdateHostInstallProgress(ctx context.Context, params *UpdateHostInstallProgressParams) (*UpdateHostInstallProgressOK, error)
	/*
	   UploadClusterIngressCert transfers the ingress certificate for the cluster*/
	UploadClusterIngressCert(ctx context.Context, params *UploadClusterIngressCertParams) (*UploadClusterIngressCertCreated, error)
	/*
	   UploadHostLogs agents API to upload logs*/
	UploadHostLogs(ctx context.Context, params *UploadHostLogsParams) (*UploadHostLogsNoContent, error)
}

API is the interface of the installer client

type CancelInstallationAccepted

type CancelInstallationAccepted struct {
	Payload *models.Cluster
}

CancelInstallationAccepted handles this case with default header values.

Success.

func NewCancelInstallationAccepted

func NewCancelInstallationAccepted() *CancelInstallationAccepted

NewCancelInstallationAccepted creates a CancelInstallationAccepted with default headers values

func (*CancelInstallationAccepted) Error

func (*CancelInstallationAccepted) GetPayload

func (o *CancelInstallationAccepted) GetPayload() *models.Cluster

type CancelInstallationConflict

type CancelInstallationConflict struct {
	Payload *models.Error
}

CancelInstallationConflict handles this case with default header values.

Error.

func NewCancelInstallationConflict

func NewCancelInstallationConflict() *CancelInstallationConflict

NewCancelInstallationConflict creates a CancelInstallationConflict with default headers values

func (*CancelInstallationConflict) Error

func (*CancelInstallationConflict) GetPayload

func (o *CancelInstallationConflict) GetPayload() *models.Error

type CancelInstallationForbidden

type CancelInstallationForbidden struct {
	Payload *models.InfraError
}

CancelInstallationForbidden handles this case with default header values.

Forbidden.

func NewCancelInstallationForbidden

func NewCancelInstallationForbidden() *CancelInstallationForbidden

NewCancelInstallationForbidden creates a CancelInstallationForbidden with default headers values

func (*CancelInstallationForbidden) Error

func (*CancelInstallationForbidden) GetPayload

type CancelInstallationInternalServerError

type CancelInstallationInternalServerError struct {
	Payload *models.Error
}

CancelInstallationInternalServerError handles this case with default header values.

Error.

func NewCancelInstallationInternalServerError

func NewCancelInstallationInternalServerError() *CancelInstallationInternalServerError

NewCancelInstallationInternalServerError creates a CancelInstallationInternalServerError with default headers values

func (*CancelInstallationInternalServerError) Error

func (*CancelInstallationInternalServerError) GetPayload

type CancelInstallationMethodNotAllowed

type CancelInstallationMethodNotAllowed struct {
	Payload *models.Error
}

CancelInstallationMethodNotAllowed handles this case with default header values.

Method Not Allowed.

func NewCancelInstallationMethodNotAllowed

func NewCancelInstallationMethodNotAllowed() *CancelInstallationMethodNotAllowed

NewCancelInstallationMethodNotAllowed creates a CancelInstallationMethodNotAllowed with default headers values

func (*CancelInstallationMethodNotAllowed) Error

func (*CancelInstallationMethodNotAllowed) GetPayload

type CancelInstallationNotFound

type CancelInstallationNotFound struct {
	Payload *models.Error
}

CancelInstallationNotFound handles this case with default header values.

Error.

func NewCancelInstallationNotFound

func NewCancelInstallationNotFound() *CancelInstallationNotFound

NewCancelInstallationNotFound creates a CancelInstallationNotFound with default headers values

func (*CancelInstallationNotFound) Error

func (*CancelInstallationNotFound) GetPayload

func (o *CancelInstallationNotFound) GetPayload() *models.Error

type CancelInstallationParams

type CancelInstallationParams struct {

	/*ClusterID*/
	ClusterID strfmt.UUID

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

CancelInstallationParams contains all the parameters to send to the API endpoint for the cancel installation operation typically these are written to a http.Request

func NewCancelInstallationParams

func NewCancelInstallationParams() *CancelInstallationParams

NewCancelInstallationParams creates a new CancelInstallationParams object with the default values initialized.

func NewCancelInstallationParamsWithContext

func NewCancelInstallationParamsWithContext(ctx context.Context) *CancelInstallationParams

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

func NewCancelInstallationParamsWithHTTPClient

func NewCancelInstallationParamsWithHTTPClient(client *http.Client) *CancelInstallationParams

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

func NewCancelInstallationParamsWithTimeout

func NewCancelInstallationParamsWithTimeout(timeout time.Duration) *CancelInstallationParams

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

func (*CancelInstallationParams) SetClusterID

func (o *CancelInstallationParams) SetClusterID(clusterID strfmt.UUID)

SetClusterID adds the clusterId to the cancel installation params

func (*CancelInstallationParams) SetContext

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

SetContext adds the context to the cancel installation params

func (*CancelInstallationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the cancel installation params

func (*CancelInstallationParams) SetTimeout

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

SetTimeout adds the timeout to the cancel installation params

func (*CancelInstallationParams) WithClusterID

func (o *CancelInstallationParams) WithClusterID(clusterID strfmt.UUID) *CancelInstallationParams

WithClusterID adds the clusterID to the cancel installation params

func (*CancelInstallationParams) WithContext

WithContext adds the context to the cancel installation params

func (*CancelInstallationParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the cancel installation params

func (*CancelInstallationParams) WithTimeout

WithTimeout adds the timeout to the cancel installation params

func (*CancelInstallationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CancelInstallationReader

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

CancelInstallationReader is a Reader for the CancelInstallation structure.

func (*CancelInstallationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CancelInstallationUnauthorized

type CancelInstallationUnauthorized struct {
	Payload *models.InfraError
}

CancelInstallationUnauthorized handles this case with default header values.

Unauthorized.

func NewCancelInstallationUnauthorized

func NewCancelInstallationUnauthorized() *CancelInstallationUnauthorized

NewCancelInstallationUnauthorized creates a CancelInstallationUnauthorized with default headers values

func (*CancelInstallationUnauthorized) Error

func (*CancelInstallationUnauthorized) GetPayload

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

func (a *Client) CancelInstallation(ctx context.Context, params *CancelInstallationParams) (*CancelInstallationAccepted, error)

CancelInstallation cancels an ongoing installation

func (*Client) CompleteInstallation

func (a *Client) CompleteInstallation(ctx context.Context, params *CompleteInstallationParams) (*CompleteInstallationAccepted, error)

CompleteInstallation agents API to mark a finalizing installation as complete

func (*Client) DeregisterCluster

func (a *Client) DeregisterCluster(ctx context.Context, params *DeregisterClusterParams) (*DeregisterClusterNoContent, error)

DeregisterCluster deletes an open shift bare metal cluster definition

func (*Client) DeregisterHost

func (a *Client) DeregisterHost(ctx context.Context, params *DeregisterHostParams) (*DeregisterHostNoContent, error)

DeregisterHost deregisters an open shift bare metal host

func (*Client) DisableHost

func (a *Client) DisableHost(ctx context.Context, params *DisableHostParams) (*DisableHostOK, error)

DisableHost disables a host for inclusion in the cluster

func (*Client) DownloadClusterFiles

func (a *Client) DownloadClusterFiles(ctx context.Context, params *DownloadClusterFilesParams, writer io.Writer) (*DownloadClusterFilesOK, error)

DownloadClusterFiles downloads files relating to the installed installing cluster

func (*Client) DownloadClusterISO

func (a *Client) DownloadClusterISO(ctx context.Context, params *DownloadClusterISOParams, writer io.Writer) (*DownloadClusterISOOK, error)

DownloadClusterISO downloads the open shift per cluster discovery i s o

func (*Client) DownloadClusterKubeconfig

func (a *Client) DownloadClusterKubeconfig(ctx context.Context, params *DownloadClusterKubeconfigParams, writer io.Writer) (*DownloadClusterKubeconfigOK, error)

DownloadClusterKubeconfig downloads the kubeconfig file for this cluster

func (*Client) DownloadClusterLogs

func (a *Client) DownloadClusterLogs(ctx context.Context, params *DownloadClusterLogsParams, writer io.Writer) (*DownloadClusterLogsOK, error)

DownloadClusterLogs downloads cluster logs

func (*Client) DownloadHostLogs

func (a *Client) DownloadHostLogs(ctx context.Context, params *DownloadHostLogsParams, writer io.Writer) (*DownloadHostLogsOK, error)

DownloadHostLogs downloads host logs

func (*Client) EnableHost

func (a *Client) EnableHost(ctx context.Context, params *EnableHostParams) (*EnableHostOK, error)

EnableHost enables a host for inclusion in the cluster

func (*Client) GenerateClusterISO

func (a *Client) GenerateClusterISO(ctx context.Context, params *GenerateClusterISOParams) (*GenerateClusterISOCreated, error)

GenerateClusterISO creates a new open shift per cluster discovery i s o

func (*Client) GetCluster

func (a *Client) GetCluster(ctx context.Context, params *GetClusterParams) (*GetClusterOK, error)

GetCluster retrieves the details of the open shift bare metal cluster

func (*Client) GetCredentials

func (a *Client) GetCredentials(ctx context.Context, params *GetCredentialsParams) (*GetCredentialsOK, error)

GetCredentials gets the the cluster admin credentials

func (*Client) GetFreeAddresses

func (a *Client) GetFreeAddresses(ctx context.Context, params *GetFreeAddressesParams) (*GetFreeAddressesOK, error)

GetFreeAddresses retrieves the free address list for a network

func (*Client) GetHost

func (a *Client) GetHost(ctx context.Context, params *GetHostParams) (*GetHostOK, error)

GetHost retrieves the details of the open shift bare metal host

func (*Client) GetHostRequirements

func (a *Client) GetHostRequirements(ctx context.Context, params *GetHostRequirementsParams) (*GetHostRequirementsOK, error)

GetHostRequirements gets minimum host requirements

func (*Client) GetNextSteps

func (a *Client) GetNextSteps(ctx context.Context, params *GetNextStepsParams) (*GetNextStepsOK, error)

GetNextSteps retrieves the next operations that the host agent needs to perform

func (*Client) GetPresignedForClusterFiles

func (a *Client) GetPresignedForClusterFiles(ctx context.Context, params *GetPresignedForClusterFilesParams) (*GetPresignedForClusterFilesOK, error)

GetPresignedForClusterFiles retrieves a presigned s3 URL for downloading cluster files

func (*Client) InstallCluster

func (a *Client) InstallCluster(ctx context.Context, params *InstallClusterParams) (*InstallClusterAccepted, error)

InstallCluster installs the open shift bare metal cluster

func (*Client) ListClusters

func (a *Client) ListClusters(ctx context.Context, params *ListClustersParams) (*ListClustersOK, error)

ListClusters retrieves the list of open shift bare metal clusters

func (*Client) ListHosts

func (a *Client) ListHosts(ctx context.Context, params *ListHostsParams) (*ListHostsOK, error)

ListHosts retrieves the list of open shift bare metal hosts

func (*Client) PostStepReply

func (a *Client) PostStepReply(ctx context.Context, params *PostStepReplyParams) (*PostStepReplyNoContent, error)

PostStepReply posts the result of the operations from the host agent

func (*Client) RegisterCluster

func (a *Client) RegisterCluster(ctx context.Context, params *RegisterClusterParams) (*RegisterClusterCreated, error)

RegisterCluster creates a new open shift bare metal cluster definition

func (*Client) RegisterHost

func (a *Client) RegisterHost(ctx context.Context, params *RegisterHostParams) (*RegisterHostCreated, error)

RegisterHost registers a new open shift bare metal host

func (*Client) ResetCluster

func (a *Client) ResetCluster(ctx context.Context, params *ResetClusterParams) (*ResetClusterAccepted, error)

ResetCluster resets a failed installation

func (*Client) UpdateCluster

func (a *Client) UpdateCluster(ctx context.Context, params *UpdateClusterParams) (*UpdateClusterCreated, error)

UpdateCluster updates an open shift bare metal cluster definition

func (*Client) UpdateClusterInstallConfig

func (a *Client) UpdateClusterInstallConfig(ctx context.Context, params *UpdateClusterInstallConfigParams) (*UpdateClusterInstallConfigCreated, error)

UpdateClusterInstallConfig overrides values in the install config

func (*Client) UpdateHostInstallProgress

func (a *Client) UpdateHostInstallProgress(ctx context.Context, params *UpdateHostInstallProgressParams) (*UpdateHostInstallProgressOK, error)

UpdateHostInstallProgress updates installation progress

func (*Client) UploadClusterIngressCert

func (a *Client) UploadClusterIngressCert(ctx context.Context, params *UploadClusterIngressCertParams) (*UploadClusterIngressCertCreated, error)

UploadClusterIngressCert transfers the ingress certificate for the cluster

func (*Client) UploadHostLogs

func (a *Client) UploadHostLogs(ctx context.Context, params *UploadHostLogsParams) (*UploadHostLogsNoContent, error)

UploadHostLogs agents API to upload logs

type CompleteInstallationAccepted

type CompleteInstallationAccepted struct {
	Payload *models.Cluster
}

CompleteInstallationAccepted handles this case with default header values.

Success.

func NewCompleteInstallationAccepted

func NewCompleteInstallationAccepted() *CompleteInstallationAccepted

NewCompleteInstallationAccepted creates a CompleteInstallationAccepted with default headers values

func (*CompleteInstallationAccepted) Error

func (*CompleteInstallationAccepted) GetPayload

func (o *CompleteInstallationAccepted) GetPayload() *models.Cluster

type CompleteInstallationConflict

type CompleteInstallationConflict struct {
	Payload *models.Error
}

CompleteInstallationConflict handles this case with default header values.

Error.

func NewCompleteInstallationConflict

func NewCompleteInstallationConflict() *CompleteInstallationConflict

NewCompleteInstallationConflict creates a CompleteInstallationConflict with default headers values

func (*CompleteInstallationConflict) Error

func (*CompleteInstallationConflict) GetPayload

func (o *CompleteInstallationConflict) GetPayload() *models.Error

type CompleteInstallationForbidden

type CompleteInstallationForbidden struct {
	Payload *models.InfraError
}

CompleteInstallationForbidden handles this case with default header values.

Forbidden.

func NewCompleteInstallationForbidden

func NewCompleteInstallationForbidden() *CompleteInstallationForbidden

NewCompleteInstallationForbidden creates a CompleteInstallationForbidden with default headers values

func (*CompleteInstallationForbidden) Error

func (*CompleteInstallationForbidden) GetPayload

type CompleteInstallationInternalServerError

type CompleteInstallationInternalServerError struct {
	Payload *models.Error
}

CompleteInstallationInternalServerError handles this case with default header values.

Error.

func NewCompleteInstallationInternalServerError

func NewCompleteInstallationInternalServerError() *CompleteInstallationInternalServerError

NewCompleteInstallationInternalServerError creates a CompleteInstallationInternalServerError with default headers values

func (*CompleteInstallationInternalServerError) Error

func (*CompleteInstallationInternalServerError) GetPayload

type CompleteInstallationMethodNotAllowed

type CompleteInstallationMethodNotAllowed struct {
	Payload *models.Error
}

CompleteInstallationMethodNotAllowed handles this case with default header values.

Method Not Allowed.

func NewCompleteInstallationMethodNotAllowed

func NewCompleteInstallationMethodNotAllowed() *CompleteInstallationMethodNotAllowed

NewCompleteInstallationMethodNotAllowed creates a CompleteInstallationMethodNotAllowed with default headers values

func (*CompleteInstallationMethodNotAllowed) Error

func (*CompleteInstallationMethodNotAllowed) GetPayload

type CompleteInstallationNotFound

type CompleteInstallationNotFound struct {
	Payload *models.Error
}

CompleteInstallationNotFound handles this case with default header values.

Error.

func NewCompleteInstallationNotFound

func NewCompleteInstallationNotFound() *CompleteInstallationNotFound

NewCompleteInstallationNotFound creates a CompleteInstallationNotFound with default headers values

func (*CompleteInstallationNotFound) Error

func (*CompleteInstallationNotFound) GetPayload

func (o *CompleteInstallationNotFound) GetPayload() *models.Error

type CompleteInstallationParams

type CompleteInstallationParams struct {

	/*ClusterID*/
	ClusterID strfmt.UUID
	/*CompletionParams*/
	CompletionParams *models.CompletionParams
	/*DiscoveryAgentVersion*/
	DiscoveryAgentVersion *string

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

CompleteInstallationParams contains all the parameters to send to the API endpoint for the complete installation operation typically these are written to a http.Request

func NewCompleteInstallationParams

func NewCompleteInstallationParams() *CompleteInstallationParams

NewCompleteInstallationParams creates a new CompleteInstallationParams object with the default values initialized.

func NewCompleteInstallationParamsWithContext

func NewCompleteInstallationParamsWithContext(ctx context.Context) *CompleteInstallationParams

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

func NewCompleteInstallationParamsWithHTTPClient

func NewCompleteInstallationParamsWithHTTPClient(client *http.Client) *CompleteInstallationParams

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

func NewCompleteInstallationParamsWithTimeout

func NewCompleteInstallationParamsWithTimeout(timeout time.Duration) *CompleteInstallationParams

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

func (*CompleteInstallationParams) SetClusterID

func (o *CompleteInstallationParams) SetClusterID(clusterID strfmt.UUID)

SetClusterID adds the clusterId to the complete installation params

func (*CompleteInstallationParams) SetCompletionParams

func (o *CompleteInstallationParams) SetCompletionParams(completionParams *models.CompletionParams)

SetCompletionParams adds the completionParams to the complete installation params

func (*CompleteInstallationParams) SetContext

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

SetContext adds the context to the complete installation params

func (*CompleteInstallationParams) SetDiscoveryAgentVersion

func (o *CompleteInstallationParams) SetDiscoveryAgentVersion(discoveryAgentVersion *string)

SetDiscoveryAgentVersion adds the discoveryAgentVersion to the complete installation params

func (*CompleteInstallationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the complete installation params

func (*CompleteInstallationParams) SetTimeout

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

SetTimeout adds the timeout to the complete installation params

func (*CompleteInstallationParams) WithClusterID

WithClusterID adds the clusterID to the complete installation params

func (*CompleteInstallationParams) WithCompletionParams

func (o *CompleteInstallationParams) WithCompletionParams(completionParams *models.CompletionParams) *CompleteInstallationParams

WithCompletionParams adds the completionParams to the complete installation params

func (*CompleteInstallationParams) WithContext

WithContext adds the context to the complete installation params

func (*CompleteInstallationParams) WithDiscoveryAgentVersion

func (o *CompleteInstallationParams) WithDiscoveryAgentVersion(discoveryAgentVersion *string) *CompleteInstallationParams

WithDiscoveryAgentVersion adds the discoveryAgentVersion to the complete installation params

func (*CompleteInstallationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the complete installation params

func (*CompleteInstallationParams) WithTimeout

WithTimeout adds the timeout to the complete installation params

func (*CompleteInstallationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CompleteInstallationReader

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

CompleteInstallationReader is a Reader for the CompleteInstallation structure.

func (*CompleteInstallationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CompleteInstallationUnauthorized

type CompleteInstallationUnauthorized struct {
	Payload *models.InfraError
}

CompleteInstallationUnauthorized handles this case with default header values.

Unauthorized.

func NewCompleteInstallationUnauthorized

func NewCompleteInstallationUnauthorized() *CompleteInstallationUnauthorized

NewCompleteInstallationUnauthorized creates a CompleteInstallationUnauthorized with default headers values

func (*CompleteInstallationUnauthorized) Error

func (*CompleteInstallationUnauthorized) GetPayload

type DeregisterClusterConflict

type DeregisterClusterConflict struct {
	Payload *models.Error
}

DeregisterClusterConflict handles this case with default header values.

Error.

func NewDeregisterClusterConflict

func NewDeregisterClusterConflict() *DeregisterClusterConflict

NewDeregisterClusterConflict creates a DeregisterClusterConflict with default headers values

func (*DeregisterClusterConflict) Error

func (o *DeregisterClusterConflict) Error() string

func (*DeregisterClusterConflict) GetPayload

func (o *DeregisterClusterConflict) GetPayload() *models.Error

type DeregisterClusterForbidden

type DeregisterClusterForbidden struct {
	Payload *models.InfraError
}

DeregisterClusterForbidden handles this case with default header values.

Forbidden.

func NewDeregisterClusterForbidden

func NewDeregisterClusterForbidden() *DeregisterClusterForbidden

NewDeregisterClusterForbidden creates a DeregisterClusterForbidden with default headers values

func (*DeregisterClusterForbidden) Error

func (*DeregisterClusterForbidden) GetPayload

func (o *DeregisterClusterForbidden) GetPayload() *models.InfraError

type DeregisterClusterInternalServerError

type DeregisterClusterInternalServerError struct {
	Payload *models.Error
}

DeregisterClusterInternalServerError handles this case with default header values.

Error.

func NewDeregisterClusterInternalServerError

func NewDeregisterClusterInternalServerError() *DeregisterClusterInternalServerError

NewDeregisterClusterInternalServerError creates a DeregisterClusterInternalServerError with default headers values

func (*DeregisterClusterInternalServerError) Error

func (*DeregisterClusterInternalServerError) GetPayload

type DeregisterClusterMethodNotAllowed

type DeregisterClusterMethodNotAllowed struct {
	Payload *models.Error
}

DeregisterClusterMethodNotAllowed handles this case with default header values.

Method Not Allowed.

func NewDeregisterClusterMethodNotAllowed

func NewDeregisterClusterMethodNotAllowed() *DeregisterClusterMethodNotAllowed

NewDeregisterClusterMethodNotAllowed creates a DeregisterClusterMethodNotAllowed with default headers values

func (*DeregisterClusterMethodNotAllowed) Error

func (*DeregisterClusterMethodNotAllowed) GetPayload

type DeregisterClusterNoContent

type DeregisterClusterNoContent struct {
}

DeregisterClusterNoContent handles this case with default header values.

Success.

func NewDeregisterClusterNoContent

func NewDeregisterClusterNoContent() *DeregisterClusterNoContent

NewDeregisterClusterNoContent creates a DeregisterClusterNoContent with default headers values

func (*DeregisterClusterNoContent) Error

type DeregisterClusterNotFound

type DeregisterClusterNotFound struct {
	Payload *models.Error
}

DeregisterClusterNotFound handles this case with default header values.

Error.

func NewDeregisterClusterNotFound

func NewDeregisterClusterNotFound() *DeregisterClusterNotFound

NewDeregisterClusterNotFound creates a DeregisterClusterNotFound with default headers values

func (*DeregisterClusterNotFound) Error

func (o *DeregisterClusterNotFound) Error() string

func (*DeregisterClusterNotFound) GetPayload

func (o *DeregisterClusterNotFound) GetPayload() *models.Error

type DeregisterClusterParams

type DeregisterClusterParams struct {

	/*ClusterID*/
	ClusterID strfmt.UUID

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

DeregisterClusterParams contains all the parameters to send to the API endpoint for the deregister cluster operation typically these are written to a http.Request

func NewDeregisterClusterParams

func NewDeregisterClusterParams() *DeregisterClusterParams

NewDeregisterClusterParams creates a new DeregisterClusterParams object with the default values initialized.

func NewDeregisterClusterParamsWithContext

func NewDeregisterClusterParamsWithContext(ctx context.Context) *DeregisterClusterParams

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

func NewDeregisterClusterParamsWithHTTPClient

func NewDeregisterClusterParamsWithHTTPClient(client *http.Client) *DeregisterClusterParams

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

func NewDeregisterClusterParamsWithTimeout

func NewDeregisterClusterParamsWithTimeout(timeout time.Duration) *DeregisterClusterParams

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

func (*DeregisterClusterParams) SetClusterID

func (o *DeregisterClusterParams) SetClusterID(clusterID strfmt.UUID)

SetClusterID adds the clusterId to the deregister cluster params

func (*DeregisterClusterParams) SetContext

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

SetContext adds the context to the deregister cluster params

func (*DeregisterClusterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the deregister cluster params

func (*DeregisterClusterParams) SetTimeout

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

SetTimeout adds the timeout to the deregister cluster params

func (*DeregisterClusterParams) WithClusterID

func (o *DeregisterClusterParams) WithClusterID(clusterID strfmt.UUID) *DeregisterClusterParams

WithClusterID adds the clusterID to the deregister cluster params

func (*DeregisterClusterParams) WithContext

WithContext adds the context to the deregister cluster params

func (*DeregisterClusterParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the deregister cluster params

func (*DeregisterClusterParams) WithTimeout

WithTimeout adds the timeout to the deregister cluster params

func (*DeregisterClusterParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeregisterClusterReader

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

DeregisterClusterReader is a Reader for the DeregisterCluster structure.

func (*DeregisterClusterReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeregisterClusterUnauthorized

type DeregisterClusterUnauthorized struct {
	Payload *models.InfraError
}

DeregisterClusterUnauthorized handles this case with default header values.

Unauthorized.

func NewDeregisterClusterUnauthorized

func NewDeregisterClusterUnauthorized() *DeregisterClusterUnauthorized

NewDeregisterClusterUnauthorized creates a DeregisterClusterUnauthorized with default headers values

func (*DeregisterClusterUnauthorized) Error

func (*DeregisterClusterUnauthorized) GetPayload

type DeregisterHostBadRequest

type DeregisterHostBadRequest struct {
	Payload *models.Error
}

DeregisterHostBadRequest handles this case with default header values.

Error.

func NewDeregisterHostBadRequest

func NewDeregisterHostBadRequest() *DeregisterHostBadRequest

NewDeregisterHostBadRequest creates a DeregisterHostBadRequest with default headers values

func (*DeregisterHostBadRequest) Error

func (o *DeregisterHostBadRequest) Error() string

func (*DeregisterHostBadRequest) GetPayload

func (o *DeregisterHostBadRequest) GetPayload() *models.Error

type DeregisterHostForbidden

type DeregisterHostForbidden struct {
	Payload *models.InfraError
}

DeregisterHostForbidden handles this case with default header values.

Forbidden.

func NewDeregisterHostForbidden

func NewDeregisterHostForbidden() *DeregisterHostForbidden

NewDeregisterHostForbidden creates a DeregisterHostForbidden with default headers values

func (*DeregisterHostForbidden) Error

func (o *DeregisterHostForbidden) Error() string

func (*DeregisterHostForbidden) GetPayload

func (o *DeregisterHostForbidden) GetPayload() *models.InfraError

type DeregisterHostInternalServerError

type DeregisterHostInternalServerError struct {
	Payload *models.Error
}

DeregisterHostInternalServerError handles this case with default header values.

Error.

func NewDeregisterHostInternalServerError

func NewDeregisterHostInternalServerError() *DeregisterHostInternalServerError

NewDeregisterHostInternalServerError creates a DeregisterHostInternalServerError with default headers values

func (*DeregisterHostInternalServerError) Error

func (*DeregisterHostInternalServerError) GetPayload

type DeregisterHostMethodNotAllowed

type DeregisterHostMethodNotAllowed struct {
	Payload *models.Error
}

DeregisterHostMethodNotAllowed handles this case with default header values.

Method Not Allowed.

func NewDeregisterHostMethodNotAllowed

func NewDeregisterHostMethodNotAllowed() *DeregisterHostMethodNotAllowed

NewDeregisterHostMethodNotAllowed creates a DeregisterHostMethodNotAllowed with default headers values

func (*DeregisterHostMethodNotAllowed) Error

func (*DeregisterHostMethodNotAllowed) GetPayload

func (o *DeregisterHostMethodNotAllowed) GetPayload() *models.Error

type DeregisterHostNoContent

type DeregisterHostNoContent struct {
}

DeregisterHostNoContent handles this case with default header values.

Success.

func NewDeregisterHostNoContent

func NewDeregisterHostNoContent() *DeregisterHostNoContent

NewDeregisterHostNoContent creates a DeregisterHostNoContent with default headers values

func (*DeregisterHostNoContent) Error

func (o *DeregisterHostNoContent) Error() string

type DeregisterHostNotFound

type DeregisterHostNotFound struct {
	Payload *models.Error
}

DeregisterHostNotFound handles this case with default header values.

Error.

func NewDeregisterHostNotFound

func NewDeregisterHostNotFound() *DeregisterHostNotFound

NewDeregisterHostNotFound creates a DeregisterHostNotFound with default headers values

func (*DeregisterHostNotFound) Error

func (o *DeregisterHostNotFound) Error() string

func (*DeregisterHostNotFound) GetPayload

func (o *DeregisterHostNotFound) GetPayload() *models.Error

type DeregisterHostParams

type DeregisterHostParams struct {

	/*ClusterID*/
	ClusterID strfmt.UUID
	/*HostID*/
	HostID strfmt.UUID

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

DeregisterHostParams contains all the parameters to send to the API endpoint for the deregister host operation typically these are written to a http.Request

func NewDeregisterHostParams

func NewDeregisterHostParams() *DeregisterHostParams

NewDeregisterHostParams creates a new DeregisterHostParams object with the default values initialized.

func NewDeregisterHostParamsWithContext

func NewDeregisterHostParamsWithContext(ctx context.Context) *DeregisterHostParams

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

func NewDeregisterHostParamsWithHTTPClient

func NewDeregisterHostParamsWithHTTPClient(client *http.Client) *DeregisterHostParams

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

func NewDeregisterHostParamsWithTimeout

func NewDeregisterHostParamsWithTimeout(timeout time.Duration) *DeregisterHostParams

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

func (*DeregisterHostParams) SetClusterID

func (o *DeregisterHostParams) SetClusterID(clusterID strfmt.UUID)

SetClusterID adds the clusterId to the deregister host params

func (*DeregisterHostParams) SetContext

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

SetContext adds the context to the deregister host params

func (*DeregisterHostParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the deregister host params

func (*DeregisterHostParams) SetHostID

func (o *DeregisterHostParams) SetHostID(hostID strfmt.UUID)

SetHostID adds the hostId to the deregister host params

func (*DeregisterHostParams) SetTimeout

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

SetTimeout adds the timeout to the deregister host params

func (*DeregisterHostParams) WithClusterID

func (o *DeregisterHostParams) WithClusterID(clusterID strfmt.UUID) *DeregisterHostParams

WithClusterID adds the clusterID to the deregister host params

func (*DeregisterHostParams) WithContext

WithContext adds the context to the deregister host params

func (*DeregisterHostParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the deregister host params

func (*DeregisterHostParams) WithHostID

func (o *DeregisterHostParams) WithHostID(hostID strfmt.UUID) *DeregisterHostParams

WithHostID adds the hostID to the deregister host params

func (*DeregisterHostParams) WithTimeout

func (o *DeregisterHostParams) WithTimeout(timeout time.Duration) *DeregisterHostParams

WithTimeout adds the timeout to the deregister host params

func (*DeregisterHostParams) WriteToRequest

func (o *DeregisterHostParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeregisterHostReader

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

DeregisterHostReader is a Reader for the DeregisterHost structure.

func (*DeregisterHostReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeregisterHostUnauthorized

type DeregisterHostUnauthorized struct {
	Payload *models.InfraError
}

DeregisterHostUnauthorized handles this case with default header values.

Unauthorized.

func NewDeregisterHostUnauthorized

func NewDeregisterHostUnauthorized() *DeregisterHostUnauthorized

NewDeregisterHostUnauthorized creates a DeregisterHostUnauthorized with default headers values

func (*DeregisterHostUnauthorized) Error

func (*DeregisterHostUnauthorized) GetPayload

func (o *DeregisterHostUnauthorized) GetPayload() *models.InfraError

type DisableHostConflict

type DisableHostConflict struct {
	Payload *models.Error
}

DisableHostConflict handles this case with default header values.

Error.

func NewDisableHostConflict

func NewDisableHostConflict() *DisableHostConflict

NewDisableHostConflict creates a DisableHostConflict with default headers values

func (*DisableHostConflict) Error

func (o *DisableHostConflict) Error() string

func (*DisableHostConflict) GetPayload

func (o *DisableHostConflict) GetPayload() *models.Error

type DisableHostForbidden

type DisableHostForbidden struct {
	Payload *models.InfraError
}

DisableHostForbidden handles this case with default header values.

Forbidden.

func NewDisableHostForbidden

func NewDisableHostForbidden() *DisableHostForbidden

NewDisableHostForbidden creates a DisableHostForbidden with default headers values

func (*DisableHostForbidden) Error

func (o *DisableHostForbidden) Error() string

func (*DisableHostForbidden) GetPayload

func (o *DisableHostForbidden) GetPayload() *models.InfraError

type DisableHostInternalServerError

type DisableHostInternalServerError struct {
	Payload *models.Error
}

DisableHostInternalServerError handles this case with default header values.

Error.

func NewDisableHostInternalServerError

func NewDisableHostInternalServerError() *DisableHostInternalServerError

NewDisableHostInternalServerError creates a DisableHostInternalServerError with default headers values

func (*DisableHostInternalServerError) Error

func (*DisableHostInternalServerError) GetPayload

func (o *DisableHostInternalServerError) GetPayload() *models.Error

type DisableHostMethodNotAllowed

type DisableHostMethodNotAllowed struct {
	Payload *models.Error
}

DisableHostMethodNotAllowed handles this case with default header values.

Method Not Allowed.

func NewDisableHostMethodNotAllowed

func NewDisableHostMethodNotAllowed() *DisableHostMethodNotAllowed

NewDisableHostMethodNotAllowed creates a DisableHostMethodNotAllowed with default headers values

func (*DisableHostMethodNotAllowed) Error

func (*DisableHostMethodNotAllowed) GetPayload

func (o *DisableHostMethodNotAllowed) GetPayload() *models.Error

type DisableHostNotFound

type DisableHostNotFound struct {
	Payload *models.Error
}

DisableHostNotFound handles this case with default header values.

Error.

func NewDisableHostNotFound

func NewDisableHostNotFound() *DisableHostNotFound

NewDisableHostNotFound creates a DisableHostNotFound with default headers values

func (*DisableHostNotFound) Error

func (o *DisableHostNotFound) Error() string

func (*DisableHostNotFound) GetPayload

func (o *DisableHostNotFound) GetPayload() *models.Error

type DisableHostOK

type DisableHostOK struct {
	Payload *models.Host
}

DisableHostOK handles this case with default header values.

Success.

func NewDisableHostOK

func NewDisableHostOK() *DisableHostOK

NewDisableHostOK creates a DisableHostOK with default headers values

func (*DisableHostOK) Error

func (o *DisableHostOK) Error() string

func (*DisableHostOK) GetPayload

func (o *DisableHostOK) GetPayload() *models.Host

type DisableHostParams

type DisableHostParams struct {

	/*ClusterID*/
	ClusterID strfmt.UUID
	/*HostID*/
	HostID strfmt.UUID

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

DisableHostParams contains all the parameters to send to the API endpoint for the disable host operation typically these are written to a http.Request

func NewDisableHostParams

func NewDisableHostParams() *DisableHostParams

NewDisableHostParams creates a new DisableHostParams object with the default values initialized.

func NewDisableHostParamsWithContext

func NewDisableHostParamsWithContext(ctx context.Context) *DisableHostParams

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

func NewDisableHostParamsWithHTTPClient

func NewDisableHostParamsWithHTTPClient(client *http.Client) *DisableHostParams

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

func NewDisableHostParamsWithTimeout

func NewDisableHostParamsWithTimeout(timeout time.Duration) *DisableHostParams

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

func (*DisableHostParams) SetClusterID

func (o *DisableHostParams) SetClusterID(clusterID strfmt.UUID)

SetClusterID adds the clusterId to the disable host params

func (*DisableHostParams) SetContext

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

SetContext adds the context to the disable host params

func (*DisableHostParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the disable host params

func (*DisableHostParams) SetHostID

func (o *DisableHostParams) SetHostID(hostID strfmt.UUID)

SetHostID adds the hostId to the disable host params

func (*DisableHostParams) SetTimeout

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

SetTimeout adds the timeout to the disable host params

func (*DisableHostParams) WithClusterID

func (o *DisableHostParams) WithClusterID(clusterID strfmt.UUID) *DisableHostParams

WithClusterID adds the clusterID to the disable host params

func (*DisableHostParams) WithContext

func (o *DisableHostParams) WithContext(ctx context.Context) *DisableHostParams

WithContext adds the context to the disable host params

func (*DisableHostParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the disable host params

func (*DisableHostParams) WithHostID

func (o *DisableHostParams) WithHostID(hostID strfmt.UUID) *DisableHostParams

WithHostID adds the hostID to the disable host params

func (*DisableHostParams) WithTimeout

func (o *DisableHostParams) WithTimeout(timeout time.Duration) *DisableHostParams

WithTimeout adds the timeout to the disable host params

func (*DisableHostParams) WriteToRequest

func (o *DisableHostParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DisableHostReader

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

DisableHostReader is a Reader for the DisableHost structure.

func (*DisableHostReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DisableHostUnauthorized

type DisableHostUnauthorized struct {
	Payload *models.InfraError
}

DisableHostUnauthorized handles this case with default header values.

Unauthorized.

func NewDisableHostUnauthorized

func NewDisableHostUnauthorized() *DisableHostUnauthorized

NewDisableHostUnauthorized creates a DisableHostUnauthorized with default headers values

func (*DisableHostUnauthorized) Error

func (o *DisableHostUnauthorized) Error() string

func (*DisableHostUnauthorized) GetPayload

func (o *DisableHostUnauthorized) GetPayload() *models.InfraError

type DownloadClusterFilesConflict

type DownloadClusterFilesConflict struct {
	Payload *models.Error
}

DownloadClusterFilesConflict handles this case with default header values.

Error.

func NewDownloadClusterFilesConflict

func NewDownloadClusterFilesConflict() *DownloadClusterFilesConflict

NewDownloadClusterFilesConflict creates a DownloadClusterFilesConflict with default headers values

func (*DownloadClusterFilesConflict) Error

func (*DownloadClusterFilesConflict) GetPayload

func (o *DownloadClusterFilesConflict) GetPayload() *models.Error

type DownloadClusterFilesForbidden

type DownloadClusterFilesForbidden struct {
	Payload *models.InfraError
}

DownloadClusterFilesForbidden handles this case with default header values.

Forbidden.

func NewDownloadClusterFilesForbidden

func NewDownloadClusterFilesForbidden() *DownloadClusterFilesForbidden

NewDownloadClusterFilesForbidden creates a DownloadClusterFilesForbidden with default headers values

func (*DownloadClusterFilesForbidden) Error

func (*DownloadClusterFilesForbidden) GetPayload

type DownloadClusterFilesInternalServerError

type DownloadClusterFilesInternalServerError struct {
	Payload *models.Error
}

DownloadClusterFilesInternalServerError handles this case with default header values.

Error.

func NewDownloadClusterFilesInternalServerError

func NewDownloadClusterFilesInternalServerError() *DownloadClusterFilesInternalServerError

NewDownloadClusterFilesInternalServerError creates a DownloadClusterFilesInternalServerError with default headers values

func (*DownloadClusterFilesInternalServerError) Error

func (*DownloadClusterFilesInternalServerError) GetPayload

type DownloadClusterFilesMethodNotAllowed

type DownloadClusterFilesMethodNotAllowed struct {
	Payload *models.Error
}

DownloadClusterFilesMethodNotAllowed handles this case with default header values.

Method Not Allowed.

func NewDownloadClusterFilesMethodNotAllowed

func NewDownloadClusterFilesMethodNotAllowed() *DownloadClusterFilesMethodNotAllowed

NewDownloadClusterFilesMethodNotAllowed creates a DownloadClusterFilesMethodNotAllowed with default headers values

func (*DownloadClusterFilesMethodNotAllowed) Error

func (*DownloadClusterFilesMethodNotAllowed) GetPayload

type DownloadClusterFilesNotFound

type DownloadClusterFilesNotFound struct {
	Payload *models.Error
}

DownloadClusterFilesNotFound handles this case with default header values.

Error.

func NewDownloadClusterFilesNotFound

func NewDownloadClusterFilesNotFound() *DownloadClusterFilesNotFound

NewDownloadClusterFilesNotFound creates a DownloadClusterFilesNotFound with default headers values

func (*DownloadClusterFilesNotFound) Error

func (*DownloadClusterFilesNotFound) GetPayload

func (o *DownloadClusterFilesNotFound) GetPayload() *models.Error

type DownloadClusterFilesOK

type DownloadClusterFilesOK struct {
	Payload io.Writer
}

DownloadClusterFilesOK handles this case with default header values.

Success.

func NewDownloadClusterFilesOK

func NewDownloadClusterFilesOK(writer io.Writer) *DownloadClusterFilesOK

NewDownloadClusterFilesOK creates a DownloadClusterFilesOK with default headers values

func (*DownloadClusterFilesOK) Error

func (o *DownloadClusterFilesOK) Error() string

func (*DownloadClusterFilesOK) GetPayload

func (o *DownloadClusterFilesOK) GetPayload() io.Writer

type DownloadClusterFilesParams

type DownloadClusterFilesParams struct {

	/*ClusterID*/
	ClusterID strfmt.UUID
	/*DiscoveryAgentVersion*/
	DiscoveryAgentVersion *string
	/*FileName*/
	FileName string

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

DownloadClusterFilesParams contains all the parameters to send to the API endpoint for the download cluster files operation typically these are written to a http.Request

func NewDownloadClusterFilesParams

func NewDownloadClusterFilesParams() *DownloadClusterFilesParams

NewDownloadClusterFilesParams creates a new DownloadClusterFilesParams object with the default values initialized.

func NewDownloadClusterFilesParamsWithContext

func NewDownloadClusterFilesParamsWithContext(ctx context.Context) *DownloadClusterFilesParams

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

func NewDownloadClusterFilesParamsWithHTTPClient

func NewDownloadClusterFilesParamsWithHTTPClient(client *http.Client) *DownloadClusterFilesParams

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

func NewDownloadClusterFilesParamsWithTimeout

func NewDownloadClusterFilesParamsWithTimeout(timeout time.Duration) *DownloadClusterFilesParams

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

func (*DownloadClusterFilesParams) SetClusterID

func (o *DownloadClusterFilesParams) SetClusterID(clusterID strfmt.UUID)

SetClusterID adds the clusterId to the download cluster files params

func (*DownloadClusterFilesParams) SetContext

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

SetContext adds the context to the download cluster files params

func (*DownloadClusterFilesParams) SetDiscoveryAgentVersion

func (o *DownloadClusterFilesParams) SetDiscoveryAgentVersion(discoveryAgentVersion *string)

SetDiscoveryAgentVersion adds the discoveryAgentVersion to the download cluster files params

func (*DownloadClusterFilesParams) SetFileName

func (o *DownloadClusterFilesParams) SetFileName(fileName string)

SetFileName adds the fileName to the download cluster files params

func (*DownloadClusterFilesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the download cluster files params

func (*DownloadClusterFilesParams) SetTimeout

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

SetTimeout adds the timeout to the download cluster files params

func (*DownloadClusterFilesParams) WithClusterID

WithClusterID adds the clusterID to the download cluster files params

func (*DownloadClusterFilesParams) WithContext

WithContext adds the context to the download cluster files params

func (*DownloadClusterFilesParams) WithDiscoveryAgentVersion

func (o *DownloadClusterFilesParams) WithDiscoveryAgentVersion(discoveryAgentVersion *string) *DownloadClusterFilesParams

WithDiscoveryAgentVersion adds the discoveryAgentVersion to the download cluster files params

func (*DownloadClusterFilesParams) WithFileName

WithFileName adds the fileName to the download cluster files params

func (*DownloadClusterFilesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the download cluster files params

func (*DownloadClusterFilesParams) WithTimeout

WithTimeout adds the timeout to the download cluster files params

func (*DownloadClusterFilesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DownloadClusterFilesReader

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

DownloadClusterFilesReader is a Reader for the DownloadClusterFiles structure.

func (*DownloadClusterFilesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DownloadClusterFilesUnauthorized

type DownloadClusterFilesUnauthorized struct {
	Payload *models.InfraError
}

DownloadClusterFilesUnauthorized handles this case with default header values.

Unauthorized.

func NewDownloadClusterFilesUnauthorized

func NewDownloadClusterFilesUnauthorized() *DownloadClusterFilesUnauthorized

NewDownloadClusterFilesUnauthorized creates a DownloadClusterFilesUnauthorized with default headers values

func (*DownloadClusterFilesUnauthorized) Error

func (*DownloadClusterFilesUnauthorized) GetPayload

type DownloadClusterISOBadRequest

type DownloadClusterISOBadRequest struct {
	Payload *models.Error
}

DownloadClusterISOBadRequest handles this case with default header values.

Error.

func NewDownloadClusterISOBadRequest

func NewDownloadClusterISOBadRequest() *DownloadClusterISOBadRequest

NewDownloadClusterISOBadRequest creates a DownloadClusterISOBadRequest with default headers values

func (*DownloadClusterISOBadRequest) Error

func (*DownloadClusterISOBadRequest) GetPayload

func (o *DownloadClusterISOBadRequest) GetPayload() *models.Error

type DownloadClusterISOConflict

type DownloadClusterISOConflict struct {
	Payload *models.Error
}

DownloadClusterISOConflict handles this case with default header values.

Error.

func NewDownloadClusterISOConflict

func NewDownloadClusterISOConflict() *DownloadClusterISOConflict

NewDownloadClusterISOConflict creates a DownloadClusterISOConflict with default headers values

func (*DownloadClusterISOConflict) Error

func (*DownloadClusterISOConflict) GetPayload

func (o *DownloadClusterISOConflict) GetPayload() *models.Error

type DownloadClusterISOForbidden

type DownloadClusterISOForbidden struct {
	Payload *models.InfraError
}

DownloadClusterISOForbidden handles this case with default header values.

Forbidden.

func NewDownloadClusterISOForbidden

func NewDownloadClusterISOForbidden() *DownloadClusterISOForbidden

NewDownloadClusterISOForbidden creates a DownloadClusterISOForbidden with default headers values

func (*DownloadClusterISOForbidden) Error

func (*DownloadClusterISOForbidden) GetPayload

type DownloadClusterISOInternalServerError

type DownloadClusterISOInternalServerError struct {
	Payload *models.Error
}

DownloadClusterISOInternalServerError handles this case with default header values.

Error.

func NewDownloadClusterISOInternalServerError

func NewDownloadClusterISOInternalServerError() *DownloadClusterISOInternalServerError

NewDownloadClusterISOInternalServerError creates a DownloadClusterISOInternalServerError with default headers values

func (*DownloadClusterISOInternalServerError) Error

func (*DownloadClusterISOInternalServerError) GetPayload

type DownloadClusterISOMethodNotAllowed

type DownloadClusterISOMethodNotAllowed struct {
}

DownloadClusterISOMethodNotAllowed handles this case with default header values.

Method Not Allowed.

func NewDownloadClusterISOMethodNotAllowed

func NewDownloadClusterISOMethodNotAllowed() *DownloadClusterISOMethodNotAllowed

NewDownloadClusterISOMethodNotAllowed creates a DownloadClusterISOMethodNotAllowed with default headers values

func (*DownloadClusterISOMethodNotAllowed) Error

type DownloadClusterISONotFound

type DownloadClusterISONotFound struct {
	Payload *models.Error
}

DownloadClusterISONotFound handles this case with default header values.

Error.

func NewDownloadClusterISONotFound

func NewDownloadClusterISONotFound() *DownloadClusterISONotFound

NewDownloadClusterISONotFound creates a DownloadClusterISONotFound with default headers values

func (*DownloadClusterISONotFound) Error

func (*DownloadClusterISONotFound) GetPayload

func (o *DownloadClusterISONotFound) GetPayload() *models.Error

type DownloadClusterISOOK

type DownloadClusterISOOK struct {
	Payload io.Writer
}

DownloadClusterISOOK handles this case with default header values.

Success.

func NewDownloadClusterISOOK

func NewDownloadClusterISOOK(writer io.Writer) *DownloadClusterISOOK

NewDownloadClusterISOOK creates a DownloadClusterISOOK with default headers values

func (*DownloadClusterISOOK) Error

func (o *DownloadClusterISOOK) Error() string

func (*DownloadClusterISOOK) GetPayload

func (o *DownloadClusterISOOK) GetPayload() io.Writer

type DownloadClusterISOParams

type DownloadClusterISOParams struct {

	/*ClusterID*/
	ClusterID strfmt.UUID

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

DownloadClusterISOParams contains all the parameters to send to the API endpoint for the download cluster i s o operation typically these are written to a http.Request

func NewDownloadClusterISOParams

func NewDownloadClusterISOParams() *DownloadClusterISOParams

NewDownloadClusterISOParams creates a new DownloadClusterISOParams object with the default values initialized.

func NewDownloadClusterISOParamsWithContext

func NewDownloadClusterISOParamsWithContext(ctx context.Context) *DownloadClusterISOParams

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

func NewDownloadClusterISOParamsWithHTTPClient

func NewDownloadClusterISOParamsWithHTTPClient(client *http.Client) *DownloadClusterISOParams

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

func NewDownloadClusterISOParamsWithTimeout

func NewDownloadClusterISOParamsWithTimeout(timeout time.Duration) *DownloadClusterISOParams

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

func (*DownloadClusterISOParams) SetClusterID

func (o *DownloadClusterISOParams) SetClusterID(clusterID strfmt.UUID)

SetClusterID adds the clusterId to the download cluster i s o params

func (*DownloadClusterISOParams) SetContext

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

SetContext adds the context to the download cluster i s o params

func (*DownloadClusterISOParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the download cluster i s o params

func (*DownloadClusterISOParams) SetTimeout

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

SetTimeout adds the timeout to the download cluster i s o params

func (*DownloadClusterISOParams) WithClusterID

func (o *DownloadClusterISOParams) WithClusterID(clusterID strfmt.UUID) *DownloadClusterISOParams

WithClusterID adds the clusterID to the download cluster i s o params

func (*DownloadClusterISOParams) WithContext

WithContext adds the context to the download cluster i s o params

func (*DownloadClusterISOParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the download cluster i s o params

func (*DownloadClusterISOParams) WithTimeout

WithTimeout adds the timeout to the download cluster i s o params

func (*DownloadClusterISOParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DownloadClusterISOReader

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

DownloadClusterISOReader is a Reader for the DownloadClusterISO structure.

func (*DownloadClusterISOReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DownloadClusterISOUnauthorized

type DownloadClusterISOUnauthorized struct {
	Payload *models.InfraError
}

DownloadClusterISOUnauthorized handles this case with default header values.

Unauthorized.

func NewDownloadClusterISOUnauthorized

func NewDownloadClusterISOUnauthorized() *DownloadClusterISOUnauthorized

NewDownloadClusterISOUnauthorized creates a DownloadClusterISOUnauthorized with default headers values

func (*DownloadClusterISOUnauthorized) Error

func (*DownloadClusterISOUnauthorized) GetPayload

type DownloadClusterKubeconfigConflict

type DownloadClusterKubeconfigConflict struct {
	Payload *models.Error
}

DownloadClusterKubeconfigConflict handles this case with default header values.

Error.

func NewDownloadClusterKubeconfigConflict

func NewDownloadClusterKubeconfigConflict() *DownloadClusterKubeconfigConflict

NewDownloadClusterKubeconfigConflict creates a DownloadClusterKubeconfigConflict with default headers values

func (*DownloadClusterKubeconfigConflict) Error

func (*DownloadClusterKubeconfigConflict) GetPayload

type DownloadClusterKubeconfigForbidden

type DownloadClusterKubeconfigForbidden struct {
	Payload *models.InfraError
}

DownloadClusterKubeconfigForbidden handles this case with default header values.

Forbidden.

func NewDownloadClusterKubeconfigForbidden

func NewDownloadClusterKubeconfigForbidden() *DownloadClusterKubeconfigForbidden

NewDownloadClusterKubeconfigForbidden creates a DownloadClusterKubeconfigForbidden with default headers values

func (*DownloadClusterKubeconfigForbidden) Error

func (*DownloadClusterKubeconfigForbidden) GetPayload

type DownloadClusterKubeconfigInternalServerError

type DownloadClusterKubeconfigInternalServerError struct {
	Payload *models.Error
}

DownloadClusterKubeconfigInternalServerError handles this case with default header values.

Error.

func NewDownloadClusterKubeconfigInternalServerError

func NewDownloadClusterKubeconfigInternalServerError() *DownloadClusterKubeconfigInternalServerError

NewDownloadClusterKubeconfigInternalServerError creates a DownloadClusterKubeconfigInternalServerError with default headers values

func (*DownloadClusterKubeconfigInternalServerError) Error

func (*DownloadClusterKubeconfigInternalServerError) GetPayload

type DownloadClusterKubeconfigMethodNotAllowed

type DownloadClusterKubeconfigMethodNotAllowed struct {
	Payload *models.Error
}

DownloadClusterKubeconfigMethodNotAllowed handles this case with default header values.

Method Not Allowed.

func NewDownloadClusterKubeconfigMethodNotAllowed

func NewDownloadClusterKubeconfigMethodNotAllowed() *DownloadClusterKubeconfigMethodNotAllowed

NewDownloadClusterKubeconfigMethodNotAllowed creates a DownloadClusterKubeconfigMethodNotAllowed with default headers values

func (*DownloadClusterKubeconfigMethodNotAllowed) Error

func (*DownloadClusterKubeconfigMethodNotAllowed) GetPayload

type DownloadClusterKubeconfigNotFound

type DownloadClusterKubeconfigNotFound struct {
	Payload *models.Error
}

DownloadClusterKubeconfigNotFound handles this case with default header values.

Error.

func NewDownloadClusterKubeconfigNotFound

func NewDownloadClusterKubeconfigNotFound() *DownloadClusterKubeconfigNotFound

NewDownloadClusterKubeconfigNotFound creates a DownloadClusterKubeconfigNotFound with default headers values

func (*DownloadClusterKubeconfigNotFound) Error

func (*DownloadClusterKubeconfigNotFound) GetPayload

type DownloadClusterKubeconfigOK

type DownloadClusterKubeconfigOK struct {
	Payload io.Writer
}

DownloadClusterKubeconfigOK handles this case with default header values.

Success.

func NewDownloadClusterKubeconfigOK

func NewDownloadClusterKubeconfigOK(writer io.Writer) *DownloadClusterKubeconfigOK

NewDownloadClusterKubeconfigOK creates a DownloadClusterKubeconfigOK with default headers values

func (*DownloadClusterKubeconfigOK) Error

func (*DownloadClusterKubeconfigOK) GetPayload

func (o *DownloadClusterKubeconfigOK) GetPayload() io.Writer

type DownloadClusterKubeconfigParams

type DownloadClusterKubeconfigParams struct {

	/*ClusterID*/
	ClusterID strfmt.UUID

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

DownloadClusterKubeconfigParams contains all the parameters to send to the API endpoint for the download cluster kubeconfig operation typically these are written to a http.Request

func NewDownloadClusterKubeconfigParams

func NewDownloadClusterKubeconfigParams() *DownloadClusterKubeconfigParams

NewDownloadClusterKubeconfigParams creates a new DownloadClusterKubeconfigParams object with the default values initialized.

func NewDownloadClusterKubeconfigParamsWithContext

func NewDownloadClusterKubeconfigParamsWithContext(ctx context.Context) *DownloadClusterKubeconfigParams

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

func NewDownloadClusterKubeconfigParamsWithHTTPClient

func NewDownloadClusterKubeconfigParamsWithHTTPClient(client *http.Client) *DownloadClusterKubeconfigParams

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

func NewDownloadClusterKubeconfigParamsWithTimeout

func NewDownloadClusterKubeconfigParamsWithTimeout(timeout time.Duration) *DownloadClusterKubeconfigParams

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

func (*DownloadClusterKubeconfigParams) SetClusterID

func (o *DownloadClusterKubeconfigParams) SetClusterID(clusterID strfmt.UUID)

SetClusterID adds the clusterId to the download cluster kubeconfig params

func (*DownloadClusterKubeconfigParams) SetContext

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

SetContext adds the context to the download cluster kubeconfig params

func (*DownloadClusterKubeconfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the download cluster kubeconfig params

func (*DownloadClusterKubeconfigParams) SetTimeout

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

SetTimeout adds the timeout to the download cluster kubeconfig params

func (*DownloadClusterKubeconfigParams) WithClusterID

WithClusterID adds the clusterID to the download cluster kubeconfig params

func (*DownloadClusterKubeconfigParams) WithContext

WithContext adds the context to the download cluster kubeconfig params

func (*DownloadClusterKubeconfigParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the download cluster kubeconfig params

func (*DownloadClusterKubeconfigParams) WithTimeout

WithTimeout adds the timeout to the download cluster kubeconfig params

func (*DownloadClusterKubeconfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DownloadClusterKubeconfigReader

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

DownloadClusterKubeconfigReader is a Reader for the DownloadClusterKubeconfig structure.

func (*DownloadClusterKubeconfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DownloadClusterKubeconfigUnauthorized

type DownloadClusterKubeconfigUnauthorized struct {
	Payload *models.InfraError
}

DownloadClusterKubeconfigUnauthorized handles this case with default header values.

Unauthorized.

func NewDownloadClusterKubeconfigUnauthorized

func NewDownloadClusterKubeconfigUnauthorized() *DownloadClusterKubeconfigUnauthorized

NewDownloadClusterKubeconfigUnauthorized creates a DownloadClusterKubeconfigUnauthorized with default headers values

func (*DownloadClusterKubeconfigUnauthorized) Error

func (*DownloadClusterKubeconfigUnauthorized) GetPayload

type DownloadClusterLogsConflict

type DownloadClusterLogsConflict struct {
	Payload *models.Error
}

DownloadClusterLogsConflict handles this case with default header values.

Error.

func NewDownloadClusterLogsConflict

func NewDownloadClusterLogsConflict() *DownloadClusterLogsConflict

NewDownloadClusterLogsConflict creates a DownloadClusterLogsConflict with default headers values

func (*DownloadClusterLogsConflict) Error

func (*DownloadClusterLogsConflict) GetPayload

func (o *DownloadClusterLogsConflict) GetPayload() *models.Error

type DownloadClusterLogsForbidden

type DownloadClusterLogsForbidden struct {
	Payload *models.InfraError
}

DownloadClusterLogsForbidden handles this case with default header values.

Forbidden.

func NewDownloadClusterLogsForbidden

func NewDownloadClusterLogsForbidden() *DownloadClusterLogsForbidden

NewDownloadClusterLogsForbidden creates a DownloadClusterLogsForbidden with default headers values

func (*DownloadClusterLogsForbidden) Error

func (*DownloadClusterLogsForbidden) GetPayload

type DownloadClusterLogsInternalServerError

type DownloadClusterLogsInternalServerError struct {
	Payload *models.Error
}

DownloadClusterLogsInternalServerError handles this case with default header values.

Error.

func NewDownloadClusterLogsInternalServerError

func NewDownloadClusterLogsInternalServerError() *DownloadClusterLogsInternalServerError

NewDownloadClusterLogsInternalServerError creates a DownloadClusterLogsInternalServerError with default headers values

func (*DownloadClusterLogsInternalServerError) Error

func (*DownloadClusterLogsInternalServerError) GetPayload

type DownloadClusterLogsMethodNotAllowed

type DownloadClusterLogsMethodNotAllowed struct {
	Payload *models.Error
}

DownloadClusterLogsMethodNotAllowed handles this case with default header values.

Method Not Allowed.

func NewDownloadClusterLogsMethodNotAllowed

func NewDownloadClusterLogsMethodNotAllowed() *DownloadClusterLogsMethodNotAllowed

NewDownloadClusterLogsMethodNotAllowed creates a DownloadClusterLogsMethodNotAllowed with default headers values

func (*DownloadClusterLogsMethodNotAllowed) Error

func (*DownloadClusterLogsMethodNotAllowed) GetPayload

type DownloadClusterLogsNotFound

type DownloadClusterLogsNotFound struct {
	Payload *models.Error
}

DownloadClusterLogsNotFound handles this case with default header values.

Error.

func NewDownloadClusterLogsNotFound

func NewDownloadClusterLogsNotFound() *DownloadClusterLogsNotFound

NewDownloadClusterLogsNotFound creates a DownloadClusterLogsNotFound with default headers values

func (*DownloadClusterLogsNotFound) Error

func (*DownloadClusterLogsNotFound) GetPayload

func (o *DownloadClusterLogsNotFound) GetPayload() *models.Error

type DownloadClusterLogsOK

type DownloadClusterLogsOK struct {
	Payload io.Writer
}

DownloadClusterLogsOK handles this case with default header values.

Success.

func NewDownloadClusterLogsOK

func NewDownloadClusterLogsOK(writer io.Writer) *DownloadClusterLogsOK

NewDownloadClusterLogsOK creates a DownloadClusterLogsOK with default headers values

func (*DownloadClusterLogsOK) Error

func (o *DownloadClusterLogsOK) Error() string

func (*DownloadClusterLogsOK) GetPayload

func (o *DownloadClusterLogsOK) GetPayload() io.Writer

type DownloadClusterLogsParams

type DownloadClusterLogsParams struct {

	/*ClusterID*/
	ClusterID strfmt.UUID

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

DownloadClusterLogsParams contains all the parameters to send to the API endpoint for the download cluster logs operation typically these are written to a http.Request

func NewDownloadClusterLogsParams

func NewDownloadClusterLogsParams() *DownloadClusterLogsParams

NewDownloadClusterLogsParams creates a new DownloadClusterLogsParams object with the default values initialized.

func NewDownloadClusterLogsParamsWithContext

func NewDownloadClusterLogsParamsWithContext(ctx context.Context) *DownloadClusterLogsParams

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

func NewDownloadClusterLogsParamsWithHTTPClient

func NewDownloadClusterLogsParamsWithHTTPClient(client *http.Client) *DownloadClusterLogsParams

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

func NewDownloadClusterLogsParamsWithTimeout

func NewDownloadClusterLogsParamsWithTimeout(timeout time.Duration) *DownloadClusterLogsParams

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

func (*DownloadClusterLogsParams) SetClusterID

func (o *DownloadClusterLogsParams) SetClusterID(clusterID strfmt.UUID)

SetClusterID adds the clusterId to the download cluster logs params

func (*DownloadClusterLogsParams) SetContext

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

SetContext adds the context to the download cluster logs params

func (*DownloadClusterLogsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the download cluster logs params

func (*DownloadClusterLogsParams) SetTimeout

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

SetTimeout adds the timeout to the download cluster logs params

func (*DownloadClusterLogsParams) WithClusterID

func (o *DownloadClusterLogsParams) WithClusterID(clusterID strfmt.UUID) *DownloadClusterLogsParams

WithClusterID adds the clusterID to the download cluster logs params

func (*DownloadClusterLogsParams) WithContext

WithContext adds the context to the download cluster logs params

func (*DownloadClusterLogsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the download cluster logs params

func (*DownloadClusterLogsParams) WithTimeout

WithTimeout adds the timeout to the download cluster logs params

func (*DownloadClusterLogsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DownloadClusterLogsReader

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

DownloadClusterLogsReader is a Reader for the DownloadClusterLogs structure.

func (*DownloadClusterLogsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DownloadClusterLogsUnauthorized

type DownloadClusterLogsUnauthorized struct {
	Payload *models.InfraError
}

DownloadClusterLogsUnauthorized handles this case with default header values.

Unauthorized.

func NewDownloadClusterLogsUnauthorized

func NewDownloadClusterLogsUnauthorized() *DownloadClusterLogsUnauthorized

NewDownloadClusterLogsUnauthorized creates a DownloadClusterLogsUnauthorized with default headers values

func (*DownloadClusterLogsUnauthorized) Error

func (*DownloadClusterLogsUnauthorized) GetPayload

type DownloadHostLogsConflict

type DownloadHostLogsConflict struct {
	Payload *models.Error
}

DownloadHostLogsConflict handles this case with default header values.

Error.

func NewDownloadHostLogsConflict

func NewDownloadHostLogsConflict() *DownloadHostLogsConflict

NewDownloadHostLogsConflict creates a DownloadHostLogsConflict with default headers values

func (*DownloadHostLogsConflict) Error

func (o *DownloadHostLogsConflict) Error() string

func (*DownloadHostLogsConflict) GetPayload

func (o *DownloadHostLogsConflict) GetPayload() *models.Error

type DownloadHostLogsForbidden

type DownloadHostLogsForbidden struct {
	Payload *models.InfraError
}

DownloadHostLogsForbidden handles this case with default header values.

Forbidden.

func NewDownloadHostLogsForbidden

func NewDownloadHostLogsForbidden() *DownloadHostLogsForbidden

NewDownloadHostLogsForbidden creates a DownloadHostLogsForbidden with default headers values

func (*DownloadHostLogsForbidden) Error

func (o *DownloadHostLogsForbidden) Error() string

func (*DownloadHostLogsForbidden) GetPayload

func (o *DownloadHostLogsForbidden) GetPayload() *models.InfraError

type DownloadHostLogsInternalServerError

type DownloadHostLogsInternalServerError struct {
	Payload *models.Error
}

DownloadHostLogsInternalServerError handles this case with default header values.

Error.

func NewDownloadHostLogsInternalServerError

func NewDownloadHostLogsInternalServerError() *DownloadHostLogsInternalServerError

NewDownloadHostLogsInternalServerError creates a DownloadHostLogsInternalServerError with default headers values

func (*DownloadHostLogsInternalServerError) Error

func (*DownloadHostLogsInternalServerError) GetPayload

type DownloadHostLogsMethodNotAllowed

type DownloadHostLogsMethodNotAllowed struct {
	Payload *models.Error
}

DownloadHostLogsMethodNotAllowed handles this case with default header values.

Method Not Allowed.

func NewDownloadHostLogsMethodNotAllowed

func NewDownloadHostLogsMethodNotAllowed() *DownloadHostLogsMethodNotAllowed

NewDownloadHostLogsMethodNotAllowed creates a DownloadHostLogsMethodNotAllowed with default headers values

func (*DownloadHostLogsMethodNotAllowed) Error

func (*DownloadHostLogsMethodNotAllowed) GetPayload

type DownloadHostLogsNotFound

type DownloadHostLogsNotFound struct {
	Payload *models.Error
}

DownloadHostLogsNotFound handles this case with default header values.

Error.

func NewDownloadHostLogsNotFound

func NewDownloadHostLogsNotFound() *DownloadHostLogsNotFound

NewDownloadHostLogsNotFound creates a DownloadHostLogsNotFound with default headers values

func (*DownloadHostLogsNotFound) Error

func (o *DownloadHostLogsNotFound) Error() string

func (*DownloadHostLogsNotFound) GetPayload

func (o *DownloadHostLogsNotFound) GetPayload() *models.Error

type DownloadHostLogsOK

type DownloadHostLogsOK struct {
	Payload io.Writer
}

DownloadHostLogsOK handles this case with default header values.

Success.

func NewDownloadHostLogsOK

func NewDownloadHostLogsOK(writer io.Writer) *DownloadHostLogsOK

NewDownloadHostLogsOK creates a DownloadHostLogsOK with default headers values

func (*DownloadHostLogsOK) Error

func (o *DownloadHostLogsOK) Error() string

func (*DownloadHostLogsOK) GetPayload

func (o *DownloadHostLogsOK) GetPayload() io.Writer

type DownloadHostLogsParams

type DownloadHostLogsParams struct {

	/*ClusterID*/
	ClusterID strfmt.UUID
	/*HostID*/
	HostID strfmt.UUID

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

DownloadHostLogsParams contains all the parameters to send to the API endpoint for the download host logs operation typically these are written to a http.Request

func NewDownloadHostLogsParams

func NewDownloadHostLogsParams() *DownloadHostLogsParams

NewDownloadHostLogsParams creates a new DownloadHostLogsParams object with the default values initialized.

func NewDownloadHostLogsParamsWithContext

func NewDownloadHostLogsParamsWithContext(ctx context.Context) *DownloadHostLogsParams

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

func NewDownloadHostLogsParamsWithHTTPClient

func NewDownloadHostLogsParamsWithHTTPClient(client *http.Client) *DownloadHostLogsParams

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

func NewDownloadHostLogsParamsWithTimeout

func NewDownloadHostLogsParamsWithTimeout(timeout time.Duration) *DownloadHostLogsParams

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

func (*DownloadHostLogsParams) SetClusterID

func (o *DownloadHostLogsParams) SetClusterID(clusterID strfmt.UUID)

SetClusterID adds the clusterId to the download host logs params

func (*DownloadHostLogsParams) SetContext

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

SetContext adds the context to the download host logs params

func (*DownloadHostLogsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the download host logs params

func (*DownloadHostLogsParams) SetHostID

func (o *DownloadHostLogsParams) SetHostID(hostID strfmt.UUID)

SetHostID adds the hostId to the download host logs params

func (*DownloadHostLogsParams) SetTimeout

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

SetTimeout adds the timeout to the download host logs params

func (*DownloadHostLogsParams) WithClusterID

func (o *DownloadHostLogsParams) WithClusterID(clusterID strfmt.UUID) *DownloadHostLogsParams

WithClusterID adds the clusterID to the download host logs params

func (*DownloadHostLogsParams) WithContext

WithContext adds the context to the download host logs params

func (*DownloadHostLogsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the download host logs params

func (*DownloadHostLogsParams) WithHostID

WithHostID adds the hostID to the download host logs params

func (*DownloadHostLogsParams) WithTimeout

WithTimeout adds the timeout to the download host logs params

func (*DownloadHostLogsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DownloadHostLogsReader

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

DownloadHostLogsReader is a Reader for the DownloadHostLogs structure.

func (*DownloadHostLogsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DownloadHostLogsUnauthorized

type DownloadHostLogsUnauthorized struct {
	Payload *models.InfraError
}

DownloadHostLogsUnauthorized handles this case with default header values.

Unauthorized.

func NewDownloadHostLogsUnauthorized

func NewDownloadHostLogsUnauthorized() *DownloadHostLogsUnauthorized

NewDownloadHostLogsUnauthorized creates a DownloadHostLogsUnauthorized with default headers values

func (*DownloadHostLogsUnauthorized) Error

func (*DownloadHostLogsUnauthorized) GetPayload

type EnableHostConflict

type EnableHostConflict struct {
	Payload *models.Error
}

EnableHostConflict handles this case with default header values.

Error.

func NewEnableHostConflict

func NewEnableHostConflict() *EnableHostConflict

NewEnableHostConflict creates a EnableHostConflict with default headers values

func (*EnableHostConflict) Error

func (o *EnableHostConflict) Error() string

func (*EnableHostConflict) GetPayload

func (o *EnableHostConflict) GetPayload() *models.Error

type EnableHostForbidden

type EnableHostForbidden struct {
	Payload *models.InfraError
}

EnableHostForbidden handles this case with default header values.

Forbidden.

func NewEnableHostForbidden

func NewEnableHostForbidden() *EnableHostForbidden

NewEnableHostForbidden creates a EnableHostForbidden with default headers values

func (*EnableHostForbidden) Error

func (o *EnableHostForbidden) Error() string

func (*EnableHostForbidden) GetPayload

func (o *EnableHostForbidden) GetPayload() *models.InfraError

type EnableHostInternalServerError

type EnableHostInternalServerError struct {
	Payload *models.Error
}

EnableHostInternalServerError handles this case with default header values.

Error.

func NewEnableHostInternalServerError

func NewEnableHostInternalServerError() *EnableHostInternalServerError

NewEnableHostInternalServerError creates a EnableHostInternalServerError with default headers values

func (*EnableHostInternalServerError) Error

func (*EnableHostInternalServerError) GetPayload

func (o *EnableHostInternalServerError) GetPayload() *models.Error

type EnableHostMethodNotAllowed

type EnableHostMethodNotAllowed struct {
	Payload *models.Error
}

EnableHostMethodNotAllowed handles this case with default header values.

Method Not Allowed.

func NewEnableHostMethodNotAllowed

func NewEnableHostMethodNotAllowed() *EnableHostMethodNotAllowed

NewEnableHostMethodNotAllowed creates a EnableHostMethodNotAllowed with default headers values

func (*EnableHostMethodNotAllowed) Error

func (*EnableHostMethodNotAllowed) GetPayload

func (o *EnableHostMethodNotAllowed) GetPayload() *models.Error

type EnableHostNotFound

type EnableHostNotFound struct {
	Payload *models.Error
}

EnableHostNotFound handles this case with default header values.

Error.

func NewEnableHostNotFound

func NewEnableHostNotFound() *EnableHostNotFound

NewEnableHostNotFound creates a EnableHostNotFound with default headers values

func (*EnableHostNotFound) Error

func (o *EnableHostNotFound) Error() string

func (*EnableHostNotFound) GetPayload

func (o *EnableHostNotFound) GetPayload() *models.Error

type EnableHostOK

type EnableHostOK struct {
	Payload *models.Host
}

EnableHostOK handles this case with default header values.

Success.

func NewEnableHostOK

func NewEnableHostOK() *EnableHostOK

NewEnableHostOK creates a EnableHostOK with default headers values

func (*EnableHostOK) Error

func (o *EnableHostOK) Error() string

func (*EnableHostOK) GetPayload

func (o *EnableHostOK) GetPayload() *models.Host

type EnableHostParams

type EnableHostParams struct {

	/*ClusterID*/
	ClusterID strfmt.UUID
	/*HostID*/
	HostID strfmt.UUID

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

EnableHostParams contains all the parameters to send to the API endpoint for the enable host operation typically these are written to a http.Request

func NewEnableHostParams

func NewEnableHostParams() *EnableHostParams

NewEnableHostParams creates a new EnableHostParams object with the default values initialized.

func NewEnableHostParamsWithContext

func NewEnableHostParamsWithContext(ctx context.Context) *EnableHostParams

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

func NewEnableHostParamsWithHTTPClient

func NewEnableHostParamsWithHTTPClient(client *http.Client) *EnableHostParams

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

func NewEnableHostParamsWithTimeout

func NewEnableHostParamsWithTimeout(timeout time.Duration) *EnableHostParams

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

func (*EnableHostParams) SetClusterID

func (o *EnableHostParams) SetClusterID(clusterID strfmt.UUID)

SetClusterID adds the clusterId to the enable host params

func (*EnableHostParams) SetContext

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

SetContext adds the context to the enable host params

func (*EnableHostParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the enable host params

func (*EnableHostParams) SetHostID

func (o *EnableHostParams) SetHostID(hostID strfmt.UUID)

SetHostID adds the hostId to the enable host params

func (*EnableHostParams) SetTimeout

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

SetTimeout adds the timeout to the enable host params

func (*EnableHostParams) WithClusterID

func (o *EnableHostParams) WithClusterID(clusterID strfmt.UUID) *EnableHostParams

WithClusterID adds the clusterID to the enable host params

func (*EnableHostParams) WithContext

func (o *EnableHostParams) WithContext(ctx context.Context) *EnableHostParams

WithContext adds the context to the enable host params

func (*EnableHostParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the enable host params

func (*EnableHostParams) WithHostID

func (o *EnableHostParams) WithHostID(hostID strfmt.UUID) *EnableHostParams

WithHostID adds the hostID to the enable host params

func (*EnableHostParams) WithTimeout

func (o *EnableHostParams) WithTimeout(timeout time.Duration) *EnableHostParams

WithTimeout adds the timeout to the enable host params

func (*EnableHostParams) WriteToRequest

func (o *EnableHostParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type EnableHostReader

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

EnableHostReader is a Reader for the EnableHost structure.

func (*EnableHostReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type EnableHostUnauthorized

type EnableHostUnauthorized struct {
	Payload *models.InfraError
}

EnableHostUnauthorized handles this case with default header values.

Unauthorized.

func NewEnableHostUnauthorized

func NewEnableHostUnauthorized() *EnableHostUnauthorized

NewEnableHostUnauthorized creates a EnableHostUnauthorized with default headers values

func (*EnableHostUnauthorized) Error

func (o *EnableHostUnauthorized) Error() string

func (*EnableHostUnauthorized) GetPayload

func (o *EnableHostUnauthorized) GetPayload() *models.InfraError

type GenerateClusterISOBadRequest

type GenerateClusterISOBadRequest struct {
	Payload *models.Error
}

GenerateClusterISOBadRequest handles this case with default header values.

Error.

func NewGenerateClusterISOBadRequest

func NewGenerateClusterISOBadRequest() *GenerateClusterISOBadRequest

NewGenerateClusterISOBadRequest creates a GenerateClusterISOBadRequest with default headers values

func (*GenerateClusterISOBadRequest) Error

func (*GenerateClusterISOBadRequest) GetPayload

func (o *GenerateClusterISOBadRequest) GetPayload() *models.Error

type GenerateClusterISOConflict

type GenerateClusterISOConflict struct {
	Payload *models.Error
}

GenerateClusterISOConflict handles this case with default header values.

Error.

func NewGenerateClusterISOConflict

func NewGenerateClusterISOConflict() *GenerateClusterISOConflict

NewGenerateClusterISOConflict creates a GenerateClusterISOConflict with default headers values

func (*GenerateClusterISOConflict) Error

func (*GenerateClusterISOConflict) GetPayload

func (o *GenerateClusterISOConflict) GetPayload() *models.Error

type GenerateClusterISOCreated

type GenerateClusterISOCreated struct {
	Payload *models.Cluster
}

GenerateClusterISOCreated handles this case with default header values.

Success.

func NewGenerateClusterISOCreated

func NewGenerateClusterISOCreated() *GenerateClusterISOCreated

NewGenerateClusterISOCreated creates a GenerateClusterISOCreated with default headers values

func (*GenerateClusterISOCreated) Error

func (o *GenerateClusterISOCreated) Error() string

func (*GenerateClusterISOCreated) GetPayload

func (o *GenerateClusterISOCreated) GetPayload() *models.Cluster

type GenerateClusterISOForbidden

type GenerateClusterISOForbidden struct {
	Payload *models.InfraError
}

GenerateClusterISOForbidden handles this case with default header values.

Forbidden.

func NewGenerateClusterISOForbidden

func NewGenerateClusterISOForbidden() *GenerateClusterISOForbidden

NewGenerateClusterISOForbidden creates a GenerateClusterISOForbidden with default headers values

func (*GenerateClusterISOForbidden) Error

func (*GenerateClusterISOForbidden) GetPayload

type GenerateClusterISOInternalServerError

type GenerateClusterISOInternalServerError struct {
	Payload *models.Error
}

GenerateClusterISOInternalServerError handles this case with default header values.

Error.

func NewGenerateClusterISOInternalServerError

func NewGenerateClusterISOInternalServerError() *GenerateClusterISOInternalServerError

NewGenerateClusterISOInternalServerError creates a GenerateClusterISOInternalServerError with default headers values

func (*GenerateClusterISOInternalServerError) Error

func (*GenerateClusterISOInternalServerError) GetPayload

type GenerateClusterISOMethodNotAllowed

type GenerateClusterISOMethodNotAllowed struct {
	Payload *models.Error
}

GenerateClusterISOMethodNotAllowed handles this case with default header values.

Method Not Allowed.

func NewGenerateClusterISOMethodNotAllowed

func NewGenerateClusterISOMethodNotAllowed() *GenerateClusterISOMethodNotAllowed

NewGenerateClusterISOMethodNotAllowed creates a GenerateClusterISOMethodNotAllowed with default headers values

func (*GenerateClusterISOMethodNotAllowed) Error

func (*GenerateClusterISOMethodNotAllowed) GetPayload

type GenerateClusterISONotFound

type GenerateClusterISONotFound struct {
	Payload *models.Error
}

GenerateClusterISONotFound handles this case with default header values.

Error.

func NewGenerateClusterISONotFound

func NewGenerateClusterISONotFound() *GenerateClusterISONotFound

NewGenerateClusterISONotFound creates a GenerateClusterISONotFound with default headers values

func (*GenerateClusterISONotFound) Error

func (*GenerateClusterISONotFound) GetPayload

func (o *GenerateClusterISONotFound) GetPayload() *models.Error

type GenerateClusterISOParams

type GenerateClusterISOParams struct {

	/*ClusterID*/
	ClusterID strfmt.UUID
	/*ImageCreateParams*/
	ImageCreateParams *models.ImageCreateParams

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

GenerateClusterISOParams contains all the parameters to send to the API endpoint for the generate cluster i s o operation typically these are written to a http.Request

func NewGenerateClusterISOParams

func NewGenerateClusterISOParams() *GenerateClusterISOParams

NewGenerateClusterISOParams creates a new GenerateClusterISOParams object with the default values initialized.

func NewGenerateClusterISOParamsWithContext

func NewGenerateClusterISOParamsWithContext(ctx context.Context) *GenerateClusterISOParams

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

func NewGenerateClusterISOParamsWithHTTPClient

func NewGenerateClusterISOParamsWithHTTPClient(client *http.Client) *GenerateClusterISOParams

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

func NewGenerateClusterISOParamsWithTimeout

func NewGenerateClusterISOParamsWithTimeout(timeout time.Duration) *GenerateClusterISOParams

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

func (*GenerateClusterISOParams) SetClusterID

func (o *GenerateClusterISOParams) SetClusterID(clusterID strfmt.UUID)

SetClusterID adds the clusterId to the generate cluster i s o params

func (*GenerateClusterISOParams) SetContext

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

SetContext adds the context to the generate cluster i s o params

func (*GenerateClusterISOParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the generate cluster i s o params

func (*GenerateClusterISOParams) SetImageCreateParams

func (o *GenerateClusterISOParams) SetImageCreateParams(imageCreateParams *models.ImageCreateParams)

SetImageCreateParams adds the imageCreateParams to the generate cluster i s o params

func (*GenerateClusterISOParams) SetTimeout

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

SetTimeout adds the timeout to the generate cluster i s o params

func (*GenerateClusterISOParams) WithClusterID

func (o *GenerateClusterISOParams) WithClusterID(clusterID strfmt.UUID) *GenerateClusterISOParams

WithClusterID adds the clusterID to the generate cluster i s o params

func (*GenerateClusterISOParams) WithContext

WithContext adds the context to the generate cluster i s o params

func (*GenerateClusterISOParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the generate cluster i s o params

func (*GenerateClusterISOParams) WithImageCreateParams

func (o *GenerateClusterISOParams) WithImageCreateParams(imageCreateParams *models.ImageCreateParams) *GenerateClusterISOParams

WithImageCreateParams adds the imageCreateParams to the generate cluster i s o params

func (*GenerateClusterISOParams) WithTimeout

WithTimeout adds the timeout to the generate cluster i s o params

func (*GenerateClusterISOParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GenerateClusterISOReader

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

GenerateClusterISOReader is a Reader for the GenerateClusterISO structure.

func (*GenerateClusterISOReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GenerateClusterISOUnauthorized

type GenerateClusterISOUnauthorized struct {
	Payload *models.InfraError
}

GenerateClusterISOUnauthorized handles this case with default header values.

Unauthorized.

func NewGenerateClusterISOUnauthorized

func NewGenerateClusterISOUnauthorized() *GenerateClusterISOUnauthorized

NewGenerateClusterISOUnauthorized creates a GenerateClusterISOUnauthorized with default headers values

func (*GenerateClusterISOUnauthorized) Error

func (*GenerateClusterISOUnauthorized) GetPayload

type GetClusterForbidden

type GetClusterForbidden struct {
	Payload *models.InfraError
}

GetClusterForbidden handles this case with default header values.

Forbidden.

func NewGetClusterForbidden

func NewGetClusterForbidden() *GetClusterForbidden

NewGetClusterForbidden creates a GetClusterForbidden with default headers values

func (*GetClusterForbidden) Error

func (o *GetClusterForbidden) Error() string

func (*GetClusterForbidden) GetPayload

func (o *GetClusterForbidden) GetPayload() *models.InfraError

type GetClusterInternalServerError

type GetClusterInternalServerError struct {
	Payload *models.Error
}

GetClusterInternalServerError handles this case with default header values.

Error.

func NewGetClusterInternalServerError

func NewGetClusterInternalServerError() *GetClusterInternalServerError

NewGetClusterInternalServerError creates a GetClusterInternalServerError with default headers values

func (*GetClusterInternalServerError) Error

func (*GetClusterInternalServerError) GetPayload

func (o *GetClusterInternalServerError) GetPayload() *models.Error

type GetClusterMethodNotAllowed

type GetClusterMethodNotAllowed struct {
	Payload *models.Error
}

GetClusterMethodNotAllowed handles this case with default header values.

Method Not Allowed.

func NewGetClusterMethodNotAllowed

func NewGetClusterMethodNotAllowed() *GetClusterMethodNotAllowed

NewGetClusterMethodNotAllowed creates a GetClusterMethodNotAllowed with default headers values

func (*GetClusterMethodNotAllowed) Error

func (*GetClusterMethodNotAllowed) GetPayload

func (o *GetClusterMethodNotAllowed) GetPayload() *models.Error

type GetClusterNotFound

type GetClusterNotFound struct {
	Payload *models.Error
}

GetClusterNotFound handles this case with default header values.

Error.

func NewGetClusterNotFound

func NewGetClusterNotFound() *GetClusterNotFound

NewGetClusterNotFound creates a GetClusterNotFound with default headers values

func (*GetClusterNotFound) Error

func (o *GetClusterNotFound) Error() string

func (*GetClusterNotFound) GetPayload

func (o *GetClusterNotFound) GetPayload() *models.Error

type GetClusterOK

type GetClusterOK struct {
	Payload *models.Cluster
}

GetClusterOK handles this case with default header values.

Success.

func NewGetClusterOK

func NewGetClusterOK() *GetClusterOK

NewGetClusterOK creates a GetClusterOK with default headers values

func (*GetClusterOK) Error

func (o *GetClusterOK) Error() string

func (*GetClusterOK) GetPayload

func (o *GetClusterOK) GetPayload() *models.Cluster

type GetClusterParams

type GetClusterParams struct {

	/*ClusterID*/
	ClusterID strfmt.UUID
	/*DiscoveryAgentVersion*/
	DiscoveryAgentVersion *string

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

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

func NewGetClusterParams

func NewGetClusterParams() *GetClusterParams

NewGetClusterParams creates a new GetClusterParams object with the default values initialized.

func NewGetClusterParamsWithContext

func NewGetClusterParamsWithContext(ctx context.Context) *GetClusterParams

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

func NewGetClusterParamsWithHTTPClient

func NewGetClusterParamsWithHTTPClient(client *http.Client) *GetClusterParams

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

func NewGetClusterParamsWithTimeout

func NewGetClusterParamsWithTimeout(timeout time.Duration) *GetClusterParams

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

func (*GetClusterParams) SetClusterID

func (o *GetClusterParams) SetClusterID(clusterID strfmt.UUID)

SetClusterID adds the clusterId to the get cluster params

func (*GetClusterParams) SetContext

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

SetContext adds the context to the get cluster params

func (*GetClusterParams) SetDiscoveryAgentVersion

func (o *GetClusterParams) SetDiscoveryAgentVersion(discoveryAgentVersion *string)

SetDiscoveryAgentVersion adds the discoveryAgentVersion to the get cluster params

func (*GetClusterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get cluster params

func (*GetClusterParams) SetTimeout

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

SetTimeout adds the timeout to the get cluster params

func (*GetClusterParams) WithClusterID

func (o *GetClusterParams) WithClusterID(clusterID strfmt.UUID) *GetClusterParams

WithClusterID adds the clusterID to the get cluster params

func (*GetClusterParams) WithContext

func (o *GetClusterParams) WithContext(ctx context.Context) *GetClusterParams

WithContext adds the context to the get cluster params

func (*GetClusterParams) WithDiscoveryAgentVersion

func (o *GetClusterParams) WithDiscoveryAgentVersion(discoveryAgentVersion *string) *GetClusterParams

WithDiscoveryAgentVersion adds the discoveryAgentVersion to the get cluster params

func (*GetClusterParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get cluster params

func (*GetClusterParams) WithTimeout

func (o *GetClusterParams) WithTimeout(timeout time.Duration) *GetClusterParams

WithTimeout adds the timeout to the get cluster params

func (*GetClusterParams) WriteToRequest

func (o *GetClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetClusterReader

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

GetClusterReader is a Reader for the GetCluster structure.

func (*GetClusterReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetClusterUnauthorized

type GetClusterUnauthorized struct {
	Payload *models.InfraError
}

GetClusterUnauthorized handles this case with default header values.

Unauthorized.

func NewGetClusterUnauthorized

func NewGetClusterUnauthorized() *GetClusterUnauthorized

NewGetClusterUnauthorized creates a GetClusterUnauthorized with default headers values

func (*GetClusterUnauthorized) Error

func (o *GetClusterUnauthorized) Error() string

func (*GetClusterUnauthorized) GetPayload

func (o *GetClusterUnauthorized) GetPayload() *models.InfraError

type GetCredentialsConflict

type GetCredentialsConflict struct {
	Payload *models.Error
}

GetCredentialsConflict handles this case with default header values.

Error.

func NewGetCredentialsConflict

func NewGetCredentialsConflict() *GetCredentialsConflict

NewGetCredentialsConflict creates a GetCredentialsConflict with default headers values

func (*GetCredentialsConflict) Error

func (o *GetCredentialsConflict) Error() string

func (*GetCredentialsConflict) GetPayload

func (o *GetCredentialsConflict) GetPayload() *models.Error

type GetCredentialsForbidden

type GetCredentialsForbidden struct {
	Payload *models.InfraError
}

GetCredentialsForbidden handles this case with default header values.

Forbidden.

func NewGetCredentialsForbidden

func NewGetCredentialsForbidden() *GetCredentialsForbidden

NewGetCredentialsForbidden creates a GetCredentialsForbidden with default headers values

func (*GetCredentialsForbidden) Error

func (o *GetCredentialsForbidden) Error() string

func (*GetCredentialsForbidden) GetPayload

func (o *GetCredentialsForbidden) GetPayload() *models.InfraError

type GetCredentialsInternalServerError

type GetCredentialsInternalServerError struct {
	Payload *models.Error
}

GetCredentialsInternalServerError handles this case with default header values.

Error.

func NewGetCredentialsInternalServerError

func NewGetCredentialsInternalServerError() *GetCredentialsInternalServerError

NewGetCredentialsInternalServerError creates a GetCredentialsInternalServerError with default headers values

func (*GetCredentialsInternalServerError) Error

func (*GetCredentialsInternalServerError) GetPayload

type GetCredentialsMethodNotAllowed

type GetCredentialsMethodNotAllowed struct {
	Payload *models.Error
}

GetCredentialsMethodNotAllowed handles this case with default header values.

Method Not Allowed.

func NewGetCredentialsMethodNotAllowed

func NewGetCredentialsMethodNotAllowed() *GetCredentialsMethodNotAllowed

NewGetCredentialsMethodNotAllowed creates a GetCredentialsMethodNotAllowed with default headers values

func (*GetCredentialsMethodNotAllowed) Error

func (*GetCredentialsMethodNotAllowed) GetPayload

func (o *GetCredentialsMethodNotAllowed) GetPayload() *models.Error

type GetCredentialsNotFound

type GetCredentialsNotFound struct {
	Payload *models.Error
}

GetCredentialsNotFound handles this case with default header values.

Error.

func NewGetCredentialsNotFound

func NewGetCredentialsNotFound() *GetCredentialsNotFound

NewGetCredentialsNotFound creates a GetCredentialsNotFound with default headers values

func (*GetCredentialsNotFound) Error

func (o *GetCredentialsNotFound) Error() string

func (*GetCredentialsNotFound) GetPayload

func (o *GetCredentialsNotFound) GetPayload() *models.Error

type GetCredentialsOK

type GetCredentialsOK struct {
	Payload *models.Credentials
}

GetCredentialsOK handles this case with default header values.

Success.

func NewGetCredentialsOK

func NewGetCredentialsOK() *GetCredentialsOK

NewGetCredentialsOK creates a GetCredentialsOK with default headers values

func (*GetCredentialsOK) Error

func (o *GetCredentialsOK) Error() string

func (*GetCredentialsOK) GetPayload

func (o *GetCredentialsOK) GetPayload() *models.Credentials

type GetCredentialsParams

type GetCredentialsParams struct {

	/*ClusterID*/
	ClusterID strfmt.UUID

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

GetCredentialsParams contains all the parameters to send to the API endpoint for the get credentials operation typically these are written to a http.Request

func NewGetCredentialsParams

func NewGetCredentialsParams() *GetCredentialsParams

NewGetCredentialsParams creates a new GetCredentialsParams object with the default values initialized.

func NewGetCredentialsParamsWithContext

func NewGetCredentialsParamsWithContext(ctx context.Context) *GetCredentialsParams

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

func NewGetCredentialsParamsWithHTTPClient

func NewGetCredentialsParamsWithHTTPClient(client *http.Client) *GetCredentialsParams

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

func NewGetCredentialsParamsWithTimeout

func NewGetCredentialsParamsWithTimeout(timeout time.Duration) *GetCredentialsParams

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

func (*GetCredentialsParams) SetClusterID

func (o *GetCredentialsParams) SetClusterID(clusterID strfmt.UUID)

SetClusterID adds the clusterId to the get credentials params

func (*GetCredentialsParams) SetContext

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

SetContext adds the context to the get credentials params

func (*GetCredentialsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get credentials params

func (*GetCredentialsParams) SetTimeout

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

SetTimeout adds the timeout to the get credentials params

func (*GetCredentialsParams) WithClusterID

func (o *GetCredentialsParams) WithClusterID(clusterID strfmt.UUID) *GetCredentialsParams

WithClusterID adds the clusterID to the get credentials params

func (*GetCredentialsParams) WithContext

WithContext adds the context to the get credentials params

func (*GetCredentialsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get credentials params

func (*GetCredentialsParams) WithTimeout

func (o *GetCredentialsParams) WithTimeout(timeout time.Duration) *GetCredentialsParams

WithTimeout adds the timeout to the get credentials params

func (*GetCredentialsParams) WriteToRequest

func (o *GetCredentialsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetCredentialsReader

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

GetCredentialsReader is a Reader for the GetCredentials structure.

func (*GetCredentialsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCredentialsUnauthorized

type GetCredentialsUnauthorized struct {
	Payload *models.InfraError
}

GetCredentialsUnauthorized handles this case with default header values.

Unauthorized.

func NewGetCredentialsUnauthorized

func NewGetCredentialsUnauthorized() *GetCredentialsUnauthorized

NewGetCredentialsUnauthorized creates a GetCredentialsUnauthorized with default headers values

func (*GetCredentialsUnauthorized) Error

func (*GetCredentialsUnauthorized) GetPayload

func (o *GetCredentialsUnauthorized) GetPayload() *models.InfraError

type GetFreeAddressesForbidden

type GetFreeAddressesForbidden struct {
	Payload *models.InfraError
}

GetFreeAddressesForbidden handles this case with default header values.

Forbidden.

func NewGetFreeAddressesForbidden

func NewGetFreeAddressesForbidden() *GetFreeAddressesForbidden

NewGetFreeAddressesForbidden creates a GetFreeAddressesForbidden with default headers values

func (*GetFreeAddressesForbidden) Error

func (o *GetFreeAddressesForbidden) Error() string

func (*GetFreeAddressesForbidden) GetPayload

func (o *GetFreeAddressesForbidden) GetPayload() *models.InfraError

type GetFreeAddressesInternalServerError

type GetFreeAddressesInternalServerError struct {
	Payload *models.Error
}

GetFreeAddressesInternalServerError handles this case with default header values.

Error.

func NewGetFreeAddressesInternalServerError

func NewGetFreeAddressesInternalServerError() *GetFreeAddressesInternalServerError

NewGetFreeAddressesInternalServerError creates a GetFreeAddressesInternalServerError with default headers values

func (*GetFreeAddressesInternalServerError) Error

func (*GetFreeAddressesInternalServerError) GetPayload

type GetFreeAddressesMethodNotAllowed

type GetFreeAddressesMethodNotAllowed struct {
	Payload *models.Error
}

GetFreeAddressesMethodNotAllowed handles this case with default header values.

Method Not Allowed.

func NewGetFreeAddressesMethodNotAllowed

func NewGetFreeAddressesMethodNotAllowed() *GetFreeAddressesMethodNotAllowed

NewGetFreeAddressesMethodNotAllowed creates a GetFreeAddressesMethodNotAllowed with default headers values

func (*GetFreeAddressesMethodNotAllowed) Error

func (*GetFreeAddressesMethodNotAllowed) GetPayload

type GetFreeAddressesNotFound

type GetFreeAddressesNotFound struct {
	Payload *models.Error
}

GetFreeAddressesNotFound handles this case with default header values.

Error.

func NewGetFreeAddressesNotFound

func NewGetFreeAddressesNotFound() *GetFreeAddressesNotFound

NewGetFreeAddressesNotFound creates a GetFreeAddressesNotFound with default headers values

func (*GetFreeAddressesNotFound) Error

func (o *GetFreeAddressesNotFound) Error() string

func (*GetFreeAddressesNotFound) GetPayload

func (o *GetFreeAddressesNotFound) GetPayload() *models.Error

type GetFreeAddressesOK

type GetFreeAddressesOK struct {
	Payload models.FreeAddressesList
}

GetFreeAddressesOK handles this case with default header values.

Success

func NewGetFreeAddressesOK

func NewGetFreeAddressesOK() *GetFreeAddressesOK

NewGetFreeAddressesOK creates a GetFreeAddressesOK with default headers values

func (*GetFreeAddressesOK) Error

func (o *GetFreeAddressesOK) Error() string

func (*GetFreeAddressesOK) GetPayload

type GetFreeAddressesParams

type GetFreeAddressesParams struct {

	/*ClusterID*/
	ClusterID strfmt.UUID
	/*Limit*/
	Limit *int64
	/*Network*/
	Network string
	/*Prefix*/
	Prefix *string

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

GetFreeAddressesParams contains all the parameters to send to the API endpoint for the get free addresses operation typically these are written to a http.Request

func NewGetFreeAddressesParams

func NewGetFreeAddressesParams() *GetFreeAddressesParams

NewGetFreeAddressesParams creates a new GetFreeAddressesParams object with the default values initialized.

func NewGetFreeAddressesParamsWithContext

func NewGetFreeAddressesParamsWithContext(ctx context.Context) *GetFreeAddressesParams

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

func NewGetFreeAddressesParamsWithHTTPClient

func NewGetFreeAddressesParamsWithHTTPClient(client *http.Client) *GetFreeAddressesParams

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

func NewGetFreeAddressesParamsWithTimeout

func NewGetFreeAddressesParamsWithTimeout(timeout time.Duration) *GetFreeAddressesParams

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

func (*GetFreeAddressesParams) SetClusterID

func (o *GetFreeAddressesParams) SetClusterID(clusterID strfmt.UUID)

SetClusterID adds the clusterId to the get free addresses params

func (*GetFreeAddressesParams) SetContext

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

SetContext adds the context to the get free addresses params

func (*GetFreeAddressesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get free addresses params

func (*GetFreeAddressesParams) SetLimit

func (o *GetFreeAddressesParams) SetLimit(limit *int64)

SetLimit adds the limit to the get free addresses params

func (*GetFreeAddressesParams) SetNetwork

func (o *GetFreeAddressesParams) SetNetwork(network string)

SetNetwork adds the network to the get free addresses params

func (*GetFreeAddressesParams) SetPrefix

func (o *GetFreeAddressesParams) SetPrefix(prefix *string)

SetPrefix adds the prefix to the get free addresses params

func (*GetFreeAddressesParams) SetTimeout

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

SetTimeout adds the timeout to the get free addresses params

func (*GetFreeAddressesParams) WithClusterID

func (o *GetFreeAddressesParams) WithClusterID(clusterID strfmt.UUID) *GetFreeAddressesParams

WithClusterID adds the clusterID to the get free addresses params

func (*GetFreeAddressesParams) WithContext

WithContext adds the context to the get free addresses params

func (*GetFreeAddressesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get free addresses params

func (*GetFreeAddressesParams) WithLimit

func (o *GetFreeAddressesParams) WithLimit(limit *int64) *GetFreeAddressesParams

WithLimit adds the limit to the get free addresses params

func (*GetFreeAddressesParams) WithNetwork

func (o *GetFreeAddressesParams) WithNetwork(network string) *GetFreeAddressesParams

WithNetwork adds the network to the get free addresses params

func (*GetFreeAddressesParams) WithPrefix

func (o *GetFreeAddressesParams) WithPrefix(prefix *string) *GetFreeAddressesParams

WithPrefix adds the prefix to the get free addresses params

func (*GetFreeAddressesParams) WithTimeout

WithTimeout adds the timeout to the get free addresses params

func (*GetFreeAddressesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetFreeAddressesReader

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

GetFreeAddressesReader is a Reader for the GetFreeAddresses structure.

func (*GetFreeAddressesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetFreeAddressesUnauthorized

type GetFreeAddressesUnauthorized struct {
	Payload *models.InfraError
}

GetFreeAddressesUnauthorized handles this case with default header values.

Unauthorized.

func NewGetFreeAddressesUnauthorized

func NewGetFreeAddressesUnauthorized() *GetFreeAddressesUnauthorized

NewGetFreeAddressesUnauthorized creates a GetFreeAddressesUnauthorized with default headers values

func (*GetFreeAddressesUnauthorized) Error

func (*GetFreeAddressesUnauthorized) GetPayload

type GetHostForbidden

type GetHostForbidden struct {
	Payload *models.InfraError
}

GetHostForbidden handles this case with default header values.

Forbidden.

func NewGetHostForbidden

func NewGetHostForbidden() *GetHostForbidden

NewGetHostForbidden creates a GetHostForbidden with default headers values

func (*GetHostForbidden) Error

func (o *GetHostForbidden) Error() string

func (*GetHostForbidden) GetPayload

func (o *GetHostForbidden) GetPayload() *models.InfraError

type GetHostInternalServerError

type GetHostInternalServerError struct {
	Payload *models.Error
}

GetHostInternalServerError handles this case with default header values.

Error.

func NewGetHostInternalServerError

func NewGetHostInternalServerError() *GetHostInternalServerError

NewGetHostInternalServerError creates a GetHostInternalServerError with default headers values

func (*GetHostInternalServerError) Error

func (*GetHostInternalServerError) GetPayload

func (o *GetHostInternalServerError) GetPayload() *models.Error

type GetHostMethodNotAllowed

type GetHostMethodNotAllowed struct {
	Payload *models.Error
}

GetHostMethodNotAllowed handles this case with default header values.

Method Not Allowed.

func NewGetHostMethodNotAllowed

func NewGetHostMethodNotAllowed() *GetHostMethodNotAllowed

NewGetHostMethodNotAllowed creates a GetHostMethodNotAllowed with default headers values

func (*GetHostMethodNotAllowed) Error

func (o *GetHostMethodNotAllowed) Error() string

func (*GetHostMethodNotAllowed) GetPayload

func (o *GetHostMethodNotAllowed) GetPayload() *models.Error

type GetHostNotFound

type GetHostNotFound struct {
	Payload *models.Error
}

GetHostNotFound handles this case with default header values.

Error.

func NewGetHostNotFound

func NewGetHostNotFound() *GetHostNotFound

NewGetHostNotFound creates a GetHostNotFound with default headers values

func (*GetHostNotFound) Error

func (o *GetHostNotFound) Error() string

func (*GetHostNotFound) GetPayload

func (o *GetHostNotFound) GetPayload() *models.Error

type GetHostOK

type GetHostOK struct {
	Payload *models.Host
}

GetHostOK handles this case with default header values.

Success.

func NewGetHostOK

func NewGetHostOK() *GetHostOK

NewGetHostOK creates a GetHostOK with default headers values

func (*GetHostOK) Error

func (o *GetHostOK) Error() string

func (*GetHostOK) GetPayload

func (o *GetHostOK) GetPayload() *models.Host

type GetHostParams

type GetHostParams struct {

	/*ClusterID*/
	ClusterID strfmt.UUID
	/*HostID*/
	HostID strfmt.UUID

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

GetHostParams contains all the parameters to send to the API endpoint for the get host operation typically these are written to a http.Request

func NewGetHostParams

func NewGetHostParams() *GetHostParams

NewGetHostParams creates a new GetHostParams object with the default values initialized.

func NewGetHostParamsWithContext

func NewGetHostParamsWithContext(ctx context.Context) *GetHostParams

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

func NewGetHostParamsWithHTTPClient

func NewGetHostParamsWithHTTPClient(client *http.Client) *GetHostParams

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

func NewGetHostParamsWithTimeout

func NewGetHostParamsWithTimeout(timeout time.Duration) *GetHostParams

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

func (*GetHostParams) SetClusterID

func (o *GetHostParams) SetClusterID(clusterID strfmt.UUID)

SetClusterID adds the clusterId to the get host params

func (*GetHostParams) SetContext

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

SetContext adds the context to the get host params

func (*GetHostParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get host params

func (*GetHostParams) SetHostID

func (o *GetHostParams) SetHostID(hostID strfmt.UUID)

SetHostID adds the hostId to the get host params

func (*GetHostParams) SetTimeout

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

SetTimeout adds the timeout to the get host params

func (*GetHostParams) WithClusterID

func (o *GetHostParams) WithClusterID(clusterID strfmt.UUID) *GetHostParams

WithClusterID adds the clusterID to the get host params

func (*GetHostParams) WithContext

func (o *GetHostParams) WithContext(ctx context.Context) *GetHostParams

WithContext adds the context to the get host params

func (*GetHostParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get host params

func (*GetHostParams) WithHostID

func (o *GetHostParams) WithHostID(hostID strfmt.UUID) *GetHostParams

WithHostID adds the hostID to the get host params

func (*GetHostParams) WithTimeout

func (o *GetHostParams) WithTimeout(timeout time.Duration) *GetHostParams

WithTimeout adds the timeout to the get host params

func (*GetHostParams) WriteToRequest

func (o *GetHostParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetHostReader

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

GetHostReader is a Reader for the GetHost structure.

func (*GetHostReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetHostRequirementsForbidden

type GetHostRequirementsForbidden struct {
	Payload *models.Error
}

GetHostRequirementsForbidden handles this case with default header values.

Forbidden.

func NewGetHostRequirementsForbidden

func NewGetHostRequirementsForbidden() *GetHostRequirementsForbidden

NewGetHostRequirementsForbidden creates a GetHostRequirementsForbidden with default headers values

func (*GetHostRequirementsForbidden) Error

func (*GetHostRequirementsForbidden) GetPayload

func (o *GetHostRequirementsForbidden) GetPayload() *models.Error

type GetHostRequirementsInternalServerError

type GetHostRequirementsInternalServerError struct {
	Payload *models.Error
}

GetHostRequirementsInternalServerError handles this case with default header values.

Error.

func NewGetHostRequirementsInternalServerError

func NewGetHostRequirementsInternalServerError() *GetHostRequirementsInternalServerError

NewGetHostRequirementsInternalServerError creates a GetHostRequirementsInternalServerError with default headers values

func (*GetHostRequirementsInternalServerError) Error

func (*GetHostRequirementsInternalServerError) GetPayload

type GetHostRequirementsMethodNotAllowed

type GetHostRequirementsMethodNotAllowed struct {
	Payload *models.Error
}

GetHostRequirementsMethodNotAllowed handles this case with default header values.

Method Not Allowed.

func NewGetHostRequirementsMethodNotAllowed

func NewGetHostRequirementsMethodNotAllowed() *GetHostRequirementsMethodNotAllowed

NewGetHostRequirementsMethodNotAllowed creates a GetHostRequirementsMethodNotAllowed with default headers values

func (*GetHostRequirementsMethodNotAllowed) Error

func (*GetHostRequirementsMethodNotAllowed) GetPayload

type GetHostRequirementsOK

type GetHostRequirementsOK struct {
	Payload *models.HostRequirements
}

GetHostRequirementsOK handles this case with default header values.

Success.

func NewGetHostRequirementsOK

func NewGetHostRequirementsOK() *GetHostRequirementsOK

NewGetHostRequirementsOK creates a GetHostRequirementsOK with default headers values

func (*GetHostRequirementsOK) Error

func (o *GetHostRequirementsOK) Error() string

func (*GetHostRequirementsOK) GetPayload

type GetHostRequirementsParams

type GetHostRequirementsParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetHostRequirementsParams contains all the parameters to send to the API endpoint for the get host requirements operation typically these are written to a http.Request

func NewGetHostRequirementsParams

func NewGetHostRequirementsParams() *GetHostRequirementsParams

NewGetHostRequirementsParams creates a new GetHostRequirementsParams object with the default values initialized.

func NewGetHostRequirementsParamsWithContext

func NewGetHostRequirementsParamsWithContext(ctx context.Context) *GetHostRequirementsParams

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

func NewGetHostRequirementsParamsWithHTTPClient

func NewGetHostRequirementsParamsWithHTTPClient(client *http.Client) *GetHostRequirementsParams

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

func NewGetHostRequirementsParamsWithTimeout

func NewGetHostRequirementsParamsWithTimeout(timeout time.Duration) *GetHostRequirementsParams

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

func (*GetHostRequirementsParams) SetContext

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

SetContext adds the context to the get host requirements params

func (*GetHostRequirementsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get host requirements params

func (*GetHostRequirementsParams) SetTimeout

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

SetTimeout adds the timeout to the get host requirements params

func (*GetHostRequirementsParams) WithContext

WithContext adds the context to the get host requirements params

func (*GetHostRequirementsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get host requirements params

func (*GetHostRequirementsParams) WithTimeout

WithTimeout adds the timeout to the get host requirements params

func (*GetHostRequirementsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetHostRequirementsReader

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

GetHostRequirementsReader is a Reader for the GetHostRequirements structure.

func (*GetHostRequirementsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetHostRequirementsUnauthorized

type GetHostRequirementsUnauthorized struct {
	Payload *models.Error
}

GetHostRequirementsUnauthorized handles this case with default header values.

Unauthorized.

func NewGetHostRequirementsUnauthorized

func NewGetHostRequirementsUnauthorized() *GetHostRequirementsUnauthorized

NewGetHostRequirementsUnauthorized creates a GetHostRequirementsUnauthorized with default headers values

func (*GetHostRequirementsUnauthorized) Error

func (*GetHostRequirementsUnauthorized) GetPayload

func (o *GetHostRequirementsUnauthorized) GetPayload() *models.Error

type GetHostUnauthorized

type GetHostUnauthorized struct {
	Payload *models.InfraError
}

GetHostUnauthorized handles this case with default header values.

Unauthorized.

func NewGetHostUnauthorized

func NewGetHostUnauthorized() *GetHostUnauthorized

NewGetHostUnauthorized creates a GetHostUnauthorized with default headers values

func (*GetHostUnauthorized) Error

func (o *GetHostUnauthorized) Error() string

func (*GetHostUnauthorized) GetPayload

func (o *GetHostUnauthorized) GetPayload() *models.InfraError

type GetNextStepsForbidden

type GetNextStepsForbidden struct {
	Payload *models.InfraError
}

GetNextStepsForbidden handles this case with default header values.

Forbidden.

func NewGetNextStepsForbidden

func NewGetNextStepsForbidden() *GetNextStepsForbidden

NewGetNextStepsForbidden creates a GetNextStepsForbidden with default headers values

func (*GetNextStepsForbidden) Error

func (o *GetNextStepsForbidden) Error() string

func (*GetNextStepsForbidden) GetPayload

func (o *GetNextStepsForbidden) GetPayload() *models.InfraError

type GetNextStepsInternalServerError

type GetNextStepsInternalServerError struct {
	Payload *models.Error
}

GetNextStepsInternalServerError handles this case with default header values.

Error.

func NewGetNextStepsInternalServerError

func NewGetNextStepsInternalServerError() *GetNextStepsInternalServerError

NewGetNextStepsInternalServerError creates a GetNextStepsInternalServerError with default headers values

func (*GetNextStepsInternalServerError) Error

func (*GetNextStepsInternalServerError) GetPayload

func (o *GetNextStepsInternalServerError) GetPayload() *models.Error

type GetNextStepsMethodNotAllowed

type GetNextStepsMethodNotAllowed struct {
	Payload *models.Error
}

GetNextStepsMethodNotAllowed handles this case with default header values.

Method Not Allowed.

func NewGetNextStepsMethodNotAllowed

func NewGetNextStepsMethodNotAllowed() *GetNextStepsMethodNotAllowed

NewGetNextStepsMethodNotAllowed creates a GetNextStepsMethodNotAllowed with default headers values

func (*GetNextStepsMethodNotAllowed) Error

func (*GetNextStepsMethodNotAllowed) GetPayload

func (o *GetNextStepsMethodNotAllowed) GetPayload() *models.Error

type GetNextStepsNotFound

type GetNextStepsNotFound struct {
	Payload *models.Error
}

GetNextStepsNotFound handles this case with default header values.

Error.

func NewGetNextStepsNotFound

func NewGetNextStepsNotFound() *GetNextStepsNotFound

NewGetNextStepsNotFound creates a GetNextStepsNotFound with default headers values

func (*GetNextStepsNotFound) Error

func (o *GetNextStepsNotFound) Error() string

func (*GetNextStepsNotFound) GetPayload

func (o *GetNextStepsNotFound) GetPayload() *models.Error

type GetNextStepsOK

type GetNextStepsOK struct {
	Payload *models.Steps
}

GetNextStepsOK handles this case with default header values.

Success.

func NewGetNextStepsOK

func NewGetNextStepsOK() *GetNextStepsOK

NewGetNextStepsOK creates a GetNextStepsOK with default headers values

func (*GetNextStepsOK) Error

func (o *GetNextStepsOK) Error() string

func (*GetNextStepsOK) GetPayload

func (o *GetNextStepsOK) GetPayload() *models.Steps

type GetNextStepsParams

type GetNextStepsParams struct {

	/*ClusterID*/
	ClusterID strfmt.UUID
	/*DiscoveryAgentVersion*/
	DiscoveryAgentVersion *string
	/*HostID*/
	HostID strfmt.UUID

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

GetNextStepsParams contains all the parameters to send to the API endpoint for the get next steps operation typically these are written to a http.Request

func NewGetNextStepsParams

func NewGetNextStepsParams() *GetNextStepsParams

NewGetNextStepsParams creates a new GetNextStepsParams object with the default values initialized.

func NewGetNextStepsParamsWithContext

func NewGetNextStepsParamsWithContext(ctx context.Context) *GetNextStepsParams

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

func NewGetNextStepsParamsWithHTTPClient

func NewGetNextStepsParamsWithHTTPClient(client *http.Client) *GetNextStepsParams

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

func NewGetNextStepsParamsWithTimeout

func NewGetNextStepsParamsWithTimeout(timeout time.Duration) *GetNextStepsParams

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

func (*GetNextStepsParams) SetClusterID

func (o *GetNextStepsParams) SetClusterID(clusterID strfmt.UUID)

SetClusterID adds the clusterId to the get next steps params

func (*GetNextStepsParams) SetContext

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

SetContext adds the context to the get next steps params

func (*GetNextStepsParams) SetDiscoveryAgentVersion

func (o *GetNextStepsParams) SetDiscoveryAgentVersion(discoveryAgentVersion *string)

SetDiscoveryAgentVersion adds the discoveryAgentVersion to the get next steps params

func (*GetNextStepsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get next steps params

func (*GetNextStepsParams) SetHostID

func (o *GetNextStepsParams) SetHostID(hostID strfmt.UUID)

SetHostID adds the hostId to the get next steps params

func (*GetNextStepsParams) SetTimeout

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

SetTimeout adds the timeout to the get next steps params

func (*GetNextStepsParams) WithClusterID

func (o *GetNextStepsParams) WithClusterID(clusterID strfmt.UUID) *GetNextStepsParams

WithClusterID adds the clusterID to the get next steps params

func (*GetNextStepsParams) WithContext

WithContext adds the context to the get next steps params

func (*GetNextStepsParams) WithDiscoveryAgentVersion

func (o *GetNextStepsParams) WithDiscoveryAgentVersion(discoveryAgentVersion *string) *GetNextStepsParams

WithDiscoveryAgentVersion adds the discoveryAgentVersion to the get next steps params

func (*GetNextStepsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get next steps params

func (*GetNextStepsParams) WithHostID

func (o *GetNextStepsParams) WithHostID(hostID strfmt.UUID) *GetNextStepsParams

WithHostID adds the hostID to the get next steps params

func (*GetNextStepsParams) WithTimeout

func (o *GetNextStepsParams) WithTimeout(timeout time.Duration) *GetNextStepsParams

WithTimeout adds the timeout to the get next steps params

func (*GetNextStepsParams) WriteToRequest

func (o *GetNextStepsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetNextStepsReader

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

GetNextStepsReader is a Reader for the GetNextSteps structure.

func (*GetNextStepsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetNextStepsUnauthorized

type GetNextStepsUnauthorized struct {
	Payload *models.InfraError
}

GetNextStepsUnauthorized handles this case with default header values.

Unauthorized.

func NewGetNextStepsUnauthorized

func NewGetNextStepsUnauthorized() *GetNextStepsUnauthorized

NewGetNextStepsUnauthorized creates a GetNextStepsUnauthorized with default headers values

func (*GetNextStepsUnauthorized) Error

func (o *GetNextStepsUnauthorized) Error() string

func (*GetNextStepsUnauthorized) GetPayload

func (o *GetNextStepsUnauthorized) GetPayload() *models.InfraError

type GetPresignedForClusterFilesBadRequest

type GetPresignedForClusterFilesBadRequest struct {
	Payload *models.Error
}

GetPresignedForClusterFilesBadRequest handles this case with default header values.

Error.

func NewGetPresignedForClusterFilesBadRequest

func NewGetPresignedForClusterFilesBadRequest() *GetPresignedForClusterFilesBadRequest

NewGetPresignedForClusterFilesBadRequest creates a GetPresignedForClusterFilesBadRequest with default headers values

func (*GetPresignedForClusterFilesBadRequest) Error

func (*GetPresignedForClusterFilesBadRequest) GetPayload

type GetPresignedForClusterFilesConflict

type GetPresignedForClusterFilesConflict struct {
	Payload *models.Error
}

GetPresignedForClusterFilesConflict handles this case with default header values.

Error.

func NewGetPresignedForClusterFilesConflict

func NewGetPresignedForClusterFilesConflict() *GetPresignedForClusterFilesConflict

NewGetPresignedForClusterFilesConflict creates a GetPresignedForClusterFilesConflict with default headers values

func (*GetPresignedForClusterFilesConflict) Error

func (*GetPresignedForClusterFilesConflict) GetPayload

type GetPresignedForClusterFilesForbidden

type GetPresignedForClusterFilesForbidden struct {
	Payload *models.InfraError
}

GetPresignedForClusterFilesForbidden handles this case with default header values.

Forbidden.

func NewGetPresignedForClusterFilesForbidden

func NewGetPresignedForClusterFilesForbidden() *GetPresignedForClusterFilesForbidden

NewGetPresignedForClusterFilesForbidden creates a GetPresignedForClusterFilesForbidden with default headers values

func (*GetPresignedForClusterFilesForbidden) Error

func (*GetPresignedForClusterFilesForbidden) GetPayload

type GetPresignedForClusterFilesInternalServerError

type GetPresignedForClusterFilesInternalServerError struct {
	Payload *models.Error
}

GetPresignedForClusterFilesInternalServerError handles this case with default header values.

Error.

func NewGetPresignedForClusterFilesInternalServerError

func NewGetPresignedForClusterFilesInternalServerError() *GetPresignedForClusterFilesInternalServerError

NewGetPresignedForClusterFilesInternalServerError creates a GetPresignedForClusterFilesInternalServerError with default headers values

func (*GetPresignedForClusterFilesInternalServerError) Error

func (*GetPresignedForClusterFilesInternalServerError) GetPayload

type GetPresignedForClusterFilesMethodNotAllowed

type GetPresignedForClusterFilesMethodNotAllowed struct {
	Payload *models.Error
}

GetPresignedForClusterFilesMethodNotAllowed handles this case with default header values.

Method Not Allowed.

func NewGetPresignedForClusterFilesMethodNotAllowed

func NewGetPresignedForClusterFilesMethodNotAllowed() *GetPresignedForClusterFilesMethodNotAllowed

NewGetPresignedForClusterFilesMethodNotAllowed creates a GetPresignedForClusterFilesMethodNotAllowed with default headers values

func (*GetPresignedForClusterFilesMethodNotAllowed) Error

func (*GetPresignedForClusterFilesMethodNotAllowed) GetPayload

type GetPresignedForClusterFilesNotFound

type GetPresignedForClusterFilesNotFound struct {
	Payload *models.Error
}

GetPresignedForClusterFilesNotFound handles this case with default header values.

Error.

func NewGetPresignedForClusterFilesNotFound

func NewGetPresignedForClusterFilesNotFound() *GetPresignedForClusterFilesNotFound

NewGetPresignedForClusterFilesNotFound creates a GetPresignedForClusterFilesNotFound with default headers values

func (*GetPresignedForClusterFilesNotFound) Error

func (*GetPresignedForClusterFilesNotFound) GetPayload

type GetPresignedForClusterFilesOK

type GetPresignedForClusterFilesOK struct {
	Payload *models.Presigned
}

GetPresignedForClusterFilesOK handles this case with default header values.

Success.

func NewGetPresignedForClusterFilesOK

func NewGetPresignedForClusterFilesOK() *GetPresignedForClusterFilesOK

NewGetPresignedForClusterFilesOK creates a GetPresignedForClusterFilesOK with default headers values

func (*GetPresignedForClusterFilesOK) Error

func (*GetPresignedForClusterFilesOK) GetPayload

type GetPresignedForClusterFilesParams

type GetPresignedForClusterFilesParams struct {

	/*ClusterID*/
	ClusterID strfmt.UUID
	/*FileName*/
	FileName string
	/*HostID*/
	HostID *strfmt.UUID

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

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

func NewGetPresignedForClusterFilesParams

func NewGetPresignedForClusterFilesParams() *GetPresignedForClusterFilesParams

NewGetPresignedForClusterFilesParams creates a new GetPresignedForClusterFilesParams object with the default values initialized.

func NewGetPresignedForClusterFilesParamsWithContext

func NewGetPresignedForClusterFilesParamsWithContext(ctx context.Context) *GetPresignedForClusterFilesParams

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

func NewGetPresignedForClusterFilesParamsWithHTTPClient

func NewGetPresignedForClusterFilesParamsWithHTTPClient(client *http.Client) *GetPresignedForClusterFilesParams

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

func NewGetPresignedForClusterFilesParamsWithTimeout

func NewGetPresignedForClusterFilesParamsWithTimeout(timeout time.Duration) *GetPresignedForClusterFilesParams

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

func (*GetPresignedForClusterFilesParams) SetClusterID

func (o *GetPresignedForClusterFilesParams) SetClusterID(clusterID strfmt.UUID)

SetClusterID adds the clusterId to the get presigned for cluster files params

func (*GetPresignedForClusterFilesParams) SetContext

SetContext adds the context to the get presigned for cluster files params

func (*GetPresignedForClusterFilesParams) SetFileName

func (o *GetPresignedForClusterFilesParams) SetFileName(fileName string)

SetFileName adds the fileName to the get presigned for cluster files params

func (*GetPresignedForClusterFilesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get presigned for cluster files params

func (*GetPresignedForClusterFilesParams) SetHostID

func (o *GetPresignedForClusterFilesParams) SetHostID(hostID *strfmt.UUID)

SetHostID adds the hostId to the get presigned for cluster files params

func (*GetPresignedForClusterFilesParams) SetTimeout

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

SetTimeout adds the timeout to the get presigned for cluster files params

func (*GetPresignedForClusterFilesParams) WithClusterID

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

func (*GetPresignedForClusterFilesParams) WithContext

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

func (*GetPresignedForClusterFilesParams) WithFileName

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

func (*GetPresignedForClusterFilesParams) WithHTTPClient

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

func (*GetPresignedForClusterFilesParams) WithHostID

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

func (*GetPresignedForClusterFilesParams) WithTimeout

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

func (*GetPresignedForClusterFilesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetPresignedForClusterFilesReader

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

GetPresignedForClusterFilesReader is a Reader for the GetPresignedForClusterFiles structure.

func (*GetPresignedForClusterFilesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPresignedForClusterFilesUnauthorized

type GetPresignedForClusterFilesUnauthorized struct {
	Payload *models.InfraError
}

GetPresignedForClusterFilesUnauthorized handles this case with default header values.

Unauthorized.

func NewGetPresignedForClusterFilesUnauthorized

func NewGetPresignedForClusterFilesUnauthorized() *GetPresignedForClusterFilesUnauthorized

NewGetPresignedForClusterFilesUnauthorized creates a GetPresignedForClusterFilesUnauthorized with default headers values

func (*GetPresignedForClusterFilesUnauthorized) Error

func (*GetPresignedForClusterFilesUnauthorized) GetPayload

type InstallClusterAccepted

type InstallClusterAccepted struct {
	Payload *models.Cluster
}

InstallClusterAccepted handles this case with default header values.

Success.

func NewInstallClusterAccepted

func NewInstallClusterAccepted() *InstallClusterAccepted

NewInstallClusterAccepted creates a InstallClusterAccepted with default headers values

func (*InstallClusterAccepted) Error

func (o *InstallClusterAccepted) Error() string

func (*InstallClusterAccepted) GetPayload

func (o *InstallClusterAccepted) GetPayload() *models.Cluster

type InstallClusterBadRequest

type InstallClusterBadRequest struct {
	Payload *models.Error
}

InstallClusterBadRequest handles this case with default header values.

Error.

func NewInstallClusterBadRequest

func NewInstallClusterBadRequest() *InstallClusterBadRequest

NewInstallClusterBadRequest creates a InstallClusterBadRequest with default headers values

func (*InstallClusterBadRequest) Error

func (o *InstallClusterBadRequest) Error() string

func (*InstallClusterBadRequest) GetPayload

func (o *InstallClusterBadRequest) GetPayload() *models.Error

type InstallClusterConflict

type InstallClusterConflict struct {
	Payload *models.Error
}

InstallClusterConflict handles this case with default header values.

Error.

func NewInstallClusterConflict

func NewInstallClusterConflict() *InstallClusterConflict

NewInstallClusterConflict creates a InstallClusterConflict with default headers values

func (*InstallClusterConflict) Error

func (o *InstallClusterConflict) Error() string

func (*InstallClusterConflict) GetPayload

func (o *InstallClusterConflict) GetPayload() *models.Error

type InstallClusterForbidden

type InstallClusterForbidden struct {
	Payload *models.InfraError
}

InstallClusterForbidden handles this case with default header values.

Forbidden.

func NewInstallClusterForbidden

func NewInstallClusterForbidden() *InstallClusterForbidden

NewInstallClusterForbidden creates a InstallClusterForbidden with default headers values

func (*InstallClusterForbidden) Error

func (o *InstallClusterForbidden) Error() string

func (*InstallClusterForbidden) GetPayload

func (o *InstallClusterForbidden) GetPayload() *models.InfraError

type InstallClusterInternalServerError

type InstallClusterInternalServerError struct {
	Payload *models.Error
}

InstallClusterInternalServerError handles this case with default header values.

Error.

func NewInstallClusterInternalServerError

func NewInstallClusterInternalServerError() *InstallClusterInternalServerError

NewInstallClusterInternalServerError creates a InstallClusterInternalServerError with default headers values

func (*InstallClusterInternalServerError) Error

func (*InstallClusterInternalServerError) GetPayload

type InstallClusterMethodNotAllowed

type InstallClusterMethodNotAllowed struct {
	Payload *models.Error
}

InstallClusterMethodNotAllowed handles this case with default header values.

Method Not Allowed.

func NewInstallClusterMethodNotAllowed

func NewInstallClusterMethodNotAllowed() *InstallClusterMethodNotAllowed

NewInstallClusterMethodNotAllowed creates a InstallClusterMethodNotAllowed with default headers values

func (*InstallClusterMethodNotAllowed) Error

func (*InstallClusterMethodNotAllowed) GetPayload

func (o *InstallClusterMethodNotAllowed) GetPayload() *models.Error

type InstallClusterNotFound

type InstallClusterNotFound struct {
	Payload *models.Error
}

InstallClusterNotFound handles this case with default header values.

Error.

func NewInstallClusterNotFound

func NewInstallClusterNotFound() *InstallClusterNotFound

NewInstallClusterNotFound creates a InstallClusterNotFound with default headers values

func (*InstallClusterNotFound) Error

func (o *InstallClusterNotFound) Error() string

func (*InstallClusterNotFound) GetPayload

func (o *InstallClusterNotFound) GetPayload() *models.Error

type InstallClusterParams

type InstallClusterParams struct {

	/*ClusterID*/
	ClusterID strfmt.UUID

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

InstallClusterParams contains all the parameters to send to the API endpoint for the install cluster operation typically these are written to a http.Request

func NewInstallClusterParams

func NewInstallClusterParams() *InstallClusterParams

NewInstallClusterParams creates a new InstallClusterParams object with the default values initialized.

func NewInstallClusterParamsWithContext

func NewInstallClusterParamsWithContext(ctx context.Context) *InstallClusterParams

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

func NewInstallClusterParamsWithHTTPClient

func NewInstallClusterParamsWithHTTPClient(client *http.Client) *InstallClusterParams

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

func NewInstallClusterParamsWithTimeout

func NewInstallClusterParamsWithTimeout(timeout time.Duration) *InstallClusterParams

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

func (*InstallClusterParams) SetClusterID

func (o *InstallClusterParams) SetClusterID(clusterID strfmt.UUID)

SetClusterID adds the clusterId to the install cluster params

func (*InstallClusterParams) SetContext

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

SetContext adds the context to the install cluster params

func (*InstallClusterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the install cluster params

func (*InstallClusterParams) SetTimeout

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

SetTimeout adds the timeout to the install cluster params

func (*InstallClusterParams) WithClusterID

func (o *InstallClusterParams) WithClusterID(clusterID strfmt.UUID) *InstallClusterParams

WithClusterID adds the clusterID to the install cluster params

func (*InstallClusterParams) WithContext

WithContext adds the context to the install cluster params

func (*InstallClusterParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the install cluster params

func (*InstallClusterParams) WithTimeout

func (o *InstallClusterParams) WithTimeout(timeout time.Duration) *InstallClusterParams

WithTimeout adds the timeout to the install cluster params

func (*InstallClusterParams) WriteToRequest

func (o *InstallClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type InstallClusterReader

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

InstallClusterReader is a Reader for the InstallCluster structure.

func (*InstallClusterReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type InstallClusterUnauthorized

type InstallClusterUnauthorized struct {
	Payload *models.InfraError
}

InstallClusterUnauthorized handles this case with default header values.

Unauthorized.

func NewInstallClusterUnauthorized

func NewInstallClusterUnauthorized() *InstallClusterUnauthorized

NewInstallClusterUnauthorized creates a InstallClusterUnauthorized with default headers values

func (*InstallClusterUnauthorized) Error

func (*InstallClusterUnauthorized) GetPayload

func (o *InstallClusterUnauthorized) GetPayload() *models.InfraError

type ListClustersForbidden

type ListClustersForbidden struct {
	Payload *models.InfraError
}

ListClustersForbidden handles this case with default header values.

Forbidden.

func NewListClustersForbidden

func NewListClustersForbidden() *ListClustersForbidden

NewListClustersForbidden creates a ListClustersForbidden with default headers values

func (*ListClustersForbidden) Error

func (o *ListClustersForbidden) Error() string

func (*ListClustersForbidden) GetPayload

func (o *ListClustersForbidden) GetPayload() *models.InfraError

type ListClustersInternalServerError

type ListClustersInternalServerError struct {
	Payload *models.Error
}

ListClustersInternalServerError handles this case with default header values.

Error.

func NewListClustersInternalServerError

func NewListClustersInternalServerError() *ListClustersInternalServerError

NewListClustersInternalServerError creates a ListClustersInternalServerError with default headers values

func (*ListClustersInternalServerError) Error

func (*ListClustersInternalServerError) GetPayload

func (o *ListClustersInternalServerError) GetPayload() *models.Error

type ListClustersMethodNotAllowed

type ListClustersMethodNotAllowed struct {
	Payload *models.Error
}

ListClustersMethodNotAllowed handles this case with default header values.

Method Not Allowed.

func NewListClustersMethodNotAllowed

func NewListClustersMethodNotAllowed() *ListClustersMethodNotAllowed

NewListClustersMethodNotAllowed creates a ListClustersMethodNotAllowed with default headers values

func (*ListClustersMethodNotAllowed) Error

func (*ListClustersMethodNotAllowed) GetPayload

func (o *ListClustersMethodNotAllowed) GetPayload() *models.Error

type ListClustersOK

type ListClustersOK struct {
	Payload models.ClusterList
}

ListClustersOK handles this case with default header values.

Success.

func NewListClustersOK

func NewListClustersOK() *ListClustersOK

NewListClustersOK creates a ListClustersOK with default headers values

func (*ListClustersOK) Error

func (o *ListClustersOK) Error() string

func (*ListClustersOK) GetPayload

func (o *ListClustersOK) GetPayload() models.ClusterList

type ListClustersParams

type ListClustersParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListClustersParams contains all the parameters to send to the API endpoint for the list clusters operation typically these are written to a http.Request

func NewListClustersParams

func NewListClustersParams() *ListClustersParams

NewListClustersParams creates a new ListClustersParams object with the default values initialized.

func NewListClustersParamsWithContext

func NewListClustersParamsWithContext(ctx context.Context) *ListClustersParams

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

func NewListClustersParamsWithHTTPClient

func NewListClustersParamsWithHTTPClient(client *http.Client) *ListClustersParams

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

func NewListClustersParamsWithTimeout

func NewListClustersParamsWithTimeout(timeout time.Duration) *ListClustersParams

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

func (*ListClustersParams) SetContext

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

SetContext adds the context to the list clusters params

func (*ListClustersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list clusters params

func (*ListClustersParams) SetTimeout

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

SetTimeout adds the timeout to the list clusters params

func (*ListClustersParams) WithContext

WithContext adds the context to the list clusters params

func (*ListClustersParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list clusters params

func (*ListClustersParams) WithTimeout

func (o *ListClustersParams) WithTimeout(timeout time.Duration) *ListClustersParams

WithTimeout adds the timeout to the list clusters params

func (*ListClustersParams) WriteToRequest

func (o *ListClustersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ListClustersReader

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

ListClustersReader is a Reader for the ListClusters structure.

func (*ListClustersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListClustersUnauthorized

type ListClustersUnauthorized struct {
	Payload *models.InfraError
}

ListClustersUnauthorized handles this case with default header values.

Unauthorized.

func NewListClustersUnauthorized

func NewListClustersUnauthorized() *ListClustersUnauthorized

NewListClustersUnauthorized creates a ListClustersUnauthorized with default headers values

func (*ListClustersUnauthorized) Error

func (o *ListClustersUnauthorized) Error() string

func (*ListClustersUnauthorized) GetPayload

func (o *ListClustersUnauthorized) GetPayload() *models.InfraError

type ListHostsForbidden

type ListHostsForbidden struct {
	Payload *models.InfraError
}

ListHostsForbidden handles this case with default header values.

Forbidden.

func NewListHostsForbidden

func NewListHostsForbidden() *ListHostsForbidden

NewListHostsForbidden creates a ListHostsForbidden with default headers values

func (*ListHostsForbidden) Error

func (o *ListHostsForbidden) Error() string

func (*ListHostsForbidden) GetPayload

func (o *ListHostsForbidden) GetPayload() *models.InfraError

type ListHostsInternalServerError

type ListHostsInternalServerError struct {
	Payload *models.Error
}

ListHostsInternalServerError handles this case with default header values.

Error.

func NewListHostsInternalServerError

func NewListHostsInternalServerError() *ListHostsInternalServerError

NewListHostsInternalServerError creates a ListHostsInternalServerError with default headers values

func (*ListHostsInternalServerError) Error

func (*ListHostsInternalServerError) GetPayload

func (o *ListHostsInternalServerError) GetPayload() *models.Error

type ListHostsMethodNotAllowed

type ListHostsMethodNotAllowed struct {
	Payload *models.Error
}

ListHostsMethodNotAllowed handles this case with default header values.

Method Not Allowed.

func NewListHostsMethodNotAllowed

func NewListHostsMethodNotAllowed() *ListHostsMethodNotAllowed

NewListHostsMethodNotAllowed creates a ListHostsMethodNotAllowed with default headers values

func (*ListHostsMethodNotAllowed) Error

func (o *ListHostsMethodNotAllowed) Error() string

func (*ListHostsMethodNotAllowed) GetPayload

func (o *ListHostsMethodNotAllowed) GetPayload() *models.Error

type ListHostsOK

type ListHostsOK struct {
	Payload models.HostList
}

ListHostsOK handles this case with default header values.

Success.

func NewListHostsOK

func NewListHostsOK() *ListHostsOK

NewListHostsOK creates a ListHostsOK with default headers values

func (*ListHostsOK) Error

func (o *ListHostsOK) Error() string

func (*ListHostsOK) GetPayload

func (o *ListHostsOK) GetPayload() models.HostList

type ListHostsParams

type ListHostsParams struct {

	/*ClusterID*/
	ClusterID strfmt.UUID
	/*DiscoveryAgentVersion*/
	DiscoveryAgentVersion *string

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

ListHostsParams contains all the parameters to send to the API endpoint for the list hosts operation typically these are written to a http.Request

func NewListHostsParams

func NewListHostsParams() *ListHostsParams

NewListHostsParams creates a new ListHostsParams object with the default values initialized.

func NewListHostsParamsWithContext

func NewListHostsParamsWithContext(ctx context.Context) *ListHostsParams

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

func NewListHostsParamsWithHTTPClient

func NewListHostsParamsWithHTTPClient(client *http.Client) *ListHostsParams

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

func NewListHostsParamsWithTimeout

func NewListHostsParamsWithTimeout(timeout time.Duration) *ListHostsParams

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

func (*ListHostsParams) SetClusterID

func (o *ListHostsParams) SetClusterID(clusterID strfmt.UUID)

SetClusterID adds the clusterId to the list hosts params

func (*ListHostsParams) SetContext

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

SetContext adds the context to the list hosts params

func (*ListHostsParams) SetDiscoveryAgentVersion

func (o *ListHostsParams) SetDiscoveryAgentVersion(discoveryAgentVersion *string)

SetDiscoveryAgentVersion adds the discoveryAgentVersion to the list hosts params

func (*ListHostsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list hosts params

func (*ListHostsParams) SetTimeout

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

SetTimeout adds the timeout to the list hosts params

func (*ListHostsParams) WithClusterID

func (o *ListHostsParams) WithClusterID(clusterID strfmt.UUID) *ListHostsParams

WithClusterID adds the clusterID to the list hosts params

func (*ListHostsParams) WithContext

func (o *ListHostsParams) WithContext(ctx context.Context) *ListHostsParams

WithContext adds the context to the list hosts params

func (*ListHostsParams) WithDiscoveryAgentVersion

func (o *ListHostsParams) WithDiscoveryAgentVersion(discoveryAgentVersion *string) *ListHostsParams

WithDiscoveryAgentVersion adds the discoveryAgentVersion to the list hosts params

func (*ListHostsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list hosts params

func (*ListHostsParams) WithTimeout

func (o *ListHostsParams) WithTimeout(timeout time.Duration) *ListHostsParams

WithTimeout adds the timeout to the list hosts params

func (*ListHostsParams) WriteToRequest

func (o *ListHostsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ListHostsReader

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

ListHostsReader is a Reader for the ListHosts structure.

func (*ListHostsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListHostsUnauthorized

type ListHostsUnauthorized struct {
	Payload *models.InfraError
}

ListHostsUnauthorized handles this case with default header values.

Unauthorized.

func NewListHostsUnauthorized

func NewListHostsUnauthorized() *ListHostsUnauthorized

NewListHostsUnauthorized creates a ListHostsUnauthorized with default headers values

func (*ListHostsUnauthorized) Error

func (o *ListHostsUnauthorized) Error() string

func (*ListHostsUnauthorized) GetPayload

func (o *ListHostsUnauthorized) GetPayload() *models.InfraError

type PostStepReplyBadRequest

type PostStepReplyBadRequest struct {
	Payload *models.Error
}

PostStepReplyBadRequest handles this case with default header values.

Error.

func NewPostStepReplyBadRequest

func NewPostStepReplyBadRequest() *PostStepReplyBadRequest

NewPostStepReplyBadRequest creates a PostStepReplyBadRequest with default headers values

func (*PostStepReplyBadRequest) Error

func (o *PostStepReplyBadRequest) Error() string

func (*PostStepReplyBadRequest) GetPayload

func (o *PostStepReplyBadRequest) GetPayload() *models.Error

type PostStepReplyForbidden

type PostStepReplyForbidden struct {
	Payload *models.InfraError
}

PostStepReplyForbidden handles this case with default header values.

Forbidden.

func NewPostStepReplyForbidden

func NewPostStepReplyForbidden() *PostStepReplyForbidden

NewPostStepReplyForbidden creates a PostStepReplyForbidden with default headers values

func (*PostStepReplyForbidden) Error

func (o *PostStepReplyForbidden) Error() string

func (*PostStepReplyForbidden) GetPayload

func (o *PostStepReplyForbidden) GetPayload() *models.InfraError

type PostStepReplyInternalServerError

type PostStepReplyInternalServerError struct {
	Payload *models.Error
}

PostStepReplyInternalServerError handles this case with default header values.

Error.

func NewPostStepReplyInternalServerError

func NewPostStepReplyInternalServerError() *PostStepReplyInternalServerError

NewPostStepReplyInternalServerError creates a PostStepReplyInternalServerError with default headers values

func (*PostStepReplyInternalServerError) Error

func (*PostStepReplyInternalServerError) GetPayload

type PostStepReplyMethodNotAllowed

type PostStepReplyMethodNotAllowed struct {
	Payload *models.Error
}

PostStepReplyMethodNotAllowed handles this case with default header values.

Method Not Allowed.

func NewPostStepReplyMethodNotAllowed

func NewPostStepReplyMethodNotAllowed() *PostStepReplyMethodNotAllowed

NewPostStepReplyMethodNotAllowed creates a PostStepReplyMethodNotAllowed with default headers values

func (*PostStepReplyMethodNotAllowed) Error

func (*PostStepReplyMethodNotAllowed) GetPayload

func (o *PostStepReplyMethodNotAllowed) GetPayload() *models.Error

type PostStepReplyNoContent

type PostStepReplyNoContent struct {
}

PostStepReplyNoContent handles this case with default header values.

Success.

func NewPostStepReplyNoContent

func NewPostStepReplyNoContent() *PostStepReplyNoContent

NewPostStepReplyNoContent creates a PostStepReplyNoContent with default headers values

func (*PostStepReplyNoContent) Error

func (o *PostStepReplyNoContent) Error() string

type PostStepReplyNotFound

type PostStepReplyNotFound struct {
	Payload *models.Error
}

PostStepReplyNotFound handles this case with default header values.

Error.

func NewPostStepReplyNotFound

func NewPostStepReplyNotFound() *PostStepReplyNotFound

NewPostStepReplyNotFound creates a PostStepReplyNotFound with default headers values

func (*PostStepReplyNotFound) Error

func (o *PostStepReplyNotFound) Error() string

func (*PostStepReplyNotFound) GetPayload

func (o *PostStepReplyNotFound) GetPayload() *models.Error

type PostStepReplyParams

type PostStepReplyParams struct {

	/*ClusterID*/
	ClusterID strfmt.UUID
	/*DiscoveryAgentVersion*/
	DiscoveryAgentVersion *string
	/*HostID*/
	HostID strfmt.UUID
	/*Reply*/
	Reply *models.StepReply

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

PostStepReplyParams contains all the parameters to send to the API endpoint for the post step reply operation typically these are written to a http.Request

func NewPostStepReplyParams

func NewPostStepReplyParams() *PostStepReplyParams

NewPostStepReplyParams creates a new PostStepReplyParams object with the default values initialized.

func NewPostStepReplyParamsWithContext

func NewPostStepReplyParamsWithContext(ctx context.Context) *PostStepReplyParams

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

func NewPostStepReplyParamsWithHTTPClient

func NewPostStepReplyParamsWithHTTPClient(client *http.Client) *PostStepReplyParams

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

func NewPostStepReplyParamsWithTimeout

func NewPostStepReplyParamsWithTimeout(timeout time.Duration) *PostStepReplyParams

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

func (*PostStepReplyParams) SetClusterID

func (o *PostStepReplyParams) SetClusterID(clusterID strfmt.UUID)

SetClusterID adds the clusterId to the post step reply params

func (*PostStepReplyParams) SetContext

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

SetContext adds the context to the post step reply params

func (*PostStepReplyParams) SetDiscoveryAgentVersion

func (o *PostStepReplyParams) SetDiscoveryAgentVersion(discoveryAgentVersion *string)

SetDiscoveryAgentVersion adds the discoveryAgentVersion to the post step reply params

func (*PostStepReplyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post step reply params

func (*PostStepReplyParams) SetHostID

func (o *PostStepReplyParams) SetHostID(hostID strfmt.UUID)

SetHostID adds the hostId to the post step reply params

func (*PostStepReplyParams) SetReply

func (o *PostStepReplyParams) SetReply(reply *models.StepReply)

SetReply adds the reply to the post step reply params

func (*PostStepReplyParams) SetTimeout

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

SetTimeout adds the timeout to the post step reply params

func (*PostStepReplyParams) WithClusterID

func (o *PostStepReplyParams) WithClusterID(clusterID strfmt.UUID) *PostStepReplyParams

WithClusterID adds the clusterID to the post step reply params

func (*PostStepReplyParams) WithContext

WithContext adds the context to the post step reply params

func (*PostStepReplyParams) WithDiscoveryAgentVersion

func (o *PostStepReplyParams) WithDiscoveryAgentVersion(discoveryAgentVersion *string) *PostStepReplyParams

WithDiscoveryAgentVersion adds the discoveryAgentVersion to the post step reply params

func (*PostStepReplyParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post step reply params

func (*PostStepReplyParams) WithHostID

func (o *PostStepReplyParams) WithHostID(hostID strfmt.UUID) *PostStepReplyParams

WithHostID adds the hostID to the post step reply params

func (*PostStepReplyParams) WithReply

WithReply adds the reply to the post step reply params

func (*PostStepReplyParams) WithTimeout

func (o *PostStepReplyParams) WithTimeout(timeout time.Duration) *PostStepReplyParams

WithTimeout adds the timeout to the post step reply params

func (*PostStepReplyParams) WriteToRequest

func (o *PostStepReplyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PostStepReplyReader

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

PostStepReplyReader is a Reader for the PostStepReply structure.

func (*PostStepReplyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostStepReplyUnauthorized

type PostStepReplyUnauthorized struct {
	Payload *models.InfraError
}

PostStepReplyUnauthorized handles this case with default header values.

Unauthorized.

func NewPostStepReplyUnauthorized

func NewPostStepReplyUnauthorized() *PostStepReplyUnauthorized

NewPostStepReplyUnauthorized creates a PostStepReplyUnauthorized with default headers values

func (*PostStepReplyUnauthorized) Error

func (o *PostStepReplyUnauthorized) Error() string

func (*PostStepReplyUnauthorized) GetPayload

func (o *PostStepReplyUnauthorized) GetPayload() *models.InfraError

type RegisterClusterBadRequest

type RegisterClusterBadRequest struct {
	Payload *models.Error
}

RegisterClusterBadRequest handles this case with default header values.

Error.

func NewRegisterClusterBadRequest

func NewRegisterClusterBadRequest() *RegisterClusterBadRequest

NewRegisterClusterBadRequest creates a RegisterClusterBadRequest with default headers values

func (*RegisterClusterBadRequest) Error

func (o *RegisterClusterBadRequest) Error() string

func (*RegisterClusterBadRequest) GetPayload

func (o *RegisterClusterBadRequest) GetPayload() *models.Error

type RegisterClusterCreated

type RegisterClusterCreated struct {
	Payload *models.Cluster
}

RegisterClusterCreated handles this case with default header values.

Success.

func NewRegisterClusterCreated

func NewRegisterClusterCreated() *RegisterClusterCreated

NewRegisterClusterCreated creates a RegisterClusterCreated with default headers values

func (*RegisterClusterCreated) Error

func (o *RegisterClusterCreated) Error() string

func (*RegisterClusterCreated) GetPayload

func (o *RegisterClusterCreated) GetPayload() *models.Cluster

type RegisterClusterForbidden

type RegisterClusterForbidden struct {
	Payload *models.InfraError
}

RegisterClusterForbidden handles this case with default header values.

Forbidden.

func NewRegisterClusterForbidden

func NewRegisterClusterForbidden() *RegisterClusterForbidden

NewRegisterClusterForbidden creates a RegisterClusterForbidden with default headers values

func (*RegisterClusterForbidden) Error

func (o *RegisterClusterForbidden) Error() string

func (*RegisterClusterForbidden) GetPayload

func (o *RegisterClusterForbidden) GetPayload() *models.InfraError

type RegisterClusterInternalServerError

type RegisterClusterInternalServerError struct {
	Payload *models.Error
}

RegisterClusterInternalServerError handles this case with default header values.

Error.

func NewRegisterClusterInternalServerError

func NewRegisterClusterInternalServerError() *RegisterClusterInternalServerError

NewRegisterClusterInternalServerError creates a RegisterClusterInternalServerError with default headers values

func (*RegisterClusterInternalServerError) Error

func (*RegisterClusterInternalServerError) GetPayload

type RegisterClusterMethodNotAllowed

type RegisterClusterMethodNotAllowed struct {
	Payload *models.Error
}

RegisterClusterMethodNotAllowed handles this case with default header values.

Method Not Allowed.

func NewRegisterClusterMethodNotAllowed

func NewRegisterClusterMethodNotAllowed() *RegisterClusterMethodNotAllowed

NewRegisterClusterMethodNotAllowed creates a RegisterClusterMethodNotAllowed with default headers values

func (*RegisterClusterMethodNotAllowed) Error

func (*RegisterClusterMethodNotAllowed) GetPayload

func (o *RegisterClusterMethodNotAllowed) GetPayload() *models.Error

type RegisterClusterParams

type RegisterClusterParams struct {

	/*NewClusterParams*/
	NewClusterParams *models.ClusterCreateParams

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

RegisterClusterParams contains all the parameters to send to the API endpoint for the register cluster operation typically these are written to a http.Request

func NewRegisterClusterParams

func NewRegisterClusterParams() *RegisterClusterParams

NewRegisterClusterParams creates a new RegisterClusterParams object with the default values initialized.

func NewRegisterClusterParamsWithContext

func NewRegisterClusterParamsWithContext(ctx context.Context) *RegisterClusterParams

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

func NewRegisterClusterParamsWithHTTPClient

func NewRegisterClusterParamsWithHTTPClient(client *http.Client) *RegisterClusterParams

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

func NewRegisterClusterParamsWithTimeout

func NewRegisterClusterParamsWithTimeout(timeout time.Duration) *RegisterClusterParams

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

func (*RegisterClusterParams) SetContext

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

SetContext adds the context to the register cluster params

func (*RegisterClusterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the register cluster params

func (*RegisterClusterParams) SetNewClusterParams

func (o *RegisterClusterParams) SetNewClusterParams(newClusterParams *models.ClusterCreateParams)

SetNewClusterParams adds the newClusterParams to the register cluster params

func (*RegisterClusterParams) SetTimeout

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

SetTimeout adds the timeout to the register cluster params

func (*RegisterClusterParams) WithContext

WithContext adds the context to the register cluster params

func (*RegisterClusterParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the register cluster params

func (*RegisterClusterParams) WithNewClusterParams

func (o *RegisterClusterParams) WithNewClusterParams(newClusterParams *models.ClusterCreateParams) *RegisterClusterParams

WithNewClusterParams adds the newClusterParams to the register cluster params

func (*RegisterClusterParams) WithTimeout

func (o *RegisterClusterParams) WithTimeout(timeout time.Duration) *RegisterClusterParams

WithTimeout adds the timeout to the register cluster params

func (*RegisterClusterParams) WriteToRequest

func (o *RegisterClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type RegisterClusterReader

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

RegisterClusterReader is a Reader for the RegisterCluster structure.

func (*RegisterClusterReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RegisterClusterUnauthorized

type RegisterClusterUnauthorized struct {
	Payload *models.InfraError
}

RegisterClusterUnauthorized handles this case with default header values.

Unauthorized.

func NewRegisterClusterUnauthorized

func NewRegisterClusterUnauthorized() *RegisterClusterUnauthorized

NewRegisterClusterUnauthorized creates a RegisterClusterUnauthorized with default headers values

func (*RegisterClusterUnauthorized) Error

func (*RegisterClusterUnauthorized) GetPayload

type RegisterHostBadRequest

type RegisterHostBadRequest struct {
	Payload *models.Error
}

RegisterHostBadRequest handles this case with default header values.

Error.

func NewRegisterHostBadRequest

func NewRegisterHostBadRequest() *RegisterHostBadRequest

NewRegisterHostBadRequest creates a RegisterHostBadRequest with default headers values

func (*RegisterHostBadRequest) Error

func (o *RegisterHostBadRequest) Error() string

func (*RegisterHostBadRequest) GetPayload

func (o *RegisterHostBadRequest) GetPayload() *models.Error

type RegisterHostCreated

type RegisterHostCreated struct {
	Payload *models.Host
}

RegisterHostCreated handles this case with default header values.

Success.

func NewRegisterHostCreated

func NewRegisterHostCreated() *RegisterHostCreated

NewRegisterHostCreated creates a RegisterHostCreated with default headers values

func (*RegisterHostCreated) Error

func (o *RegisterHostCreated) Error() string

func (*RegisterHostCreated) GetPayload

func (o *RegisterHostCreated) GetPayload() *models.Host

type RegisterHostForbidden

type RegisterHostForbidden struct {
	Payload *models.InfraError
}

RegisterHostForbidden handles this case with default header values.

Forbidden.

func NewRegisterHostForbidden

func NewRegisterHostForbidden() *RegisterHostForbidden

NewRegisterHostForbidden creates a RegisterHostForbidden with default headers values

func (*RegisterHostForbidden) Error

func (o *RegisterHostForbidden) Error() string

func (*RegisterHostForbidden) GetPayload

func (o *RegisterHostForbidden) GetPayload() *models.InfraError

type RegisterHostInternalServerError

type RegisterHostInternalServerError struct {
	Payload *models.Error
}

RegisterHostInternalServerError handles this case with default header values.

Error.

func NewRegisterHostInternalServerError

func NewRegisterHostInternalServerError() *RegisterHostInternalServerError

NewRegisterHostInternalServerError creates a RegisterHostInternalServerError with default headers values

func (*RegisterHostInternalServerError) Error

func (*RegisterHostInternalServerError) GetPayload

func (o *RegisterHostInternalServerError) GetPayload() *models.Error

type RegisterHostMethodNotAllowed

type RegisterHostMethodNotAllowed struct {
	Payload *models.Error
}

RegisterHostMethodNotAllowed handles this case with default header values.

Method Not Allowed.

func NewRegisterHostMethodNotAllowed

func NewRegisterHostMethodNotAllowed() *RegisterHostMethodNotAllowed

NewRegisterHostMethodNotAllowed creates a RegisterHostMethodNotAllowed with default headers values

func (*RegisterHostMethodNotAllowed) Error

func (*RegisterHostMethodNotAllowed) GetPayload

func (o *RegisterHostMethodNotAllowed) GetPayload() *models.Error

type RegisterHostNotFound

type RegisterHostNotFound struct {
	Payload *models.Error
}

RegisterHostNotFound handles this case with default header values.

Error.

func NewRegisterHostNotFound

func NewRegisterHostNotFound() *RegisterHostNotFound

NewRegisterHostNotFound creates a RegisterHostNotFound with default headers values

func (*RegisterHostNotFound) Error

func (o *RegisterHostNotFound) Error() string

func (*RegisterHostNotFound) GetPayload

func (o *RegisterHostNotFound) GetPayload() *models.Error

type RegisterHostParams

type RegisterHostParams struct {

	/*ClusterID*/
	ClusterID strfmt.UUID
	/*DiscoveryAgentVersion*/
	DiscoveryAgentVersion *string
	/*NewHostParams*/
	NewHostParams *models.HostCreateParams

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

RegisterHostParams contains all the parameters to send to the API endpoint for the register host operation typically these are written to a http.Request

func NewRegisterHostParams

func NewRegisterHostParams() *RegisterHostParams

NewRegisterHostParams creates a new RegisterHostParams object with the default values initialized.

func NewRegisterHostParamsWithContext

func NewRegisterHostParamsWithContext(ctx context.Context) *RegisterHostParams

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

func NewRegisterHostParamsWithHTTPClient

func NewRegisterHostParamsWithHTTPClient(client *http.Client) *RegisterHostParams

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

func NewRegisterHostParamsWithTimeout

func NewRegisterHostParamsWithTimeout(timeout time.Duration) *RegisterHostParams

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

func (*RegisterHostParams) SetClusterID

func (o *RegisterHostParams) SetClusterID(clusterID strfmt.UUID)

SetClusterID adds the clusterId to the register host params

func (*RegisterHostParams) SetContext

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

SetContext adds the context to the register host params

func (*RegisterHostParams) SetDiscoveryAgentVersion

func (o *RegisterHostParams) SetDiscoveryAgentVersion(discoveryAgentVersion *string)

SetDiscoveryAgentVersion adds the discoveryAgentVersion to the register host params

func (*RegisterHostParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the register host params

func (*RegisterHostParams) SetNewHostParams

func (o *RegisterHostParams) SetNewHostParams(newHostParams *models.HostCreateParams)

SetNewHostParams adds the newHostParams to the register host params

func (*RegisterHostParams) SetTimeout

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

SetTimeout adds the timeout to the register host params

func (*RegisterHostParams) WithClusterID

func (o *RegisterHostParams) WithClusterID(clusterID strfmt.UUID) *RegisterHostParams

WithClusterID adds the clusterID to the register host params

func (*RegisterHostParams) WithContext

WithContext adds the context to the register host params

func (*RegisterHostParams) WithDiscoveryAgentVersion

func (o *RegisterHostParams) WithDiscoveryAgentVersion(discoveryAgentVersion *string) *RegisterHostParams

WithDiscoveryAgentVersion adds the discoveryAgentVersion to the register host params

func (*RegisterHostParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the register host params

func (*RegisterHostParams) WithNewHostParams

func (o *RegisterHostParams) WithNewHostParams(newHostParams *models.HostCreateParams) *RegisterHostParams

WithNewHostParams adds the newHostParams to the register host params

func (*RegisterHostParams) WithTimeout

func (o *RegisterHostParams) WithTimeout(timeout time.Duration) *RegisterHostParams

WithTimeout adds the timeout to the register host params

func (*RegisterHostParams) WriteToRequest

func (o *RegisterHostParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type RegisterHostReader

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

RegisterHostReader is a Reader for the RegisterHost structure.

func (*RegisterHostReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RegisterHostUnauthorized

type RegisterHostUnauthorized struct {
	Payload *models.InfraError
}

RegisterHostUnauthorized handles this case with default header values.

Unauthorized.

func NewRegisterHostUnauthorized

func NewRegisterHostUnauthorized() *RegisterHostUnauthorized

NewRegisterHostUnauthorized creates a RegisterHostUnauthorized with default headers values

func (*RegisterHostUnauthorized) Error

func (o *RegisterHostUnauthorized) Error() string

func (*RegisterHostUnauthorized) GetPayload

func (o *RegisterHostUnauthorized) GetPayload() *models.InfraError

type ResetClusterAccepted

type ResetClusterAccepted struct {
	Payload *models.Cluster
}

ResetClusterAccepted handles this case with default header values.

Success.

func NewResetClusterAccepted

func NewResetClusterAccepted() *ResetClusterAccepted

NewResetClusterAccepted creates a ResetClusterAccepted with default headers values

func (*ResetClusterAccepted) Error

func (o *ResetClusterAccepted) Error() string

func (*ResetClusterAccepted) GetPayload

func (o *ResetClusterAccepted) GetPayload() *models.Cluster

type ResetClusterConflict

type ResetClusterConflict struct {
	Payload *models.Error
}

ResetClusterConflict handles this case with default header values.

Error.

func NewResetClusterConflict

func NewResetClusterConflict() *ResetClusterConflict

NewResetClusterConflict creates a ResetClusterConflict with default headers values

func (*ResetClusterConflict) Error

func (o *ResetClusterConflict) Error() string

func (*ResetClusterConflict) GetPayload

func (o *ResetClusterConflict) GetPayload() *models.Error

type ResetClusterForbidden

type ResetClusterForbidden struct {
	Payload *models.InfraError
}

ResetClusterForbidden handles this case with default header values.

Forbidden.

func NewResetClusterForbidden

func NewResetClusterForbidden() *ResetClusterForbidden

NewResetClusterForbidden creates a ResetClusterForbidden with default headers values

func (*ResetClusterForbidden) Error

func (o *ResetClusterForbidden) Error() string

func (*ResetClusterForbidden) GetPayload

func (o *ResetClusterForbidden) GetPayload() *models.InfraError

type ResetClusterInternalServerError

type ResetClusterInternalServerError struct {
	Payload *models.Error
}

ResetClusterInternalServerError handles this case with default header values.

Error.

func NewResetClusterInternalServerError

func NewResetClusterInternalServerError() *ResetClusterInternalServerError

NewResetClusterInternalServerError creates a ResetClusterInternalServerError with default headers values

func (*ResetClusterInternalServerError) Error

func (*ResetClusterInternalServerError) GetPayload

func (o *ResetClusterInternalServerError) GetPayload() *models.Error

type ResetClusterMethodNotAllowed

type ResetClusterMethodNotAllowed struct {
	Payload *models.Error
}

ResetClusterMethodNotAllowed handles this case with default header values.

Method Not Allowed.

func NewResetClusterMethodNotAllowed

func NewResetClusterMethodNotAllowed() *ResetClusterMethodNotAllowed

NewResetClusterMethodNotAllowed creates a ResetClusterMethodNotAllowed with default headers values

func (*ResetClusterMethodNotAllowed) Error

func (*ResetClusterMethodNotAllowed) GetPayload

func (o *ResetClusterMethodNotAllowed) GetPayload() *models.Error

type ResetClusterNotFound

type ResetClusterNotFound struct {
	Payload *models.Error
}

ResetClusterNotFound handles this case with default header values.

Error.

func NewResetClusterNotFound

func NewResetClusterNotFound() *ResetClusterNotFound

NewResetClusterNotFound creates a ResetClusterNotFound with default headers values

func (*ResetClusterNotFound) Error

func (o *ResetClusterNotFound) Error() string

func (*ResetClusterNotFound) GetPayload

func (o *ResetClusterNotFound) GetPayload() *models.Error

type ResetClusterParams

type ResetClusterParams struct {

	/*ClusterID*/
	ClusterID strfmt.UUID

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

ResetClusterParams contains all the parameters to send to the API endpoint for the reset cluster operation typically these are written to a http.Request

func NewResetClusterParams

func NewResetClusterParams() *ResetClusterParams

NewResetClusterParams creates a new ResetClusterParams object with the default values initialized.

func NewResetClusterParamsWithContext

func NewResetClusterParamsWithContext(ctx context.Context) *ResetClusterParams

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

func NewResetClusterParamsWithHTTPClient

func NewResetClusterParamsWithHTTPClient(client *http.Client) *ResetClusterParams

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

func NewResetClusterParamsWithTimeout

func NewResetClusterParamsWithTimeout(timeout time.Duration) *ResetClusterParams

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

func (*ResetClusterParams) SetClusterID

func (o *ResetClusterParams) SetClusterID(clusterID strfmt.UUID)

SetClusterID adds the clusterId to the reset cluster params

func (*ResetClusterParams) SetContext

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

SetContext adds the context to the reset cluster params

func (*ResetClusterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the reset cluster params

func (*ResetClusterParams) SetTimeout

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

SetTimeout adds the timeout to the reset cluster params

func (*ResetClusterParams) WithClusterID

func (o *ResetClusterParams) WithClusterID(clusterID strfmt.UUID) *ResetClusterParams

WithClusterID adds the clusterID to the reset cluster params

func (*ResetClusterParams) WithContext

WithContext adds the context to the reset cluster params

func (*ResetClusterParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the reset cluster params

func (*ResetClusterParams) WithTimeout

func (o *ResetClusterParams) WithTimeout(timeout time.Duration) *ResetClusterParams

WithTimeout adds the timeout to the reset cluster params

func (*ResetClusterParams) WriteToRequest

func (o *ResetClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ResetClusterReader

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

ResetClusterReader is a Reader for the ResetCluster structure.

func (*ResetClusterReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ResetClusterUnauthorized

type ResetClusterUnauthorized struct {
	Payload *models.InfraError
}

ResetClusterUnauthorized handles this case with default header values.

Unauthorized.

func NewResetClusterUnauthorized

func NewResetClusterUnauthorized() *ResetClusterUnauthorized

NewResetClusterUnauthorized creates a ResetClusterUnauthorized with default headers values

func (*ResetClusterUnauthorized) Error

func (o *ResetClusterUnauthorized) Error() string

func (*ResetClusterUnauthorized) GetPayload

func (o *ResetClusterUnauthorized) GetPayload() *models.InfraError

type UpdateClusterBadRequest

type UpdateClusterBadRequest struct {
	Payload *models.Error
}

UpdateClusterBadRequest handles this case with default header values.

Error.

func NewUpdateClusterBadRequest

func NewUpdateClusterBadRequest() *UpdateClusterBadRequest

NewUpdateClusterBadRequest creates a UpdateClusterBadRequest with default headers values

func (*UpdateClusterBadRequest) Error

func (o *UpdateClusterBadRequest) Error() string

func (*UpdateClusterBadRequest) GetPayload

func (o *UpdateClusterBadRequest) GetPayload() *models.Error

type UpdateClusterConflict

type UpdateClusterConflict struct {
	Payload *models.Error
}

UpdateClusterConflict handles this case with default header values.

Error.

func NewUpdateClusterConflict

func NewUpdateClusterConflict() *UpdateClusterConflict

NewUpdateClusterConflict creates a UpdateClusterConflict with default headers values

func (*UpdateClusterConflict) Error

func (o *UpdateClusterConflict) Error() string

func (*UpdateClusterConflict) GetPayload

func (o *UpdateClusterConflict) GetPayload() *models.Error

type UpdateClusterCreated

type UpdateClusterCreated struct {
	Payload *models.Cluster
}

UpdateClusterCreated handles this case with default header values.

Success.

func NewUpdateClusterCreated

func NewUpdateClusterCreated() *UpdateClusterCreated

NewUpdateClusterCreated creates a UpdateClusterCreated with default headers values

func (*UpdateClusterCreated) Error

func (o *UpdateClusterCreated) Error() string

func (*UpdateClusterCreated) GetPayload

func (o *UpdateClusterCreated) GetPayload() *models.Cluster

type UpdateClusterForbidden

type UpdateClusterForbidden struct {
	Payload *models.InfraError
}

UpdateClusterForbidden handles this case with default header values.

Forbidden.

func NewUpdateClusterForbidden

func NewUpdateClusterForbidden() *UpdateClusterForbidden

NewUpdateClusterForbidden creates a UpdateClusterForbidden with default headers values

func (*UpdateClusterForbidden) Error

func (o *UpdateClusterForbidden) Error() string

func (*UpdateClusterForbidden) GetPayload

func (o *UpdateClusterForbidden) GetPayload() *models.InfraError

type UpdateClusterInstallConfigBadRequest

type UpdateClusterInstallConfigBadRequest struct {
	Payload *models.Error
}

UpdateClusterInstallConfigBadRequest handles this case with default header values.

Error.

func NewUpdateClusterInstallConfigBadRequest

func NewUpdateClusterInstallConfigBadRequest() *UpdateClusterInstallConfigBadRequest

NewUpdateClusterInstallConfigBadRequest creates a UpdateClusterInstallConfigBadRequest with default headers values

func (*UpdateClusterInstallConfigBadRequest) Error

func (*UpdateClusterInstallConfigBadRequest) GetPayload

type UpdateClusterInstallConfigCreated

type UpdateClusterInstallConfigCreated struct {
}

UpdateClusterInstallConfigCreated handles this case with default header values.

Success.

func NewUpdateClusterInstallConfigCreated

func NewUpdateClusterInstallConfigCreated() *UpdateClusterInstallConfigCreated

NewUpdateClusterInstallConfigCreated creates a UpdateClusterInstallConfigCreated with default headers values

func (*UpdateClusterInstallConfigCreated) Error

type UpdateClusterInstallConfigForbidden

type UpdateClusterInstallConfigForbidden struct {
	Payload *models.Error
}

UpdateClusterInstallConfigForbidden handles this case with default header values.

Forbidden.

func NewUpdateClusterInstallConfigForbidden

func NewUpdateClusterInstallConfigForbidden() *UpdateClusterInstallConfigForbidden

NewUpdateClusterInstallConfigForbidden creates a UpdateClusterInstallConfigForbidden with default headers values

func (*UpdateClusterInstallConfigForbidden) Error

func (*UpdateClusterInstallConfigForbidden) GetPayload

type UpdateClusterInstallConfigInternalServerError

type UpdateClusterInstallConfigInternalServerError struct {
	Payload *models.Error
}

UpdateClusterInstallConfigInternalServerError handles this case with default header values.

Error.

func NewUpdateClusterInstallConfigInternalServerError

func NewUpdateClusterInstallConfigInternalServerError() *UpdateClusterInstallConfigInternalServerError

NewUpdateClusterInstallConfigInternalServerError creates a UpdateClusterInstallConfigInternalServerError with default headers values

func (*UpdateClusterInstallConfigInternalServerError) Error

func (*UpdateClusterInstallConfigInternalServerError) GetPayload

type UpdateClusterInstallConfigMethodNotAllowed

type UpdateClusterInstallConfigMethodNotAllowed struct {
	Payload *models.Error
}

UpdateClusterInstallConfigMethodNotAllowed handles this case with default header values.

Method Not Allowed.

func NewUpdateClusterInstallConfigMethodNotAllowed

func NewUpdateClusterInstallConfigMethodNotAllowed() *UpdateClusterInstallConfigMethodNotAllowed

NewUpdateClusterInstallConfigMethodNotAllowed creates a UpdateClusterInstallConfigMethodNotAllowed with default headers values

func (*UpdateClusterInstallConfigMethodNotAllowed) Error

func (*UpdateClusterInstallConfigMethodNotAllowed) GetPayload

type UpdateClusterInstallConfigNotFound

type UpdateClusterInstallConfigNotFound struct {
	Payload *models.Error
}

UpdateClusterInstallConfigNotFound handles this case with default header values.

Error.

func NewUpdateClusterInstallConfigNotFound

func NewUpdateClusterInstallConfigNotFound() *UpdateClusterInstallConfigNotFound

NewUpdateClusterInstallConfigNotFound creates a UpdateClusterInstallConfigNotFound with default headers values

func (*UpdateClusterInstallConfigNotFound) Error

func (*UpdateClusterInstallConfigNotFound) GetPayload

type UpdateClusterInstallConfigParams

type UpdateClusterInstallConfigParams struct {

	/*ClusterID*/
	ClusterID strfmt.UUID
	/*InstallConfigParams*/
	InstallConfigParams string

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

UpdateClusterInstallConfigParams contains all the parameters to send to the API endpoint for the update cluster install config operation typically these are written to a http.Request

func NewUpdateClusterInstallConfigParams

func NewUpdateClusterInstallConfigParams() *UpdateClusterInstallConfigParams

NewUpdateClusterInstallConfigParams creates a new UpdateClusterInstallConfigParams object with the default values initialized.

func NewUpdateClusterInstallConfigParamsWithContext

func NewUpdateClusterInstallConfigParamsWithContext(ctx context.Context) *UpdateClusterInstallConfigParams

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

func NewUpdateClusterInstallConfigParamsWithHTTPClient

func NewUpdateClusterInstallConfigParamsWithHTTPClient(client *http.Client) *UpdateClusterInstallConfigParams

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

func NewUpdateClusterInstallConfigParamsWithTimeout

func NewUpdateClusterInstallConfigParamsWithTimeout(timeout time.Duration) *UpdateClusterInstallConfigParams

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

func (*UpdateClusterInstallConfigParams) SetClusterID

func (o *UpdateClusterInstallConfigParams) SetClusterID(clusterID strfmt.UUID)

SetClusterID adds the clusterId to the update cluster install config params

func (*UpdateClusterInstallConfigParams) SetContext

SetContext adds the context to the update cluster install config params

func (*UpdateClusterInstallConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update cluster install config params

func (*UpdateClusterInstallConfigParams) SetInstallConfigParams

func (o *UpdateClusterInstallConfigParams) SetInstallConfigParams(installConfigParams string)

SetInstallConfigParams adds the installConfigParams to the update cluster install config params

func (*UpdateClusterInstallConfigParams) SetTimeout

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

SetTimeout adds the timeout to the update cluster install config params

func (*UpdateClusterInstallConfigParams) WithClusterID

WithClusterID adds the clusterID to the update cluster install config params

func (*UpdateClusterInstallConfigParams) WithContext

WithContext adds the context to the update cluster install config params

func (*UpdateClusterInstallConfigParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update cluster install config params

func (*UpdateClusterInstallConfigParams) WithInstallConfigParams

func (o *UpdateClusterInstallConfigParams) WithInstallConfigParams(installConfigParams string) *UpdateClusterInstallConfigParams

WithInstallConfigParams adds the installConfigParams to the update cluster install config params

func (*UpdateClusterInstallConfigParams) WithTimeout

WithTimeout adds the timeout to the update cluster install config params

func (*UpdateClusterInstallConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateClusterInstallConfigReader

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

UpdateClusterInstallConfigReader is a Reader for the UpdateClusterInstallConfig structure.

func (*UpdateClusterInstallConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateClusterInstallConfigUnauthorized

type UpdateClusterInstallConfigUnauthorized struct {
	Payload *models.Error
}

UpdateClusterInstallConfigUnauthorized handles this case with default header values.

Unauthorized.

func NewUpdateClusterInstallConfigUnauthorized

func NewUpdateClusterInstallConfigUnauthorized() *UpdateClusterInstallConfigUnauthorized

NewUpdateClusterInstallConfigUnauthorized creates a UpdateClusterInstallConfigUnauthorized with default headers values

func (*UpdateClusterInstallConfigUnauthorized) Error

func (*UpdateClusterInstallConfigUnauthorized) GetPayload

type UpdateClusterInternalServerError

type UpdateClusterInternalServerError struct {
	Payload *models.Error
}

UpdateClusterInternalServerError handles this case with default header values.

Error.

func NewUpdateClusterInternalServerError

func NewUpdateClusterInternalServerError() *UpdateClusterInternalServerError

NewUpdateClusterInternalServerError creates a UpdateClusterInternalServerError with default headers values

func (*UpdateClusterInternalServerError) Error

func (*UpdateClusterInternalServerError) GetPayload

type UpdateClusterMethodNotAllowed

type UpdateClusterMethodNotAllowed struct {
	Payload *models.Error
}

UpdateClusterMethodNotAllowed handles this case with default header values.

Method Not Allowed.

func NewUpdateClusterMethodNotAllowed

func NewUpdateClusterMethodNotAllowed() *UpdateClusterMethodNotAllowed

NewUpdateClusterMethodNotAllowed creates a UpdateClusterMethodNotAllowed with default headers values

func (*UpdateClusterMethodNotAllowed) Error

func (*UpdateClusterMethodNotAllowed) GetPayload

func (o *UpdateClusterMethodNotAllowed) GetPayload() *models.Error

type UpdateClusterNotFound

type UpdateClusterNotFound struct {
	Payload *models.Error
}

UpdateClusterNotFound handles this case with default header values.

Error.

func NewUpdateClusterNotFound

func NewUpdateClusterNotFound() *UpdateClusterNotFound

NewUpdateClusterNotFound creates a UpdateClusterNotFound with default headers values

func (*UpdateClusterNotFound) Error

func (o *UpdateClusterNotFound) Error() string

func (*UpdateClusterNotFound) GetPayload

func (o *UpdateClusterNotFound) GetPayload() *models.Error

type UpdateClusterParams

type UpdateClusterParams struct {

	/*ClusterUpdateParams*/
	ClusterUpdateParams *models.ClusterUpdateParams
	/*ClusterID*/
	ClusterID strfmt.UUID

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

UpdateClusterParams contains all the parameters to send to the API endpoint for the update cluster operation typically these are written to a http.Request

func NewUpdateClusterParams

func NewUpdateClusterParams() *UpdateClusterParams

NewUpdateClusterParams creates a new UpdateClusterParams object with the default values initialized.

func NewUpdateClusterParamsWithContext

func NewUpdateClusterParamsWithContext(ctx context.Context) *UpdateClusterParams

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

func NewUpdateClusterParamsWithHTTPClient

func NewUpdateClusterParamsWithHTTPClient(client *http.Client) *UpdateClusterParams

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

func NewUpdateClusterParamsWithTimeout

func NewUpdateClusterParamsWithTimeout(timeout time.Duration) *UpdateClusterParams

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

func (*UpdateClusterParams) SetClusterID

func (o *UpdateClusterParams) SetClusterID(clusterID strfmt.UUID)

SetClusterID adds the clusterId to the update cluster params

func (*UpdateClusterParams) SetClusterUpdateParams

func (o *UpdateClusterParams) SetClusterUpdateParams(clusterUpdateParams *models.ClusterUpdateParams)

SetClusterUpdateParams adds the clusterUpdateParams to the update cluster params

func (*UpdateClusterParams) SetContext

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

SetContext adds the context to the update cluster params

func (*UpdateClusterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update cluster params

func (*UpdateClusterParams) SetTimeout

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

SetTimeout adds the timeout to the update cluster params

func (*UpdateClusterParams) WithClusterID

func (o *UpdateClusterParams) WithClusterID(clusterID strfmt.UUID) *UpdateClusterParams

WithClusterID adds the clusterID to the update cluster params

func (*UpdateClusterParams) WithClusterUpdateParams

func (o *UpdateClusterParams) WithClusterUpdateParams(clusterUpdateParams *models.ClusterUpdateParams) *UpdateClusterParams

WithClusterUpdateParams adds the clusterUpdateParams to the update cluster params

func (*UpdateClusterParams) WithContext

WithContext adds the context to the update cluster params

func (*UpdateClusterParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update cluster params

func (*UpdateClusterParams) WithTimeout

func (o *UpdateClusterParams) WithTimeout(timeout time.Duration) *UpdateClusterParams

WithTimeout adds the timeout to the update cluster params

func (*UpdateClusterParams) WriteToRequest

func (o *UpdateClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UpdateClusterReader

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

UpdateClusterReader is a Reader for the UpdateCluster structure.

func (*UpdateClusterReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateClusterUnauthorized

type UpdateClusterUnauthorized struct {
	Payload *models.InfraError
}

UpdateClusterUnauthorized handles this case with default header values.

Unauthorized.

func NewUpdateClusterUnauthorized

func NewUpdateClusterUnauthorized() *UpdateClusterUnauthorized

NewUpdateClusterUnauthorized creates a UpdateClusterUnauthorized with default headers values

func (*UpdateClusterUnauthorized) Error

func (o *UpdateClusterUnauthorized) Error() string

func (*UpdateClusterUnauthorized) GetPayload

func (o *UpdateClusterUnauthorized) GetPayload() *models.InfraError

type UpdateHostInstallProgressForbidden

type UpdateHostInstallProgressForbidden struct {
	Payload *models.InfraError
}

UpdateHostInstallProgressForbidden handles this case with default header values.

Forbidden.

func NewUpdateHostInstallProgressForbidden

func NewUpdateHostInstallProgressForbidden() *UpdateHostInstallProgressForbidden

NewUpdateHostInstallProgressForbidden creates a UpdateHostInstallProgressForbidden with default headers values

func (*UpdateHostInstallProgressForbidden) Error

func (*UpdateHostInstallProgressForbidden) GetPayload

type UpdateHostInstallProgressInternalServerError

type UpdateHostInstallProgressInternalServerError struct {
	Payload *models.Error
}

UpdateHostInstallProgressInternalServerError handles this case with default header values.

Error.

func NewUpdateHostInstallProgressInternalServerError

func NewUpdateHostInstallProgressInternalServerError() *UpdateHostInstallProgressInternalServerError

NewUpdateHostInstallProgressInternalServerError creates a UpdateHostInstallProgressInternalServerError with default headers values

func (*UpdateHostInstallProgressInternalServerError) Error

func (*UpdateHostInstallProgressInternalServerError) GetPayload

type UpdateHostInstallProgressMethodNotAllowed

type UpdateHostInstallProgressMethodNotAllowed struct {
	Payload *models.Error
}

UpdateHostInstallProgressMethodNotAllowed handles this case with default header values.

Method Not Allowed.

func NewUpdateHostInstallProgressMethodNotAllowed

func NewUpdateHostInstallProgressMethodNotAllowed() *UpdateHostInstallProgressMethodNotAllowed

NewUpdateHostInstallProgressMethodNotAllowed creates a UpdateHostInstallProgressMethodNotAllowed with default headers values

func (*UpdateHostInstallProgressMethodNotAllowed) Error

func (*UpdateHostInstallProgressMethodNotAllowed) GetPayload

type UpdateHostInstallProgressNotFound

type UpdateHostInstallProgressNotFound struct {
	Payload *models.Error
}

UpdateHostInstallProgressNotFound handles this case with default header values.

Error.

func NewUpdateHostInstallProgressNotFound

func NewUpdateHostInstallProgressNotFound() *UpdateHostInstallProgressNotFound

NewUpdateHostInstallProgressNotFound creates a UpdateHostInstallProgressNotFound with default headers values

func (*UpdateHostInstallProgressNotFound) Error

func (*UpdateHostInstallProgressNotFound) GetPayload

type UpdateHostInstallProgressOK

type UpdateHostInstallProgressOK struct {
}

UpdateHostInstallProgressOK handles this case with default header values.

Update install progress

func NewUpdateHostInstallProgressOK

func NewUpdateHostInstallProgressOK() *UpdateHostInstallProgressOK

NewUpdateHostInstallProgressOK creates a UpdateHostInstallProgressOK with default headers values

func (*UpdateHostInstallProgressOK) Error

type UpdateHostInstallProgressParams

type UpdateHostInstallProgressParams struct {

	/*ClusterID
	  The ID of the cluster to retrieve

	*/
	ClusterID strfmt.UUID
	/*DiscoveryAgentVersion*/
	DiscoveryAgentVersion *string
	/*HostProgress
	  New progress value

	*/
	HostProgress *models.HostProgress
	/*HostID
	  The ID of the host to retrieve

	*/
	HostID strfmt.UUID

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

UpdateHostInstallProgressParams contains all the parameters to send to the API endpoint for the update host install progress operation typically these are written to a http.Request

func NewUpdateHostInstallProgressParams

func NewUpdateHostInstallProgressParams() *UpdateHostInstallProgressParams

NewUpdateHostInstallProgressParams creates a new UpdateHostInstallProgressParams object with the default values initialized.

func NewUpdateHostInstallProgressParamsWithContext

func NewUpdateHostInstallProgressParamsWithContext(ctx context.Context) *UpdateHostInstallProgressParams

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

func NewUpdateHostInstallProgressParamsWithHTTPClient

func NewUpdateHostInstallProgressParamsWithHTTPClient(client *http.Client) *UpdateHostInstallProgressParams

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

func NewUpdateHostInstallProgressParamsWithTimeout

func NewUpdateHostInstallProgressParamsWithTimeout(timeout time.Duration) *UpdateHostInstallProgressParams

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

func (*UpdateHostInstallProgressParams) SetClusterID

func (o *UpdateHostInstallProgressParams) SetClusterID(clusterID strfmt.UUID)

SetClusterID adds the clusterId to the update host install progress params

func (*UpdateHostInstallProgressParams) SetContext

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

SetContext adds the context to the update host install progress params

func (*UpdateHostInstallProgressParams) SetDiscoveryAgentVersion

func (o *UpdateHostInstallProgressParams) SetDiscoveryAgentVersion(discoveryAgentVersion *string)

SetDiscoveryAgentVersion adds the discoveryAgentVersion to the update host install progress params

func (*UpdateHostInstallProgressParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update host install progress params

func (*UpdateHostInstallProgressParams) SetHostID

func (o *UpdateHostInstallProgressParams) SetHostID(hostID strfmt.UUID)

SetHostID adds the hostId to the update host install progress params

func (*UpdateHostInstallProgressParams) SetHostProgress

func (o *UpdateHostInstallProgressParams) SetHostProgress(hostProgress *models.HostProgress)

SetHostProgress adds the hostProgress to the update host install progress params

func (*UpdateHostInstallProgressParams) SetTimeout

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

SetTimeout adds the timeout to the update host install progress params

func (*UpdateHostInstallProgressParams) WithClusterID

WithClusterID adds the clusterID to the update host install progress params

func (*UpdateHostInstallProgressParams) WithContext

WithContext adds the context to the update host install progress params

func (*UpdateHostInstallProgressParams) WithDiscoveryAgentVersion

func (o *UpdateHostInstallProgressParams) WithDiscoveryAgentVersion(discoveryAgentVersion *string) *UpdateHostInstallProgressParams

WithDiscoveryAgentVersion adds the discoveryAgentVersion to the update host install progress params

func (*UpdateHostInstallProgressParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update host install progress params

func (*UpdateHostInstallProgressParams) WithHostID

WithHostID adds the hostID to the update host install progress params

func (*UpdateHostInstallProgressParams) WithHostProgress

WithHostProgress adds the hostProgress to the update host install progress params

func (*UpdateHostInstallProgressParams) WithTimeout

WithTimeout adds the timeout to the update host install progress params

func (*UpdateHostInstallProgressParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateHostInstallProgressReader

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

UpdateHostInstallProgressReader is a Reader for the UpdateHostInstallProgress structure.

func (*UpdateHostInstallProgressReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateHostInstallProgressUnauthorized

type UpdateHostInstallProgressUnauthorized struct {
	Payload *models.InfraError
}

UpdateHostInstallProgressUnauthorized handles this case with default header values.

Unauthorized.

func NewUpdateHostInstallProgressUnauthorized

func NewUpdateHostInstallProgressUnauthorized() *UpdateHostInstallProgressUnauthorized

NewUpdateHostInstallProgressUnauthorized creates a UpdateHostInstallProgressUnauthorized with default headers values

func (*UpdateHostInstallProgressUnauthorized) Error

func (*UpdateHostInstallProgressUnauthorized) GetPayload

type UploadClusterIngressCertBadRequest

type UploadClusterIngressCertBadRequest struct {
	Payload *models.Error
}

UploadClusterIngressCertBadRequest handles this case with default header values.

Error.

func NewUploadClusterIngressCertBadRequest

func NewUploadClusterIngressCertBadRequest() *UploadClusterIngressCertBadRequest

NewUploadClusterIngressCertBadRequest creates a UploadClusterIngressCertBadRequest with default headers values

func (*UploadClusterIngressCertBadRequest) Error

func (*UploadClusterIngressCertBadRequest) GetPayload

type UploadClusterIngressCertCreated

type UploadClusterIngressCertCreated struct {
}

UploadClusterIngressCertCreated handles this case with default header values.

Success.

func NewUploadClusterIngressCertCreated

func NewUploadClusterIngressCertCreated() *UploadClusterIngressCertCreated

NewUploadClusterIngressCertCreated creates a UploadClusterIngressCertCreated with default headers values

func (*UploadClusterIngressCertCreated) Error

type UploadClusterIngressCertForbidden

type UploadClusterIngressCertForbidden struct {
	Payload *models.InfraError
}

UploadClusterIngressCertForbidden handles this case with default header values.

Forbidden.

func NewUploadClusterIngressCertForbidden

func NewUploadClusterIngressCertForbidden() *UploadClusterIngressCertForbidden

NewUploadClusterIngressCertForbidden creates a UploadClusterIngressCertForbidden with default headers values

func (*UploadClusterIngressCertForbidden) Error

func (*UploadClusterIngressCertForbidden) GetPayload

type UploadClusterIngressCertInternalServerError

type UploadClusterIngressCertInternalServerError struct {
	Payload *models.Error
}

UploadClusterIngressCertInternalServerError handles this case with default header values.

Error.

func NewUploadClusterIngressCertInternalServerError

func NewUploadClusterIngressCertInternalServerError() *UploadClusterIngressCertInternalServerError

NewUploadClusterIngressCertInternalServerError creates a UploadClusterIngressCertInternalServerError with default headers values

func (*UploadClusterIngressCertInternalServerError) Error

func (*UploadClusterIngressCertInternalServerError) GetPayload

type UploadClusterIngressCertMethodNotAllowed

type UploadClusterIngressCertMethodNotAllowed struct {
	Payload *models.Error
}

UploadClusterIngressCertMethodNotAllowed handles this case with default header values.

Method Not Allowed.

func NewUploadClusterIngressCertMethodNotAllowed

func NewUploadClusterIngressCertMethodNotAllowed() *UploadClusterIngressCertMethodNotAllowed

NewUploadClusterIngressCertMethodNotAllowed creates a UploadClusterIngressCertMethodNotAllowed with default headers values

func (*UploadClusterIngressCertMethodNotAllowed) Error

func (*UploadClusterIngressCertMethodNotAllowed) GetPayload

type UploadClusterIngressCertNotFound

type UploadClusterIngressCertNotFound struct {
	Payload *models.Error
}

UploadClusterIngressCertNotFound handles this case with default header values.

Error.

func NewUploadClusterIngressCertNotFound

func NewUploadClusterIngressCertNotFound() *UploadClusterIngressCertNotFound

NewUploadClusterIngressCertNotFound creates a UploadClusterIngressCertNotFound with default headers values

func (*UploadClusterIngressCertNotFound) Error

func (*UploadClusterIngressCertNotFound) GetPayload

type UploadClusterIngressCertParams

type UploadClusterIngressCertParams struct {

	/*ClusterID*/
	ClusterID strfmt.UUID
	/*DiscoveryAgentVersion*/
	DiscoveryAgentVersion *string
	/*IngressCertParams*/
	IngressCertParams models.IngressCertParams

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

UploadClusterIngressCertParams contains all the parameters to send to the API endpoint for the upload cluster ingress cert operation typically these are written to a http.Request

func NewUploadClusterIngressCertParams

func NewUploadClusterIngressCertParams() *UploadClusterIngressCertParams

NewUploadClusterIngressCertParams creates a new UploadClusterIngressCertParams object with the default values initialized.

func NewUploadClusterIngressCertParamsWithContext

func NewUploadClusterIngressCertParamsWithContext(ctx context.Context) *UploadClusterIngressCertParams

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

func NewUploadClusterIngressCertParamsWithHTTPClient

func NewUploadClusterIngressCertParamsWithHTTPClient(client *http.Client) *UploadClusterIngressCertParams

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

func NewUploadClusterIngressCertParamsWithTimeout

func NewUploadClusterIngressCertParamsWithTimeout(timeout time.Duration) *UploadClusterIngressCertParams

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

func (*UploadClusterIngressCertParams) SetClusterID

func (o *UploadClusterIngressCertParams) SetClusterID(clusterID strfmt.UUID)

SetClusterID adds the clusterId to the upload cluster ingress cert params

func (*UploadClusterIngressCertParams) SetContext

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

SetContext adds the context to the upload cluster ingress cert params

func (*UploadClusterIngressCertParams) SetDiscoveryAgentVersion

func (o *UploadClusterIngressCertParams) SetDiscoveryAgentVersion(discoveryAgentVersion *string)

SetDiscoveryAgentVersion adds the discoveryAgentVersion to the upload cluster ingress cert params

func (*UploadClusterIngressCertParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the upload cluster ingress cert params

func (*UploadClusterIngressCertParams) SetIngressCertParams

func (o *UploadClusterIngressCertParams) SetIngressCertParams(ingressCertParams models.IngressCertParams)

SetIngressCertParams adds the ingressCertParams to the upload cluster ingress cert params

func (*UploadClusterIngressCertParams) SetTimeout

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

SetTimeout adds the timeout to the upload cluster ingress cert params

func (*UploadClusterIngressCertParams) WithClusterID

WithClusterID adds the clusterID to the upload cluster ingress cert params

func (*UploadClusterIngressCertParams) WithContext

WithContext adds the context to the upload cluster ingress cert params

func (*UploadClusterIngressCertParams) WithDiscoveryAgentVersion

func (o *UploadClusterIngressCertParams) WithDiscoveryAgentVersion(discoveryAgentVersion *string) *UploadClusterIngressCertParams

WithDiscoveryAgentVersion adds the discoveryAgentVersion to the upload cluster ingress cert params

func (*UploadClusterIngressCertParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the upload cluster ingress cert params

func (*UploadClusterIngressCertParams) WithIngressCertParams

func (o *UploadClusterIngressCertParams) WithIngressCertParams(ingressCertParams models.IngressCertParams) *UploadClusterIngressCertParams

WithIngressCertParams adds the ingressCertParams to the upload cluster ingress cert params

func (*UploadClusterIngressCertParams) WithTimeout

WithTimeout adds the timeout to the upload cluster ingress cert params

func (*UploadClusterIngressCertParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UploadClusterIngressCertReader

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

UploadClusterIngressCertReader is a Reader for the UploadClusterIngressCert structure.

func (*UploadClusterIngressCertReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UploadClusterIngressCertUnauthorized

type UploadClusterIngressCertUnauthorized struct {
	Payload *models.InfraError
}

UploadClusterIngressCertUnauthorized handles this case with default header values.

Unauthorized.

func NewUploadClusterIngressCertUnauthorized

func NewUploadClusterIngressCertUnauthorized() *UploadClusterIngressCertUnauthorized

NewUploadClusterIngressCertUnauthorized creates a UploadClusterIngressCertUnauthorized with default headers values

func (*UploadClusterIngressCertUnauthorized) Error

func (*UploadClusterIngressCertUnauthorized) GetPayload

type UploadHostLogsInternalServerError

type UploadHostLogsInternalServerError struct {
	Payload *models.Error
}

UploadHostLogsInternalServerError handles this case with default header values.

Error.

func NewUploadHostLogsInternalServerError

func NewUploadHostLogsInternalServerError() *UploadHostLogsInternalServerError

NewUploadHostLogsInternalServerError creates a UploadHostLogsInternalServerError with default headers values

func (*UploadHostLogsInternalServerError) Error

func (*UploadHostLogsInternalServerError) GetPayload

type UploadHostLogsNoContent

type UploadHostLogsNoContent struct {
}

UploadHostLogsNoContent handles this case with default header values.

Success.

func NewUploadHostLogsNoContent

func NewUploadHostLogsNoContent() *UploadHostLogsNoContent

NewUploadHostLogsNoContent creates a UploadHostLogsNoContent with default headers values

func (*UploadHostLogsNoContent) Error

func (o *UploadHostLogsNoContent) Error() string

type UploadHostLogsNotFound

type UploadHostLogsNotFound struct {
	Payload *models.Error
}

UploadHostLogsNotFound handles this case with default header values.

Error.

func NewUploadHostLogsNotFound

func NewUploadHostLogsNotFound() *UploadHostLogsNotFound

NewUploadHostLogsNotFound creates a UploadHostLogsNotFound with default headers values

func (*UploadHostLogsNotFound) Error

func (o *UploadHostLogsNotFound) Error() string

func (*UploadHostLogsNotFound) GetPayload

func (o *UploadHostLogsNotFound) GetPayload() *models.Error

type UploadHostLogsParams

type UploadHostLogsParams struct {

	/*ClusterID*/
	ClusterID strfmt.UUID
	/*DiscoveryAgentVersion
	  The file to upload.

	*/
	DiscoveryAgentVersion *string
	/*HostID*/
	HostID strfmt.UUID
	/*Upfile*/
	Upfile runtime.NamedReadCloser

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

UploadHostLogsParams contains all the parameters to send to the API endpoint for the upload host logs operation typically these are written to a http.Request

func NewUploadHostLogsParams

func NewUploadHostLogsParams() *UploadHostLogsParams

NewUploadHostLogsParams creates a new UploadHostLogsParams object with the default values initialized.

func NewUploadHostLogsParamsWithContext

func NewUploadHostLogsParamsWithContext(ctx context.Context) *UploadHostLogsParams

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

func NewUploadHostLogsParamsWithHTTPClient

func NewUploadHostLogsParamsWithHTTPClient(client *http.Client) *UploadHostLogsParams

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

func NewUploadHostLogsParamsWithTimeout

func NewUploadHostLogsParamsWithTimeout(timeout time.Duration) *UploadHostLogsParams

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

func (*UploadHostLogsParams) SetClusterID

func (o *UploadHostLogsParams) SetClusterID(clusterID strfmt.UUID)

SetClusterID adds the clusterId to the upload host logs params

func (*UploadHostLogsParams) SetContext

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

SetContext adds the context to the upload host logs params

func (*UploadHostLogsParams) SetDiscoveryAgentVersion

func (o *UploadHostLogsParams) SetDiscoveryAgentVersion(discoveryAgentVersion *string)

SetDiscoveryAgentVersion adds the discoveryAgentVersion to the upload host logs params

func (*UploadHostLogsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the upload host logs params

func (*UploadHostLogsParams) SetHostID

func (o *UploadHostLogsParams) SetHostID(hostID strfmt.UUID)

SetHostID adds the hostId to the upload host logs params

func (*UploadHostLogsParams) SetTimeout

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

SetTimeout adds the timeout to the upload host logs params

func (*UploadHostLogsParams) SetUpfile

func (o *UploadHostLogsParams) SetUpfile(upfile runtime.NamedReadCloser)

SetUpfile adds the upfile to the upload host logs params

func (*UploadHostLogsParams) WithClusterID

func (o *UploadHostLogsParams) WithClusterID(clusterID strfmt.UUID) *UploadHostLogsParams

WithClusterID adds the clusterID to the upload host logs params

func (*UploadHostLogsParams) WithContext

WithContext adds the context to the upload host logs params

func (*UploadHostLogsParams) WithDiscoveryAgentVersion

func (o *UploadHostLogsParams) WithDiscoveryAgentVersion(discoveryAgentVersion *string) *UploadHostLogsParams

WithDiscoveryAgentVersion adds the discoveryAgentVersion to the upload host logs params

func (*UploadHostLogsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the upload host logs params

func (*UploadHostLogsParams) WithHostID

func (o *UploadHostLogsParams) WithHostID(hostID strfmt.UUID) *UploadHostLogsParams

WithHostID adds the hostID to the upload host logs params

func (*UploadHostLogsParams) WithTimeout

func (o *UploadHostLogsParams) WithTimeout(timeout time.Duration) *UploadHostLogsParams

WithTimeout adds the timeout to the upload host logs params

func (*UploadHostLogsParams) WithUpfile

WithUpfile adds the upfile to the upload host logs params

func (*UploadHostLogsParams) WriteToRequest

func (o *UploadHostLogsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UploadHostLogsReader

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

UploadHostLogsReader is a Reader for the UploadHostLogs structure.

func (*UploadHostLogsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL