domains

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: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AssignTagsToExistingDomainBadRequest

type AssignTagsToExistingDomainBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewAssignTagsToExistingDomainBadRequest

func NewAssignTagsToExistingDomainBadRequest() *AssignTagsToExistingDomainBadRequest

NewAssignTagsToExistingDomainBadRequest creates a AssignTagsToExistingDomainBadRequest with default headers values

func (*AssignTagsToExistingDomainBadRequest) Error

func (*AssignTagsToExistingDomainBadRequest) GetPayload

func (*AssignTagsToExistingDomainBadRequest) IsClientError

func (o *AssignTagsToExistingDomainBadRequest) IsClientError() bool

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

func (*AssignTagsToExistingDomainBadRequest) IsCode

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

func (*AssignTagsToExistingDomainBadRequest) IsRedirect

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

func (*AssignTagsToExistingDomainBadRequest) IsServerError

func (o *AssignTagsToExistingDomainBadRequest) IsServerError() bool

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

func (*AssignTagsToExistingDomainBadRequest) IsSuccess

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

func (*AssignTagsToExistingDomainBadRequest) String

type AssignTagsToExistingDomainInternalServerError

type AssignTagsToExistingDomainInternalServerError struct {
	Payload *models.Error
}

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

InternalServerError

func NewAssignTagsToExistingDomainInternalServerError

func NewAssignTagsToExistingDomainInternalServerError() *AssignTagsToExistingDomainInternalServerError

NewAssignTagsToExistingDomainInternalServerError creates a AssignTagsToExistingDomainInternalServerError with default headers values

func (*AssignTagsToExistingDomainInternalServerError) Error

func (*AssignTagsToExistingDomainInternalServerError) GetPayload

func (*AssignTagsToExistingDomainInternalServerError) IsClientError

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

func (*AssignTagsToExistingDomainInternalServerError) IsCode

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

func (*AssignTagsToExistingDomainInternalServerError) IsRedirect

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

func (*AssignTagsToExistingDomainInternalServerError) IsServerError

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

func (*AssignTagsToExistingDomainInternalServerError) IsSuccess

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

func (*AssignTagsToExistingDomainInternalServerError) String

type AssignTagsToExistingDomainOK

type AssignTagsToExistingDomainOK struct {
	Payload *models.TagAssignmentResult
}

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

Ok

func NewAssignTagsToExistingDomainOK

func NewAssignTagsToExistingDomainOK() *AssignTagsToExistingDomainOK

NewAssignTagsToExistingDomainOK creates a AssignTagsToExistingDomainOK with default headers values

func (*AssignTagsToExistingDomainOK) Error

func (*AssignTagsToExistingDomainOK) GetPayload

func (*AssignTagsToExistingDomainOK) IsClientError

func (o *AssignTagsToExistingDomainOK) IsClientError() bool

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

func (*AssignTagsToExistingDomainOK) IsCode

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

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

func (*AssignTagsToExistingDomainOK) IsRedirect

func (o *AssignTagsToExistingDomainOK) IsRedirect() bool

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

func (*AssignTagsToExistingDomainOK) IsServerError

func (o *AssignTagsToExistingDomainOK) IsServerError() bool

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

func (*AssignTagsToExistingDomainOK) IsSuccess

func (o *AssignTagsToExistingDomainOK) IsSuccess() bool

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

func (*AssignTagsToExistingDomainOK) String

type AssignTagsToExistingDomainParams

type AssignTagsToExistingDomainParams struct {

	/* ID.

	   Domain ID
	*/
	ID string

	/* TagsSpec.

	   Tags Spec
	*/
	TagsSpec *models.TagsSpec

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

AssignTagsToExistingDomainParams contains all the parameters to send to the API endpoint

for the assign tags to existing domain operation.

Typically these are written to a http.Request.

func NewAssignTagsToExistingDomainParams

func NewAssignTagsToExistingDomainParams() *AssignTagsToExistingDomainParams

NewAssignTagsToExistingDomainParams creates a new AssignTagsToExistingDomainParams 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 NewAssignTagsToExistingDomainParamsWithContext

func NewAssignTagsToExistingDomainParamsWithContext(ctx context.Context) *AssignTagsToExistingDomainParams

NewAssignTagsToExistingDomainParamsWithContext creates a new AssignTagsToExistingDomainParams object with the ability to set a context for a request.

func NewAssignTagsToExistingDomainParamsWithHTTPClient

func NewAssignTagsToExistingDomainParamsWithHTTPClient(client *http.Client) *AssignTagsToExistingDomainParams

NewAssignTagsToExistingDomainParamsWithHTTPClient creates a new AssignTagsToExistingDomainParams object with the ability to set a custom HTTPClient for a request.

func NewAssignTagsToExistingDomainParamsWithTimeout

func NewAssignTagsToExistingDomainParamsWithTimeout(timeout time.Duration) *AssignTagsToExistingDomainParams

NewAssignTagsToExistingDomainParamsWithTimeout creates a new AssignTagsToExistingDomainParams object with the ability to set a timeout on a request.

func (*AssignTagsToExistingDomainParams) SetContext

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

func (*AssignTagsToExistingDomainParams) SetDefaults

func (o *AssignTagsToExistingDomainParams) SetDefaults()

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

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

func (*AssignTagsToExistingDomainParams) SetHTTPClient

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

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

func (*AssignTagsToExistingDomainParams) SetID

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

func (*AssignTagsToExistingDomainParams) SetTagsSpec

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

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

func (*AssignTagsToExistingDomainParams) SetTimeout

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

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

func (*AssignTagsToExistingDomainParams) WithContext

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

func (*AssignTagsToExistingDomainParams) WithDefaults

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

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

func (*AssignTagsToExistingDomainParams) WithHTTPClient

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

func (*AssignTagsToExistingDomainParams) WithID

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

func (*AssignTagsToExistingDomainParams) WithTagsSpec

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

func (*AssignTagsToExistingDomainParams) WithTimeout

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

func (*AssignTagsToExistingDomainParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AssignTagsToExistingDomainReader

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

AssignTagsToExistingDomainReader is a Reader for the AssignTagsToExistingDomain structure.

func (*AssignTagsToExistingDomainReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AssignableTagsToDomainBadRequest

type AssignableTagsToDomainBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewAssignableTagsToDomainBadRequest

func NewAssignableTagsToDomainBadRequest() *AssignableTagsToDomainBadRequest

NewAssignableTagsToDomainBadRequest creates a AssignableTagsToDomainBadRequest with default headers values

func (*AssignableTagsToDomainBadRequest) Error

func (*AssignableTagsToDomainBadRequest) GetPayload

func (*AssignableTagsToDomainBadRequest) IsClientError

func (o *AssignableTagsToDomainBadRequest) IsClientError() bool

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

func (*AssignableTagsToDomainBadRequest) IsCode

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

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

func (*AssignableTagsToDomainBadRequest) IsRedirect

func (o *AssignableTagsToDomainBadRequest) IsRedirect() bool

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

func (*AssignableTagsToDomainBadRequest) IsServerError

func (o *AssignableTagsToDomainBadRequest) IsServerError() bool

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

func (*AssignableTagsToDomainBadRequest) IsSuccess

func (o *AssignableTagsToDomainBadRequest) IsSuccess() bool

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

func (*AssignableTagsToDomainBadRequest) String

type AssignableTagsToDomainInternalServerError

type AssignableTagsToDomainInternalServerError struct {
	Payload *models.Error
}

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

InternalServerError

func NewAssignableTagsToDomainInternalServerError

func NewAssignableTagsToDomainInternalServerError() *AssignableTagsToDomainInternalServerError

NewAssignableTagsToDomainInternalServerError creates a AssignableTagsToDomainInternalServerError with default headers values

func (*AssignableTagsToDomainInternalServerError) Error

func (*AssignableTagsToDomainInternalServerError) GetPayload

func (*AssignableTagsToDomainInternalServerError) IsClientError

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

func (*AssignableTagsToDomainInternalServerError) IsCode

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

func (*AssignableTagsToDomainInternalServerError) IsRedirect

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

func (*AssignableTagsToDomainInternalServerError) IsServerError

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

func (*AssignableTagsToDomainInternalServerError) IsSuccess

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

func (*AssignableTagsToDomainInternalServerError) String

type AssignableTagsToDomainOK

type AssignableTagsToDomainOK struct {
	Payload *models.PageOfTag
}

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

Ok

func NewAssignableTagsToDomainOK

func NewAssignableTagsToDomainOK() *AssignableTagsToDomainOK

NewAssignableTagsToDomainOK creates a AssignableTagsToDomainOK with default headers values

func (*AssignableTagsToDomainOK) Error

func (o *AssignableTagsToDomainOK) Error() string

func (*AssignableTagsToDomainOK) GetPayload

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

func (*AssignableTagsToDomainOK) IsClientError

func (o *AssignableTagsToDomainOK) IsClientError() bool

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

func (*AssignableTagsToDomainOK) IsCode

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

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

func (*AssignableTagsToDomainOK) IsRedirect

func (o *AssignableTagsToDomainOK) IsRedirect() bool

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

func (*AssignableTagsToDomainOK) IsServerError

func (o *AssignableTagsToDomainOK) IsServerError() bool

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

func (*AssignableTagsToDomainOK) IsSuccess

func (o *AssignableTagsToDomainOK) IsSuccess() bool

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

func (*AssignableTagsToDomainOK) String

func (o *AssignableTagsToDomainOK) String() string

type AssignableTagsToDomainParams

type AssignableTagsToDomainParams struct {

	/* ID.

	   Domain ID
	*/
	ID string

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

AssignableTagsToDomainParams contains all the parameters to send to the API endpoint

for the assignable tags to domain operation.

Typically these are written to a http.Request.

func NewAssignableTagsToDomainParams

func NewAssignableTagsToDomainParams() *AssignableTagsToDomainParams

NewAssignableTagsToDomainParams creates a new AssignableTagsToDomainParams 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 NewAssignableTagsToDomainParamsWithContext

func NewAssignableTagsToDomainParamsWithContext(ctx context.Context) *AssignableTagsToDomainParams

NewAssignableTagsToDomainParamsWithContext creates a new AssignableTagsToDomainParams object with the ability to set a context for a request.

func NewAssignableTagsToDomainParamsWithHTTPClient

func NewAssignableTagsToDomainParamsWithHTTPClient(client *http.Client) *AssignableTagsToDomainParams

NewAssignableTagsToDomainParamsWithHTTPClient creates a new AssignableTagsToDomainParams object with the ability to set a custom HTTPClient for a request.

func NewAssignableTagsToDomainParamsWithTimeout

func NewAssignableTagsToDomainParamsWithTimeout(timeout time.Duration) *AssignableTagsToDomainParams

NewAssignableTagsToDomainParamsWithTimeout creates a new AssignableTagsToDomainParams object with the ability to set a timeout on a request.

func (*AssignableTagsToDomainParams) SetContext

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

SetContext adds the context to the assignable tags to domain params

func (*AssignableTagsToDomainParams) SetDefaults

func (o *AssignableTagsToDomainParams) SetDefaults()

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

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

func (*AssignableTagsToDomainParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the assignable tags to domain params

func (*AssignableTagsToDomainParams) SetID

func (o *AssignableTagsToDomainParams) SetID(id string)

SetID adds the id to the assignable tags to domain params

func (*AssignableTagsToDomainParams) SetTimeout

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

SetTimeout adds the timeout to the assignable tags to domain params

func (*AssignableTagsToDomainParams) WithContext

WithContext adds the context to the assignable tags to domain params

func (*AssignableTagsToDomainParams) WithDefaults

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

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

func (*AssignableTagsToDomainParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the assignable tags to domain params

func (*AssignableTagsToDomainParams) WithID

WithID adds the id to the assignable tags to domain params

func (*AssignableTagsToDomainParams) WithTimeout

WithTimeout adds the timeout to the assignable tags to domain params

func (*AssignableTagsToDomainParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AssignableTagsToDomainReader

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

AssignableTagsToDomainReader is a Reader for the AssignableTagsToDomain structure.

func (*AssignableTagsToDomainReader) ReadResponse

func (o *AssignableTagsToDomainReader) 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 domains API

func (*Client) AssignTagsToExistingDomain

func (a *Client) AssignTagsToExistingDomain(params *AssignTagsToExistingDomainParams, opts ...ClientOption) (*AssignTagsToExistingDomainOK, error)

AssignTagsToExistingDomain assigns tags to domain

func (*Client) AssignableTagsToDomain

func (a *Client) AssignableTagsToDomain(params *AssignableTagsToDomainParams, opts ...ClientOption) (*AssignableTagsToDomainOK, error)

AssignableTagsToDomain gets assignable tags to domain

func (*Client) CreateDomain

func (a *Client) CreateDomain(params *CreateDomainParams, opts ...ClientOption) (*CreateDomainOK, *CreateDomainAccepted, error)

CreateDomain creates a domain

func (*Client) DeleteDomain

func (a *Client) DeleteDomain(params *DeleteDomainParams, opts ...ClientOption) (*DeleteDomainOK, *DeleteDomainAccepted, error)

DeleteDomain deletes a domain if it has been previously initialized for deletion

func (*Client) GetClusterCriteria added in v0.1.1

func (a *Client) GetClusterCriteria(params *GetClusterCriteriaParams, opts ...ClientOption) (*GetClusterCriteriaOK, error)

GetClusterCriteria gets all cluster criteria

func (*Client) GetClusterCriterion added in v0.1.1

func (a *Client) GetClusterCriterion(params *GetClusterCriterionParams, opts ...ClientOption) (*GetClusterCriterionOK, error)

GetClusterCriterion gets a criterion to query for cluster

func (*Client) GetClusterQueryResponse added in v0.1.1

func (a *Client) GetClusterQueryResponse(params *GetClusterQueryResponseParams, opts ...ClientOption) (*GetClusterQueryResponseOK, error)

GetClusterQueryResponse gets cluster query response

func (*Client) GetClustersQueryResponse added in v0.1.1

func (a *Client) GetClustersQueryResponse(params *GetClustersQueryResponseParams, opts ...ClientOption) (*GetClustersQueryResponseOK, error)

GetClustersQueryResponse gets clusters query response

func (*Client) GetDatastoreCriterion1 added in v0.1.1

func (a *Client) GetDatastoreCriterion1(params *GetDatastoreCriterion1Params, opts ...ClientOption) (*GetDatastoreCriterion1OK, error)

GetDatastoreCriterion1 gets a criterion to query for datastore

func (*Client) GetDatastoreQueryResponse1 added in v0.1.1

func (a *Client) GetDatastoreQueryResponse1(params *GetDatastoreQueryResponse1Params, opts ...ClientOption) (*GetDatastoreQueryResponse1OK, error)

GetDatastoreQueryResponse1 gets datastore query response

func (*Client) GetDatastoresCriteria1 added in v0.1.1

func (a *Client) GetDatastoresCriteria1(params *GetDatastoresCriteria1Params, opts ...ClientOption) (*GetDatastoresCriteria1OK, error)

GetDatastoresCriteria1 gets all datastore criteria

func (*Client) GetDomain added in v0.1.1

func (a *Client) GetDomain(params *GetDomainParams, opts ...ClientOption) (*GetDomainOK, error)

GetDomain gets a domain

func (*Client) GetDomainEndpoints added in v0.1.1

func (a *Client) GetDomainEndpoints(params *GetDomainEndpointsParams, opts ...ClientOption) (*GetDomainEndpointsOK, error)

GetDomainEndpoints gets endpoints of a domain

func (*Client) GetDomainTagManagerURL added in v0.1.1

func (a *Client) GetDomainTagManagerURL(params *GetDomainTagManagerURLParams, opts ...ClientOption) (*GetDomainTagManagerURLOK, error)

GetDomainTagManagerURL gets domain tag manager Url

func (*Client) GetDomains added in v0.1.1

func (a *Client) GetDomains(params *GetDomainsParams, opts ...ClientOption) (*GetDomainsOK, error)

GetDomains gets the domains

func (*Client) GetTagsAssignedToDomain added in v0.1.1

func (a *Client) GetTagsAssignedToDomain(params *GetTagsAssignedToDomainParams, opts ...ClientOption) (*GetTagsAssignedToDomainOK, error)

GetTagsAssignedToDomain gets tags assigned to domain

func (*Client) GetTagsAssignedToDomains added in v0.1.1

func (a *Client) GetTagsAssignedToDomains(params *GetTagsAssignedToDomainsParams, opts ...ClientOption) (*GetTagsAssignedToDomainsOK, error)

GetTagsAssignedToDomains gets tags assigned to domains

func (*Client) PostClusterQuery added in v0.1.1

func (a *Client) PostClusterQuery(params *PostClusterQueryParams, opts ...ClientOption) (*PostClusterQueryOK, error)

PostClusterQuery posts a cluster query

func (*Client) PostClustersQuery added in v0.1.1

func (a *Client) PostClustersQuery(params *PostClustersQueryParams, opts ...ClientOption) (*PostClustersQueryOK, error)

PostClustersQuery posts clusters query

func (*Client) PostDatastoreQuery1 added in v0.1.1

func (a *Client) PostDatastoreQuery1(params *PostDatastoreQuery1Params, opts ...ClientOption) (*PostDatastoreQuery1OK, error)

PostDatastoreQuery1 posts a datastore query

func (*Client) RemoveTagsFromDomain

func (a *Client) RemoveTagsFromDomain(params *RemoveTagsFromDomainParams, opts ...ClientOption) (*RemoveTagsFromDomainOK, error)

RemoveTagsFromDomain removes tags from domain

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateDomain

func (a *Client) UpdateDomain(params *UpdateDomainParams, opts ...ClientOption) (*UpdateDomainOK, *UpdateDomainAccepted, error)

UpdateDomain updates a domain

func (*Client) ValidateDomainsOperations

func (a *Client) ValidateDomainsOperations(params *ValidateDomainsOperationsParams, opts ...ClientOption) (*ValidateDomainsOperationsOK, error)

ValidateDomainsOperations validates the input spec for domains operations

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	AssignTagsToExistingDomain(params *AssignTagsToExistingDomainParams, opts ...ClientOption) (*AssignTagsToExistingDomainOK, error)

	AssignableTagsToDomain(params *AssignableTagsToDomainParams, opts ...ClientOption) (*AssignableTagsToDomainOK, error)

	CreateDomain(params *CreateDomainParams, opts ...ClientOption) (*CreateDomainOK, *CreateDomainAccepted, error)

	DeleteDomain(params *DeleteDomainParams, opts ...ClientOption) (*DeleteDomainOK, *DeleteDomainAccepted, error)

	GetClusterCriteria(params *GetClusterCriteriaParams, opts ...ClientOption) (*GetClusterCriteriaOK, error)

	GetClusterCriterion(params *GetClusterCriterionParams, opts ...ClientOption) (*GetClusterCriterionOK, error)

	GetClusterQueryResponse(params *GetClusterQueryResponseParams, opts ...ClientOption) (*GetClusterQueryResponseOK, error)

	GetClustersQueryResponse(params *GetClustersQueryResponseParams, opts ...ClientOption) (*GetClustersQueryResponseOK, error)

	GetDatastoreCriterion1(params *GetDatastoreCriterion1Params, opts ...ClientOption) (*GetDatastoreCriterion1OK, error)

	GetDatastoreQueryResponse1(params *GetDatastoreQueryResponse1Params, opts ...ClientOption) (*GetDatastoreQueryResponse1OK, error)

	GetDatastoresCriteria1(params *GetDatastoresCriteria1Params, opts ...ClientOption) (*GetDatastoresCriteria1OK, error)

	GetDomain(params *GetDomainParams, opts ...ClientOption) (*GetDomainOK, error)

	GetDomainEndpoints(params *GetDomainEndpointsParams, opts ...ClientOption) (*GetDomainEndpointsOK, error)

	GetDomainTagManagerURL(params *GetDomainTagManagerURLParams, opts ...ClientOption) (*GetDomainTagManagerURLOK, error)

	GetDomains(params *GetDomainsParams, opts ...ClientOption) (*GetDomainsOK, error)

	GetTagsAssignedToDomain(params *GetTagsAssignedToDomainParams, opts ...ClientOption) (*GetTagsAssignedToDomainOK, error)

	GetTagsAssignedToDomains(params *GetTagsAssignedToDomainsParams, opts ...ClientOption) (*GetTagsAssignedToDomainsOK, error)

	PostClusterQuery(params *PostClusterQueryParams, opts ...ClientOption) (*PostClusterQueryOK, error)

	PostClustersQuery(params *PostClustersQueryParams, opts ...ClientOption) (*PostClustersQueryOK, error)

	PostDatastoreQuery1(params *PostDatastoreQuery1Params, opts ...ClientOption) (*PostDatastoreQuery1OK, error)

	RemoveTagsFromDomain(params *RemoveTagsFromDomainParams, opts ...ClientOption) (*RemoveTagsFromDomainOK, error)

	UpdateDomain(params *UpdateDomainParams, opts ...ClientOption) (*UpdateDomainOK, *UpdateDomainAccepted, error)

	ValidateDomainsOperations(params *ValidateDomainsOperationsParams, opts ...ClientOption) (*ValidateDomainsOperationsOK, 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 domains API client.

type CreateDomainAccepted

type CreateDomainAccepted struct {
	Payload *models.Task
}

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

Accepted

func NewCreateDomainAccepted

func NewCreateDomainAccepted() *CreateDomainAccepted

NewCreateDomainAccepted creates a CreateDomainAccepted with default headers values

func (*CreateDomainAccepted) Error

func (o *CreateDomainAccepted) Error() string

func (*CreateDomainAccepted) GetPayload

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

func (*CreateDomainAccepted) IsClientError

func (o *CreateDomainAccepted) IsClientError() bool

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

func (*CreateDomainAccepted) IsCode

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

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

func (*CreateDomainAccepted) IsRedirect

func (o *CreateDomainAccepted) IsRedirect() bool

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

func (*CreateDomainAccepted) IsServerError

func (o *CreateDomainAccepted) IsServerError() bool

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

func (*CreateDomainAccepted) IsSuccess

func (o *CreateDomainAccepted) IsSuccess() bool

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

func (*CreateDomainAccepted) String

func (o *CreateDomainAccepted) String() string

type CreateDomainBadRequest

type CreateDomainBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewCreateDomainBadRequest

func NewCreateDomainBadRequest() *CreateDomainBadRequest

NewCreateDomainBadRequest creates a CreateDomainBadRequest with default headers values

func (*CreateDomainBadRequest) Error

func (o *CreateDomainBadRequest) Error() string

func (*CreateDomainBadRequest) GetPayload

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

func (*CreateDomainBadRequest) IsClientError

func (o *CreateDomainBadRequest) IsClientError() bool

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

func (*CreateDomainBadRequest) IsCode

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

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

func (*CreateDomainBadRequest) IsRedirect

func (o *CreateDomainBadRequest) IsRedirect() bool

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

func (*CreateDomainBadRequest) IsServerError

func (o *CreateDomainBadRequest) IsServerError() bool

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

func (*CreateDomainBadRequest) IsSuccess

func (o *CreateDomainBadRequest) IsSuccess() bool

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

func (*CreateDomainBadRequest) String

func (o *CreateDomainBadRequest) String() string

type CreateDomainInternalServerError

type CreateDomainInternalServerError struct {
	Payload *models.Error
}

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

InternalServerError

func NewCreateDomainInternalServerError

func NewCreateDomainInternalServerError() *CreateDomainInternalServerError

NewCreateDomainInternalServerError creates a CreateDomainInternalServerError with default headers values

func (*CreateDomainInternalServerError) Error

func (*CreateDomainInternalServerError) GetPayload

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

func (*CreateDomainInternalServerError) IsClientError

func (o *CreateDomainInternalServerError) IsClientError() bool

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

func (*CreateDomainInternalServerError) IsCode

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

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

func (*CreateDomainInternalServerError) IsRedirect

func (o *CreateDomainInternalServerError) IsRedirect() bool

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

func (*CreateDomainInternalServerError) IsServerError

func (o *CreateDomainInternalServerError) IsServerError() bool

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

func (*CreateDomainInternalServerError) IsSuccess

func (o *CreateDomainInternalServerError) IsSuccess() bool

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

func (*CreateDomainInternalServerError) String

type CreateDomainOK

type CreateDomainOK struct {
	Payload *models.Task
}

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

OK

func NewCreateDomainOK

func NewCreateDomainOK() *CreateDomainOK

NewCreateDomainOK creates a CreateDomainOK with default headers values

func (*CreateDomainOK) Error

func (o *CreateDomainOK) Error() string

func (*CreateDomainOK) GetPayload

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

func (*CreateDomainOK) IsClientError

func (o *CreateDomainOK) IsClientError() bool

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

func (*CreateDomainOK) IsCode

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

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

func (*CreateDomainOK) IsRedirect

func (o *CreateDomainOK) IsRedirect() bool

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

func (*CreateDomainOK) IsServerError

func (o *CreateDomainOK) IsServerError() bool

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

func (*CreateDomainOK) IsSuccess

func (o *CreateDomainOK) IsSuccess() bool

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

func (*CreateDomainOK) String

func (o *CreateDomainOK) String() string

type CreateDomainParams

type CreateDomainParams struct {

	/* DomainCreationSpec.

	   Domain creation data
	*/
	DomainCreationSpec *models.DomainCreationSpec

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

CreateDomainParams contains all the parameters to send to the API endpoint

for the create domain operation.

Typically these are written to a http.Request.

func NewCreateDomainParams

func NewCreateDomainParams() *CreateDomainParams

NewCreateDomainParams creates a new CreateDomainParams 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 NewCreateDomainParamsWithContext

func NewCreateDomainParamsWithContext(ctx context.Context) *CreateDomainParams

NewCreateDomainParamsWithContext creates a new CreateDomainParams object with the ability to set a context for a request.

func NewCreateDomainParamsWithHTTPClient

func NewCreateDomainParamsWithHTTPClient(client *http.Client) *CreateDomainParams

NewCreateDomainParamsWithHTTPClient creates a new CreateDomainParams object with the ability to set a custom HTTPClient for a request.

func NewCreateDomainParamsWithTimeout

func NewCreateDomainParamsWithTimeout(timeout time.Duration) *CreateDomainParams

NewCreateDomainParamsWithTimeout creates a new CreateDomainParams object with the ability to set a timeout on a request.

func (*CreateDomainParams) SetContext

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

SetContext adds the context to the create domain params

func (*CreateDomainParams) SetDefaults

func (o *CreateDomainParams) SetDefaults()

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

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

func (*CreateDomainParams) SetDomainCreationSpec

func (o *CreateDomainParams) SetDomainCreationSpec(domainCreationSpec *models.DomainCreationSpec)

SetDomainCreationSpec adds the domainCreationSpec to the create domain params

func (*CreateDomainParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create domain params

func (*CreateDomainParams) SetTimeout

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

SetTimeout adds the timeout to the create domain params

func (*CreateDomainParams) WithContext

WithContext adds the context to the create domain params

func (*CreateDomainParams) WithDefaults

func (o *CreateDomainParams) WithDefaults() *CreateDomainParams

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

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

func (*CreateDomainParams) WithDomainCreationSpec

func (o *CreateDomainParams) WithDomainCreationSpec(domainCreationSpec *models.DomainCreationSpec) *CreateDomainParams

WithDomainCreationSpec adds the domainCreationSpec to the create domain params

func (*CreateDomainParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create domain params

func (*CreateDomainParams) WithTimeout

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

WithTimeout adds the timeout to the create domain params

func (*CreateDomainParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CreateDomainReader

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

CreateDomainReader is a Reader for the CreateDomain structure.

func (*CreateDomainReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteDomainAccepted

type DeleteDomainAccepted struct {
	Payload *models.Task
}

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

Accepted

func NewDeleteDomainAccepted

func NewDeleteDomainAccepted() *DeleteDomainAccepted

NewDeleteDomainAccepted creates a DeleteDomainAccepted with default headers values

func (*DeleteDomainAccepted) Error

func (o *DeleteDomainAccepted) Error() string

func (*DeleteDomainAccepted) GetPayload

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

func (*DeleteDomainAccepted) IsClientError

func (o *DeleteDomainAccepted) IsClientError() bool

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

func (*DeleteDomainAccepted) IsCode

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

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

func (*DeleteDomainAccepted) IsRedirect

func (o *DeleteDomainAccepted) IsRedirect() bool

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

func (*DeleteDomainAccepted) IsServerError

func (o *DeleteDomainAccepted) IsServerError() bool

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

func (*DeleteDomainAccepted) IsSuccess

func (o *DeleteDomainAccepted) IsSuccess() bool

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

func (*DeleteDomainAccepted) String

func (o *DeleteDomainAccepted) String() string

type DeleteDomainBadRequest

type DeleteDomainBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewDeleteDomainBadRequest

func NewDeleteDomainBadRequest() *DeleteDomainBadRequest

NewDeleteDomainBadRequest creates a DeleteDomainBadRequest with default headers values

func (*DeleteDomainBadRequest) Error

func (o *DeleteDomainBadRequest) Error() string

func (*DeleteDomainBadRequest) GetPayload

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

func (*DeleteDomainBadRequest) IsClientError

func (o *DeleteDomainBadRequest) IsClientError() bool

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

func (*DeleteDomainBadRequest) IsCode

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

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

func (*DeleteDomainBadRequest) IsRedirect

func (o *DeleteDomainBadRequest) IsRedirect() bool

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

func (*DeleteDomainBadRequest) IsServerError

func (o *DeleteDomainBadRequest) IsServerError() bool

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

func (*DeleteDomainBadRequest) IsSuccess

func (o *DeleteDomainBadRequest) IsSuccess() bool

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

func (*DeleteDomainBadRequest) String

func (o *DeleteDomainBadRequest) String() string

type DeleteDomainInternalServerError

type DeleteDomainInternalServerError struct {
	Payload *models.Error
}

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

InternalServerError

func NewDeleteDomainInternalServerError

func NewDeleteDomainInternalServerError() *DeleteDomainInternalServerError

NewDeleteDomainInternalServerError creates a DeleteDomainInternalServerError with default headers values

func (*DeleteDomainInternalServerError) Error

func (*DeleteDomainInternalServerError) GetPayload

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

func (*DeleteDomainInternalServerError) IsClientError

func (o *DeleteDomainInternalServerError) IsClientError() bool

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

func (*DeleteDomainInternalServerError) IsCode

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

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

func (*DeleteDomainInternalServerError) IsRedirect

func (o *DeleteDomainInternalServerError) IsRedirect() bool

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

func (*DeleteDomainInternalServerError) IsServerError

func (o *DeleteDomainInternalServerError) IsServerError() bool

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

func (*DeleteDomainInternalServerError) IsSuccess

func (o *DeleteDomainInternalServerError) IsSuccess() bool

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

func (*DeleteDomainInternalServerError) String

type DeleteDomainNotFound

type DeleteDomainNotFound struct {
	Payload *models.Error
}

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

Not Found

func NewDeleteDomainNotFound

func NewDeleteDomainNotFound() *DeleteDomainNotFound

NewDeleteDomainNotFound creates a DeleteDomainNotFound with default headers values

func (*DeleteDomainNotFound) Error

func (o *DeleteDomainNotFound) Error() string

func (*DeleteDomainNotFound) GetPayload

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

func (*DeleteDomainNotFound) IsClientError

func (o *DeleteDomainNotFound) IsClientError() bool

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

func (*DeleteDomainNotFound) IsCode

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

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

func (*DeleteDomainNotFound) IsRedirect

func (o *DeleteDomainNotFound) IsRedirect() bool

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

func (*DeleteDomainNotFound) IsServerError

func (o *DeleteDomainNotFound) IsServerError() bool

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

func (*DeleteDomainNotFound) IsSuccess

func (o *DeleteDomainNotFound) IsSuccess() bool

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

func (*DeleteDomainNotFound) String

func (o *DeleteDomainNotFound) String() string

type DeleteDomainOK

type DeleteDomainOK struct {
	Payload *models.Task
}

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

OK

func NewDeleteDomainOK

func NewDeleteDomainOK() *DeleteDomainOK

NewDeleteDomainOK creates a DeleteDomainOK with default headers values

func (*DeleteDomainOK) Error

func (o *DeleteDomainOK) Error() string

func (*DeleteDomainOK) GetPayload

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

func (*DeleteDomainOK) IsClientError

func (o *DeleteDomainOK) IsClientError() bool

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

func (*DeleteDomainOK) IsCode

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

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

func (*DeleteDomainOK) IsRedirect

func (o *DeleteDomainOK) IsRedirect() bool

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

func (*DeleteDomainOK) IsServerError

func (o *DeleteDomainOK) IsServerError() bool

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

func (*DeleteDomainOK) IsSuccess

func (o *DeleteDomainOK) IsSuccess() bool

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

func (*DeleteDomainOK) String

func (o *DeleteDomainOK) String() string

type DeleteDomainParams

type DeleteDomainParams struct {

	/* ID.

	   Domain ID
	*/
	ID string

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

DeleteDomainParams contains all the parameters to send to the API endpoint

for the delete domain operation.

Typically these are written to a http.Request.

func NewDeleteDomainParams

func NewDeleteDomainParams() *DeleteDomainParams

NewDeleteDomainParams creates a new DeleteDomainParams 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 NewDeleteDomainParamsWithContext

func NewDeleteDomainParamsWithContext(ctx context.Context) *DeleteDomainParams

NewDeleteDomainParamsWithContext creates a new DeleteDomainParams object with the ability to set a context for a request.

func NewDeleteDomainParamsWithHTTPClient

func NewDeleteDomainParamsWithHTTPClient(client *http.Client) *DeleteDomainParams

NewDeleteDomainParamsWithHTTPClient creates a new DeleteDomainParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteDomainParamsWithTimeout

func NewDeleteDomainParamsWithTimeout(timeout time.Duration) *DeleteDomainParams

NewDeleteDomainParamsWithTimeout creates a new DeleteDomainParams object with the ability to set a timeout on a request.

func (*DeleteDomainParams) SetContext

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

SetContext adds the context to the delete domain params

func (*DeleteDomainParams) SetDefaults

func (o *DeleteDomainParams) SetDefaults()

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

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

func (*DeleteDomainParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete domain params

func (*DeleteDomainParams) SetID

func (o *DeleteDomainParams) SetID(id string)

SetID adds the id to the delete domain params

func (*DeleteDomainParams) SetTimeout

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

SetTimeout adds the timeout to the delete domain params

func (*DeleteDomainParams) WithContext

WithContext adds the context to the delete domain params

func (*DeleteDomainParams) WithDefaults

func (o *DeleteDomainParams) WithDefaults() *DeleteDomainParams

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

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

func (*DeleteDomainParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete domain params

func (*DeleteDomainParams) WithID

WithID adds the id to the delete domain params

func (*DeleteDomainParams) WithTimeout

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

WithTimeout adds the timeout to the delete domain params

func (*DeleteDomainParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteDomainReader

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

DeleteDomainReader is a Reader for the DeleteDomain structure.

func (*DeleteDomainReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetClusterCriteriaOK added in v0.1.1

type GetClusterCriteriaOK struct {
	Payload *models.PageOfClusterCriterion
}

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

Ok

func NewGetClusterCriteriaOK added in v0.1.1

func NewGetClusterCriteriaOK() *GetClusterCriteriaOK

NewGetClusterCriteriaOK creates a GetClusterCriteriaOK with default headers values

func (*GetClusterCriteriaOK) Error added in v0.1.1

func (o *GetClusterCriteriaOK) Error() string

func (*GetClusterCriteriaOK) GetPayload added in v0.1.1

func (*GetClusterCriteriaOK) IsClientError added in v0.1.1

func (o *GetClusterCriteriaOK) IsClientError() bool

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

func (*GetClusterCriteriaOK) IsCode added in v0.1.1

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

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

func (*GetClusterCriteriaOK) IsRedirect added in v0.1.1

func (o *GetClusterCriteriaOK) IsRedirect() bool

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

func (*GetClusterCriteriaOK) IsServerError added in v0.1.1

func (o *GetClusterCriteriaOK) IsServerError() bool

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

func (*GetClusterCriteriaOK) IsSuccess added in v0.1.1

func (o *GetClusterCriteriaOK) IsSuccess() bool

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

func (*GetClusterCriteriaOK) String added in v0.1.1

func (o *GetClusterCriteriaOK) String() string

type GetClusterCriteriaParams added in v0.1.1

type GetClusterCriteriaParams struct {

	/* DomainID.

	   Domain ID
	*/
	DomainID string

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

GetClusterCriteriaParams contains all the parameters to send to the API endpoint

for the get cluster criteria operation.

Typically these are written to a http.Request.

func NewGetClusterCriteriaParams added in v0.1.1

func NewGetClusterCriteriaParams() *GetClusterCriteriaParams

NewGetClusterCriteriaParams creates a new GetClusterCriteriaParams 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 NewGetClusterCriteriaParamsWithContext added in v0.1.1

func NewGetClusterCriteriaParamsWithContext(ctx context.Context) *GetClusterCriteriaParams

NewGetClusterCriteriaParamsWithContext creates a new GetClusterCriteriaParams object with the ability to set a context for a request.

func NewGetClusterCriteriaParamsWithHTTPClient added in v0.1.1

func NewGetClusterCriteriaParamsWithHTTPClient(client *http.Client) *GetClusterCriteriaParams

NewGetClusterCriteriaParamsWithHTTPClient creates a new GetClusterCriteriaParams object with the ability to set a custom HTTPClient for a request.

func NewGetClusterCriteriaParamsWithTimeout added in v0.1.1

func NewGetClusterCriteriaParamsWithTimeout(timeout time.Duration) *GetClusterCriteriaParams

NewGetClusterCriteriaParamsWithTimeout creates a new GetClusterCriteriaParams object with the ability to set a timeout on a request.

func (*GetClusterCriteriaParams) SetContext added in v0.1.1

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

SetContext adds the context to the get cluster criteria params

func (*GetClusterCriteriaParams) SetDefaults added in v0.1.1

func (o *GetClusterCriteriaParams) SetDefaults()

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

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

func (*GetClusterCriteriaParams) SetDomainID added in v0.1.1

func (o *GetClusterCriteriaParams) SetDomainID(domainID string)

SetDomainID adds the domainId to the get cluster criteria params

func (*GetClusterCriteriaParams) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the get cluster criteria params

func (*GetClusterCriteriaParams) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the get cluster criteria params

func (*GetClusterCriteriaParams) WithContext added in v0.1.1

WithContext adds the context to the get cluster criteria params

func (*GetClusterCriteriaParams) WithDefaults added in v0.1.1

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

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

func (*GetClusterCriteriaParams) WithDomainID added in v0.1.1

func (o *GetClusterCriteriaParams) WithDomainID(domainID string) *GetClusterCriteriaParams

WithDomainID adds the domainID to the get cluster criteria params

func (*GetClusterCriteriaParams) WithHTTPClient added in v0.1.1

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

WithHTTPClient adds the HTTPClient to the get cluster criteria params

func (*GetClusterCriteriaParams) WithTimeout added in v0.1.1

WithTimeout adds the timeout to the get cluster criteria params

func (*GetClusterCriteriaParams) WriteToRequest added in v0.1.1

WriteToRequest writes these params to a swagger request

type GetClusterCriteriaReader added in v0.1.1

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

GetClusterCriteriaReader is a Reader for the GetClusterCriteria structure.

func (*GetClusterCriteriaReader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type GetClusterCriterionNotFound added in v0.1.1

type GetClusterCriterionNotFound struct {
	Payload *models.Error
}

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

Criterion Not Found

func NewGetClusterCriterionNotFound added in v0.1.1

func NewGetClusterCriterionNotFound() *GetClusterCriterionNotFound

NewGetClusterCriterionNotFound creates a GetClusterCriterionNotFound with default headers values

func (*GetClusterCriterionNotFound) Error added in v0.1.1

func (*GetClusterCriterionNotFound) GetPayload added in v0.1.1

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

func (*GetClusterCriterionNotFound) IsClientError added in v0.1.1

func (o *GetClusterCriterionNotFound) IsClientError() bool

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

func (*GetClusterCriterionNotFound) IsCode added in v0.1.1

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

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

func (*GetClusterCriterionNotFound) IsRedirect added in v0.1.1

func (o *GetClusterCriterionNotFound) IsRedirect() bool

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

func (*GetClusterCriterionNotFound) IsServerError added in v0.1.1

func (o *GetClusterCriterionNotFound) IsServerError() bool

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

func (*GetClusterCriterionNotFound) IsSuccess added in v0.1.1

func (o *GetClusterCriterionNotFound) IsSuccess() bool

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

func (*GetClusterCriterionNotFound) String added in v0.1.1

func (o *GetClusterCriterionNotFound) String() string

type GetClusterCriterionOK added in v0.1.1

type GetClusterCriterionOK struct {
	Payload *models.ClusterCriterion
}

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

Ok

func NewGetClusterCriterionOK added in v0.1.1

func NewGetClusterCriterionOK() *GetClusterCriterionOK

NewGetClusterCriterionOK creates a GetClusterCriterionOK with default headers values

func (*GetClusterCriterionOK) Error added in v0.1.1

func (o *GetClusterCriterionOK) Error() string

func (*GetClusterCriterionOK) GetPayload added in v0.1.1

func (*GetClusterCriterionOK) IsClientError added in v0.1.1

func (o *GetClusterCriterionOK) IsClientError() bool

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

func (*GetClusterCriterionOK) IsCode added in v0.1.1

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

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

func (*GetClusterCriterionOK) IsRedirect added in v0.1.1

func (o *GetClusterCriterionOK) IsRedirect() bool

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

func (*GetClusterCriterionOK) IsServerError added in v0.1.1

func (o *GetClusterCriterionOK) IsServerError() bool

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

func (*GetClusterCriterionOK) IsSuccess added in v0.1.1

func (o *GetClusterCriterionOK) IsSuccess() bool

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

func (*GetClusterCriterionOK) String added in v0.1.1

func (o *GetClusterCriterionOK) String() string

type GetClusterCriterionParams added in v0.1.1

type GetClusterCriterionParams struct {

	/* DomainID.

	   Domain ID
	*/
	DomainID string

	/* Name.

	   Criteria Name
	*/
	Name string

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

GetClusterCriterionParams contains all the parameters to send to the API endpoint

for the get cluster criterion operation.

Typically these are written to a http.Request.

func NewGetClusterCriterionParams added in v0.1.1

func NewGetClusterCriterionParams() *GetClusterCriterionParams

NewGetClusterCriterionParams creates a new GetClusterCriterionParams 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 NewGetClusterCriterionParamsWithContext added in v0.1.1

func NewGetClusterCriterionParamsWithContext(ctx context.Context) *GetClusterCriterionParams

NewGetClusterCriterionParamsWithContext creates a new GetClusterCriterionParams object with the ability to set a context for a request.

func NewGetClusterCriterionParamsWithHTTPClient added in v0.1.1

func NewGetClusterCriterionParamsWithHTTPClient(client *http.Client) *GetClusterCriterionParams

NewGetClusterCriterionParamsWithHTTPClient creates a new GetClusterCriterionParams object with the ability to set a custom HTTPClient for a request.

func NewGetClusterCriterionParamsWithTimeout added in v0.1.1

func NewGetClusterCriterionParamsWithTimeout(timeout time.Duration) *GetClusterCriterionParams

NewGetClusterCriterionParamsWithTimeout creates a new GetClusterCriterionParams object with the ability to set a timeout on a request.

func (*GetClusterCriterionParams) SetContext added in v0.1.1

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

SetContext adds the context to the get cluster criterion params

func (*GetClusterCriterionParams) SetDefaults added in v0.1.1

func (o *GetClusterCriterionParams) SetDefaults()

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

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

func (*GetClusterCriterionParams) SetDomainID added in v0.1.1

func (o *GetClusterCriterionParams) SetDomainID(domainID string)

SetDomainID adds the domainId to the get cluster criterion params

func (*GetClusterCriterionParams) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the get cluster criterion params

func (*GetClusterCriterionParams) SetName added in v0.1.1

func (o *GetClusterCriterionParams) SetName(name string)

SetName adds the name to the get cluster criterion params

func (*GetClusterCriterionParams) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the get cluster criterion params

func (*GetClusterCriterionParams) WithContext added in v0.1.1

WithContext adds the context to the get cluster criterion params

func (*GetClusterCriterionParams) WithDefaults added in v0.1.1

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

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

func (*GetClusterCriterionParams) WithDomainID added in v0.1.1

func (o *GetClusterCriterionParams) WithDomainID(domainID string) *GetClusterCriterionParams

WithDomainID adds the domainID to the get cluster criterion params

func (*GetClusterCriterionParams) WithHTTPClient added in v0.1.1

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

WithHTTPClient adds the HTTPClient to the get cluster criterion params

func (*GetClusterCriterionParams) WithName added in v0.1.1

WithName adds the name to the get cluster criterion params

func (*GetClusterCriterionParams) WithTimeout added in v0.1.1

WithTimeout adds the timeout to the get cluster criterion params

func (*GetClusterCriterionParams) WriteToRequest added in v0.1.1

WriteToRequest writes these params to a swagger request

type GetClusterCriterionReader added in v0.1.1

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

GetClusterCriterionReader is a Reader for the GetClusterCriterion structure.

func (*GetClusterCriterionReader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type GetClusterQueryResponseBadRequest added in v0.1.1

type GetClusterQueryResponseBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewGetClusterQueryResponseBadRequest added in v0.1.1

func NewGetClusterQueryResponseBadRequest() *GetClusterQueryResponseBadRequest

NewGetClusterQueryResponseBadRequest creates a GetClusterQueryResponseBadRequest with default headers values

func (*GetClusterQueryResponseBadRequest) Error added in v0.1.1

func (*GetClusterQueryResponseBadRequest) GetPayload added in v0.1.1

func (*GetClusterQueryResponseBadRequest) IsClientError added in v0.1.1

func (o *GetClusterQueryResponseBadRequest) IsClientError() bool

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

func (*GetClusterQueryResponseBadRequest) IsCode added in v0.1.1

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

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

func (*GetClusterQueryResponseBadRequest) IsRedirect added in v0.1.1

func (o *GetClusterQueryResponseBadRequest) IsRedirect() bool

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

func (*GetClusterQueryResponseBadRequest) IsServerError added in v0.1.1

func (o *GetClusterQueryResponseBadRequest) IsServerError() bool

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

func (*GetClusterQueryResponseBadRequest) IsSuccess added in v0.1.1

func (o *GetClusterQueryResponseBadRequest) IsSuccess() bool

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

func (*GetClusterQueryResponseBadRequest) String added in v0.1.1

type GetClusterQueryResponseInternalServerError added in v0.1.1

type GetClusterQueryResponseInternalServerError struct {
	Payload *models.Error
}

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

Internal Server Error

func NewGetClusterQueryResponseInternalServerError added in v0.1.1

func NewGetClusterQueryResponseInternalServerError() *GetClusterQueryResponseInternalServerError

NewGetClusterQueryResponseInternalServerError creates a GetClusterQueryResponseInternalServerError with default headers values

func (*GetClusterQueryResponseInternalServerError) Error added in v0.1.1

func (*GetClusterQueryResponseInternalServerError) GetPayload added in v0.1.1

func (*GetClusterQueryResponseInternalServerError) IsClientError added in v0.1.1

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

func (*GetClusterQueryResponseInternalServerError) IsCode added in v0.1.1

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

func (*GetClusterQueryResponseInternalServerError) IsRedirect added in v0.1.1

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

func (*GetClusterQueryResponseInternalServerError) IsServerError added in v0.1.1

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

func (*GetClusterQueryResponseInternalServerError) IsSuccess added in v0.1.1

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

func (*GetClusterQueryResponseInternalServerError) String added in v0.1.1

type GetClusterQueryResponseNotFound added in v0.1.1

type GetClusterQueryResponseNotFound struct {
	Payload *models.Error
}

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

Query Not Found

func NewGetClusterQueryResponseNotFound added in v0.1.1

func NewGetClusterQueryResponseNotFound() *GetClusterQueryResponseNotFound

NewGetClusterQueryResponseNotFound creates a GetClusterQueryResponseNotFound with default headers values

func (*GetClusterQueryResponseNotFound) Error added in v0.1.1

func (*GetClusterQueryResponseNotFound) GetPayload added in v0.1.1

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

func (*GetClusterQueryResponseNotFound) IsClientError added in v0.1.1

func (o *GetClusterQueryResponseNotFound) IsClientError() bool

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

func (*GetClusterQueryResponseNotFound) IsCode added in v0.1.1

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

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

func (*GetClusterQueryResponseNotFound) IsRedirect added in v0.1.1

func (o *GetClusterQueryResponseNotFound) IsRedirect() bool

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

func (*GetClusterQueryResponseNotFound) IsServerError added in v0.1.1

func (o *GetClusterQueryResponseNotFound) IsServerError() bool

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

func (*GetClusterQueryResponseNotFound) IsSuccess added in v0.1.1

func (o *GetClusterQueryResponseNotFound) IsSuccess() bool

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

func (*GetClusterQueryResponseNotFound) String added in v0.1.1

type GetClusterQueryResponseOK added in v0.1.1

type GetClusterQueryResponseOK struct {
	Payload *models.ClusterQueryResponse
}

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

Ok

func NewGetClusterQueryResponseOK added in v0.1.1

func NewGetClusterQueryResponseOK() *GetClusterQueryResponseOK

NewGetClusterQueryResponseOK creates a GetClusterQueryResponseOK with default headers values

func (*GetClusterQueryResponseOK) Error added in v0.1.1

func (o *GetClusterQueryResponseOK) Error() string

func (*GetClusterQueryResponseOK) GetPayload added in v0.1.1

func (*GetClusterQueryResponseOK) IsClientError added in v0.1.1

func (o *GetClusterQueryResponseOK) IsClientError() bool

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

func (*GetClusterQueryResponseOK) IsCode added in v0.1.1

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

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

func (*GetClusterQueryResponseOK) IsRedirect added in v0.1.1

func (o *GetClusterQueryResponseOK) IsRedirect() bool

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

func (*GetClusterQueryResponseOK) IsServerError added in v0.1.1

func (o *GetClusterQueryResponseOK) IsServerError() bool

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

func (*GetClusterQueryResponseOK) IsSuccess added in v0.1.1

func (o *GetClusterQueryResponseOK) IsSuccess() bool

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

func (*GetClusterQueryResponseOK) String added in v0.1.1

func (o *GetClusterQueryResponseOK) String() string

type GetClusterQueryResponseParams added in v0.1.1

type GetClusterQueryResponseParams struct {

	/* ClusterName.

	   Cluster Name
	*/
	ClusterName string

	/* DomainID.

	   Domain ID
	*/
	DomainID string

	/* QueryID.

	   Query ID
	*/
	QueryID string

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

GetClusterQueryResponseParams contains all the parameters to send to the API endpoint

for the get cluster query response operation.

Typically these are written to a http.Request.

func NewGetClusterQueryResponseParams added in v0.1.1

func NewGetClusterQueryResponseParams() *GetClusterQueryResponseParams

NewGetClusterQueryResponseParams creates a new GetClusterQueryResponseParams 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 NewGetClusterQueryResponseParamsWithContext added in v0.1.1

func NewGetClusterQueryResponseParamsWithContext(ctx context.Context) *GetClusterQueryResponseParams

NewGetClusterQueryResponseParamsWithContext creates a new GetClusterQueryResponseParams object with the ability to set a context for a request.

func NewGetClusterQueryResponseParamsWithHTTPClient added in v0.1.1

func NewGetClusterQueryResponseParamsWithHTTPClient(client *http.Client) *GetClusterQueryResponseParams

NewGetClusterQueryResponseParamsWithHTTPClient creates a new GetClusterQueryResponseParams object with the ability to set a custom HTTPClient for a request.

func NewGetClusterQueryResponseParamsWithTimeout added in v0.1.1

func NewGetClusterQueryResponseParamsWithTimeout(timeout time.Duration) *GetClusterQueryResponseParams

NewGetClusterQueryResponseParamsWithTimeout creates a new GetClusterQueryResponseParams object with the ability to set a timeout on a request.

func (*GetClusterQueryResponseParams) SetClusterName added in v0.1.1

func (o *GetClusterQueryResponseParams) SetClusterName(clusterName string)

SetClusterName adds the clusterName to the get cluster query response params

func (*GetClusterQueryResponseParams) SetContext added in v0.1.1

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

SetContext adds the context to the get cluster query response params

func (*GetClusterQueryResponseParams) SetDefaults added in v0.1.1

func (o *GetClusterQueryResponseParams) SetDefaults()

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

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

func (*GetClusterQueryResponseParams) SetDomainID added in v0.1.1

func (o *GetClusterQueryResponseParams) SetDomainID(domainID string)

SetDomainID adds the domainId to the get cluster query response params

func (*GetClusterQueryResponseParams) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the get cluster query response params

func (*GetClusterQueryResponseParams) SetQueryID added in v0.1.1

func (o *GetClusterQueryResponseParams) SetQueryID(queryID string)

SetQueryID adds the queryId to the get cluster query response params

func (*GetClusterQueryResponseParams) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the get cluster query response params

func (*GetClusterQueryResponseParams) WithClusterName added in v0.1.1

func (o *GetClusterQueryResponseParams) WithClusterName(clusterName string) *GetClusterQueryResponseParams

WithClusterName adds the clusterName to the get cluster query response params

func (*GetClusterQueryResponseParams) WithContext added in v0.1.1

WithContext adds the context to the get cluster query response params

func (*GetClusterQueryResponseParams) WithDefaults added in v0.1.1

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

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

func (*GetClusterQueryResponseParams) WithDomainID added in v0.1.1

WithDomainID adds the domainID to the get cluster query response params

func (*GetClusterQueryResponseParams) WithHTTPClient added in v0.1.1

WithHTTPClient adds the HTTPClient to the get cluster query response params

func (*GetClusterQueryResponseParams) WithQueryID added in v0.1.1

WithQueryID adds the queryID to the get cluster query response params

func (*GetClusterQueryResponseParams) WithTimeout added in v0.1.1

WithTimeout adds the timeout to the get cluster query response params

func (*GetClusterQueryResponseParams) WriteToRequest added in v0.1.1

WriteToRequest writes these params to a swagger request

type GetClusterQueryResponseReader added in v0.1.1

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

GetClusterQueryResponseReader is a Reader for the GetClusterQueryResponse structure.

func (*GetClusterQueryResponseReader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type GetClustersQueryResponseBadRequest added in v0.1.1

type GetClustersQueryResponseBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewGetClustersQueryResponseBadRequest added in v0.1.1

func NewGetClustersQueryResponseBadRequest() *GetClustersQueryResponseBadRequest

NewGetClustersQueryResponseBadRequest creates a GetClustersQueryResponseBadRequest with default headers values

func (*GetClustersQueryResponseBadRequest) Error added in v0.1.1

func (*GetClustersQueryResponseBadRequest) GetPayload added in v0.1.1

func (*GetClustersQueryResponseBadRequest) IsClientError added in v0.1.1

func (o *GetClustersQueryResponseBadRequest) IsClientError() bool

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

func (*GetClustersQueryResponseBadRequest) IsCode added in v0.1.1

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

func (*GetClustersQueryResponseBadRequest) IsRedirect added in v0.1.1

func (o *GetClustersQueryResponseBadRequest) IsRedirect() bool

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

func (*GetClustersQueryResponseBadRequest) IsServerError added in v0.1.1

func (o *GetClustersQueryResponseBadRequest) IsServerError() bool

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

func (*GetClustersQueryResponseBadRequest) IsSuccess added in v0.1.1

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

func (*GetClustersQueryResponseBadRequest) String added in v0.1.1

type GetClustersQueryResponseInternalServerError added in v0.1.1

type GetClustersQueryResponseInternalServerError struct {
	Payload *models.Error
}

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

Internal Server Error

func NewGetClustersQueryResponseInternalServerError added in v0.1.1

func NewGetClustersQueryResponseInternalServerError() *GetClustersQueryResponseInternalServerError

NewGetClustersQueryResponseInternalServerError creates a GetClustersQueryResponseInternalServerError with default headers values

func (*GetClustersQueryResponseInternalServerError) Error added in v0.1.1

func (*GetClustersQueryResponseInternalServerError) GetPayload added in v0.1.1

func (*GetClustersQueryResponseInternalServerError) IsClientError added in v0.1.1

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

func (*GetClustersQueryResponseInternalServerError) IsCode added in v0.1.1

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

func (*GetClustersQueryResponseInternalServerError) IsRedirect added in v0.1.1

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

func (*GetClustersQueryResponseInternalServerError) IsServerError added in v0.1.1

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

func (*GetClustersQueryResponseInternalServerError) IsSuccess added in v0.1.1

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

func (*GetClustersQueryResponseInternalServerError) String added in v0.1.1

type GetClustersQueryResponseNotFound added in v0.1.1

type GetClustersQueryResponseNotFound struct {
	Payload *models.Error
}

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

Query Not Found

func NewGetClustersQueryResponseNotFound added in v0.1.1

func NewGetClustersQueryResponseNotFound() *GetClustersQueryResponseNotFound

NewGetClustersQueryResponseNotFound creates a GetClustersQueryResponseNotFound with default headers values

func (*GetClustersQueryResponseNotFound) Error added in v0.1.1

func (*GetClustersQueryResponseNotFound) GetPayload added in v0.1.1

func (*GetClustersQueryResponseNotFound) IsClientError added in v0.1.1

func (o *GetClustersQueryResponseNotFound) IsClientError() bool

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

func (*GetClustersQueryResponseNotFound) IsCode added in v0.1.1

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

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

func (*GetClustersQueryResponseNotFound) IsRedirect added in v0.1.1

func (o *GetClustersQueryResponseNotFound) IsRedirect() bool

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

func (*GetClustersQueryResponseNotFound) IsServerError added in v0.1.1

func (o *GetClustersQueryResponseNotFound) IsServerError() bool

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

func (*GetClustersQueryResponseNotFound) IsSuccess added in v0.1.1

func (o *GetClustersQueryResponseNotFound) IsSuccess() bool

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

func (*GetClustersQueryResponseNotFound) String added in v0.1.1

type GetClustersQueryResponseOK added in v0.1.1

type GetClustersQueryResponseOK struct {
	Payload *models.ClusterQueryResponse
}

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

Ok

func NewGetClustersQueryResponseOK added in v0.1.1

func NewGetClustersQueryResponseOK() *GetClustersQueryResponseOK

NewGetClustersQueryResponseOK creates a GetClustersQueryResponseOK with default headers values

func (*GetClustersQueryResponseOK) Error added in v0.1.1

func (*GetClustersQueryResponseOK) GetPayload added in v0.1.1

func (*GetClustersQueryResponseOK) IsClientError added in v0.1.1

func (o *GetClustersQueryResponseOK) IsClientError() bool

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

func (*GetClustersQueryResponseOK) IsCode added in v0.1.1

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

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

func (*GetClustersQueryResponseOK) IsRedirect added in v0.1.1

func (o *GetClustersQueryResponseOK) IsRedirect() bool

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

func (*GetClustersQueryResponseOK) IsServerError added in v0.1.1

func (o *GetClustersQueryResponseOK) IsServerError() bool

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

func (*GetClustersQueryResponseOK) IsSuccess added in v0.1.1

func (o *GetClustersQueryResponseOK) IsSuccess() bool

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

func (*GetClustersQueryResponseOK) String added in v0.1.1

func (o *GetClustersQueryResponseOK) String() string

type GetClustersQueryResponseParams added in v0.1.1

type GetClustersQueryResponseParams struct {

	/* DomainID.

	   Domain ID
	*/
	DomainID string

	/* QueryID.

	   Query ID
	*/
	QueryID string

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

GetClustersQueryResponseParams contains all the parameters to send to the API endpoint

for the get clusters query response operation.

Typically these are written to a http.Request.

func NewGetClustersQueryResponseParams added in v0.1.1

func NewGetClustersQueryResponseParams() *GetClustersQueryResponseParams

NewGetClustersQueryResponseParams creates a new GetClustersQueryResponseParams 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 NewGetClustersQueryResponseParamsWithContext added in v0.1.1

func NewGetClustersQueryResponseParamsWithContext(ctx context.Context) *GetClustersQueryResponseParams

NewGetClustersQueryResponseParamsWithContext creates a new GetClustersQueryResponseParams object with the ability to set a context for a request.

func NewGetClustersQueryResponseParamsWithHTTPClient added in v0.1.1

func NewGetClustersQueryResponseParamsWithHTTPClient(client *http.Client) *GetClustersQueryResponseParams

NewGetClustersQueryResponseParamsWithHTTPClient creates a new GetClustersQueryResponseParams object with the ability to set a custom HTTPClient for a request.

func NewGetClustersQueryResponseParamsWithTimeout added in v0.1.1

func NewGetClustersQueryResponseParamsWithTimeout(timeout time.Duration) *GetClustersQueryResponseParams

NewGetClustersQueryResponseParamsWithTimeout creates a new GetClustersQueryResponseParams object with the ability to set a timeout on a request.

func (*GetClustersQueryResponseParams) SetContext added in v0.1.1

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

SetContext adds the context to the get clusters query response params

func (*GetClustersQueryResponseParams) SetDefaults added in v0.1.1

func (o *GetClustersQueryResponseParams) SetDefaults()

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

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

func (*GetClustersQueryResponseParams) SetDomainID added in v0.1.1

func (o *GetClustersQueryResponseParams) SetDomainID(domainID string)

SetDomainID adds the domainId to the get clusters query response params

func (*GetClustersQueryResponseParams) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the get clusters query response params

func (*GetClustersQueryResponseParams) SetQueryID added in v0.1.1

func (o *GetClustersQueryResponseParams) SetQueryID(queryID string)

SetQueryID adds the queryId to the get clusters query response params

func (*GetClustersQueryResponseParams) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the get clusters query response params

func (*GetClustersQueryResponseParams) WithContext added in v0.1.1

WithContext adds the context to the get clusters query response params

func (*GetClustersQueryResponseParams) WithDefaults added in v0.1.1

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

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

func (*GetClustersQueryResponseParams) WithDomainID added in v0.1.1

WithDomainID adds the domainID to the get clusters query response params

func (*GetClustersQueryResponseParams) WithHTTPClient added in v0.1.1

WithHTTPClient adds the HTTPClient to the get clusters query response params

func (*GetClustersQueryResponseParams) WithQueryID added in v0.1.1

WithQueryID adds the queryID to the get clusters query response params

func (*GetClustersQueryResponseParams) WithTimeout added in v0.1.1

WithTimeout adds the timeout to the get clusters query response params

func (*GetClustersQueryResponseParams) WriteToRequest added in v0.1.1

WriteToRequest writes these params to a swagger request

type GetClustersQueryResponseReader added in v0.1.1

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

GetClustersQueryResponseReader is a Reader for the GetClustersQueryResponse structure.

func (*GetClustersQueryResponseReader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type GetDatastoreCriterion1NotFound added in v0.1.1

type GetDatastoreCriterion1NotFound struct {
	Payload *models.Error
}

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

Criterion Not Found

func NewGetDatastoreCriterion1NotFound added in v0.1.1

func NewGetDatastoreCriterion1NotFound() *GetDatastoreCriterion1NotFound

NewGetDatastoreCriterion1NotFound creates a GetDatastoreCriterion1NotFound with default headers values

func (*GetDatastoreCriterion1NotFound) Error added in v0.1.1

func (*GetDatastoreCriterion1NotFound) GetPayload added in v0.1.1

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

func (*GetDatastoreCriterion1NotFound) IsClientError added in v0.1.1

func (o *GetDatastoreCriterion1NotFound) IsClientError() bool

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

func (*GetDatastoreCriterion1NotFound) IsCode added in v0.1.1

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

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

func (*GetDatastoreCriterion1NotFound) IsRedirect added in v0.1.1

func (o *GetDatastoreCriterion1NotFound) IsRedirect() bool

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

func (*GetDatastoreCriterion1NotFound) IsServerError added in v0.1.1

func (o *GetDatastoreCriterion1NotFound) IsServerError() bool

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

func (*GetDatastoreCriterion1NotFound) IsSuccess added in v0.1.1

func (o *GetDatastoreCriterion1NotFound) IsSuccess() bool

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

func (*GetDatastoreCriterion1NotFound) String added in v0.1.1

type GetDatastoreCriterion1OK added in v0.1.1

type GetDatastoreCriterion1OK struct {
	Payload *models.DatastoreCriterion
}

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

Ok

func NewGetDatastoreCriterion1OK added in v0.1.1

func NewGetDatastoreCriterion1OK() *GetDatastoreCriterion1OK

NewGetDatastoreCriterion1OK creates a GetDatastoreCriterion1OK with default headers values

func (*GetDatastoreCriterion1OK) Error added in v0.1.1

func (o *GetDatastoreCriterion1OK) Error() string

func (*GetDatastoreCriterion1OK) GetPayload added in v0.1.1

func (*GetDatastoreCriterion1OK) IsClientError added in v0.1.1

func (o *GetDatastoreCriterion1OK) IsClientError() bool

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

func (*GetDatastoreCriterion1OK) IsCode added in v0.1.1

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

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

func (*GetDatastoreCriterion1OK) IsRedirect added in v0.1.1

func (o *GetDatastoreCriterion1OK) IsRedirect() bool

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

func (*GetDatastoreCriterion1OK) IsServerError added in v0.1.1

func (o *GetDatastoreCriterion1OK) IsServerError() bool

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

func (*GetDatastoreCriterion1OK) IsSuccess added in v0.1.1

func (o *GetDatastoreCriterion1OK) IsSuccess() bool

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

func (*GetDatastoreCriterion1OK) String added in v0.1.1

func (o *GetDatastoreCriterion1OK) String() string

type GetDatastoreCriterion1Params added in v0.1.1

type GetDatastoreCriterion1Params struct {

	/* DomainID.

	   Domain ID
	*/
	DomainID string

	/* Name.

	   Criteria Name
	*/
	Name string

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

GetDatastoreCriterion1Params contains all the parameters to send to the API endpoint

for the get datastore criterion 1 operation.

Typically these are written to a http.Request.

func NewGetDatastoreCriterion1Params added in v0.1.1

func NewGetDatastoreCriterion1Params() *GetDatastoreCriterion1Params

NewGetDatastoreCriterion1Params creates a new GetDatastoreCriterion1Params 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 NewGetDatastoreCriterion1ParamsWithContext added in v0.1.1

func NewGetDatastoreCriterion1ParamsWithContext(ctx context.Context) *GetDatastoreCriterion1Params

NewGetDatastoreCriterion1ParamsWithContext creates a new GetDatastoreCriterion1Params object with the ability to set a context for a request.

func NewGetDatastoreCriterion1ParamsWithHTTPClient added in v0.1.1

func NewGetDatastoreCriterion1ParamsWithHTTPClient(client *http.Client) *GetDatastoreCriterion1Params

NewGetDatastoreCriterion1ParamsWithHTTPClient creates a new GetDatastoreCriterion1Params object with the ability to set a custom HTTPClient for a request.

func NewGetDatastoreCriterion1ParamsWithTimeout added in v0.1.1

func NewGetDatastoreCriterion1ParamsWithTimeout(timeout time.Duration) *GetDatastoreCriterion1Params

NewGetDatastoreCriterion1ParamsWithTimeout creates a new GetDatastoreCriterion1Params object with the ability to set a timeout on a request.

func (*GetDatastoreCriterion1Params) SetContext added in v0.1.1

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

SetContext adds the context to the get datastore criterion 1 params

func (*GetDatastoreCriterion1Params) SetDefaults added in v0.1.1

func (o *GetDatastoreCriterion1Params) SetDefaults()

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

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

func (*GetDatastoreCriterion1Params) SetDomainID added in v0.1.1

func (o *GetDatastoreCriterion1Params) SetDomainID(domainID string)

SetDomainID adds the domainId to the get datastore criterion 1 params

func (*GetDatastoreCriterion1Params) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the get datastore criterion 1 params

func (*GetDatastoreCriterion1Params) SetName added in v0.1.1

func (o *GetDatastoreCriterion1Params) SetName(name string)

SetName adds the name to the get datastore criterion 1 params

func (*GetDatastoreCriterion1Params) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the get datastore criterion 1 params

func (*GetDatastoreCriterion1Params) WithContext added in v0.1.1

WithContext adds the context to the get datastore criterion 1 params

func (*GetDatastoreCriterion1Params) WithDefaults added in v0.1.1

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

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

func (*GetDatastoreCriterion1Params) WithDomainID added in v0.1.1

WithDomainID adds the domainID to the get datastore criterion 1 params

func (*GetDatastoreCriterion1Params) WithHTTPClient added in v0.1.1

WithHTTPClient adds the HTTPClient to the get datastore criterion 1 params

func (*GetDatastoreCriterion1Params) WithName added in v0.1.1

WithName adds the name to the get datastore criterion 1 params

func (*GetDatastoreCriterion1Params) WithTimeout added in v0.1.1

WithTimeout adds the timeout to the get datastore criterion 1 params

func (*GetDatastoreCriterion1Params) WriteToRequest added in v0.1.1

WriteToRequest writes these params to a swagger request

type GetDatastoreCriterion1Reader added in v0.1.1

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

GetDatastoreCriterion1Reader is a Reader for the GetDatastoreCriterion1 structure.

func (*GetDatastoreCriterion1Reader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type GetDatastoreQueryResponse1BadRequest added in v0.1.1

type GetDatastoreQueryResponse1BadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewGetDatastoreQueryResponse1BadRequest added in v0.1.1

func NewGetDatastoreQueryResponse1BadRequest() *GetDatastoreQueryResponse1BadRequest

NewGetDatastoreQueryResponse1BadRequest creates a GetDatastoreQueryResponse1BadRequest with default headers values

func (*GetDatastoreQueryResponse1BadRequest) Error added in v0.1.1

func (*GetDatastoreQueryResponse1BadRequest) GetPayload added in v0.1.1

func (*GetDatastoreQueryResponse1BadRequest) IsClientError added in v0.1.1

func (o *GetDatastoreQueryResponse1BadRequest) IsClientError() bool

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

func (*GetDatastoreQueryResponse1BadRequest) IsCode added in v0.1.1

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

func (*GetDatastoreQueryResponse1BadRequest) IsRedirect added in v0.1.1

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

func (*GetDatastoreQueryResponse1BadRequest) IsServerError added in v0.1.1

func (o *GetDatastoreQueryResponse1BadRequest) IsServerError() bool

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

func (*GetDatastoreQueryResponse1BadRequest) IsSuccess added in v0.1.1

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

func (*GetDatastoreQueryResponse1BadRequest) String added in v0.1.1

type GetDatastoreQueryResponse1InternalServerError added in v0.1.1

type GetDatastoreQueryResponse1InternalServerError struct {
	Payload *models.Error
}

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

Internal Server Error

func NewGetDatastoreQueryResponse1InternalServerError added in v0.1.1

func NewGetDatastoreQueryResponse1InternalServerError() *GetDatastoreQueryResponse1InternalServerError

NewGetDatastoreQueryResponse1InternalServerError creates a GetDatastoreQueryResponse1InternalServerError with default headers values

func (*GetDatastoreQueryResponse1InternalServerError) Error added in v0.1.1

func (*GetDatastoreQueryResponse1InternalServerError) GetPayload added in v0.1.1

func (*GetDatastoreQueryResponse1InternalServerError) IsClientError added in v0.1.1

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

func (*GetDatastoreQueryResponse1InternalServerError) IsCode added in v0.1.1

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

func (*GetDatastoreQueryResponse1InternalServerError) IsRedirect added in v0.1.1

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

func (*GetDatastoreQueryResponse1InternalServerError) IsServerError added in v0.1.1

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

func (*GetDatastoreQueryResponse1InternalServerError) IsSuccess added in v0.1.1

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

func (*GetDatastoreQueryResponse1InternalServerError) String added in v0.1.1

type GetDatastoreQueryResponse1NotFound added in v0.1.1

type GetDatastoreQueryResponse1NotFound struct {
	Payload *models.Error
}

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

Query Not Found

func NewGetDatastoreQueryResponse1NotFound added in v0.1.1

func NewGetDatastoreQueryResponse1NotFound() *GetDatastoreQueryResponse1NotFound

NewGetDatastoreQueryResponse1NotFound creates a GetDatastoreQueryResponse1NotFound with default headers values

func (*GetDatastoreQueryResponse1NotFound) Error added in v0.1.1

func (*GetDatastoreQueryResponse1NotFound) GetPayload added in v0.1.1

func (*GetDatastoreQueryResponse1NotFound) IsClientError added in v0.1.1

func (o *GetDatastoreQueryResponse1NotFound) IsClientError() bool

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

func (*GetDatastoreQueryResponse1NotFound) IsCode added in v0.1.1

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

func (*GetDatastoreQueryResponse1NotFound) IsRedirect added in v0.1.1

func (o *GetDatastoreQueryResponse1NotFound) IsRedirect() bool

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

func (*GetDatastoreQueryResponse1NotFound) IsServerError added in v0.1.1

func (o *GetDatastoreQueryResponse1NotFound) IsServerError() bool

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

func (*GetDatastoreQueryResponse1NotFound) IsSuccess added in v0.1.1

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

func (*GetDatastoreQueryResponse1NotFound) String added in v0.1.1

type GetDatastoreQueryResponse1OK added in v0.1.1

type GetDatastoreQueryResponse1OK struct {
	Payload *models.DatastoreQueryResponse
}

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

Ok

func NewGetDatastoreQueryResponse1OK added in v0.1.1

func NewGetDatastoreQueryResponse1OK() *GetDatastoreQueryResponse1OK

NewGetDatastoreQueryResponse1OK creates a GetDatastoreQueryResponse1OK with default headers values

func (*GetDatastoreQueryResponse1OK) Error added in v0.1.1

func (*GetDatastoreQueryResponse1OK) GetPayload added in v0.1.1

func (*GetDatastoreQueryResponse1OK) IsClientError added in v0.1.1

func (o *GetDatastoreQueryResponse1OK) IsClientError() bool

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

func (*GetDatastoreQueryResponse1OK) IsCode added in v0.1.1

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

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

func (*GetDatastoreQueryResponse1OK) IsRedirect added in v0.1.1

func (o *GetDatastoreQueryResponse1OK) IsRedirect() bool

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

func (*GetDatastoreQueryResponse1OK) IsServerError added in v0.1.1

func (o *GetDatastoreQueryResponse1OK) IsServerError() bool

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

func (*GetDatastoreQueryResponse1OK) IsSuccess added in v0.1.1

func (o *GetDatastoreQueryResponse1OK) IsSuccess() bool

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

func (*GetDatastoreQueryResponse1OK) String added in v0.1.1

type GetDatastoreQueryResponse1Params added in v0.1.1

type GetDatastoreQueryResponse1Params struct {

	/* DomainID.

	   Domain ID
	*/
	DomainID string

	/* QueryID.

	   Query ID
	*/
	QueryID string

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

GetDatastoreQueryResponse1Params contains all the parameters to send to the API endpoint

for the get datastore query response 1 operation.

Typically these are written to a http.Request.

func NewGetDatastoreQueryResponse1Params added in v0.1.1

func NewGetDatastoreQueryResponse1Params() *GetDatastoreQueryResponse1Params

NewGetDatastoreQueryResponse1Params creates a new GetDatastoreQueryResponse1Params 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 NewGetDatastoreQueryResponse1ParamsWithContext added in v0.1.1

func NewGetDatastoreQueryResponse1ParamsWithContext(ctx context.Context) *GetDatastoreQueryResponse1Params

NewGetDatastoreQueryResponse1ParamsWithContext creates a new GetDatastoreQueryResponse1Params object with the ability to set a context for a request.

func NewGetDatastoreQueryResponse1ParamsWithHTTPClient added in v0.1.1

func NewGetDatastoreQueryResponse1ParamsWithHTTPClient(client *http.Client) *GetDatastoreQueryResponse1Params

NewGetDatastoreQueryResponse1ParamsWithHTTPClient creates a new GetDatastoreQueryResponse1Params object with the ability to set a custom HTTPClient for a request.

func NewGetDatastoreQueryResponse1ParamsWithTimeout added in v0.1.1

func NewGetDatastoreQueryResponse1ParamsWithTimeout(timeout time.Duration) *GetDatastoreQueryResponse1Params

NewGetDatastoreQueryResponse1ParamsWithTimeout creates a new GetDatastoreQueryResponse1Params object with the ability to set a timeout on a request.

func (*GetDatastoreQueryResponse1Params) SetContext added in v0.1.1

SetContext adds the context to the get datastore query response 1 params

func (*GetDatastoreQueryResponse1Params) SetDefaults added in v0.1.1

func (o *GetDatastoreQueryResponse1Params) SetDefaults()

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

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

func (*GetDatastoreQueryResponse1Params) SetDomainID added in v0.1.1

func (o *GetDatastoreQueryResponse1Params) SetDomainID(domainID string)

SetDomainID adds the domainId to the get datastore query response 1 params

func (*GetDatastoreQueryResponse1Params) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the get datastore query response 1 params

func (*GetDatastoreQueryResponse1Params) SetQueryID added in v0.1.1

func (o *GetDatastoreQueryResponse1Params) SetQueryID(queryID string)

SetQueryID adds the queryId to the get datastore query response 1 params

func (*GetDatastoreQueryResponse1Params) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the get datastore query response 1 params

func (*GetDatastoreQueryResponse1Params) WithContext added in v0.1.1

WithContext adds the context to the get datastore query response 1 params

func (*GetDatastoreQueryResponse1Params) WithDefaults added in v0.1.1

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

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

func (*GetDatastoreQueryResponse1Params) WithDomainID added in v0.1.1

WithDomainID adds the domainID to the get datastore query response 1 params

func (*GetDatastoreQueryResponse1Params) WithHTTPClient added in v0.1.1

WithHTTPClient adds the HTTPClient to the get datastore query response 1 params

func (*GetDatastoreQueryResponse1Params) WithQueryID added in v0.1.1

WithQueryID adds the queryID to the get datastore query response 1 params

func (*GetDatastoreQueryResponse1Params) WithTimeout added in v0.1.1

WithTimeout adds the timeout to the get datastore query response 1 params

func (*GetDatastoreQueryResponse1Params) WriteToRequest added in v0.1.1

WriteToRequest writes these params to a swagger request

type GetDatastoreQueryResponse1Reader added in v0.1.1

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

GetDatastoreQueryResponse1Reader is a Reader for the GetDatastoreQueryResponse1 structure.

func (*GetDatastoreQueryResponse1Reader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type GetDatastoresCriteria1OK added in v0.1.1

type GetDatastoresCriteria1OK struct {
	Payload *models.PageOfDatastoreCriterion
}

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

Ok

func NewGetDatastoresCriteria1OK added in v0.1.1

func NewGetDatastoresCriteria1OK() *GetDatastoresCriteria1OK

NewGetDatastoresCriteria1OK creates a GetDatastoresCriteria1OK with default headers values

func (*GetDatastoresCriteria1OK) Error added in v0.1.1

func (o *GetDatastoresCriteria1OK) Error() string

func (*GetDatastoresCriteria1OK) GetPayload added in v0.1.1

func (*GetDatastoresCriteria1OK) IsClientError added in v0.1.1

func (o *GetDatastoresCriteria1OK) IsClientError() bool

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

func (*GetDatastoresCriteria1OK) IsCode added in v0.1.1

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

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

func (*GetDatastoresCriteria1OK) IsRedirect added in v0.1.1

func (o *GetDatastoresCriteria1OK) IsRedirect() bool

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

func (*GetDatastoresCriteria1OK) IsServerError added in v0.1.1

func (o *GetDatastoresCriteria1OK) IsServerError() bool

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

func (*GetDatastoresCriteria1OK) IsSuccess added in v0.1.1

func (o *GetDatastoresCriteria1OK) IsSuccess() bool

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

func (*GetDatastoresCriteria1OK) String added in v0.1.1

func (o *GetDatastoresCriteria1OK) String() string

type GetDatastoresCriteria1Params added in v0.1.1

type GetDatastoresCriteria1Params struct {

	/* DomainID.

	   Domain ID
	*/
	DomainID string

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

GetDatastoresCriteria1Params contains all the parameters to send to the API endpoint

for the get datastores criteria 1 operation.

Typically these are written to a http.Request.

func NewGetDatastoresCriteria1Params added in v0.1.1

func NewGetDatastoresCriteria1Params() *GetDatastoresCriteria1Params

NewGetDatastoresCriteria1Params creates a new GetDatastoresCriteria1Params 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 NewGetDatastoresCriteria1ParamsWithContext added in v0.1.1

func NewGetDatastoresCriteria1ParamsWithContext(ctx context.Context) *GetDatastoresCriteria1Params

NewGetDatastoresCriteria1ParamsWithContext creates a new GetDatastoresCriteria1Params object with the ability to set a context for a request.

func NewGetDatastoresCriteria1ParamsWithHTTPClient added in v0.1.1

func NewGetDatastoresCriteria1ParamsWithHTTPClient(client *http.Client) *GetDatastoresCriteria1Params

NewGetDatastoresCriteria1ParamsWithHTTPClient creates a new GetDatastoresCriteria1Params object with the ability to set a custom HTTPClient for a request.

func NewGetDatastoresCriteria1ParamsWithTimeout added in v0.1.1

func NewGetDatastoresCriteria1ParamsWithTimeout(timeout time.Duration) *GetDatastoresCriteria1Params

NewGetDatastoresCriteria1ParamsWithTimeout creates a new GetDatastoresCriteria1Params object with the ability to set a timeout on a request.

func (*GetDatastoresCriteria1Params) SetContext added in v0.1.1

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

SetContext adds the context to the get datastores criteria 1 params

func (*GetDatastoresCriteria1Params) SetDefaults added in v0.1.1

func (o *GetDatastoresCriteria1Params) SetDefaults()

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

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

func (*GetDatastoresCriteria1Params) SetDomainID added in v0.1.1

func (o *GetDatastoresCriteria1Params) SetDomainID(domainID string)

SetDomainID adds the domainId to the get datastores criteria 1 params

func (*GetDatastoresCriteria1Params) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the get datastores criteria 1 params

func (*GetDatastoresCriteria1Params) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the get datastores criteria 1 params

func (*GetDatastoresCriteria1Params) WithContext added in v0.1.1

WithContext adds the context to the get datastores criteria 1 params

func (*GetDatastoresCriteria1Params) WithDefaults added in v0.1.1

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

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

func (*GetDatastoresCriteria1Params) WithDomainID added in v0.1.1

WithDomainID adds the domainID to the get datastores criteria 1 params

func (*GetDatastoresCriteria1Params) WithHTTPClient added in v0.1.1

WithHTTPClient adds the HTTPClient to the get datastores criteria 1 params

func (*GetDatastoresCriteria1Params) WithTimeout added in v0.1.1

WithTimeout adds the timeout to the get datastores criteria 1 params

func (*GetDatastoresCriteria1Params) WriteToRequest added in v0.1.1

WriteToRequest writes these params to a swagger request

type GetDatastoresCriteria1Reader added in v0.1.1

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

GetDatastoresCriteria1Reader is a Reader for the GetDatastoresCriteria1 structure.

func (*GetDatastoresCriteria1Reader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type GetDomainEndpointsInternalServerError added in v0.1.1

type GetDomainEndpointsInternalServerError struct {
	Payload *models.Error
}

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

InternalServerError

func NewGetDomainEndpointsInternalServerError added in v0.1.1

func NewGetDomainEndpointsInternalServerError() *GetDomainEndpointsInternalServerError

NewGetDomainEndpointsInternalServerError creates a GetDomainEndpointsInternalServerError with default headers values

func (*GetDomainEndpointsInternalServerError) Error added in v0.1.1

func (*GetDomainEndpointsInternalServerError) GetPayload added in v0.1.1

func (*GetDomainEndpointsInternalServerError) IsClientError added in v0.1.1

func (o *GetDomainEndpointsInternalServerError) IsClientError() bool

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

func (*GetDomainEndpointsInternalServerError) IsCode added in v0.1.1

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

func (*GetDomainEndpointsInternalServerError) IsRedirect added in v0.1.1

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

func (*GetDomainEndpointsInternalServerError) IsServerError added in v0.1.1

func (o *GetDomainEndpointsInternalServerError) IsServerError() bool

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

func (*GetDomainEndpointsInternalServerError) IsSuccess added in v0.1.1

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

func (*GetDomainEndpointsInternalServerError) String added in v0.1.1

type GetDomainEndpointsNotFound added in v0.1.1

type GetDomainEndpointsNotFound struct {
	Payload *models.Error
}

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

Domain not found

func NewGetDomainEndpointsNotFound added in v0.1.1

func NewGetDomainEndpointsNotFound() *GetDomainEndpointsNotFound

NewGetDomainEndpointsNotFound creates a GetDomainEndpointsNotFound with default headers values

func (*GetDomainEndpointsNotFound) Error added in v0.1.1

func (*GetDomainEndpointsNotFound) GetPayload added in v0.1.1

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

func (*GetDomainEndpointsNotFound) IsClientError added in v0.1.1

func (o *GetDomainEndpointsNotFound) IsClientError() bool

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

func (*GetDomainEndpointsNotFound) IsCode added in v0.1.1

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

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

func (*GetDomainEndpointsNotFound) IsRedirect added in v0.1.1

func (o *GetDomainEndpointsNotFound) IsRedirect() bool

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

func (*GetDomainEndpointsNotFound) IsServerError added in v0.1.1

func (o *GetDomainEndpointsNotFound) IsServerError() bool

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

func (*GetDomainEndpointsNotFound) IsSuccess added in v0.1.1

func (o *GetDomainEndpointsNotFound) IsSuccess() bool

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

func (*GetDomainEndpointsNotFound) String added in v0.1.1

func (o *GetDomainEndpointsNotFound) String() string

type GetDomainEndpointsOK added in v0.1.1

type GetDomainEndpointsOK struct {
	Payload *models.PageOfEndpoint
}

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

Ok

func NewGetDomainEndpointsOK added in v0.1.1

func NewGetDomainEndpointsOK() *GetDomainEndpointsOK

NewGetDomainEndpointsOK creates a GetDomainEndpointsOK with default headers values

func (*GetDomainEndpointsOK) Error added in v0.1.1

func (o *GetDomainEndpointsOK) Error() string

func (*GetDomainEndpointsOK) GetPayload added in v0.1.1

func (o *GetDomainEndpointsOK) GetPayload() *models.PageOfEndpoint

func (*GetDomainEndpointsOK) IsClientError added in v0.1.1

func (o *GetDomainEndpointsOK) IsClientError() bool

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

func (*GetDomainEndpointsOK) IsCode added in v0.1.1

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

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

func (*GetDomainEndpointsOK) IsRedirect added in v0.1.1

func (o *GetDomainEndpointsOK) IsRedirect() bool

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

func (*GetDomainEndpointsOK) IsServerError added in v0.1.1

func (o *GetDomainEndpointsOK) IsServerError() bool

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

func (*GetDomainEndpointsOK) IsSuccess added in v0.1.1

func (o *GetDomainEndpointsOK) IsSuccess() bool

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

func (*GetDomainEndpointsOK) String added in v0.1.1

func (o *GetDomainEndpointsOK) String() string

type GetDomainEndpointsParams added in v0.1.1

type GetDomainEndpointsParams struct {

	/* ID.

	   Domain ID
	*/
	ID string

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

GetDomainEndpointsParams contains all the parameters to send to the API endpoint

for the get domain endpoints operation.

Typically these are written to a http.Request.

func NewGetDomainEndpointsParams added in v0.1.1

func NewGetDomainEndpointsParams() *GetDomainEndpointsParams

NewGetDomainEndpointsParams creates a new GetDomainEndpointsParams 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 NewGetDomainEndpointsParamsWithContext added in v0.1.1

func NewGetDomainEndpointsParamsWithContext(ctx context.Context) *GetDomainEndpointsParams

NewGetDomainEndpointsParamsWithContext creates a new GetDomainEndpointsParams object with the ability to set a context for a request.

func NewGetDomainEndpointsParamsWithHTTPClient added in v0.1.1

func NewGetDomainEndpointsParamsWithHTTPClient(client *http.Client) *GetDomainEndpointsParams

NewGetDomainEndpointsParamsWithHTTPClient creates a new GetDomainEndpointsParams object with the ability to set a custom HTTPClient for a request.

func NewGetDomainEndpointsParamsWithTimeout added in v0.1.1

func NewGetDomainEndpointsParamsWithTimeout(timeout time.Duration) *GetDomainEndpointsParams

NewGetDomainEndpointsParamsWithTimeout creates a new GetDomainEndpointsParams object with the ability to set a timeout on a request.

func (*GetDomainEndpointsParams) SetContext added in v0.1.1

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

SetContext adds the context to the get domain endpoints params

func (*GetDomainEndpointsParams) SetDefaults added in v0.1.1

func (o *GetDomainEndpointsParams) SetDefaults()

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

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

func (*GetDomainEndpointsParams) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the get domain endpoints params

func (*GetDomainEndpointsParams) SetID added in v0.1.1

func (o *GetDomainEndpointsParams) SetID(id string)

SetID adds the id to the get domain endpoints params

func (*GetDomainEndpointsParams) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the get domain endpoints params

func (*GetDomainEndpointsParams) WithContext added in v0.1.1

WithContext adds the context to the get domain endpoints params

func (*GetDomainEndpointsParams) WithDefaults added in v0.1.1

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

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

func (*GetDomainEndpointsParams) WithHTTPClient added in v0.1.1

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

WithHTTPClient adds the HTTPClient to the get domain endpoints params

func (*GetDomainEndpointsParams) WithID added in v0.1.1

WithID adds the id to the get domain endpoints params

func (*GetDomainEndpointsParams) WithTimeout added in v0.1.1

WithTimeout adds the timeout to the get domain endpoints params

func (*GetDomainEndpointsParams) WriteToRequest added in v0.1.1

WriteToRequest writes these params to a swagger request

type GetDomainEndpointsReader added in v0.1.1

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

GetDomainEndpointsReader is a Reader for the GetDomainEndpoints structure.

func (*GetDomainEndpointsReader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type GetDomainInternalServerError added in v0.1.1

type GetDomainInternalServerError struct {
	Payload *models.Error
}

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

InternalServerError

func NewGetDomainInternalServerError added in v0.1.1

func NewGetDomainInternalServerError() *GetDomainInternalServerError

NewGetDomainInternalServerError creates a GetDomainInternalServerError with default headers values

func (*GetDomainInternalServerError) Error added in v0.1.1

func (*GetDomainInternalServerError) GetPayload added in v0.1.1

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

func (*GetDomainInternalServerError) IsClientError added in v0.1.1

func (o *GetDomainInternalServerError) IsClientError() bool

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

func (*GetDomainInternalServerError) IsCode added in v0.1.1

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

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

func (*GetDomainInternalServerError) IsRedirect added in v0.1.1

func (o *GetDomainInternalServerError) IsRedirect() bool

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

func (*GetDomainInternalServerError) IsServerError added in v0.1.1

func (o *GetDomainInternalServerError) IsServerError() bool

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

func (*GetDomainInternalServerError) IsSuccess added in v0.1.1

func (o *GetDomainInternalServerError) IsSuccess() bool

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

func (*GetDomainInternalServerError) String added in v0.1.1

type GetDomainNotFound added in v0.1.1

type GetDomainNotFound struct {
	Payload *models.Error
}

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

Domain not found

func NewGetDomainNotFound added in v0.1.1

func NewGetDomainNotFound() *GetDomainNotFound

NewGetDomainNotFound creates a GetDomainNotFound with default headers values

func (*GetDomainNotFound) Error added in v0.1.1

func (o *GetDomainNotFound) Error() string

func (*GetDomainNotFound) GetPayload added in v0.1.1

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

func (*GetDomainNotFound) IsClientError added in v0.1.1

func (o *GetDomainNotFound) IsClientError() bool

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

func (*GetDomainNotFound) IsCode added in v0.1.1

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

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

func (*GetDomainNotFound) IsRedirect added in v0.1.1

func (o *GetDomainNotFound) IsRedirect() bool

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

func (*GetDomainNotFound) IsServerError added in v0.1.1

func (o *GetDomainNotFound) IsServerError() bool

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

func (*GetDomainNotFound) IsSuccess added in v0.1.1

func (o *GetDomainNotFound) IsSuccess() bool

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

func (*GetDomainNotFound) String added in v0.1.1

func (o *GetDomainNotFound) String() string

type GetDomainOK added in v0.1.1

type GetDomainOK struct {
	Payload *models.Domain
}

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

Ok

func NewGetDomainOK added in v0.1.1

func NewGetDomainOK() *GetDomainOK

NewGetDomainOK creates a GetDomainOK with default headers values

func (*GetDomainOK) Error added in v0.1.1

func (o *GetDomainOK) Error() string

func (*GetDomainOK) GetPayload added in v0.1.1

func (o *GetDomainOK) GetPayload() *models.Domain

func (*GetDomainOK) IsClientError added in v0.1.1

func (o *GetDomainOK) IsClientError() bool

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

func (*GetDomainOK) IsCode added in v0.1.1

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

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

func (*GetDomainOK) IsRedirect added in v0.1.1

func (o *GetDomainOK) IsRedirect() bool

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

func (*GetDomainOK) IsServerError added in v0.1.1

func (o *GetDomainOK) IsServerError() bool

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

func (*GetDomainOK) IsSuccess added in v0.1.1

func (o *GetDomainOK) IsSuccess() bool

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

func (*GetDomainOK) String added in v0.1.1

func (o *GetDomainOK) String() string

type GetDomainParams added in v0.1.1

type GetDomainParams struct {

	/* ID.

	   Domain ID
	*/
	ID string

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

GetDomainParams contains all the parameters to send to the API endpoint

for the get domain operation.

Typically these are written to a http.Request.

func NewGetDomainParams added in v0.1.1

func NewGetDomainParams() *GetDomainParams

NewGetDomainParams creates a new GetDomainParams 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 NewGetDomainParamsWithContext added in v0.1.1

func NewGetDomainParamsWithContext(ctx context.Context) *GetDomainParams

NewGetDomainParamsWithContext creates a new GetDomainParams object with the ability to set a context for a request.

func NewGetDomainParamsWithHTTPClient added in v0.1.1

func NewGetDomainParamsWithHTTPClient(client *http.Client) *GetDomainParams

NewGetDomainParamsWithHTTPClient creates a new GetDomainParams object with the ability to set a custom HTTPClient for a request.

func NewGetDomainParamsWithTimeout added in v0.1.1

func NewGetDomainParamsWithTimeout(timeout time.Duration) *GetDomainParams

NewGetDomainParamsWithTimeout creates a new GetDomainParams object with the ability to set a timeout on a request.

func (*GetDomainParams) SetContext added in v0.1.1

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

SetContext adds the context to the get domain params

func (*GetDomainParams) SetDefaults added in v0.1.1

func (o *GetDomainParams) SetDefaults()

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

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

func (*GetDomainParams) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the get domain params

func (*GetDomainParams) SetID added in v0.1.1

func (o *GetDomainParams) SetID(id string)

SetID adds the id to the get domain params

func (*GetDomainParams) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the get domain params

func (*GetDomainParams) WithContext added in v0.1.1

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

WithContext adds the context to the get domain params

func (*GetDomainParams) WithDefaults added in v0.1.1

func (o *GetDomainParams) WithDefaults() *GetDomainParams

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

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

func (*GetDomainParams) WithHTTPClient added in v0.1.1

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

WithHTTPClient adds the HTTPClient to the get domain params

func (*GetDomainParams) WithID added in v0.1.1

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

WithID adds the id to the get domain params

func (*GetDomainParams) WithTimeout added in v0.1.1

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

WithTimeout adds the timeout to the get domain params

func (*GetDomainParams) WriteToRequest added in v0.1.1

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

WriteToRequest writes these params to a swagger request

type GetDomainReader added in v0.1.1

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

GetDomainReader is a Reader for the GetDomain structure.

func (*GetDomainReader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type GetDomainTagManagerURLBadRequest added in v0.1.1

type GetDomainTagManagerURLBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewGetDomainTagManagerURLBadRequest added in v0.1.1

func NewGetDomainTagManagerURLBadRequest() *GetDomainTagManagerURLBadRequest

NewGetDomainTagManagerURLBadRequest creates a GetDomainTagManagerURLBadRequest with default headers values

func (*GetDomainTagManagerURLBadRequest) Error added in v0.1.1

func (*GetDomainTagManagerURLBadRequest) GetPayload added in v0.1.1

func (*GetDomainTagManagerURLBadRequest) IsClientError added in v0.1.1

func (o *GetDomainTagManagerURLBadRequest) IsClientError() bool

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

func (*GetDomainTagManagerURLBadRequest) IsCode added in v0.1.1

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

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

func (*GetDomainTagManagerURLBadRequest) IsRedirect added in v0.1.1

func (o *GetDomainTagManagerURLBadRequest) IsRedirect() bool

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

func (*GetDomainTagManagerURLBadRequest) IsServerError added in v0.1.1

func (o *GetDomainTagManagerURLBadRequest) IsServerError() bool

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

func (*GetDomainTagManagerURLBadRequest) IsSuccess added in v0.1.1

func (o *GetDomainTagManagerURLBadRequest) IsSuccess() bool

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

func (*GetDomainTagManagerURLBadRequest) String added in v0.1.1

type GetDomainTagManagerURLInternalServerError added in v0.1.1

type GetDomainTagManagerURLInternalServerError struct {
	Payload *models.Error
}

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

InternalServerError

func NewGetDomainTagManagerURLInternalServerError added in v0.1.1

func NewGetDomainTagManagerURLInternalServerError() *GetDomainTagManagerURLInternalServerError

NewGetDomainTagManagerURLInternalServerError creates a GetDomainTagManagerURLInternalServerError with default headers values

func (*GetDomainTagManagerURLInternalServerError) Error added in v0.1.1

func (*GetDomainTagManagerURLInternalServerError) GetPayload added in v0.1.1

func (*GetDomainTagManagerURLInternalServerError) IsClientError added in v0.1.1

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

func (*GetDomainTagManagerURLInternalServerError) IsCode added in v0.1.1

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

func (*GetDomainTagManagerURLInternalServerError) IsRedirect added in v0.1.1

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

func (*GetDomainTagManagerURLInternalServerError) IsServerError added in v0.1.1

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

func (*GetDomainTagManagerURLInternalServerError) IsSuccess added in v0.1.1

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

func (*GetDomainTagManagerURLInternalServerError) String added in v0.1.1

type GetDomainTagManagerURLOK added in v0.1.1

type GetDomainTagManagerURLOK struct {
	Payload *models.TagManagerModel
}

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

Ok

func NewGetDomainTagManagerURLOK added in v0.1.1

func NewGetDomainTagManagerURLOK() *GetDomainTagManagerURLOK

NewGetDomainTagManagerURLOK creates a GetDomainTagManagerURLOK with default headers values

func (*GetDomainTagManagerURLOK) Error added in v0.1.1

func (o *GetDomainTagManagerURLOK) Error() string

func (*GetDomainTagManagerURLOK) GetPayload added in v0.1.1

func (*GetDomainTagManagerURLOK) IsClientError added in v0.1.1

func (o *GetDomainTagManagerURLOK) IsClientError() bool

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

func (*GetDomainTagManagerURLOK) IsCode added in v0.1.1

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

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

func (*GetDomainTagManagerURLOK) IsRedirect added in v0.1.1

func (o *GetDomainTagManagerURLOK) IsRedirect() bool

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

func (*GetDomainTagManagerURLOK) IsServerError added in v0.1.1

func (o *GetDomainTagManagerURLOK) IsServerError() bool

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

func (*GetDomainTagManagerURLOK) IsSuccess added in v0.1.1

func (o *GetDomainTagManagerURLOK) IsSuccess() bool

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

func (*GetDomainTagManagerURLOK) String added in v0.1.1

func (o *GetDomainTagManagerURLOK) String() string

type GetDomainTagManagerURLParams added in v0.1.1

type GetDomainTagManagerURLParams struct {

	/* ID.

	   Domain ID
	*/
	ID string

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

GetDomainTagManagerURLParams contains all the parameters to send to the API endpoint

for the get domain tag manager Url operation.

Typically these are written to a http.Request.

func NewGetDomainTagManagerURLParams added in v0.1.1

func NewGetDomainTagManagerURLParams() *GetDomainTagManagerURLParams

NewGetDomainTagManagerURLParams creates a new GetDomainTagManagerURLParams 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 NewGetDomainTagManagerURLParamsWithContext added in v0.1.1

func NewGetDomainTagManagerURLParamsWithContext(ctx context.Context) *GetDomainTagManagerURLParams

NewGetDomainTagManagerURLParamsWithContext creates a new GetDomainTagManagerURLParams object with the ability to set a context for a request.

func NewGetDomainTagManagerURLParamsWithHTTPClient added in v0.1.1

func NewGetDomainTagManagerURLParamsWithHTTPClient(client *http.Client) *GetDomainTagManagerURLParams

NewGetDomainTagManagerURLParamsWithHTTPClient creates a new GetDomainTagManagerURLParams object with the ability to set a custom HTTPClient for a request.

func NewGetDomainTagManagerURLParamsWithTimeout added in v0.1.1

func NewGetDomainTagManagerURLParamsWithTimeout(timeout time.Duration) *GetDomainTagManagerURLParams

NewGetDomainTagManagerURLParamsWithTimeout creates a new GetDomainTagManagerURLParams object with the ability to set a timeout on a request.

func (*GetDomainTagManagerURLParams) SetContext added in v0.1.1

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

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

func (*GetDomainTagManagerURLParams) SetDefaults added in v0.1.1

func (o *GetDomainTagManagerURLParams) SetDefaults()

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

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

func (*GetDomainTagManagerURLParams) SetHTTPClient added in v0.1.1

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

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

func (*GetDomainTagManagerURLParams) SetID added in v0.1.1

func (o *GetDomainTagManagerURLParams) SetID(id string)

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

func (*GetDomainTagManagerURLParams) SetTimeout added in v0.1.1

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

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

func (*GetDomainTagManagerURLParams) WithContext added in v0.1.1

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

func (*GetDomainTagManagerURLParams) WithDefaults added in v0.1.1

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

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

func (*GetDomainTagManagerURLParams) WithHTTPClient added in v0.1.1

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

func (*GetDomainTagManagerURLParams) WithID added in v0.1.1

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

func (*GetDomainTagManagerURLParams) WithTimeout added in v0.1.1

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

func (*GetDomainTagManagerURLParams) WriteToRequest added in v0.1.1

WriteToRequest writes these params to a swagger request

type GetDomainTagManagerURLReader added in v0.1.1

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

GetDomainTagManagerURLReader is a Reader for the GetDomainTagManagerURL structure.

func (*GetDomainTagManagerURLReader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type GetDomainsBadRequest added in v0.1.1

type GetDomainsBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewGetDomainsBadRequest added in v0.1.1

func NewGetDomainsBadRequest() *GetDomainsBadRequest

NewGetDomainsBadRequest creates a GetDomainsBadRequest with default headers values

func (*GetDomainsBadRequest) Error added in v0.1.1

func (o *GetDomainsBadRequest) Error() string

func (*GetDomainsBadRequest) GetPayload added in v0.1.1

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

func (*GetDomainsBadRequest) IsClientError added in v0.1.1

func (o *GetDomainsBadRequest) IsClientError() bool

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

func (*GetDomainsBadRequest) IsCode added in v0.1.1

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

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

func (*GetDomainsBadRequest) IsRedirect added in v0.1.1

func (o *GetDomainsBadRequest) IsRedirect() bool

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

func (*GetDomainsBadRequest) IsServerError added in v0.1.1

func (o *GetDomainsBadRequest) IsServerError() bool

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

func (*GetDomainsBadRequest) IsSuccess added in v0.1.1

func (o *GetDomainsBadRequest) IsSuccess() bool

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

func (*GetDomainsBadRequest) String added in v0.1.1

func (o *GetDomainsBadRequest) String() string

type GetDomainsInternalServerError added in v0.1.1

type GetDomainsInternalServerError struct {
	Payload *models.Error
}

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

InternalServerError

func NewGetDomainsInternalServerError added in v0.1.1

func NewGetDomainsInternalServerError() *GetDomainsInternalServerError

NewGetDomainsInternalServerError creates a GetDomainsInternalServerError with default headers values

func (*GetDomainsInternalServerError) Error added in v0.1.1

func (*GetDomainsInternalServerError) GetPayload added in v0.1.1

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

func (*GetDomainsInternalServerError) IsClientError added in v0.1.1

func (o *GetDomainsInternalServerError) IsClientError() bool

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

func (*GetDomainsInternalServerError) IsCode added in v0.1.1

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

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

func (*GetDomainsInternalServerError) IsRedirect added in v0.1.1

func (o *GetDomainsInternalServerError) IsRedirect() bool

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

func (*GetDomainsInternalServerError) IsServerError added in v0.1.1

func (o *GetDomainsInternalServerError) IsServerError() bool

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

func (*GetDomainsInternalServerError) IsSuccess added in v0.1.1

func (o *GetDomainsInternalServerError) IsSuccess() bool

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

func (*GetDomainsInternalServerError) String added in v0.1.1

type GetDomainsOK added in v0.1.1

type GetDomainsOK struct {
	Payload *models.PageOfDomain
}

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

Ok

func NewGetDomainsOK added in v0.1.1

func NewGetDomainsOK() *GetDomainsOK

NewGetDomainsOK creates a GetDomainsOK with default headers values

func (*GetDomainsOK) Error added in v0.1.1

func (o *GetDomainsOK) Error() string

func (*GetDomainsOK) GetPayload added in v0.1.1

func (o *GetDomainsOK) GetPayload() *models.PageOfDomain

func (*GetDomainsOK) IsClientError added in v0.1.1

func (o *GetDomainsOK) IsClientError() bool

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

func (*GetDomainsOK) IsCode added in v0.1.1

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

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

func (*GetDomainsOK) IsRedirect added in v0.1.1

func (o *GetDomainsOK) IsRedirect() bool

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

func (*GetDomainsOK) IsServerError added in v0.1.1

func (o *GetDomainsOK) IsServerError() bool

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

func (*GetDomainsOK) IsSuccess added in v0.1.1

func (o *GetDomainsOK) IsSuccess() bool

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

func (*GetDomainsOK) String added in v0.1.1

func (o *GetDomainsOK) String() string

type GetDomainsParams added in v0.1.1

type GetDomainsParams struct {

	/* Type.

	   The type of the domain
	*/
	Type *string

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

GetDomainsParams contains all the parameters to send to the API endpoint

for the get domains operation.

Typically these are written to a http.Request.

func NewGetDomainsParams added in v0.1.1

func NewGetDomainsParams() *GetDomainsParams

NewGetDomainsParams creates a new GetDomainsParams 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 NewGetDomainsParamsWithContext added in v0.1.1

func NewGetDomainsParamsWithContext(ctx context.Context) *GetDomainsParams

NewGetDomainsParamsWithContext creates a new GetDomainsParams object with the ability to set a context for a request.

func NewGetDomainsParamsWithHTTPClient added in v0.1.1

func NewGetDomainsParamsWithHTTPClient(client *http.Client) *GetDomainsParams

NewGetDomainsParamsWithHTTPClient creates a new GetDomainsParams object with the ability to set a custom HTTPClient for a request.

func NewGetDomainsParamsWithTimeout added in v0.1.1

func NewGetDomainsParamsWithTimeout(timeout time.Duration) *GetDomainsParams

NewGetDomainsParamsWithTimeout creates a new GetDomainsParams object with the ability to set a timeout on a request.

func (*GetDomainsParams) SetContext added in v0.1.1

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

SetContext adds the context to the get domains params

func (*GetDomainsParams) SetDefaults added in v0.1.1

func (o *GetDomainsParams) SetDefaults()

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

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

func (*GetDomainsParams) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the get domains params

func (*GetDomainsParams) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the get domains params

func (*GetDomainsParams) SetType added in v0.1.1

func (o *GetDomainsParams) SetType(typeVar *string)

SetType adds the type to the get domains params

func (*GetDomainsParams) WithContext added in v0.1.1

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

WithContext adds the context to the get domains params

func (*GetDomainsParams) WithDefaults added in v0.1.1

func (o *GetDomainsParams) WithDefaults() *GetDomainsParams

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

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

func (*GetDomainsParams) WithHTTPClient added in v0.1.1

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

WithHTTPClient adds the HTTPClient to the get domains params

func (*GetDomainsParams) WithTimeout added in v0.1.1

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

WithTimeout adds the timeout to the get domains params

func (*GetDomainsParams) WithType added in v0.1.1

func (o *GetDomainsParams) WithType(typeVar *string) *GetDomainsParams

WithType adds the typeVar to the get domains params

func (*GetDomainsParams) WriteToRequest added in v0.1.1

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

WriteToRequest writes these params to a swagger request

type GetDomainsReader added in v0.1.1

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

GetDomainsReader is a Reader for the GetDomains structure.

func (*GetDomainsReader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type GetTagsAssignedToDomainBadRequest added in v0.1.1

type GetTagsAssignedToDomainBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewGetTagsAssignedToDomainBadRequest added in v0.1.1

func NewGetTagsAssignedToDomainBadRequest() *GetTagsAssignedToDomainBadRequest

NewGetTagsAssignedToDomainBadRequest creates a GetTagsAssignedToDomainBadRequest with default headers values

func (*GetTagsAssignedToDomainBadRequest) Error added in v0.1.1

func (*GetTagsAssignedToDomainBadRequest) GetPayload added in v0.1.1

func (*GetTagsAssignedToDomainBadRequest) IsClientError added in v0.1.1

func (o *GetTagsAssignedToDomainBadRequest) IsClientError() bool

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

func (*GetTagsAssignedToDomainBadRequest) IsCode added in v0.1.1

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

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

func (*GetTagsAssignedToDomainBadRequest) IsRedirect added in v0.1.1

func (o *GetTagsAssignedToDomainBadRequest) IsRedirect() bool

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

func (*GetTagsAssignedToDomainBadRequest) IsServerError added in v0.1.1

func (o *GetTagsAssignedToDomainBadRequest) IsServerError() bool

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

func (*GetTagsAssignedToDomainBadRequest) IsSuccess added in v0.1.1

func (o *GetTagsAssignedToDomainBadRequest) IsSuccess() bool

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

func (*GetTagsAssignedToDomainBadRequest) String added in v0.1.1

type GetTagsAssignedToDomainInternalServerError added in v0.1.1

type GetTagsAssignedToDomainInternalServerError struct {
	Payload *models.Error
}

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

InternalServerError

func NewGetTagsAssignedToDomainInternalServerError added in v0.1.1

func NewGetTagsAssignedToDomainInternalServerError() *GetTagsAssignedToDomainInternalServerError

NewGetTagsAssignedToDomainInternalServerError creates a GetTagsAssignedToDomainInternalServerError with default headers values

func (*GetTagsAssignedToDomainInternalServerError) Error added in v0.1.1

func (*GetTagsAssignedToDomainInternalServerError) GetPayload added in v0.1.1

func (*GetTagsAssignedToDomainInternalServerError) IsClientError added in v0.1.1

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

func (*GetTagsAssignedToDomainInternalServerError) IsCode added in v0.1.1

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

func (*GetTagsAssignedToDomainInternalServerError) IsRedirect added in v0.1.1

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

func (*GetTagsAssignedToDomainInternalServerError) IsServerError added in v0.1.1

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

func (*GetTagsAssignedToDomainInternalServerError) IsSuccess added in v0.1.1

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

func (*GetTagsAssignedToDomainInternalServerError) String added in v0.1.1

type GetTagsAssignedToDomainOK added in v0.1.1

type GetTagsAssignedToDomainOK struct {
	Payload *models.PageOfTag
}

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

Ok

func NewGetTagsAssignedToDomainOK added in v0.1.1

func NewGetTagsAssignedToDomainOK() *GetTagsAssignedToDomainOK

NewGetTagsAssignedToDomainOK creates a GetTagsAssignedToDomainOK with default headers values

func (*GetTagsAssignedToDomainOK) Error added in v0.1.1

func (o *GetTagsAssignedToDomainOK) Error() string

func (*GetTagsAssignedToDomainOK) GetPayload added in v0.1.1

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

func (*GetTagsAssignedToDomainOK) IsClientError added in v0.1.1

func (o *GetTagsAssignedToDomainOK) IsClientError() bool

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

func (*GetTagsAssignedToDomainOK) IsCode added in v0.1.1

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

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

func (*GetTagsAssignedToDomainOK) IsRedirect added in v0.1.1

func (o *GetTagsAssignedToDomainOK) IsRedirect() bool

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

func (*GetTagsAssignedToDomainOK) IsServerError added in v0.1.1

func (o *GetTagsAssignedToDomainOK) IsServerError() bool

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

func (*GetTagsAssignedToDomainOK) IsSuccess added in v0.1.1

func (o *GetTagsAssignedToDomainOK) IsSuccess() bool

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

func (*GetTagsAssignedToDomainOK) String added in v0.1.1

func (o *GetTagsAssignedToDomainOK) String() string

type GetTagsAssignedToDomainParams added in v0.1.1

type GetTagsAssignedToDomainParams struct {

	/* ID.

	   Domain ID
	*/
	ID string

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

GetTagsAssignedToDomainParams contains all the parameters to send to the API endpoint

for the get tags assigned to domain operation.

Typically these are written to a http.Request.

func NewGetTagsAssignedToDomainParams added in v0.1.1

func NewGetTagsAssignedToDomainParams() *GetTagsAssignedToDomainParams

NewGetTagsAssignedToDomainParams creates a new GetTagsAssignedToDomainParams 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 NewGetTagsAssignedToDomainParamsWithContext added in v0.1.1

func NewGetTagsAssignedToDomainParamsWithContext(ctx context.Context) *GetTagsAssignedToDomainParams

NewGetTagsAssignedToDomainParamsWithContext creates a new GetTagsAssignedToDomainParams object with the ability to set a context for a request.

func NewGetTagsAssignedToDomainParamsWithHTTPClient added in v0.1.1

func NewGetTagsAssignedToDomainParamsWithHTTPClient(client *http.Client) *GetTagsAssignedToDomainParams

NewGetTagsAssignedToDomainParamsWithHTTPClient creates a new GetTagsAssignedToDomainParams object with the ability to set a custom HTTPClient for a request.

func NewGetTagsAssignedToDomainParamsWithTimeout added in v0.1.1

func NewGetTagsAssignedToDomainParamsWithTimeout(timeout time.Duration) *GetTagsAssignedToDomainParams

NewGetTagsAssignedToDomainParamsWithTimeout creates a new GetTagsAssignedToDomainParams object with the ability to set a timeout on a request.

func (*GetTagsAssignedToDomainParams) SetContext added in v0.1.1

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

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

func (*GetTagsAssignedToDomainParams) SetDefaults added in v0.1.1

func (o *GetTagsAssignedToDomainParams) SetDefaults()

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

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

func (*GetTagsAssignedToDomainParams) SetHTTPClient added in v0.1.1

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

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

func (*GetTagsAssignedToDomainParams) SetID added in v0.1.1

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

func (*GetTagsAssignedToDomainParams) SetTimeout added in v0.1.1

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

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

func (*GetTagsAssignedToDomainParams) WithContext added in v0.1.1

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

func (*GetTagsAssignedToDomainParams) WithDefaults added in v0.1.1

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

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

func (*GetTagsAssignedToDomainParams) WithHTTPClient added in v0.1.1

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

func (*GetTagsAssignedToDomainParams) WithID added in v0.1.1

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

func (*GetTagsAssignedToDomainParams) WithTimeout added in v0.1.1

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

func (*GetTagsAssignedToDomainParams) WriteToRequest added in v0.1.1

WriteToRequest writes these params to a swagger request

type GetTagsAssignedToDomainReader added in v0.1.1

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

GetTagsAssignedToDomainReader is a Reader for the GetTagsAssignedToDomain structure.

func (*GetTagsAssignedToDomainReader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type GetTagsAssignedToDomainsBadRequest added in v0.1.1

type GetTagsAssignedToDomainsBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewGetTagsAssignedToDomainsBadRequest added in v0.1.1

func NewGetTagsAssignedToDomainsBadRequest() *GetTagsAssignedToDomainsBadRequest

NewGetTagsAssignedToDomainsBadRequest creates a GetTagsAssignedToDomainsBadRequest with default headers values

func (*GetTagsAssignedToDomainsBadRequest) Error added in v0.1.1

func (*GetTagsAssignedToDomainsBadRequest) GetPayload added in v0.1.1

func (*GetTagsAssignedToDomainsBadRequest) IsClientError added in v0.1.1

func (o *GetTagsAssignedToDomainsBadRequest) IsClientError() bool

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

func (*GetTagsAssignedToDomainsBadRequest) IsCode added in v0.1.1

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

func (*GetTagsAssignedToDomainsBadRequest) IsRedirect added in v0.1.1

func (o *GetTagsAssignedToDomainsBadRequest) IsRedirect() bool

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

func (*GetTagsAssignedToDomainsBadRequest) IsServerError added in v0.1.1

func (o *GetTagsAssignedToDomainsBadRequest) IsServerError() bool

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

func (*GetTagsAssignedToDomainsBadRequest) IsSuccess added in v0.1.1

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

func (*GetTagsAssignedToDomainsBadRequest) String added in v0.1.1

type GetTagsAssignedToDomainsInternalServerError added in v0.1.1

type GetTagsAssignedToDomainsInternalServerError struct {
	Payload *models.Error
}

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

InternalServerError

func NewGetTagsAssignedToDomainsInternalServerError added in v0.1.1

func NewGetTagsAssignedToDomainsInternalServerError() *GetTagsAssignedToDomainsInternalServerError

NewGetTagsAssignedToDomainsInternalServerError creates a GetTagsAssignedToDomainsInternalServerError with default headers values

func (*GetTagsAssignedToDomainsInternalServerError) Error added in v0.1.1

func (*GetTagsAssignedToDomainsInternalServerError) GetPayload added in v0.1.1

func (*GetTagsAssignedToDomainsInternalServerError) IsClientError added in v0.1.1

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

func (*GetTagsAssignedToDomainsInternalServerError) IsCode added in v0.1.1

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

func (*GetTagsAssignedToDomainsInternalServerError) IsRedirect added in v0.1.1

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

func (*GetTagsAssignedToDomainsInternalServerError) IsServerError added in v0.1.1

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

func (*GetTagsAssignedToDomainsInternalServerError) IsSuccess added in v0.1.1

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

func (*GetTagsAssignedToDomainsInternalServerError) String added in v0.1.1

type GetTagsAssignedToDomainsOK added in v0.1.1

type GetTagsAssignedToDomainsOK struct {
	Payload *models.PageOfTagsForResource
}

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

Ok

func NewGetTagsAssignedToDomainsOK added in v0.1.1

func NewGetTagsAssignedToDomainsOK() *GetTagsAssignedToDomainsOK

NewGetTagsAssignedToDomainsOK creates a GetTagsAssignedToDomainsOK with default headers values

func (*GetTagsAssignedToDomainsOK) Error added in v0.1.1

func (*GetTagsAssignedToDomainsOK) GetPayload added in v0.1.1

func (*GetTagsAssignedToDomainsOK) IsClientError added in v0.1.1

func (o *GetTagsAssignedToDomainsOK) IsClientError() bool

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

func (*GetTagsAssignedToDomainsOK) IsCode added in v0.1.1

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

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

func (*GetTagsAssignedToDomainsOK) IsRedirect added in v0.1.1

func (o *GetTagsAssignedToDomainsOK) IsRedirect() bool

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

func (*GetTagsAssignedToDomainsOK) IsServerError added in v0.1.1

func (o *GetTagsAssignedToDomainsOK) IsServerError() bool

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

func (*GetTagsAssignedToDomainsOK) IsSuccess added in v0.1.1

func (o *GetTagsAssignedToDomainsOK) IsSuccess() bool

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

func (*GetTagsAssignedToDomainsOK) String added in v0.1.1

func (o *GetTagsAssignedToDomainsOK) String() string

type GetTagsAssignedToDomainsParams added in v0.1.1

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

GetTagsAssignedToDomainsParams contains all the parameters to send to the API endpoint

for the get tags assigned to domains operation.

Typically these are written to a http.Request.

func NewGetTagsAssignedToDomainsParams added in v0.1.1

func NewGetTagsAssignedToDomainsParams() *GetTagsAssignedToDomainsParams

NewGetTagsAssignedToDomainsParams creates a new GetTagsAssignedToDomainsParams 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 NewGetTagsAssignedToDomainsParamsWithContext added in v0.1.1

func NewGetTagsAssignedToDomainsParamsWithContext(ctx context.Context) *GetTagsAssignedToDomainsParams

NewGetTagsAssignedToDomainsParamsWithContext creates a new GetTagsAssignedToDomainsParams object with the ability to set a context for a request.

func NewGetTagsAssignedToDomainsParamsWithHTTPClient added in v0.1.1

func NewGetTagsAssignedToDomainsParamsWithHTTPClient(client *http.Client) *GetTagsAssignedToDomainsParams

NewGetTagsAssignedToDomainsParamsWithHTTPClient creates a new GetTagsAssignedToDomainsParams object with the ability to set a custom HTTPClient for a request.

func NewGetTagsAssignedToDomainsParamsWithTimeout added in v0.1.1

func NewGetTagsAssignedToDomainsParamsWithTimeout(timeout time.Duration) *GetTagsAssignedToDomainsParams

NewGetTagsAssignedToDomainsParamsWithTimeout creates a new GetTagsAssignedToDomainsParams object with the ability to set a timeout on a request.

func (*GetTagsAssignedToDomainsParams) SetContext added in v0.1.1

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

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

func (*GetTagsAssignedToDomainsParams) SetDefaults added in v0.1.1

func (o *GetTagsAssignedToDomainsParams) SetDefaults()

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

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

func (*GetTagsAssignedToDomainsParams) SetHTTPClient added in v0.1.1

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

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

func (*GetTagsAssignedToDomainsParams) SetTimeout added in v0.1.1

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

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

func (*GetTagsAssignedToDomainsParams) WithContext added in v0.1.1

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

func (*GetTagsAssignedToDomainsParams) WithDefaults added in v0.1.1

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

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

func (*GetTagsAssignedToDomainsParams) WithHTTPClient added in v0.1.1

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

func (*GetTagsAssignedToDomainsParams) WithTimeout added in v0.1.1

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

func (*GetTagsAssignedToDomainsParams) WriteToRequest added in v0.1.1

WriteToRequest writes these params to a swagger request

type GetTagsAssignedToDomainsReader added in v0.1.1

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

GetTagsAssignedToDomainsReader is a Reader for the GetTagsAssignedToDomains structure.

func (*GetTagsAssignedToDomainsReader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type PostClusterQueryBadRequest added in v0.1.1

type PostClusterQueryBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewPostClusterQueryBadRequest added in v0.1.1

func NewPostClusterQueryBadRequest() *PostClusterQueryBadRequest

NewPostClusterQueryBadRequest creates a PostClusterQueryBadRequest with default headers values

func (*PostClusterQueryBadRequest) Error added in v0.1.1

func (*PostClusterQueryBadRequest) GetPayload added in v0.1.1

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

func (*PostClusterQueryBadRequest) IsClientError added in v0.1.1

func (o *PostClusterQueryBadRequest) IsClientError() bool

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

func (*PostClusterQueryBadRequest) IsCode added in v0.1.1

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

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

func (*PostClusterQueryBadRequest) IsRedirect added in v0.1.1

func (o *PostClusterQueryBadRequest) IsRedirect() bool

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

func (*PostClusterQueryBadRequest) IsServerError added in v0.1.1

func (o *PostClusterQueryBadRequest) IsServerError() bool

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

func (*PostClusterQueryBadRequest) IsSuccess added in v0.1.1

func (o *PostClusterQueryBadRequest) IsSuccess() bool

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

func (*PostClusterQueryBadRequest) String added in v0.1.1

func (o *PostClusterQueryBadRequest) String() string

type PostClusterQueryInternalServerError added in v0.1.1

type PostClusterQueryInternalServerError struct {
	Payload *models.Error
}

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

Internal Server Error

func NewPostClusterQueryInternalServerError added in v0.1.1

func NewPostClusterQueryInternalServerError() *PostClusterQueryInternalServerError

NewPostClusterQueryInternalServerError creates a PostClusterQueryInternalServerError with default headers values

func (*PostClusterQueryInternalServerError) Error added in v0.1.1

func (*PostClusterQueryInternalServerError) GetPayload added in v0.1.1

func (*PostClusterQueryInternalServerError) IsClientError added in v0.1.1

func (o *PostClusterQueryInternalServerError) IsClientError() bool

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

func (*PostClusterQueryInternalServerError) IsCode added in v0.1.1

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

func (*PostClusterQueryInternalServerError) IsRedirect added in v0.1.1

func (o *PostClusterQueryInternalServerError) IsRedirect() bool

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

func (*PostClusterQueryInternalServerError) IsServerError added in v0.1.1

func (o *PostClusterQueryInternalServerError) IsServerError() bool

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

func (*PostClusterQueryInternalServerError) IsSuccess added in v0.1.1

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

func (*PostClusterQueryInternalServerError) String added in v0.1.1

type PostClusterQueryOK added in v0.1.1

type PostClusterQueryOK struct {
	Payload *models.ClusterQueryResponse
}

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

Ok

func NewPostClusterQueryOK added in v0.1.1

func NewPostClusterQueryOK() *PostClusterQueryOK

NewPostClusterQueryOK creates a PostClusterQueryOK with default headers values

func (*PostClusterQueryOK) Error added in v0.1.1

func (o *PostClusterQueryOK) Error() string

func (*PostClusterQueryOK) GetPayload added in v0.1.1

func (*PostClusterQueryOK) IsClientError added in v0.1.1

func (o *PostClusterQueryOK) IsClientError() bool

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

func (*PostClusterQueryOK) IsCode added in v0.1.1

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

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

func (*PostClusterQueryOK) IsRedirect added in v0.1.1

func (o *PostClusterQueryOK) IsRedirect() bool

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

func (*PostClusterQueryOK) IsServerError added in v0.1.1

func (o *PostClusterQueryOK) IsServerError() bool

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

func (*PostClusterQueryOK) IsSuccess added in v0.1.1

func (o *PostClusterQueryOK) IsSuccess() bool

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

func (*PostClusterQueryOK) String added in v0.1.1

func (o *PostClusterQueryOK) String() string

type PostClusterQueryParams added in v0.1.1

type PostClusterQueryParams struct {

	/* ClusterCriterion.

	   clusterCriterion
	*/
	ClusterCriterion *models.ClusterCriterion

	/* ClusterName.

	   Cluster Name
	*/
	ClusterName string

	/* DomainID.

	   Domain ID
	*/
	DomainID string

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

PostClusterQueryParams contains all the parameters to send to the API endpoint

for the post cluster query operation.

Typically these are written to a http.Request.

func NewPostClusterQueryParams added in v0.1.1

func NewPostClusterQueryParams() *PostClusterQueryParams

NewPostClusterQueryParams creates a new PostClusterQueryParams 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 NewPostClusterQueryParamsWithContext added in v0.1.1

func NewPostClusterQueryParamsWithContext(ctx context.Context) *PostClusterQueryParams

NewPostClusterQueryParamsWithContext creates a new PostClusterQueryParams object with the ability to set a context for a request.

func NewPostClusterQueryParamsWithHTTPClient added in v0.1.1

func NewPostClusterQueryParamsWithHTTPClient(client *http.Client) *PostClusterQueryParams

NewPostClusterQueryParamsWithHTTPClient creates a new PostClusterQueryParams object with the ability to set a custom HTTPClient for a request.

func NewPostClusterQueryParamsWithTimeout added in v0.1.1

func NewPostClusterQueryParamsWithTimeout(timeout time.Duration) *PostClusterQueryParams

NewPostClusterQueryParamsWithTimeout creates a new PostClusterQueryParams object with the ability to set a timeout on a request.

func (*PostClusterQueryParams) SetClusterCriterion added in v0.1.1

func (o *PostClusterQueryParams) SetClusterCriterion(clusterCriterion *models.ClusterCriterion)

SetClusterCriterion adds the clusterCriterion to the post cluster query params

func (*PostClusterQueryParams) SetClusterName added in v0.1.1

func (o *PostClusterQueryParams) SetClusterName(clusterName string)

SetClusterName adds the clusterName to the post cluster query params

func (*PostClusterQueryParams) SetContext added in v0.1.1

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

SetContext adds the context to the post cluster query params

func (*PostClusterQueryParams) SetDefaults added in v0.1.1

func (o *PostClusterQueryParams) SetDefaults()

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

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

func (*PostClusterQueryParams) SetDomainID added in v0.1.1

func (o *PostClusterQueryParams) SetDomainID(domainID string)

SetDomainID adds the domainId to the post cluster query params

func (*PostClusterQueryParams) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the post cluster query params

func (*PostClusterQueryParams) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the post cluster query params

func (*PostClusterQueryParams) WithClusterCriterion added in v0.1.1

func (o *PostClusterQueryParams) WithClusterCriterion(clusterCriterion *models.ClusterCriterion) *PostClusterQueryParams

WithClusterCriterion adds the clusterCriterion to the post cluster query params

func (*PostClusterQueryParams) WithClusterName added in v0.1.1

func (o *PostClusterQueryParams) WithClusterName(clusterName string) *PostClusterQueryParams

WithClusterName adds the clusterName to the post cluster query params

func (*PostClusterQueryParams) WithContext added in v0.1.1

WithContext adds the context to the post cluster query params

func (*PostClusterQueryParams) WithDefaults added in v0.1.1

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

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

func (*PostClusterQueryParams) WithDomainID added in v0.1.1

func (o *PostClusterQueryParams) WithDomainID(domainID string) *PostClusterQueryParams

WithDomainID adds the domainID to the post cluster query params

func (*PostClusterQueryParams) WithHTTPClient added in v0.1.1

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

WithHTTPClient adds the HTTPClient to the post cluster query params

func (*PostClusterQueryParams) WithTimeout added in v0.1.1

WithTimeout adds the timeout to the post cluster query params

func (*PostClusterQueryParams) WriteToRequest added in v0.1.1

WriteToRequest writes these params to a swagger request

type PostClusterQueryReader added in v0.1.1

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

PostClusterQueryReader is a Reader for the PostClusterQuery structure.

func (*PostClusterQueryReader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type PostClustersQueryBadRequest added in v0.1.1

type PostClustersQueryBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewPostClustersQueryBadRequest added in v0.1.1

func NewPostClustersQueryBadRequest() *PostClustersQueryBadRequest

NewPostClustersQueryBadRequest creates a PostClustersQueryBadRequest with default headers values

func (*PostClustersQueryBadRequest) Error added in v0.1.1

func (*PostClustersQueryBadRequest) GetPayload added in v0.1.1

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

func (*PostClustersQueryBadRequest) IsClientError added in v0.1.1

func (o *PostClustersQueryBadRequest) IsClientError() bool

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

func (*PostClustersQueryBadRequest) IsCode added in v0.1.1

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

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

func (*PostClustersQueryBadRequest) IsRedirect added in v0.1.1

func (o *PostClustersQueryBadRequest) IsRedirect() bool

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

func (*PostClustersQueryBadRequest) IsServerError added in v0.1.1

func (o *PostClustersQueryBadRequest) IsServerError() bool

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

func (*PostClustersQueryBadRequest) IsSuccess added in v0.1.1

func (o *PostClustersQueryBadRequest) IsSuccess() bool

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

func (*PostClustersQueryBadRequest) String added in v0.1.1

func (o *PostClustersQueryBadRequest) String() string

type PostClustersQueryInternalServerError added in v0.1.1

type PostClustersQueryInternalServerError struct {
	Payload *models.Error
}

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

Internal Server Error

func NewPostClustersQueryInternalServerError added in v0.1.1

func NewPostClustersQueryInternalServerError() *PostClustersQueryInternalServerError

NewPostClustersQueryInternalServerError creates a PostClustersQueryInternalServerError with default headers values

func (*PostClustersQueryInternalServerError) Error added in v0.1.1

func (*PostClustersQueryInternalServerError) GetPayload added in v0.1.1

func (*PostClustersQueryInternalServerError) IsClientError added in v0.1.1

func (o *PostClustersQueryInternalServerError) IsClientError() bool

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

func (*PostClustersQueryInternalServerError) IsCode added in v0.1.1

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

func (*PostClustersQueryInternalServerError) IsRedirect added in v0.1.1

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

func (*PostClustersQueryInternalServerError) IsServerError added in v0.1.1

func (o *PostClustersQueryInternalServerError) IsServerError() bool

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

func (*PostClustersQueryInternalServerError) IsSuccess added in v0.1.1

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

func (*PostClustersQueryInternalServerError) String added in v0.1.1

type PostClustersQueryOK added in v0.1.1

type PostClustersQueryOK struct {
	Payload *models.ClusterQueryResponse
}

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

Ok

func NewPostClustersQueryOK added in v0.1.1

func NewPostClustersQueryOK() *PostClustersQueryOK

NewPostClustersQueryOK creates a PostClustersQueryOK with default headers values

func (*PostClustersQueryOK) Error added in v0.1.1

func (o *PostClustersQueryOK) Error() string

func (*PostClustersQueryOK) GetPayload added in v0.1.1

func (*PostClustersQueryOK) IsClientError added in v0.1.1

func (o *PostClustersQueryOK) IsClientError() bool

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

func (*PostClustersQueryOK) IsCode added in v0.1.1

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

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

func (*PostClustersQueryOK) IsRedirect added in v0.1.1

func (o *PostClustersQueryOK) IsRedirect() bool

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

func (*PostClustersQueryOK) IsServerError added in v0.1.1

func (o *PostClustersQueryOK) IsServerError() bool

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

func (*PostClustersQueryOK) IsSuccess added in v0.1.1

func (o *PostClustersQueryOK) IsSuccess() bool

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

func (*PostClustersQueryOK) String added in v0.1.1

func (o *PostClustersQueryOK) String() string

type PostClustersQueryParams added in v0.1.1

type PostClustersQueryParams struct {

	/* ClusterCriterion.

	   clusterCriterion
	*/
	ClusterCriterion *models.ClusterCriterion

	/* DomainID.

	   Domain ID
	*/
	DomainID string

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

PostClustersQueryParams contains all the parameters to send to the API endpoint

for the post clusters query operation.

Typically these are written to a http.Request.

func NewPostClustersQueryParams added in v0.1.1

func NewPostClustersQueryParams() *PostClustersQueryParams

NewPostClustersQueryParams creates a new PostClustersQueryParams 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 NewPostClustersQueryParamsWithContext added in v0.1.1

func NewPostClustersQueryParamsWithContext(ctx context.Context) *PostClustersQueryParams

NewPostClustersQueryParamsWithContext creates a new PostClustersQueryParams object with the ability to set a context for a request.

func NewPostClustersQueryParamsWithHTTPClient added in v0.1.1

func NewPostClustersQueryParamsWithHTTPClient(client *http.Client) *PostClustersQueryParams

NewPostClustersQueryParamsWithHTTPClient creates a new PostClustersQueryParams object with the ability to set a custom HTTPClient for a request.

func NewPostClustersQueryParamsWithTimeout added in v0.1.1

func NewPostClustersQueryParamsWithTimeout(timeout time.Duration) *PostClustersQueryParams

NewPostClustersQueryParamsWithTimeout creates a new PostClustersQueryParams object with the ability to set a timeout on a request.

func (*PostClustersQueryParams) SetClusterCriterion added in v0.1.1

func (o *PostClustersQueryParams) SetClusterCriterion(clusterCriterion *models.ClusterCriterion)

SetClusterCriterion adds the clusterCriterion to the post clusters query params

func (*PostClustersQueryParams) SetContext added in v0.1.1

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

SetContext adds the context to the post clusters query params

func (*PostClustersQueryParams) SetDefaults added in v0.1.1

func (o *PostClustersQueryParams) SetDefaults()

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

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

func (*PostClustersQueryParams) SetDomainID added in v0.1.1

func (o *PostClustersQueryParams) SetDomainID(domainID string)

SetDomainID adds the domainId to the post clusters query params

func (*PostClustersQueryParams) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the post clusters query params

func (*PostClustersQueryParams) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the post clusters query params

func (*PostClustersQueryParams) WithClusterCriterion added in v0.1.1

func (o *PostClustersQueryParams) WithClusterCriterion(clusterCriterion *models.ClusterCriterion) *PostClustersQueryParams

WithClusterCriterion adds the clusterCriterion to the post clusters query params

func (*PostClustersQueryParams) WithContext added in v0.1.1

WithContext adds the context to the post clusters query params

func (*PostClustersQueryParams) WithDefaults added in v0.1.1

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

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

func (*PostClustersQueryParams) WithDomainID added in v0.1.1

func (o *PostClustersQueryParams) WithDomainID(domainID string) *PostClustersQueryParams

WithDomainID adds the domainID to the post clusters query params

func (*PostClustersQueryParams) WithHTTPClient added in v0.1.1

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

WithHTTPClient adds the HTTPClient to the post clusters query params

func (*PostClustersQueryParams) WithTimeout added in v0.1.1

WithTimeout adds the timeout to the post clusters query params

func (*PostClustersQueryParams) WriteToRequest added in v0.1.1

WriteToRequest writes these params to a swagger request

type PostClustersQueryReader added in v0.1.1

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

PostClustersQueryReader is a Reader for the PostClustersQuery structure.

func (*PostClustersQueryReader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type PostDatastoreQuery1BadRequest added in v0.1.1

type PostDatastoreQuery1BadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewPostDatastoreQuery1BadRequest added in v0.1.1

func NewPostDatastoreQuery1BadRequest() *PostDatastoreQuery1BadRequest

NewPostDatastoreQuery1BadRequest creates a PostDatastoreQuery1BadRequest with default headers values

func (*PostDatastoreQuery1BadRequest) Error added in v0.1.1

func (*PostDatastoreQuery1BadRequest) GetPayload added in v0.1.1

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

func (*PostDatastoreQuery1BadRequest) IsClientError added in v0.1.1

func (o *PostDatastoreQuery1BadRequest) IsClientError() bool

IsClientError returns true when this post datastore query1 bad request response has a 4xx status code

func (*PostDatastoreQuery1BadRequest) IsCode added in v0.1.1

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

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

func (*PostDatastoreQuery1BadRequest) IsRedirect added in v0.1.1

func (o *PostDatastoreQuery1BadRequest) IsRedirect() bool

IsRedirect returns true when this post datastore query1 bad request response has a 3xx status code

func (*PostDatastoreQuery1BadRequest) IsServerError added in v0.1.1

func (o *PostDatastoreQuery1BadRequest) IsServerError() bool

IsServerError returns true when this post datastore query1 bad request response has a 5xx status code

func (*PostDatastoreQuery1BadRequest) IsSuccess added in v0.1.1

func (o *PostDatastoreQuery1BadRequest) IsSuccess() bool

IsSuccess returns true when this post datastore query1 bad request response has a 2xx status code

func (*PostDatastoreQuery1BadRequest) String added in v0.1.1

type PostDatastoreQuery1InternalServerError added in v0.1.1

type PostDatastoreQuery1InternalServerError struct {
	Payload *models.Error
}

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

Internal Server Error

func NewPostDatastoreQuery1InternalServerError added in v0.1.1

func NewPostDatastoreQuery1InternalServerError() *PostDatastoreQuery1InternalServerError

NewPostDatastoreQuery1InternalServerError creates a PostDatastoreQuery1InternalServerError with default headers values

func (*PostDatastoreQuery1InternalServerError) Error added in v0.1.1

func (*PostDatastoreQuery1InternalServerError) GetPayload added in v0.1.1

func (*PostDatastoreQuery1InternalServerError) IsClientError added in v0.1.1

func (o *PostDatastoreQuery1InternalServerError) IsClientError() bool

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

func (*PostDatastoreQuery1InternalServerError) IsCode added in v0.1.1

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

func (*PostDatastoreQuery1InternalServerError) IsRedirect added in v0.1.1

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

func (*PostDatastoreQuery1InternalServerError) IsServerError added in v0.1.1

func (o *PostDatastoreQuery1InternalServerError) IsServerError() bool

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

func (*PostDatastoreQuery1InternalServerError) IsSuccess added in v0.1.1

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

func (*PostDatastoreQuery1InternalServerError) String added in v0.1.1

type PostDatastoreQuery1OK added in v0.1.1

type PostDatastoreQuery1OK struct {
	Payload *models.DatastoreQueryResponse
}

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

Ok

func NewPostDatastoreQuery1OK added in v0.1.1

func NewPostDatastoreQuery1OK() *PostDatastoreQuery1OK

NewPostDatastoreQuery1OK creates a PostDatastoreQuery1OK with default headers values

func (*PostDatastoreQuery1OK) Error added in v0.1.1

func (o *PostDatastoreQuery1OK) Error() string

func (*PostDatastoreQuery1OK) GetPayload added in v0.1.1

func (*PostDatastoreQuery1OK) IsClientError added in v0.1.1

func (o *PostDatastoreQuery1OK) IsClientError() bool

IsClientError returns true when this post datastore query1 o k response has a 4xx status code

func (*PostDatastoreQuery1OK) IsCode added in v0.1.1

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

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

func (*PostDatastoreQuery1OK) IsRedirect added in v0.1.1

func (o *PostDatastoreQuery1OK) IsRedirect() bool

IsRedirect returns true when this post datastore query1 o k response has a 3xx status code

func (*PostDatastoreQuery1OK) IsServerError added in v0.1.1

func (o *PostDatastoreQuery1OK) IsServerError() bool

IsServerError returns true when this post datastore query1 o k response has a 5xx status code

func (*PostDatastoreQuery1OK) IsSuccess added in v0.1.1

func (o *PostDatastoreQuery1OK) IsSuccess() bool

IsSuccess returns true when this post datastore query1 o k response has a 2xx status code

func (*PostDatastoreQuery1OK) String added in v0.1.1

func (o *PostDatastoreQuery1OK) String() string

type PostDatastoreQuery1Params added in v0.1.1

type PostDatastoreQuery1Params struct {

	/* DomainID.

	   Domain ID
	*/
	DomainID string

	/* DsCriterion.

	   dsCriterion
	*/
	DsCriterion *models.DatastoreCriterion

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

PostDatastoreQuery1Params contains all the parameters to send to the API endpoint

for the post datastore query 1 operation.

Typically these are written to a http.Request.

func NewPostDatastoreQuery1Params added in v0.1.1

func NewPostDatastoreQuery1Params() *PostDatastoreQuery1Params

NewPostDatastoreQuery1Params creates a new PostDatastoreQuery1Params 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 NewPostDatastoreQuery1ParamsWithContext added in v0.1.1

func NewPostDatastoreQuery1ParamsWithContext(ctx context.Context) *PostDatastoreQuery1Params

NewPostDatastoreQuery1ParamsWithContext creates a new PostDatastoreQuery1Params object with the ability to set a context for a request.

func NewPostDatastoreQuery1ParamsWithHTTPClient added in v0.1.1

func NewPostDatastoreQuery1ParamsWithHTTPClient(client *http.Client) *PostDatastoreQuery1Params

NewPostDatastoreQuery1ParamsWithHTTPClient creates a new PostDatastoreQuery1Params object with the ability to set a custom HTTPClient for a request.

func NewPostDatastoreQuery1ParamsWithTimeout added in v0.1.1

func NewPostDatastoreQuery1ParamsWithTimeout(timeout time.Duration) *PostDatastoreQuery1Params

NewPostDatastoreQuery1ParamsWithTimeout creates a new PostDatastoreQuery1Params object with the ability to set a timeout on a request.

func (*PostDatastoreQuery1Params) SetContext added in v0.1.1

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

SetContext adds the context to the post datastore query 1 params

func (*PostDatastoreQuery1Params) SetDefaults added in v0.1.1

func (o *PostDatastoreQuery1Params) SetDefaults()

SetDefaults hydrates default values in the post datastore query 1 params (not the query body).

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

func (*PostDatastoreQuery1Params) SetDomainID added in v0.1.1

func (o *PostDatastoreQuery1Params) SetDomainID(domainID string)

SetDomainID adds the domainId to the post datastore query 1 params

func (*PostDatastoreQuery1Params) SetDsCriterion added in v0.1.1

func (o *PostDatastoreQuery1Params) SetDsCriterion(dsCriterion *models.DatastoreCriterion)

SetDsCriterion adds the dsCriterion to the post datastore query 1 params

func (*PostDatastoreQuery1Params) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the post datastore query 1 params

func (*PostDatastoreQuery1Params) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the post datastore query 1 params

func (*PostDatastoreQuery1Params) WithContext added in v0.1.1

WithContext adds the context to the post datastore query 1 params

func (*PostDatastoreQuery1Params) WithDefaults added in v0.1.1

WithDefaults hydrates default values in the post datastore query 1 params (not the query body).

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

func (*PostDatastoreQuery1Params) WithDomainID added in v0.1.1

func (o *PostDatastoreQuery1Params) WithDomainID(domainID string) *PostDatastoreQuery1Params

WithDomainID adds the domainID to the post datastore query 1 params

func (*PostDatastoreQuery1Params) WithDsCriterion added in v0.1.1

WithDsCriterion adds the dsCriterion to the post datastore query 1 params

func (*PostDatastoreQuery1Params) WithHTTPClient added in v0.1.1

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

WithHTTPClient adds the HTTPClient to the post datastore query 1 params

func (*PostDatastoreQuery1Params) WithTimeout added in v0.1.1

WithTimeout adds the timeout to the post datastore query 1 params

func (*PostDatastoreQuery1Params) WriteToRequest added in v0.1.1

WriteToRequest writes these params to a swagger request

type PostDatastoreQuery1Reader added in v0.1.1

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

PostDatastoreQuery1Reader is a Reader for the PostDatastoreQuery1 structure.

func (*PostDatastoreQuery1Reader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type RemoveTagsFromDomainBadRequest

type RemoveTagsFromDomainBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewRemoveTagsFromDomainBadRequest

func NewRemoveTagsFromDomainBadRequest() *RemoveTagsFromDomainBadRequest

NewRemoveTagsFromDomainBadRequest creates a RemoveTagsFromDomainBadRequest with default headers values

func (*RemoveTagsFromDomainBadRequest) Error

func (*RemoveTagsFromDomainBadRequest) GetPayload

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

func (*RemoveTagsFromDomainBadRequest) IsClientError

func (o *RemoveTagsFromDomainBadRequest) IsClientError() bool

IsClientError returns true when this remove tags from domain bad request response has a 4xx status code

func (*RemoveTagsFromDomainBadRequest) IsCode

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

IsCode returns true when this remove tags from domain bad request response a status code equal to that given

func (*RemoveTagsFromDomainBadRequest) IsRedirect

func (o *RemoveTagsFromDomainBadRequest) IsRedirect() bool

IsRedirect returns true when this remove tags from domain bad request response has a 3xx status code

func (*RemoveTagsFromDomainBadRequest) IsServerError

func (o *RemoveTagsFromDomainBadRequest) IsServerError() bool

IsServerError returns true when this remove tags from domain bad request response has a 5xx status code

func (*RemoveTagsFromDomainBadRequest) IsSuccess

func (o *RemoveTagsFromDomainBadRequest) IsSuccess() bool

IsSuccess returns true when this remove tags from domain bad request response has a 2xx status code

func (*RemoveTagsFromDomainBadRequest) String

type RemoveTagsFromDomainInternalServerError

type RemoveTagsFromDomainInternalServerError struct {
	Payload *models.Error
}

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

InternalServerError

func NewRemoveTagsFromDomainInternalServerError

func NewRemoveTagsFromDomainInternalServerError() *RemoveTagsFromDomainInternalServerError

NewRemoveTagsFromDomainInternalServerError creates a RemoveTagsFromDomainInternalServerError with default headers values

func (*RemoveTagsFromDomainInternalServerError) Error

func (*RemoveTagsFromDomainInternalServerError) GetPayload

func (*RemoveTagsFromDomainInternalServerError) IsClientError

func (o *RemoveTagsFromDomainInternalServerError) IsClientError() bool

IsClientError returns true when this remove tags from domain internal server error response has a 4xx status code

func (*RemoveTagsFromDomainInternalServerError) IsCode

IsCode returns true when this remove tags from domain internal server error response a status code equal to that given

func (*RemoveTagsFromDomainInternalServerError) IsRedirect

IsRedirect returns true when this remove tags from domain internal server error response has a 3xx status code

func (*RemoveTagsFromDomainInternalServerError) IsServerError

func (o *RemoveTagsFromDomainInternalServerError) IsServerError() bool

IsServerError returns true when this remove tags from domain internal server error response has a 5xx status code

func (*RemoveTagsFromDomainInternalServerError) IsSuccess

IsSuccess returns true when this remove tags from domain internal server error response has a 2xx status code

func (*RemoveTagsFromDomainInternalServerError) String

type RemoveTagsFromDomainOK

type RemoveTagsFromDomainOK struct {
	Payload *models.TagAssignmentResult
}

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

Ok

func NewRemoveTagsFromDomainOK

func NewRemoveTagsFromDomainOK() *RemoveTagsFromDomainOK

NewRemoveTagsFromDomainOK creates a RemoveTagsFromDomainOK with default headers values

func (*RemoveTagsFromDomainOK) Error

func (o *RemoveTagsFromDomainOK) Error() string

func (*RemoveTagsFromDomainOK) GetPayload

func (*RemoveTagsFromDomainOK) IsClientError

func (o *RemoveTagsFromDomainOK) IsClientError() bool

IsClientError returns true when this remove tags from domain o k response has a 4xx status code

func (*RemoveTagsFromDomainOK) IsCode

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

IsCode returns true when this remove tags from domain o k response a status code equal to that given

func (*RemoveTagsFromDomainOK) IsRedirect

func (o *RemoveTagsFromDomainOK) IsRedirect() bool

IsRedirect returns true when this remove tags from domain o k response has a 3xx status code

func (*RemoveTagsFromDomainOK) IsServerError

func (o *RemoveTagsFromDomainOK) IsServerError() bool

IsServerError returns true when this remove tags from domain o k response has a 5xx status code

func (*RemoveTagsFromDomainOK) IsSuccess

func (o *RemoveTagsFromDomainOK) IsSuccess() bool

IsSuccess returns true when this remove tags from domain o k response has a 2xx status code

func (*RemoveTagsFromDomainOK) String

func (o *RemoveTagsFromDomainOK) String() string

type RemoveTagsFromDomainParams

type RemoveTagsFromDomainParams struct {

	/* ID.

	   Domain ID
	*/
	ID string

	/* TagsSpec.

	   Tags Spec
	*/
	TagsSpec *models.TagsSpec

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

RemoveTagsFromDomainParams contains all the parameters to send to the API endpoint

for the remove tags from domain operation.

Typically these are written to a http.Request.

func NewRemoveTagsFromDomainParams

func NewRemoveTagsFromDomainParams() *RemoveTagsFromDomainParams

NewRemoveTagsFromDomainParams creates a new RemoveTagsFromDomainParams 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 NewRemoveTagsFromDomainParamsWithContext

func NewRemoveTagsFromDomainParamsWithContext(ctx context.Context) *RemoveTagsFromDomainParams

NewRemoveTagsFromDomainParamsWithContext creates a new RemoveTagsFromDomainParams object with the ability to set a context for a request.

func NewRemoveTagsFromDomainParamsWithHTTPClient

func NewRemoveTagsFromDomainParamsWithHTTPClient(client *http.Client) *RemoveTagsFromDomainParams

NewRemoveTagsFromDomainParamsWithHTTPClient creates a new RemoveTagsFromDomainParams object with the ability to set a custom HTTPClient for a request.

func NewRemoveTagsFromDomainParamsWithTimeout

func NewRemoveTagsFromDomainParamsWithTimeout(timeout time.Duration) *RemoveTagsFromDomainParams

NewRemoveTagsFromDomainParamsWithTimeout creates a new RemoveTagsFromDomainParams object with the ability to set a timeout on a request.

func (*RemoveTagsFromDomainParams) SetContext

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

SetContext adds the context to the remove tags from domain params

func (*RemoveTagsFromDomainParams) SetDefaults

func (o *RemoveTagsFromDomainParams) SetDefaults()

SetDefaults hydrates default values in the remove tags from domain params (not the query body).

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

func (*RemoveTagsFromDomainParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the remove tags from domain params

func (*RemoveTagsFromDomainParams) SetID

func (o *RemoveTagsFromDomainParams) SetID(id string)

SetID adds the id to the remove tags from domain params

func (*RemoveTagsFromDomainParams) SetTagsSpec

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

SetTagsSpec adds the tagsSpec to the remove tags from domain params

func (*RemoveTagsFromDomainParams) SetTimeout

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

SetTimeout adds the timeout to the remove tags from domain params

func (*RemoveTagsFromDomainParams) WithContext

WithContext adds the context to the remove tags from domain params

func (*RemoveTagsFromDomainParams) WithDefaults

WithDefaults hydrates default values in the remove tags from domain params (not the query body).

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

func (*RemoveTagsFromDomainParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the remove tags from domain params

func (*RemoveTagsFromDomainParams) WithID

WithID adds the id to the remove tags from domain params

func (*RemoveTagsFromDomainParams) WithTagsSpec

WithTagsSpec adds the tagsSpec to the remove tags from domain params

func (*RemoveTagsFromDomainParams) WithTimeout

WithTimeout adds the timeout to the remove tags from domain params

func (*RemoveTagsFromDomainParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RemoveTagsFromDomainReader

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

RemoveTagsFromDomainReader is a Reader for the RemoveTagsFromDomain structure.

func (*RemoveTagsFromDomainReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateDomainAccepted

type UpdateDomainAccepted struct {
	Payload *models.Task
}

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

Accepted

func NewUpdateDomainAccepted

func NewUpdateDomainAccepted() *UpdateDomainAccepted

NewUpdateDomainAccepted creates a UpdateDomainAccepted with default headers values

func (*UpdateDomainAccepted) Error

func (o *UpdateDomainAccepted) Error() string

func (*UpdateDomainAccepted) GetPayload

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

func (*UpdateDomainAccepted) IsClientError

func (o *UpdateDomainAccepted) IsClientError() bool

IsClientError returns true when this update domain accepted response has a 4xx status code

func (*UpdateDomainAccepted) IsCode

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

IsCode returns true when this update domain accepted response a status code equal to that given

func (*UpdateDomainAccepted) IsRedirect

func (o *UpdateDomainAccepted) IsRedirect() bool

IsRedirect returns true when this update domain accepted response has a 3xx status code

func (*UpdateDomainAccepted) IsServerError

func (o *UpdateDomainAccepted) IsServerError() bool

IsServerError returns true when this update domain accepted response has a 5xx status code

func (*UpdateDomainAccepted) IsSuccess

func (o *UpdateDomainAccepted) IsSuccess() bool

IsSuccess returns true when this update domain accepted response has a 2xx status code

func (*UpdateDomainAccepted) String

func (o *UpdateDomainAccepted) String() string

type UpdateDomainBadRequest

type UpdateDomainBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewUpdateDomainBadRequest

func NewUpdateDomainBadRequest() *UpdateDomainBadRequest

NewUpdateDomainBadRequest creates a UpdateDomainBadRequest with default headers values

func (*UpdateDomainBadRequest) Error

func (o *UpdateDomainBadRequest) Error() string

func (*UpdateDomainBadRequest) GetPayload

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

func (*UpdateDomainBadRequest) IsClientError

func (o *UpdateDomainBadRequest) IsClientError() bool

IsClientError returns true when this update domain bad request response has a 4xx status code

func (*UpdateDomainBadRequest) IsCode

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

IsCode returns true when this update domain bad request response a status code equal to that given

func (*UpdateDomainBadRequest) IsRedirect

func (o *UpdateDomainBadRequest) IsRedirect() bool

IsRedirect returns true when this update domain bad request response has a 3xx status code

func (*UpdateDomainBadRequest) IsServerError

func (o *UpdateDomainBadRequest) IsServerError() bool

IsServerError returns true when this update domain bad request response has a 5xx status code

func (*UpdateDomainBadRequest) IsSuccess

func (o *UpdateDomainBadRequest) IsSuccess() bool

IsSuccess returns true when this update domain bad request response has a 2xx status code

func (*UpdateDomainBadRequest) String

func (o *UpdateDomainBadRequest) String() string

type UpdateDomainInternalServerError

type UpdateDomainInternalServerError struct {
	Payload *models.Error
}

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

InternalServerError

func NewUpdateDomainInternalServerError

func NewUpdateDomainInternalServerError() *UpdateDomainInternalServerError

NewUpdateDomainInternalServerError creates a UpdateDomainInternalServerError with default headers values

func (*UpdateDomainInternalServerError) Error

func (*UpdateDomainInternalServerError) GetPayload

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

func (*UpdateDomainInternalServerError) IsClientError

func (o *UpdateDomainInternalServerError) IsClientError() bool

IsClientError returns true when this update domain internal server error response has a 4xx status code

func (*UpdateDomainInternalServerError) IsCode

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

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

func (*UpdateDomainInternalServerError) IsRedirect

func (o *UpdateDomainInternalServerError) IsRedirect() bool

IsRedirect returns true when this update domain internal server error response has a 3xx status code

func (*UpdateDomainInternalServerError) IsServerError

func (o *UpdateDomainInternalServerError) IsServerError() bool

IsServerError returns true when this update domain internal server error response has a 5xx status code

func (*UpdateDomainInternalServerError) IsSuccess

func (o *UpdateDomainInternalServerError) IsSuccess() bool

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

func (*UpdateDomainInternalServerError) String

type UpdateDomainNotFound

type UpdateDomainNotFound struct {
	Payload *models.Error
}

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

Not Found

func NewUpdateDomainNotFound

func NewUpdateDomainNotFound() *UpdateDomainNotFound

NewUpdateDomainNotFound creates a UpdateDomainNotFound with default headers values

func (*UpdateDomainNotFound) Error

func (o *UpdateDomainNotFound) Error() string

func (*UpdateDomainNotFound) GetPayload

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

func (*UpdateDomainNotFound) IsClientError

func (o *UpdateDomainNotFound) IsClientError() bool

IsClientError returns true when this update domain not found response has a 4xx status code

func (*UpdateDomainNotFound) IsCode

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

IsCode returns true when this update domain not found response a status code equal to that given

func (*UpdateDomainNotFound) IsRedirect

func (o *UpdateDomainNotFound) IsRedirect() bool

IsRedirect returns true when this update domain not found response has a 3xx status code

func (*UpdateDomainNotFound) IsServerError

func (o *UpdateDomainNotFound) IsServerError() bool

IsServerError returns true when this update domain not found response has a 5xx status code

func (*UpdateDomainNotFound) IsSuccess

func (o *UpdateDomainNotFound) IsSuccess() bool

IsSuccess returns true when this update domain not found response has a 2xx status code

func (*UpdateDomainNotFound) String

func (o *UpdateDomainNotFound) String() string

type UpdateDomainOK

type UpdateDomainOK struct {
	Payload *models.Task
}

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

Ok

func NewUpdateDomainOK

func NewUpdateDomainOK() *UpdateDomainOK

NewUpdateDomainOK creates a UpdateDomainOK with default headers values

func (*UpdateDomainOK) Error

func (o *UpdateDomainOK) Error() string

func (*UpdateDomainOK) GetPayload

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

func (*UpdateDomainOK) IsClientError

func (o *UpdateDomainOK) IsClientError() bool

IsClientError returns true when this update domain o k response has a 4xx status code

func (*UpdateDomainOK) IsCode

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

IsCode returns true when this update domain o k response a status code equal to that given

func (*UpdateDomainOK) IsRedirect

func (o *UpdateDomainOK) IsRedirect() bool

IsRedirect returns true when this update domain o k response has a 3xx status code

func (*UpdateDomainOK) IsServerError

func (o *UpdateDomainOK) IsServerError() bool

IsServerError returns true when this update domain o k response has a 5xx status code

func (*UpdateDomainOK) IsSuccess

func (o *UpdateDomainOK) IsSuccess() bool

IsSuccess returns true when this update domain o k response has a 2xx status code

func (*UpdateDomainOK) String

func (o *UpdateDomainOK) String() string

type UpdateDomainParams

type UpdateDomainParams struct {

	/* DomainUpdateSpec.

	   Domain Update Data
	*/
	DomainUpdateSpec *models.DomainUpdateSpec

	/* ID.

	   Domain ID
	*/
	ID string

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

UpdateDomainParams contains all the parameters to send to the API endpoint

for the update domain operation.

Typically these are written to a http.Request.

func NewUpdateDomainParams

func NewUpdateDomainParams() *UpdateDomainParams

NewUpdateDomainParams creates a new UpdateDomainParams 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 NewUpdateDomainParamsWithContext

func NewUpdateDomainParamsWithContext(ctx context.Context) *UpdateDomainParams

NewUpdateDomainParamsWithContext creates a new UpdateDomainParams object with the ability to set a context for a request.

func NewUpdateDomainParamsWithHTTPClient

func NewUpdateDomainParamsWithHTTPClient(client *http.Client) *UpdateDomainParams

NewUpdateDomainParamsWithHTTPClient creates a new UpdateDomainParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateDomainParamsWithTimeout

func NewUpdateDomainParamsWithTimeout(timeout time.Duration) *UpdateDomainParams

NewUpdateDomainParamsWithTimeout creates a new UpdateDomainParams object with the ability to set a timeout on a request.

func (*UpdateDomainParams) SetContext

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

SetContext adds the context to the update domain params

func (*UpdateDomainParams) SetDefaults

func (o *UpdateDomainParams) SetDefaults()

SetDefaults hydrates default values in the update domain params (not the query body).

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

func (*UpdateDomainParams) SetDomainUpdateSpec

func (o *UpdateDomainParams) SetDomainUpdateSpec(domainUpdateSpec *models.DomainUpdateSpec)

SetDomainUpdateSpec adds the domainUpdateSpec to the update domain params

func (*UpdateDomainParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update domain params

func (*UpdateDomainParams) SetID

func (o *UpdateDomainParams) SetID(id string)

SetID adds the id to the update domain params

func (*UpdateDomainParams) SetTimeout

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

SetTimeout adds the timeout to the update domain params

func (*UpdateDomainParams) WithContext

WithContext adds the context to the update domain params

func (*UpdateDomainParams) WithDefaults

func (o *UpdateDomainParams) WithDefaults() *UpdateDomainParams

WithDefaults hydrates default values in the update domain params (not the query body).

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

func (*UpdateDomainParams) WithDomainUpdateSpec

func (o *UpdateDomainParams) WithDomainUpdateSpec(domainUpdateSpec *models.DomainUpdateSpec) *UpdateDomainParams

WithDomainUpdateSpec adds the domainUpdateSpec to the update domain params

func (*UpdateDomainParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update domain params

func (*UpdateDomainParams) WithID

WithID adds the id to the update domain params

func (*UpdateDomainParams) WithTimeout

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

WithTimeout adds the timeout to the update domain params

func (*UpdateDomainParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type UpdateDomainReader

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

UpdateDomainReader is a Reader for the UpdateDomain structure.

func (*UpdateDomainReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ValidateDomainsOperationsBadRequest

type ValidateDomainsOperationsBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewValidateDomainsOperationsBadRequest

func NewValidateDomainsOperationsBadRequest() *ValidateDomainsOperationsBadRequest

NewValidateDomainsOperationsBadRequest creates a ValidateDomainsOperationsBadRequest with default headers values

func (*ValidateDomainsOperationsBadRequest) Error

func (*ValidateDomainsOperationsBadRequest) GetPayload

func (*ValidateDomainsOperationsBadRequest) IsClientError

func (o *ValidateDomainsOperationsBadRequest) IsClientError() bool

IsClientError returns true when this validate domains operations bad request response has a 4xx status code

func (*ValidateDomainsOperationsBadRequest) IsCode

IsCode returns true when this validate domains operations bad request response a status code equal to that given

func (*ValidateDomainsOperationsBadRequest) IsRedirect

func (o *ValidateDomainsOperationsBadRequest) IsRedirect() bool

IsRedirect returns true when this validate domains operations bad request response has a 3xx status code

func (*ValidateDomainsOperationsBadRequest) IsServerError

func (o *ValidateDomainsOperationsBadRequest) IsServerError() bool

IsServerError returns true when this validate domains operations bad request response has a 5xx status code

func (*ValidateDomainsOperationsBadRequest) IsSuccess

IsSuccess returns true when this validate domains operations bad request response has a 2xx status code

func (*ValidateDomainsOperationsBadRequest) String

type ValidateDomainsOperationsInternalServerError

type ValidateDomainsOperationsInternalServerError struct {
	Payload *models.Error
}

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

InternalServerError

func NewValidateDomainsOperationsInternalServerError

func NewValidateDomainsOperationsInternalServerError() *ValidateDomainsOperationsInternalServerError

NewValidateDomainsOperationsInternalServerError creates a ValidateDomainsOperationsInternalServerError with default headers values

func (*ValidateDomainsOperationsInternalServerError) Error

func (*ValidateDomainsOperationsInternalServerError) GetPayload

func (*ValidateDomainsOperationsInternalServerError) IsClientError

IsClientError returns true when this validate domains operations internal server error response has a 4xx status code

func (*ValidateDomainsOperationsInternalServerError) IsCode

IsCode returns true when this validate domains operations internal server error response a status code equal to that given

func (*ValidateDomainsOperationsInternalServerError) IsRedirect

IsRedirect returns true when this validate domains operations internal server error response has a 3xx status code

func (*ValidateDomainsOperationsInternalServerError) IsServerError

IsServerError returns true when this validate domains operations internal server error response has a 5xx status code

func (*ValidateDomainsOperationsInternalServerError) IsSuccess

IsSuccess returns true when this validate domains operations internal server error response has a 2xx status code

func (*ValidateDomainsOperationsInternalServerError) String

type ValidateDomainsOperationsOK

type ValidateDomainsOperationsOK struct {
	Payload *models.Validation
}

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

Ok

func NewValidateDomainsOperationsOK

func NewValidateDomainsOperationsOK() *ValidateDomainsOperationsOK

NewValidateDomainsOperationsOK creates a ValidateDomainsOperationsOK with default headers values

func (*ValidateDomainsOperationsOK) Error

func (*ValidateDomainsOperationsOK) GetPayload

func (*ValidateDomainsOperationsOK) IsClientError

func (o *ValidateDomainsOperationsOK) IsClientError() bool

IsClientError returns true when this validate domains operations o k response has a 4xx status code

func (*ValidateDomainsOperationsOK) IsCode

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

IsCode returns true when this validate domains operations o k response a status code equal to that given

func (*ValidateDomainsOperationsOK) IsRedirect

func (o *ValidateDomainsOperationsOK) IsRedirect() bool

IsRedirect returns true when this validate domains operations o k response has a 3xx status code

func (*ValidateDomainsOperationsOK) IsServerError

func (o *ValidateDomainsOperationsOK) IsServerError() bool

IsServerError returns true when this validate domains operations o k response has a 5xx status code

func (*ValidateDomainsOperationsOK) IsSuccess

func (o *ValidateDomainsOperationsOK) IsSuccess() bool

IsSuccess returns true when this validate domains operations o k response has a 2xx status code

func (*ValidateDomainsOperationsOK) String

func (o *ValidateDomainsOperationsOK) String() string

type ValidateDomainsOperationsParams

type ValidateDomainsOperationsParams struct {

	/* DomainCreationSpec.

	   Domain Creation Spec
	*/
	DomainCreationSpec *models.DomainCreationSpec

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

ValidateDomainsOperationsParams contains all the parameters to send to the API endpoint

for the validate domains operations operation.

Typically these are written to a http.Request.

func NewValidateDomainsOperationsParams

func NewValidateDomainsOperationsParams() *ValidateDomainsOperationsParams

NewValidateDomainsOperationsParams creates a new ValidateDomainsOperationsParams 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 NewValidateDomainsOperationsParamsWithContext

func NewValidateDomainsOperationsParamsWithContext(ctx context.Context) *ValidateDomainsOperationsParams

NewValidateDomainsOperationsParamsWithContext creates a new ValidateDomainsOperationsParams object with the ability to set a context for a request.

func NewValidateDomainsOperationsParamsWithHTTPClient

func NewValidateDomainsOperationsParamsWithHTTPClient(client *http.Client) *ValidateDomainsOperationsParams

NewValidateDomainsOperationsParamsWithHTTPClient creates a new ValidateDomainsOperationsParams object with the ability to set a custom HTTPClient for a request.

func NewValidateDomainsOperationsParamsWithTimeout

func NewValidateDomainsOperationsParamsWithTimeout(timeout time.Duration) *ValidateDomainsOperationsParams

NewValidateDomainsOperationsParamsWithTimeout creates a new ValidateDomainsOperationsParams object with the ability to set a timeout on a request.

func (*ValidateDomainsOperationsParams) SetContext

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

SetContext adds the context to the validate domains operations params

func (*ValidateDomainsOperationsParams) SetDefaults

func (o *ValidateDomainsOperationsParams) SetDefaults()

SetDefaults hydrates default values in the validate domains operations params (not the query body).

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

func (*ValidateDomainsOperationsParams) SetDomainCreationSpec

func (o *ValidateDomainsOperationsParams) SetDomainCreationSpec(domainCreationSpec *models.DomainCreationSpec)

SetDomainCreationSpec adds the domainCreationSpec to the validate domains operations params

func (*ValidateDomainsOperationsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the validate domains operations params

func (*ValidateDomainsOperationsParams) SetTimeout

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

SetTimeout adds the timeout to the validate domains operations params

func (*ValidateDomainsOperationsParams) WithContext

WithContext adds the context to the validate domains operations params

func (*ValidateDomainsOperationsParams) WithDefaults

WithDefaults hydrates default values in the validate domains operations params (not the query body).

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

func (*ValidateDomainsOperationsParams) WithDomainCreationSpec

func (o *ValidateDomainsOperationsParams) WithDomainCreationSpec(domainCreationSpec *models.DomainCreationSpec) *ValidateDomainsOperationsParams

WithDomainCreationSpec adds the domainCreationSpec to the validate domains operations params

func (*ValidateDomainsOperationsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the validate domains operations params

func (*ValidateDomainsOperationsParams) WithTimeout

WithTimeout adds the timeout to the validate domains operations params

func (*ValidateDomainsOperationsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ValidateDomainsOperationsReader

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

ValidateDomainsOperationsReader is a Reader for the ValidateDomainsOperations structure.

func (*ValidateDomainsOperationsReader) ReadResponse

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