clusters

package
v0.2.4 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2024 License: BSD-2-Clause Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddDatastoreToClusterAccepted

type AddDatastoreToClusterAccepted struct {
	Payload *models.Task
}

AddDatastoreToClusterAccepted describes a response with status code 202, with default header values.

Accepted

func NewAddDatastoreToClusterAccepted

func NewAddDatastoreToClusterAccepted() *AddDatastoreToClusterAccepted

NewAddDatastoreToClusterAccepted creates a AddDatastoreToClusterAccepted with default headers values

func (*AddDatastoreToClusterAccepted) Error

func (*AddDatastoreToClusterAccepted) GetPayload

func (o *AddDatastoreToClusterAccepted) GetPayload() *models.Task

func (*AddDatastoreToClusterAccepted) IsClientError

func (o *AddDatastoreToClusterAccepted) IsClientError() bool

IsClientError returns true when this add datastore to cluster accepted response has a 4xx status code

func (*AddDatastoreToClusterAccepted) IsCode

func (o *AddDatastoreToClusterAccepted) IsCode(code int) bool

IsCode returns true when this add datastore to cluster accepted response a status code equal to that given

func (*AddDatastoreToClusterAccepted) IsRedirect

func (o *AddDatastoreToClusterAccepted) IsRedirect() bool

IsRedirect returns true when this add datastore to cluster accepted response has a 3xx status code

func (*AddDatastoreToClusterAccepted) IsServerError

func (o *AddDatastoreToClusterAccepted) IsServerError() bool

IsServerError returns true when this add datastore to cluster accepted response has a 5xx status code

func (*AddDatastoreToClusterAccepted) IsSuccess

func (o *AddDatastoreToClusterAccepted) IsSuccess() bool

IsSuccess returns true when this add datastore to cluster accepted response has a 2xx status code

func (*AddDatastoreToClusterAccepted) String

type AddDatastoreToClusterBadRequest

type AddDatastoreToClusterBadRequest struct {
	Payload *models.Error
}

AddDatastoreToClusterBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewAddDatastoreToClusterBadRequest

func NewAddDatastoreToClusterBadRequest() *AddDatastoreToClusterBadRequest

NewAddDatastoreToClusterBadRequest creates a AddDatastoreToClusterBadRequest with default headers values

func (*AddDatastoreToClusterBadRequest) Error

func (*AddDatastoreToClusterBadRequest) GetPayload

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

func (*AddDatastoreToClusterBadRequest) IsClientError

func (o *AddDatastoreToClusterBadRequest) IsClientError() bool

IsClientError returns true when this add datastore to cluster bad request response has a 4xx status code

func (*AddDatastoreToClusterBadRequest) IsCode

func (o *AddDatastoreToClusterBadRequest) IsCode(code int) bool

IsCode returns true when this add datastore to cluster bad request response a status code equal to that given

func (*AddDatastoreToClusterBadRequest) IsRedirect

func (o *AddDatastoreToClusterBadRequest) IsRedirect() bool

IsRedirect returns true when this add datastore to cluster bad request response has a 3xx status code

func (*AddDatastoreToClusterBadRequest) IsServerError

func (o *AddDatastoreToClusterBadRequest) IsServerError() bool

IsServerError returns true when this add datastore to cluster bad request response has a 5xx status code

func (*AddDatastoreToClusterBadRequest) IsSuccess

func (o *AddDatastoreToClusterBadRequest) IsSuccess() bool

IsSuccess returns true when this add datastore to cluster bad request response has a 2xx status code

func (*AddDatastoreToClusterBadRequest) String

type AddDatastoreToClusterInternalServerError

type AddDatastoreToClusterInternalServerError struct {
	Payload *models.Error
}

AddDatastoreToClusterInternalServerError describes a response with status code 500, with default header values.

InternalServerError

func NewAddDatastoreToClusterInternalServerError

func NewAddDatastoreToClusterInternalServerError() *AddDatastoreToClusterInternalServerError

NewAddDatastoreToClusterInternalServerError creates a AddDatastoreToClusterInternalServerError with default headers values

func (*AddDatastoreToClusterInternalServerError) Error

func (*AddDatastoreToClusterInternalServerError) GetPayload

func (*AddDatastoreToClusterInternalServerError) IsClientError

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

func (*AddDatastoreToClusterInternalServerError) IsCode

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

func (*AddDatastoreToClusterInternalServerError) IsRedirect

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

func (*AddDatastoreToClusterInternalServerError) IsServerError

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

func (*AddDatastoreToClusterInternalServerError) IsSuccess

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

func (*AddDatastoreToClusterInternalServerError) String

type AddDatastoreToClusterNotFound

type AddDatastoreToClusterNotFound struct {
	Payload *models.Error
}

AddDatastoreToClusterNotFound describes a response with status code 404, with default header values.

Not Found

func NewAddDatastoreToClusterNotFound

func NewAddDatastoreToClusterNotFound() *AddDatastoreToClusterNotFound

NewAddDatastoreToClusterNotFound creates a AddDatastoreToClusterNotFound with default headers values

func (*AddDatastoreToClusterNotFound) Error

func (*AddDatastoreToClusterNotFound) GetPayload

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

func (*AddDatastoreToClusterNotFound) IsClientError

func (o *AddDatastoreToClusterNotFound) IsClientError() bool

IsClientError returns true when this add datastore to cluster not found response has a 4xx status code

func (*AddDatastoreToClusterNotFound) IsCode

func (o *AddDatastoreToClusterNotFound) IsCode(code int) bool

IsCode returns true when this add datastore to cluster not found response a status code equal to that given

func (*AddDatastoreToClusterNotFound) IsRedirect

func (o *AddDatastoreToClusterNotFound) IsRedirect() bool

IsRedirect returns true when this add datastore to cluster not found response has a 3xx status code

func (*AddDatastoreToClusterNotFound) IsServerError

func (o *AddDatastoreToClusterNotFound) IsServerError() bool

IsServerError returns true when this add datastore to cluster not found response has a 5xx status code

func (*AddDatastoreToClusterNotFound) IsSuccess

func (o *AddDatastoreToClusterNotFound) IsSuccess() bool

IsSuccess returns true when this add datastore to cluster not found response has a 2xx status code

func (*AddDatastoreToClusterNotFound) String

type AddDatastoreToClusterOK

type AddDatastoreToClusterOK struct {
	Payload *models.Task
}

AddDatastoreToClusterOK describes a response with status code 200, with default header values.

OK

func NewAddDatastoreToClusterOK

func NewAddDatastoreToClusterOK() *AddDatastoreToClusterOK

NewAddDatastoreToClusterOK creates a AddDatastoreToClusterOK with default headers values

func (*AddDatastoreToClusterOK) Error

func (o *AddDatastoreToClusterOK) Error() string

func (*AddDatastoreToClusterOK) GetPayload

func (o *AddDatastoreToClusterOK) GetPayload() *models.Task

func (*AddDatastoreToClusterOK) IsClientError

func (o *AddDatastoreToClusterOK) IsClientError() bool

IsClientError returns true when this add datastore to cluster o k response has a 4xx status code

func (*AddDatastoreToClusterOK) IsCode

func (o *AddDatastoreToClusterOK) IsCode(code int) bool

IsCode returns true when this add datastore to cluster o k response a status code equal to that given

func (*AddDatastoreToClusterOK) IsRedirect

func (o *AddDatastoreToClusterOK) IsRedirect() bool

IsRedirect returns true when this add datastore to cluster o k response has a 3xx status code

func (*AddDatastoreToClusterOK) IsServerError

func (o *AddDatastoreToClusterOK) IsServerError() bool

IsServerError returns true when this add datastore to cluster o k response has a 5xx status code

func (*AddDatastoreToClusterOK) IsSuccess

func (o *AddDatastoreToClusterOK) IsSuccess() bool

IsSuccess returns true when this add datastore to cluster o k response has a 2xx status code

func (*AddDatastoreToClusterOK) String

func (o *AddDatastoreToClusterOK) String() string

type AddDatastoreToClusterParams

type AddDatastoreToClusterParams struct {

	/* DatastoreMountSpec.

	   Datastore Mount Spec
	*/
	DatastoreMountSpec *models.DatastoreMountSpec

	/* ID.

	   Cluster ID
	*/
	ID string

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

AddDatastoreToClusterParams contains all the parameters to send to the API endpoint

for the add datastore to cluster operation.

Typically these are written to a http.Request.

func NewAddDatastoreToClusterParams

func NewAddDatastoreToClusterParams() *AddDatastoreToClusterParams

NewAddDatastoreToClusterParams creates a new AddDatastoreToClusterParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAddDatastoreToClusterParamsWithContext

func NewAddDatastoreToClusterParamsWithContext(ctx context.Context) *AddDatastoreToClusterParams

NewAddDatastoreToClusterParamsWithContext creates a new AddDatastoreToClusterParams object with the ability to set a context for a request.

func NewAddDatastoreToClusterParamsWithHTTPClient

func NewAddDatastoreToClusterParamsWithHTTPClient(client *http.Client) *AddDatastoreToClusterParams

NewAddDatastoreToClusterParamsWithHTTPClient creates a new AddDatastoreToClusterParams object with the ability to set a custom HTTPClient for a request.

func NewAddDatastoreToClusterParamsWithTimeout

func NewAddDatastoreToClusterParamsWithTimeout(timeout time.Duration) *AddDatastoreToClusterParams

NewAddDatastoreToClusterParamsWithTimeout creates a new AddDatastoreToClusterParams object with the ability to set a timeout on a request.

func (*AddDatastoreToClusterParams) SetContext

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

SetContext adds the context to the add datastore to cluster params

func (*AddDatastoreToClusterParams) SetDatastoreMountSpec

func (o *AddDatastoreToClusterParams) SetDatastoreMountSpec(datastoreMountSpec *models.DatastoreMountSpec)

SetDatastoreMountSpec adds the datastoreMountSpec to the add datastore to cluster params

func (*AddDatastoreToClusterParams) SetDefaults

func (o *AddDatastoreToClusterParams) SetDefaults()

SetDefaults hydrates default values in the add datastore to cluster params (not the query body).

All values with no default are reset to their zero value.

func (*AddDatastoreToClusterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the add datastore to cluster params

func (*AddDatastoreToClusterParams) SetID

func (o *AddDatastoreToClusterParams) SetID(id string)

SetID adds the id to the add datastore to cluster params

func (*AddDatastoreToClusterParams) SetTimeout

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

SetTimeout adds the timeout to the add datastore to cluster params

func (*AddDatastoreToClusterParams) WithContext

WithContext adds the context to the add datastore to cluster params

func (*AddDatastoreToClusterParams) WithDatastoreMountSpec

func (o *AddDatastoreToClusterParams) WithDatastoreMountSpec(datastoreMountSpec *models.DatastoreMountSpec) *AddDatastoreToClusterParams

WithDatastoreMountSpec adds the datastoreMountSpec to the add datastore to cluster params

func (*AddDatastoreToClusterParams) WithDefaults

WithDefaults hydrates default values in the add datastore to cluster params (not the query body).

All values with no default are reset to their zero value.

func (*AddDatastoreToClusterParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the add datastore to cluster params

func (*AddDatastoreToClusterParams) WithID

WithID adds the id to the add datastore to cluster params

func (*AddDatastoreToClusterParams) WithTimeout

WithTimeout adds the timeout to the add datastore to cluster params

func (*AddDatastoreToClusterParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AddDatastoreToClusterReader

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

AddDatastoreToClusterReader is a Reader for the AddDatastoreToCluster structure.

func (*AddDatastoreToClusterReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AssignTagsToExistingClusterBadRequest

type AssignTagsToExistingClusterBadRequest struct {
	Payload *models.Error
}

AssignTagsToExistingClusterBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewAssignTagsToExistingClusterBadRequest

func NewAssignTagsToExistingClusterBadRequest() *AssignTagsToExistingClusterBadRequest

NewAssignTagsToExistingClusterBadRequest creates a AssignTagsToExistingClusterBadRequest with default headers values

func (*AssignTagsToExistingClusterBadRequest) Error

func (*AssignTagsToExistingClusterBadRequest) GetPayload

func (*AssignTagsToExistingClusterBadRequest) IsClientError

func (o *AssignTagsToExistingClusterBadRequest) IsClientError() bool

IsClientError returns true when this assign tags to existing cluster bad request response has a 4xx status code

func (*AssignTagsToExistingClusterBadRequest) IsCode

IsCode returns true when this assign tags to existing cluster bad request response a status code equal to that given

func (*AssignTagsToExistingClusterBadRequest) IsRedirect

IsRedirect returns true when this assign tags to existing cluster bad request response has a 3xx status code

func (*AssignTagsToExistingClusterBadRequest) IsServerError

func (o *AssignTagsToExistingClusterBadRequest) IsServerError() bool

IsServerError returns true when this assign tags to existing cluster bad request response has a 5xx status code

func (*AssignTagsToExistingClusterBadRequest) IsSuccess

IsSuccess returns true when this assign tags to existing cluster bad request response has a 2xx status code

func (*AssignTagsToExistingClusterBadRequest) String

type AssignTagsToExistingClusterInternalServerError

type AssignTagsToExistingClusterInternalServerError struct {
	Payload *models.Error
}

AssignTagsToExistingClusterInternalServerError describes a response with status code 500, with default header values.

InternalServerError

func NewAssignTagsToExistingClusterInternalServerError

func NewAssignTagsToExistingClusterInternalServerError() *AssignTagsToExistingClusterInternalServerError

NewAssignTagsToExistingClusterInternalServerError creates a AssignTagsToExistingClusterInternalServerError with default headers values

func (*AssignTagsToExistingClusterInternalServerError) Error

func (*AssignTagsToExistingClusterInternalServerError) GetPayload

func (*AssignTagsToExistingClusterInternalServerError) IsClientError

IsClientError returns true when this assign tags to existing cluster internal server error response has a 4xx status code

func (*AssignTagsToExistingClusterInternalServerError) IsCode

IsCode returns true when this assign tags to existing cluster internal server error response a status code equal to that given

func (*AssignTagsToExistingClusterInternalServerError) IsRedirect

IsRedirect returns true when this assign tags to existing cluster internal server error response has a 3xx status code

func (*AssignTagsToExistingClusterInternalServerError) IsServerError

IsServerError returns true when this assign tags to existing cluster internal server error response has a 5xx status code

func (*AssignTagsToExistingClusterInternalServerError) IsSuccess

IsSuccess returns true when this assign tags to existing cluster internal server error response has a 2xx status code

func (*AssignTagsToExistingClusterInternalServerError) String

type AssignTagsToExistingClusterOK

type AssignTagsToExistingClusterOK struct {
	Payload *models.TagAssignmentResult
}

AssignTagsToExistingClusterOK describes a response with status code 200, with default header values.

Ok

func NewAssignTagsToExistingClusterOK

func NewAssignTagsToExistingClusterOK() *AssignTagsToExistingClusterOK

NewAssignTagsToExistingClusterOK creates a AssignTagsToExistingClusterOK with default headers values

func (*AssignTagsToExistingClusterOK) Error

func (*AssignTagsToExistingClusterOK) GetPayload

func (*AssignTagsToExistingClusterOK) IsClientError

func (o *AssignTagsToExistingClusterOK) IsClientError() bool

IsClientError returns true when this assign tags to existing cluster o k response has a 4xx status code

func (*AssignTagsToExistingClusterOK) IsCode

func (o *AssignTagsToExistingClusterOK) IsCode(code int) bool

IsCode returns true when this assign tags to existing cluster o k response a status code equal to that given

func (*AssignTagsToExistingClusterOK) IsRedirect

func (o *AssignTagsToExistingClusterOK) IsRedirect() bool

IsRedirect returns true when this assign tags to existing cluster o k response has a 3xx status code

func (*AssignTagsToExistingClusterOK) IsServerError

func (o *AssignTagsToExistingClusterOK) IsServerError() bool

IsServerError returns true when this assign tags to existing cluster o k response has a 5xx status code

func (*AssignTagsToExistingClusterOK) IsSuccess

func (o *AssignTagsToExistingClusterOK) IsSuccess() bool

IsSuccess returns true when this assign tags to existing cluster o k response has a 2xx status code

func (*AssignTagsToExistingClusterOK) String

type AssignTagsToExistingClusterParams

type AssignTagsToExistingClusterParams struct {

	/* ID.

	   Cluster ID
	*/
	ID string

	/* TagsSpec.

	   Tags Spec
	*/
	TagsSpec *models.TagsSpec

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

AssignTagsToExistingClusterParams contains all the parameters to send to the API endpoint

for the assign tags to existing cluster operation.

Typically these are written to a http.Request.

func NewAssignTagsToExistingClusterParams

func NewAssignTagsToExistingClusterParams() *AssignTagsToExistingClusterParams

NewAssignTagsToExistingClusterParams creates a new AssignTagsToExistingClusterParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAssignTagsToExistingClusterParamsWithContext

func NewAssignTagsToExistingClusterParamsWithContext(ctx context.Context) *AssignTagsToExistingClusterParams

NewAssignTagsToExistingClusterParamsWithContext creates a new AssignTagsToExistingClusterParams object with the ability to set a context for a request.

func NewAssignTagsToExistingClusterParamsWithHTTPClient

func NewAssignTagsToExistingClusterParamsWithHTTPClient(client *http.Client) *AssignTagsToExistingClusterParams

NewAssignTagsToExistingClusterParamsWithHTTPClient creates a new AssignTagsToExistingClusterParams object with the ability to set a custom HTTPClient for a request.

func NewAssignTagsToExistingClusterParamsWithTimeout

func NewAssignTagsToExistingClusterParamsWithTimeout(timeout time.Duration) *AssignTagsToExistingClusterParams

NewAssignTagsToExistingClusterParamsWithTimeout creates a new AssignTagsToExistingClusterParams object with the ability to set a timeout on a request.

func (*AssignTagsToExistingClusterParams) SetContext

SetContext adds the context to the assign tags to existing cluster params

func (*AssignTagsToExistingClusterParams) SetDefaults

func (o *AssignTagsToExistingClusterParams) SetDefaults()

SetDefaults hydrates default values in the assign tags to existing cluster params (not the query body).

All values with no default are reset to their zero value.

func (*AssignTagsToExistingClusterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the assign tags to existing cluster params

func (*AssignTagsToExistingClusterParams) SetID

SetID adds the id to the assign tags to existing cluster params

func (*AssignTagsToExistingClusterParams) SetTagsSpec

func (o *AssignTagsToExistingClusterParams) SetTagsSpec(tagsSpec *models.TagsSpec)

SetTagsSpec adds the tagsSpec to the assign tags to existing cluster params

func (*AssignTagsToExistingClusterParams) SetTimeout

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

SetTimeout adds the timeout to the assign tags to existing cluster params

func (*AssignTagsToExistingClusterParams) WithContext

WithContext adds the context to the assign tags to existing cluster params

func (*AssignTagsToExistingClusterParams) WithDefaults

WithDefaults hydrates default values in the assign tags to existing cluster params (not the query body).

All values with no default are reset to their zero value.

func (*AssignTagsToExistingClusterParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the assign tags to existing cluster params

func (*AssignTagsToExistingClusterParams) WithID

WithID adds the id to the assign tags to existing cluster params

func (*AssignTagsToExistingClusterParams) WithTagsSpec

WithTagsSpec adds the tagsSpec to the assign tags to existing cluster params

func (*AssignTagsToExistingClusterParams) WithTimeout

WithTimeout adds the timeout to the assign tags to existing cluster params

func (*AssignTagsToExistingClusterParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AssignTagsToExistingClusterReader

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

AssignTagsToExistingClusterReader is a Reader for the AssignTagsToExistingCluster structure.

func (*AssignTagsToExistingClusterReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AssignableTagsToClusterBadRequest

type AssignableTagsToClusterBadRequest struct {
	Payload *models.Error
}

AssignableTagsToClusterBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewAssignableTagsToClusterBadRequest

func NewAssignableTagsToClusterBadRequest() *AssignableTagsToClusterBadRequest

NewAssignableTagsToClusterBadRequest creates a AssignableTagsToClusterBadRequest with default headers values

func (*AssignableTagsToClusterBadRequest) Error

func (*AssignableTagsToClusterBadRequest) GetPayload

func (*AssignableTagsToClusterBadRequest) IsClientError

func (o *AssignableTagsToClusterBadRequest) IsClientError() bool

IsClientError returns true when this assignable tags to cluster bad request response has a 4xx status code

func (*AssignableTagsToClusterBadRequest) IsCode

func (o *AssignableTagsToClusterBadRequest) IsCode(code int) bool

IsCode returns true when this assignable tags to cluster bad request response a status code equal to that given

func (*AssignableTagsToClusterBadRequest) IsRedirect

func (o *AssignableTagsToClusterBadRequest) IsRedirect() bool

IsRedirect returns true when this assignable tags to cluster bad request response has a 3xx status code

func (*AssignableTagsToClusterBadRequest) IsServerError

func (o *AssignableTagsToClusterBadRequest) IsServerError() bool

IsServerError returns true when this assignable tags to cluster bad request response has a 5xx status code

func (*AssignableTagsToClusterBadRequest) IsSuccess

func (o *AssignableTagsToClusterBadRequest) IsSuccess() bool

IsSuccess returns true when this assignable tags to cluster bad request response has a 2xx status code

func (*AssignableTagsToClusterBadRequest) String

type AssignableTagsToClusterInternalServerError

type AssignableTagsToClusterInternalServerError struct {
	Payload *models.Error
}

AssignableTagsToClusterInternalServerError describes a response with status code 500, with default header values.

InternalServerError

func NewAssignableTagsToClusterInternalServerError

func NewAssignableTagsToClusterInternalServerError() *AssignableTagsToClusterInternalServerError

NewAssignableTagsToClusterInternalServerError creates a AssignableTagsToClusterInternalServerError with default headers values

func (*AssignableTagsToClusterInternalServerError) Error

func (*AssignableTagsToClusterInternalServerError) GetPayload

func (*AssignableTagsToClusterInternalServerError) IsClientError

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

func (*AssignableTagsToClusterInternalServerError) IsCode

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

func (*AssignableTagsToClusterInternalServerError) IsRedirect

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

func (*AssignableTagsToClusterInternalServerError) IsServerError

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

func (*AssignableTagsToClusterInternalServerError) IsSuccess

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

func (*AssignableTagsToClusterInternalServerError) String

type AssignableTagsToClusterOK

type AssignableTagsToClusterOK struct {
	Payload *models.PageOfTag
}

AssignableTagsToClusterOK describes a response with status code 200, with default header values.

Ok

func NewAssignableTagsToClusterOK

func NewAssignableTagsToClusterOK() *AssignableTagsToClusterOK

NewAssignableTagsToClusterOK creates a AssignableTagsToClusterOK with default headers values

func (*AssignableTagsToClusterOK) Error

func (o *AssignableTagsToClusterOK) Error() string

func (*AssignableTagsToClusterOK) GetPayload

func (o *AssignableTagsToClusterOK) GetPayload() *models.PageOfTag

func (*AssignableTagsToClusterOK) IsClientError

func (o *AssignableTagsToClusterOK) IsClientError() bool

IsClientError returns true when this assignable tags to cluster o k response has a 4xx status code

func (*AssignableTagsToClusterOK) IsCode

func (o *AssignableTagsToClusterOK) IsCode(code int) bool

IsCode returns true when this assignable tags to cluster o k response a status code equal to that given

func (*AssignableTagsToClusterOK) IsRedirect

func (o *AssignableTagsToClusterOK) IsRedirect() bool

IsRedirect returns true when this assignable tags to cluster o k response has a 3xx status code

func (*AssignableTagsToClusterOK) IsServerError

func (o *AssignableTagsToClusterOK) IsServerError() bool

IsServerError returns true when this assignable tags to cluster o k response has a 5xx status code

func (*AssignableTagsToClusterOK) IsSuccess

func (o *AssignableTagsToClusterOK) IsSuccess() bool

IsSuccess returns true when this assignable tags to cluster o k response has a 2xx status code

func (*AssignableTagsToClusterOK) String

func (o *AssignableTagsToClusterOK) String() string

type AssignableTagsToClusterParams

type AssignableTagsToClusterParams struct {

	/* ID.

	   Cluster ID
	*/
	ID string

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

AssignableTagsToClusterParams contains all the parameters to send to the API endpoint

for the assignable tags to cluster operation.

Typically these are written to a http.Request.

func NewAssignableTagsToClusterParams

func NewAssignableTagsToClusterParams() *AssignableTagsToClusterParams

NewAssignableTagsToClusterParams creates a new AssignableTagsToClusterParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAssignableTagsToClusterParamsWithContext

func NewAssignableTagsToClusterParamsWithContext(ctx context.Context) *AssignableTagsToClusterParams

NewAssignableTagsToClusterParamsWithContext creates a new AssignableTagsToClusterParams object with the ability to set a context for a request.

func NewAssignableTagsToClusterParamsWithHTTPClient

func NewAssignableTagsToClusterParamsWithHTTPClient(client *http.Client) *AssignableTagsToClusterParams

NewAssignableTagsToClusterParamsWithHTTPClient creates a new AssignableTagsToClusterParams object with the ability to set a custom HTTPClient for a request.

func NewAssignableTagsToClusterParamsWithTimeout

func NewAssignableTagsToClusterParamsWithTimeout(timeout time.Duration) *AssignableTagsToClusterParams

NewAssignableTagsToClusterParamsWithTimeout creates a new AssignableTagsToClusterParams object with the ability to set a timeout on a request.

func (*AssignableTagsToClusterParams) SetContext

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

SetContext adds the context to the assignable tags to cluster params

func (*AssignableTagsToClusterParams) SetDefaults

func (o *AssignableTagsToClusterParams) SetDefaults()

SetDefaults hydrates default values in the assignable tags to cluster params (not the query body).

All values with no default are reset to their zero value.

func (*AssignableTagsToClusterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the assignable tags to cluster params

func (*AssignableTagsToClusterParams) SetID

SetID adds the id to the assignable tags to cluster params

func (*AssignableTagsToClusterParams) SetTimeout

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

SetTimeout adds the timeout to the assignable tags to cluster params

func (*AssignableTagsToClusterParams) WithContext

WithContext adds the context to the assignable tags to cluster params

func (*AssignableTagsToClusterParams) WithDefaults

WithDefaults hydrates default values in the assignable tags to cluster params (not the query body).

All values with no default are reset to their zero value.

func (*AssignableTagsToClusterParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the assignable tags to cluster params

func (*AssignableTagsToClusterParams) WithID

WithID adds the id to the assignable tags to cluster params

func (*AssignableTagsToClusterParams) WithTimeout

WithTimeout adds the timeout to the assignable tags to cluster params

func (*AssignableTagsToClusterParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AssignableTagsToClusterReader

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

AssignableTagsToClusterReader is a Reader for the AssignableTagsToCluster structure.

func (*AssignableTagsToClusterReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type Client

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

Client for clusters API

func (*Client) AddDatastoreToCluster

AddDatastoreToCluster mounts a datastore to a cluster

func (*Client) AssignTagsToExistingCluster

func (a *Client) AssignTagsToExistingCluster(params *AssignTagsToExistingClusterParams, opts ...ClientOption) (*AssignTagsToExistingClusterOK, error)

AssignTagsToExistingCluster assigns tags to cluster

func (*Client) AssignableTagsToCluster

func (a *Client) AssignableTagsToCluster(params *AssignableTagsToClusterParams, opts ...ClientOption) (*AssignableTagsToClusterOK, error)

AssignableTagsToCluster gets assignable tags to cluster

func (*Client) CreateCluster

func (a *Client) CreateCluster(params *CreateClusterParams, opts ...ClientOption) (*CreateClusterOK, *CreateClusterAccepted, error)

CreateCluster creates a cluster and add to an existing domain

func (*Client) DeleteCluster

func (a *Client) DeleteCluster(params *DeleteClusterParams, opts ...ClientOption) (*DeleteClusterOK, *DeleteClusterAccepted, error)

DeleteCluster deletes a cluster from a domain if it has been previously initialized for deletion

func (*Client) GetCluster added in v0.1.1

func (a *Client) GetCluster(params *GetClusterParams, opts ...ClientOption) (*GetClusterOK, error)

GetCluster gets a cluster

func (*Client) GetClusterDatastores added in v0.1.1

func (a *Client) GetClusterDatastores(params *GetClusterDatastoresParams, opts ...ClientOption) (*GetClusterDatastoresOK, error)

GetClusterDatastores gets the list of all datastores associated with the cluster

func (*Client) GetClusterTagManagerURL added in v0.1.1

func (a *Client) GetClusterTagManagerURL(params *GetClusterTagManagerURLParams, opts ...ClientOption) (*GetClusterTagManagerURLOK, error)

GetClusterTagManagerURL gets cluster tag manager Url

func (*Client) GetClusters added in v0.1.1

func (a *Client) GetClusters(params *GetClustersParams, opts ...ClientOption) (*GetClustersOK, error)

GetClusters gets the clusters

func (*Client) GetDatastoreCriterion added in v0.1.1

func (a *Client) GetDatastoreCriterion(params *GetDatastoreCriterionParams, opts ...ClientOption) (*GetDatastoreCriterionOK, error)

GetDatastoreCriterion gets a criterion to query for datastore

func (*Client) GetDatastoreQueryResponse added in v0.1.1

func (a *Client) GetDatastoreQueryResponse(params *GetDatastoreQueryResponseParams, opts ...ClientOption) (*GetDatastoreQueryResponseOK, error)

GetDatastoreQueryResponse gets datastore query response

func (*Client) GetDatastoresCriteria added in v0.1.1

func (a *Client) GetDatastoresCriteria(params *GetDatastoresCriteriaParams, opts ...ClientOption) (*GetDatastoresCriteriaOK, error)

GetDatastoresCriteria gets all datastore criteria

func (*Client) GetHostCriteria added in v0.1.1

func (a *Client) GetHostCriteria(params *GetHostCriteriaParams, opts ...ClientOption) (*GetHostCriteriaOK, error)

GetHostCriteria gets all host criteria

func (*Client) GetHostCriterion added in v0.1.1

func (a *Client) GetHostCriterion(params *GetHostCriterionParams, opts ...ClientOption) (*GetHostCriterionOK, error)

GetHostCriterion gets a criterion to query for host

func (*Client) GetHostQueryResponse added in v0.1.1

func (a *Client) GetHostQueryResponse(params *GetHostQueryResponseParams, opts ...ClientOption) (*GetHostQueryResponseOK, error)

GetHostQueryResponse gets query response

func (*Client) GetTagsAssignedToCluster added in v0.1.1

func (a *Client) GetTagsAssignedToCluster(params *GetTagsAssignedToClusterParams, opts ...ClientOption) (*GetTagsAssignedToClusterOK, error)

GetTagsAssignedToCluster gets tags assigned to cluster

func (*Client) GetTagsAssignedToClusters added in v0.1.1

func (a *Client) GetTagsAssignedToClusters(params *GetTagsAssignedToClustersParams, opts ...ClientOption) (*GetTagsAssignedToClustersOK, error)

GetTagsAssignedToClusters gets tags assigned to clusters

func (*Client) GetVdses added in v0.1.1

func (a *Client) GetVdses(params *GetVdsesParams, opts ...ClientOption) (*GetVdsesOK, error)

GetVdses gets the list of v d ses of a cluster

func (*Client) PostDatastoreQuery added in v0.1.1

func (a *Client) PostDatastoreQuery(params *PostDatastoreQueryParams, opts ...ClientOption) (*PostDatastoreQueryOK, error)

PostDatastoreQuery posts a datastore query

func (*Client) PostHostQuery added in v0.1.1

func (a *Client) PostHostQuery(params *PostHostQueryParams, opts ...ClientOption) (*PostHostQueryOK, error)

PostHostQuery posts a host query

func (*Client) RemoveDatastoreFromCluster

RemoveDatastoreFromCluster unmounts a datastore from a cluster

func (*Client) RemoveTagsFromExistingCluster

func (a *Client) RemoveTagsFromExistingCluster(params *RemoveTagsFromExistingClusterParams, opts ...ClientOption) (*RemoveTagsFromExistingClusterOK, error)

RemoveTagsFromExistingCluster removes tags from cluster

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateCluster

func (a *Client) UpdateCluster(params *UpdateClusterParams, opts ...ClientOption) (*UpdateClusterOK, *UpdateClusterAccepted, error)

UpdateCluster updates a cluster by adding or removing hosts stretching a standard v SAN cluster unstretching a stretched cluster or by marking for deletion

func (*Client) ValidateClusterOperations

func (a *Client) ValidateClusterOperations(params *ValidateClusterOperationsParams, opts ...ClientOption) (*ValidateClusterOperationsOK, error)

ValidateClusterOperations validates input specification for updating given cluster

func (*Client) ValidateClustersOperations

func (a *Client) ValidateClustersOperations(params *ValidateClustersOperationsParams, opts ...ClientOption) (*ValidateClustersOperationsOK, error)

ValidateClustersOperations validates the input specification for cluster creation

func (*Client) ValidateVSANRemoteDatastore

func (a *Client) ValidateVSANRemoteDatastore(params *ValidateVSANRemoteDatastoreParams, opts ...ClientOption) (*ValidateVSANRemoteDatastoreOK, error)

ValidateVSANRemoteDatastore validates the input spec for mounting v SAN remote datastore to an existing cluster

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	AddDatastoreToCluster(params *AddDatastoreToClusterParams, opts ...ClientOption) (*AddDatastoreToClusterOK, *AddDatastoreToClusterAccepted, error)

	AssignTagsToExistingCluster(params *AssignTagsToExistingClusterParams, opts ...ClientOption) (*AssignTagsToExistingClusterOK, error)

	AssignableTagsToCluster(params *AssignableTagsToClusterParams, opts ...ClientOption) (*AssignableTagsToClusterOK, error)

	CreateCluster(params *CreateClusterParams, opts ...ClientOption) (*CreateClusterOK, *CreateClusterAccepted, error)

	DeleteCluster(params *DeleteClusterParams, opts ...ClientOption) (*DeleteClusterOK, *DeleteClusterAccepted, error)

	GetCluster(params *GetClusterParams, opts ...ClientOption) (*GetClusterOK, error)

	GetClusterDatastores(params *GetClusterDatastoresParams, opts ...ClientOption) (*GetClusterDatastoresOK, error)

	GetClusterTagManagerURL(params *GetClusterTagManagerURLParams, opts ...ClientOption) (*GetClusterTagManagerURLOK, error)

	GetClusters(params *GetClustersParams, opts ...ClientOption) (*GetClustersOK, error)

	GetDatastoreCriterion(params *GetDatastoreCriterionParams, opts ...ClientOption) (*GetDatastoreCriterionOK, error)

	GetDatastoreQueryResponse(params *GetDatastoreQueryResponseParams, opts ...ClientOption) (*GetDatastoreQueryResponseOK, error)

	GetDatastoresCriteria(params *GetDatastoresCriteriaParams, opts ...ClientOption) (*GetDatastoresCriteriaOK, error)

	GetHostCriteria(params *GetHostCriteriaParams, opts ...ClientOption) (*GetHostCriteriaOK, error)

	GetHostCriterion(params *GetHostCriterionParams, opts ...ClientOption) (*GetHostCriterionOK, error)

	GetHostQueryResponse(params *GetHostQueryResponseParams, opts ...ClientOption) (*GetHostQueryResponseOK, error)

	GetTagsAssignedToCluster(params *GetTagsAssignedToClusterParams, opts ...ClientOption) (*GetTagsAssignedToClusterOK, error)

	GetTagsAssignedToClusters(params *GetTagsAssignedToClustersParams, opts ...ClientOption) (*GetTagsAssignedToClustersOK, error)

	GetVdses(params *GetVdsesParams, opts ...ClientOption) (*GetVdsesOK, error)

	PostDatastoreQuery(params *PostDatastoreQueryParams, opts ...ClientOption) (*PostDatastoreQueryOK, error)

	PostHostQuery(params *PostHostQueryParams, opts ...ClientOption) (*PostHostQueryOK, error)

	RemoveDatastoreFromCluster(params *RemoveDatastoreFromClusterParams, opts ...ClientOption) (*RemoveDatastoreFromClusterOK, *RemoveDatastoreFromClusterAccepted, error)

	RemoveTagsFromExistingCluster(params *RemoveTagsFromExistingClusterParams, opts ...ClientOption) (*RemoveTagsFromExistingClusterOK, error)

	UpdateCluster(params *UpdateClusterParams, opts ...ClientOption) (*UpdateClusterOK, *UpdateClusterAccepted, error)

	ValidateClusterOperations(params *ValidateClusterOperationsParams, opts ...ClientOption) (*ValidateClusterOperationsOK, error)

	ValidateClustersOperations(params *ValidateClustersOperationsParams, opts ...ClientOption) (*ValidateClustersOperationsOK, error)

	ValidateVSANRemoteDatastore(params *ValidateVSANRemoteDatastoreParams, opts ...ClientOption) (*ValidateVSANRemoteDatastoreOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new clusters API client.

type CreateClusterAccepted

type CreateClusterAccepted struct {
	Payload *models.Task
}

CreateClusterAccepted describes a response with status code 202, with default header values.

Accepted

func NewCreateClusterAccepted

func NewCreateClusterAccepted() *CreateClusterAccepted

NewCreateClusterAccepted creates a CreateClusterAccepted with default headers values

func (*CreateClusterAccepted) Error

func (o *CreateClusterAccepted) Error() string

func (*CreateClusterAccepted) GetPayload

func (o *CreateClusterAccepted) GetPayload() *models.Task

func (*CreateClusterAccepted) IsClientError

func (o *CreateClusterAccepted) IsClientError() bool

IsClientError returns true when this create cluster accepted response has a 4xx status code

func (*CreateClusterAccepted) IsCode

func (o *CreateClusterAccepted) IsCode(code int) bool

IsCode returns true when this create cluster accepted response a status code equal to that given

func (*CreateClusterAccepted) IsRedirect

func (o *CreateClusterAccepted) IsRedirect() bool

IsRedirect returns true when this create cluster accepted response has a 3xx status code

func (*CreateClusterAccepted) IsServerError

func (o *CreateClusterAccepted) IsServerError() bool

IsServerError returns true when this create cluster accepted response has a 5xx status code

func (*CreateClusterAccepted) IsSuccess

func (o *CreateClusterAccepted) IsSuccess() bool

IsSuccess returns true when this create cluster accepted response has a 2xx status code

func (*CreateClusterAccepted) String

func (o *CreateClusterAccepted) String() string

type CreateClusterBadRequest

type CreateClusterBadRequest struct {
	Payload *models.Error
}

CreateClusterBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewCreateClusterBadRequest

func NewCreateClusterBadRequest() *CreateClusterBadRequest

NewCreateClusterBadRequest creates a CreateClusterBadRequest with default headers values

func (*CreateClusterBadRequest) Error

func (o *CreateClusterBadRequest) Error() string

func (*CreateClusterBadRequest) GetPayload

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

func (*CreateClusterBadRequest) IsClientError

func (o *CreateClusterBadRequest) IsClientError() bool

IsClientError returns true when this create cluster bad request response has a 4xx status code

func (*CreateClusterBadRequest) IsCode

func (o *CreateClusterBadRequest) IsCode(code int) bool

IsCode returns true when this create cluster bad request response a status code equal to that given

func (*CreateClusterBadRequest) IsRedirect

func (o *CreateClusterBadRequest) IsRedirect() bool

IsRedirect returns true when this create cluster bad request response has a 3xx status code

func (*CreateClusterBadRequest) IsServerError

func (o *CreateClusterBadRequest) IsServerError() bool

IsServerError returns true when this create cluster bad request response has a 5xx status code

func (*CreateClusterBadRequest) IsSuccess

func (o *CreateClusterBadRequest) IsSuccess() bool

IsSuccess returns true when this create cluster bad request response has a 2xx status code

func (*CreateClusterBadRequest) String

func (o *CreateClusterBadRequest) String() string

type CreateClusterInternalServerError

type CreateClusterInternalServerError struct {
	Payload *models.Error
}

CreateClusterInternalServerError describes a response with status code 500, with default header values.

InternalServerError

func NewCreateClusterInternalServerError

func NewCreateClusterInternalServerError() *CreateClusterInternalServerError

NewCreateClusterInternalServerError creates a CreateClusterInternalServerError with default headers values

func (*CreateClusterInternalServerError) Error

func (*CreateClusterInternalServerError) GetPayload

func (*CreateClusterInternalServerError) IsClientError

func (o *CreateClusterInternalServerError) IsClientError() bool

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

func (*CreateClusterInternalServerError) IsCode

func (o *CreateClusterInternalServerError) IsCode(code int) bool

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

func (*CreateClusterInternalServerError) IsRedirect

func (o *CreateClusterInternalServerError) IsRedirect() bool

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

func (*CreateClusterInternalServerError) IsServerError

func (o *CreateClusterInternalServerError) IsServerError() bool

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

func (*CreateClusterInternalServerError) IsSuccess

func (o *CreateClusterInternalServerError) IsSuccess() bool

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

func (*CreateClusterInternalServerError) String

type CreateClusterOK

type CreateClusterOK struct {
	Payload *models.Task
}

CreateClusterOK describes a response with status code 200, with default header values.

OK

func NewCreateClusterOK

func NewCreateClusterOK() *CreateClusterOK

NewCreateClusterOK creates a CreateClusterOK with default headers values

func (*CreateClusterOK) Error

func (o *CreateClusterOK) Error() string

func (*CreateClusterOK) GetPayload

func (o *CreateClusterOK) GetPayload() *models.Task

func (*CreateClusterOK) IsClientError

func (o *CreateClusterOK) IsClientError() bool

IsClientError returns true when this create cluster o k response has a 4xx status code

func (*CreateClusterOK) IsCode

func (o *CreateClusterOK) IsCode(code int) bool

IsCode returns true when this create cluster o k response a status code equal to that given

func (*CreateClusterOK) IsRedirect

func (o *CreateClusterOK) IsRedirect() bool

IsRedirect returns true when this create cluster o k response has a 3xx status code

func (*CreateClusterOK) IsServerError

func (o *CreateClusterOK) IsServerError() bool

IsServerError returns true when this create cluster o k response has a 5xx status code

func (*CreateClusterOK) IsSuccess

func (o *CreateClusterOK) IsSuccess() bool

IsSuccess returns true when this create cluster o k response has a 2xx status code

func (*CreateClusterOK) String

func (o *CreateClusterOK) String() string

type CreateClusterParams

type CreateClusterParams struct {

	/* ClusterCreationSpec.

	   Cluster Creation Spec
	*/
	ClusterCreationSpec *models.ClusterCreationSpec

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

CreateClusterParams contains all the parameters to send to the API endpoint

for the create cluster operation.

Typically these are written to a http.Request.

func NewCreateClusterParams

func NewCreateClusterParams() *CreateClusterParams

NewCreateClusterParams creates a new CreateClusterParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCreateClusterParamsWithContext

func NewCreateClusterParamsWithContext(ctx context.Context) *CreateClusterParams

NewCreateClusterParamsWithContext creates a new CreateClusterParams object with the ability to set a context for a request.

func NewCreateClusterParamsWithHTTPClient

func NewCreateClusterParamsWithHTTPClient(client *http.Client) *CreateClusterParams

NewCreateClusterParamsWithHTTPClient creates a new CreateClusterParams object with the ability to set a custom HTTPClient for a request.

func NewCreateClusterParamsWithTimeout

func NewCreateClusterParamsWithTimeout(timeout time.Duration) *CreateClusterParams

NewCreateClusterParamsWithTimeout creates a new CreateClusterParams object with the ability to set a timeout on a request.

func (*CreateClusterParams) SetClusterCreationSpec

func (o *CreateClusterParams) SetClusterCreationSpec(clusterCreationSpec *models.ClusterCreationSpec)

SetClusterCreationSpec adds the clusterCreationSpec to the create cluster params

func (*CreateClusterParams) SetContext

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

SetContext adds the context to the create cluster params

func (*CreateClusterParams) SetDefaults

func (o *CreateClusterParams) SetDefaults()

SetDefaults hydrates default values in the create cluster params (not the query body).

All values with no default are reset to their zero value.

func (*CreateClusterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create cluster params

func (*CreateClusterParams) SetTimeout

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

SetTimeout adds the timeout to the create cluster params

func (*CreateClusterParams) WithClusterCreationSpec

func (o *CreateClusterParams) WithClusterCreationSpec(clusterCreationSpec *models.ClusterCreationSpec) *CreateClusterParams

WithClusterCreationSpec adds the clusterCreationSpec to the create cluster params

func (*CreateClusterParams) WithContext

WithContext adds the context to the create cluster params

func (*CreateClusterParams) WithDefaults

func (o *CreateClusterParams) WithDefaults() *CreateClusterParams

WithDefaults hydrates default values in the create cluster params (not the query body).

All values with no default are reset to their zero value.

func (*CreateClusterParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create cluster params

func (*CreateClusterParams) WithTimeout

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

WithTimeout adds the timeout to the create cluster params

func (*CreateClusterParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CreateClusterReader

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

CreateClusterReader is a Reader for the CreateCluster structure.

func (*CreateClusterReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteClusterAccepted

type DeleteClusterAccepted struct {
	Payload *models.Task
}

DeleteClusterAccepted describes a response with status code 202, with default header values.

Accepted

func NewDeleteClusterAccepted

func NewDeleteClusterAccepted() *DeleteClusterAccepted

NewDeleteClusterAccepted creates a DeleteClusterAccepted with default headers values

func (*DeleteClusterAccepted) Error

func (o *DeleteClusterAccepted) Error() string

func (*DeleteClusterAccepted) GetPayload

func (o *DeleteClusterAccepted) GetPayload() *models.Task

func (*DeleteClusterAccepted) IsClientError

func (o *DeleteClusterAccepted) IsClientError() bool

IsClientError returns true when this delete cluster accepted response has a 4xx status code

func (*DeleteClusterAccepted) IsCode

func (o *DeleteClusterAccepted) IsCode(code int) bool

IsCode returns true when this delete cluster accepted response a status code equal to that given

func (*DeleteClusterAccepted) IsRedirect

func (o *DeleteClusterAccepted) IsRedirect() bool

IsRedirect returns true when this delete cluster accepted response has a 3xx status code

func (*DeleteClusterAccepted) IsServerError

func (o *DeleteClusterAccepted) IsServerError() bool

IsServerError returns true when this delete cluster accepted response has a 5xx status code

func (*DeleteClusterAccepted) IsSuccess

func (o *DeleteClusterAccepted) IsSuccess() bool

IsSuccess returns true when this delete cluster accepted response has a 2xx status code

func (*DeleteClusterAccepted) String

func (o *DeleteClusterAccepted) String() string

type DeleteClusterBadRequest

type DeleteClusterBadRequest struct {
	Payload *models.Error
}

DeleteClusterBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewDeleteClusterBadRequest

func NewDeleteClusterBadRequest() *DeleteClusterBadRequest

NewDeleteClusterBadRequest creates a DeleteClusterBadRequest with default headers values

func (*DeleteClusterBadRequest) Error

func (o *DeleteClusterBadRequest) Error() string

func (*DeleteClusterBadRequest) GetPayload

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

func (*DeleteClusterBadRequest) IsClientError

func (o *DeleteClusterBadRequest) IsClientError() bool

IsClientError returns true when this delete cluster bad request response has a 4xx status code

func (*DeleteClusterBadRequest) IsCode

func (o *DeleteClusterBadRequest) IsCode(code int) bool

IsCode returns true when this delete cluster bad request response a status code equal to that given

func (*DeleteClusterBadRequest) IsRedirect

func (o *DeleteClusterBadRequest) IsRedirect() bool

IsRedirect returns true when this delete cluster bad request response has a 3xx status code

func (*DeleteClusterBadRequest) IsServerError

func (o *DeleteClusterBadRequest) IsServerError() bool

IsServerError returns true when this delete cluster bad request response has a 5xx status code

func (*DeleteClusterBadRequest) IsSuccess

func (o *DeleteClusterBadRequest) IsSuccess() bool

IsSuccess returns true when this delete cluster bad request response has a 2xx status code

func (*DeleteClusterBadRequest) String

func (o *DeleteClusterBadRequest) String() string

type DeleteClusterInternalServerError

type DeleteClusterInternalServerError struct {
	Payload *models.Error
}

DeleteClusterInternalServerError describes a response with status code 500, with default header values.

InternalServerError

func NewDeleteClusterInternalServerError

func NewDeleteClusterInternalServerError() *DeleteClusterInternalServerError

NewDeleteClusterInternalServerError creates a DeleteClusterInternalServerError with default headers values

func (*DeleteClusterInternalServerError) Error

func (*DeleteClusterInternalServerError) GetPayload

func (*DeleteClusterInternalServerError) IsClientError

func (o *DeleteClusterInternalServerError) IsClientError() bool

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

func (*DeleteClusterInternalServerError) IsCode

func (o *DeleteClusterInternalServerError) IsCode(code int) bool

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

func (*DeleteClusterInternalServerError) IsRedirect

func (o *DeleteClusterInternalServerError) IsRedirect() bool

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

func (*DeleteClusterInternalServerError) IsServerError

func (o *DeleteClusterInternalServerError) IsServerError() bool

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

func (*DeleteClusterInternalServerError) IsSuccess

func (o *DeleteClusterInternalServerError) IsSuccess() bool

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

func (*DeleteClusterInternalServerError) String

type DeleteClusterNotFound

type DeleteClusterNotFound struct {
	Payload *models.Error
}

DeleteClusterNotFound describes a response with status code 404, with default header values.

Not Found

func NewDeleteClusterNotFound

func NewDeleteClusterNotFound() *DeleteClusterNotFound

NewDeleteClusterNotFound creates a DeleteClusterNotFound with default headers values

func (*DeleteClusterNotFound) Error

func (o *DeleteClusterNotFound) Error() string

func (*DeleteClusterNotFound) GetPayload

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

func (*DeleteClusterNotFound) IsClientError

func (o *DeleteClusterNotFound) IsClientError() bool

IsClientError returns true when this delete cluster not found response has a 4xx status code

func (*DeleteClusterNotFound) IsCode

func (o *DeleteClusterNotFound) IsCode(code int) bool

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

func (*DeleteClusterNotFound) IsRedirect

func (o *DeleteClusterNotFound) IsRedirect() bool

IsRedirect returns true when this delete cluster not found response has a 3xx status code

func (*DeleteClusterNotFound) IsServerError

func (o *DeleteClusterNotFound) IsServerError() bool

IsServerError returns true when this delete cluster not found response has a 5xx status code

func (*DeleteClusterNotFound) IsSuccess

func (o *DeleteClusterNotFound) IsSuccess() bool

IsSuccess returns true when this delete cluster not found response has a 2xx status code

func (*DeleteClusterNotFound) String

func (o *DeleteClusterNotFound) String() string

type DeleteClusterOK

type DeleteClusterOK struct {
	Payload *models.Task
}

DeleteClusterOK describes a response with status code 200, with default header values.

OK

func NewDeleteClusterOK

func NewDeleteClusterOK() *DeleteClusterOK

NewDeleteClusterOK creates a DeleteClusterOK with default headers values

func (*DeleteClusterOK) Error

func (o *DeleteClusterOK) Error() string

func (*DeleteClusterOK) GetPayload

func (o *DeleteClusterOK) GetPayload() *models.Task

func (*DeleteClusterOK) IsClientError

func (o *DeleteClusterOK) IsClientError() bool

IsClientError returns true when this delete cluster o k response has a 4xx status code

func (*DeleteClusterOK) IsCode

func (o *DeleteClusterOK) IsCode(code int) bool

IsCode returns true when this delete cluster o k response a status code equal to that given

func (*DeleteClusterOK) IsRedirect

func (o *DeleteClusterOK) IsRedirect() bool

IsRedirect returns true when this delete cluster o k response has a 3xx status code

func (*DeleteClusterOK) IsServerError

func (o *DeleteClusterOK) IsServerError() bool

IsServerError returns true when this delete cluster o k response has a 5xx status code

func (*DeleteClusterOK) IsSuccess

func (o *DeleteClusterOK) IsSuccess() bool

IsSuccess returns true when this delete cluster o k response has a 2xx status code

func (*DeleteClusterOK) String

func (o *DeleteClusterOK) String() string

type DeleteClusterParams

type DeleteClusterParams struct {

	/* ID.

	   Cluster ID
	*/
	ID string

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

DeleteClusterParams contains all the parameters to send to the API endpoint

for the delete cluster operation.

Typically these are written to a http.Request.

func NewDeleteClusterParams

func NewDeleteClusterParams() *DeleteClusterParams

NewDeleteClusterParams creates a new DeleteClusterParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteClusterParamsWithContext

func NewDeleteClusterParamsWithContext(ctx context.Context) *DeleteClusterParams

NewDeleteClusterParamsWithContext creates a new DeleteClusterParams object with the ability to set a context for a request.

func NewDeleteClusterParamsWithHTTPClient

func NewDeleteClusterParamsWithHTTPClient(client *http.Client) *DeleteClusterParams

NewDeleteClusterParamsWithHTTPClient creates a new DeleteClusterParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteClusterParamsWithTimeout

func NewDeleteClusterParamsWithTimeout(timeout time.Duration) *DeleteClusterParams

NewDeleteClusterParamsWithTimeout creates a new DeleteClusterParams object with the ability to set a timeout on a request.

func (*DeleteClusterParams) SetContext

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

SetContext adds the context to the delete cluster params

func (*DeleteClusterParams) SetDefaults

func (o *DeleteClusterParams) SetDefaults()

SetDefaults hydrates default values in the delete cluster params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteClusterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete cluster params

func (*DeleteClusterParams) SetID

func (o *DeleteClusterParams) SetID(id string)

SetID adds the id to the delete cluster params

func (*DeleteClusterParams) SetTimeout

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

SetTimeout adds the timeout to the delete cluster params

func (*DeleteClusterParams) WithContext

WithContext adds the context to the delete cluster params

func (*DeleteClusterParams) WithDefaults

func (o *DeleteClusterParams) WithDefaults() *DeleteClusterParams

WithDefaults hydrates default values in the delete cluster params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteClusterParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete cluster params

func (*DeleteClusterParams) WithID

WithID adds the id to the delete cluster params

func (*DeleteClusterParams) WithTimeout

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

WithTimeout adds the timeout to the delete cluster params

func (*DeleteClusterParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteClusterReader

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

DeleteClusterReader is a Reader for the DeleteCluster structure.

func (*DeleteClusterReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetClusterDatastoresBadRequest added in v0.1.1

type GetClusterDatastoresBadRequest struct {
	Payload *models.Error
}

GetClusterDatastoresBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetClusterDatastoresBadRequest added in v0.1.1

func NewGetClusterDatastoresBadRequest() *GetClusterDatastoresBadRequest

NewGetClusterDatastoresBadRequest creates a GetClusterDatastoresBadRequest with default headers values

func (*GetClusterDatastoresBadRequest) Error added in v0.1.1

func (*GetClusterDatastoresBadRequest) GetPayload added in v0.1.1

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

func (*GetClusterDatastoresBadRequest) IsClientError added in v0.1.1

func (o *GetClusterDatastoresBadRequest) IsClientError() bool

IsClientError returns true when this get cluster datastores bad request response has a 4xx status code

func (*GetClusterDatastoresBadRequest) IsCode added in v0.1.1

func (o *GetClusterDatastoresBadRequest) IsCode(code int) bool

IsCode returns true when this get cluster datastores bad request response a status code equal to that given

func (*GetClusterDatastoresBadRequest) IsRedirect added in v0.1.1

func (o *GetClusterDatastoresBadRequest) IsRedirect() bool

IsRedirect returns true when this get cluster datastores bad request response has a 3xx status code

func (*GetClusterDatastoresBadRequest) IsServerError added in v0.1.1

func (o *GetClusterDatastoresBadRequest) IsServerError() bool

IsServerError returns true when this get cluster datastores bad request response has a 5xx status code

func (*GetClusterDatastoresBadRequest) IsSuccess added in v0.1.1

func (o *GetClusterDatastoresBadRequest) IsSuccess() bool

IsSuccess returns true when this get cluster datastores bad request response has a 2xx status code

func (*GetClusterDatastoresBadRequest) String added in v0.1.1

type GetClusterDatastoresInternalServerError added in v0.1.1

type GetClusterDatastoresInternalServerError struct {
	Payload *models.Error
}

GetClusterDatastoresInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetClusterDatastoresInternalServerError added in v0.1.1

func NewGetClusterDatastoresInternalServerError() *GetClusterDatastoresInternalServerError

NewGetClusterDatastoresInternalServerError creates a GetClusterDatastoresInternalServerError with default headers values

func (*GetClusterDatastoresInternalServerError) Error added in v0.1.1

func (*GetClusterDatastoresInternalServerError) GetPayload added in v0.1.1

func (*GetClusterDatastoresInternalServerError) IsClientError added in v0.1.1

func (o *GetClusterDatastoresInternalServerError) IsClientError() bool

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

func (*GetClusterDatastoresInternalServerError) IsCode added in v0.1.1

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

func (*GetClusterDatastoresInternalServerError) IsRedirect added in v0.1.1

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

func (*GetClusterDatastoresInternalServerError) IsServerError added in v0.1.1

func (o *GetClusterDatastoresInternalServerError) IsServerError() bool

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

func (*GetClusterDatastoresInternalServerError) IsSuccess added in v0.1.1

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

func (*GetClusterDatastoresInternalServerError) String added in v0.1.1

type GetClusterDatastoresNotFound added in v0.1.1

type GetClusterDatastoresNotFound struct {
	Payload *models.Error
}

GetClusterDatastoresNotFound describes a response with status code 404, with default header values.

Cluster Not Found

func NewGetClusterDatastoresNotFound added in v0.1.1

func NewGetClusterDatastoresNotFound() *GetClusterDatastoresNotFound

NewGetClusterDatastoresNotFound creates a GetClusterDatastoresNotFound with default headers values

func (*GetClusterDatastoresNotFound) Error added in v0.1.1

func (*GetClusterDatastoresNotFound) GetPayload added in v0.1.1

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

func (*GetClusterDatastoresNotFound) IsClientError added in v0.1.1

func (o *GetClusterDatastoresNotFound) IsClientError() bool

IsClientError returns true when this get cluster datastores not found response has a 4xx status code

func (*GetClusterDatastoresNotFound) IsCode added in v0.1.1

func (o *GetClusterDatastoresNotFound) IsCode(code int) bool

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

func (*GetClusterDatastoresNotFound) IsRedirect added in v0.1.1

func (o *GetClusterDatastoresNotFound) IsRedirect() bool

IsRedirect returns true when this get cluster datastores not found response has a 3xx status code

func (*GetClusterDatastoresNotFound) IsServerError added in v0.1.1

func (o *GetClusterDatastoresNotFound) IsServerError() bool

IsServerError returns true when this get cluster datastores not found response has a 5xx status code

func (*GetClusterDatastoresNotFound) IsSuccess added in v0.1.1

func (o *GetClusterDatastoresNotFound) IsSuccess() bool

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

func (*GetClusterDatastoresNotFound) String added in v0.1.1

type GetClusterDatastoresOK added in v0.1.1

type GetClusterDatastoresOK struct {
	Payload []*models.Datastore
}

GetClusterDatastoresOK describes a response with status code 200, with default header values.

Ok

func NewGetClusterDatastoresOK added in v0.1.1

func NewGetClusterDatastoresOK() *GetClusterDatastoresOK

NewGetClusterDatastoresOK creates a GetClusterDatastoresOK with default headers values

func (*GetClusterDatastoresOK) Error added in v0.1.1

func (o *GetClusterDatastoresOK) Error() string

func (*GetClusterDatastoresOK) GetPayload added in v0.1.1

func (o *GetClusterDatastoresOK) GetPayload() []*models.Datastore

func (*GetClusterDatastoresOK) IsClientError added in v0.1.1

func (o *GetClusterDatastoresOK) IsClientError() bool

IsClientError returns true when this get cluster datastores o k response has a 4xx status code

func (*GetClusterDatastoresOK) IsCode added in v0.1.1

func (o *GetClusterDatastoresOK) IsCode(code int) bool

IsCode returns true when this get cluster datastores o k response a status code equal to that given

func (*GetClusterDatastoresOK) IsRedirect added in v0.1.1

func (o *GetClusterDatastoresOK) IsRedirect() bool

IsRedirect returns true when this get cluster datastores o k response has a 3xx status code

func (*GetClusterDatastoresOK) IsServerError added in v0.1.1

func (o *GetClusterDatastoresOK) IsServerError() bool

IsServerError returns true when this get cluster datastores o k response has a 5xx status code

func (*GetClusterDatastoresOK) IsSuccess added in v0.1.1

func (o *GetClusterDatastoresOK) IsSuccess() bool

IsSuccess returns true when this get cluster datastores o k response has a 2xx status code

func (*GetClusterDatastoresOK) String added in v0.1.1

func (o *GetClusterDatastoresOK) String() string

type GetClusterDatastoresParams added in v0.1.1

type GetClusterDatastoresParams struct {

	/* ClusterID.

	   Cluster ID
	*/
	ClusterID string

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

GetClusterDatastoresParams contains all the parameters to send to the API endpoint

for the get cluster datastores operation.

Typically these are written to a http.Request.

func NewGetClusterDatastoresParams added in v0.1.1

func NewGetClusterDatastoresParams() *GetClusterDatastoresParams

NewGetClusterDatastoresParams creates a new GetClusterDatastoresParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetClusterDatastoresParamsWithContext added in v0.1.1

func NewGetClusterDatastoresParamsWithContext(ctx context.Context) *GetClusterDatastoresParams

NewGetClusterDatastoresParamsWithContext creates a new GetClusterDatastoresParams object with the ability to set a context for a request.

func NewGetClusterDatastoresParamsWithHTTPClient added in v0.1.1

func NewGetClusterDatastoresParamsWithHTTPClient(client *http.Client) *GetClusterDatastoresParams

NewGetClusterDatastoresParamsWithHTTPClient creates a new GetClusterDatastoresParams object with the ability to set a custom HTTPClient for a request.

func NewGetClusterDatastoresParamsWithTimeout added in v0.1.1

func NewGetClusterDatastoresParamsWithTimeout(timeout time.Duration) *GetClusterDatastoresParams

NewGetClusterDatastoresParamsWithTimeout creates a new GetClusterDatastoresParams object with the ability to set a timeout on a request.

func (*GetClusterDatastoresParams) SetClusterID added in v0.1.1

func (o *GetClusterDatastoresParams) SetClusterID(clusterID string)

SetClusterID adds the clusterId to the get cluster datastores params

func (*GetClusterDatastoresParams) SetContext added in v0.1.1

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

SetContext adds the context to the get cluster datastores params

func (*GetClusterDatastoresParams) SetDefaults added in v0.1.1

func (o *GetClusterDatastoresParams) SetDefaults()

SetDefaults hydrates default values in the get cluster datastores params (not the query body).

All values with no default are reset to their zero value.

func (*GetClusterDatastoresParams) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the get cluster datastores params

func (*GetClusterDatastoresParams) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the get cluster datastores params

func (*GetClusterDatastoresParams) WithClusterID added in v0.1.1

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

WithClusterID adds the clusterID to the get cluster datastores params

func (*GetClusterDatastoresParams) WithContext added in v0.1.1

WithContext adds the context to the get cluster datastores params

func (*GetClusterDatastoresParams) WithDefaults added in v0.1.1

WithDefaults hydrates default values in the get cluster datastores params (not the query body).

All values with no default are reset to their zero value.

func (*GetClusterDatastoresParams) WithHTTPClient added in v0.1.1

WithHTTPClient adds the HTTPClient to the get cluster datastores params

func (*GetClusterDatastoresParams) WithTimeout added in v0.1.1

WithTimeout adds the timeout to the get cluster datastores params

func (*GetClusterDatastoresParams) WriteToRequest added in v0.1.1

WriteToRequest writes these params to a swagger request

type GetClusterDatastoresReader added in v0.1.1

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

GetClusterDatastoresReader is a Reader for the GetClusterDatastores structure.

func (*GetClusterDatastoresReader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type GetClusterInternalServerError added in v0.1.1

type GetClusterInternalServerError struct {
	Payload *models.Error
}

GetClusterInternalServerError describes a response with status code 500, with default header values.

InternalServerError

func NewGetClusterInternalServerError added in v0.1.1

func NewGetClusterInternalServerError() *GetClusterInternalServerError

NewGetClusterInternalServerError creates a GetClusterInternalServerError with default headers values

func (*GetClusterInternalServerError) Error added in v0.1.1

func (*GetClusterInternalServerError) GetPayload added in v0.1.1

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

func (*GetClusterInternalServerError) IsClientError added in v0.1.1

func (o *GetClusterInternalServerError) IsClientError() bool

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

func (*GetClusterInternalServerError) IsCode added in v0.1.1

func (o *GetClusterInternalServerError) IsCode(code int) bool

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

func (*GetClusterInternalServerError) IsRedirect added in v0.1.1

func (o *GetClusterInternalServerError) IsRedirect() bool

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

func (*GetClusterInternalServerError) IsServerError added in v0.1.1

func (o *GetClusterInternalServerError) IsServerError() bool

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

func (*GetClusterInternalServerError) IsSuccess added in v0.1.1

func (o *GetClusterInternalServerError) IsSuccess() bool

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

func (*GetClusterInternalServerError) String added in v0.1.1

type GetClusterNotFound added in v0.1.1

type GetClusterNotFound struct {
	Payload *models.Error
}

GetClusterNotFound describes a response with status code 404, with default header values.

Cluster not found

func NewGetClusterNotFound added in v0.1.1

func NewGetClusterNotFound() *GetClusterNotFound

NewGetClusterNotFound creates a GetClusterNotFound with default headers values

func (*GetClusterNotFound) Error added in v0.1.1

func (o *GetClusterNotFound) Error() string

func (*GetClusterNotFound) GetPayload added in v0.1.1

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

func (*GetClusterNotFound) IsClientError added in v0.1.1

func (o *GetClusterNotFound) IsClientError() bool

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

func (*GetClusterNotFound) IsCode added in v0.1.1

func (o *GetClusterNotFound) IsCode(code int) bool

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

func (*GetClusterNotFound) IsRedirect added in v0.1.1

func (o *GetClusterNotFound) IsRedirect() bool

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

func (*GetClusterNotFound) IsServerError added in v0.1.1

func (o *GetClusterNotFound) IsServerError() bool

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

func (*GetClusterNotFound) IsSuccess added in v0.1.1

func (o *GetClusterNotFound) IsSuccess() bool

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

func (*GetClusterNotFound) String added in v0.1.1

func (o *GetClusterNotFound) String() string

type GetClusterOK added in v0.1.1

type GetClusterOK struct {
	Payload *models.Cluster
}

GetClusterOK describes a response with status code 200, with default header values.

Ok

func NewGetClusterOK added in v0.1.1

func NewGetClusterOK() *GetClusterOK

NewGetClusterOK creates a GetClusterOK with default headers values

func (*GetClusterOK) Error added in v0.1.1

func (o *GetClusterOK) Error() string

func (*GetClusterOK) GetPayload added in v0.1.1

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

func (*GetClusterOK) IsClientError added in v0.1.1

func (o *GetClusterOK) IsClientError() bool

IsClientError returns true when this get cluster o k response has a 4xx status code

func (*GetClusterOK) IsCode added in v0.1.1

func (o *GetClusterOK) IsCode(code int) bool

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

func (*GetClusterOK) IsRedirect added in v0.1.1

func (o *GetClusterOK) IsRedirect() bool

IsRedirect returns true when this get cluster o k response has a 3xx status code

func (*GetClusterOK) IsServerError added in v0.1.1

func (o *GetClusterOK) IsServerError() bool

IsServerError returns true when this get cluster o k response has a 5xx status code

func (*GetClusterOK) IsSuccess added in v0.1.1

func (o *GetClusterOK) IsSuccess() bool

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

func (*GetClusterOK) String added in v0.1.1

func (o *GetClusterOK) String() string

type GetClusterParams added in v0.1.1

type GetClusterParams struct {

	/* ID.

	   Cluster ID
	*/
	ID 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 added in v0.1.1

func NewGetClusterParams() *GetClusterParams

NewGetClusterParams creates a new GetClusterParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetClusterParamsWithContext added in v0.1.1

func NewGetClusterParamsWithContext(ctx context.Context) *GetClusterParams

NewGetClusterParamsWithContext creates a new GetClusterParams object with the ability to set a context for a request.

func NewGetClusterParamsWithHTTPClient added in v0.1.1

func NewGetClusterParamsWithHTTPClient(client *http.Client) *GetClusterParams

NewGetClusterParamsWithHTTPClient creates a new GetClusterParams object with the ability to set a custom HTTPClient for a request.

func NewGetClusterParamsWithTimeout added in v0.1.1

func NewGetClusterParamsWithTimeout(timeout time.Duration) *GetClusterParams

NewGetClusterParamsWithTimeout creates a new GetClusterParams object with the ability to set a timeout on a request.

func (*GetClusterParams) SetContext added in v0.1.1

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

SetContext adds the context to the get cluster params

func (*GetClusterParams) SetDefaults added in v0.1.1

func (o *GetClusterParams) SetDefaults()

SetDefaults hydrates default values in the get cluster params (not the query body).

All values with no default are reset to their zero value.

func (*GetClusterParams) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the get cluster params

func (*GetClusterParams) SetID added in v0.1.1

func (o *GetClusterParams) SetID(id string)

SetID adds the id to the get cluster params

func (*GetClusterParams) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the get cluster params

func (*GetClusterParams) WithContext added in v0.1.1

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

WithContext adds the context to the get cluster params

func (*GetClusterParams) WithDefaults added in v0.1.1

func (o *GetClusterParams) WithDefaults() *GetClusterParams

WithDefaults hydrates default values in the get cluster params (not the query body).

All values with no default are reset to their zero value.

func (*GetClusterParams) WithHTTPClient added in v0.1.1

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

WithHTTPClient adds the HTTPClient to the get cluster params

func (*GetClusterParams) WithID added in v0.1.1

func (o *GetClusterParams) WithID(id string) *GetClusterParams

WithID adds the id to the get cluster params

func (*GetClusterParams) WithTimeout added in v0.1.1

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

WithTimeout adds the timeout to the get cluster params

func (*GetClusterParams) WriteToRequest added in v0.1.1

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

WriteToRequest writes these params to a swagger request

type GetClusterReader added in v0.1.1

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

GetClusterReader is a Reader for the GetCluster structure.

func (*GetClusterReader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type GetClusterTagManagerURLBadRequest added in v0.1.1

type GetClusterTagManagerURLBadRequest struct {
	Payload *models.Error
}

GetClusterTagManagerURLBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetClusterTagManagerURLBadRequest added in v0.1.1

func NewGetClusterTagManagerURLBadRequest() *GetClusterTagManagerURLBadRequest

NewGetClusterTagManagerURLBadRequest creates a GetClusterTagManagerURLBadRequest with default headers values

func (*GetClusterTagManagerURLBadRequest) Error added in v0.1.1

func (*GetClusterTagManagerURLBadRequest) GetPayload added in v0.1.1

func (*GetClusterTagManagerURLBadRequest) IsClientError added in v0.1.1

func (o *GetClusterTagManagerURLBadRequest) IsClientError() bool

IsClientError returns true when this get cluster tag manager Url bad request response has a 4xx status code

func (*GetClusterTagManagerURLBadRequest) IsCode added in v0.1.1

func (o *GetClusterTagManagerURLBadRequest) IsCode(code int) bool

IsCode returns true when this get cluster tag manager Url bad request response a status code equal to that given

func (*GetClusterTagManagerURLBadRequest) IsRedirect added in v0.1.1

func (o *GetClusterTagManagerURLBadRequest) IsRedirect() bool

IsRedirect returns true when this get cluster tag manager Url bad request response has a 3xx status code

func (*GetClusterTagManagerURLBadRequest) IsServerError added in v0.1.1

func (o *GetClusterTagManagerURLBadRequest) IsServerError() bool

IsServerError returns true when this get cluster tag manager Url bad request response has a 5xx status code

func (*GetClusterTagManagerURLBadRequest) IsSuccess added in v0.1.1

func (o *GetClusterTagManagerURLBadRequest) IsSuccess() bool

IsSuccess returns true when this get cluster tag manager Url bad request response has a 2xx status code

func (*GetClusterTagManagerURLBadRequest) String added in v0.1.1

type GetClusterTagManagerURLInternalServerError added in v0.1.1

type GetClusterTagManagerURLInternalServerError struct {
	Payload *models.Error
}

GetClusterTagManagerURLInternalServerError describes a response with status code 500, with default header values.

InternalServerError

func NewGetClusterTagManagerURLInternalServerError added in v0.1.1

func NewGetClusterTagManagerURLInternalServerError() *GetClusterTagManagerURLInternalServerError

NewGetClusterTagManagerURLInternalServerError creates a GetClusterTagManagerURLInternalServerError with default headers values

func (*GetClusterTagManagerURLInternalServerError) Error added in v0.1.1

func (*GetClusterTagManagerURLInternalServerError) GetPayload added in v0.1.1

func (*GetClusterTagManagerURLInternalServerError) IsClientError added in v0.1.1

IsClientError returns true when this get cluster tag manager Url internal server error response has a 4xx status code

func (*GetClusterTagManagerURLInternalServerError) IsCode added in v0.1.1

IsCode returns true when this get cluster tag manager Url internal server error response a status code equal to that given

func (*GetClusterTagManagerURLInternalServerError) IsRedirect added in v0.1.1

IsRedirect returns true when this get cluster tag manager Url internal server error response has a 3xx status code

func (*GetClusterTagManagerURLInternalServerError) IsServerError added in v0.1.1

IsServerError returns true when this get cluster tag manager Url internal server error response has a 5xx status code

func (*GetClusterTagManagerURLInternalServerError) IsSuccess added in v0.1.1

IsSuccess returns true when this get cluster tag manager Url internal server error response has a 2xx status code

func (*GetClusterTagManagerURLInternalServerError) String added in v0.1.1

type GetClusterTagManagerURLOK added in v0.1.1

type GetClusterTagManagerURLOK struct {
	Payload *models.TagManagerModel
}

GetClusterTagManagerURLOK describes a response with status code 200, with default header values.

Ok

func NewGetClusterTagManagerURLOK added in v0.1.1

func NewGetClusterTagManagerURLOK() *GetClusterTagManagerURLOK

NewGetClusterTagManagerURLOK creates a GetClusterTagManagerURLOK with default headers values

func (*GetClusterTagManagerURLOK) Error added in v0.1.1

func (o *GetClusterTagManagerURLOK) Error() string

func (*GetClusterTagManagerURLOK) GetPayload added in v0.1.1

func (*GetClusterTagManagerURLOK) IsClientError added in v0.1.1

func (o *GetClusterTagManagerURLOK) IsClientError() bool

IsClientError returns true when this get cluster tag manager Url o k response has a 4xx status code

func (*GetClusterTagManagerURLOK) IsCode added in v0.1.1

func (o *GetClusterTagManagerURLOK) IsCode(code int) bool

IsCode returns true when this get cluster tag manager Url o k response a status code equal to that given

func (*GetClusterTagManagerURLOK) IsRedirect added in v0.1.1

func (o *GetClusterTagManagerURLOK) IsRedirect() bool

IsRedirect returns true when this get cluster tag manager Url o k response has a 3xx status code

func (*GetClusterTagManagerURLOK) IsServerError added in v0.1.1

func (o *GetClusterTagManagerURLOK) IsServerError() bool

IsServerError returns true when this get cluster tag manager Url o k response has a 5xx status code

func (*GetClusterTagManagerURLOK) IsSuccess added in v0.1.1

func (o *GetClusterTagManagerURLOK) IsSuccess() bool

IsSuccess returns true when this get cluster tag manager Url o k response has a 2xx status code

func (*GetClusterTagManagerURLOK) String added in v0.1.1

func (o *GetClusterTagManagerURLOK) String() string

type GetClusterTagManagerURLParams added in v0.1.1

type GetClusterTagManagerURLParams struct {

	/* ID.

	   Cluster ID
	*/
	ID string

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

GetClusterTagManagerURLParams contains all the parameters to send to the API endpoint

for the get cluster tag manager Url operation.

Typically these are written to a http.Request.

func NewGetClusterTagManagerURLParams added in v0.1.1

func NewGetClusterTagManagerURLParams() *GetClusterTagManagerURLParams

NewGetClusterTagManagerURLParams creates a new GetClusterTagManagerURLParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetClusterTagManagerURLParamsWithContext added in v0.1.1

func NewGetClusterTagManagerURLParamsWithContext(ctx context.Context) *GetClusterTagManagerURLParams

NewGetClusterTagManagerURLParamsWithContext creates a new GetClusterTagManagerURLParams object with the ability to set a context for a request.

func NewGetClusterTagManagerURLParamsWithHTTPClient added in v0.1.1

func NewGetClusterTagManagerURLParamsWithHTTPClient(client *http.Client) *GetClusterTagManagerURLParams

NewGetClusterTagManagerURLParamsWithHTTPClient creates a new GetClusterTagManagerURLParams object with the ability to set a custom HTTPClient for a request.

func NewGetClusterTagManagerURLParamsWithTimeout added in v0.1.1

func NewGetClusterTagManagerURLParamsWithTimeout(timeout time.Duration) *GetClusterTagManagerURLParams

NewGetClusterTagManagerURLParamsWithTimeout creates a new GetClusterTagManagerURLParams object with the ability to set a timeout on a request.

func (*GetClusterTagManagerURLParams) SetContext added in v0.1.1

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

SetContext adds the context to the get cluster tag manager Url params

func (*GetClusterTagManagerURLParams) SetDefaults added in v0.1.1

func (o *GetClusterTagManagerURLParams) SetDefaults()

SetDefaults hydrates default values in the get cluster tag manager Url params (not the query body).

All values with no default are reset to their zero value.

func (*GetClusterTagManagerURLParams) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the get cluster tag manager Url params

func (*GetClusterTagManagerURLParams) SetID added in v0.1.1

SetID adds the id to the get cluster tag manager Url params

func (*GetClusterTagManagerURLParams) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the get cluster tag manager Url params

func (*GetClusterTagManagerURLParams) WithContext added in v0.1.1

WithContext adds the context to the get cluster tag manager Url params

func (*GetClusterTagManagerURLParams) WithDefaults added in v0.1.1

WithDefaults hydrates default values in the get cluster tag manager Url params (not the query body).

All values with no default are reset to their zero value.

func (*GetClusterTagManagerURLParams) WithHTTPClient added in v0.1.1

WithHTTPClient adds the HTTPClient to the get cluster tag manager Url params

func (*GetClusterTagManagerURLParams) WithID added in v0.1.1

WithID adds the id to the get cluster tag manager Url params

func (*GetClusterTagManagerURLParams) WithTimeout added in v0.1.1

WithTimeout adds the timeout to the get cluster tag manager Url params

func (*GetClusterTagManagerURLParams) WriteToRequest added in v0.1.1

WriteToRequest writes these params to a swagger request

type GetClusterTagManagerURLReader added in v0.1.1

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

GetClusterTagManagerURLReader is a Reader for the GetClusterTagManagerURL structure.

func (*GetClusterTagManagerURLReader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type GetClustersBadRequest added in v0.1.1

type GetClustersBadRequest struct {
	Payload *models.Error
}

GetClustersBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetClustersBadRequest added in v0.1.1

func NewGetClustersBadRequest() *GetClustersBadRequest

NewGetClustersBadRequest creates a GetClustersBadRequest with default headers values

func (*GetClustersBadRequest) Error added in v0.1.1

func (o *GetClustersBadRequest) Error() string

func (*GetClustersBadRequest) GetPayload added in v0.1.1

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

func (*GetClustersBadRequest) IsClientError added in v0.1.1

func (o *GetClustersBadRequest) IsClientError() bool

IsClientError returns true when this get clusters bad request response has a 4xx status code

func (*GetClustersBadRequest) IsCode added in v0.1.1

func (o *GetClustersBadRequest) IsCode(code int) bool

IsCode returns true when this get clusters bad request response a status code equal to that given

func (*GetClustersBadRequest) IsRedirect added in v0.1.1

func (o *GetClustersBadRequest) IsRedirect() bool

IsRedirect returns true when this get clusters bad request response has a 3xx status code

func (*GetClustersBadRequest) IsServerError added in v0.1.1

func (o *GetClustersBadRequest) IsServerError() bool

IsServerError returns true when this get clusters bad request response has a 5xx status code

func (*GetClustersBadRequest) IsSuccess added in v0.1.1

func (o *GetClustersBadRequest) IsSuccess() bool

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

func (*GetClustersBadRequest) String added in v0.1.1

func (o *GetClustersBadRequest) String() string

type GetClustersInternalServerError added in v0.1.1

type GetClustersInternalServerError struct {
	Payload *models.Error
}

GetClustersInternalServerError describes a response with status code 500, with default header values.

InternalServerError

func NewGetClustersInternalServerError added in v0.1.1

func NewGetClustersInternalServerError() *GetClustersInternalServerError

NewGetClustersInternalServerError creates a GetClustersInternalServerError with default headers values

func (*GetClustersInternalServerError) Error added in v0.1.1

func (*GetClustersInternalServerError) GetPayload added in v0.1.1

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

func (*GetClustersInternalServerError) IsClientError added in v0.1.1

func (o *GetClustersInternalServerError) IsClientError() bool

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

func (*GetClustersInternalServerError) IsCode added in v0.1.1

func (o *GetClustersInternalServerError) IsCode(code int) bool

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

func (*GetClustersInternalServerError) IsRedirect added in v0.1.1

func (o *GetClustersInternalServerError) IsRedirect() bool

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

func (*GetClustersInternalServerError) IsServerError added in v0.1.1

func (o *GetClustersInternalServerError) IsServerError() bool

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

func (*GetClustersInternalServerError) IsSuccess added in v0.1.1

func (o *GetClustersInternalServerError) IsSuccess() bool

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

func (*GetClustersInternalServerError) String added in v0.1.1

type GetClustersOK added in v0.1.1

type GetClustersOK struct {
	Payload *models.PageOfCluster
}

GetClustersOK describes a response with status code 200, with default header values.

Ok

func NewGetClustersOK added in v0.1.1

func NewGetClustersOK() *GetClustersOK

NewGetClustersOK creates a GetClustersOK with default headers values

func (*GetClustersOK) Error added in v0.1.1

func (o *GetClustersOK) Error() string

func (*GetClustersOK) GetPayload added in v0.1.1

func (o *GetClustersOK) GetPayload() *models.PageOfCluster

func (*GetClustersOK) IsClientError added in v0.1.1

func (o *GetClustersOK) IsClientError() bool

IsClientError returns true when this get clusters o k response has a 4xx status code

func (*GetClustersOK) IsCode added in v0.1.1

func (o *GetClustersOK) IsCode(code int) bool

IsCode returns true when this get clusters o k response a status code equal to that given

func (*GetClustersOK) IsRedirect added in v0.1.1

func (o *GetClustersOK) IsRedirect() bool

IsRedirect returns true when this get clusters o k response has a 3xx status code

func (*GetClustersOK) IsServerError added in v0.1.1

func (o *GetClustersOK) IsServerError() bool

IsServerError returns true when this get clusters o k response has a 5xx status code

func (*GetClustersOK) IsSuccess added in v0.1.1

func (o *GetClustersOK) IsSuccess() bool

IsSuccess returns true when this get clusters o k response has a 2xx status code

func (*GetClustersOK) String added in v0.1.1

func (o *GetClustersOK) String() string

type GetClustersParams added in v0.1.1

type GetClustersParams struct {

	/* IsStretched.

	   isStretched
	*/
	IsStretched *bool

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

GetClustersParams contains all the parameters to send to the API endpoint

for the get clusters operation.

Typically these are written to a http.Request.

func NewGetClustersParams added in v0.1.1

func NewGetClustersParams() *GetClustersParams

NewGetClustersParams creates a new GetClustersParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetClustersParamsWithContext added in v0.1.1

func NewGetClustersParamsWithContext(ctx context.Context) *GetClustersParams

NewGetClustersParamsWithContext creates a new GetClustersParams object with the ability to set a context for a request.

func NewGetClustersParamsWithHTTPClient added in v0.1.1

func NewGetClustersParamsWithHTTPClient(client *http.Client) *GetClustersParams

NewGetClustersParamsWithHTTPClient creates a new GetClustersParams object with the ability to set a custom HTTPClient for a request.

func NewGetClustersParamsWithTimeout added in v0.1.1

func NewGetClustersParamsWithTimeout(timeout time.Duration) *GetClustersParams

NewGetClustersParamsWithTimeout creates a new GetClustersParams object with the ability to set a timeout on a request.

func (*GetClustersParams) SetContext added in v0.1.1

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

SetContext adds the context to the get clusters params

func (*GetClustersParams) SetDefaults added in v0.1.1

func (o *GetClustersParams) SetDefaults()

SetDefaults hydrates default values in the get clusters params (not the query body).

All values with no default are reset to their zero value.

func (*GetClustersParams) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the get clusters params

func (*GetClustersParams) SetIsStretched added in v0.1.1

func (o *GetClustersParams) SetIsStretched(isStretched *bool)

SetIsStretched adds the isStretched to the get clusters params

func (*GetClustersParams) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the get clusters params

func (*GetClustersParams) WithContext added in v0.1.1

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

WithContext adds the context to the get clusters params

func (*GetClustersParams) WithDefaults added in v0.1.1

func (o *GetClustersParams) WithDefaults() *GetClustersParams

WithDefaults hydrates default values in the get clusters params (not the query body).

All values with no default are reset to their zero value.

func (*GetClustersParams) WithHTTPClient added in v0.1.1

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

WithHTTPClient adds the HTTPClient to the get clusters params

func (*GetClustersParams) WithIsStretched added in v0.1.1

func (o *GetClustersParams) WithIsStretched(isStretched *bool) *GetClustersParams

WithIsStretched adds the isStretched to the get clusters params

func (*GetClustersParams) WithTimeout added in v0.1.1

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

WithTimeout adds the timeout to the get clusters params

func (*GetClustersParams) WriteToRequest added in v0.1.1

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

WriteToRequest writes these params to a swagger request

type GetClustersReader added in v0.1.1

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

GetClustersReader is a Reader for the GetClusters structure.

func (*GetClustersReader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type GetDatastoreCriterionNotFound added in v0.1.1

type GetDatastoreCriterionNotFound struct {
	Payload *models.Error
}

GetDatastoreCriterionNotFound describes a response with status code 404, with default header values.

Criterion Not Found

func NewGetDatastoreCriterionNotFound added in v0.1.1

func NewGetDatastoreCriterionNotFound() *GetDatastoreCriterionNotFound

NewGetDatastoreCriterionNotFound creates a GetDatastoreCriterionNotFound with default headers values

func (*GetDatastoreCriterionNotFound) Error added in v0.1.1

func (*GetDatastoreCriterionNotFound) GetPayload added in v0.1.1

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

func (*GetDatastoreCriterionNotFound) IsClientError added in v0.1.1

func (o *GetDatastoreCriterionNotFound) IsClientError() bool

IsClientError returns true when this get datastore criterion not found response has a 4xx status code

func (*GetDatastoreCriterionNotFound) IsCode added in v0.1.1

func (o *GetDatastoreCriterionNotFound) IsCode(code int) bool

IsCode returns true when this get datastore criterion not found response a status code equal to that given

func (*GetDatastoreCriterionNotFound) IsRedirect added in v0.1.1

func (o *GetDatastoreCriterionNotFound) IsRedirect() bool

IsRedirect returns true when this get datastore criterion not found response has a 3xx status code

func (*GetDatastoreCriterionNotFound) IsServerError added in v0.1.1

func (o *GetDatastoreCriterionNotFound) IsServerError() bool

IsServerError returns true when this get datastore criterion not found response has a 5xx status code

func (*GetDatastoreCriterionNotFound) IsSuccess added in v0.1.1

func (o *GetDatastoreCriterionNotFound) IsSuccess() bool

IsSuccess returns true when this get datastore criterion not found response has a 2xx status code

func (*GetDatastoreCriterionNotFound) String added in v0.1.1

type GetDatastoreCriterionOK added in v0.1.1

type GetDatastoreCriterionOK struct {
	Payload *models.DatastoreCriterion
}

GetDatastoreCriterionOK describes a response with status code 200, with default header values.

Ok

func NewGetDatastoreCriterionOK added in v0.1.1

func NewGetDatastoreCriterionOK() *GetDatastoreCriterionOK

NewGetDatastoreCriterionOK creates a GetDatastoreCriterionOK with default headers values

func (*GetDatastoreCriterionOK) Error added in v0.1.1

func (o *GetDatastoreCriterionOK) Error() string

func (*GetDatastoreCriterionOK) GetPayload added in v0.1.1

func (*GetDatastoreCriterionOK) IsClientError added in v0.1.1

func (o *GetDatastoreCriterionOK) IsClientError() bool

IsClientError returns true when this get datastore criterion o k response has a 4xx status code

func (*GetDatastoreCriterionOK) IsCode added in v0.1.1

func (o *GetDatastoreCriterionOK) IsCode(code int) bool

IsCode returns true when this get datastore criterion o k response a status code equal to that given

func (*GetDatastoreCriterionOK) IsRedirect added in v0.1.1

func (o *GetDatastoreCriterionOK) IsRedirect() bool

IsRedirect returns true when this get datastore criterion o k response has a 3xx status code

func (*GetDatastoreCriterionOK) IsServerError added in v0.1.1

func (o *GetDatastoreCriterionOK) IsServerError() bool

IsServerError returns true when this get datastore criterion o k response has a 5xx status code

func (*GetDatastoreCriterionOK) IsSuccess added in v0.1.1

func (o *GetDatastoreCriterionOK) IsSuccess() bool

IsSuccess returns true when this get datastore criterion o k response has a 2xx status code

func (*GetDatastoreCriterionOK) String added in v0.1.1

func (o *GetDatastoreCriterionOK) String() string

type GetDatastoreCriterionParams added in v0.1.1

type GetDatastoreCriterionParams struct {

	/* ID.

	   Cluster ID
	*/
	ID string

	/* Name.

	   Criteria Name
	*/
	Name string

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

GetDatastoreCriterionParams contains all the parameters to send to the API endpoint

for the get datastore criterion operation.

Typically these are written to a http.Request.

func NewGetDatastoreCriterionParams added in v0.1.1

func NewGetDatastoreCriterionParams() *GetDatastoreCriterionParams

NewGetDatastoreCriterionParams creates a new GetDatastoreCriterionParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetDatastoreCriterionParamsWithContext added in v0.1.1

func NewGetDatastoreCriterionParamsWithContext(ctx context.Context) *GetDatastoreCriterionParams

NewGetDatastoreCriterionParamsWithContext creates a new GetDatastoreCriterionParams object with the ability to set a context for a request.

func NewGetDatastoreCriterionParamsWithHTTPClient added in v0.1.1

func NewGetDatastoreCriterionParamsWithHTTPClient(client *http.Client) *GetDatastoreCriterionParams

NewGetDatastoreCriterionParamsWithHTTPClient creates a new GetDatastoreCriterionParams object with the ability to set a custom HTTPClient for a request.

func NewGetDatastoreCriterionParamsWithTimeout added in v0.1.1

func NewGetDatastoreCriterionParamsWithTimeout(timeout time.Duration) *GetDatastoreCriterionParams

NewGetDatastoreCriterionParamsWithTimeout creates a new GetDatastoreCriterionParams object with the ability to set a timeout on a request.

func (*GetDatastoreCriterionParams) SetContext added in v0.1.1

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

SetContext adds the context to the get datastore criterion params

func (*GetDatastoreCriterionParams) SetDefaults added in v0.1.1

func (o *GetDatastoreCriterionParams) SetDefaults()

SetDefaults hydrates default values in the get datastore criterion params (not the query body).

All values with no default are reset to their zero value.

func (*GetDatastoreCriterionParams) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the get datastore criterion params

func (*GetDatastoreCriterionParams) SetID added in v0.1.1

func (o *GetDatastoreCriterionParams) SetID(id string)

SetID adds the id to the get datastore criterion params

func (*GetDatastoreCriterionParams) SetName added in v0.1.1

func (o *GetDatastoreCriterionParams) SetName(name string)

SetName adds the name to the get datastore criterion params

func (*GetDatastoreCriterionParams) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the get datastore criterion params

func (*GetDatastoreCriterionParams) WithContext added in v0.1.1

WithContext adds the context to the get datastore criterion params

func (*GetDatastoreCriterionParams) WithDefaults added in v0.1.1

WithDefaults hydrates default values in the get datastore criterion params (not the query body).

All values with no default are reset to their zero value.

func (*GetDatastoreCriterionParams) WithHTTPClient added in v0.1.1

WithHTTPClient adds the HTTPClient to the get datastore criterion params

func (*GetDatastoreCriterionParams) WithID added in v0.1.1

WithID adds the id to the get datastore criterion params

func (*GetDatastoreCriterionParams) WithName added in v0.1.1

WithName adds the name to the get datastore criterion params

func (*GetDatastoreCriterionParams) WithTimeout added in v0.1.1

WithTimeout adds the timeout to the get datastore criterion params

func (*GetDatastoreCriterionParams) WriteToRequest added in v0.1.1

WriteToRequest writes these params to a swagger request

type GetDatastoreCriterionReader added in v0.1.1

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

GetDatastoreCriterionReader is a Reader for the GetDatastoreCriterion structure.

func (*GetDatastoreCriterionReader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type GetDatastoreQueryResponseBadRequest added in v0.1.1

type GetDatastoreQueryResponseBadRequest struct {
	Payload *models.Error
}

GetDatastoreQueryResponseBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetDatastoreQueryResponseBadRequest added in v0.1.1

func NewGetDatastoreQueryResponseBadRequest() *GetDatastoreQueryResponseBadRequest

NewGetDatastoreQueryResponseBadRequest creates a GetDatastoreQueryResponseBadRequest with default headers values

func (*GetDatastoreQueryResponseBadRequest) Error added in v0.1.1

func (*GetDatastoreQueryResponseBadRequest) GetPayload added in v0.1.1

func (*GetDatastoreQueryResponseBadRequest) IsClientError added in v0.1.1

func (o *GetDatastoreQueryResponseBadRequest) IsClientError() bool

IsClientError returns true when this get datastore query response bad request response has a 4xx status code

func (*GetDatastoreQueryResponseBadRequest) IsCode added in v0.1.1

IsCode returns true when this get datastore query response bad request response a status code equal to that given

func (*GetDatastoreQueryResponseBadRequest) IsRedirect added in v0.1.1

func (o *GetDatastoreQueryResponseBadRequest) IsRedirect() bool

IsRedirect returns true when this get datastore query response bad request response has a 3xx status code

func (*GetDatastoreQueryResponseBadRequest) IsServerError added in v0.1.1

func (o *GetDatastoreQueryResponseBadRequest) IsServerError() bool

IsServerError returns true when this get datastore query response bad request response has a 5xx status code

func (*GetDatastoreQueryResponseBadRequest) IsSuccess added in v0.1.1

IsSuccess returns true when this get datastore query response bad request response has a 2xx status code

func (*GetDatastoreQueryResponseBadRequest) String added in v0.1.1

type GetDatastoreQueryResponseInternalServerError added in v0.1.1

type GetDatastoreQueryResponseInternalServerError struct {
	Payload *models.Error
}

GetDatastoreQueryResponseInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetDatastoreQueryResponseInternalServerError added in v0.1.1

func NewGetDatastoreQueryResponseInternalServerError() *GetDatastoreQueryResponseInternalServerError

NewGetDatastoreQueryResponseInternalServerError creates a GetDatastoreQueryResponseInternalServerError with default headers values

func (*GetDatastoreQueryResponseInternalServerError) Error added in v0.1.1

func (*GetDatastoreQueryResponseInternalServerError) GetPayload added in v0.1.1

func (*GetDatastoreQueryResponseInternalServerError) IsClientError added in v0.1.1

IsClientError returns true when this get datastore query response internal server error response has a 4xx status code

func (*GetDatastoreQueryResponseInternalServerError) IsCode added in v0.1.1

IsCode returns true when this get datastore query response internal server error response a status code equal to that given

func (*GetDatastoreQueryResponseInternalServerError) IsRedirect added in v0.1.1

IsRedirect returns true when this get datastore query response internal server error response has a 3xx status code

func (*GetDatastoreQueryResponseInternalServerError) IsServerError added in v0.1.1

IsServerError returns true when this get datastore query response internal server error response has a 5xx status code

func (*GetDatastoreQueryResponseInternalServerError) IsSuccess added in v0.1.1

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

func (*GetDatastoreQueryResponseInternalServerError) String added in v0.1.1

type GetDatastoreQueryResponseNotFound added in v0.1.1

type GetDatastoreQueryResponseNotFound struct {
	Payload *models.Error
}

GetDatastoreQueryResponseNotFound describes a response with status code 404, with default header values.

Query Not Found

func NewGetDatastoreQueryResponseNotFound added in v0.1.1

func NewGetDatastoreQueryResponseNotFound() *GetDatastoreQueryResponseNotFound

NewGetDatastoreQueryResponseNotFound creates a GetDatastoreQueryResponseNotFound with default headers values

func (*GetDatastoreQueryResponseNotFound) Error added in v0.1.1

func (*GetDatastoreQueryResponseNotFound) GetPayload added in v0.1.1

func (*GetDatastoreQueryResponseNotFound) IsClientError added in v0.1.1

func (o *GetDatastoreQueryResponseNotFound) IsClientError() bool

IsClientError returns true when this get datastore query response not found response has a 4xx status code

func (*GetDatastoreQueryResponseNotFound) IsCode added in v0.1.1

func (o *GetDatastoreQueryResponseNotFound) IsCode(code int) bool

IsCode returns true when this get datastore query response not found response a status code equal to that given

func (*GetDatastoreQueryResponseNotFound) IsRedirect added in v0.1.1

func (o *GetDatastoreQueryResponseNotFound) IsRedirect() bool

IsRedirect returns true when this get datastore query response not found response has a 3xx status code

func (*GetDatastoreQueryResponseNotFound) IsServerError added in v0.1.1

func (o *GetDatastoreQueryResponseNotFound) IsServerError() bool

IsServerError returns true when this get datastore query response not found response has a 5xx status code

func (*GetDatastoreQueryResponseNotFound) IsSuccess added in v0.1.1

func (o *GetDatastoreQueryResponseNotFound) IsSuccess() bool

IsSuccess returns true when this get datastore query response not found response has a 2xx status code

func (*GetDatastoreQueryResponseNotFound) String added in v0.1.1

type GetDatastoreQueryResponseOK added in v0.1.1

type GetDatastoreQueryResponseOK struct {
	Payload *models.DatastoreQueryResponse
}

GetDatastoreQueryResponseOK describes a response with status code 200, with default header values.

Ok

func NewGetDatastoreQueryResponseOK added in v0.1.1

func NewGetDatastoreQueryResponseOK() *GetDatastoreQueryResponseOK

NewGetDatastoreQueryResponseOK creates a GetDatastoreQueryResponseOK with default headers values

func (*GetDatastoreQueryResponseOK) Error added in v0.1.1

func (*GetDatastoreQueryResponseOK) GetPayload added in v0.1.1

func (*GetDatastoreQueryResponseOK) IsClientError added in v0.1.1

func (o *GetDatastoreQueryResponseOK) IsClientError() bool

IsClientError returns true when this get datastore query response o k response has a 4xx status code

func (*GetDatastoreQueryResponseOK) IsCode added in v0.1.1

func (o *GetDatastoreQueryResponseOK) IsCode(code int) bool

IsCode returns true when this get datastore query response o k response a status code equal to that given

func (*GetDatastoreQueryResponseOK) IsRedirect added in v0.1.1

func (o *GetDatastoreQueryResponseOK) IsRedirect() bool

IsRedirect returns true when this get datastore query response o k response has a 3xx status code

func (*GetDatastoreQueryResponseOK) IsServerError added in v0.1.1

func (o *GetDatastoreQueryResponseOK) IsServerError() bool

IsServerError returns true when this get datastore query response o k response has a 5xx status code

func (*GetDatastoreQueryResponseOK) IsSuccess added in v0.1.1

func (o *GetDatastoreQueryResponseOK) IsSuccess() bool

IsSuccess returns true when this get datastore query response o k response has a 2xx status code

func (*GetDatastoreQueryResponseOK) String added in v0.1.1

func (o *GetDatastoreQueryResponseOK) String() string

type GetDatastoreQueryResponseParams added in v0.1.1

type GetDatastoreQueryResponseParams struct {

	/* ClusterID.

	   Cluster ID
	*/
	ClusterID string

	/* QueryID.

	   Query ID
	*/
	QueryID string

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

GetDatastoreQueryResponseParams contains all the parameters to send to the API endpoint

for the get datastore query response operation.

Typically these are written to a http.Request.

func NewGetDatastoreQueryResponseParams added in v0.1.1

func NewGetDatastoreQueryResponseParams() *GetDatastoreQueryResponseParams

NewGetDatastoreQueryResponseParams creates a new GetDatastoreQueryResponseParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetDatastoreQueryResponseParamsWithContext added in v0.1.1

func NewGetDatastoreQueryResponseParamsWithContext(ctx context.Context) *GetDatastoreQueryResponseParams

NewGetDatastoreQueryResponseParamsWithContext creates a new GetDatastoreQueryResponseParams object with the ability to set a context for a request.

func NewGetDatastoreQueryResponseParamsWithHTTPClient added in v0.1.1

func NewGetDatastoreQueryResponseParamsWithHTTPClient(client *http.Client) *GetDatastoreQueryResponseParams

NewGetDatastoreQueryResponseParamsWithHTTPClient creates a new GetDatastoreQueryResponseParams object with the ability to set a custom HTTPClient for a request.

func NewGetDatastoreQueryResponseParamsWithTimeout added in v0.1.1

func NewGetDatastoreQueryResponseParamsWithTimeout(timeout time.Duration) *GetDatastoreQueryResponseParams

NewGetDatastoreQueryResponseParamsWithTimeout creates a new GetDatastoreQueryResponseParams object with the ability to set a timeout on a request.

func (*GetDatastoreQueryResponseParams) SetClusterID added in v0.1.1

func (o *GetDatastoreQueryResponseParams) SetClusterID(clusterID string)

SetClusterID adds the clusterId to the get datastore query response params

func (*GetDatastoreQueryResponseParams) SetContext added in v0.1.1

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

SetContext adds the context to the get datastore query response params

func (*GetDatastoreQueryResponseParams) SetDefaults added in v0.1.1

func (o *GetDatastoreQueryResponseParams) SetDefaults()

SetDefaults hydrates default values in the get datastore query response params (not the query body).

All values with no default are reset to their zero value.

func (*GetDatastoreQueryResponseParams) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the get datastore query response params

func (*GetDatastoreQueryResponseParams) SetQueryID added in v0.1.1

func (o *GetDatastoreQueryResponseParams) SetQueryID(queryID string)

SetQueryID adds the queryId to the get datastore query response params

func (*GetDatastoreQueryResponseParams) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the get datastore query response params

func (*GetDatastoreQueryResponseParams) WithClusterID added in v0.1.1

WithClusterID adds the clusterID to the get datastore query response params

func (*GetDatastoreQueryResponseParams) WithContext added in v0.1.1

WithContext adds the context to the get datastore query response params

func (*GetDatastoreQueryResponseParams) WithDefaults added in v0.1.1

WithDefaults hydrates default values in the get datastore query response params (not the query body).

All values with no default are reset to their zero value.

func (*GetDatastoreQueryResponseParams) WithHTTPClient added in v0.1.1

WithHTTPClient adds the HTTPClient to the get datastore query response params

func (*GetDatastoreQueryResponseParams) WithQueryID added in v0.1.1

WithQueryID adds the queryID to the get datastore query response params

func (*GetDatastoreQueryResponseParams) WithTimeout added in v0.1.1

WithTimeout adds the timeout to the get datastore query response params

func (*GetDatastoreQueryResponseParams) WriteToRequest added in v0.1.1

WriteToRequest writes these params to a swagger request

type GetDatastoreQueryResponseReader added in v0.1.1

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

GetDatastoreQueryResponseReader is a Reader for the GetDatastoreQueryResponse structure.

func (*GetDatastoreQueryResponseReader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type GetDatastoresCriteriaOK added in v0.1.1

type GetDatastoresCriteriaOK struct {
	Payload *models.PageOfDatastoreCriterion
}

GetDatastoresCriteriaOK describes a response with status code 200, with default header values.

Ok

func NewGetDatastoresCriteriaOK added in v0.1.1

func NewGetDatastoresCriteriaOK() *GetDatastoresCriteriaOK

NewGetDatastoresCriteriaOK creates a GetDatastoresCriteriaOK with default headers values

func (*GetDatastoresCriteriaOK) Error added in v0.1.1

func (o *GetDatastoresCriteriaOK) Error() string

func (*GetDatastoresCriteriaOK) GetPayload added in v0.1.1

func (*GetDatastoresCriteriaOK) IsClientError added in v0.1.1

func (o *GetDatastoresCriteriaOK) IsClientError() bool

IsClientError returns true when this get datastores criteria o k response has a 4xx status code

func (*GetDatastoresCriteriaOK) IsCode added in v0.1.1

func (o *GetDatastoresCriteriaOK) IsCode(code int) bool

IsCode returns true when this get datastores criteria o k response a status code equal to that given

func (*GetDatastoresCriteriaOK) IsRedirect added in v0.1.1

func (o *GetDatastoresCriteriaOK) IsRedirect() bool

IsRedirect returns true when this get datastores criteria o k response has a 3xx status code

func (*GetDatastoresCriteriaOK) IsServerError added in v0.1.1

func (o *GetDatastoresCriteriaOK) IsServerError() bool

IsServerError returns true when this get datastores criteria o k response has a 5xx status code

func (*GetDatastoresCriteriaOK) IsSuccess added in v0.1.1

func (o *GetDatastoresCriteriaOK) IsSuccess() bool

IsSuccess returns true when this get datastores criteria o k response has a 2xx status code

func (*GetDatastoresCriteriaOK) String added in v0.1.1

func (o *GetDatastoresCriteriaOK) String() string

type GetDatastoresCriteriaParams added in v0.1.1

type GetDatastoresCriteriaParams struct {

	/* ID.

	   Cluster ID
	*/
	ID string

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

GetDatastoresCriteriaParams contains all the parameters to send to the API endpoint

for the get datastores criteria operation.

Typically these are written to a http.Request.

func NewGetDatastoresCriteriaParams added in v0.1.1

func NewGetDatastoresCriteriaParams() *GetDatastoresCriteriaParams

NewGetDatastoresCriteriaParams creates a new GetDatastoresCriteriaParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetDatastoresCriteriaParamsWithContext added in v0.1.1

func NewGetDatastoresCriteriaParamsWithContext(ctx context.Context) *GetDatastoresCriteriaParams

NewGetDatastoresCriteriaParamsWithContext creates a new GetDatastoresCriteriaParams object with the ability to set a context for a request.

func NewGetDatastoresCriteriaParamsWithHTTPClient added in v0.1.1

func NewGetDatastoresCriteriaParamsWithHTTPClient(client *http.Client) *GetDatastoresCriteriaParams

NewGetDatastoresCriteriaParamsWithHTTPClient creates a new GetDatastoresCriteriaParams object with the ability to set a custom HTTPClient for a request.

func NewGetDatastoresCriteriaParamsWithTimeout added in v0.1.1

func NewGetDatastoresCriteriaParamsWithTimeout(timeout time.Duration) *GetDatastoresCriteriaParams

NewGetDatastoresCriteriaParamsWithTimeout creates a new GetDatastoresCriteriaParams object with the ability to set a timeout on a request.

func (*GetDatastoresCriteriaParams) SetContext added in v0.1.1

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

SetContext adds the context to the get datastores criteria params

func (*GetDatastoresCriteriaParams) SetDefaults added in v0.1.1

func (o *GetDatastoresCriteriaParams) SetDefaults()

SetDefaults hydrates default values in the get datastores criteria params (not the query body).

All values with no default are reset to their zero value.

func (*GetDatastoresCriteriaParams) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the get datastores criteria params

func (*GetDatastoresCriteriaParams) SetID added in v0.1.1

func (o *GetDatastoresCriteriaParams) SetID(id string)

SetID adds the id to the get datastores criteria params

func (*GetDatastoresCriteriaParams) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the get datastores criteria params

func (*GetDatastoresCriteriaParams) WithContext added in v0.1.1

WithContext adds the context to the get datastores criteria params

func (*GetDatastoresCriteriaParams) WithDefaults added in v0.1.1

WithDefaults hydrates default values in the get datastores criteria params (not the query body).

All values with no default are reset to their zero value.

func (*GetDatastoresCriteriaParams) WithHTTPClient added in v0.1.1

WithHTTPClient adds the HTTPClient to the get datastores criteria params

func (*GetDatastoresCriteriaParams) WithID added in v0.1.1

WithID adds the id to the get datastores criteria params

func (*GetDatastoresCriteriaParams) WithTimeout added in v0.1.1

WithTimeout adds the timeout to the get datastores criteria params

func (*GetDatastoresCriteriaParams) WriteToRequest added in v0.1.1

WriteToRequest writes these params to a swagger request

type GetDatastoresCriteriaReader added in v0.1.1

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

GetDatastoresCriteriaReader is a Reader for the GetDatastoresCriteria structure.

func (*GetDatastoresCriteriaReader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type GetHostCriteriaOK added in v0.1.1

type GetHostCriteriaOK struct {
	Payload *models.PageOfHostCriterion
}

GetHostCriteriaOK describes a response with status code 200, with default header values.

Ok

func NewGetHostCriteriaOK added in v0.1.1

func NewGetHostCriteriaOK() *GetHostCriteriaOK

NewGetHostCriteriaOK creates a GetHostCriteriaOK with default headers values

func (*GetHostCriteriaOK) Error added in v0.1.1

func (o *GetHostCriteriaOK) Error() string

func (*GetHostCriteriaOK) GetPayload added in v0.1.1

func (o *GetHostCriteriaOK) GetPayload() *models.PageOfHostCriterion

func (*GetHostCriteriaOK) IsClientError added in v0.1.1

func (o *GetHostCriteriaOK) IsClientError() bool

IsClientError returns true when this get host criteria o k response has a 4xx status code

func (*GetHostCriteriaOK) IsCode added in v0.1.1

func (o *GetHostCriteriaOK) IsCode(code int) bool

IsCode returns true when this get host criteria o k response a status code equal to that given

func (*GetHostCriteriaOK) IsRedirect added in v0.1.1

func (o *GetHostCriteriaOK) IsRedirect() bool

IsRedirect returns true when this get host criteria o k response has a 3xx status code

func (*GetHostCriteriaOK) IsServerError added in v0.1.1

func (o *GetHostCriteriaOK) IsServerError() bool

IsServerError returns true when this get host criteria o k response has a 5xx status code

func (*GetHostCriteriaOK) IsSuccess added in v0.1.1

func (o *GetHostCriteriaOK) IsSuccess() bool

IsSuccess returns true when this get host criteria o k response has a 2xx status code

func (*GetHostCriteriaOK) String added in v0.1.1

func (o *GetHostCriteriaOK) String() string

type GetHostCriteriaParams added in v0.1.1

type GetHostCriteriaParams struct {

	/* ID.

	   Cluster ID
	*/
	ID string

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

GetHostCriteriaParams contains all the parameters to send to the API endpoint

for the get host criteria operation.

Typically these are written to a http.Request.

func NewGetHostCriteriaParams added in v0.1.1

func NewGetHostCriteriaParams() *GetHostCriteriaParams

NewGetHostCriteriaParams creates a new GetHostCriteriaParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetHostCriteriaParamsWithContext added in v0.1.1

func NewGetHostCriteriaParamsWithContext(ctx context.Context) *GetHostCriteriaParams

NewGetHostCriteriaParamsWithContext creates a new GetHostCriteriaParams object with the ability to set a context for a request.

func NewGetHostCriteriaParamsWithHTTPClient added in v0.1.1

func NewGetHostCriteriaParamsWithHTTPClient(client *http.Client) *GetHostCriteriaParams

NewGetHostCriteriaParamsWithHTTPClient creates a new GetHostCriteriaParams object with the ability to set a custom HTTPClient for a request.

func NewGetHostCriteriaParamsWithTimeout added in v0.1.1

func NewGetHostCriteriaParamsWithTimeout(timeout time.Duration) *GetHostCriteriaParams

NewGetHostCriteriaParamsWithTimeout creates a new GetHostCriteriaParams object with the ability to set a timeout on a request.

func (*GetHostCriteriaParams) SetContext added in v0.1.1

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

SetContext adds the context to the get host criteria params

func (*GetHostCriteriaParams) SetDefaults added in v0.1.1

func (o *GetHostCriteriaParams) SetDefaults()

SetDefaults hydrates default values in the get host criteria params (not the query body).

All values with no default are reset to their zero value.

func (*GetHostCriteriaParams) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the get host criteria params

func (*GetHostCriteriaParams) SetID added in v0.1.1

func (o *GetHostCriteriaParams) SetID(id string)

SetID adds the id to the get host criteria params

func (*GetHostCriteriaParams) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the get host criteria params

func (*GetHostCriteriaParams) WithContext added in v0.1.1

WithContext adds the context to the get host criteria params

func (*GetHostCriteriaParams) WithDefaults added in v0.1.1

func (o *GetHostCriteriaParams) WithDefaults() *GetHostCriteriaParams

WithDefaults hydrates default values in the get host criteria params (not the query body).

All values with no default are reset to their zero value.

func (*GetHostCriteriaParams) WithHTTPClient added in v0.1.1

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

WithHTTPClient adds the HTTPClient to the get host criteria params

func (*GetHostCriteriaParams) WithID added in v0.1.1

WithID adds the id to the get host criteria params

func (*GetHostCriteriaParams) WithTimeout added in v0.1.1

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

WithTimeout adds the timeout to the get host criteria params

func (*GetHostCriteriaParams) WriteToRequest added in v0.1.1

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

WriteToRequest writes these params to a swagger request

type GetHostCriteriaReader added in v0.1.1

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

GetHostCriteriaReader is a Reader for the GetHostCriteria structure.

func (*GetHostCriteriaReader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type GetHostCriterionNotFound added in v0.1.1

type GetHostCriterionNotFound struct {
	Payload *models.Error
}

GetHostCriterionNotFound describes a response with status code 404, with default header values.

Criterion Not Found

func NewGetHostCriterionNotFound added in v0.1.1

func NewGetHostCriterionNotFound() *GetHostCriterionNotFound

NewGetHostCriterionNotFound creates a GetHostCriterionNotFound with default headers values

func (*GetHostCriterionNotFound) Error added in v0.1.1

func (o *GetHostCriterionNotFound) Error() string

func (*GetHostCriterionNotFound) GetPayload added in v0.1.1

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

func (*GetHostCriterionNotFound) IsClientError added in v0.1.1

func (o *GetHostCriterionNotFound) IsClientError() bool

IsClientError returns true when this get host criterion not found response has a 4xx status code

func (*GetHostCriterionNotFound) IsCode added in v0.1.1

func (o *GetHostCriterionNotFound) IsCode(code int) bool

IsCode returns true when this get host criterion not found response a status code equal to that given

func (*GetHostCriterionNotFound) IsRedirect added in v0.1.1

func (o *GetHostCriterionNotFound) IsRedirect() bool

IsRedirect returns true when this get host criterion not found response has a 3xx status code

func (*GetHostCriterionNotFound) IsServerError added in v0.1.1

func (o *GetHostCriterionNotFound) IsServerError() bool

IsServerError returns true when this get host criterion not found response has a 5xx status code

func (*GetHostCriterionNotFound) IsSuccess added in v0.1.1

func (o *GetHostCriterionNotFound) IsSuccess() bool

IsSuccess returns true when this get host criterion not found response has a 2xx status code

func (*GetHostCriterionNotFound) String added in v0.1.1

func (o *GetHostCriterionNotFound) String() string

type GetHostCriterionOK added in v0.1.1

type GetHostCriterionOK struct {
	Payload *models.HostCriterion
}

GetHostCriterionOK describes a response with status code 200, with default header values.

Ok

func NewGetHostCriterionOK added in v0.1.1

func NewGetHostCriterionOK() *GetHostCriterionOK

NewGetHostCriterionOK creates a GetHostCriterionOK with default headers values

func (*GetHostCriterionOK) Error added in v0.1.1

func (o *GetHostCriterionOK) Error() string

func (*GetHostCriterionOK) GetPayload added in v0.1.1

func (o *GetHostCriterionOK) GetPayload() *models.HostCriterion

func (*GetHostCriterionOK) IsClientError added in v0.1.1

func (o *GetHostCriterionOK) IsClientError() bool

IsClientError returns true when this get host criterion o k response has a 4xx status code

func (*GetHostCriterionOK) IsCode added in v0.1.1

func (o *GetHostCriterionOK) IsCode(code int) bool

IsCode returns true when this get host criterion o k response a status code equal to that given

func (*GetHostCriterionOK) IsRedirect added in v0.1.1

func (o *GetHostCriterionOK) IsRedirect() bool

IsRedirect returns true when this get host criterion o k response has a 3xx status code

func (*GetHostCriterionOK) IsServerError added in v0.1.1

func (o *GetHostCriterionOK) IsServerError() bool

IsServerError returns true when this get host criterion o k response has a 5xx status code

func (*GetHostCriterionOK) IsSuccess added in v0.1.1

func (o *GetHostCriterionOK) IsSuccess() bool

IsSuccess returns true when this get host criterion o k response has a 2xx status code

func (*GetHostCriterionOK) String added in v0.1.1

func (o *GetHostCriterionOK) String() string

type GetHostCriterionParams added in v0.1.1

type GetHostCriterionParams struct {

	/* ID.

	   Cluster ID
	*/
	ID string

	/* Name.

	   Criteria Name
	*/
	Name string

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

GetHostCriterionParams contains all the parameters to send to the API endpoint

for the get host criterion operation.

Typically these are written to a http.Request.

func NewGetHostCriterionParams added in v0.1.1

func NewGetHostCriterionParams() *GetHostCriterionParams

NewGetHostCriterionParams creates a new GetHostCriterionParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetHostCriterionParamsWithContext added in v0.1.1

func NewGetHostCriterionParamsWithContext(ctx context.Context) *GetHostCriterionParams

NewGetHostCriterionParamsWithContext creates a new GetHostCriterionParams object with the ability to set a context for a request.

func NewGetHostCriterionParamsWithHTTPClient added in v0.1.1

func NewGetHostCriterionParamsWithHTTPClient(client *http.Client) *GetHostCriterionParams

NewGetHostCriterionParamsWithHTTPClient creates a new GetHostCriterionParams object with the ability to set a custom HTTPClient for a request.

func NewGetHostCriterionParamsWithTimeout added in v0.1.1

func NewGetHostCriterionParamsWithTimeout(timeout time.Duration) *GetHostCriterionParams

NewGetHostCriterionParamsWithTimeout creates a new GetHostCriterionParams object with the ability to set a timeout on a request.

func (*GetHostCriterionParams) SetContext added in v0.1.1

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

SetContext adds the context to the get host criterion params

func (*GetHostCriterionParams) SetDefaults added in v0.1.1

func (o *GetHostCriterionParams) SetDefaults()

SetDefaults hydrates default values in the get host criterion params (not the query body).

All values with no default are reset to their zero value.

func (*GetHostCriterionParams) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the get host criterion params

func (*GetHostCriterionParams) SetID added in v0.1.1

func (o *GetHostCriterionParams) SetID(id string)

SetID adds the id to the get host criterion params

func (*GetHostCriterionParams) SetName added in v0.1.1

func (o *GetHostCriterionParams) SetName(name string)

SetName adds the name to the get host criterion params

func (*GetHostCriterionParams) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the get host criterion params

func (*GetHostCriterionParams) WithContext added in v0.1.1

WithContext adds the context to the get host criterion params

func (*GetHostCriterionParams) WithDefaults added in v0.1.1

WithDefaults hydrates default values in the get host criterion params (not the query body).

All values with no default are reset to their zero value.

func (*GetHostCriterionParams) WithHTTPClient added in v0.1.1

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

WithHTTPClient adds the HTTPClient to the get host criterion params

func (*GetHostCriterionParams) WithID added in v0.1.1

WithID adds the id to the get host criterion params

func (*GetHostCriterionParams) WithName added in v0.1.1

WithName adds the name to the get host criterion params

func (*GetHostCriterionParams) WithTimeout added in v0.1.1

WithTimeout adds the timeout to the get host criterion params

func (*GetHostCriterionParams) WriteToRequest added in v0.1.1

WriteToRequest writes these params to a swagger request

type GetHostCriterionReader added in v0.1.1

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

GetHostCriterionReader is a Reader for the GetHostCriterion structure.

func (*GetHostCriterionReader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type GetHostQueryResponseBadRequest added in v0.1.1

type GetHostQueryResponseBadRequest struct {
	Payload *models.Error
}

GetHostQueryResponseBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetHostQueryResponseBadRequest added in v0.1.1

func NewGetHostQueryResponseBadRequest() *GetHostQueryResponseBadRequest

NewGetHostQueryResponseBadRequest creates a GetHostQueryResponseBadRequest with default headers values

func (*GetHostQueryResponseBadRequest) Error added in v0.1.1

func (*GetHostQueryResponseBadRequest) GetPayload added in v0.1.1

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

func (*GetHostQueryResponseBadRequest) IsClientError added in v0.1.1

func (o *GetHostQueryResponseBadRequest) IsClientError() bool

IsClientError returns true when this get host query response bad request response has a 4xx status code

func (*GetHostQueryResponseBadRequest) IsCode added in v0.1.1

func (o *GetHostQueryResponseBadRequest) IsCode(code int) bool

IsCode returns true when this get host query response bad request response a status code equal to that given

func (*GetHostQueryResponseBadRequest) IsRedirect added in v0.1.1

func (o *GetHostQueryResponseBadRequest) IsRedirect() bool

IsRedirect returns true when this get host query response bad request response has a 3xx status code

func (*GetHostQueryResponseBadRequest) IsServerError added in v0.1.1

func (o *GetHostQueryResponseBadRequest) IsServerError() bool

IsServerError returns true when this get host query response bad request response has a 5xx status code

func (*GetHostQueryResponseBadRequest) IsSuccess added in v0.1.1

func (o *GetHostQueryResponseBadRequest) IsSuccess() bool

IsSuccess returns true when this get host query response bad request response has a 2xx status code

func (*GetHostQueryResponseBadRequest) String added in v0.1.1

type GetHostQueryResponseInternalServerError added in v0.1.1

type GetHostQueryResponseInternalServerError struct {
	Payload *models.Error
}

GetHostQueryResponseInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetHostQueryResponseInternalServerError added in v0.1.1

func NewGetHostQueryResponseInternalServerError() *GetHostQueryResponseInternalServerError

NewGetHostQueryResponseInternalServerError creates a GetHostQueryResponseInternalServerError with default headers values

func (*GetHostQueryResponseInternalServerError) Error added in v0.1.1

func (*GetHostQueryResponseInternalServerError) GetPayload added in v0.1.1

func (*GetHostQueryResponseInternalServerError) IsClientError added in v0.1.1

func (o *GetHostQueryResponseInternalServerError) IsClientError() bool

IsClientError returns true when this get host query response internal server error response has a 4xx status code

func (*GetHostQueryResponseInternalServerError) IsCode added in v0.1.1

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

func (*GetHostQueryResponseInternalServerError) IsRedirect added in v0.1.1

IsRedirect returns true when this get host query response internal server error response has a 3xx status code

func (*GetHostQueryResponseInternalServerError) IsServerError added in v0.1.1

func (o *GetHostQueryResponseInternalServerError) IsServerError() bool

IsServerError returns true when this get host query response internal server error response has a 5xx status code

func (*GetHostQueryResponseInternalServerError) IsSuccess added in v0.1.1

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

func (*GetHostQueryResponseInternalServerError) String added in v0.1.1

type GetHostQueryResponseNotFound added in v0.1.1

type GetHostQueryResponseNotFound struct {
	Payload *models.Error
}

GetHostQueryResponseNotFound describes a response with status code 404, with default header values.

Query Not Found

func NewGetHostQueryResponseNotFound added in v0.1.1

func NewGetHostQueryResponseNotFound() *GetHostQueryResponseNotFound

NewGetHostQueryResponseNotFound creates a GetHostQueryResponseNotFound with default headers values

func (*GetHostQueryResponseNotFound) Error added in v0.1.1

func (*GetHostQueryResponseNotFound) GetPayload added in v0.1.1

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

func (*GetHostQueryResponseNotFound) IsClientError added in v0.1.1

func (o *GetHostQueryResponseNotFound) IsClientError() bool

IsClientError returns true when this get host query response not found response has a 4xx status code

func (*GetHostQueryResponseNotFound) IsCode added in v0.1.1

func (o *GetHostQueryResponseNotFound) IsCode(code int) bool

IsCode returns true when this get host query response not found response a status code equal to that given

func (*GetHostQueryResponseNotFound) IsRedirect added in v0.1.1

func (o *GetHostQueryResponseNotFound) IsRedirect() bool

IsRedirect returns true when this get host query response not found response has a 3xx status code

func (*GetHostQueryResponseNotFound) IsServerError added in v0.1.1

func (o *GetHostQueryResponseNotFound) IsServerError() bool

IsServerError returns true when this get host query response not found response has a 5xx status code

func (*GetHostQueryResponseNotFound) IsSuccess added in v0.1.1

func (o *GetHostQueryResponseNotFound) IsSuccess() bool

IsSuccess returns true when this get host query response not found response has a 2xx status code

func (*GetHostQueryResponseNotFound) String added in v0.1.1

type GetHostQueryResponseOK added in v0.1.1

type GetHostQueryResponseOK struct {
	Payload *models.HostQueryResponse
}

GetHostQueryResponseOK describes a response with status code 200, with default header values.

Ok

func NewGetHostQueryResponseOK added in v0.1.1

func NewGetHostQueryResponseOK() *GetHostQueryResponseOK

NewGetHostQueryResponseOK creates a GetHostQueryResponseOK with default headers values

func (*GetHostQueryResponseOK) Error added in v0.1.1

func (o *GetHostQueryResponseOK) Error() string

func (*GetHostQueryResponseOK) GetPayload added in v0.1.1

func (*GetHostQueryResponseOK) IsClientError added in v0.1.1

func (o *GetHostQueryResponseOK) IsClientError() bool

IsClientError returns true when this get host query response o k response has a 4xx status code

func (*GetHostQueryResponseOK) IsCode added in v0.1.1

func (o *GetHostQueryResponseOK) IsCode(code int) bool

IsCode returns true when this get host query response o k response a status code equal to that given

func (*GetHostQueryResponseOK) IsRedirect added in v0.1.1

func (o *GetHostQueryResponseOK) IsRedirect() bool

IsRedirect returns true when this get host query response o k response has a 3xx status code

func (*GetHostQueryResponseOK) IsServerError added in v0.1.1

func (o *GetHostQueryResponseOK) IsServerError() bool

IsServerError returns true when this get host query response o k response has a 5xx status code

func (*GetHostQueryResponseOK) IsSuccess added in v0.1.1

func (o *GetHostQueryResponseOK) IsSuccess() bool

IsSuccess returns true when this get host query response o k response has a 2xx status code

func (*GetHostQueryResponseOK) String added in v0.1.1

func (o *GetHostQueryResponseOK) String() string

type GetHostQueryResponseParams added in v0.1.1

type GetHostQueryResponseParams struct {

	/* ClusterID.

	   Cluster ID
	*/
	ClusterID string

	/* QueryID.

	   Query ID
	*/
	QueryID string

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

GetHostQueryResponseParams contains all the parameters to send to the API endpoint

for the get host query response operation.

Typically these are written to a http.Request.

func NewGetHostQueryResponseParams added in v0.1.1

func NewGetHostQueryResponseParams() *GetHostQueryResponseParams

NewGetHostQueryResponseParams creates a new GetHostQueryResponseParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetHostQueryResponseParamsWithContext added in v0.1.1

func NewGetHostQueryResponseParamsWithContext(ctx context.Context) *GetHostQueryResponseParams

NewGetHostQueryResponseParamsWithContext creates a new GetHostQueryResponseParams object with the ability to set a context for a request.

func NewGetHostQueryResponseParamsWithHTTPClient added in v0.1.1

func NewGetHostQueryResponseParamsWithHTTPClient(client *http.Client) *GetHostQueryResponseParams

NewGetHostQueryResponseParamsWithHTTPClient creates a new GetHostQueryResponseParams object with the ability to set a custom HTTPClient for a request.

func NewGetHostQueryResponseParamsWithTimeout added in v0.1.1

func NewGetHostQueryResponseParamsWithTimeout(timeout time.Duration) *GetHostQueryResponseParams

NewGetHostQueryResponseParamsWithTimeout creates a new GetHostQueryResponseParams object with the ability to set a timeout on a request.

func (*GetHostQueryResponseParams) SetClusterID added in v0.1.1

func (o *GetHostQueryResponseParams) SetClusterID(clusterID string)

SetClusterID adds the clusterId to the get host query response params

func (*GetHostQueryResponseParams) SetContext added in v0.1.1

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

SetContext adds the context to the get host query response params

func (*GetHostQueryResponseParams) SetDefaults added in v0.1.1

func (o *GetHostQueryResponseParams) SetDefaults()

SetDefaults hydrates default values in the get host query response params (not the query body).

All values with no default are reset to their zero value.

func (*GetHostQueryResponseParams) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the get host query response params

func (*GetHostQueryResponseParams) SetQueryID added in v0.1.1

func (o *GetHostQueryResponseParams) SetQueryID(queryID string)

SetQueryID adds the queryId to the get host query response params

func (*GetHostQueryResponseParams) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the get host query response params

func (*GetHostQueryResponseParams) WithClusterID added in v0.1.1

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

WithClusterID adds the clusterID to the get host query response params

func (*GetHostQueryResponseParams) WithContext added in v0.1.1

WithContext adds the context to the get host query response params

func (*GetHostQueryResponseParams) WithDefaults added in v0.1.1

WithDefaults hydrates default values in the get host query response params (not the query body).

All values with no default are reset to their zero value.

func (*GetHostQueryResponseParams) WithHTTPClient added in v0.1.1

WithHTTPClient adds the HTTPClient to the get host query response params

func (*GetHostQueryResponseParams) WithQueryID added in v0.1.1

WithQueryID adds the queryID to the get host query response params

func (*GetHostQueryResponseParams) WithTimeout added in v0.1.1

WithTimeout adds the timeout to the get host query response params

func (*GetHostQueryResponseParams) WriteToRequest added in v0.1.1

WriteToRequest writes these params to a swagger request

type GetHostQueryResponseReader added in v0.1.1

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

GetHostQueryResponseReader is a Reader for the GetHostQueryResponse structure.

func (*GetHostQueryResponseReader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type GetTagsAssignedToClusterBadRequest added in v0.1.1

type GetTagsAssignedToClusterBadRequest struct {
	Payload *models.Error
}

GetTagsAssignedToClusterBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetTagsAssignedToClusterBadRequest added in v0.1.1

func NewGetTagsAssignedToClusterBadRequest() *GetTagsAssignedToClusterBadRequest

NewGetTagsAssignedToClusterBadRequest creates a GetTagsAssignedToClusterBadRequest with default headers values

func (*GetTagsAssignedToClusterBadRequest) Error added in v0.1.1

func (*GetTagsAssignedToClusterBadRequest) GetPayload added in v0.1.1

func (*GetTagsAssignedToClusterBadRequest) IsClientError added in v0.1.1

func (o *GetTagsAssignedToClusterBadRequest) IsClientError() bool

IsClientError returns true when this get tags assigned to cluster bad request response has a 4xx status code

func (*GetTagsAssignedToClusterBadRequest) IsCode added in v0.1.1

IsCode returns true when this get tags assigned to cluster bad request response a status code equal to that given

func (*GetTagsAssignedToClusterBadRequest) IsRedirect added in v0.1.1

func (o *GetTagsAssignedToClusterBadRequest) IsRedirect() bool

IsRedirect returns true when this get tags assigned to cluster bad request response has a 3xx status code

func (*GetTagsAssignedToClusterBadRequest) IsServerError added in v0.1.1

func (o *GetTagsAssignedToClusterBadRequest) IsServerError() bool

IsServerError returns true when this get tags assigned to cluster bad request response has a 5xx status code

func (*GetTagsAssignedToClusterBadRequest) IsSuccess added in v0.1.1

IsSuccess returns true when this get tags assigned to cluster bad request response has a 2xx status code

func (*GetTagsAssignedToClusterBadRequest) String added in v0.1.1

type GetTagsAssignedToClusterInternalServerError added in v0.1.1

type GetTagsAssignedToClusterInternalServerError struct {
	Payload *models.Error
}

GetTagsAssignedToClusterInternalServerError describes a response with status code 500, with default header values.

InternalServerError

func NewGetTagsAssignedToClusterInternalServerError added in v0.1.1

func NewGetTagsAssignedToClusterInternalServerError() *GetTagsAssignedToClusterInternalServerError

NewGetTagsAssignedToClusterInternalServerError creates a GetTagsAssignedToClusterInternalServerError with default headers values

func (*GetTagsAssignedToClusterInternalServerError) Error added in v0.1.1

func (*GetTagsAssignedToClusterInternalServerError) GetPayload added in v0.1.1

func (*GetTagsAssignedToClusterInternalServerError) IsClientError added in v0.1.1

IsClientError returns true when this get tags assigned to cluster internal server error response has a 4xx status code

func (*GetTagsAssignedToClusterInternalServerError) IsCode added in v0.1.1

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

func (*GetTagsAssignedToClusterInternalServerError) IsRedirect added in v0.1.1

IsRedirect returns true when this get tags assigned to cluster internal server error response has a 3xx status code

func (*GetTagsAssignedToClusterInternalServerError) IsServerError added in v0.1.1

IsServerError returns true when this get tags assigned to cluster internal server error response has a 5xx status code

func (*GetTagsAssignedToClusterInternalServerError) IsSuccess added in v0.1.1

IsSuccess returns true when this get tags assigned to cluster internal server error response has a 2xx status code

func (*GetTagsAssignedToClusterInternalServerError) String added in v0.1.1

type GetTagsAssignedToClusterOK added in v0.1.1

type GetTagsAssignedToClusterOK struct {
	Payload *models.PageOfTag
}

GetTagsAssignedToClusterOK describes a response with status code 200, with default header values.

Ok

func NewGetTagsAssignedToClusterOK added in v0.1.1

func NewGetTagsAssignedToClusterOK() *GetTagsAssignedToClusterOK

NewGetTagsAssignedToClusterOK creates a GetTagsAssignedToClusterOK with default headers values

func (*GetTagsAssignedToClusterOK) Error added in v0.1.1

func (*GetTagsAssignedToClusterOK) GetPayload added in v0.1.1

func (o *GetTagsAssignedToClusterOK) GetPayload() *models.PageOfTag

func (*GetTagsAssignedToClusterOK) IsClientError added in v0.1.1

func (o *GetTagsAssignedToClusterOK) IsClientError() bool

IsClientError returns true when this get tags assigned to cluster o k response has a 4xx status code

func (*GetTagsAssignedToClusterOK) IsCode added in v0.1.1

func (o *GetTagsAssignedToClusterOK) IsCode(code int) bool

IsCode returns true when this get tags assigned to cluster o k response a status code equal to that given

func (*GetTagsAssignedToClusterOK) IsRedirect added in v0.1.1

func (o *GetTagsAssignedToClusterOK) IsRedirect() bool

IsRedirect returns true when this get tags assigned to cluster o k response has a 3xx status code

func (*GetTagsAssignedToClusterOK) IsServerError added in v0.1.1

func (o *GetTagsAssignedToClusterOK) IsServerError() bool

IsServerError returns true when this get tags assigned to cluster o k response has a 5xx status code

func (*GetTagsAssignedToClusterOK) IsSuccess added in v0.1.1

func (o *GetTagsAssignedToClusterOK) IsSuccess() bool

IsSuccess returns true when this get tags assigned to cluster o k response has a 2xx status code

func (*GetTagsAssignedToClusterOK) String added in v0.1.1

func (o *GetTagsAssignedToClusterOK) String() string

type GetTagsAssignedToClusterParams added in v0.1.1

type GetTagsAssignedToClusterParams struct {

	/* ID.

	   Cluster ID
	*/
	ID string

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

GetTagsAssignedToClusterParams contains all the parameters to send to the API endpoint

for the get tags assigned to cluster operation.

Typically these are written to a http.Request.

func NewGetTagsAssignedToClusterParams added in v0.1.1

func NewGetTagsAssignedToClusterParams() *GetTagsAssignedToClusterParams

NewGetTagsAssignedToClusterParams creates a new GetTagsAssignedToClusterParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetTagsAssignedToClusterParamsWithContext added in v0.1.1

func NewGetTagsAssignedToClusterParamsWithContext(ctx context.Context) *GetTagsAssignedToClusterParams

NewGetTagsAssignedToClusterParamsWithContext creates a new GetTagsAssignedToClusterParams object with the ability to set a context for a request.

func NewGetTagsAssignedToClusterParamsWithHTTPClient added in v0.1.1

func NewGetTagsAssignedToClusterParamsWithHTTPClient(client *http.Client) *GetTagsAssignedToClusterParams

NewGetTagsAssignedToClusterParamsWithHTTPClient creates a new GetTagsAssignedToClusterParams object with the ability to set a custom HTTPClient for a request.

func NewGetTagsAssignedToClusterParamsWithTimeout added in v0.1.1

func NewGetTagsAssignedToClusterParamsWithTimeout(timeout time.Duration) *GetTagsAssignedToClusterParams

NewGetTagsAssignedToClusterParamsWithTimeout creates a new GetTagsAssignedToClusterParams object with the ability to set a timeout on a request.

func (*GetTagsAssignedToClusterParams) SetContext added in v0.1.1

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

SetContext adds the context to the get tags assigned to cluster params

func (*GetTagsAssignedToClusterParams) SetDefaults added in v0.1.1

func (o *GetTagsAssignedToClusterParams) SetDefaults()

SetDefaults hydrates default values in the get tags assigned to cluster params (not the query body).

All values with no default are reset to their zero value.

func (*GetTagsAssignedToClusterParams) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the get tags assigned to cluster params

func (*GetTagsAssignedToClusterParams) SetID added in v0.1.1

SetID adds the id to the get tags assigned to cluster params

func (*GetTagsAssignedToClusterParams) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the get tags assigned to cluster params

func (*GetTagsAssignedToClusterParams) WithContext added in v0.1.1

WithContext adds the context to the get tags assigned to cluster params

func (*GetTagsAssignedToClusterParams) WithDefaults added in v0.1.1

WithDefaults hydrates default values in the get tags assigned to cluster params (not the query body).

All values with no default are reset to their zero value.

func (*GetTagsAssignedToClusterParams) WithHTTPClient added in v0.1.1

WithHTTPClient adds the HTTPClient to the get tags assigned to cluster params

func (*GetTagsAssignedToClusterParams) WithID added in v0.1.1

WithID adds the id to the get tags assigned to cluster params

func (*GetTagsAssignedToClusterParams) WithTimeout added in v0.1.1

WithTimeout adds the timeout to the get tags assigned to cluster params

func (*GetTagsAssignedToClusterParams) WriteToRequest added in v0.1.1

WriteToRequest writes these params to a swagger request

type GetTagsAssignedToClusterReader added in v0.1.1

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

GetTagsAssignedToClusterReader is a Reader for the GetTagsAssignedToCluster structure.

func (*GetTagsAssignedToClusterReader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type GetTagsAssignedToClustersBadRequest added in v0.1.1

type GetTagsAssignedToClustersBadRequest struct {
	Payload *models.Error
}

GetTagsAssignedToClustersBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetTagsAssignedToClustersBadRequest added in v0.1.1

func NewGetTagsAssignedToClustersBadRequest() *GetTagsAssignedToClustersBadRequest

NewGetTagsAssignedToClustersBadRequest creates a GetTagsAssignedToClustersBadRequest with default headers values

func (*GetTagsAssignedToClustersBadRequest) Error added in v0.1.1

func (*GetTagsAssignedToClustersBadRequest) GetPayload added in v0.1.1

func (*GetTagsAssignedToClustersBadRequest) IsClientError added in v0.1.1

func (o *GetTagsAssignedToClustersBadRequest) IsClientError() bool

IsClientError returns true when this get tags assigned to clusters bad request response has a 4xx status code

func (*GetTagsAssignedToClustersBadRequest) IsCode added in v0.1.1

IsCode returns true when this get tags assigned to clusters bad request response a status code equal to that given

func (*GetTagsAssignedToClustersBadRequest) IsRedirect added in v0.1.1

func (o *GetTagsAssignedToClustersBadRequest) IsRedirect() bool

IsRedirect returns true when this get tags assigned to clusters bad request response has a 3xx status code

func (*GetTagsAssignedToClustersBadRequest) IsServerError added in v0.1.1

func (o *GetTagsAssignedToClustersBadRequest) IsServerError() bool

IsServerError returns true when this get tags assigned to clusters bad request response has a 5xx status code

func (*GetTagsAssignedToClustersBadRequest) IsSuccess added in v0.1.1

IsSuccess returns true when this get tags assigned to clusters bad request response has a 2xx status code

func (*GetTagsAssignedToClustersBadRequest) String added in v0.1.1

type GetTagsAssignedToClustersInternalServerError added in v0.1.1

type GetTagsAssignedToClustersInternalServerError struct {
	Payload *models.Error
}

GetTagsAssignedToClustersInternalServerError describes a response with status code 500, with default header values.

InternalServerError

func NewGetTagsAssignedToClustersInternalServerError added in v0.1.1

func NewGetTagsAssignedToClustersInternalServerError() *GetTagsAssignedToClustersInternalServerError

NewGetTagsAssignedToClustersInternalServerError creates a GetTagsAssignedToClustersInternalServerError with default headers values

func (*GetTagsAssignedToClustersInternalServerError) Error added in v0.1.1

func (*GetTagsAssignedToClustersInternalServerError) GetPayload added in v0.1.1

func (*GetTagsAssignedToClustersInternalServerError) IsClientError added in v0.1.1

IsClientError returns true when this get tags assigned to clusters internal server error response has a 4xx status code

func (*GetTagsAssignedToClustersInternalServerError) IsCode added in v0.1.1

IsCode returns true when this get tags assigned to clusters internal server error response a status code equal to that given

func (*GetTagsAssignedToClustersInternalServerError) IsRedirect added in v0.1.1

IsRedirect returns true when this get tags assigned to clusters internal server error response has a 3xx status code

func (*GetTagsAssignedToClustersInternalServerError) IsServerError added in v0.1.1

IsServerError returns true when this get tags assigned to clusters internal server error response has a 5xx status code

func (*GetTagsAssignedToClustersInternalServerError) IsSuccess added in v0.1.1

IsSuccess returns true when this get tags assigned to clusters internal server error response has a 2xx status code

func (*GetTagsAssignedToClustersInternalServerError) String added in v0.1.1

type GetTagsAssignedToClustersOK added in v0.1.1

type GetTagsAssignedToClustersOK struct {
	Payload *models.PageOfTagsForResource
}

GetTagsAssignedToClustersOK describes a response with status code 200, with default header values.

Ok

func NewGetTagsAssignedToClustersOK added in v0.1.1

func NewGetTagsAssignedToClustersOK() *GetTagsAssignedToClustersOK

NewGetTagsAssignedToClustersOK creates a GetTagsAssignedToClustersOK with default headers values

func (*GetTagsAssignedToClustersOK) Error added in v0.1.1

func (*GetTagsAssignedToClustersOK) GetPayload added in v0.1.1

func (*GetTagsAssignedToClustersOK) IsClientError added in v0.1.1

func (o *GetTagsAssignedToClustersOK) IsClientError() bool

IsClientError returns true when this get tags assigned to clusters o k response has a 4xx status code

func (*GetTagsAssignedToClustersOK) IsCode added in v0.1.1

func (o *GetTagsAssignedToClustersOK) IsCode(code int) bool

IsCode returns true when this get tags assigned to clusters o k response a status code equal to that given

func (*GetTagsAssignedToClustersOK) IsRedirect added in v0.1.1

func (o *GetTagsAssignedToClustersOK) IsRedirect() bool

IsRedirect returns true when this get tags assigned to clusters o k response has a 3xx status code

func (*GetTagsAssignedToClustersOK) IsServerError added in v0.1.1

func (o *GetTagsAssignedToClustersOK) IsServerError() bool

IsServerError returns true when this get tags assigned to clusters o k response has a 5xx status code

func (*GetTagsAssignedToClustersOK) IsSuccess added in v0.1.1

func (o *GetTagsAssignedToClustersOK) IsSuccess() bool

IsSuccess returns true when this get tags assigned to clusters o k response has a 2xx status code

func (*GetTagsAssignedToClustersOK) String added in v0.1.1

func (o *GetTagsAssignedToClustersOK) String() string

type GetTagsAssignedToClustersParams added in v0.1.1

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

GetTagsAssignedToClustersParams contains all the parameters to send to the API endpoint

for the get tags assigned to clusters operation.

Typically these are written to a http.Request.

func NewGetTagsAssignedToClustersParams added in v0.1.1

func NewGetTagsAssignedToClustersParams() *GetTagsAssignedToClustersParams

NewGetTagsAssignedToClustersParams creates a new GetTagsAssignedToClustersParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetTagsAssignedToClustersParamsWithContext added in v0.1.1

func NewGetTagsAssignedToClustersParamsWithContext(ctx context.Context) *GetTagsAssignedToClustersParams

NewGetTagsAssignedToClustersParamsWithContext creates a new GetTagsAssignedToClustersParams object with the ability to set a context for a request.

func NewGetTagsAssignedToClustersParamsWithHTTPClient added in v0.1.1

func NewGetTagsAssignedToClustersParamsWithHTTPClient(client *http.Client) *GetTagsAssignedToClustersParams

NewGetTagsAssignedToClustersParamsWithHTTPClient creates a new GetTagsAssignedToClustersParams object with the ability to set a custom HTTPClient for a request.

func NewGetTagsAssignedToClustersParamsWithTimeout added in v0.1.1

func NewGetTagsAssignedToClustersParamsWithTimeout(timeout time.Duration) *GetTagsAssignedToClustersParams

NewGetTagsAssignedToClustersParamsWithTimeout creates a new GetTagsAssignedToClustersParams object with the ability to set a timeout on a request.

func (*GetTagsAssignedToClustersParams) SetContext added in v0.1.1

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

SetContext adds the context to the get tags assigned to clusters params

func (*GetTagsAssignedToClustersParams) SetDefaults added in v0.1.1

func (o *GetTagsAssignedToClustersParams) SetDefaults()

SetDefaults hydrates default values in the get tags assigned to clusters params (not the query body).

All values with no default are reset to their zero value.

func (*GetTagsAssignedToClustersParams) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the get tags assigned to clusters params

func (*GetTagsAssignedToClustersParams) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the get tags assigned to clusters params

func (*GetTagsAssignedToClustersParams) WithContext added in v0.1.1

WithContext adds the context to the get tags assigned to clusters params

func (*GetTagsAssignedToClustersParams) WithDefaults added in v0.1.1

WithDefaults hydrates default values in the get tags assigned to clusters params (not the query body).

All values with no default are reset to their zero value.

func (*GetTagsAssignedToClustersParams) WithHTTPClient added in v0.1.1

WithHTTPClient adds the HTTPClient to the get tags assigned to clusters params

func (*GetTagsAssignedToClustersParams) WithTimeout added in v0.1.1

WithTimeout adds the timeout to the get tags assigned to clusters params

func (*GetTagsAssignedToClustersParams) WriteToRequest added in v0.1.1

WriteToRequest writes these params to a swagger request

type GetTagsAssignedToClustersReader added in v0.1.1

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

GetTagsAssignedToClustersReader is a Reader for the GetTagsAssignedToClusters structure.

func (*GetTagsAssignedToClustersReader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type GetVdsesBadRequest added in v0.1.1

type GetVdsesBadRequest struct {
	Payload *models.Error
}

GetVdsesBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewGetVdsesBadRequest added in v0.1.1

func NewGetVdsesBadRequest() *GetVdsesBadRequest

NewGetVdsesBadRequest creates a GetVdsesBadRequest with default headers values

func (*GetVdsesBadRequest) Error added in v0.1.1

func (o *GetVdsesBadRequest) Error() string

func (*GetVdsesBadRequest) GetPayload added in v0.1.1

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

func (*GetVdsesBadRequest) IsClientError added in v0.1.1

func (o *GetVdsesBadRequest) IsClientError() bool

IsClientError returns true when this get vdses bad request response has a 4xx status code

func (*GetVdsesBadRequest) IsCode added in v0.1.1

func (o *GetVdsesBadRequest) IsCode(code int) bool

IsCode returns true when this get vdses bad request response a status code equal to that given

func (*GetVdsesBadRequest) IsRedirect added in v0.1.1

func (o *GetVdsesBadRequest) IsRedirect() bool

IsRedirect returns true when this get vdses bad request response has a 3xx status code

func (*GetVdsesBadRequest) IsServerError added in v0.1.1

func (o *GetVdsesBadRequest) IsServerError() bool

IsServerError returns true when this get vdses bad request response has a 5xx status code

func (*GetVdsesBadRequest) IsSuccess added in v0.1.1

func (o *GetVdsesBadRequest) IsSuccess() bool

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

func (*GetVdsesBadRequest) String added in v0.1.1

func (o *GetVdsesBadRequest) String() string

type GetVdsesInternalServerError added in v0.1.1

type GetVdsesInternalServerError struct {
	Payload *models.Error
}

GetVdsesInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewGetVdsesInternalServerError added in v0.1.1

func NewGetVdsesInternalServerError() *GetVdsesInternalServerError

NewGetVdsesInternalServerError creates a GetVdsesInternalServerError with default headers values

func (*GetVdsesInternalServerError) Error added in v0.1.1

func (*GetVdsesInternalServerError) GetPayload added in v0.1.1

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

func (*GetVdsesInternalServerError) IsClientError added in v0.1.1

func (o *GetVdsesInternalServerError) IsClientError() bool

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

func (*GetVdsesInternalServerError) IsCode added in v0.1.1

func (o *GetVdsesInternalServerError) IsCode(code int) bool

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

func (*GetVdsesInternalServerError) IsRedirect added in v0.1.1

func (o *GetVdsesInternalServerError) IsRedirect() bool

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

func (*GetVdsesInternalServerError) IsServerError added in v0.1.1

func (o *GetVdsesInternalServerError) IsServerError() bool

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

func (*GetVdsesInternalServerError) IsSuccess added in v0.1.1

func (o *GetVdsesInternalServerError) IsSuccess() bool

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

func (*GetVdsesInternalServerError) String added in v0.1.1

func (o *GetVdsesInternalServerError) String() string

type GetVdsesNotFound added in v0.1.1

type GetVdsesNotFound struct {
	Payload *models.Error
}

GetVdsesNotFound describes a response with status code 404, with default header values.

Cluster Not Found

func NewGetVdsesNotFound added in v0.1.1

func NewGetVdsesNotFound() *GetVdsesNotFound

NewGetVdsesNotFound creates a GetVdsesNotFound with default headers values

func (*GetVdsesNotFound) Error added in v0.1.1

func (o *GetVdsesNotFound) Error() string

func (*GetVdsesNotFound) GetPayload added in v0.1.1

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

func (*GetVdsesNotFound) IsClientError added in v0.1.1

func (o *GetVdsesNotFound) IsClientError() bool

IsClientError returns true when this get vdses not found response has a 4xx status code

func (*GetVdsesNotFound) IsCode added in v0.1.1

func (o *GetVdsesNotFound) IsCode(code int) bool

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

func (*GetVdsesNotFound) IsRedirect added in v0.1.1

func (o *GetVdsesNotFound) IsRedirect() bool

IsRedirect returns true when this get vdses not found response has a 3xx status code

func (*GetVdsesNotFound) IsServerError added in v0.1.1

func (o *GetVdsesNotFound) IsServerError() bool

IsServerError returns true when this get vdses not found response has a 5xx status code

func (*GetVdsesNotFound) IsSuccess added in v0.1.1

func (o *GetVdsesNotFound) IsSuccess() bool

IsSuccess returns true when this get vdses not found response has a 2xx status code

func (*GetVdsesNotFound) String added in v0.1.1

func (o *GetVdsesNotFound) String() string

type GetVdsesOK added in v0.1.1

type GetVdsesOK struct {
	Payload []*models.Vds
}

GetVdsesOK describes a response with status code 200, with default header values.

Ok

func NewGetVdsesOK added in v0.1.1

func NewGetVdsesOK() *GetVdsesOK

NewGetVdsesOK creates a GetVdsesOK with default headers values

func (*GetVdsesOK) Error added in v0.1.1

func (o *GetVdsesOK) Error() string

func (*GetVdsesOK) GetPayload added in v0.1.1

func (o *GetVdsesOK) GetPayload() []*models.Vds

func (*GetVdsesOK) IsClientError added in v0.1.1

func (o *GetVdsesOK) IsClientError() bool

IsClientError returns true when this get vdses o k response has a 4xx status code

func (*GetVdsesOK) IsCode added in v0.1.1

func (o *GetVdsesOK) IsCode(code int) bool

IsCode returns true when this get vdses o k response a status code equal to that given

func (*GetVdsesOK) IsRedirect added in v0.1.1

func (o *GetVdsesOK) IsRedirect() bool

IsRedirect returns true when this get vdses o k response has a 3xx status code

func (*GetVdsesOK) IsServerError added in v0.1.1

func (o *GetVdsesOK) IsServerError() bool

IsServerError returns true when this get vdses o k response has a 5xx status code

func (*GetVdsesOK) IsSuccess added in v0.1.1

func (o *GetVdsesOK) IsSuccess() bool

IsSuccess returns true when this get vdses o k response has a 2xx status code

func (*GetVdsesOK) String added in v0.1.1

func (o *GetVdsesOK) String() string

type GetVdsesParams added in v0.1.1

type GetVdsesParams struct {

	/* ClusterID.

	   Cluster ID
	*/
	ClusterID string

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

GetVdsesParams contains all the parameters to send to the API endpoint

for the get vdses operation.

Typically these are written to a http.Request.

func NewGetVdsesParams added in v0.1.1

func NewGetVdsesParams() *GetVdsesParams

NewGetVdsesParams creates a new GetVdsesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetVdsesParamsWithContext added in v0.1.1

func NewGetVdsesParamsWithContext(ctx context.Context) *GetVdsesParams

NewGetVdsesParamsWithContext creates a new GetVdsesParams object with the ability to set a context for a request.

func NewGetVdsesParamsWithHTTPClient added in v0.1.1

func NewGetVdsesParamsWithHTTPClient(client *http.Client) *GetVdsesParams

NewGetVdsesParamsWithHTTPClient creates a new GetVdsesParams object with the ability to set a custom HTTPClient for a request.

func NewGetVdsesParamsWithTimeout added in v0.1.1

func NewGetVdsesParamsWithTimeout(timeout time.Duration) *GetVdsesParams

NewGetVdsesParamsWithTimeout creates a new GetVdsesParams object with the ability to set a timeout on a request.

func (*GetVdsesParams) SetClusterID added in v0.1.1

func (o *GetVdsesParams) SetClusterID(clusterID string)

SetClusterID adds the clusterId to the get vdses params

func (*GetVdsesParams) SetContext added in v0.1.1

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

SetContext adds the context to the get vdses params

func (*GetVdsesParams) SetDefaults added in v0.1.1

func (o *GetVdsesParams) SetDefaults()

SetDefaults hydrates default values in the get vdses params (not the query body).

All values with no default are reset to their zero value.

func (*GetVdsesParams) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the get vdses params

func (*GetVdsesParams) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the get vdses params

func (*GetVdsesParams) WithClusterID added in v0.1.1

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

WithClusterID adds the clusterID to the get vdses params

func (*GetVdsesParams) WithContext added in v0.1.1

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

WithContext adds the context to the get vdses params

func (*GetVdsesParams) WithDefaults added in v0.1.1

func (o *GetVdsesParams) WithDefaults() *GetVdsesParams

WithDefaults hydrates default values in the get vdses params (not the query body).

All values with no default are reset to their zero value.

func (*GetVdsesParams) WithHTTPClient added in v0.1.1

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

WithHTTPClient adds the HTTPClient to the get vdses params

func (*GetVdsesParams) WithTimeout added in v0.1.1

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

WithTimeout adds the timeout to the get vdses params

func (*GetVdsesParams) WriteToRequest added in v0.1.1

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

WriteToRequest writes these params to a swagger request

type GetVdsesReader added in v0.1.1

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

GetVdsesReader is a Reader for the GetVdses structure.

func (*GetVdsesReader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type PostDatastoreQueryBadRequest added in v0.1.1

type PostDatastoreQueryBadRequest struct {
	Payload *models.Error
}

PostDatastoreQueryBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPostDatastoreQueryBadRequest added in v0.1.1

func NewPostDatastoreQueryBadRequest() *PostDatastoreQueryBadRequest

NewPostDatastoreQueryBadRequest creates a PostDatastoreQueryBadRequest with default headers values

func (*PostDatastoreQueryBadRequest) Error added in v0.1.1

func (*PostDatastoreQueryBadRequest) GetPayload added in v0.1.1

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

func (*PostDatastoreQueryBadRequest) IsClientError added in v0.1.1

func (o *PostDatastoreQueryBadRequest) IsClientError() bool

IsClientError returns true when this post datastore query bad request response has a 4xx status code

func (*PostDatastoreQueryBadRequest) IsCode added in v0.1.1

func (o *PostDatastoreQueryBadRequest) IsCode(code int) bool

IsCode returns true when this post datastore query bad request response a status code equal to that given

func (*PostDatastoreQueryBadRequest) IsRedirect added in v0.1.1

func (o *PostDatastoreQueryBadRequest) IsRedirect() bool

IsRedirect returns true when this post datastore query bad request response has a 3xx status code

func (*PostDatastoreQueryBadRequest) IsServerError added in v0.1.1

func (o *PostDatastoreQueryBadRequest) IsServerError() bool

IsServerError returns true when this post datastore query bad request response has a 5xx status code

func (*PostDatastoreQueryBadRequest) IsSuccess added in v0.1.1

func (o *PostDatastoreQueryBadRequest) IsSuccess() bool

IsSuccess returns true when this post datastore query bad request response has a 2xx status code

func (*PostDatastoreQueryBadRequest) String added in v0.1.1

type PostDatastoreQueryInternalServerError added in v0.1.1

type PostDatastoreQueryInternalServerError struct {
	Payload *models.Error
}

PostDatastoreQueryInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostDatastoreQueryInternalServerError added in v0.1.1

func NewPostDatastoreQueryInternalServerError() *PostDatastoreQueryInternalServerError

NewPostDatastoreQueryInternalServerError creates a PostDatastoreQueryInternalServerError with default headers values

func (*PostDatastoreQueryInternalServerError) Error added in v0.1.1

func (*PostDatastoreQueryInternalServerError) GetPayload added in v0.1.1

func (*PostDatastoreQueryInternalServerError) IsClientError added in v0.1.1

func (o *PostDatastoreQueryInternalServerError) IsClientError() bool

IsClientError returns true when this post datastore query internal server error response has a 4xx status code

func (*PostDatastoreQueryInternalServerError) IsCode added in v0.1.1

IsCode returns true when this post datastore query internal server error response a status code equal to that given

func (*PostDatastoreQueryInternalServerError) IsRedirect added in v0.1.1

IsRedirect returns true when this post datastore query internal server error response has a 3xx status code

func (*PostDatastoreQueryInternalServerError) IsServerError added in v0.1.1

func (o *PostDatastoreQueryInternalServerError) IsServerError() bool

IsServerError returns true when this post datastore query internal server error response has a 5xx status code

func (*PostDatastoreQueryInternalServerError) IsSuccess added in v0.1.1

IsSuccess returns true when this post datastore query internal server error response has a 2xx status code

func (*PostDatastoreQueryInternalServerError) String added in v0.1.1

type PostDatastoreQueryOK added in v0.1.1

type PostDatastoreQueryOK struct {
	Payload *models.DatastoreQueryResponse
}

PostDatastoreQueryOK describes a response with status code 200, with default header values.

Ok

func NewPostDatastoreQueryOK added in v0.1.1

func NewPostDatastoreQueryOK() *PostDatastoreQueryOK

NewPostDatastoreQueryOK creates a PostDatastoreQueryOK with default headers values

func (*PostDatastoreQueryOK) Error added in v0.1.1

func (o *PostDatastoreQueryOK) Error() string

func (*PostDatastoreQueryOK) GetPayload added in v0.1.1

func (*PostDatastoreQueryOK) IsClientError added in v0.1.1

func (o *PostDatastoreQueryOK) IsClientError() bool

IsClientError returns true when this post datastore query o k response has a 4xx status code

func (*PostDatastoreQueryOK) IsCode added in v0.1.1

func (o *PostDatastoreQueryOK) IsCode(code int) bool

IsCode returns true when this post datastore query o k response a status code equal to that given

func (*PostDatastoreQueryOK) IsRedirect added in v0.1.1

func (o *PostDatastoreQueryOK) IsRedirect() bool

IsRedirect returns true when this post datastore query o k response has a 3xx status code

func (*PostDatastoreQueryOK) IsServerError added in v0.1.1

func (o *PostDatastoreQueryOK) IsServerError() bool

IsServerError returns true when this post datastore query o k response has a 5xx status code

func (*PostDatastoreQueryOK) IsSuccess added in v0.1.1

func (o *PostDatastoreQueryOK) IsSuccess() bool

IsSuccess returns true when this post datastore query o k response has a 2xx status code

func (*PostDatastoreQueryOK) String added in v0.1.1

func (o *PostDatastoreQueryOK) String() string

type PostDatastoreQueryParams added in v0.1.1

type PostDatastoreQueryParams struct {

	/* DsCriterion.

	   dsCriterion
	*/
	DsCriterion *models.DatastoreCriterion

	/* ID.

	   Cluster ID
	*/
	ID string

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

PostDatastoreQueryParams contains all the parameters to send to the API endpoint

for the post datastore query operation.

Typically these are written to a http.Request.

func NewPostDatastoreQueryParams added in v0.1.1

func NewPostDatastoreQueryParams() *PostDatastoreQueryParams

NewPostDatastoreQueryParams creates a new PostDatastoreQueryParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPostDatastoreQueryParamsWithContext added in v0.1.1

func NewPostDatastoreQueryParamsWithContext(ctx context.Context) *PostDatastoreQueryParams

NewPostDatastoreQueryParamsWithContext creates a new PostDatastoreQueryParams object with the ability to set a context for a request.

func NewPostDatastoreQueryParamsWithHTTPClient added in v0.1.1

func NewPostDatastoreQueryParamsWithHTTPClient(client *http.Client) *PostDatastoreQueryParams

NewPostDatastoreQueryParamsWithHTTPClient creates a new PostDatastoreQueryParams object with the ability to set a custom HTTPClient for a request.

func NewPostDatastoreQueryParamsWithTimeout added in v0.1.1

func NewPostDatastoreQueryParamsWithTimeout(timeout time.Duration) *PostDatastoreQueryParams

NewPostDatastoreQueryParamsWithTimeout creates a new PostDatastoreQueryParams object with the ability to set a timeout on a request.

func (*PostDatastoreQueryParams) SetContext added in v0.1.1

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

SetContext adds the context to the post datastore query params

func (*PostDatastoreQueryParams) SetDefaults added in v0.1.1

func (o *PostDatastoreQueryParams) SetDefaults()

SetDefaults hydrates default values in the post datastore query params (not the query body).

All values with no default are reset to their zero value.

func (*PostDatastoreQueryParams) SetDsCriterion added in v0.1.1

func (o *PostDatastoreQueryParams) SetDsCriterion(dsCriterion *models.DatastoreCriterion)

SetDsCriterion adds the dsCriterion to the post datastore query params

func (*PostDatastoreQueryParams) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the post datastore query params

func (*PostDatastoreQueryParams) SetID added in v0.1.1

func (o *PostDatastoreQueryParams) SetID(id string)

SetID adds the id to the post datastore query params

func (*PostDatastoreQueryParams) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the post datastore query params

func (*PostDatastoreQueryParams) WithContext added in v0.1.1

WithContext adds the context to the post datastore query params

func (*PostDatastoreQueryParams) WithDefaults added in v0.1.1

WithDefaults hydrates default values in the post datastore query params (not the query body).

All values with no default are reset to their zero value.

func (*PostDatastoreQueryParams) WithDsCriterion added in v0.1.1

WithDsCriterion adds the dsCriterion to the post datastore query params

func (*PostDatastoreQueryParams) WithHTTPClient added in v0.1.1

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

WithHTTPClient adds the HTTPClient to the post datastore query params

func (*PostDatastoreQueryParams) WithID added in v0.1.1

WithID adds the id to the post datastore query params

func (*PostDatastoreQueryParams) WithTimeout added in v0.1.1

WithTimeout adds the timeout to the post datastore query params

func (*PostDatastoreQueryParams) WriteToRequest added in v0.1.1

WriteToRequest writes these params to a swagger request

type PostDatastoreQueryReader added in v0.1.1

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

PostDatastoreQueryReader is a Reader for the PostDatastoreQuery structure.

func (*PostDatastoreQueryReader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type PostHostQueryBadRequest added in v0.1.1

type PostHostQueryBadRequest struct {
	Payload *models.Error
}

PostHostQueryBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewPostHostQueryBadRequest added in v0.1.1

func NewPostHostQueryBadRequest() *PostHostQueryBadRequest

NewPostHostQueryBadRequest creates a PostHostQueryBadRequest with default headers values

func (*PostHostQueryBadRequest) Error added in v0.1.1

func (o *PostHostQueryBadRequest) Error() string

func (*PostHostQueryBadRequest) GetPayload added in v0.1.1

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

func (*PostHostQueryBadRequest) IsClientError added in v0.1.1

func (o *PostHostQueryBadRequest) IsClientError() bool

IsClientError returns true when this post host query bad request response has a 4xx status code

func (*PostHostQueryBadRequest) IsCode added in v0.1.1

func (o *PostHostQueryBadRequest) IsCode(code int) bool

IsCode returns true when this post host query bad request response a status code equal to that given

func (*PostHostQueryBadRequest) IsRedirect added in v0.1.1

func (o *PostHostQueryBadRequest) IsRedirect() bool

IsRedirect returns true when this post host query bad request response has a 3xx status code

func (*PostHostQueryBadRequest) IsServerError added in v0.1.1

func (o *PostHostQueryBadRequest) IsServerError() bool

IsServerError returns true when this post host query bad request response has a 5xx status code

func (*PostHostQueryBadRequest) IsSuccess added in v0.1.1

func (o *PostHostQueryBadRequest) IsSuccess() bool

IsSuccess returns true when this post host query bad request response has a 2xx status code

func (*PostHostQueryBadRequest) String added in v0.1.1

func (o *PostHostQueryBadRequest) String() string

type PostHostQueryInternalServerError added in v0.1.1

type PostHostQueryInternalServerError struct {
	Payload *models.Error
}

PostHostQueryInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewPostHostQueryInternalServerError added in v0.1.1

func NewPostHostQueryInternalServerError() *PostHostQueryInternalServerError

NewPostHostQueryInternalServerError creates a PostHostQueryInternalServerError with default headers values

func (*PostHostQueryInternalServerError) Error added in v0.1.1

func (*PostHostQueryInternalServerError) GetPayload added in v0.1.1

func (*PostHostQueryInternalServerError) IsClientError added in v0.1.1

func (o *PostHostQueryInternalServerError) IsClientError() bool

IsClientError returns true when this post host query internal server error response has a 4xx status code

func (*PostHostQueryInternalServerError) IsCode added in v0.1.1

func (o *PostHostQueryInternalServerError) IsCode(code int) bool

IsCode returns true when this post host query internal server error response a status code equal to that given

func (*PostHostQueryInternalServerError) IsRedirect added in v0.1.1

func (o *PostHostQueryInternalServerError) IsRedirect() bool

IsRedirect returns true when this post host query internal server error response has a 3xx status code

func (*PostHostQueryInternalServerError) IsServerError added in v0.1.1

func (o *PostHostQueryInternalServerError) IsServerError() bool

IsServerError returns true when this post host query internal server error response has a 5xx status code

func (*PostHostQueryInternalServerError) IsSuccess added in v0.1.1

func (o *PostHostQueryInternalServerError) IsSuccess() bool

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

func (*PostHostQueryInternalServerError) String added in v0.1.1

type PostHostQueryOK added in v0.1.1

type PostHostQueryOK struct {
	Payload *models.HostQueryResponse
}

PostHostQueryOK describes a response with status code 200, with default header values.

Ok

func NewPostHostQueryOK added in v0.1.1

func NewPostHostQueryOK() *PostHostQueryOK

NewPostHostQueryOK creates a PostHostQueryOK with default headers values

func (*PostHostQueryOK) Error added in v0.1.1

func (o *PostHostQueryOK) Error() string

func (*PostHostQueryOK) GetPayload added in v0.1.1

func (o *PostHostQueryOK) GetPayload() *models.HostQueryResponse

func (*PostHostQueryOK) IsClientError added in v0.1.1

func (o *PostHostQueryOK) IsClientError() bool

IsClientError returns true when this post host query o k response has a 4xx status code

func (*PostHostQueryOK) IsCode added in v0.1.1

func (o *PostHostQueryOK) IsCode(code int) bool

IsCode returns true when this post host query o k response a status code equal to that given

func (*PostHostQueryOK) IsRedirect added in v0.1.1

func (o *PostHostQueryOK) IsRedirect() bool

IsRedirect returns true when this post host query o k response has a 3xx status code

func (*PostHostQueryOK) IsServerError added in v0.1.1

func (o *PostHostQueryOK) IsServerError() bool

IsServerError returns true when this post host query o k response has a 5xx status code

func (*PostHostQueryOK) IsSuccess added in v0.1.1

func (o *PostHostQueryOK) IsSuccess() bool

IsSuccess returns true when this post host query o k response has a 2xx status code

func (*PostHostQueryOK) String added in v0.1.1

func (o *PostHostQueryOK) String() string

type PostHostQueryParams added in v0.1.1

type PostHostQueryParams struct {

	/* HostCriterion.

	   hostCriterion
	*/
	HostCriterion *models.HostCriterion

	/* ID.

	   Cluster ID
	*/
	ID string

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

PostHostQueryParams contains all the parameters to send to the API endpoint

for the post host query operation.

Typically these are written to a http.Request.

func NewPostHostQueryParams added in v0.1.1

func NewPostHostQueryParams() *PostHostQueryParams

NewPostHostQueryParams creates a new PostHostQueryParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPostHostQueryParamsWithContext added in v0.1.1

func NewPostHostQueryParamsWithContext(ctx context.Context) *PostHostQueryParams

NewPostHostQueryParamsWithContext creates a new PostHostQueryParams object with the ability to set a context for a request.

func NewPostHostQueryParamsWithHTTPClient added in v0.1.1

func NewPostHostQueryParamsWithHTTPClient(client *http.Client) *PostHostQueryParams

NewPostHostQueryParamsWithHTTPClient creates a new PostHostQueryParams object with the ability to set a custom HTTPClient for a request.

func NewPostHostQueryParamsWithTimeout added in v0.1.1

func NewPostHostQueryParamsWithTimeout(timeout time.Duration) *PostHostQueryParams

NewPostHostQueryParamsWithTimeout creates a new PostHostQueryParams object with the ability to set a timeout on a request.

func (*PostHostQueryParams) SetContext added in v0.1.1

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

SetContext adds the context to the post host query params

func (*PostHostQueryParams) SetDefaults added in v0.1.1

func (o *PostHostQueryParams) SetDefaults()

SetDefaults hydrates default values in the post host query params (not the query body).

All values with no default are reset to their zero value.

func (*PostHostQueryParams) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the post host query params

func (*PostHostQueryParams) SetHostCriterion added in v0.1.1

func (o *PostHostQueryParams) SetHostCriterion(hostCriterion *models.HostCriterion)

SetHostCriterion adds the hostCriterion to the post host query params

func (*PostHostQueryParams) SetID added in v0.1.1

func (o *PostHostQueryParams) SetID(id string)

SetID adds the id to the post host query params

func (*PostHostQueryParams) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the post host query params

func (*PostHostQueryParams) WithContext added in v0.1.1

WithContext adds the context to the post host query params

func (*PostHostQueryParams) WithDefaults added in v0.1.1

func (o *PostHostQueryParams) WithDefaults() *PostHostQueryParams

WithDefaults hydrates default values in the post host query params (not the query body).

All values with no default are reset to their zero value.

func (*PostHostQueryParams) WithHTTPClient added in v0.1.1

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

WithHTTPClient adds the HTTPClient to the post host query params

func (*PostHostQueryParams) WithHostCriterion added in v0.1.1

func (o *PostHostQueryParams) WithHostCriterion(hostCriterion *models.HostCriterion) *PostHostQueryParams

WithHostCriterion adds the hostCriterion to the post host query params

func (*PostHostQueryParams) WithID added in v0.1.1

WithID adds the id to the post host query params

func (*PostHostQueryParams) WithTimeout added in v0.1.1

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

WithTimeout adds the timeout to the post host query params

func (*PostHostQueryParams) WriteToRequest added in v0.1.1

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

WriteToRequest writes these params to a swagger request

type PostHostQueryReader added in v0.1.1

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

PostHostQueryReader is a Reader for the PostHostQuery structure.

func (*PostHostQueryReader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type RemoveDatastoreFromClusterAccepted

type RemoveDatastoreFromClusterAccepted struct {
	Payload *models.Task
}

RemoveDatastoreFromClusterAccepted describes a response with status code 202, with default header values.

Accepted

func NewRemoveDatastoreFromClusterAccepted

func NewRemoveDatastoreFromClusterAccepted() *RemoveDatastoreFromClusterAccepted

NewRemoveDatastoreFromClusterAccepted creates a RemoveDatastoreFromClusterAccepted with default headers values

func (*RemoveDatastoreFromClusterAccepted) Error

func (*RemoveDatastoreFromClusterAccepted) GetPayload

func (*RemoveDatastoreFromClusterAccepted) IsClientError

func (o *RemoveDatastoreFromClusterAccepted) IsClientError() bool

IsClientError returns true when this remove datastore from cluster accepted response has a 4xx status code

func (*RemoveDatastoreFromClusterAccepted) IsCode

IsCode returns true when this remove datastore from cluster accepted response a status code equal to that given

func (*RemoveDatastoreFromClusterAccepted) IsRedirect

func (o *RemoveDatastoreFromClusterAccepted) IsRedirect() bool

IsRedirect returns true when this remove datastore from cluster accepted response has a 3xx status code

func (*RemoveDatastoreFromClusterAccepted) IsServerError

func (o *RemoveDatastoreFromClusterAccepted) IsServerError() bool

IsServerError returns true when this remove datastore from cluster accepted response has a 5xx status code

func (*RemoveDatastoreFromClusterAccepted) IsSuccess

IsSuccess returns true when this remove datastore from cluster accepted response has a 2xx status code

func (*RemoveDatastoreFromClusterAccepted) String

type RemoveDatastoreFromClusterBadRequest

type RemoveDatastoreFromClusterBadRequest struct {
	Payload *models.Error
}

RemoveDatastoreFromClusterBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewRemoveDatastoreFromClusterBadRequest

func NewRemoveDatastoreFromClusterBadRequest() *RemoveDatastoreFromClusterBadRequest

NewRemoveDatastoreFromClusterBadRequest creates a RemoveDatastoreFromClusterBadRequest with default headers values

func (*RemoveDatastoreFromClusterBadRequest) Error

func (*RemoveDatastoreFromClusterBadRequest) GetPayload

func (*RemoveDatastoreFromClusterBadRequest) IsClientError

func (o *RemoveDatastoreFromClusterBadRequest) IsClientError() bool

IsClientError returns true when this remove datastore from cluster bad request response has a 4xx status code

func (*RemoveDatastoreFromClusterBadRequest) IsCode

IsCode returns true when this remove datastore from cluster bad request response a status code equal to that given

func (*RemoveDatastoreFromClusterBadRequest) IsRedirect

IsRedirect returns true when this remove datastore from cluster bad request response has a 3xx status code

func (*RemoveDatastoreFromClusterBadRequest) IsServerError

func (o *RemoveDatastoreFromClusterBadRequest) IsServerError() bool

IsServerError returns true when this remove datastore from cluster bad request response has a 5xx status code

func (*RemoveDatastoreFromClusterBadRequest) IsSuccess

IsSuccess returns true when this remove datastore from cluster bad request response has a 2xx status code

func (*RemoveDatastoreFromClusterBadRequest) String

type RemoveDatastoreFromClusterInternalServerError

type RemoveDatastoreFromClusterInternalServerError struct {
	Payload *models.Error
}

RemoveDatastoreFromClusterInternalServerError describes a response with status code 500, with default header values.

InternalServerError

func NewRemoveDatastoreFromClusterInternalServerError

func NewRemoveDatastoreFromClusterInternalServerError() *RemoveDatastoreFromClusterInternalServerError

NewRemoveDatastoreFromClusterInternalServerError creates a RemoveDatastoreFromClusterInternalServerError with default headers values

func (*RemoveDatastoreFromClusterInternalServerError) Error

func (*RemoveDatastoreFromClusterInternalServerError) GetPayload

func (*RemoveDatastoreFromClusterInternalServerError) IsClientError

IsClientError returns true when this remove datastore from cluster internal server error response has a 4xx status code

func (*RemoveDatastoreFromClusterInternalServerError) IsCode

IsCode returns true when this remove datastore from cluster internal server error response a status code equal to that given

func (*RemoveDatastoreFromClusterInternalServerError) IsRedirect

IsRedirect returns true when this remove datastore from cluster internal server error response has a 3xx status code

func (*RemoveDatastoreFromClusterInternalServerError) IsServerError

IsServerError returns true when this remove datastore from cluster internal server error response has a 5xx status code

func (*RemoveDatastoreFromClusterInternalServerError) IsSuccess

IsSuccess returns true when this remove datastore from cluster internal server error response has a 2xx status code

func (*RemoveDatastoreFromClusterInternalServerError) String

type RemoveDatastoreFromClusterNotFound

type RemoveDatastoreFromClusterNotFound struct {
	Payload *models.Error
}

RemoveDatastoreFromClusterNotFound describes a response with status code 404, with default header values.

Not Found

func NewRemoveDatastoreFromClusterNotFound

func NewRemoveDatastoreFromClusterNotFound() *RemoveDatastoreFromClusterNotFound

NewRemoveDatastoreFromClusterNotFound creates a RemoveDatastoreFromClusterNotFound with default headers values

func (*RemoveDatastoreFromClusterNotFound) Error

func (*RemoveDatastoreFromClusterNotFound) GetPayload

func (*RemoveDatastoreFromClusterNotFound) IsClientError

func (o *RemoveDatastoreFromClusterNotFound) IsClientError() bool

IsClientError returns true when this remove datastore from cluster not found response has a 4xx status code

func (*RemoveDatastoreFromClusterNotFound) IsCode

IsCode returns true when this remove datastore from cluster not found response a status code equal to that given

func (*RemoveDatastoreFromClusterNotFound) IsRedirect

func (o *RemoveDatastoreFromClusterNotFound) IsRedirect() bool

IsRedirect returns true when this remove datastore from cluster not found response has a 3xx status code

func (*RemoveDatastoreFromClusterNotFound) IsServerError

func (o *RemoveDatastoreFromClusterNotFound) IsServerError() bool

IsServerError returns true when this remove datastore from cluster not found response has a 5xx status code

func (*RemoveDatastoreFromClusterNotFound) IsSuccess

IsSuccess returns true when this remove datastore from cluster not found response has a 2xx status code

func (*RemoveDatastoreFromClusterNotFound) String

type RemoveDatastoreFromClusterOK

type RemoveDatastoreFromClusterOK struct {
	Payload *models.Task
}

RemoveDatastoreFromClusterOK describes a response with status code 200, with default header values.

Accepted

func NewRemoveDatastoreFromClusterOK

func NewRemoveDatastoreFromClusterOK() *RemoveDatastoreFromClusterOK

NewRemoveDatastoreFromClusterOK creates a RemoveDatastoreFromClusterOK with default headers values

func (*RemoveDatastoreFromClusterOK) Error

func (*RemoveDatastoreFromClusterOK) GetPayload

func (o *RemoveDatastoreFromClusterOK) GetPayload() *models.Task

func (*RemoveDatastoreFromClusterOK) IsClientError

func (o *RemoveDatastoreFromClusterOK) IsClientError() bool

IsClientError returns true when this remove datastore from cluster o k response has a 4xx status code

func (*RemoveDatastoreFromClusterOK) IsCode

func (o *RemoveDatastoreFromClusterOK) IsCode(code int) bool

IsCode returns true when this remove datastore from cluster o k response a status code equal to that given

func (*RemoveDatastoreFromClusterOK) IsRedirect

func (o *RemoveDatastoreFromClusterOK) IsRedirect() bool

IsRedirect returns true when this remove datastore from cluster o k response has a 3xx status code

func (*RemoveDatastoreFromClusterOK) IsServerError

func (o *RemoveDatastoreFromClusterOK) IsServerError() bool

IsServerError returns true when this remove datastore from cluster o k response has a 5xx status code

func (*RemoveDatastoreFromClusterOK) IsSuccess

func (o *RemoveDatastoreFromClusterOK) IsSuccess() bool

IsSuccess returns true when this remove datastore from cluster o k response has a 2xx status code

func (*RemoveDatastoreFromClusterOK) String

type RemoveDatastoreFromClusterParams

type RemoveDatastoreFromClusterParams struct {

	/* DatastoreID.

	   Datastore ID
	*/
	DatastoreID string

	/* ID.

	   Cluster ID
	*/
	ID string

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

RemoveDatastoreFromClusterParams contains all the parameters to send to the API endpoint

for the remove datastore from cluster operation.

Typically these are written to a http.Request.

func NewRemoveDatastoreFromClusterParams

func NewRemoveDatastoreFromClusterParams() *RemoveDatastoreFromClusterParams

NewRemoveDatastoreFromClusterParams creates a new RemoveDatastoreFromClusterParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewRemoveDatastoreFromClusterParamsWithContext

func NewRemoveDatastoreFromClusterParamsWithContext(ctx context.Context) *RemoveDatastoreFromClusterParams

NewRemoveDatastoreFromClusterParamsWithContext creates a new RemoveDatastoreFromClusterParams object with the ability to set a context for a request.

func NewRemoveDatastoreFromClusterParamsWithHTTPClient

func NewRemoveDatastoreFromClusterParamsWithHTTPClient(client *http.Client) *RemoveDatastoreFromClusterParams

NewRemoveDatastoreFromClusterParamsWithHTTPClient creates a new RemoveDatastoreFromClusterParams object with the ability to set a custom HTTPClient for a request.

func NewRemoveDatastoreFromClusterParamsWithTimeout

func NewRemoveDatastoreFromClusterParamsWithTimeout(timeout time.Duration) *RemoveDatastoreFromClusterParams

NewRemoveDatastoreFromClusterParamsWithTimeout creates a new RemoveDatastoreFromClusterParams object with the ability to set a timeout on a request.

func (*RemoveDatastoreFromClusterParams) SetContext

SetContext adds the context to the remove datastore from cluster params

func (*RemoveDatastoreFromClusterParams) SetDatastoreID

func (o *RemoveDatastoreFromClusterParams) SetDatastoreID(datastoreID string)

SetDatastoreID adds the datastoreId to the remove datastore from cluster params

func (*RemoveDatastoreFromClusterParams) SetDefaults

func (o *RemoveDatastoreFromClusterParams) SetDefaults()

SetDefaults hydrates default values in the remove datastore from cluster params (not the query body).

All values with no default are reset to their zero value.

func (*RemoveDatastoreFromClusterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the remove datastore from cluster params

func (*RemoveDatastoreFromClusterParams) SetID

SetID adds the id to the remove datastore from cluster params

func (*RemoveDatastoreFromClusterParams) SetTimeout

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

SetTimeout adds the timeout to the remove datastore from cluster params

func (*RemoveDatastoreFromClusterParams) WithContext

WithContext adds the context to the remove datastore from cluster params

func (*RemoveDatastoreFromClusterParams) WithDatastoreID

WithDatastoreID adds the datastoreID to the remove datastore from cluster params

func (*RemoveDatastoreFromClusterParams) WithDefaults

WithDefaults hydrates default values in the remove datastore from cluster params (not the query body).

All values with no default are reset to their zero value.

func (*RemoveDatastoreFromClusterParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the remove datastore from cluster params

func (*RemoveDatastoreFromClusterParams) WithID

WithID adds the id to the remove datastore from cluster params

func (*RemoveDatastoreFromClusterParams) WithTimeout

WithTimeout adds the timeout to the remove datastore from cluster params

func (*RemoveDatastoreFromClusterParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RemoveDatastoreFromClusterReader

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

RemoveDatastoreFromClusterReader is a Reader for the RemoveDatastoreFromCluster structure.

func (*RemoveDatastoreFromClusterReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RemoveTagsFromExistingClusterBadRequest

type RemoveTagsFromExistingClusterBadRequest struct {
	Payload *models.Error
}

RemoveTagsFromExistingClusterBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewRemoveTagsFromExistingClusterBadRequest

func NewRemoveTagsFromExistingClusterBadRequest() *RemoveTagsFromExistingClusterBadRequest

NewRemoveTagsFromExistingClusterBadRequest creates a RemoveTagsFromExistingClusterBadRequest with default headers values

func (*RemoveTagsFromExistingClusterBadRequest) Error

func (*RemoveTagsFromExistingClusterBadRequest) GetPayload

func (*RemoveTagsFromExistingClusterBadRequest) IsClientError

func (o *RemoveTagsFromExistingClusterBadRequest) IsClientError() bool

IsClientError returns true when this remove tags from existing cluster bad request response has a 4xx status code

func (*RemoveTagsFromExistingClusterBadRequest) IsCode

IsCode returns true when this remove tags from existing cluster bad request response a status code equal to that given

func (*RemoveTagsFromExistingClusterBadRequest) IsRedirect

IsRedirect returns true when this remove tags from existing cluster bad request response has a 3xx status code

func (*RemoveTagsFromExistingClusterBadRequest) IsServerError

func (o *RemoveTagsFromExistingClusterBadRequest) IsServerError() bool

IsServerError returns true when this remove tags from existing cluster bad request response has a 5xx status code

func (*RemoveTagsFromExistingClusterBadRequest) IsSuccess

IsSuccess returns true when this remove tags from existing cluster bad request response has a 2xx status code

func (*RemoveTagsFromExistingClusterBadRequest) String

type RemoveTagsFromExistingClusterInternalServerError

type RemoveTagsFromExistingClusterInternalServerError struct {
	Payload *models.Error
}

RemoveTagsFromExistingClusterInternalServerError describes a response with status code 500, with default header values.

InternalServerError

func NewRemoveTagsFromExistingClusterInternalServerError

func NewRemoveTagsFromExistingClusterInternalServerError() *RemoveTagsFromExistingClusterInternalServerError

NewRemoveTagsFromExistingClusterInternalServerError creates a RemoveTagsFromExistingClusterInternalServerError with default headers values

func (*RemoveTagsFromExistingClusterInternalServerError) Error

func (*RemoveTagsFromExistingClusterInternalServerError) GetPayload

func (*RemoveTagsFromExistingClusterInternalServerError) IsClientError

IsClientError returns true when this remove tags from existing cluster internal server error response has a 4xx status code

func (*RemoveTagsFromExistingClusterInternalServerError) IsCode

IsCode returns true when this remove tags from existing cluster internal server error response a status code equal to that given

func (*RemoveTagsFromExistingClusterInternalServerError) IsRedirect

IsRedirect returns true when this remove tags from existing cluster internal server error response has a 3xx status code

func (*RemoveTagsFromExistingClusterInternalServerError) IsServerError

IsServerError returns true when this remove tags from existing cluster internal server error response has a 5xx status code

func (*RemoveTagsFromExistingClusterInternalServerError) IsSuccess

IsSuccess returns true when this remove tags from existing cluster internal server error response has a 2xx status code

func (*RemoveTagsFromExistingClusterInternalServerError) String

type RemoveTagsFromExistingClusterOK

type RemoveTagsFromExistingClusterOK struct {
	Payload *models.TagAssignmentResult
}

RemoveTagsFromExistingClusterOK describes a response with status code 200, with default header values.

Ok

func NewRemoveTagsFromExistingClusterOK

func NewRemoveTagsFromExistingClusterOK() *RemoveTagsFromExistingClusterOK

NewRemoveTagsFromExistingClusterOK creates a RemoveTagsFromExistingClusterOK with default headers values

func (*RemoveTagsFromExistingClusterOK) Error

func (*RemoveTagsFromExistingClusterOK) GetPayload

func (*RemoveTagsFromExistingClusterOK) IsClientError

func (o *RemoveTagsFromExistingClusterOK) IsClientError() bool

IsClientError returns true when this remove tags from existing cluster o k response has a 4xx status code

func (*RemoveTagsFromExistingClusterOK) IsCode

func (o *RemoveTagsFromExistingClusterOK) IsCode(code int) bool

IsCode returns true when this remove tags from existing cluster o k response a status code equal to that given

func (*RemoveTagsFromExistingClusterOK) IsRedirect

func (o *RemoveTagsFromExistingClusterOK) IsRedirect() bool

IsRedirect returns true when this remove tags from existing cluster o k response has a 3xx status code

func (*RemoveTagsFromExistingClusterOK) IsServerError

func (o *RemoveTagsFromExistingClusterOK) IsServerError() bool

IsServerError returns true when this remove tags from existing cluster o k response has a 5xx status code

func (*RemoveTagsFromExistingClusterOK) IsSuccess

func (o *RemoveTagsFromExistingClusterOK) IsSuccess() bool

IsSuccess returns true when this remove tags from existing cluster o k response has a 2xx status code

func (*RemoveTagsFromExistingClusterOK) String

type RemoveTagsFromExistingClusterParams

type RemoveTagsFromExistingClusterParams struct {

	/* ID.

	   Cluster ID
	*/
	ID string

	/* TagsSpec.

	   Tags Spec
	*/
	TagsSpec *models.TagsSpec

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

RemoveTagsFromExistingClusterParams contains all the parameters to send to the API endpoint

for the remove tags from existing cluster operation.

Typically these are written to a http.Request.

func NewRemoveTagsFromExistingClusterParams

func NewRemoveTagsFromExistingClusterParams() *RemoveTagsFromExistingClusterParams

NewRemoveTagsFromExistingClusterParams creates a new RemoveTagsFromExistingClusterParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewRemoveTagsFromExistingClusterParamsWithContext

func NewRemoveTagsFromExistingClusterParamsWithContext(ctx context.Context) *RemoveTagsFromExistingClusterParams

NewRemoveTagsFromExistingClusterParamsWithContext creates a new RemoveTagsFromExistingClusterParams object with the ability to set a context for a request.

func NewRemoveTagsFromExistingClusterParamsWithHTTPClient

func NewRemoveTagsFromExistingClusterParamsWithHTTPClient(client *http.Client) *RemoveTagsFromExistingClusterParams

NewRemoveTagsFromExistingClusterParamsWithHTTPClient creates a new RemoveTagsFromExistingClusterParams object with the ability to set a custom HTTPClient for a request.

func NewRemoveTagsFromExistingClusterParamsWithTimeout

func NewRemoveTagsFromExistingClusterParamsWithTimeout(timeout time.Duration) *RemoveTagsFromExistingClusterParams

NewRemoveTagsFromExistingClusterParamsWithTimeout creates a new RemoveTagsFromExistingClusterParams object with the ability to set a timeout on a request.

func (*RemoveTagsFromExistingClusterParams) SetContext

SetContext adds the context to the remove tags from existing cluster params

func (*RemoveTagsFromExistingClusterParams) SetDefaults

func (o *RemoveTagsFromExistingClusterParams) SetDefaults()

SetDefaults hydrates default values in the remove tags from existing cluster params (not the query body).

All values with no default are reset to their zero value.

func (*RemoveTagsFromExistingClusterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the remove tags from existing cluster params

func (*RemoveTagsFromExistingClusterParams) SetID

SetID adds the id to the remove tags from existing cluster params

func (*RemoveTagsFromExistingClusterParams) SetTagsSpec

func (o *RemoveTagsFromExistingClusterParams) SetTagsSpec(tagsSpec *models.TagsSpec)

SetTagsSpec adds the tagsSpec to the remove tags from existing cluster params

func (*RemoveTagsFromExistingClusterParams) SetTimeout

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

SetTimeout adds the timeout to the remove tags from existing cluster params

func (*RemoveTagsFromExistingClusterParams) WithContext

WithContext adds the context to the remove tags from existing cluster params

func (*RemoveTagsFromExistingClusterParams) WithDefaults

WithDefaults hydrates default values in the remove tags from existing cluster params (not the query body).

All values with no default are reset to their zero value.

func (*RemoveTagsFromExistingClusterParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the remove tags from existing cluster params

func (*RemoveTagsFromExistingClusterParams) WithID

WithID adds the id to the remove tags from existing cluster params

func (*RemoveTagsFromExistingClusterParams) WithTagsSpec

WithTagsSpec adds the tagsSpec to the remove tags from existing cluster params

func (*RemoveTagsFromExistingClusterParams) WithTimeout

WithTimeout adds the timeout to the remove tags from existing cluster params

func (*RemoveTagsFromExistingClusterParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RemoveTagsFromExistingClusterReader

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

RemoveTagsFromExistingClusterReader is a Reader for the RemoveTagsFromExistingCluster structure.

func (*RemoveTagsFromExistingClusterReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateClusterAccepted

type UpdateClusterAccepted struct {
	Payload *models.Task
}

UpdateClusterAccepted describes a response with status code 202, with default header values.

Accepted

func NewUpdateClusterAccepted

func NewUpdateClusterAccepted() *UpdateClusterAccepted

NewUpdateClusterAccepted creates a UpdateClusterAccepted with default headers values

func (*UpdateClusterAccepted) Error

func (o *UpdateClusterAccepted) Error() string

func (*UpdateClusterAccepted) GetPayload

func (o *UpdateClusterAccepted) GetPayload() *models.Task

func (*UpdateClusterAccepted) IsClientError

func (o *UpdateClusterAccepted) IsClientError() bool

IsClientError returns true when this update cluster accepted response has a 4xx status code

func (*UpdateClusterAccepted) IsCode

func (o *UpdateClusterAccepted) IsCode(code int) bool

IsCode returns true when this update cluster accepted response a status code equal to that given

func (*UpdateClusterAccepted) IsRedirect

func (o *UpdateClusterAccepted) IsRedirect() bool

IsRedirect returns true when this update cluster accepted response has a 3xx status code

func (*UpdateClusterAccepted) IsServerError

func (o *UpdateClusterAccepted) IsServerError() bool

IsServerError returns true when this update cluster accepted response has a 5xx status code

func (*UpdateClusterAccepted) IsSuccess

func (o *UpdateClusterAccepted) IsSuccess() bool

IsSuccess returns true when this update cluster accepted response has a 2xx status code

func (*UpdateClusterAccepted) String

func (o *UpdateClusterAccepted) String() string

type UpdateClusterBadRequest

type UpdateClusterBadRequest struct {
	Payload *models.Error
}

UpdateClusterBadRequest describes a response with status code 400, with default header values.

Bad Request

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

func (*UpdateClusterBadRequest) IsClientError

func (o *UpdateClusterBadRequest) IsClientError() bool

IsClientError returns true when this update cluster bad request response has a 4xx status code

func (*UpdateClusterBadRequest) IsCode

func (o *UpdateClusterBadRequest) IsCode(code int) bool

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

func (*UpdateClusterBadRequest) IsRedirect

func (o *UpdateClusterBadRequest) IsRedirect() bool

IsRedirect returns true when this update cluster bad request response has a 3xx status code

func (*UpdateClusterBadRequest) IsServerError

func (o *UpdateClusterBadRequest) IsServerError() bool

IsServerError returns true when this update cluster bad request response has a 5xx status code

func (*UpdateClusterBadRequest) IsSuccess

func (o *UpdateClusterBadRequest) IsSuccess() bool

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

func (*UpdateClusterBadRequest) String

func (o *UpdateClusterBadRequest) String() string

type UpdateClusterInternalServerError

type UpdateClusterInternalServerError struct {
	Payload *models.Error
}

UpdateClusterInternalServerError describes a response with status code 500, with default header values.

InternalServerError

func NewUpdateClusterInternalServerError

func NewUpdateClusterInternalServerError() *UpdateClusterInternalServerError

NewUpdateClusterInternalServerError creates a UpdateClusterInternalServerError with default headers values

func (*UpdateClusterInternalServerError) Error

func (*UpdateClusterInternalServerError) GetPayload

func (*UpdateClusterInternalServerError) IsClientError

func (o *UpdateClusterInternalServerError) IsClientError() bool

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

func (*UpdateClusterInternalServerError) IsCode

func (o *UpdateClusterInternalServerError) IsCode(code int) bool

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

func (*UpdateClusterInternalServerError) IsRedirect

func (o *UpdateClusterInternalServerError) IsRedirect() bool

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

func (*UpdateClusterInternalServerError) IsServerError

func (o *UpdateClusterInternalServerError) IsServerError() bool

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

func (*UpdateClusterInternalServerError) IsSuccess

func (o *UpdateClusterInternalServerError) IsSuccess() bool

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

func (*UpdateClusterInternalServerError) String

type UpdateClusterNotFound

type UpdateClusterNotFound struct {
	Payload *models.Error
}

UpdateClusterNotFound describes a response with status code 404, with default header values.

Not Found

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

func (*UpdateClusterNotFound) IsClientError

func (o *UpdateClusterNotFound) IsClientError() bool

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

func (*UpdateClusterNotFound) IsCode

func (o *UpdateClusterNotFound) IsCode(code int) bool

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

func (*UpdateClusterNotFound) IsRedirect

func (o *UpdateClusterNotFound) IsRedirect() bool

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

func (*UpdateClusterNotFound) IsServerError

func (o *UpdateClusterNotFound) IsServerError() bool

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

func (*UpdateClusterNotFound) IsSuccess

func (o *UpdateClusterNotFound) IsSuccess() bool

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

func (*UpdateClusterNotFound) String

func (o *UpdateClusterNotFound) String() string

type UpdateClusterOK

type UpdateClusterOK struct {
	Payload *models.Task
}

UpdateClusterOK describes a response with status code 200, with default header values.

Ok

func NewUpdateClusterOK

func NewUpdateClusterOK() *UpdateClusterOK

NewUpdateClusterOK creates a UpdateClusterOK with default headers values

func (*UpdateClusterOK) Error

func (o *UpdateClusterOK) Error() string

func (*UpdateClusterOK) GetPayload

func (o *UpdateClusterOK) GetPayload() *models.Task

func (*UpdateClusterOK) IsClientError

func (o *UpdateClusterOK) IsClientError() bool

IsClientError returns true when this update cluster o k response has a 4xx status code

func (*UpdateClusterOK) IsCode

func (o *UpdateClusterOK) IsCode(code int) bool

IsCode returns true when this update cluster o k response a status code equal to that given

func (*UpdateClusterOK) IsRedirect

func (o *UpdateClusterOK) IsRedirect() bool

IsRedirect returns true when this update cluster o k response has a 3xx status code

func (*UpdateClusterOK) IsServerError

func (o *UpdateClusterOK) IsServerError() bool

IsServerError returns true when this update cluster o k response has a 5xx status code

func (*UpdateClusterOK) IsSuccess

func (o *UpdateClusterOK) IsSuccess() bool

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

func (*UpdateClusterOK) String

func (o *UpdateClusterOK) String() string

type UpdateClusterParams

type UpdateClusterParams struct {

	/* ClusterUpdateSpec.

	   Cluster Update Data
	*/
	ClusterUpdateSpec *models.ClusterUpdateSpec

	/* ID.

	   Cluster ID
	*/
	ID string

	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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUpdateClusterParamsWithContext

func NewUpdateClusterParamsWithContext(ctx context.Context) *UpdateClusterParams

NewUpdateClusterParamsWithContext creates a new UpdateClusterParams object with 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 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 ability to set a timeout on a request.

func (*UpdateClusterParams) SetClusterUpdateSpec

func (o *UpdateClusterParams) SetClusterUpdateSpec(clusterUpdateSpec *models.ClusterUpdateSpec)

SetClusterUpdateSpec adds the clusterUpdateSpec 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) SetDefaults

func (o *UpdateClusterParams) SetDefaults()

SetDefaults hydrates default values in the update cluster params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateClusterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update cluster params

func (*UpdateClusterParams) SetID

func (o *UpdateClusterParams) SetID(id string)

SetID adds the id 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) WithClusterUpdateSpec

func (o *UpdateClusterParams) WithClusterUpdateSpec(clusterUpdateSpec *models.ClusterUpdateSpec) *UpdateClusterParams

WithClusterUpdateSpec adds the clusterUpdateSpec to the update cluster params

func (*UpdateClusterParams) WithContext

WithContext adds the context to the update cluster params

func (*UpdateClusterParams) WithDefaults

func (o *UpdateClusterParams) WithDefaults() *UpdateClusterParams

WithDefaults hydrates default values in the update cluster params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateClusterParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update cluster params

func (*UpdateClusterParams) WithID

WithID adds the id 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 ValidateClusterOperationsBadRequest

type ValidateClusterOperationsBadRequest struct {
	Payload *models.Error
}

ValidateClusterOperationsBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewValidateClusterOperationsBadRequest

func NewValidateClusterOperationsBadRequest() *ValidateClusterOperationsBadRequest

NewValidateClusterOperationsBadRequest creates a ValidateClusterOperationsBadRequest with default headers values

func (*ValidateClusterOperationsBadRequest) Error

func (*ValidateClusterOperationsBadRequest) GetPayload

func (*ValidateClusterOperationsBadRequest) IsClientError

func (o *ValidateClusterOperationsBadRequest) IsClientError() bool

IsClientError returns true when this validate cluster operations bad request response has a 4xx status code

func (*ValidateClusterOperationsBadRequest) IsCode

IsCode returns true when this validate cluster operations bad request response a status code equal to that given

func (*ValidateClusterOperationsBadRequest) IsRedirect

func (o *ValidateClusterOperationsBadRequest) IsRedirect() bool

IsRedirect returns true when this validate cluster operations bad request response has a 3xx status code

func (*ValidateClusterOperationsBadRequest) IsServerError

func (o *ValidateClusterOperationsBadRequest) IsServerError() bool

IsServerError returns true when this validate cluster operations bad request response has a 5xx status code

func (*ValidateClusterOperationsBadRequest) IsSuccess

IsSuccess returns true when this validate cluster operations bad request response has a 2xx status code

func (*ValidateClusterOperationsBadRequest) String

type ValidateClusterOperationsInternalServerError

type ValidateClusterOperationsInternalServerError struct {
	Payload *models.Error
}

ValidateClusterOperationsInternalServerError describes a response with status code 500, with default header values.

InternalServerError

func NewValidateClusterOperationsInternalServerError

func NewValidateClusterOperationsInternalServerError() *ValidateClusterOperationsInternalServerError

NewValidateClusterOperationsInternalServerError creates a ValidateClusterOperationsInternalServerError with default headers values

func (*ValidateClusterOperationsInternalServerError) Error

func (*ValidateClusterOperationsInternalServerError) GetPayload

func (*ValidateClusterOperationsInternalServerError) IsClientError

IsClientError returns true when this validate cluster operations internal server error response has a 4xx status code

func (*ValidateClusterOperationsInternalServerError) IsCode

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

func (*ValidateClusterOperationsInternalServerError) IsRedirect

IsRedirect returns true when this validate cluster operations internal server error response has a 3xx status code

func (*ValidateClusterOperationsInternalServerError) IsServerError

IsServerError returns true when this validate cluster operations internal server error response has a 5xx status code

func (*ValidateClusterOperationsInternalServerError) IsSuccess

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

func (*ValidateClusterOperationsInternalServerError) String

type ValidateClusterOperationsNotFound

type ValidateClusterOperationsNotFound struct {
	Payload *models.Error
}

ValidateClusterOperationsNotFound describes a response with status code 404, with default header values.

Not Found

func NewValidateClusterOperationsNotFound

func NewValidateClusterOperationsNotFound() *ValidateClusterOperationsNotFound

NewValidateClusterOperationsNotFound creates a ValidateClusterOperationsNotFound with default headers values

func (*ValidateClusterOperationsNotFound) Error

func (*ValidateClusterOperationsNotFound) GetPayload

func (*ValidateClusterOperationsNotFound) IsClientError

func (o *ValidateClusterOperationsNotFound) IsClientError() bool

IsClientError returns true when this validate cluster operations not found response has a 4xx status code

func (*ValidateClusterOperationsNotFound) IsCode

func (o *ValidateClusterOperationsNotFound) IsCode(code int) bool

IsCode returns true when this validate cluster operations not found response a status code equal to that given

func (*ValidateClusterOperationsNotFound) IsRedirect

func (o *ValidateClusterOperationsNotFound) IsRedirect() bool

IsRedirect returns true when this validate cluster operations not found response has a 3xx status code

func (*ValidateClusterOperationsNotFound) IsServerError

func (o *ValidateClusterOperationsNotFound) IsServerError() bool

IsServerError returns true when this validate cluster operations not found response has a 5xx status code

func (*ValidateClusterOperationsNotFound) IsSuccess

func (o *ValidateClusterOperationsNotFound) IsSuccess() bool

IsSuccess returns true when this validate cluster operations not found response has a 2xx status code

func (*ValidateClusterOperationsNotFound) String

type ValidateClusterOperationsOK

type ValidateClusterOperationsOK struct {
	Payload *models.Validation
}

ValidateClusterOperationsOK describes a response with status code 200, with default header values.

Ok

func NewValidateClusterOperationsOK

func NewValidateClusterOperationsOK() *ValidateClusterOperationsOK

NewValidateClusterOperationsOK creates a ValidateClusterOperationsOK with default headers values

func (*ValidateClusterOperationsOK) Error

func (*ValidateClusterOperationsOK) GetPayload

func (*ValidateClusterOperationsOK) IsClientError

func (o *ValidateClusterOperationsOK) IsClientError() bool

IsClientError returns true when this validate cluster operations o k response has a 4xx status code

func (*ValidateClusterOperationsOK) IsCode

func (o *ValidateClusterOperationsOK) IsCode(code int) bool

IsCode returns true when this validate cluster operations o k response a status code equal to that given

func (*ValidateClusterOperationsOK) IsRedirect

func (o *ValidateClusterOperationsOK) IsRedirect() bool

IsRedirect returns true when this validate cluster operations o k response has a 3xx status code

func (*ValidateClusterOperationsOK) IsServerError

func (o *ValidateClusterOperationsOK) IsServerError() bool

IsServerError returns true when this validate cluster operations o k response has a 5xx status code

func (*ValidateClusterOperationsOK) IsSuccess

func (o *ValidateClusterOperationsOK) IsSuccess() bool

IsSuccess returns true when this validate cluster operations o k response has a 2xx status code

func (*ValidateClusterOperationsOK) String

func (o *ValidateClusterOperationsOK) String() string

type ValidateClusterOperationsParams

type ValidateClusterOperationsParams struct {

	/* ClusterUpdateSpec.

	   clusterUpdateSpec
	*/
	ClusterUpdateSpec *models.ClusterUpdateSpec

	/* ID.

	   Cluster ID
	*/
	ID string

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

ValidateClusterOperationsParams contains all the parameters to send to the API endpoint

for the validate cluster operations operation.

Typically these are written to a http.Request.

func NewValidateClusterOperationsParams

func NewValidateClusterOperationsParams() *ValidateClusterOperationsParams

NewValidateClusterOperationsParams creates a new ValidateClusterOperationsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewValidateClusterOperationsParamsWithContext

func NewValidateClusterOperationsParamsWithContext(ctx context.Context) *ValidateClusterOperationsParams

NewValidateClusterOperationsParamsWithContext creates a new ValidateClusterOperationsParams object with the ability to set a context for a request.

func NewValidateClusterOperationsParamsWithHTTPClient

func NewValidateClusterOperationsParamsWithHTTPClient(client *http.Client) *ValidateClusterOperationsParams

NewValidateClusterOperationsParamsWithHTTPClient creates a new ValidateClusterOperationsParams object with the ability to set a custom HTTPClient for a request.

func NewValidateClusterOperationsParamsWithTimeout

func NewValidateClusterOperationsParamsWithTimeout(timeout time.Duration) *ValidateClusterOperationsParams

NewValidateClusterOperationsParamsWithTimeout creates a new ValidateClusterOperationsParams object with the ability to set a timeout on a request.

func (*ValidateClusterOperationsParams) SetClusterUpdateSpec

func (o *ValidateClusterOperationsParams) SetClusterUpdateSpec(clusterUpdateSpec *models.ClusterUpdateSpec)

SetClusterUpdateSpec adds the clusterUpdateSpec to the validate cluster operations params

func (*ValidateClusterOperationsParams) SetContext

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

SetContext adds the context to the validate cluster operations params

func (*ValidateClusterOperationsParams) SetDefaults

func (o *ValidateClusterOperationsParams) SetDefaults()

SetDefaults hydrates default values in the validate cluster operations params (not the query body).

All values with no default are reset to their zero value.

func (*ValidateClusterOperationsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the validate cluster operations params

func (*ValidateClusterOperationsParams) SetID

SetID adds the id to the validate cluster operations params

func (*ValidateClusterOperationsParams) SetTimeout

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

SetTimeout adds the timeout to the validate cluster operations params

func (*ValidateClusterOperationsParams) WithClusterUpdateSpec

func (o *ValidateClusterOperationsParams) WithClusterUpdateSpec(clusterUpdateSpec *models.ClusterUpdateSpec) *ValidateClusterOperationsParams

WithClusterUpdateSpec adds the clusterUpdateSpec to the validate cluster operations params

func (*ValidateClusterOperationsParams) WithContext

WithContext adds the context to the validate cluster operations params

func (*ValidateClusterOperationsParams) WithDefaults

WithDefaults hydrates default values in the validate cluster operations params (not the query body).

All values with no default are reset to their zero value.

func (*ValidateClusterOperationsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the validate cluster operations params

func (*ValidateClusterOperationsParams) WithID

WithID adds the id to the validate cluster operations params

func (*ValidateClusterOperationsParams) WithTimeout

WithTimeout adds the timeout to the validate cluster operations params

func (*ValidateClusterOperationsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ValidateClusterOperationsReader

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

ValidateClusterOperationsReader is a Reader for the ValidateClusterOperations structure.

func (*ValidateClusterOperationsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ValidateClustersOperationsBadRequest

type ValidateClustersOperationsBadRequest struct {
	Payload *models.Error
}

ValidateClustersOperationsBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewValidateClustersOperationsBadRequest

func NewValidateClustersOperationsBadRequest() *ValidateClustersOperationsBadRequest

NewValidateClustersOperationsBadRequest creates a ValidateClustersOperationsBadRequest with default headers values

func (*ValidateClustersOperationsBadRequest) Error

func (*ValidateClustersOperationsBadRequest) GetPayload

func (*ValidateClustersOperationsBadRequest) IsClientError

func (o *ValidateClustersOperationsBadRequest) IsClientError() bool

IsClientError returns true when this validate clusters operations bad request response has a 4xx status code

func (*ValidateClustersOperationsBadRequest) IsCode

IsCode returns true when this validate clusters operations bad request response a status code equal to that given

func (*ValidateClustersOperationsBadRequest) IsRedirect

IsRedirect returns true when this validate clusters operations bad request response has a 3xx status code

func (*ValidateClustersOperationsBadRequest) IsServerError

func (o *ValidateClustersOperationsBadRequest) IsServerError() bool

IsServerError returns true when this validate clusters operations bad request response has a 5xx status code

func (*ValidateClustersOperationsBadRequest) IsSuccess

IsSuccess returns true when this validate clusters operations bad request response has a 2xx status code

func (*ValidateClustersOperationsBadRequest) String

type ValidateClustersOperationsInternalServerError

type ValidateClustersOperationsInternalServerError struct {
	Payload *models.Error
}

ValidateClustersOperationsInternalServerError describes a response with status code 500, with default header values.

InternalServerError

func NewValidateClustersOperationsInternalServerError

func NewValidateClustersOperationsInternalServerError() *ValidateClustersOperationsInternalServerError

NewValidateClustersOperationsInternalServerError creates a ValidateClustersOperationsInternalServerError with default headers values

func (*ValidateClustersOperationsInternalServerError) Error

func (*ValidateClustersOperationsInternalServerError) GetPayload

func (*ValidateClustersOperationsInternalServerError) IsClientError

IsClientError returns true when this validate clusters operations internal server error response has a 4xx status code

func (*ValidateClustersOperationsInternalServerError) IsCode

IsCode returns true when this validate clusters operations internal server error response a status code equal to that given

func (*ValidateClustersOperationsInternalServerError) IsRedirect

IsRedirect returns true when this validate clusters operations internal server error response has a 3xx status code

func (*ValidateClustersOperationsInternalServerError) IsServerError

IsServerError returns true when this validate clusters operations internal server error response has a 5xx status code

func (*ValidateClustersOperationsInternalServerError) IsSuccess

IsSuccess returns true when this validate clusters operations internal server error response has a 2xx status code

func (*ValidateClustersOperationsInternalServerError) String

type ValidateClustersOperationsOK

type ValidateClustersOperationsOK struct {
	Payload *models.Validation
}

ValidateClustersOperationsOK describes a response with status code 200, with default header values.

Ok

func NewValidateClustersOperationsOK

func NewValidateClustersOperationsOK() *ValidateClustersOperationsOK

NewValidateClustersOperationsOK creates a ValidateClustersOperationsOK with default headers values

func (*ValidateClustersOperationsOK) Error

func (*ValidateClustersOperationsOK) GetPayload

func (*ValidateClustersOperationsOK) IsClientError

func (o *ValidateClustersOperationsOK) IsClientError() bool

IsClientError returns true when this validate clusters operations o k response has a 4xx status code

func (*ValidateClustersOperationsOK) IsCode

func (o *ValidateClustersOperationsOK) IsCode(code int) bool

IsCode returns true when this validate clusters operations o k response a status code equal to that given

func (*ValidateClustersOperationsOK) IsRedirect

func (o *ValidateClustersOperationsOK) IsRedirect() bool

IsRedirect returns true when this validate clusters operations o k response has a 3xx status code

func (*ValidateClustersOperationsOK) IsServerError

func (o *ValidateClustersOperationsOK) IsServerError() bool

IsServerError returns true when this validate clusters operations o k response has a 5xx status code

func (*ValidateClustersOperationsOK) IsSuccess

func (o *ValidateClustersOperationsOK) IsSuccess() bool

IsSuccess returns true when this validate clusters operations o k response has a 2xx status code

func (*ValidateClustersOperationsOK) String

type ValidateClustersOperationsParams

type ValidateClustersOperationsParams struct {

	/* ClusterCreationSpec.

	   Cluster creation specification
	*/
	ClusterCreationSpec *models.ClusterCreationSpec

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

ValidateClustersOperationsParams contains all the parameters to send to the API endpoint

for the validate clusters operations operation.

Typically these are written to a http.Request.

func NewValidateClustersOperationsParams

func NewValidateClustersOperationsParams() *ValidateClustersOperationsParams

NewValidateClustersOperationsParams creates a new ValidateClustersOperationsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewValidateClustersOperationsParamsWithContext

func NewValidateClustersOperationsParamsWithContext(ctx context.Context) *ValidateClustersOperationsParams

NewValidateClustersOperationsParamsWithContext creates a new ValidateClustersOperationsParams object with the ability to set a context for a request.

func NewValidateClustersOperationsParamsWithHTTPClient

func NewValidateClustersOperationsParamsWithHTTPClient(client *http.Client) *ValidateClustersOperationsParams

NewValidateClustersOperationsParamsWithHTTPClient creates a new ValidateClustersOperationsParams object with the ability to set a custom HTTPClient for a request.

func NewValidateClustersOperationsParamsWithTimeout

func NewValidateClustersOperationsParamsWithTimeout(timeout time.Duration) *ValidateClustersOperationsParams

NewValidateClustersOperationsParamsWithTimeout creates a new ValidateClustersOperationsParams object with the ability to set a timeout on a request.

func (*ValidateClustersOperationsParams) SetClusterCreationSpec

func (o *ValidateClustersOperationsParams) SetClusterCreationSpec(clusterCreationSpec *models.ClusterCreationSpec)

SetClusterCreationSpec adds the clusterCreationSpec to the validate clusters operations params

func (*ValidateClustersOperationsParams) SetContext

SetContext adds the context to the validate clusters operations params

func (*ValidateClustersOperationsParams) SetDefaults

func (o *ValidateClustersOperationsParams) SetDefaults()

SetDefaults hydrates default values in the validate clusters operations params (not the query body).

All values with no default are reset to their zero value.

func (*ValidateClustersOperationsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the validate clusters operations params

func (*ValidateClustersOperationsParams) SetTimeout

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

SetTimeout adds the timeout to the validate clusters operations params

func (*ValidateClustersOperationsParams) WithClusterCreationSpec

func (o *ValidateClustersOperationsParams) WithClusterCreationSpec(clusterCreationSpec *models.ClusterCreationSpec) *ValidateClustersOperationsParams

WithClusterCreationSpec adds the clusterCreationSpec to the validate clusters operations params

func (*ValidateClustersOperationsParams) WithContext

WithContext adds the context to the validate clusters operations params

func (*ValidateClustersOperationsParams) WithDefaults

WithDefaults hydrates default values in the validate clusters operations params (not the query body).

All values with no default are reset to their zero value.

func (*ValidateClustersOperationsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the validate clusters operations params

func (*ValidateClustersOperationsParams) WithTimeout

WithTimeout adds the timeout to the validate clusters operations params

func (*ValidateClustersOperationsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ValidateClustersOperationsReader

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

ValidateClustersOperationsReader is a Reader for the ValidateClustersOperations structure.

func (*ValidateClustersOperationsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ValidateVSANRemoteDatastoreBadRequest

type ValidateVSANRemoteDatastoreBadRequest struct {
	Payload *models.Error
}

ValidateVSANRemoteDatastoreBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewValidateVSANRemoteDatastoreBadRequest

func NewValidateVSANRemoteDatastoreBadRequest() *ValidateVSANRemoteDatastoreBadRequest

NewValidateVSANRemoteDatastoreBadRequest creates a ValidateVSANRemoteDatastoreBadRequest with default headers values

func (*ValidateVSANRemoteDatastoreBadRequest) Error

func (*ValidateVSANRemoteDatastoreBadRequest) GetPayload

func (*ValidateVSANRemoteDatastoreBadRequest) IsClientError

func (o *ValidateVSANRemoteDatastoreBadRequest) IsClientError() bool

IsClientError returns true when this validate Vsan remote datastore bad request response has a 4xx status code

func (*ValidateVSANRemoteDatastoreBadRequest) IsCode

IsCode returns true when this validate Vsan remote datastore bad request response a status code equal to that given

func (*ValidateVSANRemoteDatastoreBadRequest) IsRedirect

IsRedirect returns true when this validate Vsan remote datastore bad request response has a 3xx status code

func (*ValidateVSANRemoteDatastoreBadRequest) IsServerError

func (o *ValidateVSANRemoteDatastoreBadRequest) IsServerError() bool

IsServerError returns true when this validate Vsan remote datastore bad request response has a 5xx status code

func (*ValidateVSANRemoteDatastoreBadRequest) IsSuccess

IsSuccess returns true when this validate Vsan remote datastore bad request response has a 2xx status code

func (*ValidateVSANRemoteDatastoreBadRequest) String

type ValidateVSANRemoteDatastoreInternalServerError

type ValidateVSANRemoteDatastoreInternalServerError struct {
	Payload *models.Error
}

ValidateVSANRemoteDatastoreInternalServerError describes a response with status code 500, with default header values.

InternalServerError

func NewValidateVSANRemoteDatastoreInternalServerError

func NewValidateVSANRemoteDatastoreInternalServerError() *ValidateVSANRemoteDatastoreInternalServerError

NewValidateVSANRemoteDatastoreInternalServerError creates a ValidateVSANRemoteDatastoreInternalServerError with default headers values

func (*ValidateVSANRemoteDatastoreInternalServerError) Error

func (*ValidateVSANRemoteDatastoreInternalServerError) GetPayload

func (*ValidateVSANRemoteDatastoreInternalServerError) IsClientError

IsClientError returns true when this validate Vsan remote datastore internal server error response has a 4xx status code

func (*ValidateVSANRemoteDatastoreInternalServerError) IsCode

IsCode returns true when this validate Vsan remote datastore internal server error response a status code equal to that given

func (*ValidateVSANRemoteDatastoreInternalServerError) IsRedirect

IsRedirect returns true when this validate Vsan remote datastore internal server error response has a 3xx status code

func (*ValidateVSANRemoteDatastoreInternalServerError) IsServerError

IsServerError returns true when this validate Vsan remote datastore internal server error response has a 5xx status code

func (*ValidateVSANRemoteDatastoreInternalServerError) IsSuccess

IsSuccess returns true when this validate Vsan remote datastore internal server error response has a 2xx status code

func (*ValidateVSANRemoteDatastoreInternalServerError) String

type ValidateVSANRemoteDatastoreOK

type ValidateVSANRemoteDatastoreOK struct {
	Payload *models.Validation
}

ValidateVSANRemoteDatastoreOK describes a response with status code 200, with default header values.

Ok

func NewValidateVSANRemoteDatastoreOK

func NewValidateVSANRemoteDatastoreOK() *ValidateVSANRemoteDatastoreOK

NewValidateVSANRemoteDatastoreOK creates a ValidateVSANRemoteDatastoreOK with default headers values

func (*ValidateVSANRemoteDatastoreOK) Error

func (*ValidateVSANRemoteDatastoreOK) GetPayload

func (*ValidateVSANRemoteDatastoreOK) IsClientError

func (o *ValidateVSANRemoteDatastoreOK) IsClientError() bool

IsClientError returns true when this validate Vsan remote datastore o k response has a 4xx status code

func (*ValidateVSANRemoteDatastoreOK) IsCode

func (o *ValidateVSANRemoteDatastoreOK) IsCode(code int) bool

IsCode returns true when this validate Vsan remote datastore o k response a status code equal to that given

func (*ValidateVSANRemoteDatastoreOK) IsRedirect

func (o *ValidateVSANRemoteDatastoreOK) IsRedirect() bool

IsRedirect returns true when this validate Vsan remote datastore o k response has a 3xx status code

func (*ValidateVSANRemoteDatastoreOK) IsServerError

func (o *ValidateVSANRemoteDatastoreOK) IsServerError() bool

IsServerError returns true when this validate Vsan remote datastore o k response has a 5xx status code

func (*ValidateVSANRemoteDatastoreOK) IsSuccess

func (o *ValidateVSANRemoteDatastoreOK) IsSuccess() bool

IsSuccess returns true when this validate Vsan remote datastore o k response has a 2xx status code

func (*ValidateVSANRemoteDatastoreOK) String

type ValidateVSANRemoteDatastoreParams

type ValidateVSANRemoteDatastoreParams struct {

	/* ClusterID.

	   Cluster ID
	*/
	ClusterID string

	/* DatastoreMountSpec.

	   Datastore Mount Spec
	*/
	DatastoreMountSpec *models.DatastoreMountSpec

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

ValidateVSANRemoteDatastoreParams contains all the parameters to send to the API endpoint

for the validate Vsan remote datastore operation.

Typically these are written to a http.Request.

func NewValidateVSANRemoteDatastoreParams

func NewValidateVSANRemoteDatastoreParams() *ValidateVSANRemoteDatastoreParams

NewValidateVSANRemoteDatastoreParams creates a new ValidateVSANRemoteDatastoreParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewValidateVSANRemoteDatastoreParamsWithContext

func NewValidateVSANRemoteDatastoreParamsWithContext(ctx context.Context) *ValidateVSANRemoteDatastoreParams

NewValidateVSANRemoteDatastoreParamsWithContext creates a new ValidateVSANRemoteDatastoreParams object with the ability to set a context for a request.

func NewValidateVSANRemoteDatastoreParamsWithHTTPClient

func NewValidateVSANRemoteDatastoreParamsWithHTTPClient(client *http.Client) *ValidateVSANRemoteDatastoreParams

NewValidateVSANRemoteDatastoreParamsWithHTTPClient creates a new ValidateVSANRemoteDatastoreParams object with the ability to set a custom HTTPClient for a request.

func NewValidateVSANRemoteDatastoreParamsWithTimeout

func NewValidateVSANRemoteDatastoreParamsWithTimeout(timeout time.Duration) *ValidateVSANRemoteDatastoreParams

NewValidateVSANRemoteDatastoreParamsWithTimeout creates a new ValidateVSANRemoteDatastoreParams object with the ability to set a timeout on a request.

func (*ValidateVSANRemoteDatastoreParams) SetClusterID

func (o *ValidateVSANRemoteDatastoreParams) SetClusterID(clusterID string)

SetClusterID adds the clusterId to the validate Vsan remote datastore params

func (*ValidateVSANRemoteDatastoreParams) SetContext

SetContext adds the context to the validate Vsan remote datastore params

func (*ValidateVSANRemoteDatastoreParams) SetDatastoreMountSpec

func (o *ValidateVSANRemoteDatastoreParams) SetDatastoreMountSpec(datastoreMountSpec *models.DatastoreMountSpec)

SetDatastoreMountSpec adds the datastoreMountSpec to the validate Vsan remote datastore params

func (*ValidateVSANRemoteDatastoreParams) SetDefaults

func (o *ValidateVSANRemoteDatastoreParams) SetDefaults()

SetDefaults hydrates default values in the validate Vsan remote datastore params (not the query body).

All values with no default are reset to their zero value.

func (*ValidateVSANRemoteDatastoreParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the validate Vsan remote datastore params

func (*ValidateVSANRemoteDatastoreParams) SetTimeout

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

SetTimeout adds the timeout to the validate Vsan remote datastore params

func (*ValidateVSANRemoteDatastoreParams) WithClusterID

WithClusterID adds the clusterID to the validate Vsan remote datastore params

func (*ValidateVSANRemoteDatastoreParams) WithContext

WithContext adds the context to the validate Vsan remote datastore params

func (*ValidateVSANRemoteDatastoreParams) WithDatastoreMountSpec

func (o *ValidateVSANRemoteDatastoreParams) WithDatastoreMountSpec(datastoreMountSpec *models.DatastoreMountSpec) *ValidateVSANRemoteDatastoreParams

WithDatastoreMountSpec adds the datastoreMountSpec to the validate Vsan remote datastore params

func (*ValidateVSANRemoteDatastoreParams) WithDefaults

WithDefaults hydrates default values in the validate Vsan remote datastore params (not the query body).

All values with no default are reset to their zero value.

func (*ValidateVSANRemoteDatastoreParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the validate Vsan remote datastore params

func (*ValidateVSANRemoteDatastoreParams) WithTimeout

WithTimeout adds the timeout to the validate Vsan remote datastore params

func (*ValidateVSANRemoteDatastoreParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ValidateVSANRemoteDatastoreReader

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

ValidateVSANRemoteDatastoreReader is a Reader for the ValidateVSANRemoteDatastore structure.

func (*ValidateVSANRemoteDatastoreReader) ReadResponse

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